gdb/
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2010-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2
3         * infcall.c (caller_state_cleanup): Remove variable caller_state_cleanup.
4
5 2010-11-25  Marc Khouzam  <marc.khouzam@ericsson.com>
6
7         PR breakpoints/12217
8
9         * breakpoint.c (is_marker_spec): Check for NULL.
10
11 2010-11-25  Pedro Alves  <pedro@codesourcery.com>
12
13         * breakpoint.h: No longer include python.h or python-internal.h.
14         (struct breakpoint_object): Forward declare.
15         * defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
16         * varobj.c (PyObject) [!HAVE_PYTHON]: Define.
17         * python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
18         PyObject pointer.
19         (gdbpy_breakpoint_created): Remove casts around py_bp_object
20         accesses.
21
22 2010-11-24  Joel Brobecker  <brobecker@adacore.com>
23
24         * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
25         only if HAVE_ELF is defined.
26
27 2010-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
28
29         Code cleanup.
30         * infrun.c (struct inferior_status) <stepping_over_breakpoint>
31         (save_inferior_status) <stepping_over_breakpoint>
32         (restore_inferior_status) <stepping_over_breakpoint>: Rename to
33         trap_expected.
34         (struct inferior_status) <step_resume_break_address>: Remove.
35
36 2010-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
37
38         Code cleanup.
39         * infrun.c (struct inferior_status, save_inferior_status)
40         (restore_inferior_status): Group and reorder the fields, comment their
41         groups.
42
43 2010-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
44
45         Code cleanup.
46         * dictionary.c
47         (struct dict_vector) <iter_match_first, iter_match_next>
48         (iter_match_first_hashed, iter_match_next_hashed)
49         (iter_match_first_linear, iter_match_next_linear)
50         (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
51         (iter_match_next_hashed, iter_match_first_linear)
52         (iter_match_next_linear): Use symbol_compare_ftype.
53         * dictionary.h: Include symfile.h.
54         (dict_iter_match_first, dict_iter_match_next): Use
55         symbol_compare_ftype.
56         * dwarf2read.c (dw2_map_matching_symbols): Likewise.
57         * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
58         (map_matching_symbols_psymtab): Likewise.
59         * symfile.h (symbol_compare_ftype): New typedef.
60         (struct quick_symbol_functions) <map_matching_symbols): Use
61         symbol_compare_ftype.
62
63 2010-11-23  Tom Tromey  <tromey@redhat.com>
64
65         * configure: Rebuild.
66         * configure.ac (READLINE_TEXI_INCFLAG): New subst.
67
68 2010-11-19  Tom Tromey  <tromey@redhat.com>
69
70         * Makefile.in (SUBDIRS): Add doc.
71         * configure: Rebuild.
72         * configure.ac: Don't configure in doc.  Create doc/Makefile.
73
74 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
75
76         PR python/12212
77
78         * python/py-inferior.c (find_thread_object): Check if PIDGET
79         returns 0.
80
81 010-11-22  Joel Brobecker  <brobecker@adacore.com>
82
83         * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
84
85 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
86
87         * ada-lang.c (ada_to_fixed_type): Expand function documentation.
88         Return the original type if the main type portions match rather
89         than when the type themselves match.
90
91 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
92
93         * ada-lang.c (ada_template_to_fixed_record_type_1):
94         For dynamic fields, check the field size against the maximum
95         object size.
96
97 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
98
99         * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
100         function.
101         (mips_irix_n32_stack_tramp_frame): New static global.
102         (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
103         list of unwinder.
104
105 2010-11-22  Jerome Guitton  <guitton@adacore.com>
106
107         * ada-tasks.c (get_tcb_types_info): Use C lookups to get
108         ATCB symbols.
109
110 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
111
112         * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
113         if type1 is a typedef.
114
115 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
116
117         * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
118         "_finalizer" to the list.
119
120 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
121
122         * symfile.c: Remove all "#if 0"/"#endif" blocks.
123
124 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
125
126         * symfile.c: Add missing second space after period in various comments.
127
128 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
129
130         * ada-typeprint.c (print_array_type): Fix formatting in comment.
131         (print_selected_record_field_types): Fix formatting in function
132         documentation.
133
134 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
135
136         * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
137         in name of "show ravenscar" prefix command name.
138
139 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
140
141         * ravenscar-thread.c (show_ravenscar_task_switching_command):
142         Add missing '\n' in output.
143
144 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
145
146         * ravenscar-thread.c (running_thread_name): Change value.
147         (read_thread_id): Remove advance declaration.
148         (get_running_thread_msymbol): New function.
149         (has_ravenscar_runtime): Use get_running_thread_msymbol to
150         compute msym_running_thread.
151         (get_running_thread_id): Renames read_thread_id. Slight modifications
152         to not take any argument anymore, using get_running_thread_msymbol
153         to determine which symbol to use instead.
154         (ravenscar_running_thread): Use get_running_thread_id instead of
155         read_thread_id.
156
157 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
158
159         * ravenscar-sparc-thread.c (supply_register_at_address):
160         Fix passing of buf in call to regcache_raw_supply.
161
162 2010-11-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
163
164         * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
165
166 2010-11-22  Tom Tromey  <tromey@redhat.com>
167
168         * Makefile.in (.PRECIOUS): Reference ada-lex.c.
169
170 2010-11-19  Keith Seitz  <keiths@redhat.com>
171
172         * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
173         Remove extraneous '/' after $(DESTDIR).
174         (PYTHON_INSTALL_DIR): Likewise.
175
176 2010-11-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
177
178         Fix stale memory references.
179         * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
180         xfree, new comment.
181
182 2010-11-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
183             Tom Tromey  <tromey@redhat.com>
184
185         * Makefile.in (.y.c): Directly create $@ from YLWRAP.
186         (.PHONY): Remove for .y outputs.
187
188 2010-11-19  Will Drewry  <wad@google.com>
189             Tavis Ormandy  <taviso@google.com>
190             Jan Kratochvil  <jan.kratochvil@redhat.com>
191
192         * dwarf2read.c (decode_locdesc): Enforce location description stack
193         boundaries.
194
195 2010-11-18  Pierre Muller  <muller@ics.u-strasbg.fr>
196
197         * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
198         instruction is found.
199
200 2010-11-17  Tom Tromey  <tromey@redhat.com>
201
202         * value.c (value_entirely_optimized_out): Check the
203         'check_any_valid' field.
204
205 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
206
207         * ada-lang.c (modify_general_field): Remove.
208         (make_array_descriptor): Replace all modify_general_field calls by
209         modify_field.
210         * value.c (modify_field): Update comment.  New variable bytesize.
211         Normalize BITPOS.  Initialize BYTESIZE, use it.
212
213 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
214
215         * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
216         elements after xfree.
217
218 2010-11-16  Tom Tromey  <tromey@redhat.com>
219
220         * gdb-add-index.sh: Really remove.
221
222 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
223
224         Code cleanup.
225         * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
226         (init_one_comp_unit): ... this one.
227         (prepare_one_comp_unit): New prototype.
228         (dw2_require_line_header, process_psymtab_comp_unit): Use
229         init_one_comp_unit.
230         (process_psymtab_comp_unit): Use prepare_one_comp_unit.
231         (load_partial_comp_unit): Remove variable attr.  Use
232         init_one_comp_unit with xmalloc.  Use prepare_one_comp_unit.
233         (load_full_comp_unit): Use init_one_comp_unit with xmalloc.  Use
234         prepare_one_comp_unit.
235         (read_signatured_type): Remove variable attr.  Use init_one_comp_unit.
236         Use prepare_one_comp_unit.
237         (alloc_one_comp_unit): Rename to ...
238         (init_one_comp_unit): ... here and remove there calloc, new parameter
239         cu.
240         (prepare_one_comp_unit): New function.
241
242 2010-11-14  Pierre Muller  <muller@ics.u-strasbg.fr>
243
244         * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
245         possible used of uninitialized variable.
246
247 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
248
249         * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
250         (rs6000_gdbarch_init): Call it.
251
252 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
253
254         * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
255         instructions if debugging an E500 binary.
256
257 2010-11-12  Tom Tromey  <tromey@redhat.com>
258
259         * varobj.c (value_get_print_value): Rearrange.  Pass stream to
260         apply_varobj_pretty_printer.
261         * c-lang.c: Include exceptions.h.
262         (c_get_string): Throw MEMORY_ERROR when appropriate.
263         * python/py-prettyprint.c (enum string_repr_result): New.
264         (print_stack_unless_memory_error): New function.
265         (print_string_repr): Change return type.  Use
266         print_stack_unless_memory_error.
267         (print_children): Use print_stack_unless_memory_error.
268         (apply_val_pretty_printer): Update.  Don't print children if
269         string representation threw an exception.
270         (apply_varobj_pretty_printer): Add 'stream' argument.  Use
271         print_stack_unless_memory_error.
272         * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
273         globals.
274         (_initialize_python): Initialize them.
275         * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
276         gdbpy_convert_exception.
277         (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
278         (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
279         (gdbpy_convert_exception): Declare.
280         (apply_varobj_pretty_printer): Update.
281         * python/py-utils.c (gdbpy_convert_exception): New function.
282
283 2010-11-12  Marc Khouzam  <marc.khouzam@ericsson.com>
284
285         * mi/mi-main.c (mi_cmd_target_detach): Accept new
286         thread-group id format.
287
288 2010-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
289
290         * spu-tdep.c (spu_catch_start): Fix compilation error typo.
291
292 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
293
294         * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
295         NULL.
296         (BPPY_SET_REQUIRE_VALID): Ditto.
297         (bpnum_is_valid): Delete function.
298         (bppy_get_visibility): New function.
299         (bppy_new): Parse for, and validate internal keyword.  Pass
300         internal keyword to breakpoint or watchpoint functions.
301         (build_bp_list): New function.
302         (gdbpy_breakpoints): Rewrite.  Use build_bp_list and
303         iterate_over_breakpoints.
304         (gdbpy_breakpoint_created): Rewrite.  Do not store breakpoints in a
305         look-aside vector.
306         (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
307         to internal breakpoint chain.
308
309         * breakpoint.c (set_breakpoint_number): New function.
310         (breakpoint_1): Check if breakpoint number is more than zero.
311         (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
312         (create_breakpoint_sal): Take a new parameter called internal.
313         Call set_breakpoint_number with internal parameter.  Do not
314         mention internal breakpoints.  All callers updated.
315         (create_breakpoint): Ditto.
316         (create_breakpoints_sal): Ditto.
317         (watch_command_1): Ditto.
318         (watch_command_wrapper): Take a new parameter called internal.
319         All callers updated.
320         (rwatch_command_wrapper): Ditto.
321         (awatch_command_wrapper): Ditto.
322         (save_breakpoints): Update breakpoint save condition check.
323         (iterate_over_breakpoints): New function.
324         * breakpoint.h: Add conditional python includes.  Add py_bp_object
325         and comment to struct breakpoint.  Update all callers.
326         * defs.h: Add PyObject definition for GDB builds without Python.
327
328 2010-11-10  Doug Evans  <dje@google.com>
329
330         * python/lib/gdb/command/pretty_printers.py
331         (do_enable_pretty_printer_1): Handle printer.subprinters is None.
332
333         * value.c (set_value_enclosing_type): Renamed from
334         value_change_enclosing_type.  All callers updated.
335         * value.h (set_value_enclosing_type): Update.
336         * valops.c (value_full_object): Always return a copy if we need to
337         make changes to the input value.
338
339 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
340
341         * breakpoint.c (watch_command_1): Get a pointer of the lazy
342         version of the expression's value, even if reading the value from
343         memory fails.  When creating a -location watchpoint, get the
344         value's address from the lazy value pointer.
345
346 2010-11-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
347
348         * infrun.c (restore_inferior_thread_state): Use
349         discard_inferior_thread_state to free the data.
350         (discard_inferior_thread_state): xfree also siginfo_data.
351
352 2010-11-05  Doug Evans  <dje@google.com>
353
354         Make gdb.parameter("directories") work.
355         New command "set directories".
356         * NEWS: Document them.
357         * source.c (set_directories_command): New function.
358         (show_directories_1): Renamed from show_directories.
359         All callers updated.
360         (show_directories_command): New function.
361         (_initialize_source): Install "directories" as a set/show
362         variable instead of just a show command.
363
364 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
365
366         * NEWS: Mention OpenCL C language support.
367         * Makefile.in (SFILES): Add opencl-lang.c.
368         (COMMON_OBS): Add opencl-lang.o.
369         * opencl-lang.c: New File
370         * defs.h (enum language): Add language_opencl.
371         * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
372         IBM XL C OpenCL compiler.
373         * c-lang.h: Include "parser-defs.h".
374         (evaluate_subexp_c): Declare.
375         * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
376         (c_op_print_tab): Add declaration.
377         * eval.c (binop_promote): Handle language_opencl.
378         * c-exp.y: Lookup the primitive types instead of referring to the
379         builtins.
380
381 2010-11-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
382
383         Fix configure --enable-plugins --without-python.
384         * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
385         * configure: Regenerate.
386
387 2010-11-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
388
389         * solib.c (solib_read_symbols): Call exception_fprintf even without
390         FROM_TTY.  Print also so->so_name.
391
392 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
393
394         * gdbtypes.h (struct rank): Created subrank.
395         * gdbtypes.c: Initialized subrank for all
396         'BADNESS' constants.
397         (distance_to_ancestor): New function.
398         (is_ancestor): Use distance_to_ancestor.
399         (is_public_ancestor): Ditto.
400         (sum_ranks): Handle subrank.
401         (compare_ranks): Ditto.
402         (rank_one_type): Subrank base conversions.
403
404 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
405
406         * gdbtypes.h: Create struct rank.
407         Convert all 'BADNESS' macros to const struct rank declarations.
408         (sum_ranks): New function.
409         (compare_ranks): New function.
410         * valops.c (find_oload_champ): Updated.
411         (classify_oload_match): Use compare_ranks.
412         Improved comments.
413         (compare_parameters): Use compare_ranks.
414         * gdbtypes.c: Initialize 'BADNESS' constants.
415         (sum_ranks): New function.
416         (compare_ranks): New function.
417         (compare_badness): Use compare_ranks.
418         (rank_function): Use global constants instead of literals.
419         (rank_one_type): Ditto.
420         Return struct rank.
421         Use sum_ranks.
422
423 2010-11-04  Doug Evans  <dje@google.com>
424
425         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
426         (find_pretty_printer): Fix comments.
427
428 2010-11-04  Hui Zhu  <teawater@gmail.com>
429
430         * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
431
432 2010-11-03  Joel Brobecker  <brobecker@adacore.com>
433
434         * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
435         and `len' declaration and computation inside block where they
436         are being used.
437
438 2010-11-03  Joel Brobecker  <brobecker@adacore.com>
439
440         * valprint.c (val_print_array_elements): Put back handling of
441         empty arrays.
442
443 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
444
445         * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
446         DIE and set the length of the type.
447         * gdbtypes.h (get_array_bounds): Move here from valprint.h.
448         * gdbtypes.c (get_array_bounds): Move here from valprint.c and
449         return 0 if the corresponding bounds of the type are undefined.
450         * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
451         * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
452         (val_print_array_elements): Use get_array_bounds to compute the number
453         of array elements instead of dividing the length of the array by the
454         length of the element types.
455         * valarith.c (vector_binop): Likewise.
456         * valops.c (value_cast): Likewise.
457         * c-valprint.c (c_val_print): Likewise.
458         * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
459
460 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
461
462         * valarith.c (value_pos, value_neg, value_complement): Handle
463         vector types.
464         * valops.c (value_one): Likewise.
465
466 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
467
468         * value.h (value_non_lval): Declare.
469         * value.c (value_non_lval): New function.
470         * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
471         UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
472         non-lvalue.
473
474 2010-11-02  Doug Evans  <dje@google.com>
475
476         New python module gdb.printing, and new commands info pretty-printer,
477         enable pretty-printer, disable pretty-printer.
478         * NEWS: Mention them.
479         * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
480         gdb/command/__init__.py, gdb/command/pretty_printers.py.
481         * python/lib/gdb/__init__.py: Install pretty-printer commands.
482         * python/lib/gdb/printing.py: New file.
483         * python/lib/gdb/command/__init__.py: New file.
484         * python/lib/gdb/command/pretty_printers.py: New file.
485
486 2010-11-02  Tom Tromey  <tromey@redhat.com>
487
488         * NEWS: Mention Guile removal.
489         * defs.h (enum language) <language_scm>: Remove.
490         * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
491         scm-valprint.c.
492         (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
493         (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
494         * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
495         Remove.
496
497 2010-11-02  Doug Evans  <dje@google.com>
498
499         * top.c: #include "python/python.h".
500         (gdb_init): Add a comment regarding initialize_all_files.
501         Call finish_python_initialization at the end.
502         * python/python.h (finish_python_initialization): Declare.
503         * python/python.c (finish_python_initialization): New function.
504         (_initialize_python): Move python-implemented initialization there
505         and call it.
506         (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
507
508 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
509
510         Revert:
511         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
512                     Pedro Alves  <pedro@codesourcery.com>
513         * gdbthread.h (currently_stepping): New declaration.
514         * infrun.c (currently_stepping): Remove the forward declaration.
515         (currently_stepping): Make it global.
516         * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
517         variables tp and step, initialized them.  Pass STEP to to_resume.
518         Print also possibly "PTRACE_SINGLESTEP" if STEP.  Initialize LP->STEP.
519         * remote.c (currently_stepping_callback): New.
520         (remote_vcont_resume)
521         <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
522         New variable tp.  Call currently_stepping_callback and step such
523         thread.
524
525 2010-11-01  Hui Zhu  <teawater@gmail.com>
526
527         * tracepoint.c (tfile_xfer_partial): Change lma to vma.
528
529 2010-10-28  Hui Zhu  <teawater@gmail.com>
530
531         * tracepoint.c (trace_save): Change utp->actions to
532         utp->step_actions.
533
534 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
535
536         * (_FILE_OFFSET_BITS): Fix typo in comment.
537
538 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
539
540         * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
541         (PyEval_InitThreads): Remove duplicate. Define as nothing.
542         (PyEval_ReleaseLock): Define as nothing.
543
544 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
545
546         * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
547         by call to FILENAME_CMP.
548
549 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
550
551         * dictionary.c (dict_hash): Move assignment out of if condition.
552
553 2010-10-22  Jie Zhang  <jie@codesourcery.com>
554
555         * Makefile.in (install): Remove dependency of install-only and
556         recursively invoke make for install-only.
557         * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
558         (install): Pass FLAGS_TO_PASS when recursively make install-only.
559
560 2010-10-20  Hui Zhu  <teawater@gmail.com>
561
562         * tracepoint.c (tfile_get_traceframe_address): Call
563         extract_signed_integer.
564         (tfile_trace_find): Call extract_signed_integer and
565         extract_unsigned_integer.  Change data_size to unsigned int.
566         (tfile_fetch_registers): Call extract_unsigned_integer.
567         (tfile_xfer_partial): Ditto.
568         (tfile_get_trace_state_variable_value): Call
569         extract_signed_integer and extract_unsigned_integer.
570
571 2010-10-20  Vladimir Prus  <vladimir@codesourcery.com>
572
573         * remote.c (remote_get_threadlist): If we got empty
574         response, bail out immediately, and don't emit any
575         warnings.
576
577 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
578
579         * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
580         for "mov pc, REG" as well.
581         (thumb_instruction_changes_pc): Likewise.
582
583 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
584
585          PR C++/11500:
586         * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
587         * eval.c (evaluate_subexp_standard): Check for overload of
588         'operator->'.
589         * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
590         (value_x_unop): Ditto.
591         * valops.c: Include "exceptions.h".
592         (find_overload_match): Throw NOT_FOUND_ERROR.
593         (value_struct_elt): Ditto.
594
595 2010-10-19  Tom Tromey  <tromey@redhat.com>
596
597         * python/py-cmd.c (cmdpy_function): Unreference exception state.
598
599 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
600
601         * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
602         * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
603         for conversion.
604         Make all other conversions illegal.
605
606 2010-10-18  Doug Evans  <dje@google.com>
607
608         * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
609         assumptions of when this case happens.  Print "<unnamed typedef>".
610
611 2010-10-18  Tom Tromey  <tromey@redhat.com>
612
613         * valprint.c (val_print_string): Pass 'encoding' to
614         LA_PRINT_STRING.
615
616 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
617
618         Fix the `stopped language detection' testcase for gcc-4.5.
619         * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
620         * symfile.c (set_initial_language): Move variable filename to a more
621         inner block.  Prefer LANGUAGE_OF_MAIN.
622         * symtab.c (language_of_main): New variable.
623         (set_main_name): Always reset LANGUAGE_OF_MAIN.
624         * symtab.h (language_of_main): New declaration.
625
626 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
627             Pedro Alves  <pedro@codesourcery.com>
628
629         * gdbthread.h (currently_stepping): New declaration.
630         * infrun.c (currently_stepping): Remove the forward declaration.
631         (currently_stepping): Make it global.
632         * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
633         variables tp and step, initialized them.  Pass STEP to to_resume.
634         Print also possibly "PTRACE_SINGLESTEP" if STEP.  Initialize LP->STEP.
635         * remote.c (currently_stepping_callback): New.
636         (remote_vcont_resume)
637         <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
638         New variable tp.  Call currently_stepping_callback and step such
639         thread.
640
641 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
642
643         * infrun.c (follow_exec): Replace symbol_file_add_main by
644         symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
645         breakpoint_re_set.
646         * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
647         clear_symtab_users.
648         * objfiles.c (free_all_objfiles): Likewise.
649         * remote-m32r-sdi.c (m32r_load): Likewise.
650         * solib-som.c (som_solib_create_inferior_hook): Likewise.
651         * symfile.c (new_symfile_objfile): New comment for add_flags.  Call
652         clear_symtab_users with ADD_FLAGS.
653         (reread_symbols): Use parameter 0 for clear_symtab_users.
654         (clear_symtab_users): New parameter add_flags.  Do not call
655         breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
656         (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
657         * symtab.h (clear_symtab_users): New parameter add_flags.
658
659 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
660
661         Fix GCC false warning.
662         * varobj.c (value_get_print_value) <str_addr>: Initialize it.
663
664 2010-10-16  Pierre Muller  <muller@ics.u-strasbg.fr>
665
666         * p-typeprint.c (pascal_type_print_method_args): Fix problem in
667         display of type of method arguments.
668
669 2010-10-15  Tom Tromey  <tromey@redhat.com>
670
671         PR python/11948:
672         * varobj.c (value_get_print_value): Use val_print_string to print
673         lazy strings.
674         * python/py-prettyprint.c (print_string_repr): Use
675         val_print_string to print lazy strings.  Fix cleanup logic.
676         (print_children): Likewise.
677         * python/python-internal.h (gdbpy_extract_lazy_string): Update.
678         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
679         Change return type to 'void', add 'addr' argument.
680         * value.h (val_print_string): Update.
681         * valprint.c (val_print_string): Add 'encoding' argument.
682         * printcmd.c (print_formatted): Update.
683         * p-valprint.c (pascal_val_print): Update.
684         * m2-valprint.c (print_unpacked_pointer): Update.
685         (m2_print_array_contents): Likewise.
686         * jv-valprint.c (java_value_print): Update.
687         * f-valprint.c (f_val_print): Update.
688         * c-valprint.c (c_val_print): Update.
689         * auxv.c (fprint_target_auxv): Update.
690
691 2010-10-15  Doug Evans  <dje@google.com>
692             Jan Kratochvil  <jan.kratochvil@redhat.com>
693
694         PR exp/12117
695         * gdbtypes.c (check_typedef): Clean up function comment.
696         Keep track of instance flags as we strip typedefs and create a new
697         type to preserve them if necessary.
698         * gdbtypes.h (type) <instance_flags>: Extend the comment.
699
700 2010-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
701
702         * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
703
704 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
705
706         * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
707         * gdbtypes.c (rank_one_type): Move type comparison code out of here
708         to...
709         (types_equal): ...here. And changed it as follows:
710         Outside of typedefs type must be of the same TYPE_CODE.
711         When compairing two pointers or references they are equal if their
712         targets are equal.
713         Correct pointer conversions.
714
715 2010-10-14  Pierre Muller  <muller@ics.u-strasbg.fr>
716
717         * p-lang.c (is_pascal_string_type): Avoid crashes on structures
718         having fields without names.
719
720 2010-10-13  Tom Tromey  <tromey@redhat.com>
721
722         * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
723
724 2010-10-13  Doug Evans  <dje@google.com>
725
726         New python module gdb.types.
727         * NEWS: Document it.
728         * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
729         * python/lib/gdb/types.py: New file.
730
731         * c-typeprint.c: Whitespace cleanup.
732         (cp_type_print_method_args): Remove unnecessary forward decl.
733         (cp_type_print_derivation_info): Ditto.
734         (c_type_print_varspec_prefix): Mark as static at definition.
735         (c_type_print_modifier): Fix arg descriptions.
736
737 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
738
739         * python/py-breakpoint.c (bppy_set_condition): New comment.
740         * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
741         failed PyUnicode_Decode.
742         (cmdpy_completer): Skip element for failed
743         python_string_to_host_string.
744         (cmdpy_init): Return -1 on failed python_string_to_host_string.
745         * python/py-frame.c (frapy_read_var): Extend the function comment.
746         * python/py-function.c (fnpy_init): Return -1 on failed
747         python_string_to_host_string.
748         * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
749         the function comment.
750         (infpy_search_memory): Extend the function comment.  Remove the
751         PyErr_SetString call on already set error state.
752         * python/py-param.c (set_parameter_value): Extend the function
753         comment.  Return -1 on failed python_string_to_host_string, twice.
754         (set_attr): Extend the function comment.
755         (compute_enum_values): Extend the function comment.  New variable
756         back_to.  Protect self->enumeration by BACK_TO cleanups.  Return 0 on
757         failed python_string_to_host_string.
758         (get_doc_string): Call gdbpy_print_stack on failed
759         python_string_to_host_string.
760         (parmpy_init): Extend the function comment.
761         * python/py-prettyprint.c (pretty_print_one_value): Likewise.
762         (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
763         failed python_string_to_host_string.
764         * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
765         (valpy_binop, valpy_richcompare): Extend the function comment.
766         * python/python.c
767         (struct python_env) <error_type, error_value, error_traceback>: New
768         fields.
769         (restore_python_env): Handle PyErr_Occurred.  Call PyErr_Restore.
770         (ensure_python_env): Call PyErr_Fetch.
771         * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
772         failed convert_value_from_python.
773         (value_get_print_value): Call gdbpy_print_stack on failed
774         python_string_to_target_python_string.
775
776 2010-10-12  Tom Tromey  <tromey@redhat.com>
777
778         * python/py-prettyprint.c (search_pp_list): Fix error checking.
779
780 2010-10-12  Sami Wagiaalla  <swagiaal@redhat.com>
781
782         * gdbtypes.c (do_is_ancestor): New function.
783         (is_ancestor): Use do_is_ancestor.
784         (is_public_ancestor): Use do_is_ancestor.
785
786 2010-10-12  Pierre Muller  <muller@ics.u-strasbg.fr>
787
788         * ser-go32.c (struct dos_ops): Add missing fdopen field.
789
790 2010-10-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
791
792         * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
793
794 2010-10-11  Doug Evans  <dje@google.com>
795
796         * c-typeprint.c (c_type_print_modifier): Add note that this prints
797         the address space id too.
798
799 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
800
801         Fix attaching to re-prelinked executables on ppc64.
802         * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
803         initialize it, try to adjust FILESZ field by it.
804
805 2010-10-08  Daniel Jacobowitz  <dan@codesourcery.com>
806
807         * tracepoint.c (merge_uploaded_trace_state_variables): Only print
808         messages if info_verbose.
809
810 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
811
812         * valops.c (value_cast): Handle vector types.
813         * valarith.c (value_binop): Widen scalar to vector if appropriate.
814
815 2010-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
816
817         * arm-tdep.c (thumb_expand_immediate): New function.
818         (thumb_instruction_changes_pc): Likewise.
819         (thumb2_instruction_changes_pc): Likewise.
820         (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
821         prologue parsing.  Improved support for optimized code.
822         (thumb_scan_prologue): Do not reply on line-number information,
823         use same heuristics as arm_scan_prologue insead.
824         (skip_prologue_function): Accept functions
825         "__tls_get_addr" and "__aeabi_read_tp".
826
827 2010-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
828             Daniel Jacobowitz  <dan@codesourcery.com>
829
830         * arm-tdep.c (thumb_in_function_epilogue_p)
831         (arm_in_function_epilogue_p): New.
832         (arm_gdbarch_init): Install arm_in_function_epilogue_p as
833         gdbarch_in_function_epilogue_p callback.
834
835 2010-10-07  Doug Evans  <dje@google.com>
836
837         * cc-with-index.sh (output_file): Default to a.out.
838
839         * dwarf2read.c (mapped_index): Rename member index_table to
840         symbol_table and index_table_slots to symbol_table_slots.
841         All uses updated.
842         (create_symbol_hash_table): Renamed from create_index_table.
843         All callers updated.
844         (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
845         (write_hash_table): Rename local index_table to symbol_hash_table.
846
847         * addrmap.h (addrmap_foreach_fn): New typedef.
848         (addrmap_foreach): Declare.
849         * addrmap.c (struct addrmap_funcs): New member foreach.
850         (addrmap_foreach): New function.
851         (addrmap_fixed_foreach): New function.
852         (addrmap_fixed_funcs): Update.
853         (struct mutable_foreach_data): New struct.
854         (addrmap_mutable_foreach_worker): New function.
855         (addrmap_mutable_foreach): New function.
856         (addrmap_mutable_funcs): Update.
857
858 2010-10-07  Paul Hilfinger  <hilfinger@adacore.com>
859
860         * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
861         more cases.
862
863 2010-10-07  Paul Hilfinger  <hilfinger@adacore.com>
864
865         * ada-lang.c (full_match): Declare.
866         (ada_match_name): Rename to match_name (we should avoid prefixing static
867         symbols with "ada_").
868         (match_name): New name for ada_match_name.
869         (struct ada_psym_data): Remove and replace with...
870         (struct match_data): User data for map_matching_symbols.
871         (ada_add_psyms): Remove.
872         (aux_add_nonlocal_symbols): New function, used as callback for
873         map_matching_symbols.
874         (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
875         symbols.
876         (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
877         (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
878         Rework to use map_matching_symbols instead of map_ada_symtabs.
879         (ada_lookup_symbol_list): Use add_nonlocal_symbols.
880         * psymtab.c: Include dependency on dictionary.h.
881         (match_partial_symbol): New function.
882         (ada_lookup_partial_symbol): Remove.
883         (map_block): New function, auxiliary to map_matching_symbols_psymtab.
884         (map_matching_symbols_psymtab): New function.
885         (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
886         * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
887
888 2010-10-06  Paul Hilfinger  <hilfinger@adacore.com>
889
890         * ada-lang.c (ada_match_name): Use new API for wild_match.
891         (wild_match): Change API to be consistent with that of strcmp_iw;
892         return 0 for a match, and switch operand order.
893         (full_match): New function.
894         (ada_add_block_symbols): Use dict_iter_match_{first,next} for
895         matching to allow use of hashing.
896         * dictionary.c (struct dict_vector): Generalize iter_name_first,
897         iter_name_next ot iter_match_first, iter_match_next.
898         (iter_name_first_hashed): Replace with iter_match_first_hashed.
899         (iter_name_next_hashed): Replace with iter_match_next_hashed.
900         (iter_name_first_linear): Replace with iter_match_first_linear.
901         (iter_name_next_linear): Replace with iter_match_next_linear.
902         (dict_iter_name_first): Re-implement to use dict_iter_match_first.
903         (dict_iter_name_next): Re-implement to use dict_iter_match_next.
904         (dict_iter_match_first): New function.
905         (dict_iter_match_next): New function.
906         (dict_hash): New function.
907         * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
908         * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
909
910 2010-10-06  Doug Evans  <dje@google.com>
911
912         * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
913
914 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
915
916         * dwarf2read.c (read_tag_const_type): Handle const arrays.
917
918 2010-10-06  Doug Evans  <dje@google.com>
919
920         * Makefile.in (REQUIRED_SUBDIRS): New var.
921         (subdir_do): Verify required subdir Makefiles exist.
922
923         Create subdir data-directory.
924         * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
925         data-directory/Makefile.in.
926         (SUBDIRS): Add data-directory.
927         (all): Remove xml-syscall-copy dependency.
928         (xml-syscall-copy): Moved to data-directory/Makefile.in as
929         stamp-syscalls.
930         (xml-syscall-install): Moved to data-directory/Makefile.in as
931         install-syscalls.
932         (install-only): Remove xml-syscall-install dependency.
933         (all-data-directory): New rule.
934         (data-directory/Makefile): New rule.
935         * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
936         * configure: Regenerate.
937         * data-directory/Makefile.in: New file.
938         * python/lib/gdb/__init__.py: New file.
939
940 2010-10-06  Joel Brobecker  <brobecker@adacore.com>
941
942         Fix ARI warnings in advance_wild_match.
943         * ada-lang.c (advance_wild_match): Delete local variable t2.
944         Adjust code accordingly.  Minor reformatting.
945
946 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
947
948         * gdbtypes.h (struct main_type): Remove flag_nottext.
949         (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
950         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
951         (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
952         * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
953         of TYPE_FLAG_NOTTEXT.
954         (init_type): Remove the initialization of the flag_nottext field.
955         (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
956         TYPE_FLAG_NOTTEXT.
957         * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
958
959 2010-10-04  Doug Evans  <dje@google.com>
960
961         * cc-with-index.sh: New file.
962
963         * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
964         function comment.
965         (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
966         (create_cus_from_index, create_addrmap_from_index): Ditto.
967         (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
968         (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
969         (dw2_do_expand_symtabs_matching): Ditto.
970         (eq_strtab_entry, create_strtab, add_string): Ditto.
971         (hash_strtab_entry): Ditto.
972         (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
973         (create_index_table, create_mapped_symtab, find_slot): Ditto.
974         (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
975         (write_hash_table, add_address_entry, write_psymbols): Ditto.
976         (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
977         (write_psymtabs_to_index): Ditto.
978
979 2010-10-04  Joel Brobecker  <brobecker@adacore.com>
980
981         * ada-lang.c: #include "value.h".
982         (ensure_lval): Delete advance declaration.  Remove gdbarch and sp
983         arguments.  Implement using value_allocate_space_in_inferior
984         instead of allocating memory from the stack.
985         (make_array_descriptor): Remove gdbarch and sp parameters.  Update
986         calls to ensure_lval.
987         (ada_convert_actual): Remove gdbarch and sp parameters.  Update
988         calls to make_array_descriptor and ensure_lval.
989         * ada-lang.h (ada_convert_actual): Update declaration.
990         * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
991
992 2010-10-04  Doug Evans  <dje@google.com>
993
994         * python/python.c (_initialize_python): Define new function
995         GdbSetPythonDirectory in python.  Use it to update sys.path and
996         gdb.__path__.
997
998 2010-10-03  Paul Hilfinger  <hilfinger@adacore.com>
999
1000         * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
1001         incorporating and generalizing print_record_field_types.
1002         (print_record_field_types): Change return value and update comment.
1003         Re-implement using print_selected_record_field_types.
1004         (print_choices): Print "=>" here.
1005         Handle case of unencoded variant branch.
1006         (print_variant_clauses): Reformat comment.
1007         Special-case unencoded variant branch.
1008
1009 2010-10-03  Paul Hilfinger  <hilfinger@adacore.com>
1010
1011         * ada-lang.c (wild_match): Reimplement.
1012         Change API to eliminate unused length argument, reverse arguments and
1013         make 0 the 'true' return value.
1014         (advance_wild_match): New auxiliary function for wild_match to improve
1015         readability.
1016         (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
1017         * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
1018         API for wild_match.
1019         * symfile.h (map_ada_symtabs): Modify declaration to use new API for
1020         wild_match.
1021         * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
1022
1023 2010-10-01  Doug Evans  <dje@google.com>
1024
1025         * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1026         for `save gdb-index' command.
1027
1028 2010-10-01  Tom Tromey  <tromey@redhat.com>
1029
1030         * symfile.h (allocate_symtab): Update.
1031         * symfile.c (allocate_symtab): Make 'filename' const.
1032         * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1033         (add_psymbol_to_list): Likewise.
1034         * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1035         const.
1036         (add_psymbol_to_list): Update.
1037         * mdebugread.c (new_symtab): Make 'name' const.
1038         (psymtab_to_symtab_1): Make 'filename' const.
1039         * elfread.c (elfstab_offset_sections): Update.
1040         * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1041         (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1042         (psymtab_include_file_name): Update.
1043         * dbxread.c (find_stab_function_addr): Make 'filename' const.
1044         * buildsym.h (start_subfile): Update.
1045         * buildsym.c (start_subfile): Make arguments const.
1046
1047 2010-09-30  Ali Lakhia  <lakhia@alumni.utexas.net>
1048
1049         * fork-child.c (breakup_args): Fix crash if shell forking is
1050         disabled at compile time.
1051
1052 2010-10-01  Joel Brobecker  <brobecker@adacore.com>
1053
1054         * ada-lang.c (desc_bounds): Add handling of the case where
1055         the P_BOUNDS field is a pointer to a stub.
1056         (desc_data_target_type): Same for P_ARRAY field.
1057         (ada_check_typedef): Strip the typedef layers from the type
1058         found by ada_find_any_type.
1059
1060 2010-10-01  Joel Brobecker  <brobecker@adacore.com>
1061
1062         * sparc-tdep.c (sparc32_frame_align): New function.
1063         (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1064         * sparc64-tdep.c (sparc64_frame_align): New function.
1065         (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1066
1067 2010-09-30  H.J. Lu  <hongjiu.lu@intel.com>
1068
1069         * defs.h (MAX_REGISTER_SIZE): Set to 64.
1070
1071 2010-09-30  Tom Tromey  <tromey@redhat.com>
1072
1073         * symfile.h (struct sym_fns) <next>: Remove.
1074         (add_symtab_fns): Update.
1075         * symfile.c (sym_fns_ptr): New typedef.
1076         (symtab_fns): Now a VEC.
1077         (add_symtab_fns): Update.  Change argument type.
1078         (find_sym_fns): Update.  Change return type.
1079         (get_symfile_segment_data): Update.
1080         * objfiles.h (struct objfile) <sf>: Now const.
1081         * somread.c (som_sym_fns): Now const.  Update.
1082         * xcoffread.c (xcoff_sym_fns): Now const.  Update.
1083         * mipsread.c (ecoff_sym_fns): Now const.  Update.
1084         * machoread.c (macho_sym_fns): Now const.  Update.
1085         * elfread.c (elf_sym_fns): Now const.  Update.
1086         (elf_sym_fns_gdb_index): Likewise.
1087         * dbxread.c (aout_sym_fns): Now const.  Update.
1088         * coffread.c (coff_sym_fns): Now const.  Update.
1089
1090 2010-09-30  Tom Tromey  <tromey@redhat.com>
1091
1092         * value.c (value_primitive_field): Take 'offset' into account for
1093         packed field.
1094
1095 2010-09-30  Tom Tromey  <tromey@redhat.com>
1096
1097         * completer.c (count_struct_fields): Handle anonymous structs and
1098         unions.
1099         (add_struct_fields): Likewise.
1100
1101 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1102
1103         Fix printing parameters of inlined functions.
1104         * ada-lang.c (is_known_support_routine)
1105         (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1106         for find_frame_funname.
1107         * python/py-frame.c (frapy_name): Likewise.
1108         * stack.c (find_frame_funname): New parameter funcp.  Update the
1109         function comment.  Fill it in.
1110         (print_frame): New variable func.  Initialize it by
1111         find_frame_funname.  Print arguments only if FUNC is not NULL.  Use
1112         FUNC as the parameter of print_args_stub.
1113         * stack.h (find_frame_funname): New parameter funcp.  Remove the
1114         function declaration comment.
1115
1116 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1117
1118         PR corefiles/12071.
1119         * inferior.c (have_live_inferiors): New variables old_chain, inf and
1120         tp.  Iterate INFERIOR_LIST and call target_has_execution.
1121
1122 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1123
1124         Fix GDB crash on inferior calls with self-referencing classes.
1125         * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1126         member fields.
1127
1128 2010-09-29  Doug Evans  <dje@google.com>
1129
1130         Workaround for gcc/45682.
1131         * dwarf2read.c (partial_die_info): New fields fixup_called,
1132         linkage_name.
1133         (guess_partial_die_structure_name): Renamed from guess_structure_name.
1134         Move definition next to use.  Use linkage_name to determine if class
1135         is in a namespace.  All callers updated.
1136         (fixup_partial_die): Return early if already called.
1137         Set fixup_called when done.
1138         (guess_full_die_structure_name): New function.
1139         (determine_prefix): Call it for class/struct/union dies if c++ and
1140         .debug_types section is present and parent is DW_TAG_compile_unit.
1141
1142 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1143
1144         * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1145         (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1146
1147 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1148
1149         * NEWS: Announce Ravenscar Profile support.
1150
1151 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1152             Jerome Guitton  <guitton@adacore.com>
1153
1154         * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1155         New files.
1156         * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1157         ravenscar-sparc-thread.o to gdb_target_obs.
1158
1159 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1160
1161         * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1162         * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1163
1164 2010-09-27  Pierre Muller  <muller@ics.u-strasbg.fr>
1165
1166         * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1167         (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1168         skip_main_prologue method.
1169
1170 2010-09-27  Tom Tromey  <tromey@redhat.com>
1171
1172         * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1173         (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1174         Only emit a given psymbol once.
1175         (struct signatured_type_index_data) <psyms_seen>: New field.
1176         (write_one_signatured_type): Update.
1177         (cleanup_htab): New function.
1178         (write_psymtabs_to_index): Update.  Create psyms_seen hash.  Bump
1179         version to 3.
1180         (save_gdb_index_command): Update index documentation.
1181
1182 2010-09-27  Tom Tromey  <tromey@redhat.com>
1183
1184         * bcache.c (expand_hash_table): Use hash_function, not hash.
1185
1186 2010-09-27  Tom Tromey  <tromey@redhat.com>
1187
1188         * gdb_wchar.h: Change minimum libiconv to 0x108.
1189
1190 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1191
1192         Fix lost siginfo_t for inferior calls.
1193         * infrun.c
1194         (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1195         (save_inferior_thread_state): New variables regcache, gdbarch and
1196         siginfo_data.  Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1197         Move INF_STATE allocation later, pre-clear it.  Initialize REGISTERS
1198         using REGCACHE.
1199         (restore_inferior_thread_state): New variables regcache and gdbarch.
1200         Restore SIGINFO_DATA for matching GDBARCH.  Restore REGISTERS using
1201         REGCACHE.  Free also SIGINFO_DATA.
1202
1203 2010-09-24  Tom Tromey  <tromey@redhat.com>
1204
1205         * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1206         MAYBE_SWAPs.
1207         (dw2_map_symbol_names): Likewise.
1208
1209 2010-09-24  Sami Wagiaalla  <swagiaal@redhat.com>
1210
1211         * valops.c (find_oload_champ_namespace_loop): replace incorrect
1212         discard_cleanups do_cleanups.
1213
1214 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
1215
1216         PR gdb/11842
1217
1218         * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1219         (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1220         si_code is < 0.  Check for si_code == SI_TIMER before checking for
1221         si_code < 0.
1222
1223 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
1224
1225         * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1226
1227 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1228
1229         * ada-tasks.c (read_atcb): Do not compute the task ptid when
1230         debugging a core file.
1231
1232 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1233
1234         Code cleanup.
1235         * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1236         (free_objfile) <objfile->name != NULL>: Remove the conditional around
1237         xfree.
1238         * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1239         * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1240         Remove.
1241         * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1242         Remove the conditional.
1243         * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1244
1245 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1246
1247         * main.c: Include objfiles.h.
1248         (captured_main): New variable objfile.  Call
1249         load_auto_scripts_for_objfile for ALL_OBJFILES.
1250
1251 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1252
1253         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1254         DW_TAG_constant.
1255
1256 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1257
1258         * dwarf2read.c (scan_partial_symbols): Add handling of
1259         DW_TAG_constant DIEs.
1260         (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1261
1262 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1263
1264         * configure.ac: Add support for --enable-gdbserver.
1265         * configure: Regenerate.
1266
1267 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
1268
1269         PR C++/12028
1270         * valops.c (find_oload_champ_namespace_loop): removed incorrect
1271         'old_cleanups' reassignment.
1272
1273 2010-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1274
1275         * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1276         characters.
1277
1278 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
1279
1280         PR mi/11407
1281         * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1282         read_var_value and common_val_print and print a warning.
1283
1284 2010-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1285
1286         * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1287         keep the list in alphabetical order.  Use longer e-mail address.
1288
1289 2010-09-15  Tom Tromey  <tromey@redhat.com>
1290
1291         * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1292
1293 2010-09-15  Tom Tromey  <tromey@redhat.com>
1294
1295         * charset.c (iconv_open): New define.
1296         (iconv): Likewise.
1297         (iconv_close): Likewise.
1298         (phony_iconv_open): Add "phony_" prefix.
1299         (phony_iconv_close): Likewise.
1300         (phony_iconv): Likewise.
1301         * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1302         Change how INTERMEDIATE_ENCODING is defined.
1303
1304 2010-09-15  Doug Evans  <dje@google.com>
1305
1306         * dwarf2read.c (struct die_info): Fix comment.
1307
1308 2010-09-15  Alan Modra  <amodra@gmail.com>
1309
1310         PR 4606
1311         * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1312         than setting SEC_NEVER_LOAD on sections that need not be copied.
1313
1314 2010-09-14  Tom Tromey  <tromey@redhat.com>
1315
1316         * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1317         (start_psymtab_common, allocate_psymtab, discard_psymtab):
1318         Declare.
1319         * symfile.h (extend_psymbol_list): Remove.
1320         (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1321         (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1322         * psymtab.c (extend_psymbol_list): Move earlier.  Now static.
1323
1324 2010-09-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1325
1326         * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1327         Update the comment.
1328
1329 2010-09-14  Tom Tromey  <tromey@redhat.com>
1330
1331         PR symtab/8399:
1332         * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1333         for unrecognized frame base expression.
1334
1335 2010-09-14  Tom Tromey  <tromey@redhat.com>
1336
1337         PR exp/11803:
1338         * value.c (value_static_field): Use value_of_variable.
1339
1340 2010-09-14  Pierre Muller  <muller@ics.u-strasbg.fr>
1341
1342         * m32r-rom.c: Replace winsock.h with winsock2.h header.
1343         * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1344
1345 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
1346
1347         PR symtab/11992:
1348         * c-exp.y (classify_name): Check is_a_member_of_this before returning
1349         UNKNOWN_CPP_NAME.
1350
1351 2010-09-13  Joel Brobecker  <brobecker@adacore.com>
1352
1353         * NEWS: Add x86-lynxos to the list of platforms supported by
1354         gdbserver.
1355
1356 2010-09-13  Joel Brobecker  <brobecker@adacore.com>
1357
1358         * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1359
1360 2010-09-13  Tom Tromey  <tromey@redhat.com>
1361
1362         * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1363
1364 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
1365
1366         * i386-tdep.c (i386_ymm_type): Set type name to
1367         builtin_type_vec256i.
1368
1369 2010-09-12  Michael Snyder  <msnyder@vmware.com>
1370
1371         * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1372
1373 2010-09-12  H.J. Lu  <hongjiu.lu@intel.com>
1374
1375         * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1376
1377 2010-09-11  H.J. Lu  <hongjiu.lu@intel.com>
1378
1379         * amd64-tdep.c (amd64_register_name): Removed.
1380         (amd64_init_abi): Don't call set_gdbarch_register_name.
1381
1382         * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1383
1384         * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1385
1386 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1387             Paul Bolle  <pebolle@tiscali.nl>
1388
1389         Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1390         * cli-logging.c (struct saved_output_files) <targerr>: New.
1391         (set_logging_redirect, pop_output_files, handle_redirections):
1392         Redirect also gdb_stdtargerr.
1393         * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1394         declarations.
1395         * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1396         also gdb_stdtargerr.
1397         * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1398         to the top.  Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1399         Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1400         * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1401         * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1402         New functions.
1403
1404 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1405
1406         * hppa-tdep.c (unwind_command): Use host_address_to_string function
1407         to display a host address.
1408         * monitor.c (monitor_read_memory): Likewise.
1409         * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1410
1411 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1412
1413         * coffread.c (struct coff_symbol): Change c_value type from `long' to
1414         `CORE_ADDRESS' as it might contain target addresses.
1415
1416 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1417
1418         * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1419         before cast to pointer to avoid warning.
1420
1421 2010-09-09  Kevin Buettner  <kevinb@redhat.com>
1422
1423         * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1424         type to be signed.
1425
1426 2010-09-09  Ulrich Weigand  <uweigand@de.ibm.com>
1427
1428         * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1429         anonymous class partial DIEs.
1430
1431 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1432
1433         * dwarf2read.c (dwarf2_compute_name): Check that the first
1434         argument is a pointer.
1435
1436 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1437
1438         * dwarf2read.c (read_func_scope, read_structure_type)
1439         (read_common_block): Check for a NULL return from new_symbol.
1440
1441 2010-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1442
1443         * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1444
1445 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1446
1447         * dwarf2read.c (read_structure_type): Move processing of
1448         fields and member functions from here...
1449         (process_structure_scope): ... to here.
1450
1451 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1452
1453         * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1454         the domain type.
1455         (gnuv3_make_method_ptr): Likewise.
1456
1457 2010-09-08  Tom Tromey  <tromey@redhat.com>
1458
1459         * breakpoint.c (create_breakpoint): Add missing _().
1460
1461 2010-09-08  Doug Evans  <dje@google.com>
1462
1463         * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1464
1465 2010-09-08  Tom Tromey  <tromey@redhat.com>
1466
1467         Revert:
1468         2010-09-01  Tom Tromey  <tromey@redhat.com>
1469         * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1470         symtab.h: Revert earlier change.
1471
1472 2010-09-09  Sami Wagiaalla  <swagiaal@redhat.com>
1473
1474         * psymtab.c (add_psymbol_to_bcache): Initialize
1475         obj_section.
1476         memset psymbol.ginfo.value to 0.
1477
1478 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
1479
1480         * infrun.c (resume): Extend comment on ignoring single-step
1481         requests on vfork parents waiting for a vfork-done.
1482
1483 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1484             Pedro Alves  <pedro@codesourcery.com>
1485
1486         * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1487         is NULL.
1488         * fork-child.c (startup_inferior) <resume_signal>: Use enum
1489         target_signal type.
1490         * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1491         calling strsignal.  Use enum target_signal type for saved_signo.
1492         (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1493         (linux_nat_wait_1): Use enum target_signal type for signo.  Use
1494         target_signal_to_host before calling strsignal.
1495         * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1496         TARGET_SIGNAL_0.
1497
1498 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
1499             Jan Kratochvil  <jan.kratochvil@redhat.com>
1500
1501         * common/signals.c (ANY): Remove.
1502         (SET): No longer use ANY.
1503
1504 2010-09-06  Yao Qi  <yao@codesourcery.com>
1505
1506         * infrunc(resume): When inferior is waiting_for_vfork_done,
1507         clear step and don't use displaced stepping.
1508
1509 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
1510
1511         * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1512         value specially.
1513
1514 2010-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1515
1516         Code cleanup - split print_stop_reason.
1517         * infrun.c (enum inferior_stop_reason): Remove.
1518         (print_stop_reason): Remove by splitting into ...
1519         (print_exited_reason, print_signal_exited_reason)
1520         (print_no_history_reason, print_signal_received_reason)
1521         (print_end_stepping_range_reason): ... these new functions.  Update
1522         the preceding comment.
1523         (handle_inferior_event): Change the calls to print_exited_reason,
1524         print_signal_exited_reason, print_no_history_reason,
1525         print_signal_received_reason, print_end_stepping_range_reason.
1526         (handle_step_into_function, handle_step_into_function_backward):
1527         Change the calls to print_end_stepping_range_reason.
1528
1529 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1530
1531         * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1532         * cli-out.c: Include vec.h.
1533         (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1534         variable stream, initialize it, use it.
1535         (cli_redirect): New function comment.  Replace the stream and
1536         original_stream fields by the new streams field.  Remove the
1537         original_stream != NULL conditional, assert error on NULL instead.
1538         (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1539         (cli_out_data_ctor): Assert non-NULL stream.  Replace the stream and
1540         original_stream fields by the new streams field.
1541         (cli_out_set_stream): Replace the stream field by the new streams
1542         field.
1543         * cli-out.h: Include vec.h.
1544         (ui_filep): New typedef, call DEF_VEC_P for it.
1545         (struct cli_ui_out_data): Replace the stream and original_stream
1546         fields by the new streams field.
1547         * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
1548         NULL first.  Extend the comment.
1549         (handle_redirections): Call ui_out_redirect with output.
1550         * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
1551         calls outside of the TRY_CATCH block.
1552
1553 2010-09-03  Joel Brobecker  <brobecker@adacore.com>
1554
1555         GDB 7.2 released.
1556
1557 2010-09-02  Joel Brobecker  <brobecker@adacore.com>
1558
1559         Back out the following change:
1560         | 2010-06-29  Hui Zhu  <teawater@gmail.com>
1561         | * record.c (set_record_pic_cmdlist,
1562         | show_record_pic_cmdlist): New variables.
1563         | (set_record_pic_command,
1564         | show_record_pic_command): New functions.
1565         | (record_pic_function, record_pic_line, record_pic_enum,
1566         | set_record_pic_type, record_pic_hide_nofunction,
1567         | record_pic_hide_nosource, record_pic_hide_same): New variables.
1568         | (record_pic_fputs): New function.
1569         | (function_list, node_list, edge_list): New struct.
1570         | (function_list, node_list, edge_list): New variables.
1571         | (record_pic_cleanups, record_pic_node,
1572         | record_pic_edge, cmd_record_pic): New functions.
1573         | (_initialize_record): Add new commands for record pic.
1574
1575 2010-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
1576
1577         * config.in, configure: Regenerated.
1578         * configure.ac: Check for waitpid.
1579         * ser-pipe.c (pipe_close): Wait for the program to exit.
1580
1581 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1582
1583         * cli/cli-logging.c: Include gdb_assert.h.
1584         (set_logging_overwrite): New function.
1585         (logging_redirect): New comment.
1586         (logging_no_redirect_file, set_logging_redirect)
1587         (pop_output_files) <logging_no_redirect_file>: New.
1588         (handle_redirections) <!logging_redirect>: New variable
1589         no_redirect_file.  Remove file autoclose for tee_file_new.  No longer
1590         discard cleanup for the close of former OUTPUT.  Set
1591         LOGGING_NO_REDIRECT_FILE.
1592         (handle_redirections) <logging_redirect>: gdb_assert
1593         LOGGING_NO_REDIRECT_FILE.
1594         (show_logging_command) <logging_redirect handling>: Adjust messages
1595         for SAVED_FILENAME not NULL.
1596         (_initialize_cli_logging): Install set_logging_overwrite and
1597         set_logging_redirect.
1598
1599 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1600
1601         * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
1602
1603 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1604
1605         * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
1606         (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
1607         add $(GDB_WARN_CFLAGS_NO_FORMAT).
1608         (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
1609
1610 2010-09-02  Yao Qi  <yao@codesourcery.com>
1611
1612         * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
1613         number from a WIFSIGNALED status.
1614
1615 2010-09-01  Tom Tromey  <tromey@redhat.com>
1616
1617         * symtab.h (lookup_type_symbol): Declare.
1618         * symtab.c (lookup_symbol_in_language_full): Rename from
1619         lookup_symbol_in_language.  Add 'for_type' argument.
1620         (lookup_symbol_in_language): New function.
1621         (lookup_type_symbol): Likewise.
1622         (lookup_symbol_aux): Add 'for_type' argument.
1623         (match_symbol_aux): New function.
1624         (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
1625         (match_transparent_type): New function.
1626         (basic_lookup_transparent_type): Use expand_one_symtab_matching.
1627         * symfile.h (struct quick_symbol_functions)
1628         <pre_expand_symtabs_matching>: Remove.
1629         <expand_one_symtab_matching>: New field.
1630         * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
1631         (pre_expand_symtabs_matching_psymtabs): Remove.
1632         (psym_functions): Update.
1633         * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
1634         * dwarf2read.c (dw2_lookup_symbol): Update comment.
1635         (dw2_pre_expand_symtabs_matching): Remove.
1636         (dw2_expand_one_symtab_matching): New function.
1637         (dwarf2_gdb_index_functions): Update.
1638
1639 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
1640
1641         * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
1642
1643 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
1644
1645         * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
1646         as a feature reported by -list-target-features.
1647
1648 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
1649
1650         * features/Makefile (WHICH): Add rs6000/powerpc-32.
1651         (powerpc-32.o, powerpc-32.c): New rules.
1652         (clean): Also remove powerpc-32.c.
1653         * regformats/rs6000/powerpc-32.dat: Generate.
1654
1655 2010-08-31  Sami Wagiaalla  <swagiaal@redhat.com>
1656
1657         * symfile.c (reread_symbols): Use psymbol_bcache_free, and
1658         psymbol_bcache_init.
1659         * psymtab.h (psymbol_bcache_init): New function prototype.
1660         (psymbol_bcache_free): New function prototype.
1661         (psymbol_bcache_get_bcache): New function prototype.
1662         * psymtab.c (psymbol_bcache_init): New function.
1663         (psymbol_bcache_free): New function.
1664         (psymbol_bcache_full): New function.
1665         (psymbol_bcache_get_bcache): New function.
1666         (add_psymbol_to_bcache): use psymbol_bcache_full.
1667         * objfiles.h (psymbol_cache): Change type of psymbol_cache to
1668         psymbol_bcache.
1669         * symmisc.c (print_symbol_bcache_statistics): Updated.
1670         (print_objfile_statistics): Updated.
1671         * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
1672         psymbol_cache.
1673         (free_objfile): Use psymbol_bcache_free.
1674
1675 2010-08-31  Tom Tromey  <tromey@redhat.com>
1676
1677         PR c++/11961:
1678         * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
1679         Don't set TYPE_NAME on the type.
1680
1681 2010-08-31  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
1682
1683         * infrun.c (set_exec_direction_func): Error out if target does not
1684         support reverse execution.
1685
1686 2010-08-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1687
1688         Make linux_get_siginfo_type `type *' unique.
1689         * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
1690         (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
1691         (linux_get_siginfo_type): New variable linux_gdbarch_data.  Initialize
1692         it.  Use linux_gdbarch_data->siginfo_type as a persistent storage.
1693         (_initialize_linux_tdep): New.
1694
1695 2010-08-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1696
1697         Code cleanup.
1698         * defs.h (find_memory_region_ftype): New typedef.
1699         (exec_set_find_memory_regions): Use it.
1700         * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
1701         * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
1702         * gcore.c (objfile_find_memory_regions): Likewise.
1703         * gnu-nat.c (gnu_find_memory_regions): Likewise.
1704         * linux-nat.c (linux_nat_find_memory_regions): Likewise.
1705         * procfs.c (iterate_over_mappings_cb_ftype): Remove.
1706         (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
1707         find_memory_region_ftype.
1708         (insert_dbx_link_bpt_in_region): Likewise.
1709         (iterate_over_mappings): Likewise.  Drop the comment part about the
1710         function prototype.
1711         (find_memory_regions_callback): Use find_memory_region_ftype.
1712         (proc_find_memory_regions): Likewise.
1713         (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
1714         find_memory_region_ftype.
1715         * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
1716         * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
1717
1718 2010-08-31  Sami Wagiaalla  <swagiaal@redhat.com>
1719
1720         * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
1721         'static partial_symbol psymbol'.
1722         (psymbol_hash): New function.
1723         (psymbol_compare): New function.
1724         * bcache.c (hash_continue): New.
1725         (hash): Use hash_continue.
1726         * bcache.c: Add hash_function and compare_function
1727         pointers to bcache struct.
1728         (bcache_full): Use bcache->hash_function, and
1729         bcache->compare_function.
1730         (bcache_compare): New function.
1731         (bcache_xmalloc): Take hash_function and
1732         compare_function arguments and initialize the
1733         bcach's pointers.
1734         Updated comment.
1735         * objfiles.c (allocate_objfile): Updated.
1736         * symfile.c (reread_symbols): Updated.
1737         * python/py-type.c (typy_richcompare): Updated.
1738
1739 2010-08-30  Andre Poenitz  <andre.poenitz@nokia.com>
1740             Tom Tromey  <tromey@redhat.com>
1741
1742         PR python/11792:
1743         * python/py-value.c (valpy_get_dynamic_type): New function.
1744         (value_object_getset): Add "dynamic_type".
1745         (valpy_get_type): Fail on error.
1746
1747 2010-08-30  Yao Qi  <yao@codesourcery.com>
1748
1749         * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
1750         (arm_linux_syscall_next_pc): New.
1751         (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead. 
1752         (arm_linux_init_abi): Initialize syscall_next_pc.
1753         * arm-tdep.c (thumb_get_next_pc_raw):  Get next pc of SWI in Thumb mode.
1754         (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
1755         * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc. 
1756         Declare arm_frame_is_thumb.
1757
1758 2010-08-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1759
1760         Code cleanup.
1761         * breakpoint.c (bpstat_alloc): Remove unused prototype.
1762         (bpstat_alloc): Change parameters cbs to bs_link_pointer.  Adjust the
1763         code.
1764         (bpstat_stop_status): Change root_bs into bs_head and bs_link.  Adjust
1765         calls of bpstat_alloc.  Remove explicit bs chain termination.
1766
1767 2010-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1768
1769         Code cleanup.
1770         * linux-nat.c (pull_pid_from_list): Rename status to statusp.
1771         (my_waitpid): Likewise.
1772
1773 2010-08-27  Doug Evans  <dje@google.com>
1774
1775         * dwarf2read.c (dw2_require_line_header): Read from .debug_types
1776         as appropriate.
1777
1778 2010-08-27  Tom Tromey  <tromey@redhat.com>
1779
1780         * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
1781         TYPE_FIELD_IGNORE_BITS.
1782
1783 2010-08-27  Doug Evans  <dje@google.com>
1784
1785         * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
1786         the order they're defined in.  munmap .debug_types buffer.
1787
1788 2010-08-26  Doug Evans  <dje@google.com>
1789
1790         * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
1791         (dw2_forget_cached_source_info): Rename local cu to per_cu.
1792         (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
1793         (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
1794         (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
1795         (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
1796         (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
1797         (dwarf2_free_objfile, write_one_signatured_type): Ditto.
1798         (write_psymtabs_to_index): Ditto.
1799
1800 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
1801
1802         * NEWS: Mention libthread_db debugging with core files.
1803
1804 2010-08-26  Doug Evans  <dje@google.com>
1805
1806         * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
1807         forward decl.  Pass pst->dirname to dwarf_decode_lines.
1808         (psymtab_include_file_name): New function.
1809         (dwarf_decode_lines): Call it.  Update comments.
1810
1811 2010-08-25  Pedro Alves  <pedro@codesourcery.com>
1812
1813         * dwarf2read.c (inherit_abstract_dies): Handle origin die's
1814         compilation unit being different from target die's.
1815
1816 2010-08-24  Doug Evans  <dje@google.com>
1817
1818         PR symtab/11942
1819         * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
1820         debug_types_type_hash.
1821         (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
1822         All uses updated.
1823         (lookup_die_type): Renamed from tag_type_to_tag.  First look in
1824         appropriate type_hash table.  All callers updated.
1825         (allocate_signatured_type_table): Renamed from
1826         allocate_signatured_type_hash_table.  All callers updated.
1827         (create_signatured_type_table_from_index): Renamed from
1828         create_signatured_type_hash_from_index.  All callers updated.
1829         (read_die_type): Add comment.  Move actual reading to ...
1830         (read_die_type_1): ... here.  New function.
1831         (follow_die_ref_or_sig): Tweak comment.
1832         (set_die_type): Rewrite to use appropriate choice of
1833         debug_info_type_hash or debug_types_type_hash.
1834         (get_die_type_at_offset): New function.
1835         (get_die_type): Call it.
1836
1837 2010-08-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1838
1839         * python/py-type.c (typy_richcompare): Initialize worklist.
1840
1841 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
1842             Kazu Hirata  <kazu@codesourcery.com>
1843             Jonathan Larmour  <jifl@eCosCentric.com>
1844
1845         * arm-tdep.c: Include features/arm-with-m.c.
1846         (arm_psr_thumb_bit): New.  Update all uses of CPSR_T to
1847         call this function.
1848         (arm_pc_is_thumb): Add a gdbarch argument.  Update all callers.
1849         Check is_m after force-mode.
1850         (arm_gdbarch_init): Check the binary before the target description.
1851         Add check for M profile attribute.  If we have an M-profile device,
1852         but no target register description, use arm-with-m.  Recognize the
1853         new org.gnu.gdb.arm.m-profile feature and its xpsr register.
1854         (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
1855         * arm-tdep.h (XPSR_T): Define.
1856         (struct gdbarch_tdep): Add is_m member.
1857         * features/arm-m-profile.xml, features/arm-with-m.c,
1858         features/arm-with-m.xml: New files.
1859
1860 2010-08-23  Doug Evans  <dje@google.com>
1861
1862         * dwarf2read.c (read_structure_type): Add comment.
1863         (read_enumeration_type): Add comment.
1864         (process_enumeration_scope): Move definition of some locals
1865         closer to their use.
1866         (read_namespace_type): Add comment.
1867         (set_die_type): Fix typo in comment.
1868
1869 2010-08-23  Tom Tromey  <tromey@redhat.com>
1870
1871         PR python/11145:
1872         * python/py-value.c: Include expression.h.
1873         (valpy_do_cast): New function.
1874         (valpy_cast): Use it.
1875         (valpy_dynamic_cast): New function.
1876         (valpy_reinterpret_cast): Likewise.
1877         (value_object_methods): Add dynamic_cast, reinterpret_cast.
1878
1879 2010-08-23  Tom Tromey  <tromey@redhat.com>
1880
1881         PR python/11391:
1882         * python/py-value.c (valpy_nonzero): Don't throw error for other
1883         Value types.
1884
1885 2010-08-23  Tom Tromey  <tromey@redhat.com>
1886
1887         PR python/10676:
1888         * python/py-type.c: Include bcache.h, vec.h.
1889         (struct type_equality_entry): New.
1890         (compare_strings): New function.
1891         (check_types_equal): Likewise.
1892         (check_types_worklist): Likewise.
1893         (typy_richcompare): Likewise.
1894         (type_object_type): Set tp_richcompare field.
1895
1896 2010-08-23  Tom Tromey  <tromey@redhat.com>
1897
1898         PR python/10953:
1899         * python/py-type.c (typy_fields): Call check_typedef.
1900         (typy_template_argument): Add TRY_CATCH.
1901
1902 2010-08-23  Tom Tromey  <tromey@redhat.com>
1903
1904         PR python/11915:
1905         * python/py-type.c (typy_array): New function.
1906         (type_object_methods): Add "array".
1907
1908 2010-08-20  Pedro Alves  <pedro@codesourcery.com>
1909
1910         * python/python.c: Include "serial.h".
1911         (gdbpy_event_fds): Change type to `struct serial *' a array from
1912         int array.
1913         (gdbpy_run_events): Change parameters.  Use serial_readchar in
1914         place of read.
1915         (gdbpy_post_event): Use serial_write in place of write.
1916         (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
1917         serial_async in place of add_file_handler.
1918
1919 2010-08-20  Pedro Alves  <pedro@codesourcery.com>
1920
1921         * serial.h (gdb_pipe, serial_pipe): Declare.
1922         * serial.c (serial_interface_lookup): Take a const char pointer.
1923         (serial_fdopen): Rename to ...
1924         (serial_fdopen_ops): ... this.  Add an OPS parameter and use it.
1925         Call the OPS' fdopen function if there is one.
1926         (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
1927         (serial_pipe): New.
1928         (struct serial_ops) <fdopen>: New field.
1929
1930         * ser-mingw.c (free_pipe_state):
1931         (free_pipe_state): Close output on non-pex pipes.
1932         (pipe_windows_fdopen): New.
1933         (gdb_pipe): New.
1934         (_initialize_ser_windows): Register pipe_windows_fdopen.
1935         * ser-go32.c (gdb_pipe): New.
1936         * ser-pipe.c (pipe_close): Close file descriptor even if there's
1937         no state pointer.
1938         (pipe_ops): Delete.
1939         (gdb_pipe): New.
1940
1941 2010-08-20  Keith Seitz  <keiths@redhat.com>
1942
1943         PR symtab/11465:
1944         * dwarf2read.c (struct delayed_method_info): New struct.
1945         (struct dwarf2_cu): Add vector method_list.
1946         (scan_partial_symbols): Count methods for union, class, structure,
1947         and interface types.
1948         (add_to_method_list): New function.
1949         (free_delayed_list): New function.
1950         (compute_delayed_physnames): New function.
1951         (process_full_comp_unit): Make a cleanup for the CU's delayed
1952         physname list, compute the delayed physnames, and free the
1953         the list.
1954         (dwarf2_add_member_fn): For C++ and Java, delay the computation
1955         of the physname until after the CU is read.
1956
1957         * dwarf2read.c (read_structure_type): Check if the current
1958         DIE's type was already completed after dwarf2_full_name
1959         was called.
1960
1961 2010-08-19  Stan Shebs  <stan@codesourcery.com>
1962
1963         * NEWS: Mention some additional changes.
1964
1965 2010-08-19  Tom Tromey  <tromey@redhat.com>
1966
1967         * Makefile.in (install-python): Add DESTDIR.
1968
1969 2010-08-19  Doug Evans  <dje@google.com>
1970
1971         PR exp/11926
1972         * parser-defs.h (parse_float, parse_c_float): Declare.
1973         * parse.c (parse_float, parse_c_float): New function.
1974         * c-exp.y (parse_number): Call parse_c_float.
1975         * objc-exp.y (parse_number): Ditto.
1976         * p-exp.y (parse_number): Ditto.  Use ANSI/ISO-style definition.
1977         * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
1978
1979 2010-08-19  Joel Brobecker  <brobecker@adacore.com>
1980
1981         * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
1982         the arguments in the correct order.
1983         * symtab.c (maybe_add_partial_symtab_filename): Declare
1984         the arguments in the correct order.
1985
1986 2010-08-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1987
1988         * varobj.c (varobj_create): Replace variable old_fi with old_id,
1989         initialize it by null_frame_id, wrap its usage by get_frame_id,
1990         frame_id_p and frame_find_by_id.
1991
1992 2010-08-18  Tom Tromey  <tromey@redhat.com>
1993
1994         PR python/11900:
1995         * configure: Rebuild.
1996         * configure.ac: Add install-python to CONFIG_INSTALL.
1997         * Makefile.in (install-python): New.
1998
1999 2010-08-18  Doug Evans  <dje@google.com>
2000
2001         * gdb_assert.h (gdb_assert_not_reached): New macro.
2002         (gdb_assert_fail): Fix typo in comment.
2003         * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
2004         gdb_assert (0).
2005         * darwin-nat.c (darwin_check_new_threads): Ditto.
2006         * dwarf2read.c (dwarf2_get_section_info): Ditto.
2007         (munmap_section_buffer): Ditto.
2008         * m32c-tdep.c (make_types): Ditto.
2009         (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
2010         * macroexp.c (get_character_constant): Ditto.
2011         (get_string_literal): Ditto.
2012         * mep-tdep.c (mep_pseudo_cr_size): Ditto.
2013         (mep_pseudo_cr_index, mep_register_type): Ditto.
2014         (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
2015         (mep_get_insn, mep_analyze_prologue): Ditto.
2016         * objfiles.c (qsort_cmp): Ditto.
2017         * prologue-value.c (pv_is_identical): Ditto.
2018         * record.c (record_get_loc): Ditto.
2019         * value.c (value_static_field): Ditto.
2020         * xtensa-tdep.c (call0_track_op): Ditto.
2021
2022 2010-08-18  Tom Tromey  <tromey@redhat.com>
2023
2024         PR symtab/11919:
2025         * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2026         * parse.c (parse_field_expression): Use RETURN_MASK_ERROR.  Move
2027         name-copying lower.  Document exception behavior.
2028         * completer.c (expression_completer): Catch exceptions from
2029         parse_field_expression.
2030
2031 2010-08-18  Pedro Alves  <pedro@codesourcery.com>
2032
2033         PR corefile/8210
2034
2035         * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2036         workaround on core files.
2037         (try_thread_db_load_1): Don't try enabling thread event reporting
2038         on core files.
2039         (thread_db_load): Allow thread_db on core files.
2040         (attach_thread): Don't check thread signals on core files, nor try
2041         really attaching to the thread, nor enabling thread event event
2042         reporting.
2043         (thread_db_detach): Don't try disabing thread event reporting or
2044         removing thread event breakpoints when debugging a core file.
2045         (find_new_threads_callback): Don't try enabling thread event
2046         reporting on core files.
2047         (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2048         debugging a core file.
2049         (thread_db_find_new_threads): Don't update thread
2050         cores (processors) when debugging a core (dump).
2051
2052 2010-08-18  Pedro Alves  <pedro@codesourcery.com>
2053
2054         PR corefile/8210
2055
2056         * corelow.c (add_to_thread_list): Don't use
2057         gdbarch_core_reg_section_encodes_pid.  Use bfd_core_file_pid.
2058         (get_core_register_section): Don't use
2059         gdbarch_core_reg_section_encodes_pid.
2060
2061         * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2062         * gdbarch.h, gdbarch.c: Regenerate.
2063         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2064         gdbarch_core_reg_section_encodes_pid.
2065         * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2066         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2067         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2068
2069 2010-08-18  Yao Qi  <yao@codesourcery.com>
2070
2071         * MAINTAINERS : Add myself under Write After Approval.
2072
2073 2010-08-17  Tom Tromey  <tromey@redhat.com>
2074
2075         * NEWS: Mention template parameter support.
2076
2077 2010-08-17  Pedro Alves  <pedro@codesourcery.com>
2078
2079         PR breakpoints/11371
2080
2081         * breakpoint.c (decref_bp_location): Assert the reference count is
2082         sane.
2083
2084 2010-08-17  Pedro Alves  <pedro@codesourcery.com>
2085
2086         PR breakpoints/11371
2087
2088         * breakpoint.c (breakpoint_init_inferior): Decrement the
2089         location's reference count instead of deleting right away.
2090         (bpstat_free): Decrement the location's reference count.  Make
2091         static.
2092         (bpstat_copy): Increment the location's reference count.
2093         (bpstat_find_breakpoint): Adjust.
2094         (bpstat_num): Adjust.
2095         (print_it_typical): Adjust.  Use the breakpoint pointer in the
2096         bpstat instead of the location's owner.
2097         (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2098         Adjust to record the location's owner in the bpstat.
2099         (watchpoint_check): Use the breakpoint pointer in the bpstat
2100         instead of the location's owner.
2101         (bpstat_check_breakpoint_conditions): Don't handle
2102         bp_watchpoint_scope here.  Use the breakpoint pointer in the
2103         bpstat instead of the location's owner.
2104         (bpstat_stop_status): Defer inferior function calls to after
2105         building the bpstat list.  Handle bp_watchpoint_scope here.  Use
2106         the breakpoint pointer in the bpstat instead of the location's
2107         owner.
2108         (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2109         the location's owner.
2110         (free_bp_location): Don't walk bpstats clearing locations.
2111         (incref_bp_location): New.
2112         (decref_bp_location): New.
2113         (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2114         instead of the location's owner.
2115         (update_global_location_list): Clear the location's owner, and
2116         decrement the location's reference count instead of deleting it
2117         right away.
2118         (breakpoint_retire_moribund): Decrement the location's reference
2119         count instead of deleting it right away.
2120         (bpstat_remove_bp_location): Delete.
2121         (bpstat_remove_breakpoint): New.
2122         (bpstat_remove_bp_location_callback): Delete.
2123         (bpstat_remove_breakpoint_callback): New.
2124         (delete_breakpoint): Iterate over all threads' stop_bpstat's
2125         clearing references to the breakpoint that is being deleted.
2126
2127         * breakpoint.h (struct bp_location) <refc>: New field.
2128         <owner>: Update comments.
2129         (bpstat_free): Delete declaration.
2130         (struct bpstats): Change the type of the breakpoint_at field to
2131         struct breakpoint point, from struct bp_location pointer.  Add new
2132         field bp_location_at.
2133
2134 2010-08-16  Tom Tromey  <tromey@redhat.com>
2135
2136         * NEWS: Fix typo.
2137
2138 2010-08-16  Tom Tromey  <tromey@redhat.com>
2139
2140         * NEWS: Mention watch -location.
2141
2142 2010-08-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2143
2144         * breakpoint.c (update_watchpoint): Add source empty line.  Prefer
2145         EXP_STRING_REPARSE to EXP_STRING.
2146         (watch_command_1): Set also EXP_STRING_REPARSE.
2147         (delete_breakpoint): Free also EXP_STRING_REPARSE.
2148         * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2149         Update comment for exp_string.
2150
2151 2010-08-16  Tom Tromey  <tromey@redhat.com>
2152
2153         * value.c (release_value): Clear 'next' pointer.
2154         * breakpoint.c (watch_command_1): Add 'just_location' argument.
2155         (watch_command_wrapper): Update.
2156         (watch_maybe_just_location): New function.
2157         (watch_command): Update.
2158         (rwatch_command_wrapper): Update.
2159         (rwatch_command): Update.
2160         (awatch_command_wrapper): Update.
2161         (awatch_command): Update.
2162         (check_for_argument): New function.
2163         (_initialize_breakpoint): Update help text.
2164
2165 2010-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
2166
2167         * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2168         typedef'ed function types correctly.
2169
2170 2010-08-13  Tom Tromey  <tromey@redhat.com>
2171
2172         * python/python-internal.h (gdbpy_get_hook_function): Don't
2173         declare.
2174
2175 2010-08-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2176
2177         * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2178         static.
2179
2180 2010-08-13  Ken Werner  <ken.werner@de.ibm.com>
2181
2182         * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2183         the format strings to be compatible with Python 2.4.
2184
2185 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
2186
2187         Easier and more stubborn MI memory read commands.
2188
2189         * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2190         and data-write-memory-bytes.
2191         * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2192         (mi_cmd_data_write_memory_bytes): New.
2193         * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2194         (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2195         New.
2196         (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2197         * target.c (target_read_until_error): Remove.
2198         (read_whatever_is_readable, free_memory_read_result_vector)
2199         (read_memory_robust): New.
2200         * target.h (target_read_until_error): Remove.
2201         (struct memory_read_result, free_memory_read_result_vector)
2202         (read_memory_robust): New.
2203
2204 2010-08-13  Hui Zhu  <teawater@gmail.com>
2205
2206         * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2207         (read_comp_unit): Initialize back_to.
2208
2209 2010-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
2210             Pedro Alves  <pedro@codesourcery.com>
2211
2212         * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2213         (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2214         (struct partial_die_info) <has_template_arguments>: New field.
2215         <num_attrs>: Change type to unsigned char.
2216         <building_fullname>: New field.
2217         (dwarf2_build_psymtabs_hard): Set reading_partial_symbols.  Only
2218         allocate a CU if we don't have one already.  Add a cleanup for the
2219         CU.
2220         (partial_die_full_name): Handle template arguments not in
2221         DW_AT_name.
2222         (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2223         (load_full_comp_unit): Only allocate a CU if we don't have one
2224         already.
2225         (do_ui_file_peek_last): New.
2226         (dwarf2_compute_name): Handle template parameters not in
2227         DW_AT_name.
2228         (read_comp_unit): Read and free abbrevs if not read yet.
2229         (load_partial_dies): Handle template arguments not in DW_AT_name.
2230         (find_partial_die): If we have a CU, but no a partial dies yet,
2231         also read in the CU.
2232         (dwarf2_const_value_attr): New, abstracted out from
2233         dwarf2_const_value.
2234         (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2235         dwarf2_const_value_attr.
2236         (determine_prefix): Detect and break loops created by RCVT's debug
2237         info.
2238         (maybe_queue_comp_unit): Bail out early if reading partial
2239         symbols.
2240         (follow_die_offset): Load full CU if we have no dies.
2241         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2242         * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2243
2244 2010-08-11  Tom Tromey  <tromey@redhat.com>
2245             Phil Muldoon  <pmuldoon@redhat.com>
2246
2247         * python/python.c (gdbpy_run_events): New function.
2248         (gdbpy_post_event): Likewise.
2249         (gdbpy_initialize_events): Likewise.
2250         (_initialize_python): Call gdbpy_initialize_events.
2251
2252 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
2253
2254         * gdb/valarith.c (vector_binop): New function.
2255         (scalar_binop): Likewise.
2256         (value_binop): Call scalar_binop or vector_binop depending on the types.
2257         * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2258         (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2259         to pointers.
2260         * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2261
2262 2010-08-11  Brad Roberts  <braddr@puremagic.com>
2263
2264         * d-lang.c (extract_identifiers): Handle multiple digits.
2265
2266 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2267
2268         Code cleanup.
2269         * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2270         Rename to dummy_frame_unwind.
2271         (dummy_frame_unwind): Remove.
2272         * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2273         * frame-unwind.c (frame_unwind_init): Use address of
2274         dummy_frame_unwind and inline_frame_unwind.
2275         * frame.c (create_sentinel_frame): Use address of
2276         sentinel_frame_unwind.
2277         * inline-frame.c (inline_frame_unwinder): Rename to
2278         inline_frame_unwind.
2279         (inline_frame_unwind): Remove.
2280         * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2281         * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2282         sentinel_frame_unwind.
2283         (sentinel_frame_unwind): Remove.
2284         * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2285         struct.
2286
2287 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2288
2289         Code cleanup.
2290         * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2291         and returned value.  New comment from frame-unwind.h.
2292         * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2293         Extend the comment.
2294         * frame.c (get_frame_id, frame_unwind_register_value)
2295         (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2296         (get_frame_type, frame_unwind_arch): Do not use the return value of
2297         frame_unwind_find_by_frame.
2298
2299 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
2300             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2301             Tom Tromey  <tromey@redhat.com>
2302
2303         * python/python.c (gdbpy_solib_address):  New function.
2304         (gdbpy_decode_line): Likewise.
2305
2306 2010-08-10  Tom Tromey  <tromey@redhat.com>
2307
2308         Revert gdb-add-index addition:
2309         * Makefile.in (install-only): Don't install gdb-add-index.
2310         * gdb-add-index.sh: Remove.
2311
2312 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
2313
2314         * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2315         `target_has_execution' check with `to_has_memory' check.
2316         (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2317         (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2318         with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2319
2320 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
2321
2322         * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2323         (resume_siggnal, resume_step): Move these static globals...
2324         (struct sim_inferior_data): ...into this new struct.
2325         (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2326         New static globals.
2327         (gdb_callback, callbacks_initialized): Move these globals to
2328         a point earlier in the file.
2329         (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2330         (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2331         (gdbsim_close_inferior, gdbsim_resume_inferior)
2332         (gdbsim_stop_inferior): New functions.
2333         (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2334         New constants.
2335         (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2336         (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2337         (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2338         (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2339         (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2340         (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2341         new local variable `sim_data' in each of these functions.  Use
2342         `sim_data' to reference former globals `program_loaded',
2343         `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2344         `resume_step'.
2345         (gdbsim_open): Remove local variable `argv'.  Put results of call
2346         to `gdb_buildargv' in `sim_argv' rather than in `argv'.  Don't
2347         make a cleanup for it.  Free it though when a sim instance cannot
2348         be obtained.
2349         (gdbsim_close): Free sim_argv and null it out as appropriate.
2350         Close sim instances in all inferiors.
2351         (gdbsim_cntrl_c): Stop all inferiors.
2352         (gdbsim_wait): 
2353         (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2354
2355 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2356
2357         * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2358         function after symbol construction is complete.
2359         Do the same for template symbol addition to template_symbols list.
2360
2361 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2362
2363         * symtab.c (symbol_get_demangled_name): Remove assertion and
2364         return NULL when language_specific.cplus_specific is not initialized.
2365         * stabsread.c (define_symbol): Set the name before calling
2366         cp_scan_for_anonymous_namespaces.
2367
2368 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2369
2370         * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2371         SYMBOL_SET_LANGUAGE.
2372         (symbol_init_language_specific): Renamed to symbol_set_language.
2373         * symtab.c (symbol_init_language_specific): Removed redundant check
2374         for language_cplus.
2375         Renamed to symbol_set_language.
2376         * stabsread.c (define_symbol): Updated.
2377         (read_enum_type): Updated
2378         * psymtab.c (add_psymbol_to_bcache): Updated.
2379         * minsyms.c (install_minimal_symbols): Updated.
2380         * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2381         SYMBOL_LANGUAGE to set the language.
2382         * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2383         * mdebugread.c (new_symbol): Ditto.
2384         * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2385         * dwarf2read.c (new_symbol_full): Ditto.
2386         * jv-lang.c (add_class_symbol): Ditto.
2387
2388 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2389
2390         * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2391         (make_cleanup_restore_page_info)
2392         (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2393         * gdbcmd.h (execute_command_to_string): New declaration.
2394         * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2395         (make_cleanup_restore_ui_file): Move to utils.c
2396         (execute_gdb_command) <to_string>: Move ...
2397         * top.c (execute_command_to_string): ... here.  Call
2398         set_batch_flag_and_make_cleanup_restore_page_info.
2399         * utils.c (make_cleanup_restore_integer): New source file blank line.
2400         (make_cleanup_restore_uinteger): New.
2401         (struct restore_ui_file_closure, do_restore_ui_file)
2402         (make_cleanup_restore_ui_file): Move here from python/python.c.
2403         (init_page_info) <batch_flag>
2404         (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2405         (set_batch_flag_and_make_cleanup_restore_page_info): New.
2406
2407 2010-08-06  Maciej W. Rozycki  <macro@codesourcery.com>
2408
2409         * thread.c (add_thread_silent): Use null_ptid instead of
2410         minus_one_ptid while getting rid of stale inferior_ptid.
2411
2412 2010-08-06  Corinna Vinschen  <vinschen@redhat.com>
2413
2414         * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2415         Throughout, call read_encoded_value with ptr_size rather than addr_size.
2416         (decode_frame_entry_1): Remove redundant setting of
2417         addr_size.  Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2418         to determine addr_size in Dwarf versions < 4.  Set ptr_size dependent
2419         on examined frame section.  Add comment to explain why.
2420         * gdbarch.sh (dwarf2_addr_size): Define as variable.  Add lengthy
2421         comment to explain usage.
2422         * gdbarch.c: Regenerate.
2423         * gdbarch.h: Regenerate.
2424
2425         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2426
2427 2010-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2428
2429         Code cleanup.
2430         * varobj.c (varobj_create): Move variables fi, old_fi and block to
2431         a more inner block.
2432
2433 2010-08-05  Pedro Alves  <pedro@codesourcery.com>
2434
2435         * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2436         (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2437         (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2438         (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2439         linux-tdep.o to gdb_target_obs.
2440
2441 2010-08-05  Marc Khouzam  <marc.khouzam@ericsson.com>
2442
2443         * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
2444         argument.
2445
2446 2010-08-05  Hui Zhu  <teawater@gmail.com>
2447
2448         * mips-linux-tdep.c(regset.h): New include.
2449         (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2450         mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2451         mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2452         mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2453         mips_linux_regset_from_core_section): New functions.
2454         (fetch_core_registers, regset_core_fns): Deleted.
2455         (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2456         Deleted regset_core_fns.
2457         * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2458         tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2459         * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2460         and fpregset64.
2461
2462 2010-08-04  Pedro Alves  <pedro@codesourcery.com>
2463
2464         * s390-tdep.c: Include linux-tdep.h.
2465         (s390_gdbarch_init): Call linux_init_abi.
2466
2467 2010-08-04  Pedro Alves  <pedro@codesourcery.com>
2468
2469         * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2470         instead of printing "Thread" here.
2471         * linux-tdep.c: Include inferior.h.
2472         (linux_core_pid_to_str): New.
2473         (linux_init_abi): New.
2474         * linux-tdep.h (linux_init_abi): Declare.
2475         * alpha-linux-tdep.c: Include linux-tdep.h.
2476         (alpha_linux_init_abi): Call linux_init_abi.
2477         * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2478         * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2479         * frv-linux-tdep.c: Include linux-tdep.h
2480         (frv_linux_init_abi): Call linux_init_abi.
2481         * hppa-linux-tdep.c: Include linux-tdep.h
2482         (hppa_linux_init_abi): Call linux_init_abi.
2483         * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2484         * ia64-linux-tdep.c: Include linux-tdep.h.
2485         (ia64_linux_init_abi): Call linux_init_abi.
2486         * m32r-linux-tdep.c: Include linux-tdep.h.
2487         (m32r_linux_init_abi): Call linux_init_abi.
2488         * m68klinux-tdep.c: Include linux-tdep.h.
2489         (m68k_linux_init_abi): Call linux_init_abi.
2490         * microblaze-linux-tdep.c: Include linux-tdep.h.
2491         (microblaze_linux_init_abi): Call linux_init_abi.
2492         * mips-linux-tdep.c: Include linux-tdep.h.
2493         (mips_linux_init_abi): Call linux_init_abi.
2494         * mn10300-linux-tdep.c: Include linux-tdep.h.
2495         (am33_linux_init_osabi): Call linux_init_abi.  Rename the
2496         'gdbinfo' parameter to 'info'.
2497         * ppc-linux-tdep.c: Include linux-tdep.h.
2498         (ppc_linux_init_abi): Call linux_init_abi.
2499         * sh-linux-tdep.c: Include linux-tdep.h.
2500         (sh_linux_init_abi): Call linux_init_abi.
2501         * sparc-linux-tdep.c: Include linux-tdep.h.
2502         (sparc32_linux_init_abi): Call linux_init_abi.
2503         * sparc64-linux-tdep.c: Include linux-tdep.h.
2504         (sparc64_linux_init_abi): Call linux_init_abi.
2505         * xtensa-linux-tdep.c: Include linux-tdep.h.
2506         (xtensa_linux_init_abi): Call linux_init_abi.
2507         * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2508         (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2509         callback.
2510
2511 2010-08-03  Doug Evans  <dje@google.com>
2512
2513         * breakpoint.c (bpdisp_text): Constify bpdisps.
2514         * solib-svr4.c (solib_break_names): Constify.
2515         (bkpt_names, main_name_list): Constify.
2516         (match_main): Constify soname arg.
2517         (bfd_lookup_symbol): Remove unnecessary forward decl.
2518         Constify symname arg.
2519         (enable_break): Constify bkpt_namep.
2520         * symtab.c (search_symbols): Constify types, types2, types3, types4.
2521         (symtab_symbol_info): Constify classnames.
2522
2523 2010-08-03  Phil Muldoon  <pmuldoon@redhat.com>
2524
2525         * NEWS: Document Python value inferior function calls.
2526
2527 2010-08-02  Doug Evans  <dje@google.com>
2528
2529         * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2530
2531 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
2532
2533         * linux-thread-db.c (libthread_db_debug): New variable.
2534         (thread_db_find_new_threads_silently): Control verbosity with it.
2535         (try_thread_db_load_1, try_thread_db_load): Likewise.
2536         (find_new_threads_once): Likewise.
2537         (_initialize_thread_db): Set/show it.
2538
2539 2010-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2540
2541         * common/signals.c (signals): Move the content to signals.def.
2542         Include it.  Remove the INDENT comments.
2543
2544 2010-07-30  Tom Tromey  <tromey@redhat.com>
2545
2546         * Makefile.in (install-only): Install gdb-add-index.
2547         * gdb-add-index.sh: New file.
2548
2549 2010-07-31  Renquan Cheng  <crq@gcc.gnu.org>
2550
2551         * MAINTAINERS: Add myself for write after approval privileges.
2552
2553 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2554
2555         * symfile.c (addr_section_name): New function.
2556         (addrs_section_compar): Use it.
2557         (addr_info_make_relative): Use it.  Move variable sect_name into a more
2558         inner block.  Make ".dynbss" and ".sdynbss" checks more strict.
2559
2560 2010-07-30  Tom Tromey  <tromey@redhat.com>
2561
2562         * configure: Rebuild.
2563         * configure.ac: Add missing case for Python 2.7.
2564
2565 2010-07-29  DJ Delorie  <dj@redhat.com>
2566
2567         * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
2568         conditions.
2569
2570 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
2571
2572         * PROBLEMS: Remove mention of all problems.
2573
2574 2010-07-28  Pedro Alves  <pedro@codesourcery.com>
2575
2576         PR build/11848
2577         * configure.ac: Check for wresize.
2578         * configure, config.in: Regenerate.
2579         * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
2580         with HAVE_WRESIZE.
2581
2582 2010-07-28  Tom Tromey  <tromey@redhat.com>
2583
2584         PR python/11060:
2585         * python/py-type.c (typy_legacy_template_argument): New function,
2586         extracted from typy_template_argument.
2587         (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT.  Return a
2588         value when needed.
2589
2590 2010-07-28  Oleg Nesterov  <oleg@redhat.com>
2591
2592         * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
2593
2594 2010-07-27  Tom Tromey  <tromey@redhat.com>
2595
2596         * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
2597
2598 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
2599
2600         * dwarf2read.c (read_subroutine_type): Improve THIS detection,
2601         handling DW_AT_object_pointer, and workaround GCC PR 43053.
2602
2603 2010-07-28  Tom Tromey  <tromey@redhat.com>
2604
2605         * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
2606
2607 2010-07-28  Joel Brobecker  <brobecker@adacore.com>
2608
2609         * remote.c (remote_download_tracepoint): Add missing gettext markup.
2610         * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
2611
2612 2010-07-28  Joel Brobecker  <brobecker@adacore.com>
2613
2614         * breakpoint.c (breakpoint_re_set_one): Move call to set_language
2615         down, just before the block that parse the breakpoint addr_string.
2616
2617 2010-07-28  Tom Tromey  <tromey@redhat.com>
2618
2619         PR c++/9946:
2620         * symfile.c (reread_symbols): Clear template_symbols.
2621         * symtab.h (struct symbol) <is_cplus_template_function>: New
2622         field.
2623         (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
2624         (struct template_symbol): New.
2625         * symtab.c (lookup_symbol_aux_local): Use
2626         cp_lookup_symbol_imports_or_template.
2627         * objfiles.h (struct objfile) <template_symbols>: New field.
2628         * objfiles.c (relocate_one_symbol): New function.
2629         (objfile_relocate1): Use it.  Relocate isolated symbols.
2630         * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
2631         template_arguments>: New fields.
2632         (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
2633         (TYPE_TEMPLATE_ARGUMENTS): Likewise.
2634         (TYPE_TEMPLATE_ARGUMENT): Likewise.
2635         (lookup_typename): Update.
2636         * gdbtypes.c (lookup_typename): Constify "block" argument.
2637         * dwarf2read.c: Include vec.h.
2638         (symbolp): New typedef.
2639         (read_func_scope): Read template arguments.  Allocate a
2640         template_symbol when needed.
2641         (read_structure_type): Read template arguments.
2642         (new_symbol_full): New function, from new_symbol.  Handle
2643         DW_TAG_template_type_param and DW_TAG_template_value_param.
2644         (new_symbol): Rewrite as wrapper.
2645         * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
2646         * cp-namespace.c: Include language.h.
2647         (search_symbol_list): New function.
2648         (cp_lookup_symbol_imports_or_template): Likewise.
2649
2650 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
2651
2652         * tui/tui-win.c (make_visible_with_new_height): Resize and move
2653         the command window to the new size and position.
2654
2655 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
2656
2657         * tui/tui-win.c (tui_resize_all): Update the locator's origin's
2658         coordinates.
2659
2660 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
2661
2662         * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
2663         after a detecting a resize.
2664         * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
2665         call.
2666
2667 2010-07-28  Pedro Alves  <pedro@codesourcery.com>
2668
2669         * configure.ac: Check for resize_term.
2670         * configure, config.in: Regenerate.
2671
2672 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
2673
2674         * MAINTAINERS (Write After Approval): Reorder a couple of entries.
2675
2676 2010-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
2677
2678         * dwarf2read.c (read_string): Rename to ...
2679         (read_direct_string): ... this.
2680         (skip_one_die, read_attribute_value, dwarf_decode_line_header)
2681         (dwarf_decode_lines, dwarf_decode_macros): Adjust.
2682
2683 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2684
2685         * linux-nat.c (linux_nat_lp_status_is_event): New function.
2686         (count_events_callback, select_event_lwp_callback)
2687         (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
2688
2689 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2690
2691         * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
2692         (_initialize_ia64_linux_nat): Install it.
2693         * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
2694         (linux_nat_set_status_is_event): New.
2695         (stop_wait_callback, count_events_callback, select_event_lwp_callback)
2696         cancel_breakpoints_callback, linux_nat_filter_event)
2697         (linux_nat_wait_1): Use linux_nat_status_is_event.
2698         * linux-nat.h (linux_nat_set_status_is_event): New prototype.
2699
2700 2010-07-27  Tom Tromey  <tromey@redhat.com>
2701
2702         * NEWS: Mention labels, .gdb_index.
2703
2704 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
2705
2706         * cli/cli-cmds.c (disassemble_command): Add support of disassemble
2707         "start,+length" form of arguments.
2708         * NEWS: Add "Changed commands" (disassemble) section for "Changes
2709         since GDB 7.1"; and merge two separated paragraphs of disassemble
2710         description in "Changes in GDB 7.0".
2711
2712 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2713
2714         * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
2715         * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
2716         (fputs_maybe_filtered): Do not do filtering also on
2717         ! INPUT_FROM_TERMINAL_P.
2718
2719 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
2720
2721         * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
2722         in warning message.
2723
2724 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
2725
2726         * python/py-value.c (valpy_call): New Function.
2727
2728 2010-07-27  Ken Werner  <ken.werner@de.ibm.com>
2729
2730         * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
2731         types_list_elements variables.
2732
2733 2010-07-26  Tom Tromey  <tromey@redhat.com>
2734
2735         * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
2736         TLS with DW_OP_const4u or DW_OP_const8u.
2737
2738 2010-07-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2739
2740         * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
2741         VSX registers contents.
2742
2743 2010-07-26  Jerome Guitton  <guitton@adacore.com>
2744
2745         * dwarf2read.c (add_partial_symbol): Do not add a global variable if
2746         its adress is null. Add comment to explain why.
2747         (new_symbol): Ditto.
2748
2749 2010-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2750
2751         * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
2752         the host signal first.
2753
2754 2010-07-23  Tom Tromey  <tromey@redhat.com>
2755
2756         * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
2757         type_comp_units>: New fields.
2758         (dw2_get_cu): New function.
2759         (create_cus_from_index): Remove unused argument.
2760         (create_signatured_type_hash_from_index): New function.
2761         (create_addrmap_from_index): Update.
2762         (dwarf2_read_index): Handle version 2.
2763         (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
2764         (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
2765         (dw2_print_stats, dw2_expand_all_symtabs)
2766         (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
2767         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
2768         (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
2769         (allocate_signatured_type_hash_table): New function.
2770         (add_signatured_type_cu_to_list): Likewise.
2771         (create_debug_types_hash_table): Use them.  Set type_comp_units.
2772         (read_signatured_type): Ensure section data is available.
2773         (add_address_entry): Don't record empty ranges.
2774         (struct signatured_type_index_data): New.
2775         (write_one_signatured_type): New function.
2776         (write_psymtabs_to_index): Write type CUs.
2777         (save_gdb_index_command): Update comment.
2778         (process_type_comp_unit): Move inititalization of
2779         from_debug_types...
2780         (create_debug_types_hash_table): ... here.
2781
2782 2010-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2783
2784         * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
2785         cleanup and generating of gdb script to it.
2786         (gdb): Use redirection from /dev/null.  Use --nx.  Turn off pagination
2787         and terminal size.  Convert $tmpfile to a series of -ex-es.
2788
2789 2010-07-23  Keith Seitz  <keiths@redhat.com>
2790
2791         * symtab.c (basic_lookup_transparent_type): Call pre-expand
2792         hook for STATIC_BLOCK types, too.
2793
2794 2010-07-23  Keith Seitz  <keiths@redhat.com>
2795
2796         * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
2797         and vector definition.
2798
2799 2010-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2800
2801         * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
2802
2803 2010-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2804
2805         * dwarf2read.c: Include completer.h.
2806         (save_gdb_index_command): Use matching usage command name.
2807         (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
2808         Set filename_completer for it.
2809
2810 2010-07-22  Tom Tromey  <tromey@redhat.com>
2811
2812         * dwarf2read.c (create_debug_types_hash_table): Set objfile on
2813         type signature's per-CU data.
2814
2815 2010-07-22  Pedro Alves  <pedro@codesourcery.com>
2816
2817         * NEWS: Mention target reported shared libraries support by
2818         default.
2819
2820 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
2821
2822         PR symtab/11827
2823
2824         Revert:
2825         2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2826         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
2827         and DW_TAG_volatile_type.
2828         (new_symbol): Likewise.
2829
2830 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
2831
2832         * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
2833         function symbols before overload resolution.
2834
2835 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
2836
2837         * breakpoint.c (bptype_string): New, abstracted out from
2838         print_one_breakpoint_location.
2839         (print_one_breakpoint_location): Adjust.
2840         (breakpoint_1): Adjust the type column width dynamically.
2841
2842 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2843
2844         * symfile.c (find_separate_debug_file_by_debuglink): Remove
2845         a gdb_assert call, new comment.
2846
2847 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2848
2849         * linux-nat.c (linux_handle_extended_wait): Handle case when
2850         event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
2851
2852 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2853
2854         Code cleanup.
2855         * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
2856         linux_nat_wait_1.  Use always LP->STATUS afterwards.
2857
2858 2010-07-20  Hui Zhu  <teawater@gmail.com>
2859
2860         * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
2861         (inf_ptrace_attach): Ditto.
2862
2863 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2864
2865         Make core files the process_stratum.
2866         * corefile.c (core_target): New variable.
2867         (core_file_command): Remove variable t, use core_target.
2868         * corelow.c (core_ops): Make it static.
2869         (init_core_ops): Change to process_stratum.  Initialize CORE_TARGET.
2870         * defs.h (make_cleanup_unpush_target): New prototype.
2871         * gdbarch.h: Regenerate.
2872         * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
2873         * gdbcore.h (core_target): New declaration.
2874         * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
2875         variables ops_already_pushed and back_to.  Use push_target,
2876         make_cleanup_unpush_target and discard_cleanups calls.
2877         * record.c (record_open): Replace core_stratum by a core_bfd check.
2878         * target.c (target_is_pushed): New function.
2879         (find_core_target): Remove.
2880         * target.h (enum strata) <core_stratum>: Remove.
2881         (target_is_pushed): New declaration.
2882         (find_core_target): Remove declaration.
2883         * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
2884         * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
2885
2886 2010-07-19  Hui Zhu  <teawater@gmail.com>
2887
2888         * breakpoint.c (single_step_breakpoints_inserted): New
2889         function.
2890         * breakpoint.h (single_step_breakpoints_inserted): Extern.
2891         * infrun.c (maybe_software_singlestep): Add check code.
2892         * record.c (record_resume): Add code for software single step.
2893         (record_wait): Ditto.
2894
2895 2010-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2896
2897         * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
2898         a more inner block.  Remove its unused declaration initializer.
2899
2900 2010-07-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2901
2902         * NEWS: Mention support for the new ptrace interface and hardware
2903         accelerated watchpoint conditions on powerpc-linux.
2904
2905 2010-07-16  Ozkan Sezer  <sezeroz@gmail.com>
2906
2907         * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
2908         long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
2909         and host_address_to_string() and %s for pointers.
2910         (debug_to_remove_breakpoint): Likewise.
2911         (debug_to_region_ok_for_hw_watchpoint): Likewise.
2912         (debug_to_can_accel_watchpoint_condition): Likewise.
2913         (debug_to_stopped_data_address): Likewise.
2914         (debug_to_watchpoint_addr_within_range): Likewise.
2915         (debug_to_insert_hw_breakpoint): Likewise.
2916         (debug_to_remove_hw_breakpoint): Likewise.
2917         (debug_to_insert_watchpoint): Likewise.
2918         (debug_to_remove_watchpoint): Likewise.
2919
2920 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2921
2922         * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
2923         argument.
2924         (cplus_specific): New struct.
2925         * symtab.c (symbol_set_demangled_name): Updated.
2926         Use cplus_specific for cplus symbols.
2927         (symbol_get_demangled_name): Retrive the name from the cplus_specific
2928         struct for cplus symbols.
2929         (symbol_init_language_specific): Set cplus_specific for cplus symbols.
2930         (symbol_set_names): Pass objfile to symbol_set_demangled_name.
2931         * symtab.c (symbol_init_cplus_specific): New function.
2932
2933 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2934
2935         * symtab.h (symbol_set_demangled_name): New function.
2936         (symbol_get_demangled_name): New function.
2937         * symtab.c (symbol_set_demangled_name): New function.
2938         (symbol_get_demangled_name): New function.
2939         (symbol_init_language_specific): Use demangled_name setter and getter.
2940         (symbol_set_names): Ditto.
2941         (symbol_natural_name): Ditto.
2942         (symbol_demangled_name): Ditto.
2943         * dwarf2read.c (new_symbol): Ditto.
2944
2945 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2946
2947         * symtab.h: Renamed cplus_specific to mangled_lang.
2948         * symtab.c (symbol_init_language_specific): Updated.
2949         (symbol_set_names): Updated.
2950         (symbol_natural_name): Updated.
2951         (symbol_demangled_name): Updated.
2952         * ada-lang.c (ada_decode_symbol): Updated.
2953         * dwarf2read.c (new_symbol): Updated.
2954
2955 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
2956
2957         * valops.c (value_assign): Do not call to value_coerce_to_target.
2958         (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
2959
2960 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
2961
2962         * MAINTAINERS: Add myself for write after approval privileges.
2963
2964 2010-07-13  Emmanuel Thomé  <Emmanuel.Thome@gmail.com>
2965
2966         * c-valprint.c (c_val_print): Add embedded_offset to address in
2967         call to val_print_array_elements.
2968
2969 2010-07-13  Tom Tromey  <tromey@redhat.com>
2970
2971         * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
2972
2973 2010-07-13  Tom Tromey  <tromey@redhat.com>
2974
2975         * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
2976         objfile.
2977
2978 2010-07-13  Tom Tromey  <tromey@redhat.com>
2979
2980         * symfile.c (set_initial_language): Update.
2981         (deduce_language_from_filename): Argument type now const.
2982         * symtab.h (find_main_filename): Update.
2983         (deduce_language_from_filename): Update.
2984         * symtab.c (find_main_filename): Make result const.
2985         * dwarf2read.c (dw2_find_symbol_file): Change return type.
2986         * psymtab.c (find_symbol_file_from_partial): Change return type.
2987         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2988         Make result const.
2989
2990 2010-07-13  Tom Tromey  <tromey@redhat.com>
2991
2992         * breakpoint.c (save_cmdlist): No longer static.
2993         * gdbcmd.h (save_cmdlist): Declare.
2994         * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
2995         OBJF_READNOW on objfile if readnow_symbol_files.
2996         * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
2997         (elf_sym_fns_gdb_index): New global.
2998         * dwarf2read.c: Include exceptions.h.
2999         (offset_type): New.
3000         (struct mapped_index): New.
3001         (dwarf2_per_cu_data_ptr): New typedef.
3002         (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
3003         New fields.
3004         (GDB_INDEX_SECTION): New define.
3005         (struct dwarf2_per_cu_quick_data): New.
3006         (struct dwarf2_per_cu_data) <objfile>: New field.
3007         <psymtab>: Removed.
3008         <v>: New field.
3009         (byte_swap): New function.
3010         (MAYBE_SWAP): New macro.
3011         (INDEX_SUFFIX): New macro.
3012         (dw2_do_instantiate_symtab): New function.
3013         (dw2_instantiate_symtab): Likewise.
3014         (create_cus_from_index): Likewise.
3015         (create_addrmap_from_index): Likewise.
3016         (mapped_index_string_hash): Likewise.
3017         (find_slot_in_mapped_hash): Likewise.
3018         (dwarf2_read_index): Likewise.
3019         (dw2_setup): Likewise.
3020         (dw2_require_line_header): Likewise.
3021         (dw2_require_full_path): Likewise.
3022         (dw2_find_last_source_symtab): Likewise.
3023         (dw2_forget_cached_source_info): Likewise.
3024         (dw2_lookup_symtab): Likewise.
3025         (dw2_lookup_symbol): Likewise.
3026         (dw2_do_expand_symtabs_matching): Likewise.
3027         (dw2_pre_expand_symtabs_matching): Likewise.
3028         (dw2_print_stats): Likewise.
3029         (dw2_dump): Likewise.
3030         (dw2_relocate): Likewise.
3031         (dw2_expand_symtabs_for_function): Likewise.
3032         (dw2_expand_all_symtabs): Likewise.
3033         (dw2_expand_symtabs_with_filename): Likewise.
3034         (dw2_find_symbol_file): Likewise.
3035         (dw2_map_ada_symtabs): Likewise.
3036         (dw2_expand_symtabs_matching): Likewise.
3037         (dw2_find_pc_sect_symtab): Likewise.
3038         (dw2_map_symbol_names): Likewise.
3039         (dw2_map_symbol_filenames): Likewise.
3040         (dw2_has_symbols): Likewise.
3041         (dwarf2_gdb_index_functions): New global.
3042         (dwarf2_initialize_objfile): New function.
3043         (process_psymtab_comp_unit): Update.
3044         (add_partial_subprogram): Likewise.
3045         (dwarf2_psymtab_to_symtab): Likewise.
3046         (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3047         (process_full_comp_unit): Update.
3048         (find_file_and_directory): New function.
3049         (read_file_scope): Use find_file_and_directory.
3050         (dwarf2_per_cu_objfile): Update.
3051         (dwarf2_per_cu_addr_size): Update.
3052         (dwarf2_per_cu_offset_size): Update.
3053         (dwarf2_free_objfile): Free the index, if needed.
3054         (dwarf2_per_objfile_free): Unmap the index, if needed.
3055         (struct strtab_entry): New.
3056         (hash_strtab_entry): New function.
3057         (eq_strtab_entry): Likewise.
3058         (create_strtab): Likewise.
3059         (add_string): Likewise.
3060         (struct symtab_index_entry): New.
3061         (struct mapped_symtab): New.
3062         (hash_symtab_entry): New function.
3063         (eq_symtab_entry): Likewise.
3064         (delete_symtab_entry): Likewise.
3065         (create_index_table): Likewise.
3066         (create_mapped_symtab): Likewise.
3067         (cleanup_mapped_symtab): Likewise.
3068         (find_slot): Likewise.
3069         (hash_expand): Likewise.
3070         (add_index_entry): Likewise.
3071         (add_indices_to_cpool): Likewise.
3072         (write_hash_table): Likewise.
3073         (add_address_entry): Likewise.
3074         (write_psymbols): Likewise.
3075         (write_obstack): Likewise.
3076         (unlink_if_set): Likewise.
3077         (write_psymtabs_to_index): Likewise.
3078         (save_gdb_index_command): Likewise.
3079         (_initialize_dwarf2_read): Install "save gdb-index"
3080         command.
3081         (create_all_comp_units): Initialize 'objfile' field of CU.
3082         (dwarf2_locate_sections): Check for .gdb_index.
3083         * psymtab.h (dwarf2_gdb_index_functions): Declare.
3084         * symfile.h (dwarf2_initialize_objfile): Declare.
3085
3086 2010-07-13  Tom Tromey  <tromey@redhat.com>
3087
3088         * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3089         (basic_lookup_transparent_type): Likewise.
3090         * symfile.h (struct quick_symbol_functions)
3091         <pre_expand_symtabs_matching>: New field.
3092         * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3093         (psym_functions): Update.
3094
3095 2010-07-13  Tom Tromey  <tromey@redhat.com>
3096
3097         PR breakpoints/8357:
3098         * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3099         * linespec.c (decode_line_1): Update comment.  Call decode_label.
3100         (decode_label): New function.
3101         (symbol_found): Handle LOC_LABEL.
3102         * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3103         domain.  Call add_symbol_to_list.
3104
3105 2010-07-13  Tom Tromey  <tromey@redhat.com>
3106
3107         * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3108         * dwarf2loc.c (find_location_expression): Use
3109         dwarf2_per_cu_text_offset.
3110         (dwarf2_evaluate_loc_desc): Likewise.
3111         (dwarf2_loc_desc_needs_frame): Likewise.
3112         (compile_dwarf_to_ax): Likewise.
3113         (loclist_describe_location): Likewise.
3114         * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3115         (dwarf2_per_cu_objfile): Update comment.
3116
3117 2010-07-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3118
3119         * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3120         * p-lang.c (pascal_printstr): Likewise.
3121
3122 2010-07-09  Tom Tromey  <tromey@redhat.com>
3123
3124         * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3125         'hint' if it is NULL.
3126
3127 2010-07-09  Hui Zhu  <teawater@gmail.com>
3128
3129         * source.c (print_source_lines_base): Add check for noprint.
3130
3131 2010-07-08  Joel Brobecker  <brobecker@adacore.com>
3132
3133         * python/python-config.py: Resync with Python 2.7 version of this
3134         script.
3135
3136 2010-07-08  Joel Brobecker  <brobecker@adacore.com>
3137
3138         * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3139
3140 2010-07-07  Joel Brobecker  <brobecker@adacore.com>
3141
3142         * NEWS: Create a new section for the next release branch.
3143         Rename the section of the current branch, now that it has
3144         been cut.
3145
3146 2010-07-07  Joel Brobecker  <brobecker@adacore.com>
3147
3148         GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3149         * version.in: Bump version to 7.2.50.20100707-cvs.
3150
3151 2010-07-07  Tom Tromey  <tromey@redhat.com>
3152
3153         * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3154         LOC_COMPUTED symbol.
3155         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3156         (dwarf2_loc_desc_needs_frame): Likewise.
3157         (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3158         * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3159         * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3160         * dwarf2-frame.c (execute_stack_op): Set 'offset' field.  Add
3161         'offset' argument.
3162         (struct dwarf2_frame_cache) <text_offset>: New field.
3163         (dwarf2_frame_cache): Set new field.
3164         (dwarf2_frame_prev_register): Update.
3165         (dwarf2_frame_sniffer): Update.
3166         (dwarf2_frame_base_sniffer): Update.
3167         (dwarf2_frame_find_fde): Add 'out_offset' argument.
3168
3169 2010-07-07  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3170             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3171
3172         Support for hw accelerated condition watchpoints in booke powerpc.
3173
3174         * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3175         and move to eval.c.  Change callers.
3176         (insert_bp_location): Pass watchpoint condition in
3177         target_insert_watchpoint.
3178         (remove_breakpoint_1) Pass watchpoint condition in
3179         target_remove_watchpoint.
3180         (watchpoint_locations_match): Call
3181         target_can_accel_watchpoint_condition.
3182         * eval.c: Include wrapper.h.
3183         (fetch_subexp_value): Moved from breakpoint.c.
3184         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3185         Formatting fix.
3186         (can_use_watchpoint_cond_accel): New function.
3187         (calculate_dvc): Likewise.
3188         (num_memory_accesses): Likewise.
3189         (check_condition): Likewise.
3190         (ppc_linux_can_accel_watchpoint_condition): Likewise
3191         (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3192         check_condition and calculate_dvc.
3193         (ppc_linux_remove_watchpoint): Likewise.
3194         (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3195         ppc_linux_can_accel_watchpoint_condition
3196         * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3197         condition.
3198         (debug_to_remove_watchpoint): Likewise.
3199         (debug_to_can_accel_watchpoint_condition): New function.
3200         (update_current_target): Set to_can_accel_watchpoint_condition.
3201         (setup_target_debug): Set to_can_accel_watchpoint_condition.
3202         * target.h: Add opaque declaration for struct expression.
3203         (struct target_ops) <to_insert_watchpoint>,
3204         <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3205         <to_can_accel_watchpoint_condition>: New member.
3206         condition.  Update all callers and implementations.
3207         (target_can_accel_watchpoint_condition): New macro.
3208         * value.c (free_value_chain): New function.
3209         * value.h (fetch_subexp_value): New prototype.
3210         (free_value_chain): Likewise.
3211
3212 2010-07-07  Ulrich Weigand  <uweigand@de.ibm.com>
3213
3214         * linux-nat.c (linux_nat_do_thread_registers): Use section size
3215         from gdbarch_core_regset_sections also for .reg if present.
3216
3217         * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3218         section size for .reg.
3219         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3220         (ppc_linux_vmx_regset_sections): Likewise.
3221         (ppc_linux_fp_regset_sections): Likewise.
3222         (ppc64_linux_vsx_regset_sections): New variable.
3223         (ppc64_linux_vmx_regset_sections): Likewise.
3224         (ppc64_linux_fp_regset_sections): Likewise.
3225         (ppc_linux_init_abi): Install core_regset_section lists appropriate
3226         for current word size.
3227
3228 2010-07-06  Joel Brobecker  <brobecker@adacore.com>
3229
3230         * server.c (myresume): Make static.
3231
3232 2010-07-06  Tom Tromey  <tromey@redhat.com>
3233
3234         * configure, config.in: Rebuild.
3235         * configure.ac (HAVE_LIBPYTHON2_7): New define.
3236         * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3237
3238 2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
3239
3240         * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3241         "clear".
3242
3243 2010-07-06  Ken Werner  <ken.werner@de.ibm.com>
3244
3245         * gdbtypes.h (floatformats_ieee_half): Add declaration.
3246         * gdbtypes.c (floatformats_ieee_half): New variable.
3247         * doublest.c (floatformat_from_length): Set format to
3248         gdbarch_half_format if length matches.
3249         * gdbarch.sh (half_bit): New architecture method.
3250         (half_format): Likewise.
3251         * gdbarch.h: Regenerate.
3252         * gdbarch.c: Likewise.
3253
3254 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3255             Joel Brobecker  <brobecker@adacore.com>
3256
3257         Fix re-run of PIE executable, PR shlibs/11776.
3258         * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3259         the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3260
3261 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3262             Joel Brobecker  <brobecker@adacore.com>
3263
3264         * auxv.c (memory_xfer_auxv): Update attach comment.
3265         * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3266         svr4_relocate_main_executable.
3267         (svr4_solib_create_inferior_hook): Make the call to
3268         svr4_relocate_main_executable unconditional.
3269
3270 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3271             Joel Brobecker  <brobecker@adacore.com>
3272
3273         * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3274
3275 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3276             Joel Brobecker  <brobecker@adacore.com>
3277
3278         Fix attaching to PIEs prelinked on the disk after the process was
3279         started.
3280         * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3281         Verify it against bfd_get_arch_size.  Try to match arbitrary
3282         displacement for the phdrs comparison.
3283
3284 2010-07-02  Tom Tromey  <tromey@redhat.com>
3285
3286         PR exp/11780:
3287         * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3288         value as optimized-out.
3289
3290 2010-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3291             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3292
3293         * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3294         represent?" question in comment.  Change comment to a proper sentence.
3295
3296 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
3297
3298         * c-valprint.c (c_val_print): Fix printing of character vectors.
3299
3300 2010-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3301
3302         * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3303         create_breakpoint prototype.
3304
3305 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3306
3307         * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3308         usefulness suggestion of multiple breakpoints at same location.
3309
3310 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3311
3312         * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3313
3314 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3315
3316         * dwarf2loc.c (locexpr_tracepoint_var_ref)
3317         (loclist_tracepoint_var_ref): Handle optimized out values.
3318
3319 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3320
3321         * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3322         unnecessary space in string.
3323         * filesystem.c (_initialize_filesystem): Ditto.
3324         * frame.c (_initialize_frame): Ditto.
3325         * infcmd.c (step_once): Ditto.
3326         * infrun.c (_initialize_infrun): Ditto.
3327         * linux-nat.c (linux_child_follow_fork): Ditto.
3328         * maint.c (maintenance_deprecate): Ditto.
3329         * memattr.c (_initialize_mem): Ditto.
3330         * mips-tdep.c (_initialize_mips_tdep): Ditto.
3331         * monitor.c (monitor_open): Ditto.
3332         * procfs.c (procfs_xfer_memory): Ditto.
3333         * reverse.c (bookmarks_info): Ditto.
3334         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3335         * stack.c (_initialize_stack): Ditto.
3336         * tracepoint.c (_initialize_tracepoint): Ditto.
3337         * xtensa-tdep.c (xtensa_supply_gregset,
3338         xtensa_regset_from_core_section): Ditto.
3339
3340 2010-07-01  Tom Tromey  <tromey@redhat.com>
3341
3342         * value.h (struct lval_funcs) <check_any_valid>: Rename from
3343         check_all_valid.
3344         * value.c (value_entirely_optimized_out): Invert result.  Update
3345         for new function name.
3346
3347 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3348
3349         Static tracepoints support.
3350
3351         * NEWS: Mention new support for static tracepoints.
3352         (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3353         qXfer:statictrace:read.
3354         (New features in the GDB remote stub, GDBserver): Mention static
3355         tracepoints support using an UST based backend.
3356         (New commands): Mention "info static-tracepoint-markers" and
3357         "strace".
3358         * breakpoint.c (is_marker_spec): New.
3359         (is_tracepoint): Handle static tracepoints.
3360         (validate_commands_for_breakpoint): Static tracepoints can't do
3361         while-stepping.
3362         (static_tracepoints_here): New.
3363         (bpstat_what): Handle static tracepoints.
3364         (print_one_breakpoint_location, allocate_bp_location, mention):
3365         Ditto.
3366         (create_breakpoint_sal): Ditto.
3367         (decode_static_tracepoint_spec): New.
3368         (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3369         `type_wanted'.  Adjust.  Handle static tracepoint marker
3370         locations.
3371         (break_command_1): Adjust.
3372         (update_static_tracepoint): New.
3373         (update_breakpoint_locations): Handle static tracepoints.
3374         (breakpoint_re_set_one): Handle static tracepoint marker
3375         locations.
3376         (disable_command, enable_command): Handle static tracepoints.
3377         (trace_command, ftrace_command): Adjust.
3378         (strace_command): New.
3379         (create_tracepoint_from_upload): Adjust.
3380         (save_breakpoints): Handle static tracepoints.
3381         (_initialize_breakpoint): Install the "strace" command.
3382         * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3383         (struct breakpoint): New fields static_trace_marker_id and
3384         static_trace_marker_id_idx.
3385         (breakpoints_here_p): Declare.
3386         (create_breakpoint): Adjust.
3387         (static_tracepoints_here): Declare.
3388         * remote.c (struct remote_state) <static_tracepoints>: New field.
3389         (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3390         (remote_static_tracepoint_marker_at): New.
3391         (remote_static_tracepoint_markers_by_strid): New.
3392         (remote_static_tracepoint_feature): New.
3393         (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3394         (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3395         (remote_supports_static_tracepoints): New.
3396         (remote_download_tracepoint): Download static tracepoints.
3397         (init_remote_ops): Install remote_static_tracepoint_marker_at and
3398         remote_static_tracepoint_markers_by_strid.
3399         (_initialize_remote): Install set|show remote static-tracepoints,
3400         and set|show remote read-sdata-object commands.
3401         * target.c (update_current_target): Inherit and default
3402         to_static_tracepoint_marker_at, and
3403         to_static_tracepoint_markers_by_strid.
3404         * target.h (static_tracepoint_marker): Forward declare.
3405         (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3406         (static_tracepoint_marker_p): New typedef.
3407         (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3408         (struct target_ops): New fields to_static_tracepoint_marker_at and
3409         to_static_tracepoint_markers_by_strid.
3410         (target_static_tracepoint_marker_at)
3411         (target_static_tracepoint_markers_by_strid): New.
3412         * tracepoint.c: Include source.h.
3413         (validate_actionline): Handle $_sdata.
3414         (struct collection_list): New field strace_data.
3415         (add_static_trace_data): New.
3416         (clear_collection_list): Clear strace_data.
3417         (stringify_collection_list): Account for a possible static trace
3418         data collection.
3419         (encode_actions_1): Encode an $_sdata collection.
3420         (parse_tracepoint_definition): Handle static tracepoints.
3421         (parse_static_tracepoint_marker_definition): New.
3422         (release_static_tracepoint_marker): New.
3423         (print_one_static_tracepoint_marker): New.
3424         (info_static_tracepoint_markers_command): New.
3425         (sdata_make_value): New.
3426         (_initialize_tracepoint): Create the $_sdata convenience variable.
3427         Add the "info static-tracepoint-markers" command.
3428         Mention $_sdata in the "collect" command's help output.
3429         * tracepoint.h (struct static_tracepoint_marker): New.
3430         (parse_static_tracepoint_marker_definition)
3431         (release_static_tracepoint_marker): Declare.
3432         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3433         * python/py-breakpoint.c (bppy_new): Adjust.
3434
3435 2010-06-30  Joel Brobecker  <brobecker@adacore.com>
3436
3437         * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3438         including Python.h.
3439
3440 2010-06-29  Doug Evans  <dje@google.com>
3441
3442         PR gdb/11702
3443         * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3444         DW_AT_external is present.
3445
3446         PR gdb/11702
3447         * NEWS: Add entry.
3448         * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3449         create a symbol for the field and record the value.
3450         (new_symbol): Handle DW_TAG_member.
3451         * gdbtypes.c (field_is_static): Remove FIXME.
3452         * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3453         only ignore LOC_CONST symbols that are enums.
3454
3455         * dwarf2read.c: Remove trailing whitespace.
3456
3457         Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3458         * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3459         (struct main_type, field loc): Delete dwarf_block.
3460         (FIELD_DWARF_BLOCK): Delete.
3461         (SET_FIELD_DWARF_BLOCK): Delete.
3462         (TYPE_FIELD_DWARF_BLOCK): Delete.
3463         * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3464         Update.
3465
3466 2010-06-29  Hui Zhu  <teawater@gmail.com>
3467
3468         * record.c (set_record_pic_cmdlist,
3469         show_record_pic_cmdlist): New variables.
3470         (set_record_pic_command,
3471         show_record_pic_command): New functions.
3472         (record_pic_function, record_pic_line, record_pic_enum,
3473         set_record_pic_type, record_pic_hide_nofunction,
3474         record_pic_hide_nosource, record_pic_hide_same): New variables.
3475         (record_pic_fputs): New function.
3476         (function_list, node_list, edge_list): New struct.
3477         (function_list, node_list, edge_list): New variables.
3478         (record_pic_cleanups, record_pic_node,
3479         record_pic_edge, cmd_record_pic): New functions.
3480         (_initialize_record): Add new commands for record pic.
3481
3482 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3483
3484         * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3485         ALLOCATE_CPLUS_STRUCT_TYPE.
3486
3487 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
3488             Tom Tromey  <tromey@redhat.com>
3489             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3490
3491         * value.c (pack_unsigned_long): New function.
3492         (value_from_ulongest): New function.
3493         * value.h (value_from_ulongest): Declare.
3494         * python/python.c (_initialize_python): Call
3495         gdbpy_initialize_thread and gdbpy_initialize_inferior.
3496         * python/python-internal.h: Define thread_object.
3497         (gdbpy_inferiors, gdbpy_selected_thread)
3498         (frame_info_to_frame_object, create_thread_object)
3499         (find_thread_object, find_inferior_object)
3500         (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3501         (gdbpy_is_value_object, get_addr_from_python): Declare.
3502         * python/py-value.c (builtin_type_upylong): Define.
3503         (convert_value_from_python): Add logic for ulongest.
3504         (gdbpy_is_value_object): New function.
3505         * python/py-utils.c (get_addr_from_python): New function.
3506         * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3507         (gdbpy_selected_frame): Use PyObject over frame_info.
3508         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3509         py-infthread.
3510         (SUBDIR_PYTHON_SRCS): Likewise.
3511         (py-inferior.o): New Rule.
3512         (py-infthread.o): New Rule.
3513         * python/py-inferior.c: New File.
3514         * python/py-infthread.c: New File.
3515
3516 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3517
3518         * c-typeprint.c (c_type_print_base): For no fields check include also
3519         TYPE_TYPEDEF_FIELD_COUNT.  Print new typedefs section.
3520         * dwarf2read.c (struct typedef_field_list)
3521         (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3522         (dwarf2_add_typedef): New.
3523         (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3524         Copy also FI.TYPEDEF_FIELD_LIST.
3525         * gdbtypes.h (struct typedef_field)
3526         (struct cplus_struct_type) <typedef_field, typedef_field_count>
3527         (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3528         (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3529
3530 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3531
3532         * cp-namespace.c (cp_lookup_nested_type): New variable
3533         concatenated_name.  Turn the current return condition into a reverse
3534         one.  Call also lookup_static_symbol_aux on the constructed qualified
3535         name.
3536         * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3537         other files into a called ...
3538         (lookup_static_symbol_aux): ... new function here.
3539         * symtab.h (lookup_static_symbol_aux): New prototype.
3540         * valops.c (value_maybe_namespace_elt): Call also
3541         lookup_static_symbol_aux if we failed otherwise.
3542
3543 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3544
3545         Fix PR c++/11703 and PR gdb/1448.
3546         * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
3547         FIRST_ITER check.
3548
3549 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3550
3551         Fix modification of cplus_struct_default.
3552         * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
3553         Call ALLOCATE_CPLUS_STRUCT_TYPE.
3554         * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
3555
3556 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
3557
3558         * NEWS: Add entry announcing the python directory.
3559
3560 2010-06-28  Tom Tromey  <tromey@redhat.com>
3561
3562         * dwarf2read.c (read_structure_type): Allocate null cleanup later.
3563
3564 2010-06-28  Doug Evans  <dje@google.com>
3565
3566         * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
3567         All callers updated.
3568
3569 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3570
3571         * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
3572         obstack_begin after each obstack_free.
3573
3574 2010-06-27  Doug Evans  <dje@google.com>
3575
3576         * value.c (value_static_field): Use `switch' instead of `if'.
3577         Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
3578
3579         * valops.c (search_struct_field): Fix typo in error message.
3580
3581 2010-06-26  Ulrich Weigand  <uweigand@de.ibm.com>
3582
3583         * dwarf2expr.c (execute_stack_op): Place preprocessor
3584         directives at the start of the source line.
3585
3586 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
3587
3588         * defs.h (make_command_stats_cleanup): Declare.
3589         (set_display_time): Declare.
3590         (set_display_space): Declare.
3591         * event-top.c (command_handler): Use make_command_stats_cleanup.
3592         * main.c (display_time, display_space): Move definitions to utils.c.
3593         (captured_main): Use make_command_stats_cleanup to get start-up
3594         statistics.
3595         Use set_display_time and set_display_space for processing OPT_STATISTICS
3596         case.
3597         * maint.c (maintenance_time_display): Use set_display_time.
3598         (maintenance_space_display): Use set_display_space.
3599         * top.c (execute_command): Remove obsolete 'maint time' code.
3600         (command_loop): Use make_command_stats_cleanup.
3601         * utils.c (struct cmd_stats): Structure for storing initial time
3602         and space usage.
3603         (display_time, display_space): Move definitions here from utils.c.
3604         (set_display_time): New function.
3605         (set_display_space): New function.
3606         (make_command_stats_cleanup): New function.
3607         (report_command_stats): New auxiliary function for
3608         make_command_stats_cleanup.
3609
3610 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3611
3612         * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
3613         hosts where CORE_ADDR is long long.
3614
3615 2010-06-25  Tom Tromey  <tromey@redhat.com>
3616
3617         PR python/10808:
3618         * python/python.c (execute_gdb_command): Add keywords.  Accept
3619         "to_string" argument.
3620         (struct restore_ui_file_closure): New.
3621         (restore_ui_file): New function.
3622         (make_cleanup_restore_ui_file): Likewise.
3623         (GdbMethods) <execute>: Update.
3624
3625 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3626
3627         * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
3628         during inferior call stack frame setup.
3629
3630 2010-06-25  Ken Werner  <ken.werner@de.ibm.com>
3631
3632         * solib-spu.c: Include "exception.h".
3633         (ocl_program_data_key): New variable.
3634         (append_ocl_sos): New function.
3635         (ocl_enable_break): Likewise.
3636         (spu_current_sos): Call append_ocl_sos.
3637         (spu_solib_loaded): Call ocl_enable_break.
3638         (_initialize_spu_solib): Register ocl_program_data_key.
3639
3640 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3641
3642         * cp-support.c (reset_directive_searched): New function.
3643         (make_symbol_overload_list_using): Prevent recursive calls.
3644
3645 2010-06-25  Phil Muldoon  <pmuldoon@redhat.com>
3646
3647         * printcmd.c (print_variable_and_value): Print error message on
3648         caught exception.
3649
3650 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3651
3652         * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
3653         of stack values.
3654         (struct dwarf_expr_piece): Rename "expr" member to "mem".  Add new
3655         "value" member.
3656         (dwarf_expr_push): Change input type to ULONGEST.
3657         (dwarf_expr_fetch): Change return type to ULONGEST.
3658         (dwarf_expr_fetch_address): Add prototype.
3659         (dwarf2_read_address): Remove prototype.
3660         * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
3661         Truncate stack values to ctx->addr_size bytes.
3662         (dwarf_expr_fetch): Change return value to ULONGEST.
3663         (dwarf_expr_fetch_address): New function.
3664         (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
3665         when appropriate.  Update for struct dwarf_expr_piece changes.
3666         (dwarf2_read_address): Remove.
3667         (unsigned_address_type): Remove.
3668         (signed_address_type): Remove.
3669         (execute_stack_op): Use dwarf_expr_fetch_address instead of
3670         dwarf_expr_fetch when appropriate.  Use ULONGEST as type of stack
3671         values.  Perform operations on ULONGEST instead of on GDB values,
3672         sign-extending from ctx->addr_size bytes as needed.  Read DW_OP_addr
3673         values and DW_OP_deref results as unsigned integers.
3674         * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
3675         changes.
3676         (write_pieced_value): Likewise.
3677         (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
3678         dwarf_expr_fetch when appropriate.
3679         (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
3680         * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
3681         instead of dwarf_expr_fetch when appropriate.
3682
3683 2010-06-25  Pierre Muller  <muller@ics.u-strasbg.fr>
3684
3685         * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
3686
3687 2010-06-24  Joel Brobecker  <brobecker@adacore.com>
3688
3689         * python/python.c (_initialize_python): Add new "constant"
3690         PYTHONDIR in gdb module.  Insert this path at the head of
3691         sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
3692         exec its __init__.py script if it exists in that directory.
3693
3694 2010-06-24  Kevin Buettner  <kevinb@redhat.com>
3695
3696         * rx-tdep.c (RX_ACC_REGNUM): Define.
3697         (RX_NUM_REGS): Redefine to 26.
3698         (rx_register_name): Add register "acc".  Change order of several
3699         registers.  Change name of "vct" register to "fintv" to match RX
3700         documentation.
3701         (rx_register_type): Add case for RX_ACC_REGNUM.
3702
3703 2010-06-24  Tom Tromey  <tromey@redhat.com>
3704
3705         * psymtab.c (lookup_partial_symbol): Mark definition as static.
3706
3707 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3708             Tom Tromey  <tromey@redhat.com>
3709
3710         Fix GDB startup on readonly filesystem.
3711         * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
3712
3713 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3714             Pedro Alves  <pedro@codesourcery.com>
3715
3716         Fix PR 9436.
3717         * breakpoint.c (handle_jit_event): New function.
3718         (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
3719         jit, err, table and bs_class.  New variables shlib_event, jit_event,
3720         this_action and bptype.  Change bs_class assignments to this_action
3721         assignments.  new unhandled bptype internal error.  Move here
3722         shlib_event and jit_event handling from handle_inferior_event.
3723         * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
3724         Reorder items.  Remove BPSTAT_WHAT_CHECK_SHLIBS and
3725         BPSTAT_WHAT_CHECK_JIT.
3726         * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
3727         * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
3728         (handle_inferior_event): Reinitialize frame and gdbarch after
3729         bpstat_what call.  Move BPSTAT_WHAT_CHECK_SHLIBS and
3730         BPSTAT_WHAT_CHECK_JIT handling to bpstat_what.  Reinitialize even
3731         gdbarch when frame gets reinitialized.
3732
3733 2010-06-24  Hui Zhu  <teawater@gmail.com>
3734
3735        * printcmd.c (ui_printf): New function.
3736        (printf_command): Call ui_printf.
3737        (_initialize_printcmd): New command "eval".
3738
3739 2010-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
3740
3741         * infrun.c (handle_inferior_event): Handle presence of single-step
3742         breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
3743         Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
3744         TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
3745         * breakpoint.c (detach_single_step_breakpoints): New function.
3746         (detach_breakpoints): Call it.
3747         (cancel_single_step_breakpoints): New function.
3748         * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
3749
3750         * spu-tdep.c (spu_memory_remove_breakpoint): New function.
3751         (spu_gdbarch_init): Install it.
3752
3753 2010-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3754
3755         * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
3756         * configure: Regenerate.
3757
3758 2010-06-22  Hui Zhu  <teawater@gmail.com>
3759
3760         * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
3761         (i386_process_record): Ditto.
3762         * record.c (record_memory_query): New variable.
3763         (_initialize_record): New command "set record memory-query".
3764         * record.h (record_memory_query): New extern.
3765
3766 2010-06-21  Doug Evans  <dje@google.com>
3767
3768         * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
3769         * i386-tdep.c (i386_displaced_step_copy_insn): New function.
3770         (i386_syscall_p): Change type of lengthp to int.
3771         (i386_displaced_step_fixup): Handle kernels that run one past a
3772         syscall insn.
3773         * i386-linux-tdep.c (i386_linux_init_abi): Use
3774         i386_displaced_step_copy_insn instead of
3775         simple_displaced_step_copy_insn.
3776
3777 2010-06-21  Tom Tromey  <tromey@redhat.com>
3778
3779         * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
3780         (dwarf_type_encoding_name): Likewise.
3781
3782 2010-06-21  Tom Tromey  <tromey@redhat.com>
3783
3784         * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
3785         * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
3786         * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
3787         * gdbtypes.h (TYPE_ERROR_NAME): New macro.
3788         * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
3789         * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
3790         * dwarf2read.c (tag_type_to_type): Create a new error type on
3791         failure.
3792         * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
3793         * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
3794
3795 2010-06-21  Michael Snyder  <msnyder@vmware.com>
3796
3797         * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
3798         not add_abbrev_prefix_cmd, for "enable breakpoints".
3799
3800 2010-06-21  Ulrich Weigand  <uweigand@de.ibm.com>
3801
3802         * dwarf2loc.c (find_location_expression): Add relocation offset
3803         to base-address-selection entry base addresses.  Read addresses
3804         (and offsets) as signed/unsigned integers, depending on the
3805         BFD's sign_extend_vma flag.  Do not call dwarf2_read_address.
3806         (loclist_describe_location): Likewise.
3807         (disassemble_dwarf_expression): Read DW_OP_addr operand as
3808         unsigned integer.  Do not call dwarf2_read_address.
3809         (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
3810
3811 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
3812
3813         * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
3814         value instead of hard-coded SPU_LS_SIZE.
3815         (spu_software_single_step): Likewise.
3816         * spu-tdep.h (SPU_LS_SIZE): Remove.
3817
3818 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
3819
3820         * spu-multiarch.c (spu_xfer_partial): Wrap around local store
3821         limit on local store memory accesses.
3822         * spu-linux-nat.c (spu_xfer_partial): Likewise.
3823         * spu-tdep.c (spu_lslr): Remove.
3824         (spu_pointer_to_address): Do not truncate addresses.
3825         (spu_integer_to_address): Likewise.
3826         (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
3827         * spu-tdep.h: Add comments.
3828         (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
3829         (SPU_OVERLAY_LMA): Define.
3830
3831 2010-06-18  Stan Shebs  <stan@codesourcery.com>
3832
3833         * osdata.c (get_osdata): Warn separately if target does not report
3834         type list.
3835         (info_osdata_command): Allow empty type, report error if target
3836         does not return available types of OS data.
3837         * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
3838         types if no annex supplied.
3839
3840         * thread.c (thread_id_make_value): Make a value representing the
3841         current thread.
3842         (_initialize_thread): Create $_thread.
3843
3844 2010-06-17  Joel Brobecker  <brobecker@adacore.com>
3845
3846         * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
3847         last local variable declaration.  No real code change.
3848
3849 2010-06-17  Tom Tromey  <tromey@redhat.com>
3850
3851         * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
3852         (dwarf2_build_psymtabs_hard): Use it.  Create addrmap on a
3853         temporary obstack.
3854
3855 2010-06-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3856             Jan Kratochvil  <jan.kratochvil@redhat.com>
3857
3858         * breakpoint.c: Include parser-defs.h.
3859         (watchpoint_exp_is_const): New function.
3860         (watch_command_1): Call watchpoint_exp_is_const to check
3861         if the expression is constant.
3862
3863 2010-06-15  Andreas Schwab  <schwab@linux-m68k.org>
3864
3865         * configure.ac: Check for RDYNAMIC also for cross builds.
3866         * configure: Regenerate.
3867
3868 2010-06-15  Pedro Alves  <pedro@codesourcery.com>
3869
3870         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
3871         (SFILES): Remove solib-null.c, add solib-target.c.
3872         (COMMON_OBS): Remove solib-null.o, add solib-target.o.
3873         (ALLDEPFILES): Remove solib-target.c.
3874         * solib-target.c (_initialize_solib_target): Set
3875         current_target_so_ops to solib_target_so_ops if not already set.
3876         * solib-null.c: Delete.
3877
3878 2010-06-14  Pedro Alves  <pedro@codesourcery.com>
3879
3880         * NEWS: Mention GDBserver's JIT compilation of tracepoint
3881         bytecode.
3882
3883 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
3884
3885         * cp-valprint.c (cp_print_static_field): Members of
3886         dont_print_stat_array_obstack are of type "struct type *".
3887         (_initialize_cp_valprint): Likewise.
3888
3889 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
3890
3891         * frame.c (frame_register_unwind): Do not access contents
3892         of "optimized out" unwound register value.
3893
3894 2010-06-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3895
3896         * ada-lang.h (ada_print_type): Make varstring const.
3897         * ada-typeprint.c (print_func_type): Make name const.
3898         (ada_print_type): Make varstring const.
3899         * c-lang.h (c_print_type): Make varstring const.
3900         * c-typeprint.c (c_print_type): Likewise.
3901         * f-lang.h (f_print_type): Likewise.
3902         * f-typeprint.c (f_print_type): Likewise.
3903         * jv-lang.h (java_print_type): Likewise.
3904         * jv-typeprint.c (java_print_type): Likewise.
3905         * language.c (unk_lang_print_type): Likewise.
3906         * language.h (struct language_defn) <la_print_type>: Likewise.
3907         * m2-lang.h (m2_print_type): Likewise.
3908         * m2-typeprint.c (m2_print_type): Likewise.
3909         * p-lang.h (pascal_print_type): Likewise.
3910         * p-typeprint.c (pascal_print_type): Likewise.
3911
3912 2010-06-11  Stan Shebs  <stan@codesourcery.com>
3913
3914         Add per-operation permission flags.
3915
3916         * target.h (struct target_ops): New method to_set_permissions.
3917         (target_set_permissions): New macro.
3918         (target_insert_breakpoint): Change macro to function.
3919         (target_remove_breakpoint): Ditto.
3920         (target_stop): Ditto.
3921         (may_write_registers): Declare.
3922         (may_write_memory): Declare.
3923         (may_insert_breakpoints): Declare.
3924         (may_insert_tracepoints): Declare.
3925         (may_insert_fast_tracepoints): Declare.
3926         (may_stop): Declare.
3927         * target.c (may_write_registers, may_write_registers_1): New globals.
3928         (may_write_memory, may_write_memory_1): New globals.
3929         (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
3930         (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
3931         (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
3932         globals.
3933         (may_stop, may_stop_1): New global.
3934         (target_xfer_partial): Test for write permission.
3935         (target_store_registers): Ditto.
3936         (target_insert_breakpoint): New function.
3937         (target_remove_breakpoint): New function.
3938         (target_stop): New function.
3939         (_initialize_targets): Add new set/show variables.
3940         (set_write_memory_permission): New function.
3941         (update_target_permissions): New function.
3942         (set_target_permissions): New function.
3943         (update_current_target): Default to_set_permissions.
3944         (_initialize_targets): Use new globals and setter function.
3945         * tracepoint.c (start_tracing): Test for permission.
3946         * inferior.h (update_observer_mode): Declare.
3947         * infrun.c (non_stop_1): Define earlier.
3948         (observer_mode, observer_mode_1): New globals.
3949         (set_observer_mode, show_observer_mode): New functions.
3950         (update_observer_mode): New function.
3951         (_initialize_infrun): Define "set observer" command.
3952         * remote.c (PACKET_QAllow): New optional packet.
3953         (remote_protocol_features): Add QAllow.
3954         (remote_set_permissions): New function.
3955         (remote_start_remote): Call it.
3956         (init_remote_ops): Add it to target vector.
3957         (_initialize_remote): Add config command for QAllow.
3958
3959 2010-06-11  Tom Tromey  <tromey@redhat.com>
3960
3961         * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
3962         DW_AT_vtable_elem_location even when GCC extension is seen.
3963
3964 2010-06-11  Tom Tromey  <tromey@redhat.com>
3965
3966         PR gdb/9977, PR exp/11636:
3967         * value.h (value_offset): Update.
3968         (struct lval_funcs) <check_validity>: New field.
3969         <copy_closure>: Make argument const.
3970         (value_computed_closure): Update.
3971         (value_contents_for_printing): Declare.
3972         (value_bits_valid): Likewise.
3973         (val_print): Likewise.
3974         (set_value_component_location): Update.
3975         (value_entirely_optimized_out): Declare.
3976         * value.c (value_offset): Argument now const.
3977         (require_not_optimized_out): New function.
3978         (value_contents_for_printing): New function.
3979         (value_contents_all): Call require_not_optimized_out.
3980         (value_contents): Likewise.
3981         (value_bits_valid): New function.
3982         (value_computed_closure): Argument now const.
3983         (set_value_component_location): Make 'whole' argument const.
3984         (value_entirely_optimized_out): New function.
3985         (value_bitsize): Argument now 'const'.
3986         (value_bitpos): Likewise.
3987         (value_type): Likewise.
3988         * valprint.h (val_print_array_elements): Update.
3989         * valprint.c (val_print): Add 'val' argument.  Use
3990         valprint_check_validity.
3991         (valprint_check_validity): New function.
3992         (value_check_printable): Use value_entirely_optimized_out.
3993         (common_val_print): Update.
3994         (value_print): Likewise.
3995         (val_print_array_elements): Add 'val' argument.
3996         * valops.c (value_fetch_lazy): Use value_contents_for_printing,
3997         value_bits_valid.  Reinit frame cache for lval_computed.
3998         * sh64-tdep.c (sh64_do_register): Update.
3999         * scm-valprint.c (scm_val_print): Add 'val' argument.
4000         * scm-lang.h (scm_val_print): Update.
4001         * python/python.h (apply_val_pretty_printer): Update.
4002         * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
4003         argument.  Call set_value_component_location.
4004         * printcmd.c (print_scalar_formatted): Update.
4005         * p-valprint.c (pascal_val_print): Add 'val' argument.
4006         (pascal_object_print_value_fields): Likewise.
4007         (pascal_object_print_value): Likewise.
4008         (pascal_object_print_static_field): Update.
4009         * p-lang.h (pascal_val_print): Update.
4010         (pascal_object_print_value_fields): Update.
4011         * mt-tdep.c (mt_registers_info): Update.
4012         * mi/mi-main.c (get_register): Update.
4013         (mi_cmd_data_evaluate_expression): Use common_val_print.
4014         * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
4015         (m2_print_unbounded_array): Likewise.
4016         (m2_val_print): Likewise.
4017         * m2-lang.h (m2_val_print): Update.
4018         * language.h (struct language_defn) <la_val_print>: Add 'val'
4019         argument.
4020         (LA_VAL_PRINT): Likewise.
4021         * language.c (unk_lang_val_print): Add 'val' argument.
4022         * jv-valprint.c (java_print_value_fields): Add 'val' argument.
4023         (java_val_print): Likewise.
4024         * jv-lang.h (java_val_print): Add 'val' argument.
4025         * infcmd.c (default_print_registers_info): Update.
4026         * f-valprint.c (f77_print_array_1): Add 'val' argument.
4027         (f77_print_array): Likewise.
4028         (f_val_print): Likewise.
4029         * f-lang.h (f_val_print): Add 'val' argument.
4030         * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4031         value_bitpos.
4032         <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning.  Call
4033         set_value_optimized_out.
4034         (write_pieced_value): Use value_bitsize and value_bitpos.
4035         <default>: Don't exit loop.
4036         (check_pieced_value_validity): New function.
4037         (pieced_value_funcs): Reference check_pieced_value_validity,
4038         check_pieced_value_invalid.
4039         (copy_pieced_value_closure): Update.
4040         (check_pieced_value_bits): New function.
4041         (check_pieced_value_invalid): New function.
4042         * d-valprint.c (dynamic_array_type): Add 'val' argument.
4043         (d_val_print): Likewise.
4044         * d-lang.h (d_val_print): Update.
4045         * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4046         (cp_print_value_fields_rtti): Likewise.
4047         (cp_print_value): Likewise.
4048         (cp_print_static_field): Update.
4049         * c-valprint.c (c_val_print): Add 'val' argument.
4050         (c_value_print): Update.
4051         * c-lang.h (c_val_print): Update.
4052         (cp_print_value_fields): Likewise.
4053         (cp_print_value_fields_rtti): Likewise.
4054         * ada-valprint.c (struct ada_val_print_args): Remove.
4055         (val_print_packed_array_elements): Add 'val' argument.
4056         (ada_val_print): Likewise.  Rewrite.
4057         (ada_val_print_stub): Remove.
4058         (ada_val_print_array): Add 'val' argument.
4059         (ada_val_print_1): Likewise.
4060         (print_variant_part): Likewise.
4061         (ada_value_print): Update.
4062         (print_record): Add 'val' argument.
4063         (print_field_values): Likewise.
4064         * ada-lang.h (ada_val_print): Update.
4065
4066 2010-06-11  Tom Tromey  <tromey@redhat.com>
4067
4068         * vec.h (VEC_cleanup): New macro.
4069         (DEF_VEC_ALLOC_FUNC_I): Update.
4070         (DEF_VEC_ALLOC_FUNC_P): Likewise.
4071         (DEF_VEC_ALLOC_FUNC_O): Likewise.
4072         * dwarf2loc.c (struct axs_var_loc): Remove.
4073         (unimplemented): New function.
4074         (translate_register): Likewise.
4075         (access_memory): Likewise.
4076         (compile_dwarf_to_ax): Likewise.
4077         (dwarf2_tracepoint_var_loc): Remove.
4078         (dwarf2_tracepoint_var_access): Likewise.
4079         (dwarf2_tracepoint_var_ref): Likewise.
4080         (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4081         (loclist_tracepoint_var_ref): Likewise.
4082         * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4083         * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4084         require_composition.  No longer static.
4085         (execute_stack_op): Update.
4086         * ax-gdb.h (trace_kludge): Declare.
4087
4088 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4089
4090         * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4091         (should_be_inserted): Return zero also on NULL OWNER.
4092         (breakpoint_program_space_exit): New OWNER comment.
4093         (insert_breakpoint_locations): Extend comment for OWNER.
4094         (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4095         (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4096         New OWNER comment.
4097         (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4098         (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4099         (bpstat_check_location): New assert on OWNER.
4100         (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4101         and B initializations to the code block.  New assert on them.
4102         (print_one_breakpoint_location): New OWNER comment.
4103         (watchpoint_locations_match): Assert on OWNER.
4104         (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4105         initializations to the code block.  New assert on OWNER.
4106         (set_breakpoint_location_function): New assert on OWNER.
4107         (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4108         (bp_location_compare, update_global_location_list)
4109         (update_global_location_list): New OWNER comment.
4110
4111 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4112
4113         * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4114
4115 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4116
4117         * config/nm-linux.h (struct target_ops): Remove forward declaration.
4118         (lin_thread_get_thread_signals): Remove prototype.
4119         (GET_THREAD_SIGNALS): Remove.
4120         * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4121         * linux-thread-db.c (check_thread_signals): Directly call
4122         lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4123
4124 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4125
4126         * gregset.h (GDB_FPXREGSET_T): Remove.
4127         (gdb_fpxregset_t): Likewise.
4128         (supply_fpxregset): Remove prototype.
4129         (fill_fpxregset): Likewise.
4130         * i386-linux-nat.c (supply_fpxregset): Remove.
4131         (fill_fpxregset): Likewise.
4132         (fetch_fpxregs): Inline supply_fpxregset call.
4133         (store_fpxregs): Inline fill_fpxregset call.
4134
4135         * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4136         * config/i386/nm-linux.h: Remove file.
4137
4138 2010-06-09  Michael Snyder  <msnyder@vmware.com>
4139
4140         * target.c (update_current_target): Fix spelling error in comment.
4141         (target_mourn_inferior): Fix spelling error in error message.
4142
4143 2010-06-08  Paul Hilfinger  <hilfingr@adacore.com>
4144
4145       * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4146       SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4147
4148 2010-06-08  Michael Snyder  <msnyder@vmware.com>
4149
4150         * remote.c (remote_close): Set inferior_ptid to null_ptid.
4151
4152 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4153
4154         * configure.ac <"${have_libpython}" != no>: New workaround of
4155         python#4434.
4156         * configure: Regenerate.
4157
4158 2010-06-08  Hui Zhu  <teawater@gmail.com>
4159
4160         * record.c (record_wait): Move signal out of replay code.
4161
4162 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4163
4164         Fix PR 10640.
4165         * dwarf2-frame.c (no_dwarf_call): New function.
4166         (execute_stack_op): Set CTX->DWARF_CALL.
4167         * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4168         * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4169         (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4170         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4171         (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4172         (needs_frame_dwarf_call): New function.
4173         (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4174         * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4175         Update the comment.  Move variables die, offset and error call to ...
4176         (follow_die_ref): ... a new function.
4177         (dwarf2_fetch_die_location_block): New function.
4178         * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4179
4180 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4181
4182         * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4183         (dwarf_expr_tls_address): Use per_cu instead of objfile.
4184         (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4185         Initialize new BATON.PER_CU.  Adjust CTX->GDBARCH initialization for
4186         this change.
4187         (struct needs_frame_baton): New field per_cu.
4188         (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4189         * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4190
4191 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
4192
4193         * cp-support.c (make_symbol_overload_list_namespace): Only search
4194         static and global blocks.
4195         (make_symbol_overload_list_block): New function.
4196         (make_symbol_overload_list): Separate namespace search from block
4197         search.
4198         (make_symbol_overload_list_qualified): Use
4199         make_symbol_overload_list_block.
4200
4201 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
4202
4203         * value.h: Created oload_search_type enum.
4204         (find_overload_match): Use oload_search_type enum.
4205         * valops.c (find_overload_match): Support combined member and
4206         non-member search.
4207         * eval.c (evaluate_subexp_standard): Calls to
4208         find_overload_match now use oload_search_type enum.
4209         (oload_method_static): Verify index is a proper value.
4210         * valarith.c (value_user_defined_cpp_op): Search for and handle
4211         both member and non-member operators.
4212         (value_user_defined_cpp_op): New function.
4213         (value_user_defined_op): New function.
4214         (value_x_unop): Use value_user_defined_op.
4215         (value_x_binop): Ditto.
4216         * cp-support.c (make_symbol_overload_list_using): Added block
4217         iteration.
4218         Add check for namespace aliases and imported declarations.
4219
4220 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4221
4222         * breakpoint.h (owner): Extend the comment.
4223
4224 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4225
4226         Clear stale specific bp_location from former whole breakpoint.
4227         * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4228         code ...
4229         (free_bp_location): ... here.  Rename there the called function to
4230         bpstat_remove_bp_location_callback.
4231         (bpstat_remove_breakpoint_callback): Rename to ...
4232         (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4233         to struct bp_location.  Change the called function to
4234         bpstat_remove_bp_location.  Create new declaration for the function.
4235         (bpstat_remove_breakpoint): Rename to ...
4236         (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4237         code for the new parameter type.
4238
4239 2010-06-07  Nathan Sidwell  <nathan@codesourcery.com>
4240
4241         * README: Make version-agnostic.
4242
4243 2010-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4244
4245         Fix duplicate types for single DIE.
4246         * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4247         set_die_type.
4248         (read_array_type): Remove type initialization.  Recheck get_die_type
4249         after initial die_type.  Move set_die_type before set_descriptive_type.
4250         (read_set_type): New variable domain_type.  Recheck get_die_type after
4251         initial die_type.  Move attr initialization later.
4252         (read_tag_pointer_type, read_tag_reference_type): New variable
4253         target_type.  Recheck get_die_type after initial die_type.
4254         (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4255         die_type and die_containing_type.
4256         (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4257         Recheck get_die_type after initial die_type.
4258         (read_subrange_type): Recheck get_die_type after initial die_type.
4259         Move set_die_type before set_descriptive_type.
4260         (set_die_type): Extend the function comment.  Call complaint if DIE has
4261         some type already set.
4262
4263 2010-06-05  Vladimir Prus  <vladimir@codesourcery.com>
4264
4265         * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4266         for current naming of thread groups (iN, not N).
4267
4268 2010-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4269
4270         * ada-lang.c (ada_operator_length): Constify `struct expression'.
4271         * parse.c (operator_length): Likewise.
4272         (operator_length_standard): Likewise.
4273         * parser-defs.h (operator_length): Likewise.
4274         (operator_length_standard): Likewise.
4275         (struct exp_descriptor <operator_length>): Likewise.
4276
4277 2010-06-04  Doug Evans  <dje@google.com>
4278
4279         Add support for enabling/disabling individual pretty-printers.
4280         * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4281         * python/python-internal.h (gdbpy_enabled_cst): Declare.
4282         * python/python.c (gdbpy_enabled_cst): Define.
4283         (_initialize_python): Initialize gdbpy_enabled_cst.
4284         * NEWS: Add entry.
4285
4286 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4287
4288         * breakpoint.c (update_global_location_list): Fix comment typo.
4289
4290 2010-06-04  Hui Zhu  <teawater@gmail.com>
4291
4292         * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4293
4294 2010-06-03  Doug Evans  <dje@google.com>
4295
4296         * configure.ac: Don't fail if python is unusable when
4297         configured with --with-python=auto.
4298         * configure: Regenerate.
4299
4300 2010-06-03  Sami Wagiaalla  <swagiaal@redhat.com>
4301
4302         * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4303
4304 2010-06-03  Pierre Muller  <muller@ics.u-strasbg.fr>
4305
4306         * valprint.h (get_array_bounds): Change low and high parameter types
4307         to LONGEST *.
4308         * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4309         compute bounds.
4310         (val_print_array_elements): Adapt to change above.
4311         * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4312         * p-valprint.c (pascal_val_print): Likewise.
4313
4314 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4315
4316         * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4317         .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4318         .F08.
4319
4320 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4321
4322         Support DW_TAG_module as separate namespaces.
4323         * dwarf2read.c (typename_concat): New parameter physname.
4324         (read_module_type): New function and declaration.
4325         (scan_partial_symbols): Scan also DW_TAG_module children.
4326         (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4327         to typename_concat backward compatible physname value 0.
4328         (partial_die_full_name, read_namespace_type): Pass to typename_concat
4329         backward compatible physname value 0.
4330         (add_partial_module, read_module): Remove FIXME comment.
4331         (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4332         (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4333         DIEs under DW_TAG_module.
4334         (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4335         DW_AT_MIPS_linkage_name first, extend it for language_fortran
4336         && physname and return there instead of just setting NAME.  Extend
4337         the main block for language_fortran.  Pass physname parameter to the
4338         typename_concat call.
4339         (read_import_statement, read_func_scope, get_scope_pc_bounds)
4340         (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4341         (new_symbol): Fill in cplus_specific.demangled_name if it is still
4342         missing from SYMBOL_SET_NAMES in the language_fortran case.
4343         (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4344         variables.
4345         (read_type_die) <DW_TAG_module>: New.
4346         (MAX_SEP_LEN): Increase to 7.
4347         (typename_concat): New parameter physname.  New variable lead.  Support
4348         also language_fortran.
4349         * f-exp.y (yylex): Consider : also as a symbol name character class.
4350         * f-lang.c: Include cp-support.h.
4351         (f_word_break_characters, f_make_symbol_completion_list): New functions.
4352         (f_language_defn): Use cp_lookup_symbol_nonlocal,
4353         f_word_break_characters and f_make_symbol_completion_list.
4354         * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4355         * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4356         * symtab.c (symbol_init_language_specific): Support language_fortran.
4357         (symbol_find_demangled_name): New comment on language_fortran.
4358         (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4359         for language_fortran.
4360         (lookup_symbol_aux_local): Check imports also for language_fortran.
4361         (default_make_symbol_completion_list): Rename to ...
4362         (default_make_symbol_completion_list_break_on): ... this name.  New
4363         parameter break_on, use it.
4364         (default_make_symbol_completion_list): New stub.
4365         * symtab.h (default_make_symbol_completion_list_break_on): New
4366         prototype.
4367
4368 2010-06-02  Joel Brobecker  <brobecker@adacore.com>
4369
4370         * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4371         to error.
4372
4373 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4374
4375         * dwarf2read.c (typename_concat): Add const to the variable sep.
4376
4377 2010-06-02  Tom Tromey  <tromey@redhat.com>
4378
4379         * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4380         * dwarf2read.c (dwarf_stack_op_name): No longer static.  Return
4381         type is const.  Add 'def' argument.  Add missing operators, remove
4382         unhandled ones.
4383         (decode_locdesc): Update.
4384         (dwarf2_always_disassemble): New global.
4385         (show_dwarf2_always_disassemble): New function.
4386         (_initialize_dwarf2_read): Add always-disassemble.
4387         (dwarf2_per_cu_offset_size): New function.
4388         * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4389         (piece_end_p): New function.
4390         (locexpr_describe_location_piece): Replace 'size' argument with
4391         'end'.  Use piece_end_p.  Rewrite recognition of TLS.  Recognize
4392         some constants.  Remove errors.
4393         (disassemble_dwarf_expression): New function.
4394         (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4395         Add 'offset_size' argument.
4396         (loclist_describe_location): Change output formatting.
4397         * dwarf2expr.h (dwarf_stack_op_name): Declare.
4398
4399 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
4400
4401         * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4402         anonymous type case.
4403
4404 2010-06-02  Pierre Muller  <muller@ics.u-strasbg.fr>
4405
4406         * dwarf2read.c (read_subrange_type): Handle missing base type
4407         according to Dwarf-2 specifications.
4408
4409 2010-06-01  Sergio Durigan Junior  <sergiodj@redhat.com>
4410
4411         * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4412         BINOP_EXCL.
4413         (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4414         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4415         (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4416         BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4417         UNOP_CHMAX, UNOP_CHMIN.
4418         * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4419         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4420         UNOP_CHMIN>: Remove opcodes.
4421
4422 2010-06-01  Pierre Muller  <muller@ics.u-strasbg.fr>
4423
4424         * dwarf2read.c (read_func_scope): Do not complain for
4425         external function if bounds are not found.
4426
4427 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4428
4429         * NEWS: Mention gdbserver fast tracepoints support.
4430
4431 2010-05-31  Pierre Muller  <muller@ics.u-strasbg.fr>
4432
4433         * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4434         New macros.
4435         (windows_set_console_info): New function.
4436         (windows_create_inferior): Call windows_set_console_info
4437         if NEW_CONSOLE is true.
4438         (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4439         (_initialize_loadable): Initialize GetConsoleFontSize and
4440         GetCurrentConsoleFont.
4441
4442 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4443
4444         * Makefile.in (RDYNAMIC): New.
4445         (SFILES): Add proc-service.list.
4446         * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4447         (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4448         * config/arm/linux.mh: Likewise.
4449         * config/i386/linux.mh: Likewise.
4450         * config/i386/linux64.mh: Likewise.
4451         * config/ia64/linux.mh: Likewise.
4452         * config/m32r/linux.mh: Likewise.
4453         * config/m68k/linux.mh: Likewise.
4454         * config/mips/linux.mh: Likewise.
4455         * config/pa/linux.mh: Likewise.
4456         * config/powerpc/linux.mh: Likewise.
4457         * config/powerpc/ppc64-linux.mh: Likewise.
4458         * config/s390/s390.mh: Likewise.
4459         * config/sparc/linux.mh: Likewise.
4460         * config/sparc/linux64.mh: Likewise.
4461         * config/xtensa/linux.mh: Likewise.
4462         * configure.ac: New RDYNAMIC on native host and GCC.
4463         (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4464         * configure: Regenerate.
4465         * proc-service.list: New.
4466
4467 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4468
4469         * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4470         CONTENT.
4471
4472 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4473
4474         * linux-nat.c (linux_nat_wait_1): Do not call
4475         linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4476         TARGET_WAITKIND_SIGNALLED.
4477
4478 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
4479
4480         * ada-lang.c (ada_inferior_data): New struct.
4481         (ada_inferior_data): New static global.
4482         (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4483         (ada_get_tsd_type): New functions.
4484         (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4485         to look the tsd type up.
4486         (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4487         event.  Set ada_inferior_data.
4488
4489 2010-05-27  Pedro Alves  <pedro@codesourcery.com>
4490
4491         * remote.c (unpack_varlen_hex): Remove forward declaration.
4492         (remote_console_output): Make static, and add forward declaration.
4493         * remote.h: Drop FIXME comment.
4494         (unpack_varlen_hex): Declare.
4495         (remote_console_output, remote_cisco_objfile_relocate)
4496         (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4497         Delete declarations.
4498         * tracepoint.c: Include "remote.h".
4499         (unpack_varlen_hex): Delete declaration.
4500
4501 2010-05-27  Tom Tromey  <tromey@redhat.com>
4502
4503         * dwarf2loc.c (struct piece_closure) <refc>: New field.
4504         (allocate_piece_closure): Initialize refc.
4505         (copy_pieced_value_closure): Use refc.
4506         (free_pieced_value_closure): Likewise.
4507
4508 2010-05-27  Tom Tromey  <tromey@redhat.com>
4509
4510         * arm-tdep.c (push_stack_item): 'contents' now const.
4511         (arm_push_dummy_call): Make 'val' const.  Use value_contents, not
4512         value_contents_writeable.  Introduce new temporary.
4513
4514 2010-05-27  Tom Tromey  <tromey@redhat.com>
4515
4516         * findcmd.c (parse_find_args): Use value_contents, not
4517         value_contents_raw.
4518
4519 2010-05-27  Tom Tromey  <tromey@redhat.com>
4520
4521         * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4522         const.  Use value_contents, not value_contents_writeable.
4523
4524 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
4525
4526         * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4527         by call to value_contents.
4528
4529 2010-05-27  Ozkan Sezer  <sezeroz@gmail.com>
4530
4531         * MAINTAINERS: Add myself for write after approval privileges.
4532
4533 2010-05-26  Doug Evans  <dje@google.com>
4534
4535         Allow python to find its files if moved from original location.
4536         * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4537         (GDB_AC_WITH_DIR): Call it.
4538         * configure.ac: Define WITH_PYTHON_PATH if we can find the
4539         python installation directory.
4540         * config.in: Regenerate.
4541         * configure: Regenerate.
4542         * defs.h (python_libdir): Declare.
4543         * main.c (python_libdir): Define.
4544         (captured_main): Initialize python_libdir.
4545         * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
4546         call Py_SetProgramName to make sure python can find its libraries
4547         and modules.
4548
4549         * configure.ac: Try to use python's distutils to fetch compilation
4550         parameters.
4551         * configure: Regenerate.
4552         * python/python-config.py: New file.
4553
4554 2010-05-26  Ozkan Sezer  <sezeroz@gmail.com>
4555
4556         * ser-tcp.c (net_open): Check error return from socket() call by its
4557         equality to -1 not by it being negative.
4558         (net_close): Likewise.
4559
4560 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4561
4562         * NEWS: Mention the `qRelocInsn' feature.
4563         * gdbarch.sh (relocate_instruction): New.
4564         * amd64-tdep.c (rip_relative_offset): New.
4565         (append_insns): New.
4566         (amd64_relocate_instruction): New.
4567         (amd64_init_abi): Install it.
4568         * i386-tdep.c (append_insns): New.
4569         (i386_relocate_instruction): New.
4570         (i386_gdbarch_init): Install it.
4571         * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
4572         * gdbarch.h, gdbarch.c: Regenerate.
4573
4574 2010-05-26  Tom Tromey  <tromey@redhat.com>
4575
4576         * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
4577         (struct dwarf2_loclist_baton) <data>: Likewise.
4578         * dwarf2loc.c (find_location_expression): Constify return type.
4579         (dwarf2_evaluate_loc_desc): Make 'data' argument const.
4580         (dwarf2_loc_desc_needs_frame): Likewise.
4581         (loclist_read_variable): Constify.
4582         (loclist_describe_location): Likewise.
4583         (loclist_tracepoint_var_ref): Likewise.
4584
4585 2010-05-25  Tom Tromey  <tromey@redhat.com>
4586
4587         * dwarf2loc.c (dwarf_expr_frame_base): Constify.
4588         (dwarf_expr_frame_base_1): Likewise.
4589         (read_pieced_value): Update.
4590         (needs_frame_frame_base): Constify.
4591         (dwarf2_tracepoint_var_loc): Likewise.
4592         (dwarf2_tracepoint_var_access): Likewise.
4593         (locexpr_describe_location_piece): Likewise.
4594         (locexpr_describe_location_1): Likewise.
4595         * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
4596         Constify.
4597         (data): Now const.
4598         (struct dwarf_expr_piece) <v.literal.data>: Likewise.
4599         (dwarf_expr_eval, read_uleb128, read_sleb128)
4600         (dwarf2_read_address): Update.
4601         * dwarf2expr.c (dwarf_expr_eval): Constify.
4602         (read_uleb128): Likewise.
4603         (read_sleb128): Likewise.
4604         (dwarf2_read_address): Likewise.
4605         (require_composition): Likewise.
4606         (execute_stack_op): Likewise.
4607         * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
4608         "const gdb_byte *".
4609         * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
4610         Now const.
4611         (no_get_frame_base): Constify.
4612         (execute_stack_op): Likewise.
4613         (execute_cfa_program): Likewise.
4614         (read_encoded_value): Likewise.
4615
4616 2010-05-25  Doug Evans  <dje@google.com>
4617
4618         * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
4619
4620         * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
4621         * event-loop.c: ... here.
4622         * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
4623         `error' for clarity.
4624         (tui_getc): Pass correct value for `error' parameter to
4625         tui_readline_output.
4626
4627         Add python gdb.GdbError and gdb.string_to_argv.
4628         * NEWS: Document them.
4629         * python/py-cmd.c (cmdpy_function): Don't print a traceback if
4630         the exception is gdb.GdbError.  Print a second traceback if there's
4631         an error computing the error message.
4632         (gdbpy_string_to_argv): New function.
4633         * python/py-utils.c (gdbpy_obj_to_string): New function.
4634         (gdbpy_exception_to_string): New function.
4635         * python/python-internal.h (gdbpy_string_to_argv): Declare.
4636         (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
4637         (gdbpy_gdberror_exc): Declare.
4638         * python/python.c (gdbpy_gdberror_exc): New global.
4639         (_initialize_python): Initialize gdbpy_gdberror_exc and create
4640         gdb.GdbError.
4641         (GdbMethods): Add string_to_argv.
4642
4643 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4644
4645         * windows-nat.c (display_selector): Call GetLastError to give better
4646         failure explanation.
4647
4648 2010-05-24  Pedro Alves  <pedro@codesourcery.com>
4649
4650         * config.in: Regenerate.
4651
4652 2010-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4653
4654         Code cleanup.
4655         * target.c (push_target): Return only void.  Remove the return value
4656         comment.
4657         * target.h (push_target): Return only void.
4658
4659 2010-05-23  Pedro Alves  <pedro@codesourcery.com>
4660
4661         Update gnulib from latest git.
4662         (250b80067c1e1d8faa0c42fb572f721975b929c5)
4663
4664         * gnulib/memcmp.c: Removed.
4665         * gnulib/memchr.valgrind: New.
4666         * gnulib/stddef.in.h: New.
4667         * gnulib/Makefile.am: Updated.
4668         * gnulib/memchr.c: Updated.
4669         * gnulib/memmem.c: Updated.
4670         * gnulib/stdint.in.h: Updated.
4671         * gnulib/str-two-way.h: Updated.
4672         * gnulib/string.in.h: Updated.
4673         * gnulib/wchar.in.h: Updated.
4674
4675         * gnulib/extra/link-warning.h: Removed.
4676         * gnulib/extra/c++defs.h: New.
4677         * gnulib/extra/warn-on-use.h: New.
4678         * gnulib/extra/arg-nonnull.h: Updated.
4679
4680         * gnulib/m4/extensions.m4: Updated.
4681         * gnulib/m4/gnulib-cache.m4: Updated.
4682         * gnulib/m4/gnulib-common.m4: Updated.
4683         * gnulib/m4/gnulib-comp.m4: Updated.
4684         * gnulib/m4/gnulib-tool.m4: Updated.
4685         * gnulib/m4/include_next.m4: Updated.
4686         * gnulib/m4/longlong.m4: Updated.
4687         * gnulib/m4/memchr.m4: Updated.
4688         * gnulib/m4/memmem.m4: Updated.
4689         * gnulib/m4/stdint.m4: Updated.
4690         * gnulib/m4/string_h.m4: Updated.
4691         * gnulib/m4/memcmp.m4: Removed.
4692         * gnulib/m4/onceonly_2_57.m4: Removed.
4693         * gnulib/m4/00gnulib.m4: New.
4694         * gnulib/m4/mmap-anon.m4: New.
4695         * gnulib/m4/multiarch.m4: New.
4696         * gnulib/m4/onceonly.m4: New.
4697         * gnulib/m4/stddef_h.m4: New.
4698         * gnulib/m4/warn-on-use.m4: New.
4699         * gnulib/m4/wchar.m4: Removed.
4700         * gnulib/m4/wchar_h.m4: New.
4701         * gnulib/m4/wchar_t.m4: New.
4702         * gnulib/m4/wint_t.m4: New.
4703
4704         * aclocal.m4: Regenerate.
4705         * config.in: Likewise.
4706         * configure: Likewise.
4707         * gnulib/Makefile.in: Likewise.
4708
4709 2010-05-21  Tom Tromey  <tromey@redhat.com>
4710
4711         * dwarf2loc.c (extract_bits_primitive): New function.
4712         (extract_bits): Likewise.
4713         (insert_bits): Likewise.
4714         (copy_bitwise): Likewise.
4715         (read_pieced_value): Do all operations in bits.
4716         (write_pieced_value): Likewise.
4717         * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
4718         * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
4719         Always use xrealloc to resize piece array.
4720         (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
4721         <DW_OP_piece>: Update.
4722         <DW_OP_bit_piece>: New case.
4723
4724 2010-05-21  Tom Tromey  <tromey@redhat.com>
4725
4726         * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
4727         <DWARF_VALUE_OPTIMIZED_OUT>: New case.
4728         * dwarf2expr.h (enum dwarf_value_location)
4729         <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
4730         * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
4731         (add_piece): Handle empty piece.
4732         (execute_stack_op) <DW_OP_piece>: Handle
4733         DWARF_VALUE_OPTIMIZED_OUT.
4734
4735 2010-05-21  Tom Tromey  <tromey@redhat.com>
4736
4737         * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
4738         evaluate_subexp, not evaluate_subexp_with_coercion.
4739
4740 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4741
4742         * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
4743         attribute.
4744
4745 2010-05-21  Tom Tromey  <tromey@redhat.com>
4746
4747         * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
4748         offset.
4749         (write_pieced_value): Likewise.
4750
4751 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4752
4753         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
4754         and DW_TAG_volatile_type.
4755         (new_symbol): Likewise.
4756
4757 2010-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
4758
4759         * p-valprint.c (pascal_val_print): Call get_array_bounds
4760         to obtain the number of elements in an array.
4761
4762 2010-05-19  Doug Evans  <dje@google.com>
4763
4764         * python.c (gdbpy_print_stack): Ensure output ends with a newline.
4765
4766         * python.c (source_python_script): Add comment.
4767         (source_python_script_for_objfile): Remove unnecessary call to
4768         gdbpy_print_stack.
4769
4770 2010-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4771             Sergio Durigan Junior  <sergiodj@redhat.com>
4772
4773         Code cleanup.
4774         * parse.c (exp_iterate): Use operator_length wrapper function.
4775
4776 2010-05-18  Michael Snyder  <msnyder@vmware.com>
4777
4778         * ada-lang.c: White space.
4779         * ada-typeprint.c: White space.
4780         * ada-valprint.c: White space.
4781         * addrmap.c: White space.
4782         * auxv.c: White space.
4783         * ax-gdb.c: White space.
4784
4785 2010-05-18  Hui Zhu  <teawater@gmail.com>
4786
4787         * linux-fork.c (inferior_call_waitpid_cleanup): Add check
4788         for oldfp.
4789         (inferior_call_waitpid): Move make_cleanup out of check.
4790         Check the return of waitpid.
4791         (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
4792
4793 2010-05-17  Michael Snyder  <msnyder@vmware.com>
4794
4795         * tui/tui.c: White space.
4796         * tui/tui-data.c: White space.
4797         * tui/tui-disasm.c: White space.
4798         * tui/tui-file.c: White space.
4799         * tui/tui-interp.c: White space.
4800         * tui/tui-main.c: White space.
4801         * tui/tui-out.c: White space.
4802         * tui/tui-regs.c: White space.
4803         * tui/tui-source.c: White space.
4804         * tui/tui-stack.c: White space.
4805         * tui/tui-win.c: White space.
4806         * tui/tui-winsource.c: White space.
4807
4808         * procfs.c: White space.
4809
4810         * python/py-auto-load.c: White space.
4811         * python/py-block.c: White space.
4812         * python/py-breakpoint.c: White space.
4813         * python/py-cmd.c: White space.
4814         * python/py-function.c: White space.
4815         * python/py-lazy-string.c: White space.
4816         * python/py-objfile.c: White space.
4817         * python/py-param.c: White space.
4818         * python/py-prettyprint.c: White space.
4819         * python/py-progspace.c: White space.
4820         * python/py-symtab.c: White space.
4821         * python/python.c: White space.
4822         * python/py-type.c: White space.
4823         * python/py-utils.c: White space.
4824         * python/py-value.c: White space.
4825
4826         * mi/mi-cmd-break.c: White space.
4827         * mi/mi-cmd-env.c: White space.
4828         * mi/mi-cmds.c: White space.
4829         * mi/mi-cmd-stack.c: White space.
4830         * mi/mi-cmd-var.c: White space.
4831         * mi/mi-console.c: White space.
4832         * mi/mi-getopt.c: White space.
4833         * mi/mi-interp.c: White space.
4834         * mi/mi-main.c: White space.
4835         * mi/mi-out.c: White space.
4836         * mi/mi-parse.c: White space.
4837
4838         * cli/cli-cmds.c: White space.
4839         * cli/cli-decode.c: White space.
4840         * cli/cli-dump.c: White space.
4841         * cli/cli-interp.c: White space.
4842         * cli/cli-logging.c: White space.
4843         * cli/cli-script.c: White space.
4844         * cli/cli-setshow.c: White space.
4845
4846         * valarith.c: White space.
4847         * valops.c: White space.
4848         * valprint.c: White space.
4849         * value.c: White space.
4850         * varobj.c: White space.
4851         * xcoffread.c: White space.
4852         * xml-support.c: White space.
4853         * xml-tdesc.c: White space.
4854
4855 2010-05-17  Andreas Schwab  <schwab@redhat.com>
4856
4857         PR gdb/11092
4858         * c-lang.c (c_printstr): Compute real length of NUL terminated
4859         string at first.
4860
4861 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4862
4863         * parse.c (parse_exp_in_context): When block is not NULL, use
4864         its associated language to parse the expression instead of
4865         the current_language.
4866
4867 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4868
4869         * jv-lang.c (java_lookup_class): Remove commented out code.
4870         (type_from_class): Likewise.
4871         (java_op_print_tab): Remove commented-out elements.
4872
4873 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4874
4875         * ada-lang.c (to_fixed_range_type): The the raw index type as
4876         argument instead of the raw type name.  Remove orig_type parameter.
4877         Update calls throughout.
4878         (ada_fixup_array_indexes_type): New function.
4879         (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
4880         * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
4881         * ada-typeprint.c (print_range_type): Renames print_range_type_named.
4882         Remove name parameter.
4883         (print_array_type): Add call to ada_fixup_array_indexes_type.
4884         Update calls to print_range_type.
4885         (ada_print_type): Update calls to print_range_type.
4886
4887 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
4888
4889         * dwarf2read.c (read_set_type): Set type length if
4890         DW_AT_byte_size attribute is present.
4891
4892 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
4893
4894         * p-valprint.c (pascal_val_print): Handle set type if range limits
4895         are undefined but size is known.
4896
4897 2010-05-17  Pedro Alves  <pedro@codesourcery.com>
4898
4899         * procfs.c: Reformat.
4900
4901 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4902
4903         * target.c: White space.
4904         * target-descriptions.c: White space.
4905         * target-memory.c: White space.
4906         * thread.c: White space.
4907         * top.c: White space.
4908         * tracepoint.c: White space.
4909         * trad-frame.c: White space.
4910         * tramp-frame.c: White space.
4911         * ui-file.c: White space.
4912         * ui-out.c: White space.
4913         * user-regs.c: White space.
4914         * utils.c: White space.
4915
4916         * scm-exp.c: White space.
4917         * scm-lang.c: White space.
4918         * scm-valprint.c: White space.
4919         * sentinel-frame.c: White space.
4920         * ser-base.c: White space.
4921         * ser-go32.c: White space.
4922         * serial.c: White space.
4923         * ser-mingw.c: White space.
4924         * ser-pipe.c: White space.
4925         * ser-tcp.c: White space.
4926         * ser-unix.c: White space.
4927         * solib.c: White space.
4928         * solib-darwin.c: White space.
4929         * solib-frv.c: White space.
4930         * solib-irix.c: White space.
4931         * solib-osf.c: White space.
4932         * solib-pa64.c: White space.
4933         * solib-som.c: White space.
4934         * solib-spu.c: White space.
4935         * solib-svr4.c: White space.
4936         * solib-target.c: White space.
4937         * source.c: White space.
4938         * stabsread.c: White space.
4939         * stack.c: White space.
4940         * std-regs.c: White space.
4941         * symfile.c: White space.
4942         * symmisc.c: White space.
4943         * symtab.c: White space.
4944
4945 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4946
4947         * source.c (_initialize_source): Add "rev" as an abbreviation
4948         for the "reverse-search" command.
4949
4950 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4951
4952         * record.c: White space.
4953         * regcache.c: White space.
4954         * reggroups.c: White space.
4955         * remote-fileio.c: White space.
4956         * remote-m32r-sdi.c: White space.
4957         * remote-mips.c: White space.
4958         * remote-sim.c: White space.
4959         * remote.c: White space.
4960         (process_g_packet): Remove orphan braces.
4961
4962 2010-05-15  Michael Snyder  <msnyder@vmware.com>
4963
4964         * parse.c: White space.
4965         * p-lang.c: White space.
4966         * posix-hdep.c: White space.
4967         * printcmd.c: White space.
4968         * progspace.c: White space.
4969         * prologue-value.c: White space.
4970         * psymtab.c: White space.
4971         * p-typeprint.c: White space.
4972         * p-valprint.c: White space.
4973
4974         * objc-lang.c: White space.
4975         * objfiles.c: White space.
4976         * observer.c: White space.
4977         * osabi.c: White space.
4978         * osdata.c: White space.
4979
4980         * m2-lang.c: White space.
4981         * m2-valprint.c: White space.
4982         * macrocmd.c: White space.
4983         * macroexp.c: White space.
4984         * macroscope.c: White space.
4985         * macrotab.c: White space.
4986         * main.c: White space.
4987         * maint.c: White space.
4988         * mdebugread.c: White space.
4989         * memattr.c: White space.
4990         * minsyms.c: White space.
4991         * monitor.c: White space.
4992
4993 2010-05-14  Michael Snyder  <msnyder@vmware.com>
4994
4995         * jv-lang.c: White space.
4996         * jv-typeprint.c: White space.
4997         * jv-valprint.c: White space.
4998         * language.c: White space.
4999         * libunwind-frame.c: White space.
5000         * linespec.c: White space.
5001         * linux-nat.c: White space.
5002         * linux-record.c: White space.
5003         * linux-thread-db.c: White space.
5004
5005         * infcall.c: White space.
5006         * inf-child.c: White space.
5007         * infcmd.c: White space.
5008         * inferior.c: White space.
5009         * inf-loop.c: White space.
5010         * inflow.c: White space.
5011         * inline-frame.c: White space.
5012         * interps.c: White space.
5013
5014         * gcore.c: White space.
5015         * gdb.c: White space.
5016         * gdbtypes.c: White space.
5017         * gnu-nat.c: White space.
5018         * gnu-v2-abi.c: White space.
5019         * gnu-v3-abi.c: White space.
5020
5021         * findcmd.c: White space.
5022         * findvar.c: White space.
5023         * fork-child.c: White space.
5024         * frame-base.c: White space.
5025         * frame.c: White space.
5026         * frame-unwind.c: White space.
5027         * f-valprint.c: White space.
5028
5029         * elfread.c: White space.
5030         * environ.c: White space.
5031         * eval.c: White space.
5032         * event-loop.c: White space.
5033         * event-top.c: White space.
5034         * exceptions.c: White space.
5035         * exec.c: White space.
5036         * expprint.c: White space.
5037
5038         * dbxread.c: White space.
5039         * dcache.c: White space.
5040         * disasm.c: White space.
5041         * doublest.c: White space.
5042         * dsrec.c: White space.
5043         * dummy-frame.c: White space.
5044         * dwarf2expr.c: White space.
5045         * dwarf2-frame.c: White space.
5046         * dwarf2loc.c: White space.
5047         * dwarf2read.c: White space.
5048
5049 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
5050
5051         PR python/11482
5052
5053         * python/py-value.c (valpy_hash): New function.
5054         (value_object_type): Register valpy_hash.
5055
5056 2010-05-14  Hui Zhu  <teawater@gmail.com>
5057             Michael Snyder  <msnyder@vmware.com>
5058
5059         * linux-fork.c (gdbthread.h): New include.
5060         (fork_info): Add parent_ptid.
5061         (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5062         functions.
5063         (delete_checkpoint_command): Call inferior_call_waitpid.
5064         (checkpoint_command): Set parent_ptid.
5065
5066 2010-05-13  Michael Snyder  <msnyder@vmware.com>
5067
5068         * dictionary.c: Re-indent to GNU coding standard.
5069
5070         * charset.c: White space.
5071         * c-lang.c: White space.
5072         * cli-out.c: White space.
5073         * coffread.c: White space.
5074         * complaints.c: White space.
5075         * completer.c: White space.
5076         * corefile.c: White space.
5077         * corelow.c: White space.
5078         * cp-abi.c: White space.
5079         * cp-namespace.c: White space.
5080         * cp-support.c: White space.
5081         * cp-valprint.c: White space.
5082         * c-typeprint.c: White space.
5083         * c-valprint.c: White space.
5084         * blockframe.c: White space.
5085         * breakpoint.c: White space.
5086         * buildsym.c: White space.
5087         * blockframe.c: White space.
5088         * bcache.c: White space.
5089         * gdbarch.sh: White space, add blank lines.
5090         * arch-utils.c: Ditto.
5091         * gdbarch.c: Regenerate.
5092         * frame.c: White space, add blank lines.
5093         * stack.c: White space, add blank lines.
5094         (initialize_stack): Remove long-dead code.
5095
5096 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5097
5098         Code cleanup.
5099         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5100         (locexpr_read_variable, loclist_read_variable): Update the callers.
5101
5102 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5103
5104         Code cleanup.
5105         * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5106         Remove check of NULL returned by tag_type_to_type.
5107         (die_containing_type): Remove variable type.  Remove type_die variable
5108         initialization.  Remove check of NULL returned by tag_type_to_type.
5109
5110 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
5111
5112         PR exp/11530.
5113         * gdbtypes.c (lookup_struct_elt_type): Also lookup
5114         names of unnamed structures or unions.
5115
5116 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
5117
5118         * procfs.c (proc_watchpoint_address): New function.
5119         (procfs_stopped_by_watchpoint): Remove useless check after
5120         find_procinfo_or_die call.
5121         (procfs_stopped_data_address): New function.
5122         (procfs_use_watchpoints): Register new watchpoint related function.
5123
5124 2010-05-11  Tom Tromey  <tromey@redhat.com>
5125
5126         * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5127
5128 2010-05-10  Michael Snyder  <msnyder@vmware.com>
5129
5130         * utils.c: White space cleanup.
5131
5132 2010-05-10  Tom Tromey  <tromey@redhat.com>
5133
5134         * eval.c (ptrmath_type_p): Add 'lang' argument.
5135         (evaluate_subexp_standard): Update.
5136         (evaluate_subexp_with_coercion): Update.
5137         * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5138
5139 2010-05-10  Michael Snyder  <msnyder@vmware.com>
5140
5141         * utils.c (do_fclose_cleanup) Restore local variable.
5142
5143 2010-05-09  Doug Evans  <dje@google.com>
5144
5145         * record.c (init_record_core_ops): Rename record_core to record-core.
5146
5147 2010-05-08  Joel Brobecker  <brobecker@adacore.com>
5148
5149         Implement task switching on pa-hpux.
5150         * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5151         (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5152
5153 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5154
5155         * valops.c (find_overload_match): Add missing i18n markup.
5156
5157 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5158
5159         * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5160
5161 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5162
5163         * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5164         list for the obconcat call.
5165         * mdebugread.c (parse_symbol): Likewise.
5166         * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5167         Likewise.
5168         * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5169         New variable ap.  Remove variables len and val.
5170         * symfile.h (obconcat): Likewise for the prototype.
5171
5172 2010-05-07  Michael Snyder  <msnyder@vmware.com>
5173
5174         * python/python.c (execute_gdb_command): Remove unused variables.
5175         * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5176         * python/py-breakpoint.c (gdbpy_breakpoint_created):
5177         Remove unused variable.
5178         * python/py-cmd.c (cmdpy_function): Remove unused variable.
5179         (cmdpy_completer): Remove unused variable.
5180         * python/py-frame.c (frapy_find_sal): Remove unused variable.
5181         * python/py-function.c (fnpy_call): Remove unused variable.
5182         * python/py-objfile.c (objfile_to_objfile_object):
5183         Remove unused variable.
5184         * python/py-param.c (parmpy_init): Remove unused variable.
5185         * python/py-prettyprint.c (apply_varobj_pretty_printer):
5186         Remove unused variable.
5187         (gdbpy_default_visualizer): Remove unused variable.
5188         * python/py-progspace.c (pspace_to_pspace_object):
5189         Remove unused variable.
5190         * python/py-symtab.c (symtab_and_line_to_sal_object):
5191         Remove unused variable.
5192         * python/py-type.c (typy_template_argument):
5193         Remove unused variable.
5194         * python/py-value.c (valpy_string): Remove unused variable.
5195         (convert_value_from_python): Remove unused variables.
5196
5197 2010-05-07  Michael Snyder  <msnyder@vmware.com>
5198
5199         * valops.c (value_cast_pointers): Restore unused variable 'type1',
5200         and use it to compute variable 't1'.
5201
5202 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
5203
5204         * ada-lang.c (assign_aggregate): Remove unused variable.
5205
5206 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
5207
5208         PR C++/7943:
5209         * valops.c (find_overload_match): Handle fsym == NULL case.
5210         Add int no_adl argument.
5211         (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5212         when appropriate.
5213         Add int no_adl argument.
5214         (find_oload_champ_namespace):   Add int no_adl argument.
5215         * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5216         expression.
5217         * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5218         * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5219         Evaluate arguments and use them to perform ADL lookup.
5220         Pass no_adl argument to find_overload_match.
5221         Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5222         * cp-support.h: Added prototype for
5223         make_symbol_overload_list_namespace.
5224         * cp-support.c (make_symbol_overload_list_namespace): New function.
5225         (make_symbol_overload_list_adl_namespace): New function.
5226         (make_symbol_overload_list_adl): New function.
5227         (make_symbol_overload_list_using): Moved code to add function to
5228         overload set to make_symbol_overload_list_namespace.
5229         * c-exp.y: create UNKNOWN_CPP_NAME token.
5230         Add parse rule for ADL functions.
5231         (classify_name): Recognize an UNKNOWN_CPP_NAME.
5232
5233 2010-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5234
5235         * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5236         sentinel.
5237
5238 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
5239
5240         Implement task switching on solaris targets.
5241         * sol-thread.c (thread_db_find_thread_from_tid)
5242         (sol_get_ada_task_ptid): New functions.
5243         (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5244
5245 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
5246
5247         * remote.c (remote_query_supported_append): Use reconcat.
5248         (remote_query_supported): Install a cleanup.  Use reconcat.
5249
5250 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
5251
5252         * gdbarch.sh (qsupported): Delete.
5253         * gdbarch.h, gdbarch.c: Regenerate.
5254         * remote.c (remote_query_supported): Remove use of
5255         gdbarch_qsupported.
5256
5257 2010-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
5258
5259         * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5260         function.
5261
5262 2010-05-06  Michael Snyder  <msnyder@vmware.com>
5263
5264         * xml-support.c (xinclude_start_include): Delete unused variable.
5265         (xml_process_xincludes): Delete unused variable.
5266         * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5267         * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5268         (tdesc_find_arch_register): Delete unused variable.
5269         (tdesc_use_registers): Delete unused variable.
5270         * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5271         * inferior.c (print_inferior): Delete unused variable.
5272         * record.c (record_open_1): Delete unused variable.
5273         (record_restore): Delete unused variable.
5274         (cmd_record_save): Delete unused variable.
5275         * gcore.c (derive_heap_segment): Delete unused variable.
5276         (objfile_find_memory_regions): Use unused variable.
5277         * jit.c (jit_inferior_init): Delete unused variable.
5278         * progspace.c (clone_program_space): Delete unused variable.
5279         (pspace_empty_p): Delete unused variable.
5280
5281         * frame-unwind.c (frame_unwind_find_by_frame):
5282         Delete unused variable.
5283         * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5284         * cp-support.c (mangled_name_to_comp): Delete unused variable.
5285         (method_name_from_physname): Delete unused variable.
5286         (cp_func_name): Delete unused variable.
5287         (cp_validate_operator): Delete unused variable.
5288         * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5289         Delete unused variable.
5290         * trad-frame.c (trad_frame_get_prev_register):
5291         Delete unused variable.
5292         * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5293
5294         * serial.c (serial_for_fd): Delete unused variable.
5295         * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5296         * top.c (execute_command): Delete unused variable.
5297         (init_main): Delete unused variable.
5298         * utils.c (do_fclose_cleanup): Delete unused variable.
5299         (do_all_inferior_continuations): Delete unused variable.
5300         (initialize_utils): Delete unused variable.
5301         (internal_problem_mode): Delete unused global.
5302         * frame.c (get_prev_frame): Delete unused global.
5303         (get_frame_locals_address): Delete unused global.
5304         (get_frame_args_address): Delete unused global.
5305
5306         * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5307         (pascal_type_print_varspec_prefix): Delete unused variable.
5308         * f-typeprint.c (f_type_print_base): Delete unused variable.
5309         (f_type_print_varspec_suffix): Delete unused variable.
5310         * m2-typeprint.c (m2_print_type): Delete unused variable.
5311         (m2_long_set): Delete unused variable.
5312         * ada-valprint.c (ada_val_print_1): Delete unused variable.
5313         * d-valprint.c (dynamic_array_type): Delete unused variable.
5314         * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5315         Delete unused variable.
5316         (f77_create_arrayprint_offset_tbl): Delete unused variable.
5317         * m2-valprint.c (m2_val_print): Delete unused variable.
5318
5319         * ui-out.c (ui_out_field_int): Delete unused variable.
5320         (ui_out_field_fmt_int): Delete unused variable.
5321         * varobj.c (varobj_list_children): Delete unused variable.
5322         (varobj_set_value): Delete unused variable.
5323         (install_new_value_visualizer): Delete unused variable.
5324         (varobj_set_visualizer): Delete unused variable.
5325         (varobj_update): Delete unused variable.
5326         (varobj_editable_p): Delete unused variable.
5327         (c_value_of_root): Delete unused variable.
5328         (cplus_describe_child): Delete unused variable.
5329
5330         * ada-lang.c (add_defn_to_vec): Delete unused variable.
5331         (decode_constrained_packed_array_type): Delete unused variable.
5332         (add_defn_to_vec): Delete unused variable.
5333         (symbol_completion_match): Delete unused variable.
5334         (value_tag_from_contents_and_address): Delete unused variable.
5335         (ada_evaluate_subexp): Delete unused variable.
5336         * c-lang.c (classify_type): Delete unused variable.
5337         * f-lang.c (f_printstr): Delete unused variable.
5338         * objc-lang.c (objc_printstr): Delete unused variable.
5339         * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5340         * jv-lang.c (type_from_class): ifdef unused variable.
5341         (java_class_name_from_physname): Delete unused variable.
5342         * m2-lang.c (m2_printstr): Delete unused variable.
5343
5344         * objfiles.c (objfile_relocate): Delete unused variable.
5345         * maint.c (_initialize_maint_cmds): Delete unused variable.
5346         * demangle.c (_initialize_demangler): Delete unused variable.
5347         * corefile.c (reopen_exec_file): Delete unused variable.
5348         * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5349         * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5350
5351         * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5352         * memattr.c (mem_delete): Delete unused variable.
5353         (invalidate_target_mem_regions): Delete unused variable.
5354         * mem-break.c (default_memory_insert_breakpoint):
5355         Delete unused variable.
5356         * target.c (target_get_osdata): Delete unused variable.
5357         * parse.c (length_of_subexp): Delete unused variable.
5358         (prefixify_subexp): Delete unused variable.
5359         (exp_iterate): Delete unused variable.
5360         * reverse.c (delete_bookmark_command): Delete unused variable.
5361
5362         * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5363         * macroexp.c (gather_arguments): Delete unused variable.
5364         (substitute_args): Delete unused variable.
5365         * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5366         * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5367         (_initialize_gdbarch): Delete unused variable.
5368         * gdbarch.c, gdbarch.h: Regenerate.
5369         * arch-utils.c (initialize_current_architecture):
5370         Delete unused variable.
5371         (_initialize_gdbarch_utils): Delete unused variable.
5372         * gdbtypes.c (make_cv_type): Delete unused variable.
5373         (make_type_with_address_space): Delete unused variable.
5374
5375         * linespec.c (decode_compound): Delete unused variable.
5376         * dictionary.c (iterator_next_hashed): Delete unused variable.
5377         * infcall.c (call_function_by_hand): Delete unused variable.
5378         * infcmd.c (step_1): Delete unused variable.
5379         (registers_info): Delete unused variable.
5380         (attach_command): Delete unused variable.
5381         * infrun.c (follow_exec): Delete unused variable.
5382         (handle_step_into_function_backwards): Delete unused variable.
5383         (_initialize_infrun): Delete unused variable.
5384         * stack.c (parse_frame_specification_1): Delete unused variable.
5385         (frame_info): Delete unused variable.
5386         (backtrace_command_1): Delete unused variable.
5387         (catch_info): Delete unused variable.
5388
5389         * eval.c (evaluate_subexp_standard): Delete unused variable.
5390         * valops.c (value_cast_pointers): Delete unused variable.
5391         (value_dynamic_cast): Delete unused variable.
5392         (value_array): Delete unused variable.
5393         (find_overload_match): Delete unused variable.
5394         * valarith.c (value_subscript): Delete unused variable.
5395         (value_binop): Delete unused variable.
5396         * valprint.c (_initialize_valprint): Delete unused variable.
5397         * printcmd.c (print_command_1): Delete unused variable.
5398         (address_info): Delete unused variable.
5399         (printf_command): Delete unused variable.
5400
5401         * auxv.c (target_auxv_search): Delete unused variable.
5402         * blockframe.c (get_frame_block): Delete unused variable.
5403         * regcache.c (regcache_cpy): Delete unused variable.
5404         (regcache_cpy_no_passthrough): Delete unused variable.
5405         * charset.c (wchar_iterate): Delete unused variable.
5406         (find_charset_names): Delete unused variable.
5407         (_initialize_charset): Delete unused variable.
5408         * disasm.c (do_mixed_source_and_assembly):
5409         Delete unused variable.
5410         * source.c (set_default_source_symtab_and_line):
5411         Delete unused variable.
5412         (set_substitute_path_command): Delete unused variable.
5413         * value.c (preserve_values): Delete unused variable.
5414         (value_from_double): Delete unused variable.
5415
5416 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5417
5418         * psymtab.c (lookup_partial_symbol): Delete unused variable.
5419         (find_last_source_symtab_from_partial): Delete unused variable.
5420         * symfile.c (place_section): Delete unused variable.
5421         (default_symfile_offsets): Delete unused variable.
5422         (get_debug_link_info): Delete unused variable.
5423         (find_separate_debug_file_by_debuglink): Delete unused variable.
5424         (add_symbol_file_command): Delete unused variable.
5425         (symfile_find_segment_sections): Delete unused variable.
5426         * symmisc.c (free_symtab): Delete unused variable.
5427         (dump_symtab_1): Delete unused variable.
5428         * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5429         (find_pc_sect_symtab): Delete unused variable.
5430         (skip_prologue_using_lineinfo): Delete unused variable.
5431         (sources_info): Delete unused variable.
5432         (completion_list_add_name): Delete unused variable.
5433         (expand_line_sal): Delete unused variable.
5434
5435         * breakpoint.c (validate_commands_for_breakpoint):
5436         Delete unused variables.
5437         (insert_catchpoint): Delete unused variable.
5438         (update_watchpoint): Delete unused variable.
5439         (insert_bp_location): Delete unused variable.
5440         (insert_breakpoint_locations): Delete unused variable.
5441         (remove_breakpoint_1): Delete unused variable.
5442         (software_breakpoint_inserted_here_p): Delete unused variable.
5443         (watchpoints_triggered): Delete unused variable.
5444         (bpstat_check_watchpoint): Delete unused variable.
5445         (bpstat_stop_status): Delete unused variable.
5446         (print_one_breakpoint_location): Delete unused variable.
5447         (allocate_bp_location): Delete unused variable.
5448         (create_breakpoint): Delete unused variable.
5449         (watch_command_1): Delete unused variable.
5450         (catch_exception_command_1): Delete unused variable.
5451         (catch_ada_exception_command): Delete unused variable.
5452         (delete_breakpoint): Delete unused variable.
5453         (breakpoint_re_set_one): Delete unused variable.
5454         (do_enable_breakpoint): Delete unused variable.
5455
5456 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
5457
5458         * amd64-tdep.c: Include disasm.h.
5459         (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5460         (amd64_insn_length): Moved to disasm.c and renamed.
5461         (fixup_riprel): Adjust.
5462         * disasm.c (do_ui_file_delete): New.
5463         (gdb_insn_length): New.
5464         (gdb_buffered_insn_length_fprintf)
5465         (gdb_buffered_insn_length_init_dis)
5466         (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5467         renamed.
5468         * disasm.h (gdb_insn_length): Declare.
5469         (gdb_buffered_insn_length): Declare.
5470
5471 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
5472
5473         * remote.c (clear_threads_parsing_context): New.
5474         (remote_threads_info): Delete unused null_cleanup.  Install a
5475         cleanup to clear the threads_parsing_context in case parsing
5476         throws.
5477
5478 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5479
5480         * c-exp.y (parse_string_or_char): Delete unused variable.
5481         (c_lex): Delete unused variable.
5482         * cp-name-parser.y (cpname_lex): Delete unused variable.
5483         * ada-exp.y (find_primitive_type): Delete unused variable.
5484         (write_var_or_type): Delete unused variable.
5485         * jv-exp.y (java_parse): Delete unused variable.
5486         (push_expression_name): Delete unused variable.
5487         * p-exp.y (pascal_lex): Delete unused variable.
5488
5489 2010-05-05  Pedro Alves  <pedro@codesourcery.com>
5490
5491         * remote.c (remote_threads_info): Really revert previous previous
5492         change.
5493
5494 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5495
5496         * elfread.c (elf_symtab_read): Delete unused variable.
5497         (find_separate_debug_file_by_buildid): Delete unused variables.
5498         (elf_symfile_read): Delete unused variable.
5499
5500         * coffread.c (coff_symfile_read): Delete unused variables.
5501
5502         * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5503         (read_pe_exported_syms): Delete unused variable.
5504
5505         * stabsread.c (define_symbol): Delete unused variable.
5506
5507         * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5508         (process_psymtab_comp_unit): Delete unused variable.
5509         (dwarf2_build_psymtabs_hard): Delete unused variable.
5510         (load_partial_comp_unit): Delete unused variable.
5511         (create_all_comp_units): Delete unused variable.
5512         (scan_partial_symbols): Delete unused variable.
5513         (add_partial_symbol): Delete unused variable.
5514         (add_partial_namespace): Delete unused variable.
5515         (add_partial_enumeration): Delete unused variable.
5516         (load_full_comp_unit): Delete unused variable.
5517         (process_full_comp_unit): Delete unused variable.
5518         (read_file_scope): Delete unused variable.
5519         (read_type_unit_scope): Delete unused variable.
5520         (process_structure_scope): Delete unused variable.
5521         (process_enumeration_scope): Delete unused variable.
5522         (read_tag_ptr_to_member_type): Delete unused variable.
5523         (read_typedef): Delete unused variable.
5524         (read_partial_die): Delete unused variable.
5525         (decode_locdesc): Delete unused variable.
5526         (zeroed_partial_die): Delete unused global variable.
5527
5528         * tui/tui-interp.c (_initialize_tui_interp):
5529         Delete unused variable.
5530         * tui/tui-regs.c tui_display_registers_from):
5531         Delete unused variable.
5532         (tui_check_register_values): Delete unused variable.
5533         (tui_register_format): Delete unused variable.
5534         * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
5535         * tui/tui-windata.c (tui_display_data_from_line):
5536         Delete unused variables.
5537         (tui_vertical_data_scroll): Delete unused variables.
5538
5539 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5540
5541         * remote.c (remote_threads_info): Revert questionable part of
5542         the previous change.
5543
5544 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5545
5546         * mi/mi-out.c (mi_table_begin): Delete unused variable.
5547         * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
5548         (mi_cmd_var_list_children): Delete unused variable.
5549         (varobj_update_one): Delete unused variable.
5550         * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
5551         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
5552         Delete unused variable.
5553         (mi_cmd_stack_list_variables): Delete unused variable.
5554         (list_args_or_locals): Delete unused variable.
5555         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
5556         Delete unused variables.
5557         (mi_cmd_file_list_exec_source_files): Delete unused variable.
5558         * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
5559         Delete unused variable.
5560         * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
5561         (mi_cmd_interpreter_exec): Delete unused variable.
5562         (mi_on_normal_stop): Delete unused variable.
5563         * mi/mi-main.c (run_one_inferior): Delete unused variable.
5564         (print_one_inferior): Delete unused variables.
5565         (mi_execute_command): Delete unused variable.
5566         (mi_cmd_execute): Delete unused variable.
5567         (timestamp): Delete unused variable.
5568
5569         * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
5570         (restore_binary_file): Delete unused variable.
5571         * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
5572         * cli/cli-script.c (define_command): Delete unused variables.
5573         (recurse_read_control_structure): Delete unused variable.
5574         (script_from_file): Delete unused variable.
5575         * cli/cli-cmds.c (complete_command): Delete unused variable.
5576         (disassemble_command): Delete unused variable.
5577
5578         * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
5579         * tracepoint.c (delete_trace_variable_command):
5580         Delete unused variables.
5581         (encode_actions_1): Delete unused variables.
5582         (start_tracing): Delete unused variable.
5583         (trace_status_mi): Delete unused variable.
5584         (tfind_1): Delete unused variable.
5585         (trace_find_pc_command): Delete unused variable.
5586         (trace_find_line_command): Delete unused variables.
5587         (trace_find_range_command): Delete unused variables.
5588         (trace_find_outside_command): Delete unused variables.
5589         (parse_tracepoint_definition): Delete unused variables.
5590         (tfile_fetch_registers): Delete unused variable.
5591
5592         * dcache.c (dcache_init): Delete unused variable.
5593         (dcache_info): Delete unused variable.
5594
5595         * remote.c (remote_threads_info): Delete unused variable.
5596         (process_stop_reply) :Delete unused variable.
5597         (remote_get_trace_status): Delete unused variables.
5598
5599         * linux-thread-db.c (add_thread_db_info): Delete unused variable.
5600         (thread_from_lwp): Delete unused variable.
5601         (enable_thread_event_reporting): Delete unused variable.
5602         (check_for_thread_db): Delete unused variables.
5603         (thread_db_find_new_threads_2): Delete unused variable.
5604
5605         * linux-fork.c (info_checkpoints_command): Delete unused variables.
5606         (checkpoint_command): Delete unused variable.
5607         (linux_fork_context): Delete unused variables.
5608
5609         * linux-nat.c (linux_parent_pid): Delete unused global variable.
5610         (linux_tracefork_child): Delete unused variable.
5611         (linux_child_follow_fork): Delete unused variable.
5612         (linux_nat_detach): Delete unused variable.
5613         (linux_handle_extended_wait): Delete unused variable.
5614         (linux_nat_has_pending_sigint): Delete unused variable.
5615         (linux_nat_find_memory_regions): Delete unused variable.
5616         (linux_nat_make_corefile_notes): Delete unused variables.
5617         (linux_nat_info_proc_cmd): Delete unused variable.
5618         (linux_proc_pending_signals): Delete unused variable.
5619         (linux_nat_stop_lwp): Delete unused variables.
5620         (_initialize_linux_nat): Delete unused variable.
5621
5622         * ser-pipe.c (pipe_ops): Delete unused global variable.
5623
5624         * linux-record.c (record_linux_system_call):
5625         Delete unused variables.
5626
5627         * corelow.c (core_xfer_partial): Delete unused variables.
5628
5629         * solib-svr4.c (find_program_interpreter): Delete unused variable.
5630         (svr4_solib_create_inferior_hook): Add ifdef around
5631         conditionally-used variable declarations.
5632
5633         * solib.c (solib_find): Delete unused variable.
5634         (free_so_symbols): Delete unused variable.
5635         (info_sharedlibrary_command): Delete unused variable.
5636         (reload_shared_libraries_1): Delete unused variable.
5637         (_initialize_solib): Delete unused variable.
5638
5639         * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
5640         (i386_collect_xstateregset): Delete unused variable.
5641         * i387-tdep.c (i387_print_float_info): Delete unused variable.
5642
5643         * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
5644         Delete unused variable 'type'.
5645
5646 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
5647
5648         * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros.  *
5649         ada-lang.c: Remove comment mentioning these macros.
5650         * m2-exp.y: Delete commented out code.
5651
5652 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
5653
5654         * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
5655         for array types.
5656         * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
5657
5658 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5659
5660         ARI fix: Remove ATTRIBUTE_UNUSED throughout.
5661         * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
5662         ATTRIBUTE_UNUSED.
5663         (cleanup_kernel_helper_return): Likewise.
5664         * arm-tdep.c (copy_unmodified): Likewise.
5665         (copy_preload): Likewise.
5666         (copy_copro_load_store): Likewise.
5667         (cleanup_branch): Likewise.
5668         (copy_b_bl_blx): Likewise.
5669         (copy_bx_blx_reg): Likewise.
5670         (copy_alu_imm): Likewise.
5671         (copy_alu_reg): Likewise.
5672         (copy_alu_shifted_reg): Likewise.
5673         (cleanup_load): Likewise.
5674         (cleanup_store): Likewise.
5675         (cleanup_block_load_pc): Likewise.
5676         (cleanup_svc): Likewise.
5677         (copy_undef): Likewise.
5678         (copy_unpred): Likewise.
5679         * remote.c (register_remote_support_xml): Likewise.
5680
5681 2010-05-05  Hui Zhu  <teawater@gmail.com>
5682
5683         * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
5684
5685 2010-05-04  Mark Kettenis  <kettenis@gnu.org>
5686
5687         * remote.c (register_remote_support_xml)
5688         (remote_query_supported_append, remote_query_supported): Add cast
5689         to NULL used as sentinel.
5690         * tracepoint.c (tvariables_info_1): Likewise.
5691         * utils.c (add_internal_problem_command): Likewise.
5692
5693 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5694
5695         * dwarf2loc.c (read_pieced_value, write_pieced_value,
5696         dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
5697         registers gracefully.
5698
5699 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5700
5701         * exec.c (print_section_info): Display entry point without arch
5702         specific parts.
5703
5704 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5705
5706         PR exp/11349.
5707         * printcmd.c (x_command): Only dereference once implicitly for
5708         TYPE_CODE_REF.
5709
5710 2010-05-03  Doug Evans  <dje@google.com>
5711
5712         * event-loop.c (gdb_timer): Delete unused global.
5713         (create_timer): Update.
5714
5715 2010-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5716
5717         * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
5718         CURRENT->DECLARATION case.
5719         * cp-support.h (struct using_direct): Provide extended comment.
5720
5721 2010-05-03  Mark Kettenis  <kettenis@gnu.org>
5722
5723         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
5724         HPPABSD_SIZEOF_GREGS.
5725         (HPPAOBSD_SIZEOF_FPREGS): New define.
5726         (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
5727         (hppaobsd_supply_fpregset): New function.
5728         (hppaobsd_gregset): Renamed from hppabsd_gregset.
5729         (hppaobsd_fpregset): New variable.
5730         (hppaobsd_regset_from_core_section): Handle floating-point registers.
5731         (_initialize_hppabsd_tdep): Remove spurious blank line.
5732
5733 2010-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
5734
5735         PR pascal/11349.
5736         * p-valprint.c (pascal_value_print): Always dereference a value with
5737         type code TYPE_CODE_REF.
5738
5739 2010-05-03  Pedro Alves  <pedro@codesourcery.com>
5740
5741         * remote.c (remote_notice_signals): New.
5742         (remote_start_remote): In non-stop mode, update the remote end on
5743         which signals it can silently pass.
5744         (init_remote_ops): Install remote_notice_signals.
5745
5746 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5747
5748         * cli/cli-cmds.h (error_no_arg): Remove.  Move the comment ...
5749         * command.h (error_no_arg): ... here.  Remove NORETURN, change
5750         ATTR_NORETURN to ATTRIBUTE_NORETURN.
5751         * defs.h (NORETURN, ATTR_NORETURN): Remove.
5752         (perror_with_name, verror, error, error_stream, vfatal, fatal)
5753         (internal_verror, internal_error, nomem): Remove NORETURN, change
5754         ATTR_NORETURN to ATTRIBUTE_NORETURN.
5755         * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
5756         (throw_vfatal, throw_error): Remove NORETURN.
5757         (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
5758         * exceptions.h (throw_exception, throw_verror, throw_vfatal)
5759         (throw_error, deprecated_throw_reason): Remove NORETURN, change
5760         ATTR_NORETURN to ATTRIBUTE_NORETURN.
5761         * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
5762         to ATTRIBUTE_NORETURN for prototype, for the definition only remove
5763         NORETURN.
5764         * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
5765         * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
5766         ATTRIBUTE_NORETURN.
5767         * target.c (tcomplain): Likewise.
5768         * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
5769         ATTRIBUTE_NORETURN.
5770         * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
5771         (internal_error, perror_with_name, nomem): Remove NORETURN.
5772         * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
5773         ATTRIBUTE_NORETURN.
5774
5775 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5776
5777         * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5778         * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
5779         * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
5780         (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5781         * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
5782         (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5783         * complaints.h (complaint, internal_complaint): Likewise.
5784         * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
5785         (ATTR_FORMAT): Remove.
5786         (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
5787         (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
5788         (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
5789         (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
5790         (xsnprintf, verror, error, vfatal, fatal, internal_verror)
5791         (internal_error, internal_vwarning, internal_warning, warning)
5792         (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5793         * disasm.c (fprintf_disasm): Likewise.
5794         * exceptions.c (throw_it): Likewise.
5795         * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
5796         (throw_error): Likewise.
5797         * language.h (type_error, range_error): Likewise.
5798         * linespec.c (cplusplus_error): Likewise.
5799         * mi/mi-interp.c (mi_interp_query_hook): Likewise.
5800         * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
5801         * monitor.c (monitor_debug): Likewise.
5802         * parser-defs.h (parser_fprintf): Likewise.
5803         * serial.h (serial_printf): Likewise.
5804         * tui/tui-hooks.c (tui_query_hook): Likewise.
5805         * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
5806         (uo_message): Likewise.
5807         * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
5808         * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
5809         Likewise.
5810         * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
5811
5812 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
5813
5814         * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
5815         (cli_table_header, cli_begin, cli_end, cli_field_int)
5816         (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
5817         (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
5818         Delete forward declarations.
5819         (cli_ui_out_impl): Move below the callbacks.
5820         (_initialize_cli_out): Delete.
5821
5822 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
5823
5824         * README: Use consistent `GDB' and `GDBserver' spellings.
5825
5826 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5827
5828         * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
5829
5830 2010-05-01  Pedro Alves  <pedro@codesourcery.com>
5831
5832         * infrun.c (prepare_for_detach): In non-stop, context switch to
5833         the thread that got the event before handling the event.
5834
5835 2010-04-30  Tom Tromey  <tromey@redhat.com>
5836
5837         * symtab.c (symbol_set_names): Fix typo.
5838
5839 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5840
5841         * python/py-param.c (parm_constants): Avoid ARI warning
5842         by adding ARI comment.
5843         (parmpy_init): Likewise.
5844
5845 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5846
5847         * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
5848         and created type for re-use.
5849
5850 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5851
5852         * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
5853
5854 2010-04-29  Doug Evans  <dje@google.com>
5855
5856         * ser-base.h (reschedule): Delete prototype.
5857         * ser-base.c (reschedule): Make static.
5858
5859 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5860
5861         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
5862         (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
5863         (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
5864         EABI.
5865         (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
5866         use.
5867
5868 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
5869
5870         PR gdb/11557
5871
5872         * regcache.c (registers_changed): Rename to ...
5873         (registers_changed_ptid): ... this, and only delete register cache
5874         entries matching the ptid filter argument.
5875         (registers_changed): Reimplement on top of registers_changed_ptid.
5876         * regcache.h (registers_changed_ptid): Declare.
5877         * target.c (target_resume): Flush register caches.
5878
5879 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
5880             Tom Tromey  <tromey@redhat.com>
5881             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5882
5883         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
5884         (SUBDIR_PYTHON_SRCS): Likewise.
5885         (py-parameter.o): New rule.
5886         * python/py-parameter.c: New file.
5887         * python/python-internal.h (gdbpy_initialize_parameter)
5888         (gdbpy_parameter, gdbpy_parameter_value)
5889         (gdbpy_parse_command_name): Declare.
5890         * python/py-cmd.c (parse_command_name): Rename to
5891         gdbpy_parse_command_name.
5892         (gdbpy_parse_command_name): Accept a starting list parameter and
5893         use over cmdlist.
5894         (cmdpy_init): Use gdbpy_parse_command_name.
5895         * python/python.c (parameter_to_python): Rename to
5896         gdbpy_parameter_to_python.  Accept enum var_types and value.
5897         (gdbpy_parameter): Use gdbpy_parameter_value.
5898         (_initialize_python): Call gdbpy_initialize_parameters.
5899
5900 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5901
5902         * MAINTAINERS: Add myself for write after approval privileges.
5903
5904 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
5905
5906         D language support.
5907         * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
5908         (COMMON_OBS): Add d-lang.o d-valprint.o.
5909         (HFILES_NO_SRCDIR): Add d-lang.h.
5910         * NEWS: Mention D language support.
5911         * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
5912         * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
5913         * d-lang.c: New file.
5914         * d-lang.h: New file.
5915         * d-valprint.c: New file.
5916         * defs.h (enum language): Add language_d.
5917         * dwarf2read.c (set_cu_language): Add DW_LANG_D.
5918         * language.c (binop_result_type, integral_type, character_type)
5919         (string_type, boolean_type, structured_type): Add language_d.
5920         * symfile.c (init_filename_language_table): Add language_d.
5921         * symtab.c: Include d-lang.h.
5922         (symbol_init_language_specific, symbol_find_demangled_name)
5923         (symbol_natural_name, lookup_symbol_in_language)
5924         (symbol_demangled_name, symbol_matches_domain): Add language_d.
5925
5926 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5927
5928         * solib-svr4.c (solib_svr4_r_map): Expand function description.
5929
5930 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5931
5932         * symfile.c (init_filename_language_table): Register .dg files
5933         with language_ada.
5934
5935 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5936
5937         * gdbtypes.h (struct main_type): Expand comment about target_type
5938         field.
5939
5940 2010-04-27  Pedro Alves  <pedro@codesourcery.com>
5941             Tristan Gingold  <gingold@adacore.com>
5942
5943         * symfile.c (reread_symbols): Also search for file in libraries.
5944         Update comment.
5945
5946 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5947
5948         * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
5949         in terms of configuration.
5950
5951 2010-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5952
5953         * objfiles.c: Include solist.h.
5954         (free_all_objfiles): New variable so.  Check stale solist objfiles.
5955         * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
5956         and no_shared_libraries.
5957
5958 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5959
5960         ARI warning fix.
5961         * python/py-auto-load.c (source_section_scripts): Remove trailing
5962         new-line in i18n string.
5963
5964 2010-04-26  Doug Evans  <dje@google.com>
5965
5966         * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
5967
5968 2010-04-26  Tom Tromey  <tromey@redhat.com>
5969
5970         * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
5971         command list.
5972
5973 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5974
5975         Removal of config/i386/nm-i386sol2.h native configuration file.
5976         * config/i386/nm-i386sol2.h: Remove file.
5977         * config/i386/i386sol2.mh: Remove NAT_FILE definition.
5978         * config/i386/sol2-64.mh: Idem.
5979         * config/djgpp/fnchange.lst: Remove reference to that file.
5980         * Makefile.in (HFILES_NO_SRCDIR): Idem.
5981
5982 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5983
5984         PR breakpoints/11531.
5985         * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
5986         macro definition and related comment.
5987         * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
5988         (resume): Remove code and comment related to this macro.
5989
5990 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
5991
5992         * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
5993         Fix whitespace.
5994
5995 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
5996
5997         * defs.h: Adjust comment.
5998         * filesystem.h, filesystem.c: New files.
5999         * Makefile.in (SFILES): Add filesystem.c.
6000         (COMMON_OBS): Add filesystem.o.
6001         * solib.c (solib_find): Handle DOS-based filesystems.  Handle
6002         different target and host path flavours.
6003         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6004         has_dos_based_file_system on the gdbarch.
6005         * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
6006         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
6007         * i386-tdep.c (i386_go32_init_abi): Ditto.
6008         * gdbarch.sh (has_dos_based_file_system): New.
6009         * gdbarch.h, gdbarch.c: Regenerate.
6010         * NEWS: Mention improved support for remote targets with DOS-based
6011         filesystems.  Mention new `set/show target-file-system-kind'
6012         commands.
6013
6014 2010-04-23  Stan Shebs  <stan@codesourcery.com>
6015
6016         * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
6017         comments.
6018         (struct agent_reqs): Remove.
6019         (ax_reg_mask): Declare.
6020         * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
6021         (free_agent_expr): Free reg_mask.
6022         (ax_print): Add scope and register mask info.
6023         (ax_reqs): Remove agent_reqs argument, use agent expression
6024         fields, and move part of register mask computation to...
6025         (ax_reg_mask): New function.
6026         * ax-gdb.c (gen_trace_static_fields): Call it.
6027         (gen_traced_pop): Ditto.
6028         (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6029         (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6030         (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6031         (gen_eval_for_expr): Ditto, and require an rvalue.
6032         (agent_command): Call ax_reqs.
6033         (agent_eval_command): Ditto.
6034         * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6035         (validate_action_line): Ditto.
6036         (collect_symbol): Ditto.
6037         (encode_actions_1): Ditto.
6038
6039 2010-04-23  Daniel Jacobowitz  <dan@codesourcery.com>
6040             Paul Pluzhnikov  <ppluzhnikov@google.com>
6041             Jan Kratochvil  <jan.kratochvil@redhat.com>
6042
6043         Fix deadlock on looped list of loaded shared objects.
6044         * solib-svr4.c (LM_PREV): New function.
6045         (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6046         (svr4_current_sos): Check for correct l_prev.  New variables prev_lm
6047         and next_lm.  Clear prev_lm for solib_svr4_r_ldsomap.
6048         * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6049
6050 2010-04-23  Doug Evans  <dje@google.com>
6051
6052         * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6053         python.
6054         * configure: Regenerate.
6055         * main.c: #include "python/python.h".
6056         (captured_main): Defer loading auto-loaded scripts until after
6057         local_gdbinit has been sourced.
6058         * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6059         (load_auto_scripts_for_objfile): New function.
6060         (auto_load_new_objfile): Call it.
6061         * python/python.h (gdbpy_global_auto_load): Declare.
6062         (load_auto_scripts_for_objfile): Declare.
6063
6064         Add support for auto-loading scripts from .debug_gdb_scripts section.
6065         * NEWS: Add entry for .debug_gdb_scripts.
6066         * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6067         (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6068         (py-auto-load.o): New rule.
6069         * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6070         * cli/cli-cmds.h (find_and_open_script): Update prototype.
6071         * python/py-auto-load.c: New file.
6072         * python/python-internal.h: #include <stdio.h>.
6073         (set_python_list, show_python_list): Declare.
6074         (gdbpy_initialize_auto_load): Declare.
6075         (source_python_script_for_objfile): Declare.
6076         * python/python.c: Remove #include of observer.h.
6077         (gdbpy_auto_load): Moved to py-auto-load.c.
6078         (GDBPY_AUTO_FILENAME): Ditto.
6079         (gdbpy_new_objfile): Delete.
6080         (source_python_script_for_objfile): New function.
6081         (set_python_list, show_python_list): Make externally visible.
6082         (_initialize_python): Move "auto-load" command to py-auto-load.c
6083         and observer_attach_new_objfile to py-auto-load.c.
6084
6085 2010-04-23  Jerome Guitton  <guitton@adacore.com>
6086
6087         * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6088         (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6089         (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6090         New constants.
6091         (alpha_heuristic_analyze_probing_loop): New function.
6092         (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6093         and handle cases when a stack probe loop is generated.
6094         * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6095         (alpha_mdebug_max_frame_size_exceeded): New function.
6096         (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6097         (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6098         Return 0 when the maximum debuggable frame size has been exceeded.
6099
6100 2010-04-23  Joel Brobecker  <brobecker@adacore.com>
6101
6102         Fix ARI warning.
6103         * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6104
6105 2010-04-20  Chris Moller  <cmoller@redhat.com>
6106
6107         PR 10179
6108
6109         * symtab.c (rbreak_command): Added code to include a filename
6110         specification in the rbreak argument.
6111         * NEWS: Added a brief description of filename-qualified rbreak.
6112
6113 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6114
6115         Fix crashes on dangling display expressions.
6116         * ada-lang.c (ada_operator_check): New function.
6117         (ada_exp_descriptor): Fill-in the field operator_check.
6118         * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6119         * jv-lang.c (exp_descriptor_java): Likewise.
6120         * m2-lang.c (exp_descriptor_modula2): Likewise.
6121         * scm-lang.c (exp_descriptor_scm): Likewise.
6122         * parse.c (exp_descriptor_standard): Likewise.
6123         (operator_check_standard): New function.
6124         (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6125         * parser-defs.h (struct exp_descriptor): New field operator_check.
6126         (operator_check_standard, exp_uses_objfile): New declarations.
6127         * printcmd.c: Remove the inclusion of solib.h.
6128         (display_uses_solib_p): Remove the function.
6129         (clear_dangling_display_expressions): Call lookup_objfile_from_block
6130         and exp_uses_objfile instead of display_uses_solib_p.
6131         * solist.h (struct so_list) <objfile>: New comment.
6132         * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6133         * symtab.h (lookup_objfile_from_block): New declaration.
6134         (struct general_symbol_info) <obj_section>: Extend the comment.
6135
6136 2010-04-22  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
6137             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6138
6139         * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6140         (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6141         ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6142         PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6143         PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6144         PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6145         PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6146         PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6147         PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6148         PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6149         PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6150         PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6151         PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6152         Define, in case <ptrace.h> doesn't provide it.
6153         (booke_debug_info): New variable.
6154         (max_slots_number): Ditto.
6155         (hw_break_tuple): New struct.
6156         (thread_points): Ditto.
6157         (ppc_threads): New variable.
6158         (PPC_DEBUG_CURRENT_VERSION): New define.
6159         (have_ptrace_new_debug_booke): New function.
6160         (ppc_linux_check_watch_resources): Renamed to ...
6161         (ppc_linux_can_use_hw_breakpoint): ... this.  Handle BookE processors.
6162         (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6163         (booke_cmp_hw_point): New function.
6164         (booke_find_thread_points_by_tid): Ditto.
6165         (booke_insert_point): Ditto.
6166         (booke_remove_point): Ditto.
6167         (ppc_linux_insert_hw_breakpoint): Ditto.
6168         (ppc_linux_remove_hw_breakpoint): Ditto.
6169         (get_trigger_type): Ditto.
6170         (ppc_linux_insert_watchpoint): Handle BookE processors.
6171         (ppc_linux_remove_watchpoint): Ditto.
6172         (ppc_linux_new_thread): Ditto.
6173         (ppc_linux_thread_exit): New function..
6174         (ppc_linux_stopped_data_address): Handle BookE processors.
6175         (ppc_linux_watchpoint_addr_within_range): Ditto.
6176         (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6177         to_remove_hw_breakpoint fields of the target operations struct.
6178         Add observe for the thread_exit event.
6179
6180 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
6181
6182         * i386-linux-nat.c (regmap): Removed.
6183         (fetch_register): Replace regmap with
6184         i386_linux_gregset_reg_offset.
6185         (store_register): Likewise.
6186         (supply_gregset): Likewise.
6187         (fill_gregset): Likewise.
6188
6189         * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6190         global.
6191
6192         * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6193
6194 2010-04-22  Chris Moller  <cmoller@redhat.com>
6195
6196         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6197         method of popping recursion-detection stack with a method based on
6198         obstack_object_size().  (Similar to the PR9167 patch below, but for
6199         the static array obstack rather than the static member obstack.)
6200
6201 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
6202
6203         * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6204         (_initialize_amd64_linux_nat): Replace
6205         amd64_linux_gregset64_reg_offset with
6206         amd64_linux_gregset_reg_offset.
6207
6208         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6209         global.
6210
6211         * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6212
6213 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6214
6215         PR stabs/11479.
6216         * stabsread.c (set_length_in_type_chain): New function.
6217         (read_struct_type): Call set_length_in_type_chain function.
6218         (read_enum_type): Idem.
6219
6220 2010-04-21  Stan Shebs  <stan@codesourcery.com>
6221             Nathan Sidwell  <nathan@codesourcery.com>
6222
6223         * tracepoint.c (trace_save): Open in binary mode.
6224
6225 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6226
6227         * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6228         fields.
6229         * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6230         builtin_char32 fields.
6231         * printcmd.c (decode_format): Set char size to '\0'
6232         for strings unless explicit size is given.
6233         (print_formatted): Correct calculation of NEXT_ADDRESS
6234         for 16 or 32 bit strings.
6235         (do_examine): Do not force byte size for strings.
6236         Use builtin_char16 and builtin_char32 types to display
6237         16 or 32 bit-wide strings.
6238         (x_command): Set LAST_SIZE to 'b' for string type.
6239
6240 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
6241
6242         PR corefiles/11523
6243         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6244         XCR0 first.
6245
6246         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6247         there is no .reg-xstate section.
6248         (i386_linux_core_read_description): Check XCR0 first.
6249
6250 2010-04-21  Mike Frysinger  <vapier@gentoo.org>
6251
6252         * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6253         for len <= 8.
6254
6255 2010-04-21  Chris Moller  <cmoller@redhat.com>
6256
6257         PR 9167
6258         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6259         method of popping recursion-detection stack with a method based on
6260         obstack_object_size().
6261
6262 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6263
6264         PR pascal/11492.
6265         * p-valprint.c (pascal_val_print): Fix default printing of integer
6266         arrays.
6267
6268 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6269
6270         Fix compilation warning on gcc-4.1.2.
6271         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6272         local variable`pc' to zero.
6273
6274 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6275
6276         Implement thread support with core files on alpha-tru64.
6277         * dec-thread.c (dec_thread_find_new_threads): New function,
6278         extracted from resync_thread_list.
6279         (resync_thread_list): Add OPS parameter.  Replace extracted-out
6280         code by call to dec_thread_find_new_threads.
6281         (dec_thread_wait): Update call to resync_thread_list.
6282         (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6283
6284 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6285
6286         * ada-lang.c (value_pointer): New function.
6287         (make_array_descriptor): Call value_pointer to convert addresses to
6288         pointers.
6289
6290 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6291
6292         * rs6000-aix-tdep.c: #include exceptions.h.
6293         (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6294         while reading the memory at ADDR, then ADDR cannot be a function
6295         descriptor.
6296
6297 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6298
6299         * ada-typeprint.c (ada_print_typedef): New function.
6300         * ada-lang.h (ada_print_typedef): Add declaration.
6301         * ada-lang.c (ada_language_defn): set la_print_typdef field
6302         to ada_print_typedef.
6303
6304 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6305
6306         * procfs.c (procfs_address_to_host_pointer): Only define when used.
6307
6308 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6309
6310         * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6311         (iterate_over_mappings): Adjust function profile. Add declaration.
6312         (insert_dbx_link_bpt_in_region, info_mappings_callback):
6313         Adjust accordingly.
6314
6315 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6316
6317         * procfs.c (solib_mappings_callback): Move function up to avoid
6318         a compiler warning.
6319
6320 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6321
6322         * procfs.c (find_signalled_thread, find_stop_signal): Move
6323         these functions down to define them only when used.
6324
6325 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6326
6327         * valprint.c (common_val_print): Fix the value before extracting
6328         its contents.
6329         * ada-lang.c (ada_to_fixed_value): Make this function extern.
6330         * ada-lang.h (ada_to_fixed_value): New function declaration.
6331         * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6332         to avoid code duplication and fix a bug in the handling of
6333         fixed types contents.
6334
6335 2010-04-20  Tom Tromey  <tromey@redhat.com>
6336
6337         * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6338         (read_partial_die): Likewise.
6339         (dwarf_attr_name): Likewise.
6340
6341 2010-04-20  Chris Moller  <cmoller@redhat.com>
6342
6343         PR 10867
6344
6345         * cp-valprint.c (global): Adding new static array recursion
6346         detection obstack.
6347         (cp_print_value_fields, cp_print_static_field): Added new static
6348         array recursion detection code.
6349
6350 2010-04-20  Mark Kettenis  <kettenis@gnu.org>
6351
6352         * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6353         general-purpose register set should be 68 instead of 144.
6354         (i386_linux_sse_regset_sections): Likewise.
6355         (i386_linux_avx_regset_sections): Likewise.
6356
6357 2010-04-20  Stan Shebs  <stan@codesourcery.com>
6358             Nathan Sidwell  <nathan@codesourcery.com>
6359
6360         * dwarf2loc.c (struct axs_var_loc): New struct.
6361         (dwarf2_tracepoint_var_loc): New function.
6362         (dwarf2_tracepoint_var_access): New function.
6363         (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6364         with DW_OP_piece.
6365         (locexpr_describe_location_piece): New function.
6366         (locexpr_describe_location_1): New function.
6367         (locexpr_describe_location): Call it, update signature.
6368         (loclist_describe_location): Rewrite to loop over locations,
6369         update signature.
6370         * symtab.h (struct symbol_computed_ops): Add address to
6371         describe_location arguments, return void.
6372         * printcmd.c (address_info): Get context PC, pass to computed
6373         location description.
6374         * tracepoint.c (scope_info): Ditto.
6375         * ax-gdb.c (trace_kludge): Export.
6376
6377 2010-04-20  Tom Tromey  <tromey@redhat.com>
6378
6379         * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6380         (struct dwarf2_cie) <segment_size>: New field.
6381         * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6382         (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6383         DW_FORM_exprloc.
6384         (read_attribute_value): Handle DW_FORM_flag_present,
6385         DW_FORM_sec_offset, DW_FORM_exprloc.
6386         (dump_die_shallow): Likewise.
6387         (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6388         (dwarf2_const_value): Handle DW_FORM_exprloc.
6389         (attr_form_is_block): Likewise.
6390         (struct line_header) <maximum_ops_per_instruction>: New field.
6391         (dwarf_decode_line_header): Set new field.
6392         (dwarf_decode_lines): Handle new field.
6393
6394 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6395
6396         * f-exp.y: Add new production to recognize the `logical*8' type.
6397         (LOGICAL_S8_KEYWORD): New token.
6398         * f-lang.c (enum f_primitive_types)
6399         <f_primitive_type_logical_s8>: New field.
6400         (f_language_arch_info): Handling `logical*8' type.
6401         (build_fortran_types): Building `logical*8' type.
6402         * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6403
6404 2010-04-19  Doug Evans  <dje@google.com>
6405
6406         * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6407         * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6408         (pipe_close): Ditto.
6409
6410 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
6411
6412         * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6413
6414 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
6415
6416         * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6417         type to void function.
6418
6419 2010-04-19  Stan Shebs  <stan@codesourcery.com>
6420             Vladimir Prus  <vladimir@codesourcery.com>
6421
6422         * tracepoint.c (tfind_1): Add missing newline, report exit from
6423         tfind mode as such.
6424         * target.c (update_current_target): Make default
6425         to_trace_find return -1.
6426
6427 2010-04-19  Mike Frysinger  <vapier@gentoo.org>
6428
6429         * objc-lang.c (find_methods): Move symname check up.
6430
6431 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
6432
6433         * ada-lang.c (print_recreate_exception)
6434         <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6435         not "catch unhandled".
6436
6437 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
6438
6439         PR breakpoints/8554.
6440
6441         Implement `save-breakpoints'.
6442
6443         * breakpoint.c (save_cmdlist): New.
6444         (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6445         to save_cmdlist.
6446         (print_recreate_catch_fork): New.
6447         (catch_fork_breakpoint_ops): Install it.
6448         (print_recreate_catch_vfork): New.
6449         (catch_vfork_breakpoint_ops): Install it.
6450         (print_recreate_catch_syscall): New.
6451         (catch_syscall_breakpoint_ops): Install it.
6452         (print_recreate_catch_exec): New.
6453         (catch_exec_breakpoint_ops): Install it.
6454         (print_recreate_exception_catchpoint): New.
6455         (gnu_v3_exception_catchpoint_ops): Install it.
6456         (save_breakpoints): New, based on tracepoint_save_command, but
6457         handle all breakpoint types.
6458         (save_breakpoints_command): New.
6459         (tracepoint_save_command): Rename to...
6460         (save_tracepoints_command): ... this, and reimplement using
6461         save_breakpoints.
6462         (save_command): New.
6463         (_initialize_breakpoints): Install the "save" command prefix.
6464         Install the "save breakpoints" command.  Make "save-tracepoints" a
6465         deprecated alias for "save tracepoints".
6466         * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6467         * ada-lang.c (print_recreate_exception): New.
6468         (print_recreate_catch_exception): New.
6469         (catch_exception_breakpoint_ops): Install it.
6470         (print_recreate_catch_exception_unhandled): New.
6471         (catch_exception_unhandled_breakpoint_ops): Install it.
6472         (print_recreate_catch_assert): New.
6473         (catch_assert_breakpoint_ops): Install it.
6474
6475         * NEWS: Mention the new `save breakpoints' command.  Mention the
6476         new `save tracepoints' alias and that `save-tracepoints' is now
6477         deprecated.
6478
6479 2010-04-18  Pedro Alves  <pedro@codesourcery.com>
6480
6481         PR tui/9217
6482
6483         * tui/tui-out.c: Include cli-out.h.
6484         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6485         (tui_begin, tui_end, tui_field_int, tui_field_skip)
6486         (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6487         (tui_message, tui_wrap_hint, tui_flush): Delete forward
6488         declarations.
6489         (struct ui_out_data): Rename to...
6490         (struct tui_ui_out_data): ... this.  Remove `stream' and
6491         `suppress_output' fields, and inherit cli_ui_out_data.
6492         (tui_out_data): New typedef.
6493         (tui_ui_out_impl): Don't initialize fields staticaly.
6494         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6495         (tui_begin, tui_end): Delete.
6496         (tui_field_int): Adjust to delegate most work to the base type.
6497         (tui_field_skip): Delete.
6498         (tui_field_string, tui_field_fmt): Adjust comment.  Adjust to
6499         delegate most work to the base type.
6500         (tui_spaces): Delete.
6501         (tui_text): Adjust to delegate most work to the base type.
6502         (tui_message): Delete.
6503         (tui_wrap_hint): Delete.
6504         (tui_flush): Delete.
6505         (out_field_fmt): Delete.
6506         (field_separator): Delete.
6507         (tui_out_new): Adjust to initialize the base type.
6508         (_initialize_tui_out): Initialize tui_ui_out_impl.
6509         * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6510         cli_ui_out_data.
6511         (cli_out_data): Adjust.
6512         (cli_ui_out_impl): Make extern.
6513         (cli_table_header, cli_field_int, cli_field_skip): Use
6514         uo_field_string instead of cli_field_string.
6515         (cli_redirect): Adjust to use cli_out_data.
6516         (cli_out_data_ctor): New.
6517         (cli_out_new): Use it.
6518         * cli-out.h (struct ui_file): Remove forward declaration.
6519         (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6520         (cli_ui_out_impl): Declare.
6521         (cli_out_data_ctor): Declare.
6522         * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6523         (uo_field_string): No longer static.
6524         (ui_out_data): Change return type to void pointer.
6525         (ui_out_new): Change `data' parameter type to void pointer.
6526         * ui-out.h (struct ui_out_data): Don't forward declare.
6527         (ui_out_data): Change return type to void pointer.
6528         (ui_out_new): Change `data' parameter type to void pointer.
6529         (uo_field_string): Declare.
6530
6531 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
6532
6533         * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6534         instead of always false.
6535
6536 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
6537
6538         PR corefiles/11511
6539         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6540         orig_rax.
6541
6542 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
6543
6544         * breakpoint.c (watchpoints_triggered): Use
6545         is_hardware_watchpoint.
6546         (watchpoints_triggered): Ditto.
6547         (bpstat_check_location): Use is_watchpoint and
6548         is_hardware_watchpoint.
6549         (bpstat_check_watchpoint): Use is_watchpoint and
6550         is_hardware_watchpoint.
6551         (bpstat_stop_status): Fix comment.
6552         (user_settable_breakpoint): Use is_watchpoint.
6553         (hw_watchpoint_used_count): Use is_hardware_watchpoint.
6554         (disable_watchpoints_before_interactive_call_start): Use
6555         is_watchpoint.
6556         (enable_watchpoints_after_interactive_call_stop): Use
6557         is_watchpoint.
6558         (clear_command): Use is_watchpoint.
6559         (do_enable_breakpoint): Use is_watchpoint.
6560
6561 2010-04-16  Mike Frysinger  <vapier@gentoo.org>
6562
6563         * solib-frv.c (enable_break1_done): Delete.
6564         (enable_break2): Do not check enable_break1_done.  Move the
6565         enable_break2_done setting and call to
6566         remove_solib_event_breakpoints() to the end.  Return without
6567         warning when the contents of _dl_debug_addr are 0.
6568         (enable_break): Do not set enable_break1_done.
6569         (frv_clear_solib): Likewise.
6570
6571 2010-04-16  Kevin Buettner  <kevinb@redhat.com>
6572
6573         * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
6574         instead of an error if no PLT entry is found.  Return a
6575         potentially useful result.
6576         (m32c_m16c_pointer_to_address): Add code to search for function
6577         address when no .plt entry is found.
6578
6579 2010-04-16  Stan Shebs  <stan@codesourcery.com>
6580
6581         * tracepoint.c (trace_variable_command): Run a cleanup.
6582
6583 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6584
6585         * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
6586
6587 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6588
6589         Support for Windows OS Thread Information Block.
6590         * NEWS: Document new feature.
6591         * remote.c (PACKET_qGetTIBAddr): New enum element.
6592         (remote_get_tib_address): New function.
6593         (init_remote_ops): Set to_get_tib_address field
6594         to remote_get_tib_address.
6595         (_initialize_remote): Add add_packet_config_cmd
6596         for PACKET_qGetTIBAddr.
6597         * target.c (update_current_target): Set default value for
6598         new to_get_tib_address field.
6599         * target.h (target_ops): New field to_get_tib_address.
6600         (target_get_tib_address): New macro.
6601         * windows-nat.c (thread_info): Add thread_local_base field.
6602         (windows_add_thread): Add tlb argument of type 'void *'.
6603         (fake_create_process): Adapt windows_add_thread call.
6604         (get_windows_debug_event): Idem.
6605         (windows_get_tib_address): New function.
6606         (init_windows_ops): Set to_get_tib_address field
6607         to remote_get_tib_address.
6608         (_initialize_windows_nat): Replace info_w32_cmdlist
6609         initialization by a call to init_w32_command_list.
6610         (info_w32_command, info_w32_cmdlist): Removed from here...
6611         to windows-tdep.c file.
6612         * windows-tdep.h (info_w32_cmdlist): Declare.
6613         (init_w32_command_list): New external function
6614         declaration.
6615         * windows-tdep.c: Add several headers.
6616         (info_w32_cmdlist): to here, made global.
6617         (thread_information_32): New struct.
6618         (thread_information_64): New struct.
6619         (TIB_NAME): New char array.
6620         (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
6621         (maint_display_all_tib): New static variable.
6622         (windows_get_tlb_type): New function.
6623         (tlb_value_read, tlb_value_write): New functions.
6624         (tlb_value_funcs): New static struct.
6625         (tlb_make_value): New function.
6626         (display_one_tib): New function.
6627         (display_tib): New function.
6628         (show_maint_show_all_tib):New function.
6629         (info_w32_command): Moved from windows-nat.c.
6630         (init_w32_command_list): New function.
6631         (_initialize_windows_tdep): New function.
6632         New "maint set/show show-all-tib" command
6633         New "$_tlb" internal variable.
6634
6635 2010-04-16  Joel Brobecker  <brobecker@adacore.com>
6636
6637         * tui/tui-regs.c (tui_display_register): Add comment about
6638         a couple of casts.
6639         * tui/tui-stack.c (tui_show_locator_content): Ditto.
6640
6641 2010-04-15  Stan Shebs  <stan@codesourcery.com>
6642
6643         * frame.c: Include tracepoint.h.
6644         (get_current_frame): Allow a trace frame to be an alternate source
6645         of stack frame data.
6646         * tracepoint.c (tfind_1): Don't try to get current stack frame if
6647         it won't succeed.
6648
6649 2010-04-15  Pedro Alves  <pedro@codesourcery.com>
6650
6651         * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
6652         flags.
6653         * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
6654
6655 2010-04-15  Doug Evans  <dje@google.com>
6656
6657         * NEWS: Add entry for python program space support.
6658         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
6659         (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
6660         (py-progspace.o): New rule.
6661         * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
6662         function.
6663         (find_pretty_printer_from_progspace): New function.
6664         (find_pretty_printer_from_gdb): New function.
6665         (find_pretty_printer): Rewrite.
6666         * python/py-progspace.c: New file.
6667         * python/python-internal.h (program_space): Add forward decl.
6668         (pspace_to_pspace_object, pspy_get_printers): Declare.
6669         (gdbpy_initialize_pspace): Declare.
6670         * python/python.c: #include "progspace.h".
6671         (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
6672         (_initialize_python): Call gdbpy_initialize_pspace.
6673         (GdbMethods): Add current_progspace, progspaces.
6674
6675         Add -s option to source command.
6676         * NEWS: Document new option.
6677         * cli/cli-cmds.c (find_and_open_script): Add function comment.
6678         Delete from_tty and cleanupp args.  Split filep arg into file and
6679         full_pathp.  New arg search_path.
6680         (source_script_from_stream): New function.
6681         (source_script_with_search): New function.
6682         (source_script): Rewrite.
6683         (source_command): Parse "-s" option.
6684         (init_cli_cmds): Add "-s" docs to source command help, and reformat.
6685         * python/python.c (source_python_script): Make file arg a const char *.
6686         Don't call fclose, leave for caller.
6687         * python/python.h (source_python_script): Update.
6688
6689 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
6690             Pedro Alves  <pedro@codesourcery.com>
6691
6692         Avoid rereading shared libraries that haven't changed.
6693
6694         * solib.c (free_so_symbols): New function, from ...
6695         (free_so): ... here.  Call it.
6696         (solib_read_symbols): Don't warn here if symbols have already been
6697         loaded.
6698         (solib_add): Warn here instead, if a pattern was specified.
6699         (reload_shared_libraries_1): New.
6700         (reload_shared_libraries): Rewrite to not fetch the library list.
6701
6702 2010-04-14  Doug Evans  <dje@google.com>
6703
6704         * source.c (openp): Strip DOS drive letter if present before
6705         concatenating string to search path.
6706
6707 2010-04-14  Pedro Alves  <pedro@codesourcery.com>
6708
6709         * objfiles.h (gdb_bfd_close_or_warn): Declare.
6710         * objfiles.c (gdb_bfd_close_or_warn): New.
6711         * corelow.c: Include objfiles.h
6712         (core_close): Use gdb_bfd_close_or_warn.
6713         * elfread.c (build_id_verify): Ditto.
6714         * exec.c (exec_close, exec_close_1): Ditto.
6715
6716 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
6717             Pedro Alves  <pedro@codesourcery.com>
6718
6719         Group errors for many missing shared libraries.
6720
6721         * solist.h (struct so_list): Remove from_tty.
6722         * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
6723         (solib_map_sections): Take so_list argument.  Return 0 if we
6724         failed to open a BFD.  Add target sections here.
6725         (symbol_add_stub): Delete.
6726         (solib_read_symbols): Inline symbol_add_stub.  Use current flags,
6727         not from_tty copied from the so_list.  Don't warn a second time
6728         for a missing library.
6729         (update_solib_list): Don't save from_tty.  Use TRY_CATCH.  Do not
6730         add to the section table here.  Print out a single warning for all
6731         missing libraries.
6732         * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
6733         flags.
6734
6735 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
6736
6737         * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
6738         error/warning messages.  Capitalize and use complete sentences.
6739         (blpy_block_syms_iternext): Likewise.
6740         * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
6741         * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
6742         (frame_info_to_frame_object, frapy_read_var)
6743         (gdbpy_frame_stop_reason_string): Likewise.
6744         * python/py-lazy-string.c (stpy_convert_to_value)
6745         (gdbpy_create_lazy_string_object): Likewise.
6746         * python/py-objfile.c (objfpy_set_printers): Likewise.
6747         * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
6748         * python/python.c (parameter_to_python): Likewise.
6749         * python/py-type.c (typy_range, typy_target): Likewise.
6750         * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
6751         (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
6752
6753
6754 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
6755
6756         PR python/11381
6757
6758         * python/py-prettyprint.c (pretty_print_one_value): Test for
6759         Py_None.
6760         (print_string_repr): Test for Py_None.  Set flags accordingly.
6761         Return value depending on return type.
6762         (print_children): Take a value indicating whether data was printed
6763         before this function was called.  Alter output accordingly.
6764         (apply_val_pretty_printer): Capture return value from
6765         print_string_repr and pass to print_children.
6766
6767 2010-04-13  Mark Kettenis  <kettenis@gnu.org>
6768
6769         PR corefiles/11481
6770         * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
6771         register note sections.
6772         (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
6773         New variables.
6774         (i386_linux_init_abi): Install list of supported register note
6775         sections that matches the target description.
6776
6777 2010-04-13  Pedro Alves  <pedro@codesourcery.com>
6778
6779         * remote.c (remote_get_noisy_reply): Don't error out on empty
6780         replies.
6781         (remote_start_remote): Update and merge tracepoints and trace
6782         state variables as long as the target supports tracepoints.
6783         (remote_trace_init): Fix prototype.
6784         (remote_download_trace_state_variable): Validate reply.
6785         (remote_trace_set_readonly_regions): Fix prototype.
6786         (remote_trace_start): Fix prototype.  Check for empty reply.
6787         (remote_get_trace_status): Small cleanup.
6788         (remote_trace_stop): Fix prototype.  Check for empty reply.
6789         (remote_trace_find): Check for empty reply.
6790         (remote_save_trace_data): Validate reply.
6791         (remote_set_disconnected_tracing): Check for empty reply, and
6792         validate reply.
6793         (remote_set_circular_trace_buffer): Ditto.
6794
6795 2010-04-13  Pierre Muller  <muller@ics.u-strasbg.fr>
6796
6797         Suppress unused value warning during compilation.
6798         * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
6799         calls to void.
6800         * tui/tui-stack.c (tui_show_locator_content): Likewise.
6801
6802 2010-04-12  Stan Shebs  <stan@codesourcery.com>
6803
6804         * tracepoint.c (tfile_xfer_partial): Check read result.
6805
6806 2010-04-12  Mike Frysinger  <vapier@gentoo.org>
6807
6808         * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
6809         * remote-sim.c (gdbsim_files_info): Likewise.
6810
6811 2010-04-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6812
6813         * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
6814         * arm-linux-nat.c (arm_linux_vfp_register_count): New
6815         variable.
6816         (fetch_vfp_registers): New function to fetch VFP registers.
6817         (store_vfp_registers): New function to store VFP registers.
6818         (arm_linux_fetch_inferior_registers): Add support for VFP
6819         registers.
6820         (arm_linux_store_inferior_registers): Likewise.
6821         (arm_linux_read_description): Likewise.
6822         (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
6823         until we need it.
6824
6825 2010-04-11  H.J. Lu  <hongjiu.lu@intel.com>
6826
6827         * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
6828         tdep.
6829         (amd64_collect_xstateregset): Likewise.
6830
6831 2010-04-09  Stan Shebs  <stan@codesourcery.com>
6832
6833         * tracepoint.c (trace_status_mi): Report frames created.
6834
6835         * tracepoint.c (trace_dump_command): Include default-collect
6836         expressions.
6837
6838 2010-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
6839
6840         * symtab.c (find_function_start_sal): Never return SAL pointing
6841         before function start address, even if line info is missing.
6842
6843 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6844
6845         * NEWS: Mention tracepoints support.
6846
6847 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6848
6849         * tracepoint.c (trace_status_mi): Report disconnected tracing and
6850         circular trace buffer statuses.
6851
6852 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6853
6854         * config/djgpp/fnchange.lst: Fix typo in translations for
6855         symbol-without-target_section.exp and symbol-without-target_section.c.
6856
6857 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6858
6859         * breakpoint.c (condition_command): Pass condition expression to
6860         set_breakpoint_condition stripped from breakpoint number.
6861
6862 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
6863             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6864             Tom Tromey  <tromey@redhat.com>
6865
6866         * breakpoint.c (condition_command): Simplify.  Move condition
6867         setting code to ...
6868         (set_breakpoint_condition): ... here.  New function.
6869         * breakpoint.h  (set_breakpoint_condition): Declare.
6870         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
6871         (SUBDIR_PYTHON_SRCS): Likewise.
6872         (py-breakpoint.o): New rule.
6873         * python/py-breakpoint.c: New file.
6874         * python/python-internal.h (gdbpy_breakpoints)
6875         (gdbpy_initialize_breakpoints): Declare.
6876         (GDB_PY_SET_HANDLE_EXCEPTION) Define.
6877
6878 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6879
6880         * regformats/regdat.sh: Include server.h.  Don't include
6881         regcache.h.
6882
6883 2010-04-08  Stan Shebs  <stan@codesourcery.com>
6884             Pedro Alves  <pedro@codesourcery.com>
6885
6886         * tracepoint.h (struct trace_status): New fields disconnected_tracing
6887         and circular_buffer.
6888         (disconnect_tracing): Rename from disconnect_or_stop_tracing.
6889         * tracepoint.c (trace_status_command): Display target's status for
6890         disconnected tracing and circular buffer.
6891         (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
6892         query for non-disconnected-tracing case, remove the stop_tracing
6893         call.
6894         (tfile_open): Clear disconnected and circular buffer status.
6895         (trace_save): Save disconnected and circular buffer status.
6896         (parse_trace_status): Parse disconnected and circular buffer status,
6897         also recognize disconnected as a stop reason.
6898         * remote.c (remote_set_disconnected_tracing): Only set
6899         QTDisconnected if the remote end supports disconnected tracing.
6900         Warn otherwise, if trying to enable disconnected tracing.
6901         * infcmd.c (detach_command): Update disconnect_tracing call.
6902         * cli/cli-cmds.c (quit_command): Ditto.
6903
6904 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6905
6906         * i387-tdep.c (i387_collect_xsave): Replace abort with
6907         internal_error.
6908
6909 2010-04-08  Stan Shebs  <stan@codesourcery.com>
6910
6911         * breakpoint.c (default_collect_info): New function.
6912         (breakpoints_info): Call it.
6913         (maintenance_info_breakpoints): Ditto.
6914         (tracepoints_info): Ditto.
6915
6916 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6917
6918         * i387-tdep.c (i387_collect_xsave): Re-indent.
6919
6920 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6921
6922         * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
6923         if HAVE_PTRACE_GETFPXREGS is defined.
6924         (i386_linux_read_description): Set have_ptrace_getfpxregs and
6925         have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
6926
6927         * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
6928         (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
6929         if .reg-xfp section doesn't exist.
6930         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
6931
6932         * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
6933
6934         * i386-tdep.c: Include "features/i386/i386-mmx.c".
6935         (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
6936         (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional.  Set
6937         xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
6938         (i386_gdbarch_init): Update comments.
6939         (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
6940
6941         * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
6942
6943         * config/djgpp/fnchange.lst: Add i386 MMX XML files.
6944
6945         * features/Makefile (i386/i386-mmx-expedite): New.
6946         (i386/i386-mmx-linux-expedite): Likewise.
6947         ($(outdir)/i386/i386-mmx.dat): Likewise.
6948         ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
6949
6950         * features/i386/i386-mmx-linux.c: New.
6951         * features/i386/i386-mmx-linux.xml: Likewise.
6952         * features/i386/i386-mmx.c: Likewise.
6953         * features/i386/i386-mmx.xml: Likewise.
6954         * regformats/i386/i386-mmx-linux.dat: Likewise.
6955         * regformats/i386/i386-mmx.dat: Likewise.
6956
6957         * features/Makefile (WHICH): Add i386/i386-mmx and
6958         i386/i386-mmx-linux.
6959
6960 2010-04-08  Doug Evans  <dje@google.com>
6961
6962         * source.c (openp): Skip $cdir in PATH.
6963
6964 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
6965
6966         PR python/11417
6967         * python/py-lazy-string.c (stpy_convert_to_value): Check for
6968         a NULL address.
6969         (gdbpy_create_lazy_string_object): Allow strings with a NULL
6970         address and a zero length.
6971
6972 2010-04-08  Hui Zhu  <teawater@gmail.com>
6973
6974         * i386-tdep.c (i386_process_record): Add support for insn
6975         rdtsc.
6976
6977 2010-04-07  Doug Evans  <dje@google.com>
6978
6979         * python/python.c (source_python_script): Use ensure_python_env
6980         to prepare environment for script.
6981
6982 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6983
6984         * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
6985         <sys/uio.h> and "i386-xstate.h".
6986         (PTRACE_GETREGSET): New.
6987         (PTRACE_SETREGSET): Likewise.
6988         (have_ptrace_getregset): Likewise.
6989         (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
6990         registers.
6991         (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
6992         registers.
6993         (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
6994         (amd64_linux_store_inferior_registers): Likewise.
6995         (amd64_linux_read_description): Check and enable AVX target
6996         descriptions.
6997
6998         * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
6999         and "features/i386/amd64-avx-linux.c".
7000         (amd64_linux_regset_sections): New.
7001         (amd64_linux_core_read_description): Check and enable AVX
7002         target description.
7003         (amd64_linux_init_abi): Set xsave_xcr0_offset.  Call
7004         set_gdbarch_core_regset_sections.
7005         (_initialize_amd64_linux_tdep): Call
7006         initialize_tdesc_amd64_avx_linux.
7007
7008         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
7009         AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
7010         (tdesc_amd64_avx_linux): New.
7011         (amd64_linux_update_xstateregset): Likewise.
7012
7013         * amd64-tdep.c: Include "features/i386/amd64-avx.c".
7014         (amd64_ymm_names): New.
7015         (amd64_ymmh_names): Likewise.
7016         (amd64_register_name): Likewise.
7017         (amd64_supply_xstateregset): Likewise.
7018         (amd64_collect_xstateregset): Likewise.
7019         (amd64_supply_xsave): Likewise.
7020         (amd64_collect_xsave): Likewise.
7021         (AMD64_NUM_REGS): Removed.
7022         (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
7023         %xmmN if AVX is available.
7024         (amd64_pseudo_register_name): Support pseudo YMM registers.
7025         (amd64_regset_from_core_section): Support .reg-xstate section.
7026         (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7027         and ymm0h_regnum.  Call set_gdbarch_register_name.
7028         (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7029
7030         * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7031         AMD64_YMM15H_REGNUM.
7032         (AMD64_NUM_REGS): New.
7033         (amd64_supply_xsave): Likewise.
7034         (amd64_collect_xsave): Likewise.
7035         (amd64_register_name): Removed.
7036         (amd64_register_type): Likewise.
7037
7038 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7039
7040         * i387-tdep.c: Include "i386-xstate.h".
7041         (XSAVE_XSTATE_BV_ADDR): New.
7042         (xsave_avxh_offset): Likewise.
7043         (XSAVE_AVXH_ADDR): Likewise.
7044         (i387_supply_xsave): Likewise.
7045         (i387_collect_xsave): Likewise.
7046
7047         * i387-tdep.h (I387_NUM_YMM_REGS): New.
7048         (I387_YMM0H_REGNUM): Likewise.
7049         (I387_YMMENDH_REGNUM): Likewise.
7050         (i387_supply_xsave): Likewise.
7051         (i387_collect_xsave): Likewise.
7052
7053 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7054
7055         * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7056         <sys/uio.h> and "i386-xstate.h".
7057         (PTRACE_GETREGSET): New.
7058         (PTRACE_SETREGSET): Likewise.
7059         (fetch_xstateregs): Likewise.
7060         (store_xstateregs): Likewise.
7061         (GETXSTATEREGS_SUPPLIES): Likewise.
7062         (regmap): Include 8 upper YMM registers.
7063         (i386_linux_fetch_inferior_registers): Support XSAVE extended
7064         state.
7065         (i386_linux_store_inferior_registers): Likewise.
7066         (i386_linux_read_description): Check and enable AVX target
7067         descriptions.
7068
7069         * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7070         "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7071         (i386_linux_regset_sections): Add ".reg-xstate".
7072         (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7073         (i386_linux_core_read_xcr0): New.
7074         (i386_linux_core_read_description): Check and enable AVX target
7075         description.
7076         (i386_linux_init_abi): Set xsave_xcr0_offset.
7077         (_initialize_i386_linux_tdep): Call
7078         initialize_tdesc_i386_avx_linux.
7079
7080         * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7081         I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7082         (i386_linux_core_read_xcr0): New.
7083         (tdesc_i386_avx_linux): Likewise.
7084         (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7085
7086         * i386-tdep.c: Include "i386-xstate.h" and
7087         "features/i386/i386-avx.c".
7088         (i386_ymm_names): New.
7089         (i386_ymmh_names): Likewise.
7090         (i386_ymmh_regnum_p): Likewise.
7091         (i386_ymm_regnum_p): Likewise.
7092         (i386_xmm_regnum_p): Likewise.
7093         (i386_register_name): Likewise.
7094         (i386_ymm_type): Likewise.
7095         (i386_supply_xstateregset): Likewise.
7096         (i386_collect_xstateregset): Likewise.
7097         (i386_sse_regnum_p): Removed.
7098         (i386_pseudo_register_name): Support pseudo YMM registers.
7099         (i386_pseudo_register_type): Likewise.
7100         (i386_pseudo_register_read): Likewise.
7101         (i386_pseudo_register_write): Likewise.
7102         (i386_dbx_reg_to_regnum): Return %ymmN register number for
7103         %xmmN if AVX is available.
7104         (i386_regset_from_core_section): Support .reg-xstate section.
7105         (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7106         (i386_process_record): Replace i386_sse_regnum_p with
7107         i386_xmm_regnum_p.
7108         (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7109         Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7110         (i386_gdbarch_init): Set xstateregset.  Set xsave_xcr0_offset.
7111         Call set_gdbarch_register_name.  Replace I386_SSE_NUM_REGS with
7112         I386_AVX_NUM_REGS.  Set ymmh_register_names, ymm0h_regnum and
7113         num_ymm_regs.  Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7114         Set ymm0_regnum.
7115         (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7116
7117         * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7118         xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7119         i386_ymm_type.
7120         (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7121         (I386_AVX_NUM_REGS): New.
7122         (i386_xmm_regnum_p): Likewise.
7123         (i386_ymm_regnum_p): Likewise.
7124         (i386_ymmh_regnum_p): Likewise.
7125
7126         * common/i386-xstate.h: New.
7127
7128 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7129
7130         * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7131
7132         * features/Makefile (WHICH): Add i386/i386-avx,
7133         i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7134         (i386/i386-avx-expedite): New.
7135         (i386/i386-avx-linux-expedite): Likewise.
7136         (i386/x86-64-avx-expedite):Likewise.
7137         (i386/x86-64-avx-linux-expedite): Likewise.
7138         ($(outdir)/i386/i386-avx.dat): New dependency.
7139         ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7140         ($(outdir)/i386/x86-avx-64.dat): Likewise.
7141         ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7142
7143         * features/i386/32bit-avx.xml: New.
7144         * features/i386/64bit-avx.xml: Likewise.
7145         * features/i386/i386-avx-linux.c: Likewise.
7146         * features/i386/i386-avx-linux.xml: Likewise.
7147         * features/i386/i386-avx.c: Likewise.
7148         * features/i386/i386-avx.xml: Likewise.
7149         * features/i386/x86-64-avx-linux.c: Likewise.
7150         * features/i386/x86-64-avx-linux.xml: Likewise.
7151         * features/i386/x86-64-avx.c: Likewise.
7152         * features/i386/x86-64-avx.xml: Likewise.
7153         * regformats/i386/i386-avx-linux.dat: Likewise.
7154         * regformats/i386/i386-avx.dat: Likewise.
7155         * regformats/i386/x86-64-avx-linux.dat: Likewise.
7156         * regformats/i386/x86-64-avx.dat: Likewise.
7157
7158 2010-04-07  Doug Evans  <dje@google.com>
7159
7160         * top.c (source_file_name): Make const char *.
7161         * top.h (source_file_name): Update.
7162         * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7163         const char *.
7164         (script_from_file): Change `file' arg to const char *.
7165         * cli/cli-script.h (script_from_file): Update.
7166
7167 2010-04-06  Doug Evans  <dje@google.com>
7168
7169         * cli/cli-cmds.c (source_command): Run cleanups.
7170
7171 2010-04-06  Stan Shebs  <stan@codesourcery.com>
7172
7173         * defs.h (char_ptr): Move typedef here from...
7174         * ada-lang.c (char_ptr): Remove.
7175         * charset.c (char_ptr): Remove.
7176         * tracepoint.h (struct uploaded_string): Remove.
7177         (struct uploaded_tp): Use vectors for string arrays.
7178         * tracepoint.c (trace_save): Use vectors of actions.
7179         (parse_tracepoint_definition): Ditto.
7180         (get_uploaded_tp): Clear vectors.
7181         * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7182         (next_cmd): Change to an int.
7183         (read_next_cmd): Use vector of command strings.
7184
7185 2010-04-06  Doug Evans  <dje@google.com>
7186
7187         * top.h (source_script, cd_command): Delete.
7188         * main.c: #include "cli/cli-cmds.h"
7189
7190 2010-04-06  Kevin Buettner  <kevinb@redhat.com>
7191
7192         * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7193         type in bytes, not bits.
7194
7195 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7196
7197         * stabsread.c (define_symbol): Add support for char
7198         and string constants.
7199
7200 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7201
7202         Remove remaining "%ll" uses.
7203         * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7204         hex_string call.
7205         * rs6000-nat.c (rs6000_ptrace64): Idem.
7206         * solib-pa64.c (pa64_current_sos): Idem.
7207         * solib-spu.c (spu_current_sos): Idem.
7208         * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7209         plongest call.
7210         * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7211         phex (VAR, 8) call.
7212         * sh64-tdep.c (sh64_show_media_regs): Idem.
7213
7214 2010-04-05  Stan Shebs  <stan@codesourcery.com>
7215
7216         * tracepoint.c: Include gdbcore.h.
7217         (tfile_xfer_partial): Return partial results, also try reading
7218         from executable.
7219         (tfile_has_all_memory): New function.
7220         (init_tfile_ops): Use it.
7221
7222 2010-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7223
7224         PR gdb/10736:
7225         * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7226         the changes in data-directory.
7227         (init_sysinfo): Reload the syscall XML file if the data-directory
7228         has changed.
7229
7230 2010-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7231
7232         Code cleanup.
7233         * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7234
7235 2010-04-04  Stan Shebs  <stan@codesourcery.com>
7236             Nathan Sidwell  <nathan@codesourcery.com>
7237
7238         * breakpoint.c (breakpoint_1): Add filter argument, return number of
7239         breakpoints printed.
7240         (is_hardware_watchpoint): Make argument const.
7241         (is_watchpoint): Ditto.
7242         (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7243         use it everywhere.
7244         (breakpoints_info): Pass NULL to breakpoint_1.
7245         (maintenance_info_breakpoints): Ditto.
7246         (watchpoints_info): New function.
7247         (tracepoints_info): Use breakpoint_1 filter.
7248         (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7249         (_initialize_breakpoint): Make "info watchpoints" its own command.
7250         * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7251         * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7252
7253 2010-04-04  Stan Shebs  <stan@codesourcery.com>
7254
7255         * tracepoint.c (tfile_fetch_registers): Add fallback case.
7256
7257 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7258
7259         * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7260         * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7261
7262 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7263
7264         * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7265         * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7266
7267 2010-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7268
7269         * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7270         code form.
7271
7272 2010-04-02  Hui Zhu  <teawater@gmail.com>
7273
7274         * i386-tdep.c (OT_DQUAD): New enum.
7275         (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7276         SSE3, SSSE3 and SSE4.
7277
7278 2010-04-02  Hui Zhu  <teawater@gmail.com>
7279
7280         * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7281         "*addr = 0".
7282
7283 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
7284
7285         * tracepoint.c (trace_dump_actions): New, factored out from
7286         trace_dump_command, and adjusted to recurse into while-stepping's
7287         action list.
7288         (trace_dump_command): Use it.
7289
7290 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
7291
7292         * breakpoint.h (struct counted_command_line): Moved definition to
7293         breakpoint.c, and forward declare.
7294         (breakpoint_commands): Declare.
7295         * breakpoint.c (struct counted_command_line): Moved here.
7296         (breakpoint_commands): New.
7297         * tracepoint.c (encode_actions): Use breakpoint_commands.
7298         * remote.c (remote_download_tracepoint): Ditto.
7299
7300 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
7301
7302         * remote.c (remote_parse_stop_reply): Use hex_string instead
7303         of phex_nz for error.
7304
7305 2010-04-01  Stan Shebs  <stan@codesourcery.com>
7306             Nathan Sidwell  <nathan@codesourcery.com>
7307
7308         * tracepoint.h (enum actionline_type): Remove.
7309         (validate_actionline): Change return to void.
7310         * tracepoint.c (report_agent_reqs_errors): New function.
7311         (validate_actionline): Call it, change return to void, report errors
7312         more consistently.
7313         (collect_symbol): Call report_agent_reqs_errors.
7314         (encode_actions_1): Ditto.
7315         (encode_actions): Don't expect a result from validate_actionline.
7316
7317 2010-04-01  Stan Shebs  <stan@codesourcery.com>
7318
7319         * tracepoint.c (trace_start_command): Confirm if trace is running.
7320         (trace_stop_command): Error if trace not running.
7321
7322 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
7323
7324         * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7325         (AMD64_NUM_LOWER_BYTE_REGS): New.
7326         (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7327         (amd64_pseudo_register_write): Likewise.
7328         (amd64_init_abi): Set num_byte_regs to 20.
7329
7330 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
7331
7332         * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7333         (prev_breakpoint_count): New.
7334         (set_breakpoint_count): Adjust.
7335         (rbreak_start_breakpoint_count): New.
7336         (start_rbreak_breakpoints): Adjust.
7337         (end_rbreak_breakpoints): Adjust.
7338         (struct commands_info) <arg>: New field.
7339         (do_map_commands_command): Tweak output to include breakpoint spec
7340         range.
7341         (commands_command_1): Adjust.  Avoid setting an xfree cleanup if
7342         ARG was empty on entry.  Set INFO's arg.
7343         (create_breakpoint): Adjust.
7344
7345         * NEWS: Clarify `commands' changes.
7346
7347 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
7348
7349         * tracepoint.c: Include stack.h.
7350         (struct add_local_symbols_data): New.
7351         (do_collect_symbol): New.
7352         (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7353         iterate_over_block_local_vars.
7354         * stack.c (print_block_frame_locals): Rewrite as ...
7355         (iterate_over_block_locals): ... this.  Take a callback function
7356         pointer and generic data pointer, and call that instead of
7357         print_variable_and_value.
7358         (struct print_variable_and_value_data): New.
7359         (do_print_variable_and_value): New.
7360         (iterate_over_block_local_vars): New, abstracted out from
7361         print_frame_local_vars.
7362         (print_frame_local_vars): Rewrite using
7363         iterate_over_block_local_vars.
7364         (iterate_over_block_arg_vars): New, abstracted out from
7365         print_frame_arg_vars.
7366         (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7367         * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7368         (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7369
7370 2010-03-31  Richard Earnshaw  <rearnsha@arm.com>
7371
7372         * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7373         instructions.  Use the PC+4 if the base of the TBB or TBH is the
7374         PC register.
7375
7376 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
7377
7378         Fix crash on reading wrong function declaration DWARF.
7379         * dwarf2read.c (read_subroutine_type): New variable void_type.
7380         Pre-fill all TYPE_FIELD_TYPEs.  Move nparams and iparams initialization
7381         more close to their use.
7382
7383 2010-03-31  Stan Shebs  <stan@codesourcery.com>
7384
7385         * breakpoint.c (tracepoint_save_command): Include variables,
7386         conditionals, tracepoint types, and default-collect.
7387         * tracepoint.c (save_trace_state_variables): New function.
7388         * tracepoint.h (save_trace_state_variables): Declare it.
7389
7390 2010-03-31  Pierre Muller  <muller@ics.u-strasbg.fr>
7391
7392         * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7393
7394 2010-03-30  Keith Seitz  <keiths@redhat.com>
7395
7396         * c-typeprint.c (c_type_print_args): Don't print "void"
7397         for java, regardless of whether it is TYPE_PROTOTYPED.
7398         Use the passed-in language instead of current_language.
7399         (c_type_print_varspec_suffix): Use current_language instead
7400         of assuming language_c.
7401         * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7402         any return type specifier from the physname.
7403
7404 2010-03-30  Pedro Alves  <pedro@codesourcery.com>
7405
7406         * tui/tui-interp.c (tui_is_toplevel): New.
7407         (tui_init): Set it.
7408         (tui_allowed_p): New.
7409         * tui/tui.c (tui_enable): Check if the TUI is allowed before
7410         enabling it.
7411         * tui/tui.h (tui_allowed_p): Declare.
7412
7413 2010-03-30  Ozkan Sezer  <sezeroz@gmail.com>
7414
7415         * serial.h: Include winsock2.h before windows.h.
7416
7417 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
7418
7419         * NEWS: Mention xmlRegisters= in qSupported packet.
7420
7421         * i386-tdep.c: Include "remote.h".
7422         (_initialize_i386_tdep): Call register_remote_support_xml.
7423
7424         * remote.c (remote_support_xml): New.
7425         (register_remote_support_xml): Likewise.
7426         (remote_query_supported_append): Likewise.
7427         (remote_query_supported): Support remote_support_xml.
7428
7429         * remote.h (register_remote_support_xml): New.
7430
7431 2010-03-29  Stan Shebs  <stan@codesourcery.com>
7432
7433         * tracepoint.c (trace_find_line_command): Remove dead code.
7434
7435         * tracepoint.h (struct uploaded_string): New struct.
7436         (struct uploaded_tp): New fields for source strings.
7437         * breakpoint.c (this_utp, next_cmd): New globals.
7438         (read_uploaded_action): New function.
7439         (create_tracepoint_from_upload): Fill in more parts
7440         of a tracepoint.
7441         * tracepoint.c (encode_source_string): New function.
7442         (trace_save): Write out source strings, fix error checks.
7443         (parse_tracepoint_definition): Add source string parsing.
7444         * remote.c (PACKET_TracepointSource): New packet type.
7445         (remote_download_command_source): New function.
7446         (remote_download_tracepoint): Download source pieces also.
7447         (_initialize_remote): Add packet config command.
7448
7449         * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7450         expression handler.
7451
7452         * tracepoint.c (start_tracing): Check tracepoints before sending
7453         commands to target, don't start if all tracepoints disabled.
7454
7455 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
7456
7457         * cli/cli-script.c (process_next_line): Handle 'stepping'.
7458
7459 2010-03-26  Stan Shebs  <stan@codesourcery.com>
7460
7461         * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7462
7463 2010-03-26  Tom Tromey  <tromey@redhat.com>
7464
7465         * breakpoint.c (commands_command_1): Duplicate 'arg'.
7466
7467 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7468
7469         * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7470         (skip_prologue_sal): Remove local definition.
7471         (resolve_sal_pc): Remove now unnecessary code.
7472         * linespec.c (minsym_found): Call skip_prologue_sal.
7473         * symtab.c (find_function_start_pc): Remove.
7474         (find_function_start_sal): Extract prologue skipping into ...
7475         (skip_prologue_sal): ... this new function.  Handle code both
7476         with and without debug info.  Respect SAL's explicit_pc and
7477         explicit_line flags.  Inline old find_function_start_pc.
7478         * symtab.h (find_function_start_pc): Remove.
7479         (skip_prologue_sal): Add prototype.
7480
7481 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7482
7483         * dwarf2read.c (read_func_scope): Also scan specification DIEs
7484         for DW_TAG_imported_module children.
7485
7486 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7487
7488         * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7489         ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7490         * completer.c (add_struct_fields): Fix inverted logic.
7491
7492 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7493
7494         * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7495
7496 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7497
7498         * tracepoint.c (current_trace_status): Don't make sure error_desc
7499         is non-NULL here.
7500         (parse_trace_status): Release a previous error_desc string, and
7501         set it to NULL by default.  If stop reason is tracepoint_error,
7502         make sure error_desc is not left NULL.
7503
7504 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7505
7506         * tracepoint.c (trace_save): Remove X from tracepoint error
7507         description.
7508
7509 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7510
7511         * tracepoint.c (parse_trace_status): Don't allow plain strings in
7512         the terror description.  Don't expect an X prefix.
7513
7514 2010-03-25  Stan Shebs  <stan@codesourcery.com>
7515
7516         * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7517         (struct trace_status): New field error_desc.
7518         * tracepoint.c (stop_reason_names): Add terror.
7519         (current_trace_status): Ensure non-NULL error description.
7520         (trace_status_command): Add error report.
7521         (trace_status_mi): Ditto.
7522         (trace_save): Add special case for error description.
7523         (parse_trace_status): Add case for errors.
7524
7525 2010-03-25  Keith Seitz  <keiths@redhat.com>
7526
7527         * dwarf2read.c (read_subroutine_type): If the compilation unit
7528         language is Java, mark any formal parameter named "this" as
7529         artificial (GCC/43521).
7530         (dwarf2_name): Add special handling for Java constructors.
7531
7532 2010-03-25  Tom Tromey  <tromey@redhat.com>
7533
7534         PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7535         * infrun.c (handle_inferior_event): Change initialization of
7536         stop_stack_dummy.
7537         (handle_inferior_event): Change assignment to stop_stack_dummy.
7538         (normal_stop): Update use of stop_stack_dummy.
7539         (struct inferior_status) <stop_stack_dummy>: Change type.
7540         * inferior.h (stop_stack_dummy): Update.
7541         * infcmd.c (stop_stack_dummy): Change type.
7542         * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7543         function.
7544         (call_function_by_hand): Call set_std_terminate_breakpoint.
7545         Rewrite std::terminate handling.
7546         * breakpoint.h (enum bptype) <bp_std_terminate,
7547         bp_std_terminate_master>: New.
7548         (enum stop_stack_kind): New.
7549         (struct bpstat_what) <call_dummy>: Change type.
7550         (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
7551         Declare.
7552         * breakpoint.c (create_std_terminate_master_breakpoint): New
7553         function.
7554         (update_breakpoints_after_exec): Handle bp_std_terminate_master.
7555         Call create_std_terminate_master_breakpoint.
7556         (print_it_typical): Handle new breakpoint kinds.
7557         (bpstat_stop_status): Handle bp_std_terminate_master.
7558         (bpstat_what): Correctly set call_dummy field.  Handle
7559         bp_std_terminate_master and bp_std_terminate.
7560         (print_one_breakpoint_location): Update.
7561         (allocate_bp_location): Update.
7562         (set_std_terminate_breakpoint): New function.
7563         (delete_std_terminate_breakpoint): Likewise.
7564         (create_thread_event_breakpoint): Update.
7565         (delete_command): Update.
7566         (breakpoint_re_set_one): Update.
7567         (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
7568
7569 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
7570
7571         * symfile.c (build_section_addr_info_from_bfd): New.
7572         (build_section_addr_info_from_objfile): Base it on
7573         build_section_addr_info_from_bfd.
7574         (addrs_section_compar, addrs_section_sort): New.
7575         (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
7576         addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs.  Build
7577         addrs_to_abfd_addrs.  Use it for recalculating ADDRS.
7578
7579 2010-03-24  Michael Snyder  <msnyder@localhost.localdomain>
7580
7581         * elfread.c (find_separate_debug_file_by_buildid):
7582         Remove unused local variable.
7583
7584 2010-03-24  Tom Tromey  <tromey@redhat.com>
7585
7586         PR breakpoints/9352:
7587         * NEWS: Mention changes to `commands' and `rbreak'.
7588         * symtab.c (do_end_rbreak_breakpoints): New function.
7589         (rbreak_command): Call start_rbreak_breakpoints; arrange to call
7590         end_rbreak_breakpoints.
7591         * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
7592         (set_breakpoint_count): Likewise.  Clear last_was_multi.
7593         (multi_start, multi_end, last_was_multi): New globals.
7594         (start_rbreak_breakpoints, end_rbreak_breakpoints): New
7595         functions.
7596         (struct commands_info): New
7597         (do_map_commands_command): New function.
7598         (commands_command_1): New function.
7599         (commands_command): Use it.
7600         (commands_from_control_command): Likewise.
7601         (do_delete_breakpoint): New function.
7602         (delete_command): Use it.
7603         (map_breakpoint_numbers): Add 'data' argument.  Pass to callback.
7604         (do_map_disable_breakpoint): New function.
7605         (disable_command): Use it.
7606         (do_map_enable_breakpoint): New function.
7607         (enable_command): Use it.
7608         (enable_once_breakpoint): Add argument.
7609         (enable_once_command): Update.
7610         (enable_delete_breakpoint): Add argument.
7611         (enable_delete_command): Update.
7612         (break_command_really): Set last_was_multi when needed.
7613         (check_tracepoint_command): Fix formatting.
7614         (validate_commands_for_breakpoint): New function.
7615         (breakpoint_set_commands): Use it.
7616         (tracepoint_save_command): Update.
7617         * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
7618         Declare.
7619
7620 2010-03-24  Tom Tromey  <tromey@redhat.com>
7621
7622         * breakpoint.h (struct counted_command_line): New struct.
7623         (struct breakpoint) <commands>: Change type.
7624         (struct bpstats) <commands>: Change type.
7625         <commands_left>: New field.
7626         * breakpoint.c (alloc_counted_command_line): New function.
7627         (incref_counted_command_line): Likewise.
7628         (decref_counted_command_line): Likewise.
7629         (do_cleanup_counted_command_line): Likewise.
7630         (make_cleanup_decref_counted_command_line): Likewise.
7631         (breakpoint_set_commands): Use decref_counted_command_line and
7632         alloc_counted_command_line.
7633         (commands_command): Don't error if breakpoint commands are
7634         executing.
7635         (commands_from_control_command): Likewise.
7636         (bpstat_free): Update.
7637         (bpstat_copy): Likewise.
7638         (bpstat_clear_actions): Likewise.
7639         (bpstat_do_actions_1): Likewise.
7640         (bpstat_stop_status): Likewise.
7641         (print_one_breakpoint_location): Likewise.
7642         (delete_breakpoint): Likewise.
7643         (bpstat_alloc): Initialize new field.
7644         (tracepoint_save_command): Update.
7645         * tracepoint.c (encode_actions): Update.
7646         (trace_dump_command): Update.
7647
7648 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7649
7650         * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
7651         * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
7652         (read_structure_type): For RealView, set TYPE_STUB on structures with
7653         no byte size and no children.
7654         (read_subroutine_type): Mark functions as prototyped by default.
7655         * symtab.c (producer_is_realview): New function.
7656         * symtab.h (expand_line_sal): Fix declaration formatting.
7657         (producer_is_realview): Declare.
7658
7659 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7660
7661         * arm-tdep.c (skip_prologue_function): New function.
7662         (submask, bit, bits, sbits, BranchDest): Move higher in the file.
7663         (thumb_analyze_prologue): Document return value.  Recognize more
7664         Thumb instructions, skippable calls, and some Thumb-2 instructions.
7665         Add debug output.
7666         (arm_skip_prologue): Remove call dummy check.  Check the prologue
7667         for non-GNU compilers.
7668         (arm_instruction_changes_pc): New function.
7669         (arm_analyze_prologue): New function, broken out from
7670         arm_scan_prologue.  Recognize more ARM instructions and skippable
7671         calls.  Update comments.  Handle NULL cache.  Return the address
7672         of the first unrecognized instruction.  Do not skip past other
7673         instructions which change control flow.  Add debug output.
7674         (arm_scan_prologue): Use arm_analyze_prologue.
7675         (ARM_PC_32): Delete.
7676         (shifted_reg_val): Simplify ARM_PC_32 check.
7677
7678 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7679
7680         * tracepoint.c (tvariables_info_1): Actually compute
7681         the number of rows in the result.
7682
7683 2010-03-24  Pedro Alves  <pedro@codesourcery.com>
7684
7685         * remote.c (crc32): Constify `buf' parameter.
7686         (remote_verify_memory): New, abstracted out from...
7687         (compare_sections_command): ... this.  Remove hardcoded target
7688         checks.
7689         (init_remote_ops): Install remote_verify_memory.
7690         * target.c (target_verify_memory): New.
7691         * target.h (struct target_ops) <to_verify_memory>: New field.
7692         (target_verify_memory): Declare.
7693
7694 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7695
7696         Implement -trace-save.
7697
7698         * mi-cmds.h (mi_cmds_trace_save): Declare.
7699         * mi-cmds.c (mi_cmds): Register -trace-save.
7700         * mi/mi-main.c (mi_cmd_trace_save): New.
7701         * remote.c (remote_save_trace_data): Take const parameter.
7702         * target.h (struct target_ops::to_save_trace_data): Take
7703         const parameter.
7704         * target.c (update_current_target): Adjust to the above.
7705         * tracepoint.c (trave_save): New, extracted from
7706         (trace_save_command): ...this.
7707         (tfile_trace_find): Remove message that is unnecessary now
7708         that 'tfind' reports found frame.
7709         * tracepoint.h (trace_save): Declare.
7710
7711 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7712
7713         Implement -trace-find.
7714
7715         * mi/mi-cmds.c (mi_cmds): Register -trace-find.
7716         * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
7717         * mi/mi-main.c (mi_cmd_trace_find): New.
7718         * target.h (struct target_ops): Document to_trace_find.
7719         * tracepoint.h (tfind_1): Declare.
7720         * tracepoint.c (finish_tfind_command): Rename to...
7721         (tfind_1): ...this.
7722         * remote.c (remote_trace_find): Return -1 if target say
7723         there's no frame.  Improve error diagnostics.
7724
7725 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7726
7727         -trace-define-variable and -trace-list-variables.
7728
7729         * tracepoint.c (create_trace_state_variable): Make
7730         private copy of name, as opposed to assuming the
7731         pointer lives forever.
7732         (tvariables_info_1): New.
7733         (tvariables_info): Use the above.
7734         * tracepoint.h (create_trace_state_variable, tvariables_info_1):
7735         Declare.
7736         * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
7737         and -trace-list-variables.
7738         * mi/mi-cmds.h (mi_cmd_trace_define_variable)
7739         (mi_cmd_trace_list_variables): New.
7740         * mi/mi-main.c (mi_cmd_trace_define_variable)
7741         (mi_cmd_trace_list_variables): New.
7742
7743 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7744
7745         Implement -break-passcount.
7746
7747         * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
7748         * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
7749         * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
7750
7751 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7752
7753         -trace-start/-trace-end/-trace-status.
7754
7755         * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
7756         and -trace-stop.
7757         * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
7758         (mi_cmd_trace_stop): Declare.
7759         * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
7760         (mi_cmd_trace_stop): New.
7761         * tracepoint.c (start_tracing): New, extracted from...
7762         (trace_start_command): ...this.
7763         (trace_status_mi): New.
7764         * tracepoint.h (struct trace_status): Document
7765         stopping_tracepoint.
7766         (start_tracing, stop_tracing, trace_status_mi): Declare.
7767
7768 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7769
7770         Implement creating tracepoints with -break-insert.
7771
7772         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
7773         to mean that tracepoint should be created.
7774
7775 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7776
7777         * breakpoint.c (check_no_tracepoint_commands): Use
7778         current spelling of 'teval'.
7779
7780 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7781
7782         Unify actions and commands
7783
7784         * defs.h (read_command_lines, read_command_lines_1): New
7785         parameters validator and closure.
7786         * tracepoint.h (struct action_line): Remove.
7787         * breakpoint.h (struct breakpoint): Remove the 'actions'
7788         field.
7789         * defs.h (enum command_control_type): New value
7790         while_stepping_control.
7791         (struct command_line): Add comments.
7792         * breakpoint.c (breakoint_is_tracepoint): New.
7793         (breakpoint_set_commands): For tracepoints,
7794         verify the commands are permissible.
7795         (check_tracepoint_commands): New.
7796         (commands_command): Require that each new line is validated using
7797         check_tracepoint_command, if we set commands for a tracepoint.
7798         (create_tracepoint_from_upload): Likewise.
7799         (print_one_breakpoint_location): Remove the code to print
7800         actions specifically.
7801         (tracepoint_save_command): Relay to print_command_lines.
7802         * cli/cli-script.c (process_next_line): New parameters validator
7803         and closure. Handle 'while-stepping'. Call validator if not null.
7804         (read_command_lines, read_command_lines1): Likewise.
7805         (recurse_read_control_structure): New parameters validator and
7806         closure. Handle while_stepping_control.
7807         (print_command_lines): Handle while-stepping.
7808         (get_command_line, define_command, document_command): Adjust.
7809         * remote.c (remote_download_tracepoint): Adjust.
7810         * tracepoint.c (make_cleanup_free_actions, read_actions)
7811         (free_actions, do_free_actions_cleanup): Remove.
7812         (trace_actions_command): Use read_command_lines.
7813         (validate_actionline): Use error in one place.
7814         (encode_actions_1): New, extracted from...
7815         (encode_actions): ...this. Also use cleanups for exception
7816         safety.
7817         (trace_dump_command): Adjust.
7818         * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
7819         it's tracepoint.
7820
7821 2010-03-23  Mike Frysinger  <vapier@gentoo.org>
7822
7823         * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
7824
7825 2010-03-22  Stan Shebs  <stan@codesourcery.com>
7826
7827         * value.c (value_static_field): Be lazy about the field's value.
7828
7829 2010-03-22  Reid Kleckner  <reid@kleckner.net>
7830
7831         PR gdb/11094
7832         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
7833         bp_jit_event.
7834         (disable_breakpoints_in_shlibs): Likewise.
7835
7836 2010-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
7837
7838         * dwarf2read.c (partial_die_parent_scope): Work around buggy
7839         GCC 4.1 debug info generation (GCC PR c++/28460).
7840         (determine_prefix): Likewise.
7841
7842 2010-03-20  Daniel Jacobowitz  <dan@codesourcery.com>
7843
7844         * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
7845         get_current_arch.
7846         * tui/tui-layout.c (extract_display_start_addr): Likewise.
7847
7848 2010-03-19  Stan Shebs  <stan@codesourcery.com>
7849
7850         * ax-gdb.c (gen_fetch): Handle bool.
7851         (gen_usual_unary): Ditto.
7852         (gen_cast): Ditto.
7853         (gen_equal): New function.
7854         (gen_less): New function.
7855         (gen_expr_binop_rest): Call them, also return integer type from
7856         logical operations.
7857         (gen_expr): Ditto.
7858
7859 2010-03-19  Tom Tromey  <tromey@redhat.com>
7860
7861         * jv-lang.c (jv_dynamics_objfile_data_key)
7862         (jv_type_objfile_data_key): New globals.
7863         (class_symtab): Move earlier.
7864         (jv_per_objfile_free): New function.
7865         (get_dynamics_objfile): Call set_objfile_data.  Add 'gdbarch'
7866         parameter.
7867         Remove ancient #if 1.
7868         (add_class_symbol): Remove redundant declaration.
7869         (java_lookup_class): Use alloc_type, not alloc_type_arch.
7870         (java_link_class_type): Mark as static.  Update.
7871         (jv_clear_object_type): New function.
7872         (set_java_object_type): Likewise.
7873         (get_java_object_type): Use set_java_object_type.
7874         (is_object_type): Likewise.
7875         (_initialize_java_language): Register new objfile keys.
7876         (get_java_class_symtab): Add 'gdbarch' parameter.
7877         (add_class_symtab_symbol): Update.
7878         (type_from_class): Update.
7879
7880 2010-03-19  Stan Shebs  <stan@codesourcery.com>
7881
7882         * ax-general.c (ax_const_l): Fix a sizing bug.
7883
7884 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
7885
7886         GDB 7.1 released.
7887
7888 2010-03-18  Stan Shebs  <stan@codesourcery.com>
7889             Pedro Alves  <pedro@codesourcery.com>
7890
7891         * target.h (struct target_ops): New method
7892         to_set_circular_trace_buffer.
7893         (target_set_circular_trace_buffer): New macro.
7894         * target.c (update_current_target): Add
7895         to_set_circular_trace_buffer, fix to_set_disconnected_tracing
7896         default behavior.
7897         * remote.c (remote_set_circular_trace_buffer): New function.
7898         (init_remote_ops): Add it to vector.
7899         * tracepoint.h (struct trace_status): New field traceframes_created,
7900         change buffer_size and buffer_free to int.
7901         * tracepoint.c (circular_trace_buffer): New global.
7902         (start_tracing): Send values of disconnected tracing and circular
7903         trace buffer settings.
7904         (set_circular_trace_buffer): New function.
7905         (parse_trace_state): Handle total space and frames created.
7906         (trace_status_command): Display total space and total frames
7907         created.
7908         (trace_save): Write out new status values.
7909         (parse_trace_status): Set traceframe_count, traceframes_created,
7910         buffer_free and buffer_size to -1 by default.
7911         (_initialize_tracepoint): New setshow for circular-trace-buffer.
7912         * NEWS: Mention the circular trace buffer option.
7913
7914 2010-03-18  Tom Tromey  <tromey@redhat.com>
7915
7916         * infcmd.c (finish_command_continuation): Wrap print_return_value
7917         in TRY_CATCH.
7918
7919 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
7920
7921         * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
7922         DIE has a name before creating the associated partial symbol.
7923         (read_func_scope): Emit a complaint if the subprogram does not
7924         have a name or when we can't extract the subprogram PC bounds.
7925
7926 2010-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
7927
7928         * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
7929         instead of selected frame architecture.
7930
7931 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
7932
7933         * infcmd.c (until_command): Use ERROR_NO_INFERIOR.  Ensure there's
7934         a valid selected thread, and that it is not running.
7935         (advance_command): Ditto.
7936         (finish_command): Ditto.
7937
7938 2010-03-17 Stan Shebs  <stan@codesourcery.com>
7939
7940         * ax-gdb.c (require_rvalue): Disallow non-scalars.
7941
7942         * infcall.c: Include tracepoint.h.
7943         (call_function_by_hand): Disallow calls in tfind mode.
7944         * infcmd.c: Include tracepoint.h.
7945         (ensure_not_tfind_mode): New function.
7946         (continue_1): Call it.
7947         (step_1) Ditto.
7948         (jump_command): Ditto.
7949         (signal_command): Ditto.
7950         (advance_command): Ditto.
7951         (until_command): Ditto.
7952         (finish_command): Ditto.
7953         * tracepoint.h (disconnect_or_stop_tracing): Declare.
7954
7955         * ax-gdb.h (struct axs_value): New field optimized_out.
7956         (gen_trace_for_var): Add gdbarch argument.
7957         * ax-gdb.c (gen_trace_static_fields): New function.
7958         (gen_traced_pop): Call it, add gdbarch argument.
7959         (gen_trace_for_expr): Update call to it.
7960         (gen_trace_for_var): Ditto, and report optimized-out variables.
7961         (gen_struct_ref_recursive): Check for optimized-out value.
7962         (gen_struct_elt_for_reference): Ditto.
7963         (gen_static_field): Pass gdbarch instead of expression, assume
7964         optimization if field not found.
7965         (gen_var_ref): Set the optimized_out flag.
7966         (gen_expr): Error on optimized-out variable.
7967         * tracepoint.c (collect_symbol): Handle struct-valued vars as
7968         expressions, skip optimized-out variables with computed locations.
7969         * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
7970         erroring out if location expression missing.
7971         (loclist_tracepoint_var_ref): Don't error out here.
7972
7973 2010-03-17  Tom Tromey  <tromey@redhat.com>
7974
7975         * dwarf2read.c (dwarf2_get_section_info): Handle case where no
7976         DWARF data is available.
7977
7978 2010-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
7979
7980         * symfile.c (generic_load): Reset breakpoints after loading.
7981
7982 2010-03-17  Tom Tromey  <tromey@redhat.com>
7983
7984         * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
7985
7986 2010-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7987
7988         * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
7989         create_breakpoint call, adjust the parameters.
7990
7991 2010-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7992             Chandru <chandru@in.ibm.com>
7993
7994         * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
7995         * valarith.c (value_subscripted_rvalue): Suppress error if
7996         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
7997
7998 2010-03-16  Holger Hans Peter Freyther  <zecke@selfish.org>
7999
8000         * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
8001
8002 2010-03-16  Joel Brobecker  <brobecker@adacore.com>
8003
8004         * ada-tasks.c (task_command_1): Check that the task ptid is valid
8005         before doing the associated thread switch.
8006
8007 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
8008
8009         * MAINTAINERS: Update my email address.
8010
8011 2010-03-16  Vladimir Prus  <vladimir@codesourcery.com>
8012
8013         Simplify MI breakpoint setting.
8014
8015         * breakpoint.c (break_command_really): Make nonstatic and
8016         rename to...
8017         (create_breakpoint): ...this. Rename prior function by this name
8018         to...
8019         (create_breakpoint_sal): ...this.
8020         (create_breakpoints): Rename to...
8021         (create_breakpoints_sal): ...this.
8022         (set_breakpoint): Remove.
8023         * breakpoint.h: Adjust to above changes.
8024         * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
8025
8026 2010-03-15 Stan Shebs  <stan@codesourcery.com>
8027
8028         * ax-gdb.c: Include cp-support.h.
8029         (find_field): Remove.
8030         (gen_primitive_field): New function.
8031         (gen_struct_ref_recursive): New function.
8032         (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8033         of find_field.
8034         (gen_static_field): New function.
8035         (gen_struct_elt_for_reference): New.
8036         (gen_namespace_elt): New.
8037         (gen_maybe_namespace_elt): New.
8038         (gen_aggregate_elt_ref): New.
8039         (gen_expr): Add OP_SCOPE, display opcode name in error message.
8040
8041 2010-03-15  Tom Tromey  <tromey@redhat.com>
8042
8043         * dwarf2read.c (die_needs_namespace): Also return 0 for
8044         DW_TAG_subprogram.
8045
8046 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
8047
8048         PR c++/7936:
8049         * cp-support.h: Added char *declaration element to using_direct
8050         data struct.
8051         (cp_add_using): Added char *declaration argument.
8052         (cp_add_using_directive): Ditto.
8053         (cp_lookup_symbol_imports): made extern.
8054         * cp-namespace.c: Updated with the above changes.
8055         * dwarf2read.c (read_import_statement): Ditto.
8056         (read_namespace): Ditto.
8057         (read_import_statement): Support import declarations.
8058         * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8059         declarations.
8060         Added support for 'declaration_only' search.
8061         (cp_lookup_symbol_namespace): Attempt to search for the name as
8062         is before consideration of imports.
8063         * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8064         search at every block level search.
8065         Now takes language argument.
8066         (lookup_symbol_aux): Updated.
8067
8068 2010-03-15  Tom Tromey  <tromey@redhat.com>
8069
8070         * c-exp.y (name_not_typename): Add 'operator' clause.
8071
8072 2010-03-15  Ralf Corsepius  <ralf.corsepius@rtems.org>  (tiny change)
8073
8074         * configure.ac: Exit if ${gdb_target_obs}" is not set.
8075         * configure: Regenerate.
8076
8077 2010-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8078
8079         * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8080         and ".sdynbss".  Update the comment.
8081
8082 2010-03-15  Jie Zhang  <jie@codesourcery.com>
8083
8084         * MAINTAINERS: Update my email address.
8085
8086 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
8087
8088         * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8089
8090 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
8091
8092         * charset.c [USE_WIN32API]: Include <windows.h>.
8093          (_initialize_charset): Correct type of w32_host_default_charset.
8094
8095 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
8096
8097         * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8098
8099 2010-03-12  Tom Tromey  <tromey@redhat.com>
8100
8101         PR c++/9708:
8102         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8103         in a lexical block does not need a namespace.
8104         (new_symbol) <DW_TAG_variable>: Put extern variables on
8105         list_in_scope in all cases.
8106
8107 2010-03-12 Stan Shebs  <stan@codesourcery.com>
8108
8109         * ax-gdb.c (gen_expr): Add shift expressions.
8110         (gen_expr_binop_rest): Ditto.
8111
8112 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
8113
8114         * buildsym.c (finish_block): Reset using_directives pointer
8115         after block initialization.
8116
8117 2010-03-12  H.J. Lu  <hongjiu.lu@intel.com>
8118
8119         * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8120         * i386-tdep.c (i386_word_names): Likewise.
8121
8122 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
8123
8124         * target.c (memory_xfer_partial): Don't use the stack cache if
8125         inspecting trace frames.
8126         * tracepoint.c (finish_tfind_command): Invalidate the target
8127         dcache.
8128
8129 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8130
8131         * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8132         for the PIC displacement, print also the displacement value.
8133         (svr4_exec_displacement):  Print DISPLACEMENT if INFO_VERBOSE.
8134
8135 2010-03-10  Kevin Buettner  <kevinb@redhat.com>
8136
8137         * remote-mips.c (close_ports, mips_initialize_cleanups)
8138         (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8139         (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8140         (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8141         (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8142         (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8143         (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8144         comments describing each of these functions.
8145         (mips_enter_debug, mips_exit_debug, common_open)
8146         (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8147         blank line after the comment describing the function.
8148
8149 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8150
8151         * solib-svr4.c (svr4_exec_displacement): Return now success, new
8152         parameter displacementp.  Update comment.
8153         (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8154         element exists.  Return if svr4_exec_displacement was not successful.
8155         Update comment.
8156
8157 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8158             Daniel Jacobowitz  <dan@codesourcery.com>
8159
8160         * solib-svr4.c (read_program_header): Support type == -1 to read
8161         all program headers.
8162         (read_program_headers_from_bfd): New function.
8163         (svr4_static_exec_displacement): Remove and move the comment ...
8164         (svr4_exec_displacement): ... here.  Remove variable found.  New
8165         variable displacement.  Check also DYNAMIC.  Verify DISPLACEMENT
8166         alignment for ELF targets.  Compare target vs. exec_bfd PHDRs for ELF
8167         targets using read_program_headers_from_bfd.  Remove the call of
8168         svr4_static_exec_displacement.
8169
8170 2010-03-10  Tom Tromey  <tromey@redhat.com>
8171
8172         * dwarf2read.c (struct pubnames_header): Remove.
8173         (_PUBNAMES_HEADER): Remove.
8174         (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8175         (struct aranges_header): Remove.
8176         (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8177         (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8178         (PUBNAMES_SECTION): Remove.
8179         (ARANGES_SECTION): Remove.
8180         (dwarf2_locate_sections): Don't handle pubnames or aranges.
8181         (dwarf2_build_psymtabs): Remove dead code.
8182         (dwarf2_build_psymtabs_easy): Remove.
8183
8184 2010-03-10  Tom Tromey  <tromey@redhat.com>
8185
8186         * elfread.c (elf_symfile_read): Don't call
8187         dwarf2_build_frame_info.
8188         * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8189         (struct dwarf2_per_objfile) <objfile>: New field.
8190         (dwarf2_has_info): Now idempotent.  Set objfile field.
8191         (dwarf2_read_section): Check and set readin field.  Call
8192         posix_madvise.
8193         (dwarf2_build_psymtabs): Don't read all sections.
8194         (read_type_comp_unit_head): Read types section.
8195         (create_debug_types_hash_table): Likewise.
8196         (init_cu_die_reader): Add asserts.
8197         (process_type_comp_unit): Add assert.
8198         (dwarf2_build_psymtabs_hard): Read info section.
8199         (load_partial_comp_unit): Add assert.
8200         (create_all_comp_units): Read info section.
8201         (load_full_comp_unit): Likewise.
8202         (dwarf2_ranges_read): Read ranges section.
8203         (dwarf2_record_block_ranges): Add assert.
8204         (dwarf2_read_abbrevs): Read abbrev section.
8205         (read_indirect_string): Read str section.
8206         (dwarf_decode_line_header): Read line section.
8207         (read_signatured_type_at_offset): Read types section.
8208         (dwarf_decode_macros): Read macinfo section.
8209         (dwarf2_symbol_mark_computed): Read loc section.
8210         * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8211         dwarf2_build_frame_info.
8212         (dwarf2_build_frame_info): Unconditionally set
8213         dwarf2_frame_objfile_data on the objfile.
8214         * configure.ac: Check for posix_madvise.
8215         * config.in, configure: Rebuild.
8216
8217 2010-03-10  Tom Tromey  <tromey@redhat.com>
8218
8219         * xcoffread.c (xcoff_start_psymtab): Update.
8220         (xcoff_end_psymtab): Update.
8221         * psymtab.c (allocate_psymtab): Remove dead code.
8222         * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8223         void*.
8224         * mdebugread.c (parse_partial_symbols): Update.
8225         (new_psymtab): Likewise.
8226         * dwarf2read.c (process_psymtab_comp_unit): Update.
8227         (psymtab_to_symtab_1): Update.
8228         * dbxread.c (start_psymtab): Update.
8229         (end_psymtab): Likewise.
8230
8231 2010-03-10  Tom Tromey  <tromey@redhat.com>
8232
8233         * xcoffread.c: Include psymtab.h.
8234         (xcoff_sym_fns): Update.
8235         * symtab.h (struct partial_symbol): Remove.
8236         (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8237         (struct partial_symtab): Remove.
8238         (PSYMTAB_TO_SYMTAB): Remove.
8239         (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8240         (find_pc_sect_psymtab): Remove.
8241         (find_pc_sect_symtab_via_partial): Declare.
8242         (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8243         (find_main_psymtab): Remove.
8244         (find_main_filename): Declare.
8245         (fixup_psymbol_section): Remove.
8246         (fixup_section): Declare.
8247         * symtab.c: Include psymtab.h.
8248         (lookup_symtab): Use lookup_symtab method.
8249         (lookup_partial_symtab): Remove.
8250         (find_pc_sect_psymtab_closer): Remove.
8251         (find_pc_sect_psymtab): Remove.
8252         (find_pc_sect_symtab_via_partial): New function.
8253         (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8254         (fixup_section): No longer static.
8255         (fixup_psymbol_section): Remove.
8256         (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8257         (lookup_global_symbol_from_objfile): Likewise.
8258         (lookup_symbol_aux_psymtabs): Remove.
8259         (lookup_symbol_aux_quick): New function.
8260         (lookup_symbol_global): Use lookup_symbol_aux_quick.
8261         (lookup_partial_symbol): Remove.
8262         (basic_lookup_transparent_type_quick): New function.
8263         (basic_lookup_transparent_type): Use it.
8264         (find_main_psymtab): Remove.
8265         (find_main_filename): New function.
8266         (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8267         (find_line_symtab): Use expand_symtabs_with_filename method.
8268         (output_partial_symbol_filename): New function.
8269         (sources_info): Use map_partial_symbol_filenames.
8270         (struct search_symbols_data): New type.
8271         (search_symbols_file_matches): New function.
8272         (search_symbols_name_matches): Likewise.
8273         (search_symbols): Use expand_symtabs_matching method.
8274         (struct add_name_data): Rename from add_macro_name_data.
8275         (add_macro_name): Update.
8276         (add_partial_symbol_name): New function.
8277         (default_make_symbol_completion_list): Use
8278         map_partial_symbol_names.
8279         (struct add_partial_symbol_name): New type.
8280         (maybe_add_partial_symtab_filename): New function.
8281         (make_source_files_completion_list): Use
8282         map_partial_symbol_filenames.
8283         (expand_line_sal): Use expand_symtabs_with_filename method.
8284         * symmisc.c: Include psymtab.h.
8285         (print_objfile_statistics): Use print_stats method.
8286         (dump_objfile): Use dump method.
8287         (dump_psymtab, maintenance_print_psymbols)
8288         (maintenance_info_psymtabs, maintenance_check_symtabs)
8289         (extend_psymbol_list): Remove.
8290         * symfile.h (struct quick_symbol_functions): New struct.
8291         (struct sym_fns) <qf>: New field.
8292         (sort_pst_symbols): Remove.
8293         (increment_reading_symtab): Declare.
8294         * symfile.c: Include psymtab.h.
8295         (compare_psymbols, sort_pst_symbols): Remove.
8296         (psymtab_to_symtab): Remove.
8297         (increment_reading_symtab): New function.
8298         (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8299         method.
8300         (set_initial_language): Use find_main_filename.
8301         (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8302         (free_named_symtabs): Remove unused code.
8303         (start_psymtab_common, add_psymbol_to_bcache)
8304         (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8305         Remove.
8306         * stack.c: Include psymtab.h, symfile.h.
8307         (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8308         * source.h (psymtab_to_fullname): Don't declare.
8309         * source.c: Include psymtab.h.
8310         (select_source_symtab): Use find_last_source_symtab method.
8311         (forget_cached_source_info): Use forget_cached_source_info
8312         method.
8313         (find_and_open_source): No longer static.
8314         (psymtab_to_fullname): Remove.
8315         * somread.c: Include psymtab.h.
8316         (som_sym_fns): Update.
8317         * psympriv.h: New file.
8318         * psymtab.h: New file.
8319         * psymtab.c: New file.
8320         * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8321         (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8322         * objfiles.c: Include psymtab.h.
8323         (objfile_relocate1): Use relocate method.
8324         (objfile_has_partial_symbols): Use has_symbols method.
8325         * mipsread.c: Include psymtab.h.
8326         (ecoff_sym_fns): Update.
8327         * mi/mi-cmd-file.c: Include psymtab.h.
8328         (print_partial_file_name): New function.
8329         (mi_cmd_file_list_exec_source_files): Use
8330         map_partial_symbol_filenames.
8331         * mdebugread.c: Include psympriv.h.
8332         * machoread.c: Include psympriv.h.
8333         (macho_sym_fns): Update.
8334         * m2-exp.y (yylex): Use lookup_symtab.
8335         * elfread.c: Include psympriv.h.
8336         (elf_sym_fns): Update.
8337         * dwarf2read.c: Include psympriv.h.
8338         * dbxread.c: Include psympriv.h.
8339         (aout_sym_fns): Update.
8340         * cp-support.c: Include psymtab.h.
8341         (read_in_psymtabs): Remove.
8342         (make_symbol_overload_list_qualified): Use
8343         expand_symtabs_for_function method.
8344         * coffread.c: Include psympriv.h.
8345         (coff_sym_fns): Update.
8346         * blockframe.c: Include psymtab.h.
8347         (find_pc_partial_function): Use find_pc_sect_symtab method.
8348         * ada-lang.h (ada_update_initial_language): Update.
8349         * ada-lang.c: Include psymtab.h.
8350         (ada_update_initial_language): Remove 'main_pst' argument.
8351         (ada_lookup_partial_symbol): Remove.
8352         (struct ada_psym_data): New type.
8353         (ada_add_psyms): New function.
8354         (ada_add_non_local_symbols): Use map_ada_symtabs method.
8355         (struct add_partial_datum): New type.
8356         (ada_add_partial_symbol_completions): New function.
8357         (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8358         (ada_exception_support_info_sniffer): Update.
8359         * Makefile.in (SFILES): Add psymtab.c.
8360         (COMMON_OBS): Add psymtab.o.
8361         (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8362
8363 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
8364
8365         * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8366
8367 2010-03-10  Sami Wagiaalla  <swagiaal@redhat.com>
8368
8369         PR C++/11236:
8370         * cp-namespace.c (cp_add_using): Deleted.
8371         (cp_add_using_directive): Use obstack allocations.
8372         Merged the function cp_add_using into this one.
8373         Added 'struct obstack *' argument.
8374         (cp_scan_for_anonymous_namespaces): Updated.
8375         * cp-support.h: Updated.
8376         * dwarf2read.c (read_import_statement): Updated.
8377         (read_namespace): Updated.
8378
8379 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
8380
8381         * windows-nat.c (cygwin_conv_path): Remove old macro.
8382
8383 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
8384
8385         * breakpoint.c (condition_command): Handle watchpoint conditions.
8386         (is_hardware_watchpoint): Add comment.
8387         (is_watchpoint): New.
8388         (update_watchpoint): Don't reparse the watchpoint's condition
8389         unless necessary.
8390         (WP_IGNORE): New.
8391         (watchpoint_check): Use it.
8392         (bpstat_check_watchpoint): Handle it.
8393         (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8394         conditions in a frame where it makes sense.
8395         (watch_command_1): Store the innermost block of the condition
8396         expression.
8397         (delete_breakpoint): Delete the watchpoint condition expression.
8398         * breakpoint.h (struct bp_location) <cond>: Update comment.
8399         (struct breakpoint): New field `cond_exp_valid_block'.
8400
8401 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
8402
8403         Adjust handling of Ada DIEs after dwarf2_physname patch.
8404         * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8405
8406 2010-03-09  Christopher Faylor  <me+cygwin@cgf.cx>
8407             Pierre Muller  <muller@ics.u-strasbg.fr>
8408
8409         * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8410         from/to posix/win32.
8411         (windows_make_so): Use non-Cygwin 1.7 specific function.
8412         (windows_create_inferior): Make sure that cygallargs points to
8413         original args in non Cygwin 1.7. case.
8414
8415 2010-03-09  Michael Snyder  <msnyder@vmware.com>
8416
8417         * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8418         after target_read_memory to get host byte order.
8419         (i386_process_record): Ditto.
8420
8421 2010-03-09  Keith Seitz  <keiths@redhat.com>
8422
8423         Based on work from Daniel Jacobowitz  <dan@codesourcery.com>
8424         * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8425         print out const or volatile qualifiers, too.
8426         (c_type_print_args): Add parameters show_artificial and language.
8427         Skip artificial parameters when requested.
8428         Use the appropriate language printer.
8429         (c_type_print_varspec): Tell c_type_print_args to skip artificial
8430         parameters and pass language_c.
8431         * dwarf2read.c (die_list): New file global.
8432         (struct partial_die_info): Update comments for name field.
8433         (pdi_needs_namespace): Renamed to ...
8434         (die_needs_namespace): ... this. Rewrite.
8435         (dwarf2_linkage_name): Remove.
8436         (add_partial_symbol): Do not predicate the call to
8437         partial_die_full_name based on pdi_needs_namespace.
8438         Remove call to cp_check_possible_namespace_symbols and associated
8439         outdated comments.
8440         (guess_structure_name): Do not inspect child subprogram DIEs.
8441         (dwarf2_fullname): Update comments.
8442         Use die_needs_namespace to assist in computing the name.
8443         (read_func_scope): Use dwarf2_name to get the DIE's name.
8444         Use dwarf2_physname to get the "linkage name" of the DIE.
8445         (dwarf2_add_member_field): Use dwarf2_physname instead of
8446         dwarf2_linkage_name.
8447         (read_structure_type): For structs and classes, set TYPE_NAME, too.
8448         (determine_class): Remove.
8449         (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8450         except Ada.
8451         (new_symbol): Unconditionally call dwarf2_name.
8452         Compute the "linkage name" using dwarf2_physname.
8453         Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8454         When determining to scan for anonymous C++ namespaces, ignore
8455         the linkage name.
8456         (dwarf2_physname): New function.
8457         (dwarf2_full_name): Move content to new function and call
8458         that.
8459         (dwarf2_compute_name): "New" function.
8460         (_initialize_dwarf2_read): Initialize die_list.
8461         * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8462         physname.
8463         (gnu_v3_print_method_ptr): Use the physname for virtual methods
8464         without a demangled name.
8465         Print out type information for non-virtual methods.
8466         * linespec.c (decode_line_1): Force ANY string using "::" (or
8467         "." for java) to use decode_compound, and clean up any stray quoting.
8468         If we found a file symtab, re-evaluate whether the remainder is_quoted.
8469         (decode_compound): Stop consuming at an open parenthesis.
8470         Keep template parameters.
8471         Keep any overload information.
8472         Keep keywords like "const".
8473         Remove paren_pointer.
8474         Move is_quoted check from set_flags to here.
8475         Remove #if 0 code from 2000. Ten years is long enough.
8476         (find_method): Before comparing symbol names, canonicalize the string
8477         from the user.
8478         If a specific overload is requested, find it. Otherwise throw an error.
8479         (find_method_overload_end): New function.
8480         (set_flags): Remove.
8481         (decode_compound): Assume that parentheses are matched.
8482         It's a lot easier.
8483         * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8484         to cplus_demangle.
8485         * linespec.c (decode_line_1): Keep important keywords like
8486         "const" and "volatile".
8487         * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8488         * typeprint.h (c_type_print_args): Add declaration.
8489         * ui-file.c (do_ui_file_obsavestring): New function.
8490         (ui_file_obsavestring): New function.
8491         * ui-file.h (ui_file_obsavestring): Add declaration.
8492         * valops.c (find_overload_match): Resolve the object to
8493         a non-pointer type.
8494         If the object is a data member, search the object for the member
8495         and return with staticp set.
8496         Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8497         Do not attempt to extract a function name from non-function types.
8498         If the extracted function name and the original name are the same,
8499         we don't have a C++ method.
8500
8501         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
8502         * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
8503
8504         * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8505         and arguments from symbol lookups.
8506         * ax-gdb.c (gen_expr): Likewise.
8507         * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8508         cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8509         lookup_possible_namespace_symbol): Likewise.
8510         * cp-support.c (read_in_psymtabs): Likewise.
8511         * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8512         * language.h (la_lookup_symbol_nonlocal): Likewise.
8513         * scm-valprint.c (scm_inferior_print): Likewise.
8514         * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8515         * solib-svr.c (elf_lookup_lib): Likewise.
8516         * solib.c (show_auto_solib_add): Likewise.
8517         * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8518         * symmisc.c (maintenance_check_symtabs): Likewise.
8519         * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8520         lookup_symbol_aux_local, lookup_symbol_aux_block,
8521         lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8522         lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8523         lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8524         basic_lookup_transparent_type, find_main_psymtab,
8525         lookup_block_symbol): Likewise.
8526         * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8527         lookup_symbol_global, lookup_symbol_aux_block,
8528         lookup_symbol_partial_symbol, lookup_block_symbol,
8529         lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8530
8531 2010-03-09  Pierre Muller  <muller@ics.u-strasbg.fr>
8532
8533         * python/python-internal.h: Include symtab.h.
8534
8535 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
8536             Pierre Muller  <muller@ics.u-strasbg.fr>
8537
8538         * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8539         * p-valprint.c (pascal_val_print): Remove undeed block and fix
8540         indentation.
8541
8542 2010-03-08  Tom Tromey  <tromey@redhat.com>
8543
8544         * breakpoint.c (breakpoint_1): Add "QUIT".
8545
8546 2010-03-08  Daniel Jacobowitz  <dan@codesourcery.com>
8547             Pedro Alves  <pedro@codesourcery.com>
8548
8549         * solib.c (solib_find): Replace extension if
8550         solib_symbols_extension is set in the target gdbarch.
8551         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
8552         solib_symbols_extension to "sym".
8553         * gdbarch.sh (solib_symbols_extension): New variable.
8554         (pstring): New function.
8555         * gdbarch.h, gdbarch.c: Regenerate.
8556
8557 2010-03-08  Tom Tromey  <tromey@redhat.com>
8558
8559         PR cli/9591:
8560         * NEWS: Update.
8561         * utils.c: Include main.h.
8562         (fputs_maybe_filtered): Don't paginate if `batch_flag'.
8563         (defaulted_query): Use default answer if `batch_flag'.
8564         * main.h (batch_flag): Declare.
8565         * main.c (batch_flag): New global.
8566         (captured_main): Remove 'batch'.  Update.
8567
8568 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
8569
8570         From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
8571         and Kevin Buettner:
8572
8573         * remote-mips.c (rockhopper_ops): New target_ops struct.
8574         (MON_ROCKHOPPER): New mips_monitor_type.
8575         (read_hex_value): New function.
8576         (mips_request): Send 8-byte values with a 'T' packet.  Read the
8577         packet argument as a string and use read_hex_value to parse it.
8578         (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
8579         (rockhopper_open): New function.
8580         (mips_wait): Read the PC, FP and SP fields as strings.  Use
8581         read_hex_value to parse them and mips_set_register to commit them.
8582         (mips_set_register): New function.
8583         (mips_fetch_registers): Do not cast register value to "unsigned"
8584         when reading a MON_ROCKHOPPER 't' packet.  Use mips_set_register.
8585         (mips_store_registers): Use a 'T' packet to set registers when
8586         using MON_ROCKHOPPER.
8587         (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
8588         and expect the total to be printed before the entry address.
8589         (_initialize_remote_mips): Initialize and add rockhopper_ops.
8590
8591 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
8592
8593         * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
8594         Change return value to int.  Store value fetched in location
8595         addressed by `val'.  Use function's return value as success
8596         or failure indicator.  Adjust all callers.
8597
8598 2010-03-08  Pierre Muller  <muller@ics.u-strasbg.fr>
8599
8600         * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
8601
8602 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8603             Hui Zhu  <teawater@gmail.com>
8604
8605         * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
8606         tmp_to_stopped_data_address.
8607         (record_open): Reset tmp_to_stopped_by_watchpoint and
8608         tmp_to_stopped_data_address.
8609         * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
8610         to_stopped_data_address.
8611
8612 2010-03-08  Hui Zhu  <teawater@gmail.com>
8613
8614         * i386-tdep.c (i386_process_record): Initialize regnum.
8615
8616 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8617
8618         * symfile.c (addr_info_make_relative): New variable sect_name, use it.
8619         Do not warn on ".gnu.liblist" and ".gnu.conflict".
8620
8621 2010-03-08  Joel Brobecker  <brobecker@adacore.com>
8622
8623         Memory error when reading wrong core file.
8624         * solib-svr4.c (solib_svr4_r_map): catch and print all exception
8625         errors while reading the inferior memory, and return zero if
8626         an exception was raised.
8627
8628 2010-03-07  Michael Snyder  <msnyder@vmware.com>
8629
8630         * record.c (record_restore): Rename tmpu8 to rectype.
8631
8632         * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
8633         tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
8634
8635         (i386_record_push): Rename local tmpulongest to addr.
8636
8637         (i386_process_record): Rename local tmpulongest to addr.
8638
8639         Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
8640         addr64.
8641
8642         Rename local variable tmpu8 to opcode8 and regnum.
8643
8644 2010-03-07  Joel Brobecker  <brobecker@adacore.com>
8645
8646         * remote.c (remote_get_ada_task_ptid): New function.
8647         (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
8648
8649 2010-03-06  Christopher Faylor  <me+cygwin@cgf.cx>
8650
8651         * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
8652         block.  Define helper macros to reduce ifdefs in code.
8653         (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
8654         size.  Call unadorned GetModuleFileNameEx rather than
8655         GetModuleFileNameEx*.
8656         (windows_make_so): Use __PMAX to denote maximum buffer size and
8657         cygwin_buf_t for buffer type.  Use GetSystemDirectory{W,A} as
8658         appropriate.
8659         (get_image_name): Use __PMAX to denote maximum buffer size.
8660         (handle_load_dll): Likewise.
8661         (windows_pid_to_exec_file): Likewise.
8662         (windows_create_inferior): Add many accommodations for older Cygwin and
8663         non-Cygwin.
8664         (bad_GetModuleFileNameExW): Control inclusion of this function based on
8665         __USEWIDE conditional.
8666         (bad_GetModuleFileNameExA): Likewise.
8667         (_initialize_loadable): Just use real function names without the dyn_
8668         part since they are defined earlier.
8669
8670 2010-03-05  Corinna Vinschen  <vinschen@redhat.com>
8671             Tom Tromey  <tromey@redhat.com>
8672
8673         * utils.c (host_char_to_target): Add 'gdbarch' argument.
8674         (parse_escape): Likewise.
8675         * python/py-utils.c (unicode_to_target_string): Update.
8676         (unicode_to_target_python_string): Update.
8677         (target_string_to_unicode): Update.
8678         * printcmd.c (printf_command): Update.
8679         * p-exp.y (yylex): Update.
8680         * objc-exp.y (yylex): Update.
8681         * mi/mi-parse.c: Include charset.h.
8682         (mi_parse_escape): New function.
8683         (mi_parse_argv): Use it.
8684         * jv-exp.y (yylex): Update.
8685         * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
8686         function.
8687         (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
8688         * gdbarch.sh (auto_charset, auto_wide_charset): New.
8689         * gdbarch.c: Rebuild.
8690         * gdbarch.h: Rebuild.
8691         * defs.h (parse_escape): Update.
8692         * cli/cli-setshow.c: Include arch-utils.h.
8693         (do_setshow_command): Update.
8694         * cli/cli-cmds.c (echo_command): Update.
8695         * charset.h (target_charset, target_wide_charset): Update.
8696         * charset.c: Include arch-utils.h.
8697         (target_charset_name): Default to "auto".
8698         (target_wide_charset_name): Likewise.
8699         (show_target_charset_name): Handle "auto".
8700         (show_target_wide_charset_name): Likewise.
8701         (be_le_arch): New global.
8702         (set_be_le_names): Add 'gdbarch' argument.
8703         (validate): Likewise.  Don't call set_be_le_names.
8704         (set_charset_sfunc, set_host_charset_sfunc)
8705         (set_target_charset_sfunc, set_target_wide_charset_sfunc):
8706         Update.
8707         (target_charset): Add 'gdbarch' argument.
8708         (target_wide_charset): Likewise.  Remove 'byte_order' argument.
8709         (auto_target_charset_name): New global.
8710         (default_auto_charset, default_auto_wide_charset): New functions.
8711         (_initialize_charset): Set auto_target_charset_name.  Allow "auto"
8712         for target charsets.  Copy result of nl_langinfo.  Use GetACP if
8713         USE_WIN32API.
8714         * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
8715         remove 'byte_order' argument.  Update.
8716         (classify_type): Likewise.
8717         (c_emit_char): Update.
8718         (c_printchar): Update.
8719         (c_printstr): Update.
8720         (c_get_string): Update.
8721         (evaluate_subexp_c): Update.
8722         * arch-utils.h (default_auto_charset, default_auto_wide_charset):
8723         Declare.
8724         * python/python.c (gdbpy_target_charset): New function.
8725         (gdbpy_target_wide_charset): Likewise.
8726         (GdbMethods): Update.
8727         * NEWS: Update.
8728
8729 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
8730
8731         * symfile.c (build_section_addr_info_from_objfile): Do not mask
8732         off high address bits.
8733
8734 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
8735
8736         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
8737         address as UnsignedLongLong, not LongLong.
8738
8739 2010-03-05  Kevin Buettner  <kevinb@redhat.com>
8740             Pedro Alves  <pedro@codesourcery.com>
8741
8742         * remote-mips.c (gdbthread.h): Include.
8743         (remote_mips_ptid): Declare.
8744         (mips_error): Only mourn the inferior when inferior_ptid is non-null.
8745         (common_open): Set inferior_ptid, add it as an inferior, and
8746         as a thread too.  Delete FIXME comment regarding start_remote().
8747         (mips_close): Invoke generic_mourn_inferior().
8748         (mips_kill): Make sure that target_mourn_inferior is invoked.
8749         (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
8750         it's now invoked from mips_close().
8751         (mips_load): Don't null out inferior_ptid.  Don't call
8752         clear_symtab_users().
8753         (mips_thread_alive, mips_pid_to_str): New functions.
8754         (_initialize_remote_mips): Initialize remote_mips_ptid.  Initialize
8755         to_thread_alive and to_pid_to_str operations.
8756
8757 2010-03-04  Tom Tromey  <tromey@redhat.com>
8758
8759         * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
8760         in DWARF 3 and later.
8761         (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
8762
8763 2010-03-04  Keith Seitz  <keiths@redhat.com>
8764
8765         * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
8766         If the filename portion of the linespec was quoted, recheck the
8767         remainder for additional quoting.
8768         (locate_first_half): Skip over completer chars, too.
8769
8770 2010-03-04  Tom Tromey  <tromey@redhat.com>
8771
8772         * printcmd.c (printf_command): Pass dummy argument to
8773         printf_filtered.
8774
8775 2010-03-04  Doug Evans  <dje@google.com>
8776
8777         * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
8778         unwound_fp.
8779
8780         * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
8781
8782 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
8783
8784         * breakpoint.c (update_watchpoint): Create a sentinel location if
8785         the software watchpoint isn't watching any memory.
8786         (breakpoint_address_bits): Skip dummy software watchpoint locations.
8787
8788 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
8789
8790         * utils.c (fputs_maybe_filtered): Check if there's already a top
8791         level interpreter before dereferencing it.  If there isn't one,
8792         don't paginate either.
8793
8794 2010-03-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
8795
8796         * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
8797         the state right when single stepping.
8798         (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
8799         Get the next PC along with the instruction state.
8800         (thumb_get_next_pc): Remove.
8801         (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
8802
8803 2010-03-04  Hui Zhu  <teawater@gmail.com>
8804
8805         * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
8806
8807 2010-03-03  Pedro Alves  <pedro@codesourcery.com>
8808
8809         * utils.c (fputs_maybe_filtered): Always disable pagination if the
8810         top level interpreter is MI.
8811
8812 2010-03-03 Stan Shebs  <stan@codesourcery.com>
8813
8814         * remote.c (remote_download_tracepoint): Iterate over locations.
8815         * tracepoint.c (validate_actionline): Ditto.
8816         (encode_actions): Add location argument.
8817         (trace_dump_command): Check all locations to see if stepping
8818         frame.
8819
8820 2010-03-03  H.J. Lu  <hongjiu.lu@intel.com>
8821             Eli Zaretskii  <eliz@gnu.org>
8822
8823         * NEWS: Add X86 general purpose registers section.
8824
8825 2010-03-03  Tom Tromey  <tromey@redhat.com>
8826
8827         PR mi/11098:
8828         * varobj.c (install_new_value): Handle case where new print_value
8829         is NULL.
8830
8831 2010-03-03  Dainis Jonitis  <jonitis@gmail.com>
8832
8833         PR gdb/11345:
8834         * printcmd.c (printf_command): Print end of format string using
8835         printf_filtered.
8836
8837 2010-03-02  Tom Tromey  <tromey@redhat.com>
8838
8839         * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
8840         * defs.h (read_command_lines_1): Add missing 'void'.
8841         * cli/cli-script.c (recurse_read_control_structure): Add missing
8842         'void'.
8843         (read_next_line): Likewise.
8844         (read_command_lines_1): Likewise.
8845
8846 2010-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
8847
8848         * spu-tdep.c (spu_analyze_prologue): Track instruction to
8849         store backchain as part of prologue.
8850
8851 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
8852
8853         * progspace.c (update_address_spaces): Update inferior address spaces
8854         also.
8855
8856 2010-03-02  Doug Evans  <dje@google.com>
8857
8858         * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
8859         lowpc,highpc args to addrmap_set_empty.
8860
8861 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
8862
8863         * amd64-tdep.c (amd64_byte_names): New.
8864         (amd64_word_names): Likewise.
8865         (amd64_dword_names): Likewise.
8866         (amd64_pseudo_register_name): Likewise.
8867         (amd64_pseudo_register_read): Likewise.
8868         (amd64_pseudo_register_write): Likewise.
8869         (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
8870         and num_mmx_regs.  Call set_gdbarch_pseudo_register_read,
8871         set_gdbarch_pseudo_register_write and
8872         set_tdesc_pseudo_register_name.  Don't call
8873         set_gdbarch_num_pseudo_regs.  Don't set mm0_regnum.
8874
8875         * i386-tdep.c (i386_num_mmx_regs): Removed.
8876         (i386_num_pseudo_regs): Likewise.
8877         (i386_byte_names): New.
8878         (i386_word_names): Likewise.
8879         (i386_byte_regnum_p): Likewise.
8880         (i386_word_regnum_p): Likewise.
8881         (i386_mmx_regnum_p): Updated.
8882         (i386_pseudo_register_name): Make it global.  Handle byte and
8883         word pseudo-registers.
8884         (i386_pseudo_register_read): Likewise.
8885         (i386_pseudo_register_write): Likewise.
8886         (i386_pseudo_register_type): Handle byte, word and dword
8887         pseudo-registers
8888         (i386_register_reggroup_p): Don't include pseudo
8889         registers, except for MXX, in any register groups.  Don't
8890         include pseudo byte, word, dword registers in general_reggroup.
8891         (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
8892         num_dword_regs, al_regnum, ax_regnum and eax_regnum.  Put MMX
8893         pseudo-registers after word pseudo-registers.  Call
8894         set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
8895
8896         * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
8897         al_regnum, num_word_regs, ax_regnum, num_dword_regs and
8898         eax_regnum.
8899         (i386_byte_regnum_p): New.
8900         (i386_word_regnum_p): Likewise.
8901         (i386_dword_regnum_p): Likewise.
8902         (i386_pseudo_register_name): Likewise.
8903         (i386_pseudo_register_read): Likewise.
8904         (i386_pseudo_register_write): Likewise.
8905
8906 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8907
8908         * target-descriptions.c (tdesc_type): Remove
8909         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8910         (tdesc_predefined_types): Likewise.
8911         (tdesc_gdb_type): Likewise.  Pass NULL to append_flags_type_flag
8912         if flag name is empty.
8913         (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
8914
8915         * features/i386/32bit-core.xml: Define i386_eflags.
8916         * features/i386/64bit-core.xml: Likewise.
8917
8918         * features/i386/32bit-sse.xml: Define i386_mxcsr.
8919         * features/i386/64bit-sse.xml: Likewise.
8920
8921         * features/i386/amd64-linux.c: Regenerated.
8922         * features/i386/amd64.c: Likewise.
8923         * features/i386/i386-linux.c: Likewise.
8924         * features/i386/i386.c: Likewise.
8925
8926 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
8927
8928         * gdbtypes.c (append_composite_type_field_raw): New.
8929         (append_composite_type_field_aligned): Use the new function.
8930         * gdbtypes.h (append_composite_type_field_raw): Declare.
8931         * target-descriptions.c (struct tdesc_type_field): Add start and end.
8932         (struct tdesc_type_flag): New type.
8933         (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
8934         kind.  Add size to u.u.  Add u.f for flags.
8935         (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
8936         (tdesc_free_type): Likewise.
8937         (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
8938         (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
8939         (tdesc_add_bitfield, tdesc_add_flag): New.
8940         * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
8941         (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
8942         * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
8943         current_type.  Add current_type_size and current_type_is_flags.
8944         (tdesc_start_union): Clear the new fields.
8945         (tdesc_start_struct, tdesc_start_flags): New.
8946         (tdesc_start_field): Handle struct fields, including bitfields.
8947         (field_attributes): Make type optional.  Add start and end.
8948         (union_children): Rename to struct_union_children.
8949         (union_attributes): Rename to struct_union_attributes.  Add optional
8950         size.
8951         (flags_attributes): New.
8952         (feature_children): Add struct and flags.
8953         * features/gdb-target.dtd: Add flags and struct to features.
8954         Make field type optional.  Add field start and end.
8955
8956 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8957
8958         * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
8959         (amd64_linux_read_description): Likewise.
8960         (_initialize_amd64_linux_nat): Set to_read_description to
8961         amd64_linux_read_description.
8962
8963         * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
8964         (amd64_linux_register_name): Removed.
8965         (amd64_linux_register_type): Likewise.
8966         (amd64_linux_core_read_description): New.
8967         (amd64_linux_init_abi): Set target description to
8968         tdesc_amd64_linux if needed.  Support orig_rax in target
8969         description.  Don't call set_gdbarch_register_name nor
8970         set_gdbarch_register_type.  Call
8971         set_gdbarch_core_read_description.
8972         (_initialize_amd64_linux_tdep): Call
8973         initialize_tdesc_amd64_linux.
8974
8975         * amd64-linux-tdep.h (tdesc_amd64_linux): New.
8976
8977         * amd64-tdep.c:  Include "features/i386/amd64.c".
8978         (amd64_register_names): Removed.
8979         (amd64_register_name): Likewise.
8980         (amd64_register_type): Likewise.
8981         (amd64_init_abi):  Set num_core_regs and register_names.  Set
8982         target description to tdesc_amd64 if needed.  Don't call
8983         set_gdbarch_register_name nor set_gdbarch_register_type.
8984         (_initialize_amd64_tdep): New.
8985
8986         * i386-linux-nat.c (i386_linux_read_description): New.
8987         (_initialize_i386_linux_nat): Set to_read_description to
8988         i386_linux_read_description.
8989
8990         * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
8991         (i386_linux_register_name): Removed.
8992         (i386_linux_core_read_description): New.
8993         (i386_linux_read_description): Likewise.
8994         (i386_linux_init_abi): Don't call set_gdbarch_register_name.
8995         Set target description to tdesc_i386_linux if needed.  Support
8996         orig_eax.  Set register_reggroup_p.  Call
8997         set_gdbarch_core_read_description.
8998         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
8999
9000         * i386-linux-tdep.h (tdesc_i386_linux): New.
9001
9002         * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
9003         with I387_NUM_REGS.
9004
9005         * i386-tdep.c: Include "features/i386/i386.c".
9006         (i386_register_names): Make it const.
9007         (i386_mmx_names): Likewise.
9008         (i386_num_register_names): Removed.
9009         (i386_register_name): Likewise.
9010         (i386_eflags_type): Likewise.
9011         (i386_mxcsr_type): Likewise.
9012         (i386_sse_type): Likewise.
9013         (i386_register_type): Likewise.
9014         (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
9015         (i386_pseudo_register_name): New.
9016         (i386_pseudo_register_type): Likewise.
9017         (i386_mmx_type): Make it static.
9018         (i386_gdbarch_init): Check arch.  Replace I386_NUM_FREGS with
9019         I387_NUM_REGS.  Set num_core_regs and register_names.  Don't
9020         call set_gdbarch_register_name nor set_gdbarch_register_type.
9021         Set register_reggroup_p.  Set target description to tdesc_i386
9022         if needed.  Call set_tdesc_pseudo_register_type,
9023         set_tdesc_pseudo_register_name and tdesc_use_registers.
9024         (_initialize_i386_tdep): Call initialize_tdesc_i386.
9025         initialize_tdesc_x86_64.
9026
9027         * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9028         i386_mxcsr_type and i386_sse_type.  Add num_core_regs,
9029         register_names, tdesc and register_reggroup_p.
9030         (I386_NUM_FREGS): Removed.
9031         (i386_eflags_type): Likewise.
9032         (i386_mxcsr_type): Likewise.
9033         (i386_mmx_type): Likewise.
9034         (i386_sse_type): Likewise.
9035         (i386_register_name): Likewise.
9036         (i386_regnum): Add I386_MXCSR_REGNUM.
9037         (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9038
9039         * i387-tdep.h (I387_NUM_REGS): New.
9040
9041         * regformats/i386/i386-linux.dat: Generated.
9042         * regformats/i386/i386.dat: Likewise.
9043         * regformats/i386/amd64-linux.dat: Likewise.
9044         * regformats/i386/amd64.dat: Likewise.
9045
9046         * regformats/reg-i386-linux.dat: Removed.
9047         * regformats/reg-i386.dat: Likewise.
9048         * regformats/reg-x86-64-linux.dat: Likewise.
9049         * regformats/reg-x86-64.dat: Likewise.
9050
9051 2010-03-01  Corinna Vinschen  <vinschen@redhat.com>
9052
9053         * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9054         cygwin_conv_path API rather than the deprecated
9055         cygwin_conv_to_full_posix_path.
9056         * windows-nat.c:
9057         (GetModuleFileNameExA): Undefine for Cygwin.
9058         (GetModuleFileNameExW): Define for Cygwin.
9059         (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9060         Call GetModuleFileNameExW and convert path to POSIX using
9061         cygwin_conv_path.
9062         (windows_make_so): Always define p.  Drop unused variable m.
9063         Don't use Win32 functions to check file existance, rather use
9064         access on Cygwin.  Fetch system directory using GetSystemDirectoryW.
9065         Use canonicalize_file_name to get full path.
9066         (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9067         to convert Unicode pathname to multibyte on Cygwin.  Otherwise,
9068         use correct target buffer size in call to WideCharToMultiByte.
9069         (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9070         (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9071         (windows_create_inferior): Convert all paths and arguments to wchar_t
9072         and use CreateProcessW on Cygwin.
9073         (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9074         (bad_GetModuleFileNameExA): Undefine for Cygwin.
9075         (bad_GetModuleFileNameExW): Define for Cygwin.
9076         (_initialize_loadable): Load GetModuleFileNameExW into
9077         dyn_GetModuleFileNameExW on Cygwin.  Don't load ANSI function on Cygwin.
9078
9079 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
9080
9081         PR python/11036
9082         * python/py-frame.c (frapy_read_var): Add block argument and logic
9083         to cope with user provided blocks.
9084
9085 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9086
9087         * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9088         New comment.
9089
9090 2010-02-28  Corinna Vinschen  <vinschen@redhat.com>
9091
9092         * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9093         (COMMON_OBS): ... to here since it's used unconditionally.
9094         (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9095         (SFILES): To here.
9096
9097 2010-02-26  David Daney  <ddaney@caviumnetworks.com>
9098
9099         * mips-linux-tdep.c: Update struct sigframe comments.
9100         (SIGFRAME_CODE_OFFSET): Delete macro.
9101         (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9102         this_frame's sp.
9103         (mips_linux_n32n64_sigframe_init): Same.
9104
9105 2010-02-26  Kevin Buettner  <kevinb@redhat.com>
9106
9107         * remote-mips.c (mips_load): Don't use pseudo-register when
9108         invalidating regcache.
9109
9110 2010-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
9111
9112         * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9113
9114 2010-02-26  Pedro Alves  <pedro@codesourcery.com>
9115
9116         * NEWS: Add "New targets" section, and mention ARM Symbian
9117         support.
9118
9119 2010-02-26  Ulrich Weigand  <uweigand@de.ibm.com>
9120
9121         * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9122         add ADDR_SIZE member.
9123         (allocate_piece_closure): Update.
9124         (copy_pieced_value_closure): Likewise.
9125         (dwarf2_evaluate_loc_desc): Likewise.
9126         (read_pieced_value): Use DWARF address size instead of
9127         GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9128
9129 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
9130             Tom Tromey  <tromey@redhat.com>
9131
9132         * python/py-type.c (typy_lookup_typename): Add in block argument.
9133         If provided restrict lookup to specified blocks.
9134         (gdbpy_lookup_type): Likewise.
9135         (typy_lookup_type): Likewise.
9136
9137 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
9138
9139         Symbian config
9140
9141         gdb/
9142         * arm-symbian-tdep.c: New.
9143         * configure.tgt (arm*-*-symbianelf*): New target.
9144         (*-*-symbianelf*): New OS.
9145         * osabi.c (gdb_osabi_names): Add Symbian.
9146         * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9147         * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9148         (ALLDEPFILES): Add arm-symbian-tdep.c.
9149
9150 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
9151
9152         * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9153
9154 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9155
9156         * mi/mi-main.c (mi_cmd_execute): Fix typo.
9157
9158 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
9159             Tom Tromey  <tromey@redhat.com>
9160             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9161
9162         * python/python.c (_initialize_python): Call
9163         gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9164         gdbpy_initialize_blocks.
9165         * python/python-internal.h: Declare struct symbol, block and
9166         symtab_and_line.  Declare block_object_type and
9167         symbol_object_type
9168         (gdbpy_lookup_symbol gdbpy_block_for_pc)
9169         (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9170         (symbol_to_symbol_object,  block_to_block_object)
9171         (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9172         (gdbpy_initialize_blocks ): Declare.
9173         * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9174         (frapy_select): Add methods.
9175         (frapy_read_var): Add symbol branch.
9176         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9177         py-block.
9178         (SUBDIR_PYTHON_SRCS): Likewise.
9179         (py-symbol.o): New rule.
9180         (py-symtab.o): Likewise.
9181         (py-block.o): Likewise.
9182         * python/py-symbol.c: New file.
9183         * python/py-symtab.c: Likewise.
9184         * python/py-block.c: Likewise.
9185
9186 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9187
9188         PR gdb/11321
9189
9190         * inferior.h (prepare_for_detach): Declare.
9191         (struct inferior) <detaching>: New field.
9192         * infrun.c (prepare_for_detach): New.
9193         (handle_inferior_event) <random signal>: Don't stop if detaching.
9194         * target.c (target_detach): Call prepare_for_detach.
9195
9196 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9197
9198         Per-process displaced stepping queue.
9199
9200         * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9201         (displaced_step_gdbarch, displaced_step_closure,
9202         (displaced_step_original, displaced_step_copy): Move globals to
9203         this...
9204         (struct displaced_step_inferior_state): ... new structure.
9205         (displaced_step_inferior_states): New global.
9206         (get_displaced_stepping_state, add_displaced_stepping_state)
9207         (remove_displaced_stepping_state, infrun_inferior_exit): New
9208         functions.
9209         (displaced_step_clear): Add displaced_step_inferior_state
9210         parameter, and adjust to handle it.
9211         (displaced_step_clear_cleanup): Parameter is now a
9212         displaced_step_inferior_state.  Adjust.
9213         (displaced_step_prepare): Adjust.
9214         (displaced_step_fixup, displaced_step_fixup)
9215         (infrun_thread_ptid_changed, resume): Adjust.
9216         (init_wait_for_inferior): Don't call displaced_step_clear.
9217         (infrun_thread_stop_requested): Rewrite.
9218         (_initialize_infrun): Install infrun_inferior_exit as
9219         inferior_exit observer.
9220
9221 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9222
9223         * inferior.h (ptid_match): Declare.
9224         * infrun.c (ptid_match): New.
9225         * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9226         (handle_notification): Add debug output.
9227         * linux-nat.c (ptid_match): Delete.
9228
9229 2010-02-24  David S. Miller  <davem@davemloft.net>
9230
9231         * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9232         * syscalls/sparc-linux.xml: New.
9233         * syscalls/sparc64-linux.xml: New.
9234         * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9235         * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9236         (sparc32_linux_get_syscall_number): New function.
9237         (sparc32_linux_init_abi): Set syscall XML file name and hook up
9238         syscall number fetcher.
9239         * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9240         (sparc64_linux_get_syscall_number): New function.
9241         (sparc64_linux_init_abi): Set syscall XML file name and hook up
9242         syscall number fetcher.
9243
9244 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
9245
9246         Multiexec MI
9247
9248         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9249         * inferior.c (add_inferior_silent): Notify inferior_added
9250         observer.
9251         (delete_inferior_1): Notify inferior_removed observer.
9252         (exit_inferior_1): Pass inferior, not pid, to observer.
9253         (inferior_appeared): Likewise.
9254         (add_inferior_with_spaces): New.
9255         (add_inferior_command): Use the above.
9256         * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9257         Declare.
9258
9259         * inflow.c (inflow_inferior_exit): Likewise.
9260         * jit.c (jit_inferior_exit_hook): Likewise.
9261
9262         * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9263         remove-inferior.
9264         * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9265         * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9266         (report_initial_inferior): New.
9267         (mi_inferior_removed): Register the above. Make sure
9268         inferior_added observer is called on the first inferior.
9269         (mi_new_thread, mi_thread_exit): Thread group is now identified by
9270         inferior number, not pid.
9271         (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9272         affected.
9273         * mi/mi-main.c (current_context): New.
9274         (proceed_thread_callback): Use typed closure.
9275         Proceed everything if pid is 0. Most implementation split into
9276         (proceed_thread): ... this.
9277         (run_one_inferior): New.
9278         (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9279         Adjust for multiexec behaviour.
9280         (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9281         (mi_cmd_execute): Handle the 'thread-group' option here.
9282         Do some extra checks.
9283         * mi-parse.c (mi_parse): Handle the --all and --thread-group
9284         options.
9285         * mi-parse.h (struct mi_parse): New fields all and thread_group.
9286
9287 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
9288
9289         Make -exec-run a proper MI commands.
9290
9291         * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9292         * mi/mi-cmds.c (mi_cmds): Adjust.
9293         * mi/mi-main.c (mi_cmd_exec_run): New.
9294
9295 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9296             Stan Shebs  <stan@codesourcery.com>
9297
9298         * tracepoint.h (set_traceframe_number)
9299         (cleanup_restore_current_traceframe): Declare.
9300         * tracepoint.c (set_traceframe_number): New.
9301         (struct current_traceframe_cleanup): New.
9302         (do_restore_current_traceframe_cleanup)
9303         (restore_current_traceframe_cleanup_dtor)
9304         (make_cleanup_restore_current_traceframe): New.
9305         * infrun.c: Include tracepoint.h.
9306         (fetch_inferior_event): Switch out and in of tfind mode.
9307
9308 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9309
9310         * breakpoint.c (breakpoint_init_inferior): Also delete
9311         bp_shlib_event breakpoints.
9312         * solib-frv.c (enable_break): Remove call to
9313         remove_solib_event_breakpoints.
9314         * solib-svr4.c (enable_break): Ditto.
9315         * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9316         * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9317         * solib-som.c (som_solib_create_inferior_hook): Ditto.
9318         * solib-spu.c (spu_enable_break): Ditto.
9319
9320 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
9321
9322         * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9323
9324 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
9325
9326         * varobj.c (varobj_update): Avoid non-constants in initializers.
9327
9328 2010-02-23  Tom Tromey  <tromey@redhat.com>
9329
9330         * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9331         handle big-endian values.
9332         (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9333
9334 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
9335
9336         PR9605
9337
9338         gdb/
9339         * breakpoint.c (insert_bp_location): If inserting the read
9340         watchpoint failed, fallback to an access watchpoint.
9341         (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9342         if the value changed, if not watching the same memory for writes.
9343         (watchpoint_locations_match): Add comment.
9344         (update_global_location_list): Copy the location's watchpoint type.
9345         * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9346         handle read watchpoints here.
9347         (i386_insert_watchpoint): Read watchpoints aren't supported.
9348         * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9349         packets.
9350         * target.h (target_insert_watchpoint): Update description.
9351
9352 2010-02-19  Tom Tromey  <tromey@redhat.com>
9353
9354         * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9355         * m2-typeprint.c (m2_print_type): Update.
9356         * gdbtypes.c (recursive_dump_type): Update.
9357         (copy_type_recursive): Update.
9358         * c-typeprint.c (c_type_print_varspec_prefix): Update.
9359         (c_type_print_base): Update.
9360         * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9361         Remove.
9362         (struct cplus_struct_type) <ntemplate_args>: Remove.
9363         <struct template_arg>: Remove.
9364         <is_dynamic>: Move earlier.
9365         (TYPE_TEMPLATE_ARGS): Remove.
9366         (TYPE_NTEMPLATE_ARGS): Remove.
9367         (TYPE_TEMPLATE_ARG): Remove.
9368
9369 2010-02-19  Tom Tromey  <tromey@redhat.com>
9370
9371         PR c++/8693, PR c++/9496:
9372         * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9373         * c-exp.y (lex_one_token): Rename from yylex.  Don't call
9374         write_dollar_variable.  Don't try to classify NAME tokens.
9375         (token_and_value): New type.
9376         (token_fifo, popping, name_obstack): New globals.
9377         (classify_name): New function.
9378         (classify_inner_name): Likewise.
9379         (yylex): Likewise.
9380         (VARIABLE): Now has type sval.
9381         (exp : VARIABLE): Call write_dollar_variable.
9382         (qualified_name): Use TYPENAME, not typebase.  Add production for
9383         multiple "::" instances.
9384         (variable): Use name_not_typename.
9385         (qualified_type): Remove.
9386         (typebase): Update.
9387
9388 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9389
9390         * symfile.c (addr_info_make_relative): Extend comment.  Move SECT to
9391         a more inner block.  Initialize ADDR by LOWER_OFFSET only if it was
9392         found by bfd_get_section_by_name.
9393         * symfile.h (struct section_addr_info) <sectindex>: New comment.
9394
9395 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
9396
9397         * NEWS: Add new "[...] since 7.1" section.  Rename the "[...] since
9398         7.0 section" into "Changes in 7.1".
9399
9400 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
9401
9402         GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9403         * version.in: Bump version to 7.1.50.20100219-cvs.
9404
9405 2010-02-18  Harald Koenig  <H.Koenig@science-computing.de>
9406
9407         * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9408         * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9409
9410 2010-02-17  Tom Tromey  <tromey@redhat.com>
9411
9412         * NEWS: Add Python API Improvements section.
9413
9414 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
9415
9416         * NEWS: Correct typo.
9417
9418 2010-02-17  Tom Tromey  <tromey@redhat.com>
9419
9420         * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9421
9422 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9423
9424         * symfile.c (build_section_addr_info_from_objfile): Include sections
9425         only if they are SEC_ALLOC or SEC_LOAD.
9426
9427 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
9428
9429         PR shlibs/11293
9430         * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9431         of ULONGEST for address size.
9432
9433 2010-02-17  Tom Tromey  <tromey@redhat.com>
9434
9435         * NEWS: Add C++ improvements section.
9436
9437 2010-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
9438
9439         * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9440         PyThreadState_Swap): Avoid "statement with no effect" warning.
9441
9442 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9443
9444         * solib-svr4.c (enable_break <target_auxv_search>): New variable
9445         addr_bit.  Adjust LOAD_ADDR sign for cross-arch inferiors.
9446
9447 2010-02-17  Tristan Gingold  <gingold@adacore.com>
9448             Petr Hluzin  <petr.hluzin@gmail.com>
9449
9450         * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9451         gdb_assert.  Fix info->size for SIG prologue.
9452
9453 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9454
9455         * infcmd.c (show_inferior_tty_command): Check for NULL.
9456         Correct output message.
9457
9458 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9459
9460         * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9461         FUNCTION contains parentheses.  Improve removal of a trailing
9462         single quote.
9463
9464 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9465
9466         * gcore.c (do_bfd_delete_cleanup): New function.
9467         (gcore_command): Use it.  Discard the cleanup after success.
9468         (gcore_copy_callback): Delete dead code.
9469
9470 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9471
9472         * symfile.c (addr_info_make_relative): Always use
9473         find_lowest_section.
9474
9475 2010-02-16  Sami Wagiaalla <swagiaal@redhat.com>
9476
9477         * NEWS: Added entry for namespace fixes.
9478
9479 2010-02-15  Tom Tromey  <tromey@redhat.com>
9480
9481         * dwarf2read.c (guess_structure_name): Allocate name on the
9482         objfile obstack.
9483
9484 2010-02-15  Tom Tromey  <tromey@redhat.com>
9485
9486         * c-typeprint.c (c_type_print_base): Reverse order of test.
9487
9488 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9489
9490         * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize.  Optionally
9491         initialize it from ELF BFD.  Extend the prelink condition by it.
9492
9493 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9494
9495         * defs.h (parse_pid_to_attach): New.
9496         * utils.c (parse_pid_to_attach): New.
9497         * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9498         * gnu-nat.c (gnu_attach): Likewise.
9499         * nto-procfs.c (procfs_attach): Likewise.
9500         * procfs.c (procfs_attach): Likewise.
9501         * windows-nat.c (windows_attach): Likewise.
9502         * inf-ptrace.c (inf_ptrace_attach): Likewise.  Remove variable dummy.
9503         * inf-ttrace.c (inf_ttrace_attach): Likewise.
9504         * remote.c (extended_remote_attach_1): Likewise.  New comment on getpid
9505         check.
9506
9507 2010-02-14  Masaki Muranaka  <monaka@monami-software.com>
9508
9509         * MAINTAINERS: Add myself for write after approval privileges.
9510
9511 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9512
9513         * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9514         block.
9515
9516 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9517
9518         * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9519         only if INFO_VERBOSE.
9520
9521 2010-02-12  Tomas Holmberg <th@virtutech.com>
9522
9523         * mi/mi-main.c: Added the --reverse flag to the following MI
9524         commands: exec-continue, exec-finish, exec-next, exec-step,
9525         exec-next-instruction, exec-step-instruction. This is to
9526         support reverse execution over the MI interface to gdb.
9527
9528 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9529
9530         * tracepoint.c (_initialize_tracepoint): Specify that the address
9531         range of `tfind outsize' is exclusive, and that the address range
9532         of `tfind range' is inclusive, in the commands' help strings.
9533
9534 2010-02-12  Joel Brobecker  <brobecker@adacore.com>
9535
9536         Spurious "dll not found" error messages on x64-windows.
9537         * windows-nat.c: Add include of complaints.h.
9538         (handle_unload_dll): Change dll-not-found error into a complaint.
9539
9540 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9541
9542         * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9543         bp_tracepoint and bp_fast_tracepoint, not
9544         bp_loc_software_breakpoint.
9545         (update_global_location_list): Tracepoints are never duplicates of
9546         anything.
9547
9548 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9549
9550         * breakpoint.c (break_command_really): Change return type to int.
9551         Return false if no breakpoint was created, true otherwise.
9552         (trace_command): Don't set the tracepoint count if no tracepoint
9553         was created.
9554         (ftrace_command): Ditto.
9555         (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
9556         created in the breakpoints table.
9557
9558 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9559             Ulrich Weigand  <uweigand@de.ibm.com>
9560
9561         * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
9562
9563 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9564
9565         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
9566         the offset value isn't of integral type.
9567
9568 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9569
9570         * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
9571         New.
9572
9573 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9574
9575         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
9576         non-subscriptable types.
9577         * valarith.c (binop_types_user_defined_p): New, abstracted out
9578         from ...
9579         (binop_user_defined_p): ... this.
9580         * value.h (binop_types_user_defined_p): Declare.
9581
9582 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9583
9584         * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
9585         Merge uploaded TSVs before merging uploaded tracepoints.
9586
9587 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9588
9589         * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
9590
9591 2010-02-11  Vladimir Prus  <vladimir@codesourcery.com>
9592
9593         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
9594         whitespace character after a dot in comment.
9595         (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
9596         Likewise.
9597         (list_args_or_locals): For the 'all' (that is
9598         -stack-list-variables) case, always output list of tuples.
9599         Output 'arg' field if variable is argument.
9600
9601 2010-02-10  Tom Tromey  <tromey@redhat.com>
9602
9603         * parser-defs.h (parser_debug): Declare.
9604         * parse.c (_initialize_parse): Install "debug parser" set/show
9605         command.
9606         (parser_debug): New global.
9607         (show_parserdebug): New function.
9608         * c-exp.y (c_parse): Set yydebug.
9609
9610 2010-02-10  H.J. Lu  <hongjiu.lu@intel.com>
9611
9612         * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
9613         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9614         (tdesc_predefined_types): Add i387_ext, i386_eflags and
9615         i386_mxcsr.
9616         (tdesc_find_type): New.
9617         (tdesc_gdb_type): Use tdesc_find_type.  Handle TDESC_TYPE_I387_EXT,
9618         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9619
9620         * target-descriptions.h (tdesc_find_type): New.
9621
9622 2010-02-10  Michael Snyder  <msnyder@vmware.com>
9623
9624         * gdb-gdb.py: Comment fix.
9625
9626 2010-02-09  Tristan Gingold  <gingold@adacore.com>
9627
9628         * machoread.c (macho_symfile_relocate): New function.
9629         (macho_sym_fns): Use macho_symfile_relocate instead of
9630         default_symfile_relocate.
9631         (macho_oso_data): New type.
9632         (current_oso): New variable.
9633         (macho_add_oso_symfile): Do not compute section_addr_info, but
9634         instead set vma of sections.
9635         Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
9636         Set and clear current_oso.
9637
9638 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
9639
9640         Wrong type description for tagged type parameter.
9641         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
9642         EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
9643         reference to a tagged type.
9644
9645 2010-02-09  Tristan Gingold  <gingold@adacore.com>
9646
9647         * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
9648         brothers of the parent.
9649
9650 2010-02-08  Tom Tromey  <tromey@redhat.com>
9651
9652         PR c++/8017:
9653         * value.h: Update.
9654         * valops.c (search_struct_field): Make 'name' const.
9655         (search_struct_method): Likewise.
9656         (find_method_list): Make 'method' const.
9657         (value_struct_elt): Make 'name' and 'err' const.
9658         (value_find_oload_method_list): Make 'method' const.
9659         (find_overload_match): Make 'name' const.
9660         * eval.c (evaluate_subexp_standard): New locals function,
9661         function_name.
9662         <OP_FUNCALL>: Handle OP_SCOPE specially.
9663
9664 2010-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
9665
9666         * infrun.c (handle_inferior_event): Do not look up regcache
9667         for exited processes.
9668
9669 2010-02-08  Chris Moller  <moller@mollerware.com>
9670
9671         PR gdb/10728
9672         * valarith.c (value_ptrdiff): Added a test for a zero type length,
9673         warn if found, and assume length = 1.
9674
9675 2010-02-08  Chris Moller  <cmoller@redhat.com>
9676
9677         PR gdb/9067
9678         * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
9679         (cp_print_static_field)  Fix use of obstacks.
9680
9681 2010-02-08  Pedro Alves  <pedro@codesourcery.com>
9682
9683         * linux-nat.c (linux_nat_resume): In non-stop, also only tag
9684         resumed LWPs as resumed.
9685         (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
9686         we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
9687         of throwing an internal error.  If an LWP of a process we're not
9688         waiting for reports a signal, don't force collecting a SIGSTOP,
9689         and if it was breakpoint hit in non-stop mode, cancel it.  Don't
9690         go through all LWPs cancelling breakpoints in non-stop mode.
9691         (resume_stopped_resumed_lwps): New.
9692         (linux_nat_wait): Use it.
9693
9694 2010-02-07  H.J. Lu  <hongjiu.lu@intel.com>
9695
9696         * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
9697         i386/amd64 and i386/amd64-linux.
9698         (i386/i386-expedite): New.
9699         (i386/i386-linux-expedite): Likewise.
9700         (i386/amd64-expedite):Likewise.
9701         (i386/amd64-linux-expedite): Likewise.
9702         ($(outdir)/i386/i386-linux.dat): Likewise.
9703         ($(outdir)/i386/amd64.dat): Likewise.
9704         ($(outdir)/i386/amd64-linux.dat): Likewise.
9705
9706         * features/i386/32bit-core.xml: New.
9707         * features/i386/32bit-linux.xml: Likewise.
9708         * features/i386/32bit-sse.xml: Likewise.
9709         * features/i386/64bit-core.xml: Likewise.
9710         * features/i386/64bit-linux.xml: Likewise.
9711         * features/i386/64bit-sse.xml: Likewise.
9712         * features/i386/i386-linux.xml: Likewise.
9713         * features/i386/i386.xml: Likewise.
9714         * features/i386/amd64-linux.xml: Likewise.
9715         * features/i386/amd64.xml: Likewise.
9716         * features/i386/i386-linux.c: Likewise.
9717         * features/i386/i386.c: Likewise.
9718         * features/i386/amd64-linux.c: Likewise.
9719         * features/i386/amd64.c: Likewise.
9720
9721 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
9722
9723         PR c++/7935:
9724         * cp-support.h: Added char* alias element to using_direct data
9725         struct.
9726         (cp_add_using): Added char* alias argument.
9727         (cp_add_using_directive): Ditto.
9728         * cp-namespace.c: Updated with the above changes.
9729         (cp_lookup_symbol_imports): Check for aliases.
9730         * dwarf2read.c (read_import_statement): Figure out local alias
9731         for the import and pass it on to cp_add_using.
9732         (read_namespace): Pass alias argument to cp_add_using.
9733
9734 2010-02-05  Hui Zhu  <teawater@gmail.com>
9735
9736         * defs.h (gdb_bfd_errmsg): New extern.
9737         * exec.c (exec_file_attach): Change bfd_errmsg to
9738         gdb_bfd_errmsg.
9739         * utils.c (AMBIGUOUS_MESS1): New macro.
9740         (AMBIGUOUS_MESS2): New macro.
9741         (gdb_bfd_errmsg): New function.
9742
9743 2010-02-04  Doug Evans  <dje@google.com>
9744
9745         * solib-svr4.c (enable_break): Add comment.
9746
9747 2010-02-04  Anthony Green  <green@moxielogic.com>
9748
9749         * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
9750         gracefully.
9751
9752 2010-02-04  Tom Tromey  <tromey@redhat.com>
9753
9754         * valops.c (search_struct_field): Account for
9755         value_embedded_offset.  Fix check for virtual base past the end of
9756         the object.  Use value_copy when making a slice of the value.
9757
9758 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
9759
9760         PR tui/9622
9761         * tui/tui-interp.c (tui_init): Call tui_initialize_readline
9762         only if gdb_stdout is a tty.
9763
9764 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
9765
9766         * target-descriptions.c: Include "osabi.h".
9767         (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
9768         OSABI.
9769
9770 2010-02-04  Tristan Gingold  <gingold@adacore.com>
9771
9772         * machoread.c (macho_add_oso): Renamed to macho_register_oso.
9773         (macho_symtab_read): Adjust calls to macho_add_oso.
9774         (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
9775         (macho_symfile_read): Adjust call to macho_oso_symfile.
9776         (macho_new_init): Move this function after declarations.
9777         (macho_symfile_init): Ditto.
9778         * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
9779         * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
9780
9781 2010-02-04  Vladimir Prus  <vladimir@codesourcery.com>
9782
9783         Include MI command in remotelog.
9784
9785         * mi/mi-main.c (mi_execute_command): Call target_log_command.
9786
9787 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
9788
9789         * remote.c (remote_state): Remove gdbarch.
9790         (init_remote_state): Don't set gdbarch.
9791         (remote_query_supported): Pass target_gdbarch instead of
9792         rs->gdbarch to gdbarch_qsupported.
9793
9794 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
9795
9796         * gdbarch.sh: Add qsupported.
9797
9798         * gdbarch.c: Regenerated.
9799         * gdbarch.h: Likewise.
9800
9801         * remote.c (remote_state): Add gdbarch.
9802         (init_remote_state): Set gdbarch.
9803         (remote_query_supported): Support gdbarch_qsupported.
9804
9805 2010-02-03  Daniel Jacobowitz  <dan@codesourcery.com>
9806
9807         * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
9808         __FreeBSD_kernel_version.
9809
9810 2010-02-03  Tristan Gingold  <gingold@adacore.com>
9811
9812         * symfile.h (struct sym_fns): Add sym_relocate field.
9813         (default_symfile_relocate): New prototype.
9814         (symfile_relocate_debug_section): First argument is now an objfile.
9815         * symfile.c (default_symfile_relocate): Rename from
9816         symfile_relocate_debug_section, first argument is now an objfile.
9817         (symfile_relocate_debug_section): New function.
9818         * coffread.c (coff_sym_fns): Set sym_relocate field.
9819         * somread.c (som_sym_fns): Ditto.
9820         * mipsread.c (ecoff_sym_fns): Ditto.
9821         * machoread.c (macho_sym_fns): Ditto.
9822         * elfread.c (elf_sym_fns): Ditto.
9823         * dwarf2read.c (dwarf2_read_section): Ditto.
9824         * xcoffread.c (xcoff_sym_fns): Ditto.
9825         * dbxread.c (aout_sym_fns): Ditto.
9826         (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
9827         (elfstab_build_psymtabs): Ditto.
9828
9829 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
9830
9831         * defs.h (MAX_REGISTER_SIZE): Increase to 32.
9832
9833 2010-02-02  Tom Tromey  <tromey@redhat.com>
9834
9835         * valops.c (value_cast_structs): Try downcasting using the RTTI
9836         type.
9837
9838 2010-02-02  Tom Tromey  <tromey@redhat.com>
9839
9840         * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
9841         (gnuv2_baseclass_offset): Now static.
9842         * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
9843         * gnu-v2-abi.h: Remove.
9844
9845 2010-02-02  Tom Tromey  <tromey@redhat.com>
9846
9847         * m2-typeprint.c (m2_record_fields): Don't use
9848         TYPE_DECLARED_TYPE.
9849         * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
9850         (struct main_type) <flag_declared_class>: New field.
9851         (struct cplus_struct_type) <declared_type>: Remove.
9852         <ntemplate_args>: Move earlier.
9853         (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
9854         (DECLARED_TYPE_TEMPLATE): Remove.
9855         (TYPE_DECLARED_TYPE): Remove.
9856         * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
9857         * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
9858         * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
9859         TYPE_DECLARED_TYPE.
9860
9861 2010-02-02  Tom Tromey  <tromey@redhat.com>
9862
9863         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
9864         * valops.c (search_struct_field): Compute nbases after calling
9865         CHECK_TYPEDEF.
9866         (check_field): Call CHECK_TYPEDEF.
9867         * cp-valprint.c (cp_print_value): Pass correct address to
9868         baseclass_offset.  Fix check for virtual base past the end of the
9869         object.  Don't offset address passed to cp_print_value_fields or
9870         apply_val_pretty_printer.
9871         (cp_print_value_fields): Fix call to val_print.
9872         (cp_print_value_fields_rtti): New function.
9873         * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
9874         * p-valprint.c (pascal_object_print_value_fields): Fix call to
9875         val_print.
9876         * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
9877         offset to address.
9878         * language.h (struct language_defn) <la_val_print>: Document.
9879         * c-lang.h (cp_print_value_fields_rtti): Declare.
9880
9881 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9882
9883         PR libc/11214:
9884         * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9885         (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
9886         (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9887
9888 2010-02-01  Michael Matz  <matz@suse.de>
9889             Daniel Jacobowitz  <dan@codesourcery.com>
9890
9891         * i386-tdep.c (i386_frame_cache): Assume valid anonymous
9892         functions use a frame pointer.
9893
9894 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9895
9896         * solib-svr4.c (scan_dyntag): New variable dyn_addr.  Replace gdb_assert
9897         by a conditional setting DYN_ADDR.  Use DYN_ADDR.
9898         * config/djgpp/fnchange.lst: Add translations for
9899         symbol-without-target_section.exp and symbol-without-target_section.c.
9900
9901 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9902
9903         * gdbarch.sh: Set LANG and LC_ALL to C, not c.
9904         (remote_breakpoint_for_pc): Correct invalid_p check.
9905         * gdbarch.c: Regenerated.
9906
9907 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9908
9909         * arm-tdep.c (arm_find_mapping_symbol): New function, from
9910         arm_pc_is_thumb.
9911         (arm_pc_is_thumb): Use arm_find_mapping_symbol.
9912         (extend_buffer_earlier): New function.
9913         (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
9914         (arm_adjust_breakpoint_address): New function.
9915         (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
9916
9917 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9918
9919         * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
9920         (arm_linux_thumb2_le_breakpoint): New constants.
9921         (arm_linux_init_abi): Set thumb2_breakpoint and
9922         thumb2_breakpoint_size.
9923         * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
9924         (thumb_get_next_pc): Add a comment.  Rename IT to ITSTATE.
9925         Implement support for single stepping through IT blocks if
9926         a 32-bit Thumb breakpoint instruction is available.
9927         (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
9928         is available, use it when needed.
9929         (arm_remote_breakpoint_from_pc): New function.
9930         (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
9931         * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
9932         comment.  Add thumb2_breakpoint and thumb2_breakpoint_size.
9933
9934 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9935
9936         * arch-utils.c (default_remote_breakpoint_from_pc): New function.
9937         * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
9938         * gdbarch.c, gdbarch.h: Regenerated.
9939         * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
9940         * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
9941         gdbarch_remote_breakpoint_from_pc.
9942
9943 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
9944
9945         * infrun.c (prepare_to_proceed): Handle other signals which might
9946         match a breakpoint.
9947         (handle_inferior_event): Move the check for unusual breakpoint
9948         signals earlier.
9949
9950 2010-01-29  Paul Hilfinger  <hilfinger@adacore.com>
9951
9952         amd64 - function returning record with field straddling 2 registers.
9953         * amd64-tdep.c (amd_classify_aggregate): Handle the case of
9954         a record of length <= 16 in which a field straddles the two
9955         eightbytes.
9956
9957 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9958
9959         Implement return values on amd64-windows.
9960         * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
9961         (amd64_windows_return_value): New function.
9962         (amd64_windows_init_abi): Call set_gdbarch_return_value with
9963         amd64_windows_return_value.
9964
9965 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9966
9967         amd64-windows: 32 bytes allocated on stack by caller for integer
9968         parameter registers.
9969         * i386-tdep.h (struct gdbarch_tdep): Add new field
9970         integer_param_regs_saved_in_caller_frame.
9971         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9972         tdep->integer_param_regs_saved_in_caller_frame to 1.
9973         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
9974         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
9975
9976 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9977
9978         amd64-windows: memory args passed by pointer during function calls.
9979         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
9980         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
9981         where tdep->memory_args_by_pointer is non-zero.
9982         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9983         tdep->memory_args_by_pointer to 1.
9984
9985 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9986
9987         amd64-windows: Integer parameters in function calls.
9988         * i386-tdep.h (enum amd64_reg_class): New, moved here from
9989         amd64-tdep.c.
9990         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
9991         call_dummy_integer_regs, and classify.
9992         * amd64-tdep.h (amd64_classify): Add declaration.
9993         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
9994         (amd64_reg_class): Delete, moved to i386-tdep.h.
9995         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
9996         Replace call to amd64_classify by call to tdep->classify.
9997         (amd64_push_arguments): Get the list of registers to use for
9998         passing integer parameters from the gdbarch tdep structure,
9999         rather than using a hardcoded one.  Replace calls to amd64_classify
10000         by calls to tdep->classify.
10001         (amd64_push_dummy_call): Get the register number used for
10002         the "hidden" argument from tdep->call_dummy_integer_regs.
10003         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
10004         and tdep->call_dummy_integer_regs.  Set tdep->classify.
10005         * amd64-windows-tdep.c: Add include of gdbtypes.h.
10006         (amd64_windows_dummy_call_integer_regs): New static global.
10007         (amd64_windows_classify): New function.
10008         (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
10009         tdep->call_dummy_integer_regs and tdep->classify.
10010
10011 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
10012
10013         * regcache.c (regcache_xmalloc): Add aspace argument.  Use it
10014         for the new regcache.  All callers updated.
10015         (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
10016         (get_thread_arch_regcache): Do not set aspace here.
10017         * regcache.h (regcache_xmalloc): Update declaration.
10018
10019         * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
10020         regcache_xmalloc updated.
10021
10022 2010-01-28  Joel Brobecker  <brobecker@adacore.com>
10023
10024         Another -Wunused-function error in procfs.c (sparc-solaris)
10025         * procfs.c (insert_dbx_link_breakpoint): Delete declaration.  Move up.
10026         Only define if SYS_syssgi is defined.
10027         (remove_dbx_link_breakpoint): Delete declaration.  Move up.
10028         (dbx_link_addr, insert_dbx_link_bpt_in_file)
10029         (insert_dbx_link_bpt_in_region): Move up.  Only define if SYS_syssgi
10030         is itself defined.
10031
10032 2010-01-27  Christopher Faylor  <me+cygwin@cgf.cx>
10033
10034         * windows-nat.c (windows_initialization_done): New variable.
10035         (get_windows_debug_event): Issue error when process dies before
10036         completely initializing.
10037         (do_initial_windows_stuff): Set flag to indicate when we are done with
10038         the initial steps of attaching to the child.
10039
10040 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10041
10042         * symtab.h (struct symbol <symtab>): New comment on NULL values.
10043
10044 2010-01-27  Doug Evans  <dje@google.com>
10045
10046         * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10047
10048         * breakpoint.c (bpstat_stop_status): Delete useless code.
10049
10050 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10051
10052         * printcmd.c (display_uses_solib_p): Remove variable section.  Access
10053         objfile via SYMBOL_SYMTAB.
10054
10055 2010-01-26  Tom Tromey  <tromey@redhat.com>
10056
10057         PR exp/7643:
10058         * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10059         coerce_array on result.
10060
10061 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
10062
10063         * cp-namespace.c (cp_lookup_symbol_namespace): Added
10064         search_parent argument.
10065         (cp_add_using): Initialize 'searched' field.
10066         (reset_directive_searched): New function.
10067         * cp-support.h: Add 'searched' field to using_direct struct.
10068         (cp_lookup_symbol_imports): Ditto.
10069         * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10070         Perform recursive search.
10071         Implement non parent search.
10072         * valops.c (value_maybe_namespace_elt): Updated.
10073
10074 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
10075
10076         PR gdb/10929:
10077         * dwarf2read.c (read_lexical_block_scope): Create blocks for
10078         scopes which contain using directives even if they contain no
10079         declarations.
10080         * symtab.c (lookup_symbol_aux): Pass lowest level block to
10081         la_lookup_symbol_nonlocal.
10082         * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10083         cp_lookup_symbol_namespace.
10084         (cp_lookup_symbol_namespace): Perform an import lookup at every
10085         block level.
10086         (cp_lookup_symbol_imports): New function.
10087         (cp_lookup_symbol_in_namespace): New function.
10088
10089 2010-01-25  Tom Tromey  <tromey@redhat.com>
10090
10091         PR gdb/11049:
10092         * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10093         result.
10094
10095 2010-01-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10096
10097         * configure.ac: Only use host_os part when disabling TUI on osf.
10098         Use test to check variables, prefix strings with x.
10099         * configure: Regenerate.
10100
10101         * solib-osf.c (osf_current_sos): Initialize tail.
10102
10103 2010-01-25  gingold  <gingold@adacore.com>
10104
10105         * windows-nat.c (windows_continue): Use %x to print thread id.
10106         (get_windows_debug_event): Ditto.
10107
10108 2010-01-22  Tom Tromey  <tromey@redhat.com>
10109
10110         PR symtab/11199:
10111         * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10112         type and arguments.  Use smash_to_methodptr_type.
10113         (read_structure_type): Call quirk_gcc_member_function_pointer
10114         later.
10115         * gdbtypes.h (smash_to_methodptr_type): Declare.
10116         * gdbtypes.c (smash_to_methodptr_type): New function.
10117         (lookup_methodptr_type): Use it.
10118
10119 2010-01-21  Tom Tromey  <tromey@redhat.com>
10120
10121         PR symtab/11198:
10122         * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10123         * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10124         * glibc-tdep.c (find_minsym_and_objfile): Remove.
10125         (glibc_skip_solib_resolver): Use
10126         lookup_minimal_symbol_and_objfile.
10127
10128 2010-01-21  Kai Tietz  <kai.tietz@onevision.com>
10129
10130         * inflow.c (check_syscall): Guard by #if clause for GO32 and
10131         WIN32 targets.
10132
10133 2010-01-20  Tom Tromey  <tromey@redhat.com>
10134
10135         PR backtrace/10770:
10136         * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10137         BINOP_GEQ.  Handle BINOP_NOTEQUAL in the signed case.
10138         * dwarf2expr.c (new_dwarf_expr_context): Allocate
10139         dwarf_stack_values, not CORE_ADDRs.
10140         (execute_stack_op): Change DW_OP_div and comparison operators to
10141         use signed operands.
10142
10143 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
10144
10145         Per-inferior args and tty and environment.
10146
10147         * infcmd.c (inferior_args): Rename to ...
10148         (inferior_args_scratch): ... this.
10149         (inferior_io_terminal): Rename to ...
10150         (inferior_io_terminal_scratch): ... this.
10151         (inferior_argc, inferior_argv): Remove.
10152         (set_inferior_io_terminal, get_inferior_io_terminal): Store
10153         inside current_inferior().
10154         (set_inferior_tty_command, show_inferior_tty_command): New.
10155         (get_inferior_args, set_inferior_args): Store inside
10156         current_inferior().
10157         (notice_args_set): Likewise and rename to...
10158         (set_args_command): ... this.
10159         (set_inferior_args_vector): Likewise.
10160         (notice_args_read): Rename to...
10161         (show_args_command): ...new.
10162         (tty_command): Remove.
10163         (run_command_1): Don't free old args, as they are freed by
10164         set_inferior_arg now.
10165         (run_no_args_command): Likewise.
10166         (inferior_environ): Remove.
10167         (run_command_1): Use environment of the current inferior.
10168         (environment_info, set_environment_command)
10169         (unset_environment_command, path_info, path_command): Likewise.
10170         (_initialize_infcmd): Adjust for function and variable renames.
10171         Do not init inferior_environ.
10172         * inferior.h (set_inferior_arg): Adjust prototype.
10173         (struct inferior): New fields args, argc, argv, terminal, environment.
10174         (inferior_environ): Remove declaration.
10175         * inferior.c (free_inferior): Free new fields.
10176         (add_inferior_silent): Initialize 'environment' field.
10177         * main.c (captured_main): Set arguments only after the initial
10178         inferior has been created.  Set set_inferior_io_terminal,
10179         not tty_command.
10180         * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10181         inferior.
10182         (_initialize_mi_cmd_env): Adjust for disappearance of global
10183         inferior_environ.
10184         * solib.c (solib_find): Use environment of the current inferior.
10185
10186 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10187
10188         * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10189         HAVE_PYTHON.
10190         (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10191
10192 2010-01-20  Joel Brobecker  <brobecker@adacore.com>
10193
10194         Get rid of ada-lang.c:function_name_from_pc.
10195         * ada-lang.c: Add "stack.h" #include.
10196         (function_name_from_pc): Delete.
10197         (is_known_support_routine): Replace call to function_name_from_pc
10198         by call to find_frame_funname.
10199         (ada_unhandled_exception_name_addr_from_raise): Likewise.
10200
10201 2010-01-19  Tom Tromey  <tromey@redhat.com>
10202
10203         PR c++/11026:
10204         * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10205         objfile obstack.
10206
10207 2010-01-19  Tom Tromey  <tromey@redhat.com>
10208
10209         * top.c (stop_sig, float_handler, do_nothing): Remove.
10210
10211 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10212
10213         * breakpoint.c (watchpoint_check): Check the call
10214         gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10215         Extend the comment.
10216         * config/djgpp/fnchange.lst: Add translations for
10217         watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10218         watchpoint-cond-gone-stripped.c.
10219
10220 2010-01-19  Tom Tromey  <tromey@redhat.com>
10221
10222         PR c++/8000:
10223         * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10224         into parent scope, and enumerator into grandparent scope.
10225
10226 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10227
10228         * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10229
10230 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10231
10232         * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10233         i[34567]86-*-solaris2.1[0-9]*.
10234         * configure.tgt: Likewise.
10235
10236 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10237
10238         * NEWS: Document the source command enhancement allowing it
10239         to load Python scripts. Document the "set/show script-extension"
10240         commands.
10241
10242 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10243
10244         Add -Wunused-function to compile flags.
10245         * configure.ac: Add -Wunused-function to build_warnings.
10246         * configure: Regenerate.
10247
10248 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10249
10250         "delete" ada-lex.c:input function, not used.
10251         * ada-lex.l: #define YY_NO_INPUT.
10252
10253 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10254
10255         Delete free_named_symtabs and associated cleanup.
10256         * symfile.h (free_named_symtabs): Delete declaration.
10257         * symfile.c: Remove some commented out code (clear_symtab_users_once).
10258         (cashier_psymtab): Comment function out.
10259         Delete declaration.
10260         (free_named_symtabs): Delete.
10261         * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10262         * dbxread.c (end_psymtab): Likewise.
10263         * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10264         * exec.c (exec_close_1): Ditto.
10265         * xcoffread.c (xcoff_end_psymtab): Likewise.
10266
10267 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10268
10269         * stack.c (print_block_frame_labels): Comment function out.
10270
10271 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10272
10273         Delete unused or undefined functions.
10274         * breakpoint.c (ep_parse_optional_filename): Delete.
10275         * dcache.c (dcache_write_line): Remove declaration.
10276         * infrun.c (build_infrun): Remove declaration.
10277         * tracepoint.c (tracepoint_save_command): Remove declaration.
10278         * linux-nat.c (init_lwp_list): Delete. No longer used.
10279         * event-loop.c (check_async_signal_handlers): Delete declaration.
10280         * infrun.c (init_execution_control_state): Delete.
10281         (proceed): Update comment to avoid mentioning
10282         init_execution_control_state.
10283         * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10284         * ada-lang.c (ada_to_static_fixed_value): Delete.
10285         * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10286         * cp-namespace.c (cp_copy_usings): Delete.
10287         * xml-syscall.c (xml_number_of_syscalls): Delete.
10288         * progspace.c (find_program_space_by_num): Delete.
10289         * inflow.c (handle_sigio): Delete declaration.
10290         * hppa-tdep.c (hppa_alignof): Delete.
10291         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10292         (mipsnbsd_core_osabi_sniffer): Delete.
10293
10294 2010-01-18  Tom Tromey  <tromey@redhat.com>
10295
10296         PR c++/9680:
10297         * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10298         (CONST_CAST): New tokens.
10299         (exp): Add new productions.
10300         (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10301         reinterpret_cast.
10302         (is_cast_operator): New function.
10303         (yylex): Handle cast operators specially.
10304         * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10305         UNOP_REINTERPRET_CAST>: New cases.
10306         * expprint.c (print_subexp_standard): Likewise.
10307         (op_name_standard): Likewise.
10308         (dump_subexp_body_standard): Likewise.
10309         * parse.c (operator_length_standard): Likewise.
10310         * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10311         UNOP_REINTERPRET_CAST.
10312         * gdbtypes.c (class_types_same_p): New function.
10313         (is_ancestor): Use it.
10314         (is_public_ancestor): New function.
10315         (is_unique_ancestor_worker): Likewise.
10316         (is_unique_ancestor): Likewise.
10317         * gdbtypes.h (class_types_same_p, is_public_ancestor)
10318         (is_unique_ancestor): Declare.
10319         * valops.c (value_reinterpret_cast): New function.
10320         (dynamic_cast_check_1): Likewise.
10321         (dynamic_cast_check_2): Likewise.
10322         (value_dynamic_cast): Likewise.
10323         * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10324
10325 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10326
10327         Fix build failure when building without Python support.
10328         * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10329         is not defined.
10330
10331 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10332
10333         Use XVS field type instead of doing a parallel lookup.
10334         * ada-lang.c (ada_get_base_type): Follow the XVS field type
10335         if it is a reference type instead of doing a type lookup using
10336         the XVS field name.
10337
10338 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10339
10340         Trust PAD types instead of using PAD___XVS.
10341         * ada-lang.c (trust_pad_over_xvs): New static variable.
10342         (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10343         parallel XVS type, follow the XVS type instead of the PAD type.
10344         (unwrap_value): Make sure that there is no parallel XVE type
10345         before returning the value as is.
10346         (set_ada_list, show_ada_list): New static variables.
10347         (set_ada_command, show_ada_command): New functions.
10348         (_initialize_ada_language): Add new "set/show ada" prefix commands.
10349         Add new "set/show ada trust-PAD-over-XVS" setting.
10350
10351 2010-01-18  Tom Tromey  <tromey@redhat.com>
10352             Thiago Jung Bauermann  <bauerman@br.ibm.com>
10353
10354         Allow "source" to load python scripts.
10355         * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10356         * python/python.c (source_python_script): New function.
10357         * python/python.h (source_python_script): Add declaration.
10358         * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10359         (script_ext_off, script_ext_soft, script_ext_strict)
10360         (script_ext_enums, script_ext_mode): New static constants.
10361         (show_script_ext_mode, find_and_open_script): New functions.
10362         (source_script): Enhance to handle Python scripts.
10363         (init_cli_cmds): Add set/show script-extension commands.
10364
10365 2010-01-16  Stan Shebs  <stan@codesourcery.com>
10366
10367         * tracepoint.h (struct trace_status): Use unsigned long long
10368         instead of size_t.
10369         * tracepoint.c (trace_status_command): Fix printf directive.
10370         (trace_save_command): Check fwrite returns, fix printf directive.
10371         (trace_filename): New global.
10372         (tfile_open): Set it, check read returns.
10373         (tfile_close): Free trace_filename.
10374         (tfile_get_traceframe_address): Check read returns.
10375         (tfile_trace_find): Ditto.
10376         (tfile_fetch_registers): Ditto.
10377         (tfile_xfer_partial): Ditto.
10378         (tfile_get_trace_state_variable_value): Ditto.
10379
10380 2010-01-15  Stan Shebs  <stan@codesourcery.com>
10381
10382         Add trace file support.
10383         * tracepoint.h (enum trace_stop_reason): New enum.
10384         (struct trace_status): New struct.
10385         (parse_trace_status): Declare.
10386         (struct uploaded_tp): Move here from remote.c,
10387         add fields for actions.
10388         (struct uploaded_tsv): New struct.
10389         * tracepoint.c (tfile_ops): New target vector.
10390         (trace_fd): New global.
10391         (tfile_open): New function.
10392         (tfile_close): New function.
10393         (tfile_files_info): New function.
10394         (tfile_get_trace_status): New function.
10395         (tfile_get_traceframe_address): New function.
10396         (tfile_trace_find): New function.
10397         (tfile_fetch_registers): New function.
10398         (tfile_xfer_partial): New function.
10399         (tfile_get_trace_state_variable_value): New function.
10400         (init_tfile_ops): New function.
10401         (_initialize_tracepoint): Call it, add tfile target.
10402         (trace_status): New global.
10403         (current_trace_status): New function.
10404         (trace_running_p): Remove, change all users to get from
10405         current_trace_status()->running.
10406         (get_trace_status): Remove.
10407         (trace_status_command): Call target_get_trace_status directly,
10408         report more detail including tracing stop reasons.
10409         (trace_find_command): Always allow tfind on a file.
10410         (trace_find_pc_command): Ditto.
10411         (trace_find_tracepoint_command): Ditto.
10412         (trace_find_line_command): Ditto.
10413         (trace_find_range_command): Ditto.
10414         (trace_find_outside_command): Ditto.
10415         (trace_frames_offset, cur_offset): Declare as off_t.
10416         (trace_regblock_size): Rename from reg_size, update users.
10417         (parse_trace_status): New function.
10418         (tfile_interp_line): New function.
10419         (disconnect_or_stop_tracing): Ensure current trace
10420         status before asking what to do.
10421         (stop_reason_names): New global.
10422         (trace_save_command): New command.
10423         (get_uploaded_tp): Move here from remote.c.
10424         (find_matching_tracepoint): Ditto.
10425         (merge_uploaded_tracepoints): New function.
10426         (parse_trace_status): Use stop_reason_names.
10427         (_initialize_tracepoint): Define tsave command.
10428         * target.h (target_ops): New fields to_save_trace_data,
10429         to_upload_tracepoints, to_upload_trace_state_variables,
10430         to_get_raw_trace_data, change to_get_trace_status
10431         to take a pointer to a status struct.
10432         (target_save_trace_data): New macro.
10433         (target_upload_tracepoints): New macro.
10434         (target_upload_trace_state_variables): New macro.
10435         (target_get_raw_trace_data): New macro.
10436         * target.c (update_current_target): Add new methods, change
10437         signature of to_get_trace_status.
10438         * remote.c (hex2bin): Make globally visible.
10439         (bin2hex): Ditto.
10440         (remote_download_trace_state_variable): Download name also.
10441         (remote_get_trace_status): Update parameter, use
10442         parse_trace_status.
10443         (remote_save_trace_data): New function.
10444         (remote_upload_tracepoints): New function.
10445         (remote_upload_trace_state_variables): New function.
10446         (remote_get_raw_trace_data): New function.
10447         (remote_start_remote): Use them.
10448         (_initialize_remote_ops): Add operations.
10449         * ax-gdb.c: Include breakpoint.h.
10450         * breakpoint.c (create_tracepoint_from_upload): Use
10451         break_command_really, return tracepoint, warn about unimplemented
10452         parts.
10453         * NEWS: Mention trace file addition.
10454
10455 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10456
10457         Fix compilation warning on gcc-3.4.
10458         * exec.c (print_section_info): Move the `displacement' variable
10459         initialization to its declaration.
10460
10461 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10462
10463         * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10464         comparison.
10465
10466 2010-01-15  Eric Botcazou  <botcazou@adacore.com>
10467
10468         "info tasks" broken by typedefs in ATCB type definitions.
10469         * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10470         ada_check_typedef before retrieving the length of the type for
10471         regular fields.
10472
10473 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
10474
10475         Do not use name-based lookup for unconstrained packed arrays.
10476         * ada-lang.c (find_parallel_type_by_descriptive_type):
10477         Limit the fallback to name-based lookups to the case where
10478         the type is a constrained packed array.
10479
10480 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
10481
10482         Enhance gdb-gdb.py to handle main_type.type_specific.
10483         * gdb-gdb.py: Print the type-specific part of struct main_type.
10484
10485 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10486
10487         * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10488         * configure: Regenerate.
10489         * config.in: Regenerate.
10490         * utils.c: Include sys/resource.h.
10491         (dump_core, can_dump_core): New.
10492         (internal_vproblem): Update the comment.  Check can_dump_core while
10493         setting dump_core_p.  Replace two abort calls by dump_core calls.
10494
10495 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10496             Eli Zaretskii  <eliz@gnu.org>
10497
10498         * NEWS: Document the PIE support.
10499
10500 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10501
10502         * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10503         (check_is_pie_binary, _initialize_linux_tdep): Remove.
10504
10505 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10506
10507         * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10508         Replace exec_entry_point call by bfd_get_start_address.
10509
10510 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10511
10512         Support Valgrind attachments broken by the PIE support.
10513         * auxv.c: Include gdbcore.h.
10514         (procfs_xfer_auxv): Make static.  Reduce its comment.  Drop its
10515         parameters ops, object and annex.  Remove their assertions.
10516         (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10517         * auxv.h (procfs_xfer_auxv): Remove comment.  Rename to ...
10518         (memory_xfer_auxv): ... here.
10519         * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10520         memory_xfer_auxv.
10521         * procfs.c (procfs_xfer_partial): Likewise.
10522         * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10523         (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10524         (svr4_solib_create_inferior_hook): Conditionalize the
10525         svr4_relocate_main_executable call.
10526
10527 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10528
10529         * solib-svr4.c (scan_dyntag): Remove variable dyn_addr.  New variable
10530         target_section.  Find SECT in current_target_sections, gdb_assert it.
10531         (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10532         New variable abfd.
10533         * symtab.c (lookup_objfile_from_block): Return the binary file instead
10534         of separate debug info file.
10535
10536 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10537
10538         Support PIEs with no symfile_objfile.
10539         * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10540         * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10541
10542 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10543
10544         * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
10545         code part to ...
10546         (svr4_static_exec_displacement): ... a new function.
10547         (svr4_exec_displacement): New function.
10548         (svr4_relocate_main_executable): Call svr4_exec_displacement.  Allocate
10549         new_offsets using alloca now.  Remove variable old_chain and changed.
10550         Call objfile_relocate unconditionally now.
10551
10552 2010-01-14  Doug Evans  <dje@google.com>
10553
10554         * gdbtypes.c (arch_flags_type): Fix comment.
10555         * gdbtypes.h (arch_composite_type): Fix comment.
10556
10557 2009-01-14  Tristan Gingold  <gingold@adacore.com>
10558
10559         * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
10560         Call xstrdup for abfd->filename.  Pass symfile_flags and objfile flags
10561         to symbol_file_add_from_bfd.  Add OSO as separate objfile.
10562         (macho_oso_symfile): Add symfile_flags parameter.  Pass it to
10563         macho_add_oso_symfile.
10564         (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
10565
10566 2010-01-14  Joel Brobecker  <brobecker@adacore.com>
10567
10568         Tru64: Dead threads are never deleted.
10569         * dec-thread.c (dec_thread_ptid_is_alive): New function.
10570         (dec_thread_count_gdb_threads): Fix counter increment.
10571         (dec_thread_add_gdb_thread): Fix *listp increment.
10572         (resync_thread_list): Fix bug in deletion of dead threads that
10573         caused all threads to be deleted, instead of just the dead ones.
10574
10575 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
10576
10577         PR python/10705
10578
10579         * python/python-internal.h: Add lazy_string_object_type
10580         definition.
10581         (create_lazy_string_object, gdbpy_initialize_lazy_string)
10582         (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
10583         * python/py-value.c (valpy_lazy_string): New function.
10584         (convert_value_from_python): Add lazy string conversion.
10585         * python/py-prettyprint.c (pretty_print_one_value): Check if
10586         return is also a lazy string.
10587         (print_string_repr): Add lazy string printing branch.
10588         (print_children): Likewise.
10589         * python/py-lazy-string.c: New file. Implement lazy strings.
10590         * python/python.c (_initialize_python): Call
10591         gdbpy_initialize_lazy_string.
10592         * varobj.c (value_get_print_value): Add lazy string printing
10593         branch.  Account for encoding.
10594         * c-lang.c (c_printstr): Account for new encoding argument.  If
10595         encoding is NULL, find encoding suited for type, otherwise use
10596         user encoding.
10597         * language.h (language_defn): Add encoding argument.
10598         (LA_PRINT_STRING): Likewise.
10599         * language.c (unk_lang_printstr): Update to reflect new encoding
10600         argument to language_defn.
10601         * ada-lang.h (ada_printstr): Likewise.
10602         * c-lang.h (c_printstr): Likewise.
10603         * p-lang.h (pascal_printstr);
10604         * f-lang.c (f_printstr): Likewise.
10605         * m2-lang.c (m2_printstr): Likewise.
10606         * objc-lang.c (objc_printstr): Likewise.
10607         * p-lang.c (pascal_printstr): Likewise.
10608         * scm-lang.c (scm_printstr): Likewise.
10609         * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
10610         encoding argument.
10611         * ada-valprint.c (ada_printstr): Likewise.
10612         * f-valprint.c (f_val_print): Likewise
10613         * m2-valprint.c (m2_val_print): Likewise.
10614         * p-valprint.c (pascal_val_print): Likewise.
10615         * expprint.c (print_subexp_standard): Likewise.
10616         * valprint.c (val_print_string): Likewise.
10617         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
10618         (SUBDIR_PYTHON_SRCS): Likewise.
10619         (py-lazy-string.o): New rule.
10620
10621 2010-01-13  Doug Evans  <dje@google.com>
10622
10623         * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
10624         uninitialized" warning from gcc on local `tree'.
10625
10626 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
10627
10628         Implement core awareness.
10629
10630         * bcache.c (compare_ints): Remove
10631         (print_percentage): Use compare_positive_ints.
10632         * defs.h (compare_positive_ints): Declare.
10633         * linux-nat.h (struct lin_lwp): New field core.
10634         (linux_nat_core_of_thread_1): Declare.
10635         * linux-nat.c (add_lwp): Init the 'core' field.
10636         (linux_nat_wait_1): Record the core.
10637         (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
10638         (linux_nat_add_target): Register the above.
10639         * linux-thread-db.c (update_thread_core): New.
10640         (thread_db_find_new_threads): Update core information for
10641         every thread.
10642         * remote.c (struct private_thread_info): New.
10643         (free_private_thread_info, demand_private_info): New.
10644         (PACKET_qXfer_threads, use_osdata_threads): New.
10645         (struct thread_item, threads_parsing_context
10646         (start_thread, end_thread, thread_attributes)
10647         (thread_children, threads_children, threads_elements): New.
10648         (remote_threads_info): Try qXfer:threads before anything
10649         else.
10650         (remote_protocol_packets): Register qXfer:threads.
10651         (remote_open_1): Init use_osdata_threads.
10652         (struct stop_reply): New field 'core'.
10653         (remote_parse_stop_reply): Parse core number.
10654         (process_stop_reply): Record core number.
10655         (remote_xfer_partial): Handle qXfer:threads.
10656         (remote_core_of_thread): New.
10657         (init_remote_ops): Register remote_core_of_thread.
10658         (_initialize_remote): Register qXfer:read.
10659         * target.c (target_core_of_thread): New
10660         * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
10661         (struct target_ops): New field to_core_of_threads.
10662         (target_core_of_thread): Declare.
10663         * gdbthread.h (struct thread_info): New field private_dtor.
10664         * thread.c (print_thread_info): Report the core.
10665         * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
10666         * utils.c (compare_positive_ints): New.
10667         * features/threads.dtd: New.
10668         * mi/mi-interp.c (mi_on_normal_stop): Report the core.
10669         * mi/mi-main.c (struct collect_cores_data, collect_cores)
10670         (do_nothing, free_vector_of_osdata_items)
10671         (splay_tree_int_comparator, free_splay_tree): New.
10672         (print_one_inferior_data): Implemented printing of selected
10673         inferiors.  Collect and print cores.
10674         (output_cores): New.
10675         (mi_cmd_list_thread_groups): Support --recurse.  Permit specifying
10676         thread groups together with --available.
10677
10678 2010-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10679
10680         * configure: Regenerate (for _STRUCTURED_PROC).
10681
10682 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10683
10684         Delete dead function.
10685         * ada-lang.c (extract_string): Delete.  No longer used.
10686
10687 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10688
10689         Fix -Wunused warning in dec-thread.c.
10690         * dec-thread.c (dec_thread_count_gdb_threads)
10691         (dec_thread_add_gdb_thread): Prevent -Wunused warning.
10692
10693 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10694
10695         * ada-valprint.c (ada_print_floating): Remove trailing space.
10696
10697 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10698
10699         Add support for DW_AT_GNAT_descriptive_type.
10700         * gdbtypes.h (enum type_specific_kind): New enum.
10701         (struct main_type) [type_specific_field]: New component.
10702         [type_specific]: Add new component "gnat_stuff".
10703         (struct gnat_aux_type): New type.
10704         (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
10705         (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
10706         (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
10707         (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
10708         (TYPE_SPECIFIC_FIELD): New macros.
10709         (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
10710         type does not hold any cplus-specific data.
10711         (TYPE_RAW_CPLUS_SPECIFIC): New macro.
10712         (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
10713         (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
10714         cplus-specific data.
10715         * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
10716         Set new component TYPE_SPECIFIC_FIELD (type).
10717         (gnat_aux_default): New constant.
10718         (allocate_gnat_aux_type): New function.
10719         (init_type): Add initialization the type-specific stuff for
10720         TYPE_CODE_FLT and TYPE_CODE_FUNC types.
10721         (print_gnat_stuff): New function.
10722         (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
10723         specific data.  Adjust code that prints the contents of the
10724         type-specific union using the TYPE_SPECIFIC_FIELD value.
10725         * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
10726         the type cplus stuff for Ada types.
10727         (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
10728         Error out if these routines are called with an Ada type.
10729         (read_structure_type, read_array_type, read_subrange_type):
10730         Add call to set_descriptive_type.
10731         (set_die_type): Initialize the gnat-specific data if necessary.
10732         (need_gnat_info, die_descriptive_type, set_descriptive_type):
10733         New functions.
10734         * ada-lang.c (decode_constrained_packed_array_type): Use
10735         decode_constrained_packed_array_type instead of doing a standard
10736         lookup to locate a parallel type.
10737         (find_parallel_type_by_descriptive_type): New function.
10738         (ada_find_parallel_type_with_name): New function.
10739         (ada_find_parallel_type): Reimplement using
10740         ada_find_parallel_type_with_name.
10741         * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
10742         to check if type has a cplus stuff.
10743         * linespec.c (total_number_of_methods): Likewise.
10744         * mdebugread.c (new_type): Likewise.
10745
10746 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10747
10748         * NEWS: Document the 0b binary number prefix parsing.
10749
10750 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10751
10752         * objfiles.c (objfile_relocate1): Change the return type to int.
10753         Describe the new return value.  Return non-zero if data changed.
10754         (objfile_relocate): New variable changed.  Set it.  Call
10755         breakpoint_re_set depending on CHANGED.
10756
10757 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10758
10759         Implement binary numbers parsing.
10760         * c-exp.y (parse_number): New case 'b' and 'B'.
10761
10762 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10763             Tristan Gingold  <gingold@adacore.com>
10764
10765         * solib.c (info_sharedlibrary_command): Replace
10766         objfile_has_partial_symbols and objfile_has_full_symbols calls by
10767         objfile_has_symbols.
10768
10769 2010-01-10  Joel Brobecker  <brobecker@adacore.com>
10770
10771         * NEWS: Document the improvements made to the mips-irix port.
10772
10773 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10774
10775         Fix the documentation of valprint.c:value_print.
10776         * valprint.c (value_print): Update the function description to
10777         mention that the syntax of the output follows the current_language,
10778         not necessarily C.
10779
10780 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10781
10782         Fix displacement of separate debug info files.
10783         * objfiles.c (objfile_relocate): Rename to ...
10784         (objfile_relocate1): ... here and make it static.  Extend the comment.
10785         (objfile_relocate): New function.
10786         * solib-spu.c (spu_relocate_main_executable): Explicitly check if
10787         SYMFILE_OBJFILE is NULL.  Remove variables objfile and old_chain.
10788         Remove following of SEPARATE_DEBUG_OBJFILE.  new_offsets is now
10789         allocated using alloca.
10790         * symfile.c (copy_section_addr_info): Remove.
10791         (build_section_addr_info_from_objfile): Make it global.  New variables
10792         addr_bit and mask, use them.
10793         * symfile.h (build_section_addr_info_from_objfile): New prototype.
10794         (copy_section_addr_info): Remove.
10795
10796 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10797
10798         Signal unwinder for mips-irix N32.
10799         * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
10800         tramp-frame.h.
10801         (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
10802         (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
10803         (SIGCONTEXT_LO_OFF): New macros.
10804         (mips_irix_n32_tramp_frame_init): New function.
10805         (mips_irix_n32_tramp_frame): New static constant.
10806         (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
10807
10808 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10809
10810         Breakpoint in shared library does not work on mips-irix.
10811         * procfs.c: #include "observer.h".
10812         (procfs_inferior_created): New function, moving here the code
10813         which unsets the syssgi syscall-exit notifications.
10814         (procfs_create_inferior): Remove the code which unsets the syssgi
10815         syscall-exit notifications. It is too early to do this here.
10816         (_initialize_procfs): Attach the procfs_inferior_created observer.
10817
10818 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10819
10820         Wrong return convention for arrays (mips-irix).
10821         * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
10822         128 bits or smaller are returned the same way as structs
10823         and unions of the the same size.
10824
10825 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10826
10827         Cannot set the PC on mips-irix.
10828         * irix5-nat.c (fill_gregset): Check regno against the raw PC
10829         register number, no the cooked one.
10830
10831 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10832
10833         Error while loading core file on mips-irix.
10834         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
10835         if debugging from a core file.
10836
10837 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10838
10839         GDB hangs when attaching to process on mips-irix.
10840         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
10841         attaching to a process.
10842
10843 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10844
10845         Use the correct breakpoint instruction on mips-irix.
10846         * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
10847         containing the correct breakpoint instruction to use on mips-irix.
10848         Use it when the osabi is GDB_OSABI_IRIX.
10849
10850 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10851
10852         -Wunused warning in procfs.c (mips-irix only).
10853         * procfs.c (gdb_praddset, gdb_prdelset): New macros.  Use them
10854         throughout instead of using praddset and prdelset respectively.
10855
10856 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10857
10858         GDB crash while stepping into function.
10859         * infrun.c (handle_inferior_event): Refetch the current frame
10860         after handling what.main_action, in case that pointer became
10861         dangling.
10862
10863 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10864
10865         Fix build failure of solaris-hosted cross debuggers.
10866         * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
10867
10868 2010-01-09  Daniel Gutson  <dgutson@codesourcery.com>
10869
10870         Fix build failure on sparc-solaris.
10871         * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
10872
10873 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10874
10875         Move some symfile code into subroutines.
10876         * symfile.h (relative_addr_info_to_section_offsets)
10877         (addr_info_make_relative): New prototypes.
10878         * symfile.c (default_symfile_offsets): Move a part to ...
10879         (relative_addr_info_to_section_offsets): ... this new function.
10880         (default_symfile_offsets): Call it.
10881         (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
10882         this part to ...
10883         (addr_info_make_relative): ... this new function.
10884
10885 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10886
10887         Add from_tty to solib_create_inferior_hook.
10888         * infcmd.c (post_create_inferior): Move solib_add after
10889         solib_create_inferior_hook.  Pass from_tty to
10890         solib_create_inferior_hook.  Call solib_add and SOLIB_ADD with
10891         0 from_tty and comment why.
10892         * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
10893         * linux-nat.c (linux_child_follow_fork): Likewise.
10894         * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
10895         * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
10896         from_tty.
10897         * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
10898         * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
10899         * solib-null.c (null_solib_create_inferior_hook): Likewise.
10900         * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
10901         * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
10902         * solib-som.c (som_solib_create_inferior_hook): Likewise.
10903         * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
10904         Pass it to svr4_so_ops.solib_create_inferior_hook.
10905         * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
10906         from_tty.
10907         * solib-svr4.c (enable_break): New parameter from_tty.  Pass it to
10908         solib_add.
10909         (svr4_solib_create_inferior_hook): New parameter from_tty.  Pass it to
10910         enable_break.
10911         * solib-target.c (solib_target_solib_create_inferior_hook): New
10912         parameter from_tty.
10913         * solib.c (solib_create_inferior_hook): New parameter from_tty.  Pass
10914         it to ops->solib_create_inferior_hook.
10915         (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
10916         Move solib_add after solib_create_inferior_hook, call it now with
10917         from_tty as 0.  New comment there.
10918         * solib.h (solib_create_inferior_hook): New parameter from_tty.
10919         * solist.h (struct target_so_ops <solib_create_inferior_hook>):
10920         Likewise.
10921
10922 2010-01-08  Vladimir Prus  <vladimir@codesourcery.com>
10923
10924         Fix multiexec race.
10925         * infrun.c (handle_inferior_event): Use get_thread_regcache
10926         with events ptid, not get_current_regcache.
10927
10928 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10929
10930         GDB crash with empty executable name (MinGW).
10931         * source.c (openp): Add assert that parameter string is not NULL.
10932         if parameter string is an empty string, then return with a failure
10933         immediately.
10934
10935 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10936
10937         Get rid of support for VAX Floats.
10938         * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10939         (ada_vax_float_print_function): Delete.
10940         * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10941         (ada_vax_float_print_function): Delete.
10942         * ada-typeprint.c (print_vax_floating_point_type): Delete.
10943         (ada_print_type): Remove support for VAX floats.
10944         * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
10945
10946 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10947
10948         * stabsread.c (read_args): Handle zero arguments.
10949
10950 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10951
10952         Cannot find in-tree libiconv.a after reconfigure.
10953         * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
10954         that we can use, then cache the path to this archive.
10955         * configure: Regenerate.
10956
10957 2010-01-07  Stan Shebs  <stan@codesourcery.com>
10958
10959         Make tracepoint operations go through target vector.
10960         * target.h (enum trace_find_type): New enum.
10961         (struct target_ops): New fields to_trace_init,
10962         to_download_tracepoint, to_download_trace_state_variable,
10963         to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
10964         to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
10965         to_set_disconnected_tracing.
10966         (target_trace_init): New macro.
10967         (target_download_tracepoint): New macro.
10968         (target_download_trace_state_variable): New macro.
10969         (target_trace_start): New macro.
10970         (target_trace_set_readonly_regions): New macro.
10971         (target_get_trace_status): New macro.
10972         (target_trace_stop): New macro.
10973         (target_trace_find): New macro.
10974         (target_get_trace_state_variable_value): New macro.
10975         (target_set_disconnected_tracing): New macro.
10976         * target.c (update_current_target): Inherit and set defaults for
10977         tracepoint operations.
10978         * tracepoint.c (default_collect): Make globally visible.
10979         (target_is_remote): Remove, along with all calls.
10980         (tvariables_info): Call target_get_trace_state_variable_value.
10981         (remote_set_transparent_ranges): Remove.
10982         (trace_start_command): Call target_trace_init,
10983         target_download_tracepoint, etc.
10984         (download_tracepoint): Remove.
10985         (trace_stop_command): Simplify.
10986         (stop_tracing): Call target_trace_stop.
10987         (get_trace_status): Call target_get_trace_status.
10988         (trace_status_command): Add case for targets that cannot trace.
10989         (finish_tfind_command): Change to take numerical arguments, call
10990         target_trace_find.
10991         (trace_find_command): Update call to finish_tfind_command.
10992         (trace_find_pc_command): Ditto.
10993         (trace_find_tracepoint_command): Ditto.
10994         (trace_find_line_command): Ditto.
10995         (trace_find_range_command): Ditto.
10996         (trace_find_outside_command): Ditto.
10997         (set_disconnected_tracing_value): Call
10998         target_set_disconnected_tracing.
10999         * remote.c: Add protocol encoding bits from tracepoint.c.
11000         (trace_error): Move from tracepoint.c.
11001         (remote_get_noisy_reply): Ditto.
11002         (free_actions_list_cleanup_wrapper): Ditto.
11003         (free_actions_list): Ditto.
11004         (remote_trace_init): New function.
11005         (remote_download_tracepoint): New function.
11006         (remote_download_trace_state_variable): New function.
11007         (remote_trace_set_readonly_regions): New function.
11008         (remote_trace_start): New function.
11009         (remote_get_trace_status): New function.
11010         (remote_trace_stop): New function.
11011         (remote_trace_find): New function.
11012         (remote_download_trace_state_variable): New function.
11013         (remote_set_disconnected_tracing): New function.
11014         (init_remote_ops): Add tracepoint operations.
11015
11016         * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
11017
11018 2010-01-07  Tristan Gingold  <gingold@adacore.com>
11019
11020         * symfile.c (build_section_addr_info_from_objfile): New function.
11021         (symbol_file_add_separate): Don't use offsets from objfile but
11022         built an addr info.
11023
11024 2010-01-06  Stan Shebs  <stan@codesourcery.com>
11025
11026         Support disconnected tracing.
11027         * infcmd.c (detach_command): Ask whether to stop tracing.
11028         * cli/cli-cmds.c (quit_command): Ditto.
11029         * breakpoint.h (struct breakpoint): New field number_on_target.
11030         * breakpoint.c (create_tracepoint_from_upload): New function.
11031         (get_tracepoint_by_number_on_target): New function.
11032         * remote.c (struct remote): New field disconnected_tracing.
11033         (remote_disconnected_tracing_feature): New function.
11034         (remote_protocol_features): Add DisconnectedTracing.
11035         (struct uploaded_tp): New struct.
11036         (uploaded_tps): New global.
11037         (get_uploaded_tp): New function.
11038         (find_matching_tracepoint): New function.
11039         (remote_get_tracing_state): New function.
11040         (remote_start_remote): Call it.
11041         * tracepoint.c (disconnected_tracing): New global.
11042         (trace_start_command): Initialize number_on_target.
11043         (stop_tracing): New function, split out from...
11044         (trace_stop_command): Call stop_tracing.
11045         (get_trace_status): New function, split out from...
11046         (trace_status_command): Call get_trace_status, add info on
11047         disconnection behavior.
11048         (disconnect_or_stop_tracing): New function.
11049         (finish_tfind_command): Translate from number on target.
11050         (trace_find_tracepoint_command): Translate to number on target.
11051         (send_disconnected_tracing_value): New function.
11052         (set_disconnected_tracing): New function.
11053         (_initialize_tracepoint): Add disconnected-tracing variable.
11054         * NEWS: Mention disconnected tracing.
11055
11056 2010-01-06  Tristan Gingold  <gingold@adacore.com>
11057
11058         * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11059         parameter to main_objfile.  Iterate on all separate debug objfiles.
11060         * symfile.h (symbol_file_add_separate)
11061         (find_separate_debug_file_by_debuglink): Remove parameter names.
11062         * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11063         (reread_symbols): Use free_objfile_separate_debug.
11064         * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11065         Adjust comment.
11066         (objfile_separate_debug_iterate, add_separate_debug_objfile)
11067         (free_objfile_separate_debug): New prototypes.
11068         * objfiles.c (objfile_separate_debug_iterate): New function.
11069         (add_separate_debug_objfile, free_objfile_separate_debug): New
11070         functions.
11071         (free_objfile): Use free_objfile_separate_debug.  Adjust for
11072         multiple separate debug objfile.
11073         (objfile_has_symbols): Adjust comment.  Iterate on all separate
11074         debug objfiles.
11075         * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11076         debug objfile.
11077         (lookup_minimal_symbol_text): Ditto.
11078         (lookup_minimal_symbol_by_pc_name): Ditto.
11079         (lookup_minimal_symbol_solib_trampoline): Ditto.
11080         (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11081         debug objfiles.
11082
11083 2010-01-05  Stan Shebs  <stan@codesourcery.com>
11084
11085         Add fast tracepoints.
11086         * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11087         * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11088         * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11089         * breakpoint.c (tracepoint_type): New function.
11090         (ALL_TRACEPOINTS): Use it.
11091         (should_be_inserted): Ditto.
11092         (bpstat_check_location): Ditto.
11093         (print_one_breakpoint_location): Ditto.
11094         (user_settable_breakpoint): Ditto.
11095         (set_breakpoint_location_function): Ditto.
11096         (disable_breakpoints_in_shlibs): Ditto.
11097         (delete_trace_command): Ditto.
11098         (print_it_typical): Add bp_fast_tracepoint case.
11099         (bpstat_what): Ditto.
11100         (print_one_breakpoint_location): Ditto.
11101         (allocate_bp_location): Ditto.
11102         (mention): Ditto.
11103         (breakpoint_re_set_one): Ditto.
11104         (disable_command): Ditto.
11105         (enable_command): Ditto.
11106         (check_fast_tracepoint_sals): New function.
11107         (break_command_really): Call it.
11108         (ftrace_command): New function.
11109         (_initialize_breakpoint): Add ftrace command.
11110         * gdbarch.sh (fast_tracepoint_valid_at): New.
11111         * gdbarch.h, gdbarch.c: Regenerate.
11112         * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11113         (i386_gdbarch_init): Use it.
11114         * remote.c (struct remote_state): New field fast_tracepoints.
11115         (PACKET_FastTracepoints): New packet config type.
11116         (remote_fast_tracepoint_feature): New function.
11117         (remote_protocol_features): Add FastTracepoints.
11118         (remote_supports_fast_tracepoints): New function.
11119         (_initialize_remote): Add FastTracepoints.
11120         * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11121         * NEWS: Mention fast tracepoints.
11122
11123 2010-01-06  Joel Brobecker  <brobecker@adacore.com>
11124
11125         * gdb-gdb.py: New file.
11126
11127 2010-01-05  Michael Snyder  <msnyder@vmware.com>
11128
11129         * infrun.c (handle_inferior_event): Fix typo in comment.
11130
11131 2010-01-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
11132
11133         * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11134
11135 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11136
11137         * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11138         and s390x-linux64.
11139         (s390-linux32-expedite): Define.
11140         (s390-linux64-expedite): Define.
11141         (s390x-linux64-expedite): Define.
11142         * features/s390-acr.xml: New file.
11143         * features/s390-fpr.xml: New file.
11144         * features/s390-core32.xml: New file.
11145         * features/s390-core64.xml: New file.
11146         * features/s390x-core64.xml: New file.
11147         * features/s390-linux32.xml: New file.
11148         * features/s390-linux64.xml: New file.
11149         * features/s390x-linux64.xml: New file.
11150         * features/s390-linux32.c: New generated file.
11151         * features/s390-linux64.c: New generated file.
11152         * features/s390x-linux64.c: New generated file.
11153
11154         * regformats/s390-linux32.dat: New generated file.
11155         * regformats/s390-linux64.dat: New generated file.
11156         * regformats/s390x-linux64.dat: New generated file.
11157         * regformats/reg-s390.dat: Remove.
11158         * regformats/reg-s390x.dat: Remove.
11159
11160         * s390-nat.c: Include "auxv.h" and <elf.h>.
11161         (HWCAP_S390_HIGH_GPRS): Define if undefined.
11162         (s390_target_wordsize): New function.
11163         (s390_auxv_parse): Likewise.
11164         (s390_get_hwcap): Likewise.
11165         (s390_read_description): Likewise.
11166         (_initialize_s390_nat): Install s390_auxv_parse and
11167         s390_read_description.
11168
11169         * s390-tdep.c: Include "features/s390-linux32.c",
11170         "features/s390-linux64.c", and "features/s390x-linux64.c".
11171         (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11172         (s390_register_call_saved): New function.
11173         (s390_register_name): Remove.
11174         (s390_register_type): Remove.
11175         (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11176         (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11177         (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11178         (s390_pseudo_register_name): New function.
11179         (s390_pseudo_register_type): New function.
11180         (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11181         Handle full GPR pesudos and varying pseudo register numbers.
11182         (s390_pseudo_register_write): Likewise
11183         (s390x_pseudo_register_read): Remove.
11184         (s390x_pseudo_register_write): Likewise.
11185         (s390_register_group): Remove.
11186         (s390_pseudo_register_group): New function.
11187         (s390_regmap_gregset): Add GPR upper halves.
11188         (s390x_regmap_gregset): Likewise.
11189         (s390_regmap_fpregset): Likewise.
11190         (s390_regmap_upper): New global variable.
11191         (s390_upper_regset): New global variable.
11192         (s390_upper_regset_sections): New global variable.
11193         (s390_regset_from_core_section): Handle GPR upper halves.
11194         (s390_core_read_description): New function.
11195         (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11196         register information.  Handle varying pseudo register numbers.
11197         (s390_backchain_frame_unwind_cache): Likewise.
11198         (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11199         (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11200         (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11201         PC and CC pseudos.  Unwind upper halves and full GPRs as appropriate.
11202         Handle varying pseudo register numbers.
11203         (s390_unwind_pc): Handle varying pseudo register numbers.
11204         (s390_dwarf2_prev_register): New function.
11205         (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11206         register information.  Handle varying pseudo register numbers.
11207         Install s390_dwarf2_prev_register to unwind full GPRs.
11208         (s390_gdbarch_init): Handle target descriptions.  Assign varying
11209         pseudo register numbers.  Install s390_adjust_frame_regnum.
11210         (_initialize_s390_tdep): Initialize target descriptions.
11211
11212         * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11213         (S390_NUM_REGS): Redefine to include upper half registers.
11214         (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11215         (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11216         (tdesc_s390_linux32): Add declaration.
11217         (tdesc_s390_linux64): Likewise.
11218         (tdesc_s390x_linux64): Likewise.
11219
11220 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11221
11222         * regset.h (struct core_regset_section): Add HUMAN_NAME.
11223         * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11224         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11225         (ppc_linux_vmx_regset_sections): Likewise.
11226         (ppc_linux_fp_regset_sections): Likewise.
11227
11228         * corelow.c (get_core_register_section): Constify arguments.
11229         (get_core_registers): Use gdbarch_core_regset_sections instead
11230         of hard-coded platform-specific register section names.
11231
11232 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11233
11234         * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11235         a register, assume the least-significant part is used.
11236         (write_pieced_value): Likewise.
11237
11238 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11239
11240         * printcmd.c: Include "arch-utils.h".
11241         (do_one_display): Re-parse expression if current architecture changed.
11242
11243 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11244             Joel Brobecker  <brobecker@adacore.com>
11245
11246         * gdbtypes.c (check_typedef): New comment on type length.
11247         * value.c (allocate_value_lazy): Remove the unused atype variable.  New
11248         comment on type length.
11249         (value_primitive_field): Keep the original TYPE value, new comment.
11250
11251 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11252
11253         * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11254         p_start.  Change != comparisons to > and < comparisons.
11255
11256 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11257
11258         * cli/cli-script.c (process_next_line): Check P2 overrun.
11259
11260 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
11261
11262         Update the copyright hearder to add year 2010 for most GDB files.
11263
11264 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
11265
11266         Fix build failure in inf-ptrace.c.
11267         * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11268
11269 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
11270
11271         * top.c (print_gdb_version): Update copyright year.
11272
11273 2010-01-01, 10  Joel Brobecker  <brobecker@adacore.com>
11274
11275         Fix break *FUN'address thread NUM.
11276         * ada-lex.l (task): Expand rule to also match the thread keyword.
11277
11278 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
11279
11280         Fix break *FUN'address task NUM.
11281         * ada-lex.l (task): New rule.
11282         * ada-lang.c (valid_task_id): Make sure the Ada task list has
11283         been built before using it.
11284
11285 For older changes see ChangeLog-2009.
11286 \f
11287 Local Variables:
11288 mode: change-log
11289 left-margin: 8
11290 fill-column: 74
11291 version-control: never
11292 coding: utf-8
11293 End: