414595f8cd36a464bb478f2ba37ece7da9b1c539
[external/binutils.git] / gdb / ChangeLog
1 2010-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2
3         * infcall.c (call_function_by_hand): Remove variable
4         caller_state_cleanup.
5
6 2010-11-25  Marc Khouzam  <marc.khouzam@ericsson.com>
7
8         PR breakpoints/12217
9
10         * breakpoint.c (is_marker_spec): Check for NULL.
11
12 2010-11-25  Pedro Alves  <pedro@codesourcery.com>
13
14         * breakpoint.h: No longer include python.h or python-internal.h.
15         (struct breakpoint_object): Forward declare.
16         * defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
17         * varobj.c (PyObject) [!HAVE_PYTHON]: Define.
18         * python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
19         PyObject pointer.
20         (gdbpy_breakpoint_created): Remove casts around py_bp_object
21         accesses.
22
23 2010-11-24  Joel Brobecker  <brobecker@adacore.com>
24
25         * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
26         only if HAVE_ELF is defined.
27
28 2010-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
29
30         Code cleanup.
31         * infrun.c (struct inferior_status) <stepping_over_breakpoint>
32         (save_inferior_status) <stepping_over_breakpoint>
33         (restore_inferior_status) <stepping_over_breakpoint>: Rename to
34         trap_expected.
35         (struct inferior_status) <step_resume_break_address>: Remove.
36
37 2010-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
38
39         Code cleanup.
40         * infrun.c (struct inferior_status, save_inferior_status)
41         (restore_inferior_status): Group and reorder the fields, comment their
42         groups.
43
44 2010-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
45
46         Code cleanup.
47         * dictionary.c
48         (struct dict_vector) <iter_match_first, iter_match_next>
49         (iter_match_first_hashed, iter_match_next_hashed)
50         (iter_match_first_linear, iter_match_next_linear)
51         (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
52         (iter_match_next_hashed, iter_match_first_linear)
53         (iter_match_next_linear): Use symbol_compare_ftype.
54         * dictionary.h: Include symfile.h.
55         (dict_iter_match_first, dict_iter_match_next): Use
56         symbol_compare_ftype.
57         * dwarf2read.c (dw2_map_matching_symbols): Likewise.
58         * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
59         (map_matching_symbols_psymtab): Likewise.
60         * symfile.h (symbol_compare_ftype): New typedef.
61         (struct quick_symbol_functions) <map_matching_symbols): Use
62         symbol_compare_ftype.
63
64 2010-11-23  Tom Tromey  <tromey@redhat.com>
65
66         * configure: Rebuild.
67         * configure.ac (READLINE_TEXI_INCFLAG): New subst.
68
69 2010-11-19  Tom Tromey  <tromey@redhat.com>
70
71         * Makefile.in (SUBDIRS): Add doc.
72         * configure: Rebuild.
73         * configure.ac: Don't configure in doc.  Create doc/Makefile.
74
75 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
76
77         PR python/12212
78
79         * python/py-inferior.c (find_thread_object): Check if PIDGET
80         returns 0.
81
82 010-11-22  Joel Brobecker  <brobecker@adacore.com>
83
84         * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
85
86 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
87
88         * ada-lang.c (ada_to_fixed_type): Expand function documentation.
89         Return the original type if the main type portions match rather
90         than when the type themselves match.
91
92 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
93
94         * ada-lang.c (ada_template_to_fixed_record_type_1):
95         For dynamic fields, check the field size against the maximum
96         object size.
97
98 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
99
100         * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
101         function.
102         (mips_irix_n32_stack_tramp_frame): New static global.
103         (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
104         list of unwinder.
105
106 2010-11-22  Jerome Guitton  <guitton@adacore.com>
107
108         * ada-tasks.c (get_tcb_types_info): Use C lookups to get
109         ATCB symbols.
110
111 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
112
113         * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
114         if type1 is a typedef.
115
116 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
117
118         * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
119         "_finalizer" to the list.
120
121 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
122
123         * symfile.c: Remove all "#if 0"/"#endif" blocks.
124
125 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
126
127         * symfile.c: Add missing second space after period in various comments.
128
129 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
130
131         * ada-typeprint.c (print_array_type): Fix formatting in comment.
132         (print_selected_record_field_types): Fix formatting in function
133         documentation.
134
135 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
136
137         * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
138         in name of "show ravenscar" prefix command name.
139
140 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
141
142         * ravenscar-thread.c (show_ravenscar_task_switching_command):
143         Add missing '\n' in output.
144
145 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
146
147         * ravenscar-thread.c (running_thread_name): Change value.
148         (read_thread_id): Remove advance declaration.
149         (get_running_thread_msymbol): New function.
150         (has_ravenscar_runtime): Use get_running_thread_msymbol to
151         compute msym_running_thread.
152         (get_running_thread_id): Renames read_thread_id. Slight modifications
153         to not take any argument anymore, using get_running_thread_msymbol
154         to determine which symbol to use instead.
155         (ravenscar_running_thread): Use get_running_thread_id instead of
156         read_thread_id.
157
158 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
159
160         * ravenscar-sparc-thread.c (supply_register_at_address):
161         Fix passing of buf in call to regcache_raw_supply.
162
163 2010-11-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
164
165         * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
166
167 2010-11-22  Tom Tromey  <tromey@redhat.com>
168
169         * Makefile.in (.PRECIOUS): Reference ada-lex.c.
170
171 2010-11-19  Keith Seitz  <keiths@redhat.com>
172
173         * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
174         Remove extraneous '/' after $(DESTDIR).
175         (PYTHON_INSTALL_DIR): Likewise.
176
177 2010-11-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
178
179         Fix stale memory references.
180         * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
181         xfree, new comment.
182
183 2010-11-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
184             Tom Tromey  <tromey@redhat.com>
185
186         * Makefile.in (.y.c): Directly create $@ from YLWRAP.
187         (.PHONY): Remove for .y outputs.
188
189 2010-11-19  Will Drewry  <wad@google.com>
190             Tavis Ormandy  <taviso@google.com>
191             Jan Kratochvil  <jan.kratochvil@redhat.com>
192
193         * dwarf2read.c (decode_locdesc): Enforce location description stack
194         boundaries.
195
196 2010-11-18  Pierre Muller  <muller@ics.u-strasbg.fr>
197
198         * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
199         instruction is found.
200
201 2010-11-17  Tom Tromey  <tromey@redhat.com>
202
203         * value.c (value_entirely_optimized_out): Check the
204         'check_any_valid' field.
205
206 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
207
208         * ada-lang.c (modify_general_field): Remove.
209         (make_array_descriptor): Replace all modify_general_field calls by
210         modify_field.
211         * value.c (modify_field): Update comment.  New variable bytesize.
212         Normalize BITPOS.  Initialize BYTESIZE, use it.
213
214 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
215
216         * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
217         elements after xfree.
218
219 2010-11-16  Tom Tromey  <tromey@redhat.com>
220
221         * gdb-add-index.sh: Really remove.
222
223 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
224
225         Code cleanup.
226         * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
227         (init_one_comp_unit): ... this one.
228         (prepare_one_comp_unit): New prototype.
229         (dw2_require_line_header, process_psymtab_comp_unit): Use
230         init_one_comp_unit.
231         (process_psymtab_comp_unit): Use prepare_one_comp_unit.
232         (load_partial_comp_unit): Remove variable attr.  Use
233         init_one_comp_unit with xmalloc.  Use prepare_one_comp_unit.
234         (load_full_comp_unit): Use init_one_comp_unit with xmalloc.  Use
235         prepare_one_comp_unit.
236         (read_signatured_type): Remove variable attr.  Use init_one_comp_unit.
237         Use prepare_one_comp_unit.
238         (alloc_one_comp_unit): Rename to ...
239         (init_one_comp_unit): ... here and remove there calloc, new parameter
240         cu.
241         (prepare_one_comp_unit): New function.
242
243 2010-11-14  Pierre Muller  <muller@ics.u-strasbg.fr>
244
245         * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
246         possible used of uninitialized variable.
247
248 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
249
250         * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
251         (rs6000_gdbarch_init): Call it.
252
253 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
254
255         * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
256         instructions if debugging an E500 binary.
257
258 2010-11-12  Tom Tromey  <tromey@redhat.com>
259
260         * varobj.c (value_get_print_value): Rearrange.  Pass stream to
261         apply_varobj_pretty_printer.
262         * c-lang.c: Include exceptions.h.
263         (c_get_string): Throw MEMORY_ERROR when appropriate.
264         * python/py-prettyprint.c (enum string_repr_result): New.
265         (print_stack_unless_memory_error): New function.
266         (print_string_repr): Change return type.  Use
267         print_stack_unless_memory_error.
268         (print_children): Use print_stack_unless_memory_error.
269         (apply_val_pretty_printer): Update.  Don't print children if
270         string representation threw an exception.
271         (apply_varobj_pretty_printer): Add 'stream' argument.  Use
272         print_stack_unless_memory_error.
273         * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
274         globals.
275         (_initialize_python): Initialize them.
276         * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
277         gdbpy_convert_exception.
278         (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
279         (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
280         (gdbpy_convert_exception): Declare.
281         (apply_varobj_pretty_printer): Update.
282         * python/py-utils.c (gdbpy_convert_exception): New function.
283
284 2010-11-12  Marc Khouzam  <marc.khouzam@ericsson.com>
285
286         * mi/mi-main.c (mi_cmd_target_detach): Accept new
287         thread-group id format.
288
289 2010-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
290
291         * spu-tdep.c (spu_catch_start): Fix compilation error typo.
292
293 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
294
295         * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
296         NULL.
297         (BPPY_SET_REQUIRE_VALID): Ditto.
298         (bpnum_is_valid): Delete function.
299         (bppy_get_visibility): New function.
300         (bppy_new): Parse for, and validate internal keyword.  Pass
301         internal keyword to breakpoint or watchpoint functions.
302         (build_bp_list): New function.
303         (gdbpy_breakpoints): Rewrite.  Use build_bp_list and
304         iterate_over_breakpoints.
305         (gdbpy_breakpoint_created): Rewrite.  Do not store breakpoints in a
306         look-aside vector.
307         (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
308         to internal breakpoint chain.
309
310         * breakpoint.c (set_breakpoint_number): New function.
311         (breakpoint_1): Check if breakpoint number is more than zero.
312         (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
313         (create_breakpoint_sal): Take a new parameter called internal.
314         Call set_breakpoint_number with internal parameter.  Do not
315         mention internal breakpoints.  All callers updated.
316         (create_breakpoint): Ditto.
317         (create_breakpoints_sal): Ditto.
318         (watch_command_1): Ditto.
319         (watch_command_wrapper): Take a new parameter called internal.
320         All callers updated.
321         (rwatch_command_wrapper): Ditto.
322         (awatch_command_wrapper): Ditto.
323         (save_breakpoints): Update breakpoint save condition check.
324         (iterate_over_breakpoints): New function.
325         * breakpoint.h: Add conditional python includes.  Add py_bp_object
326         and comment to struct breakpoint.  Update all callers.
327         * defs.h: Add PyObject definition for GDB builds without Python.
328
329 2010-11-10  Doug Evans  <dje@google.com>
330
331         * python/lib/gdb/command/pretty_printers.py
332         (do_enable_pretty_printer_1): Handle printer.subprinters is None.
333
334         * value.c (set_value_enclosing_type): Renamed from
335         value_change_enclosing_type.  All callers updated.
336         * value.h (set_value_enclosing_type): Update.
337         * valops.c (value_full_object): Always return a copy if we need to
338         make changes to the input value.
339
340 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
341
342         * breakpoint.c (watch_command_1): Get a pointer of the lazy
343         version of the expression's value, even if reading the value from
344         memory fails.  When creating a -location watchpoint, get the
345         value's address from the lazy value pointer.
346
347 2010-11-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
348
349         * infrun.c (restore_inferior_thread_state): Use
350         discard_inferior_thread_state to free the data.
351         (discard_inferior_thread_state): xfree also siginfo_data.
352
353 2010-11-05  Doug Evans  <dje@google.com>
354
355         Make gdb.parameter("directories") work.
356         New command "set directories".
357         * NEWS: Document them.
358         * source.c (set_directories_command): New function.
359         (show_directories_1): Renamed from show_directories.
360         All callers updated.
361         (show_directories_command): New function.
362         (_initialize_source): Install "directories" as a set/show
363         variable instead of just a show command.
364
365 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
366
367         * NEWS: Mention OpenCL C language support.
368         * Makefile.in (SFILES): Add opencl-lang.c.
369         (COMMON_OBS): Add opencl-lang.o.
370         * opencl-lang.c: New File
371         * defs.h (enum language): Add language_opencl.
372         * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
373         IBM XL C OpenCL compiler.
374         * c-lang.h: Include "parser-defs.h".
375         (evaluate_subexp_c): Declare.
376         * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
377         (c_op_print_tab): Add declaration.
378         * eval.c (binop_promote): Handle language_opencl.
379         * c-exp.y: Lookup the primitive types instead of referring to the
380         builtins.
381
382 2010-11-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
383
384         Fix configure --enable-plugins --without-python.
385         * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
386         * configure: Regenerate.
387
388 2010-11-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
389
390         * solib.c (solib_read_symbols): Call exception_fprintf even without
391         FROM_TTY.  Print also so->so_name.
392
393 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
394
395         * gdbtypes.h (struct rank): Created subrank.
396         * gdbtypes.c: Initialized subrank for all
397         'BADNESS' constants.
398         (distance_to_ancestor): New function.
399         (is_ancestor): Use distance_to_ancestor.
400         (is_public_ancestor): Ditto.
401         (sum_ranks): Handle subrank.
402         (compare_ranks): Ditto.
403         (rank_one_type): Subrank base conversions.
404
405 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
406
407         * gdbtypes.h: Create struct rank.
408         Convert all 'BADNESS' macros to const struct rank declarations.
409         (sum_ranks): New function.
410         (compare_ranks): New function.
411         * valops.c (find_oload_champ): Updated.
412         (classify_oload_match): Use compare_ranks.
413         Improved comments.
414         (compare_parameters): Use compare_ranks.
415         * gdbtypes.c: Initialize 'BADNESS' constants.
416         (sum_ranks): New function.
417         (compare_ranks): New function.
418         (compare_badness): Use compare_ranks.
419         (rank_function): Use global constants instead of literals.
420         (rank_one_type): Ditto.
421         Return struct rank.
422         Use sum_ranks.
423
424 2010-11-04  Doug Evans  <dje@google.com>
425
426         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
427         (find_pretty_printer): Fix comments.
428
429 2010-11-04  Hui Zhu  <teawater@gmail.com>
430
431         * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
432
433 2010-11-03  Joel Brobecker  <brobecker@adacore.com>
434
435         * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
436         and `len' declaration and computation inside block where they
437         are being used.
438
439 2010-11-03  Joel Brobecker  <brobecker@adacore.com>
440
441         * valprint.c (val_print_array_elements): Put back handling of
442         empty arrays.
443
444 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
445
446         * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
447         DIE and set the length of the type.
448         * gdbtypes.h (get_array_bounds): Move here from valprint.h.
449         * gdbtypes.c (get_array_bounds): Move here from valprint.c and
450         return 0 if the corresponding bounds of the type are undefined.
451         * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
452         * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
453         (val_print_array_elements): Use get_array_bounds to compute the number
454         of array elements instead of dividing the length of the array by the
455         length of the element types.
456         * valarith.c (vector_binop): Likewise.
457         * valops.c (value_cast): Likewise.
458         * c-valprint.c (c_val_print): Likewise.
459         * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
460
461 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
462
463         * valarith.c (value_pos, value_neg, value_complement): Handle
464         vector types.
465         * valops.c (value_one): Likewise.
466
467 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
468
469         * value.h (value_non_lval): Declare.
470         * value.c (value_non_lval): New function.
471         * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
472         UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
473         non-lvalue.
474
475 2010-11-02  Doug Evans  <dje@google.com>
476
477         New python module gdb.printing, and new commands info pretty-printer,
478         enable pretty-printer, disable pretty-printer.
479         * NEWS: Mention them.
480         * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
481         gdb/command/__init__.py, gdb/command/pretty_printers.py.
482         * python/lib/gdb/__init__.py: Install pretty-printer commands.
483         * python/lib/gdb/printing.py: New file.
484         * python/lib/gdb/command/__init__.py: New file.
485         * python/lib/gdb/command/pretty_printers.py: New file.
486
487 2010-11-02  Tom Tromey  <tromey@redhat.com>
488
489         * NEWS: Mention Guile removal.
490         * defs.h (enum language) <language_scm>: Remove.
491         * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
492         scm-valprint.c.
493         (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
494         (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
495         * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
496         Remove.
497
498 2010-11-02  Doug Evans  <dje@google.com>
499
500         * top.c: #include "python/python.h".
501         (gdb_init): Add a comment regarding initialize_all_files.
502         Call finish_python_initialization at the end.
503         * python/python.h (finish_python_initialization): Declare.
504         * python/python.c (finish_python_initialization): New function.
505         (_initialize_python): Move python-implemented initialization there
506         and call it.
507         (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
508
509 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
510
511         Revert:
512         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
513                     Pedro Alves  <pedro@codesourcery.com>
514         * gdbthread.h (currently_stepping): New declaration.
515         * infrun.c (currently_stepping): Remove the forward declaration.
516         (currently_stepping): Make it global.
517         * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
518         variables tp and step, initialized them.  Pass STEP to to_resume.
519         Print also possibly "PTRACE_SINGLESTEP" if STEP.  Initialize LP->STEP.
520         * remote.c (currently_stepping_callback): New.
521         (remote_vcont_resume)
522         <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
523         New variable tp.  Call currently_stepping_callback and step such
524         thread.
525
526 2010-11-01  Hui Zhu  <teawater@gmail.com>
527
528         * tracepoint.c (tfile_xfer_partial): Change lma to vma.
529
530 2010-10-28  Hui Zhu  <teawater@gmail.com>
531
532         * tracepoint.c (trace_save): Change utp->actions to
533         utp->step_actions.
534
535 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
536
537         * (_FILE_OFFSET_BITS): Fix typo in comment.
538
539 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
540
541         * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
542         (PyEval_InitThreads): Remove duplicate. Define as nothing.
543         (PyEval_ReleaseLock): Define as nothing.
544
545 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
546
547         * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
548         by call to FILENAME_CMP.
549
550 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
551
552         * dictionary.c (dict_hash): Move assignment out of if condition.
553
554 2010-10-22  Jie Zhang  <jie@codesourcery.com>
555
556         * Makefile.in (install): Remove dependency of install-only and
557         recursively invoke make for install-only.
558         * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
559         (install): Pass FLAGS_TO_PASS when recursively make install-only.
560
561 2010-10-20  Hui Zhu  <teawater@gmail.com>
562
563         * tracepoint.c (tfile_get_traceframe_address): Call
564         extract_signed_integer.
565         (tfile_trace_find): Call extract_signed_integer and
566         extract_unsigned_integer.  Change data_size to unsigned int.
567         (tfile_fetch_registers): Call extract_unsigned_integer.
568         (tfile_xfer_partial): Ditto.
569         (tfile_get_trace_state_variable_value): Call
570         extract_signed_integer and extract_unsigned_integer.
571
572 2010-10-20  Vladimir Prus  <vladimir@codesourcery.com>
573
574         * remote.c (remote_get_threadlist): If we got empty
575         response, bail out immediately, and don't emit any
576         warnings.
577
578 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
579
580         * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
581         for "mov pc, REG" as well.
582         (thumb_instruction_changes_pc): Likewise.
583
584 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
585
586          PR C++/11500:
587         * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
588         * eval.c (evaluate_subexp_standard): Check for overload of
589         'operator->'.
590         * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
591         (value_x_unop): Ditto.
592         * valops.c: Include "exceptions.h".
593         (find_overload_match): Throw NOT_FOUND_ERROR.
594         (value_struct_elt): Ditto.
595
596 2010-10-19  Tom Tromey  <tromey@redhat.com>
597
598         * python/py-cmd.c (cmdpy_function): Unreference exception state.
599
600 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
601
602         * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
603         * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
604         for conversion.
605         Make all other conversions illegal.
606
607 2010-10-18  Doug Evans  <dje@google.com>
608
609         * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
610         assumptions of when this case happens.  Print "<unnamed typedef>".
611
612 2010-10-18  Tom Tromey  <tromey@redhat.com>
613
614         * valprint.c (val_print_string): Pass 'encoding' to
615         LA_PRINT_STRING.
616
617 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
618
619         Fix the `stopped language detection' testcase for gcc-4.5.
620         * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
621         * symfile.c (set_initial_language): Move variable filename to a more
622         inner block.  Prefer LANGUAGE_OF_MAIN.
623         * symtab.c (language_of_main): New variable.
624         (set_main_name): Always reset LANGUAGE_OF_MAIN.
625         * symtab.h (language_of_main): New declaration.
626
627 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
628             Pedro Alves  <pedro@codesourcery.com>
629
630         * gdbthread.h (currently_stepping): New declaration.
631         * infrun.c (currently_stepping): Remove the forward declaration.
632         (currently_stepping): Make it global.
633         * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
634         variables tp and step, initialized them.  Pass STEP to to_resume.
635         Print also possibly "PTRACE_SINGLESTEP" if STEP.  Initialize LP->STEP.
636         * remote.c (currently_stepping_callback): New.
637         (remote_vcont_resume)
638         <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
639         New variable tp.  Call currently_stepping_callback and step such
640         thread.
641
642 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
643
644         * infrun.c (follow_exec): Replace symbol_file_add_main by
645         symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
646         breakpoint_re_set.
647         * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
648         clear_symtab_users.
649         * objfiles.c (free_all_objfiles): Likewise.
650         * remote-m32r-sdi.c (m32r_load): Likewise.
651         * solib-som.c (som_solib_create_inferior_hook): Likewise.
652         * symfile.c (new_symfile_objfile): New comment for add_flags.  Call
653         clear_symtab_users with ADD_FLAGS.
654         (reread_symbols): Use parameter 0 for clear_symtab_users.
655         (clear_symtab_users): New parameter add_flags.  Do not call
656         breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
657         (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
658         * symtab.h (clear_symtab_users): New parameter add_flags.
659
660 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
661
662         Fix GCC false warning.
663         * varobj.c (value_get_print_value) <str_addr>: Initialize it.
664
665 2010-10-16  Pierre Muller  <muller@ics.u-strasbg.fr>
666
667         * p-typeprint.c (pascal_type_print_method_args): Fix problem in
668         display of type of method arguments.
669
670 2010-10-15  Tom Tromey  <tromey@redhat.com>
671
672         PR python/11948:
673         * varobj.c (value_get_print_value): Use val_print_string to print
674         lazy strings.
675         * python/py-prettyprint.c (print_string_repr): Use
676         val_print_string to print lazy strings.  Fix cleanup logic.
677         (print_children): Likewise.
678         * python/python-internal.h (gdbpy_extract_lazy_string): Update.
679         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
680         Change return type to 'void', add 'addr' argument.
681         * value.h (val_print_string): Update.
682         * valprint.c (val_print_string): Add 'encoding' argument.
683         * printcmd.c (print_formatted): Update.
684         * p-valprint.c (pascal_val_print): Update.
685         * m2-valprint.c (print_unpacked_pointer): Update.
686         (m2_print_array_contents): Likewise.
687         * jv-valprint.c (java_value_print): Update.
688         * f-valprint.c (f_val_print): Update.
689         * c-valprint.c (c_val_print): Update.
690         * auxv.c (fprint_target_auxv): Update.
691
692 2010-10-15  Doug Evans  <dje@google.com>
693             Jan Kratochvil  <jan.kratochvil@redhat.com>
694
695         PR exp/12117
696         * gdbtypes.c (check_typedef): Clean up function comment.
697         Keep track of instance flags as we strip typedefs and create a new
698         type to preserve them if necessary.
699         * gdbtypes.h (type) <instance_flags>: Extend the comment.
700
701 2010-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
702
703         * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
704
705 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
706
707         * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
708         * gdbtypes.c (rank_one_type): Move type comparison code out of here
709         to...
710         (types_equal): ...here. And changed it as follows:
711         Outside of typedefs type must be of the same TYPE_CODE.
712         When compairing two pointers or references they are equal if their
713         targets are equal.
714         Correct pointer conversions.
715
716 2010-10-14  Pierre Muller  <muller@ics.u-strasbg.fr>
717
718         * p-lang.c (is_pascal_string_type): Avoid crashes on structures
719         having fields without names.
720
721 2010-10-13  Tom Tromey  <tromey@redhat.com>
722
723         * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
724
725 2010-10-13  Doug Evans  <dje@google.com>
726
727         New python module gdb.types.
728         * NEWS: Document it.
729         * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
730         * python/lib/gdb/types.py: New file.
731
732         * c-typeprint.c: Whitespace cleanup.
733         (cp_type_print_method_args): Remove unnecessary forward decl.
734         (cp_type_print_derivation_info): Ditto.
735         (c_type_print_varspec_prefix): Mark as static at definition.
736         (c_type_print_modifier): Fix arg descriptions.
737
738 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
739
740         * python/py-breakpoint.c (bppy_set_condition): New comment.
741         * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
742         failed PyUnicode_Decode.
743         (cmdpy_completer): Skip element for failed
744         python_string_to_host_string.
745         (cmdpy_init): Return -1 on failed python_string_to_host_string.
746         * python/py-frame.c (frapy_read_var): Extend the function comment.
747         * python/py-function.c (fnpy_init): Return -1 on failed
748         python_string_to_host_string.
749         * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
750         the function comment.
751         (infpy_search_memory): Extend the function comment.  Remove the
752         PyErr_SetString call on already set error state.
753         * python/py-param.c (set_parameter_value): Extend the function
754         comment.  Return -1 on failed python_string_to_host_string, twice.
755         (set_attr): Extend the function comment.
756         (compute_enum_values): Extend the function comment.  New variable
757         back_to.  Protect self->enumeration by BACK_TO cleanups.  Return 0 on
758         failed python_string_to_host_string.
759         (get_doc_string): Call gdbpy_print_stack on failed
760         python_string_to_host_string.
761         (parmpy_init): Extend the function comment.
762         * python/py-prettyprint.c (pretty_print_one_value): Likewise.
763         (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
764         failed python_string_to_host_string.
765         * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
766         (valpy_binop, valpy_richcompare): Extend the function comment.
767         * python/python.c
768         (struct python_env) <error_type, error_value, error_traceback>: New
769         fields.
770         (restore_python_env): Handle PyErr_Occurred.  Call PyErr_Restore.
771         (ensure_python_env): Call PyErr_Fetch.
772         * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
773         failed convert_value_from_python.
774         (value_get_print_value): Call gdbpy_print_stack on failed
775         python_string_to_target_python_string.
776
777 2010-10-12  Tom Tromey  <tromey@redhat.com>
778
779         * python/py-prettyprint.c (search_pp_list): Fix error checking.
780
781 2010-10-12  Sami Wagiaalla  <swagiaal@redhat.com>
782
783         * gdbtypes.c (do_is_ancestor): New function.
784         (is_ancestor): Use do_is_ancestor.
785         (is_public_ancestor): Use do_is_ancestor.
786
787 2010-10-12  Pierre Muller  <muller@ics.u-strasbg.fr>
788
789         * ser-go32.c (struct dos_ops): Add missing fdopen field.
790
791 2010-10-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
792
793         * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
794
795 2010-10-11  Doug Evans  <dje@google.com>
796
797         * c-typeprint.c (c_type_print_modifier): Add note that this prints
798         the address space id too.
799
800 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
801
802         Fix attaching to re-prelinked executables on ppc64.
803         * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
804         initialize it, try to adjust FILESZ field by it.
805
806 2010-10-08  Daniel Jacobowitz  <dan@codesourcery.com>
807
808         * tracepoint.c (merge_uploaded_trace_state_variables): Only print
809         messages if info_verbose.
810
811 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
812
813         * valops.c (value_cast): Handle vector types.
814         * valarith.c (value_binop): Widen scalar to vector if appropriate.
815
816 2010-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
817
818         * arm-tdep.c (thumb_expand_immediate): New function.
819         (thumb_instruction_changes_pc): Likewise.
820         (thumb2_instruction_changes_pc): Likewise.
821         (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
822         prologue parsing.  Improved support for optimized code.
823         (thumb_scan_prologue): Do not reply on line-number information,
824         use same heuristics as arm_scan_prologue insead.
825         (skip_prologue_function): Accept functions
826         "__tls_get_addr" and "__aeabi_read_tp".
827
828 2010-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
829             Daniel Jacobowitz  <dan@codesourcery.com>
830
831         * arm-tdep.c (thumb_in_function_epilogue_p)
832         (arm_in_function_epilogue_p): New.
833         (arm_gdbarch_init): Install arm_in_function_epilogue_p as
834         gdbarch_in_function_epilogue_p callback.
835
836 2010-10-07  Doug Evans  <dje@google.com>
837
838         * cc-with-index.sh (output_file): Default to a.out.
839
840         * dwarf2read.c (mapped_index): Rename member index_table to
841         symbol_table and index_table_slots to symbol_table_slots.
842         All uses updated.
843         (create_symbol_hash_table): Renamed from create_index_table.
844         All callers updated.
845         (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
846         (write_hash_table): Rename local index_table to symbol_hash_table.
847
848         * addrmap.h (addrmap_foreach_fn): New typedef.
849         (addrmap_foreach): Declare.
850         * addrmap.c (struct addrmap_funcs): New member foreach.
851         (addrmap_foreach): New function.
852         (addrmap_fixed_foreach): New function.
853         (addrmap_fixed_funcs): Update.
854         (struct mutable_foreach_data): New struct.
855         (addrmap_mutable_foreach_worker): New function.
856         (addrmap_mutable_foreach): New function.
857         (addrmap_mutable_funcs): Update.
858
859 2010-10-07  Paul Hilfinger  <hilfinger@adacore.com>
860
861         * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
862         more cases.
863
864 2010-10-07  Paul Hilfinger  <hilfinger@adacore.com>
865
866         * ada-lang.c (full_match): Declare.
867         (ada_match_name): Rename to match_name (we should avoid prefixing static
868         symbols with "ada_").
869         (match_name): New name for ada_match_name.
870         (struct ada_psym_data): Remove and replace with...
871         (struct match_data): User data for map_matching_symbols.
872         (ada_add_psyms): Remove.
873         (aux_add_nonlocal_symbols): New function, used as callback for
874         map_matching_symbols.
875         (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
876         symbols.
877         (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
878         (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
879         Rework to use map_matching_symbols instead of map_ada_symtabs.
880         (ada_lookup_symbol_list): Use add_nonlocal_symbols.
881         * psymtab.c: Include dependency on dictionary.h.
882         (match_partial_symbol): New function.
883         (ada_lookup_partial_symbol): Remove.
884         (map_block): New function, auxiliary to map_matching_symbols_psymtab.
885         (map_matching_symbols_psymtab): New function.
886         (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
887         * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
888
889 2010-10-06  Paul Hilfinger  <hilfinger@adacore.com>
890
891         * ada-lang.c (ada_match_name): Use new API for wild_match.
892         (wild_match): Change API to be consistent with that of strcmp_iw;
893         return 0 for a match, and switch operand order.
894         (full_match): New function.
895         (ada_add_block_symbols): Use dict_iter_match_{first,next} for
896         matching to allow use of hashing.
897         * dictionary.c (struct dict_vector): Generalize iter_name_first,
898         iter_name_next ot iter_match_first, iter_match_next.
899         (iter_name_first_hashed): Replace with iter_match_first_hashed.
900         (iter_name_next_hashed): Replace with iter_match_next_hashed.
901         (iter_name_first_linear): Replace with iter_match_first_linear.
902         (iter_name_next_linear): Replace with iter_match_next_linear.
903         (dict_iter_name_first): Re-implement to use dict_iter_match_first.
904         (dict_iter_name_next): Re-implement to use dict_iter_match_next.
905         (dict_iter_match_first): New function.
906         (dict_iter_match_next): New function.
907         (dict_hash): New function.
908         * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
909         * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
910
911 2010-10-06  Doug Evans  <dje@google.com>
912
913         * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
914
915 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
916
917         * dwarf2read.c (read_tag_const_type): Handle const arrays.
918
919 2010-10-06  Doug Evans  <dje@google.com>
920
921         * Makefile.in (REQUIRED_SUBDIRS): New var.
922         (subdir_do): Verify required subdir Makefiles exist.
923
924         Create subdir data-directory.
925         * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
926         data-directory/Makefile.in.
927         (SUBDIRS): Add data-directory.
928         (all): Remove xml-syscall-copy dependency.
929         (xml-syscall-copy): Moved to data-directory/Makefile.in as
930         stamp-syscalls.
931         (xml-syscall-install): Moved to data-directory/Makefile.in as
932         install-syscalls.
933         (install-only): Remove xml-syscall-install dependency.
934         (all-data-directory): New rule.
935         (data-directory/Makefile): New rule.
936         * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
937         * configure: Regenerate.
938         * data-directory/Makefile.in: New file.
939         * python/lib/gdb/__init__.py: New file.
940
941 2010-10-06  Joel Brobecker  <brobecker@adacore.com>
942
943         Fix ARI warnings in advance_wild_match.
944         * ada-lang.c (advance_wild_match): Delete local variable t2.
945         Adjust code accordingly.  Minor reformatting.
946
947 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
948
949         * gdbtypes.h (struct main_type): Remove flag_nottext.
950         (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
951         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
952         (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
953         * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
954         of TYPE_FLAG_NOTTEXT.
955         (init_type): Remove the initialization of the flag_nottext field.
956         (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
957         TYPE_FLAG_NOTTEXT.
958         * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
959
960 2010-10-04  Doug Evans  <dje@google.com>
961
962         * cc-with-index.sh: New file.
963
964         * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
965         function comment.
966         (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
967         (create_cus_from_index, create_addrmap_from_index): Ditto.
968         (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
969         (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
970         (dw2_do_expand_symtabs_matching): Ditto.
971         (eq_strtab_entry, create_strtab, add_string): Ditto.
972         (hash_strtab_entry): Ditto.
973         (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
974         (create_index_table, create_mapped_symtab, find_slot): Ditto.
975         (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
976         (write_hash_table, add_address_entry, write_psymbols): Ditto.
977         (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
978         (write_psymtabs_to_index): Ditto.
979
980 2010-10-04  Joel Brobecker  <brobecker@adacore.com>
981
982         * ada-lang.c: #include "value.h".
983         (ensure_lval): Delete advance declaration.  Remove gdbarch and sp
984         arguments.  Implement using value_allocate_space_in_inferior
985         instead of allocating memory from the stack.
986         (make_array_descriptor): Remove gdbarch and sp parameters.  Update
987         calls to ensure_lval.
988         (ada_convert_actual): Remove gdbarch and sp parameters.  Update
989         calls to make_array_descriptor and ensure_lval.
990         * ada-lang.h (ada_convert_actual): Update declaration.
991         * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
992
993 2010-10-04  Doug Evans  <dje@google.com>
994
995         * python/python.c (_initialize_python): Define new function
996         GdbSetPythonDirectory in python.  Use it to update sys.path and
997         gdb.__path__.
998
999 2010-10-03  Paul Hilfinger  <hilfinger@adacore.com>
1000
1001         * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
1002         incorporating and generalizing print_record_field_types.
1003         (print_record_field_types): Change return value and update comment.
1004         Re-implement using print_selected_record_field_types.
1005         (print_choices): Print "=>" here.
1006         Handle case of unencoded variant branch.
1007         (print_variant_clauses): Reformat comment.
1008         Special-case unencoded variant branch.
1009
1010 2010-10-03  Paul Hilfinger  <hilfinger@adacore.com>
1011
1012         * ada-lang.c (wild_match): Reimplement.
1013         Change API to eliminate unused length argument, reverse arguments and
1014         make 0 the 'true' return value.
1015         (advance_wild_match): New auxiliary function for wild_match to improve
1016         readability.
1017         (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
1018         * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
1019         API for wild_match.
1020         * symfile.h (map_ada_symtabs): Modify declaration to use new API for
1021         wild_match.
1022         * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
1023
1024 2010-10-01  Doug Evans  <dje@google.com>
1025
1026         * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1027         for `save gdb-index' command.
1028
1029 2010-10-01  Tom Tromey  <tromey@redhat.com>
1030
1031         * symfile.h (allocate_symtab): Update.
1032         * symfile.c (allocate_symtab): Make 'filename' const.
1033         * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1034         (add_psymbol_to_list): Likewise.
1035         * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1036         const.
1037         (add_psymbol_to_list): Update.
1038         * mdebugread.c (new_symtab): Make 'name' const.
1039         (psymtab_to_symtab_1): Make 'filename' const.
1040         * elfread.c (elfstab_offset_sections): Update.
1041         * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1042         (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1043         (psymtab_include_file_name): Update.
1044         * dbxread.c (find_stab_function_addr): Make 'filename' const.
1045         * buildsym.h (start_subfile): Update.
1046         * buildsym.c (start_subfile): Make arguments const.
1047
1048 2010-09-30  Ali Lakhia  <lakhia@alumni.utexas.net>
1049
1050         * fork-child.c (breakup_args): Fix crash if shell forking is
1051         disabled at compile time.
1052
1053 2010-10-01  Joel Brobecker  <brobecker@adacore.com>
1054
1055         * ada-lang.c (desc_bounds): Add handling of the case where
1056         the P_BOUNDS field is a pointer to a stub.
1057         (desc_data_target_type): Same for P_ARRAY field.
1058         (ada_check_typedef): Strip the typedef layers from the type
1059         found by ada_find_any_type.
1060
1061 2010-10-01  Joel Brobecker  <brobecker@adacore.com>
1062
1063         * sparc-tdep.c (sparc32_frame_align): New function.
1064         (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1065         * sparc64-tdep.c (sparc64_frame_align): New function.
1066         (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1067
1068 2010-09-30  H.J. Lu  <hongjiu.lu@intel.com>
1069
1070         * defs.h (MAX_REGISTER_SIZE): Set to 64.
1071
1072 2010-09-30  Tom Tromey  <tromey@redhat.com>
1073
1074         * symfile.h (struct sym_fns) <next>: Remove.
1075         (add_symtab_fns): Update.
1076         * symfile.c (sym_fns_ptr): New typedef.
1077         (symtab_fns): Now a VEC.
1078         (add_symtab_fns): Update.  Change argument type.
1079         (find_sym_fns): Update.  Change return type.
1080         (get_symfile_segment_data): Update.
1081         * objfiles.h (struct objfile) <sf>: Now const.
1082         * somread.c (som_sym_fns): Now const.  Update.
1083         * xcoffread.c (xcoff_sym_fns): Now const.  Update.
1084         * mipsread.c (ecoff_sym_fns): Now const.  Update.
1085         * machoread.c (macho_sym_fns): Now const.  Update.
1086         * elfread.c (elf_sym_fns): Now const.  Update.
1087         (elf_sym_fns_gdb_index): Likewise.
1088         * dbxread.c (aout_sym_fns): Now const.  Update.
1089         * coffread.c (coff_sym_fns): Now const.  Update.
1090
1091 2010-09-30  Tom Tromey  <tromey@redhat.com>
1092
1093         * value.c (value_primitive_field): Take 'offset' into account for
1094         packed field.
1095
1096 2010-09-30  Tom Tromey  <tromey@redhat.com>
1097
1098         * completer.c (count_struct_fields): Handle anonymous structs and
1099         unions.
1100         (add_struct_fields): Likewise.
1101
1102 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1103
1104         Fix printing parameters of inlined functions.
1105         * ada-lang.c (is_known_support_routine)
1106         (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1107         for find_frame_funname.
1108         * python/py-frame.c (frapy_name): Likewise.
1109         * stack.c (find_frame_funname): New parameter funcp.  Update the
1110         function comment.  Fill it in.
1111         (print_frame): New variable func.  Initialize it by
1112         find_frame_funname.  Print arguments only if FUNC is not NULL.  Use
1113         FUNC as the parameter of print_args_stub.
1114         * stack.h (find_frame_funname): New parameter funcp.  Remove the
1115         function declaration comment.
1116
1117 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1118
1119         PR corefiles/12071.
1120         * inferior.c (have_live_inferiors): New variables old_chain, inf and
1121         tp.  Iterate INFERIOR_LIST and call target_has_execution.
1122
1123 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1124
1125         Fix GDB crash on inferior calls with self-referencing classes.
1126         * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1127         member fields.
1128
1129 2010-09-29  Doug Evans  <dje@google.com>
1130
1131         Workaround for gcc/45682.
1132         * dwarf2read.c (partial_die_info): New fields fixup_called,
1133         linkage_name.
1134         (guess_partial_die_structure_name): Renamed from guess_structure_name.
1135         Move definition next to use.  Use linkage_name to determine if class
1136         is in a namespace.  All callers updated.
1137         (fixup_partial_die): Return early if already called.
1138         Set fixup_called when done.
1139         (guess_full_die_structure_name): New function.
1140         (determine_prefix): Call it for class/struct/union dies if c++ and
1141         .debug_types section is present and parent is DW_TAG_compile_unit.
1142
1143 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1144
1145         * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1146         (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1147
1148 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1149
1150         * NEWS: Announce Ravenscar Profile support.
1151
1152 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1153             Jerome Guitton  <guitton@adacore.com>
1154
1155         * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1156         New files.
1157         * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1158         ravenscar-sparc-thread.o to gdb_target_obs.
1159
1160 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1161
1162         * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1163         * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1164
1165 2010-09-27  Pierre Muller  <muller@ics.u-strasbg.fr>
1166
1167         * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1168         (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1169         skip_main_prologue method.
1170
1171 2010-09-27  Tom Tromey  <tromey@redhat.com>
1172
1173         * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1174         (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1175         Only emit a given psymbol once.
1176         (struct signatured_type_index_data) <psyms_seen>: New field.
1177         (write_one_signatured_type): Update.
1178         (cleanup_htab): New function.
1179         (write_psymtabs_to_index): Update.  Create psyms_seen hash.  Bump
1180         version to 3.
1181         (save_gdb_index_command): Update index documentation.
1182
1183 2010-09-27  Tom Tromey  <tromey@redhat.com>
1184
1185         * bcache.c (expand_hash_table): Use hash_function, not hash.
1186
1187 2010-09-27  Tom Tromey  <tromey@redhat.com>
1188
1189         * gdb_wchar.h: Change minimum libiconv to 0x108.
1190
1191 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1192
1193         Fix lost siginfo_t for inferior calls.
1194         * infrun.c
1195         (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1196         (save_inferior_thread_state): New variables regcache, gdbarch and
1197         siginfo_data.  Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1198         Move INF_STATE allocation later, pre-clear it.  Initialize REGISTERS
1199         using REGCACHE.
1200         (restore_inferior_thread_state): New variables regcache and gdbarch.
1201         Restore SIGINFO_DATA for matching GDBARCH.  Restore REGISTERS using
1202         REGCACHE.  Free also SIGINFO_DATA.
1203
1204 2010-09-24  Tom Tromey  <tromey@redhat.com>
1205
1206         * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1207         MAYBE_SWAPs.
1208         (dw2_map_symbol_names): Likewise.
1209
1210 2010-09-24  Sami Wagiaalla  <swagiaal@redhat.com>
1211
1212         * valops.c (find_oload_champ_namespace_loop): replace incorrect
1213         discard_cleanups do_cleanups.
1214
1215 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
1216
1217         PR gdb/11842
1218
1219         * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1220         (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1221         si_code is < 0.  Check for si_code == SI_TIMER before checking for
1222         si_code < 0.
1223
1224 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
1225
1226         * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1227
1228 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1229
1230         * ada-tasks.c (read_atcb): Do not compute the task ptid when
1231         debugging a core file.
1232
1233 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1234
1235         Code cleanup.
1236         * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1237         (free_objfile) <objfile->name != NULL>: Remove the conditional around
1238         xfree.
1239         * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1240         * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1241         Remove.
1242         * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1243         Remove the conditional.
1244         * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1245
1246 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1247
1248         * main.c: Include objfiles.h.
1249         (captured_main): New variable objfile.  Call
1250         load_auto_scripts_for_objfile for ALL_OBJFILES.
1251
1252 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1253
1254         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1255         DW_TAG_constant.
1256
1257 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1258
1259         * dwarf2read.c (scan_partial_symbols): Add handling of
1260         DW_TAG_constant DIEs.
1261         (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1262
1263 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1264
1265         * configure.ac: Add support for --enable-gdbserver.
1266         * configure: Regenerate.
1267
1268 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
1269
1270         PR C++/12028
1271         * valops.c (find_oload_champ_namespace_loop): removed incorrect
1272         'old_cleanups' reassignment.
1273
1274 2010-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1275
1276         * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1277         characters.
1278
1279 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
1280
1281         PR mi/11407
1282         * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1283         read_var_value and common_val_print and print a warning.
1284
1285 2010-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1286
1287         * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1288         keep the list in alphabetical order.  Use longer e-mail address.
1289
1290 2010-09-15  Tom Tromey  <tromey@redhat.com>
1291
1292         * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1293
1294 2010-09-15  Tom Tromey  <tromey@redhat.com>
1295
1296         * charset.c (iconv_open): New define.
1297         (iconv): Likewise.
1298         (iconv_close): Likewise.
1299         (phony_iconv_open): Add "phony_" prefix.
1300         (phony_iconv_close): Likewise.
1301         (phony_iconv): Likewise.
1302         * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1303         Change how INTERMEDIATE_ENCODING is defined.
1304
1305 2010-09-15  Doug Evans  <dje@google.com>
1306
1307         * dwarf2read.c (struct die_info): Fix comment.
1308
1309 2010-09-15  Alan Modra  <amodra@gmail.com>
1310
1311         PR 4606
1312         * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1313         than setting SEC_NEVER_LOAD on sections that need not be copied.
1314
1315 2010-09-14  Tom Tromey  <tromey@redhat.com>
1316
1317         * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1318         (start_psymtab_common, allocate_psymtab, discard_psymtab):
1319         Declare.
1320         * symfile.h (extend_psymbol_list): Remove.
1321         (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1322         (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1323         * psymtab.c (extend_psymbol_list): Move earlier.  Now static.
1324
1325 2010-09-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1326
1327         * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1328         Update the comment.
1329
1330 2010-09-14  Tom Tromey  <tromey@redhat.com>
1331
1332         PR symtab/8399:
1333         * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1334         for unrecognized frame base expression.
1335
1336 2010-09-14  Tom Tromey  <tromey@redhat.com>
1337
1338         PR exp/11803:
1339         * value.c (value_static_field): Use value_of_variable.
1340
1341 2010-09-14  Pierre Muller  <muller@ics.u-strasbg.fr>
1342
1343         * m32r-rom.c: Replace winsock.h with winsock2.h header.
1344         * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1345
1346 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
1347
1348         PR symtab/11992:
1349         * c-exp.y (classify_name): Check is_a_member_of_this before returning
1350         UNKNOWN_CPP_NAME.
1351
1352 2010-09-13  Joel Brobecker  <brobecker@adacore.com>
1353
1354         * NEWS: Add x86-lynxos to the list of platforms supported by
1355         gdbserver.
1356
1357 2010-09-13  Joel Brobecker  <brobecker@adacore.com>
1358
1359         * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1360
1361 2010-09-13  Tom Tromey  <tromey@redhat.com>
1362
1363         * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1364
1365 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
1366
1367         * i386-tdep.c (i386_ymm_type): Set type name to
1368         builtin_type_vec256i.
1369
1370 2010-09-12  Michael Snyder  <msnyder@vmware.com>
1371
1372         * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1373
1374 2010-09-12  H.J. Lu  <hongjiu.lu@intel.com>
1375
1376         * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1377
1378 2010-09-11  H.J. Lu  <hongjiu.lu@intel.com>
1379
1380         * amd64-tdep.c (amd64_register_name): Removed.
1381         (amd64_init_abi): Don't call set_gdbarch_register_name.
1382
1383         * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1384
1385         * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1386
1387 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1388             Paul Bolle  <pebolle@tiscali.nl>
1389
1390         Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1391         * cli-logging.c (struct saved_output_files) <targerr>: New.
1392         (set_logging_redirect, pop_output_files, handle_redirections):
1393         Redirect also gdb_stdtargerr.
1394         * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1395         declarations.
1396         * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1397         also gdb_stdtargerr.
1398         * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1399         to the top.  Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1400         Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1401         * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1402         * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1403         New functions.
1404
1405 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1406
1407         * hppa-tdep.c (unwind_command): Use host_address_to_string function
1408         to display a host address.
1409         * monitor.c (monitor_read_memory): Likewise.
1410         * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1411
1412 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1413
1414         * coffread.c (struct coff_symbol): Change c_value type from `long' to
1415         `CORE_ADDRESS' as it might contain target addresses.
1416
1417 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1418
1419         * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1420         before cast to pointer to avoid warning.
1421
1422 2010-09-09  Kevin Buettner  <kevinb@redhat.com>
1423
1424         * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1425         type to be signed.
1426
1427 2010-09-09  Ulrich Weigand  <uweigand@de.ibm.com>
1428
1429         * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1430         anonymous class partial DIEs.
1431
1432 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1433
1434         * dwarf2read.c (dwarf2_compute_name): Check that the first
1435         argument is a pointer.
1436
1437 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1438
1439         * dwarf2read.c (read_func_scope, read_structure_type)
1440         (read_common_block): Check for a NULL return from new_symbol.
1441
1442 2010-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1443
1444         * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1445
1446 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1447
1448         * dwarf2read.c (read_structure_type): Move processing of
1449         fields and member functions from here...
1450         (process_structure_scope): ... to here.
1451
1452 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1453
1454         * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1455         the domain type.
1456         (gnuv3_make_method_ptr): Likewise.
1457
1458 2010-09-08  Tom Tromey  <tromey@redhat.com>
1459
1460         * breakpoint.c (create_breakpoint): Add missing _().
1461
1462 2010-09-08  Doug Evans  <dje@google.com>
1463
1464         * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1465
1466 2010-09-08  Tom Tromey  <tromey@redhat.com>
1467
1468         Revert:
1469         2010-09-01  Tom Tromey  <tromey@redhat.com>
1470         * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1471         symtab.h: Revert earlier change.
1472
1473 2010-09-09  Sami Wagiaalla  <swagiaal@redhat.com>
1474
1475         * psymtab.c (add_psymbol_to_bcache): Initialize
1476         obj_section.
1477         memset psymbol.ginfo.value to 0.
1478
1479 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
1480
1481         * infrun.c (resume): Extend comment on ignoring single-step
1482         requests on vfork parents waiting for a vfork-done.
1483
1484 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1485             Pedro Alves  <pedro@codesourcery.com>
1486
1487         * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1488         is NULL.
1489         * fork-child.c (startup_inferior) <resume_signal>: Use enum
1490         target_signal type.
1491         * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1492         calling strsignal.  Use enum target_signal type for saved_signo.
1493         (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1494         (linux_nat_wait_1): Use enum target_signal type for signo.  Use
1495         target_signal_to_host before calling strsignal.
1496         * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1497         TARGET_SIGNAL_0.
1498
1499 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
1500             Jan Kratochvil  <jan.kratochvil@redhat.com>
1501
1502         * common/signals.c (ANY): Remove.
1503         (SET): No longer use ANY.
1504
1505 2010-09-06  Yao Qi  <yao@codesourcery.com>
1506
1507         * infrunc(resume): When inferior is waiting_for_vfork_done,
1508         clear step and don't use displaced stepping.
1509
1510 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
1511
1512         * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1513         value specially.
1514
1515 2010-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1516
1517         Code cleanup - split print_stop_reason.
1518         * infrun.c (enum inferior_stop_reason): Remove.
1519         (print_stop_reason): Remove by splitting into ...
1520         (print_exited_reason, print_signal_exited_reason)
1521         (print_no_history_reason, print_signal_received_reason)
1522         (print_end_stepping_range_reason): ... these new functions.  Update
1523         the preceding comment.
1524         (handle_inferior_event): Change the calls to print_exited_reason,
1525         print_signal_exited_reason, print_no_history_reason,
1526         print_signal_received_reason, print_end_stepping_range_reason.
1527         (handle_step_into_function, handle_step_into_function_backward):
1528         Change the calls to print_end_stepping_range_reason.
1529
1530 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1531
1532         * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1533         * cli-out.c: Include vec.h.
1534         (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1535         variable stream, initialize it, use it.
1536         (cli_redirect): New function comment.  Replace the stream and
1537         original_stream fields by the new streams field.  Remove the
1538         original_stream != NULL conditional, assert error on NULL instead.
1539         (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1540         (cli_out_data_ctor): Assert non-NULL stream.  Replace the stream and
1541         original_stream fields by the new streams field.
1542         (cli_out_set_stream): Replace the stream field by the new streams
1543         field.
1544         * cli-out.h: Include vec.h.
1545         (ui_filep): New typedef, call DEF_VEC_P for it.
1546         (struct cli_ui_out_data): Replace the stream and original_stream
1547         fields by the new streams field.
1548         * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
1549         NULL first.  Extend the comment.
1550         (handle_redirections): Call ui_out_redirect with output.
1551         * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
1552         calls outside of the TRY_CATCH block.
1553
1554 2010-09-03  Joel Brobecker  <brobecker@adacore.com>
1555
1556         GDB 7.2 released.
1557
1558 2010-09-02  Joel Brobecker  <brobecker@adacore.com>
1559
1560         Back out the following change:
1561         | 2010-06-29  Hui Zhu  <teawater@gmail.com>
1562         | * record.c (set_record_pic_cmdlist,
1563         | show_record_pic_cmdlist): New variables.
1564         | (set_record_pic_command,
1565         | show_record_pic_command): New functions.
1566         | (record_pic_function, record_pic_line, record_pic_enum,
1567         | set_record_pic_type, record_pic_hide_nofunction,
1568         | record_pic_hide_nosource, record_pic_hide_same): New variables.
1569         | (record_pic_fputs): New function.
1570         | (function_list, node_list, edge_list): New struct.
1571         | (function_list, node_list, edge_list): New variables.
1572         | (record_pic_cleanups, record_pic_node,
1573         | record_pic_edge, cmd_record_pic): New functions.
1574         | (_initialize_record): Add new commands for record pic.
1575
1576 2010-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
1577
1578         * config.in, configure: Regenerated.
1579         * configure.ac: Check for waitpid.
1580         * ser-pipe.c (pipe_close): Wait for the program to exit.
1581
1582 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1583
1584         * cli/cli-logging.c: Include gdb_assert.h.
1585         (set_logging_overwrite): New function.
1586         (logging_redirect): New comment.
1587         (logging_no_redirect_file, set_logging_redirect)
1588         (pop_output_files) <logging_no_redirect_file>: New.
1589         (handle_redirections) <!logging_redirect>: New variable
1590         no_redirect_file.  Remove file autoclose for tee_file_new.  No longer
1591         discard cleanup for the close of former OUTPUT.  Set
1592         LOGGING_NO_REDIRECT_FILE.
1593         (handle_redirections) <logging_redirect>: gdb_assert
1594         LOGGING_NO_REDIRECT_FILE.
1595         (show_logging_command) <logging_redirect handling>: Adjust messages
1596         for SAVED_FILENAME not NULL.
1597         (_initialize_cli_logging): Install set_logging_overwrite and
1598         set_logging_redirect.
1599
1600 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1601
1602         * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
1603
1604 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1605
1606         * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
1607         (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
1608         add $(GDB_WARN_CFLAGS_NO_FORMAT).
1609         (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
1610
1611 2010-09-02  Yao Qi  <yao@codesourcery.com>
1612
1613         * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
1614         number from a WIFSIGNALED status.
1615
1616 2010-09-01  Tom Tromey  <tromey@redhat.com>
1617
1618         * symtab.h (lookup_type_symbol): Declare.
1619         * symtab.c (lookup_symbol_in_language_full): Rename from
1620         lookup_symbol_in_language.  Add 'for_type' argument.
1621         (lookup_symbol_in_language): New function.
1622         (lookup_type_symbol): Likewise.
1623         (lookup_symbol_aux): Add 'for_type' argument.
1624         (match_symbol_aux): New function.
1625         (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
1626         (match_transparent_type): New function.
1627         (basic_lookup_transparent_type): Use expand_one_symtab_matching.
1628         * symfile.h (struct quick_symbol_functions)
1629         <pre_expand_symtabs_matching>: Remove.
1630         <expand_one_symtab_matching>: New field.
1631         * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
1632         (pre_expand_symtabs_matching_psymtabs): Remove.
1633         (psym_functions): Update.
1634         * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
1635         * dwarf2read.c (dw2_lookup_symbol): Update comment.
1636         (dw2_pre_expand_symtabs_matching): Remove.
1637         (dw2_expand_one_symtab_matching): New function.
1638         (dwarf2_gdb_index_functions): Update.
1639
1640 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
1641
1642         * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
1643
1644 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
1645
1646         * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
1647         as a feature reported by -list-target-features.
1648
1649 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
1650
1651         * features/Makefile (WHICH): Add rs6000/powerpc-32.
1652         (powerpc-32.o, powerpc-32.c): New rules.
1653         (clean): Also remove powerpc-32.c.
1654         * regformats/rs6000/powerpc-32.dat: Generate.
1655
1656 2010-08-31  Sami Wagiaalla  <swagiaal@redhat.com>
1657
1658         * symfile.c (reread_symbols): Use psymbol_bcache_free, and
1659         psymbol_bcache_init.
1660         * psymtab.h (psymbol_bcache_init): New function prototype.
1661         (psymbol_bcache_free): New function prototype.
1662         (psymbol_bcache_get_bcache): New function prototype.
1663         * psymtab.c (psymbol_bcache_init): New function.
1664         (psymbol_bcache_free): New function.
1665         (psymbol_bcache_full): New function.
1666         (psymbol_bcache_get_bcache): New function.
1667         (add_psymbol_to_bcache): use psymbol_bcache_full.
1668         * objfiles.h (psymbol_cache): Change type of psymbol_cache to
1669         psymbol_bcache.
1670         * symmisc.c (print_symbol_bcache_statistics): Updated.
1671         (print_objfile_statistics): Updated.
1672         * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
1673         psymbol_cache.
1674         (free_objfile): Use psymbol_bcache_free.
1675
1676 2010-08-31  Tom Tromey  <tromey@redhat.com>
1677
1678         PR c++/11961:
1679         * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
1680         Don't set TYPE_NAME on the type.
1681
1682 2010-08-31  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
1683
1684         * infrun.c (set_exec_direction_func): Error out if target does not
1685         support reverse execution.
1686
1687 2010-08-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1688
1689         Make linux_get_siginfo_type `type *' unique.
1690         * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
1691         (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
1692         (linux_get_siginfo_type): New variable linux_gdbarch_data.  Initialize
1693         it.  Use linux_gdbarch_data->siginfo_type as a persistent storage.
1694         (_initialize_linux_tdep): New.
1695
1696 2010-08-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1697
1698         Code cleanup.
1699         * defs.h (find_memory_region_ftype): New typedef.
1700         (exec_set_find_memory_regions): Use it.
1701         * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
1702         * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
1703         * gcore.c (objfile_find_memory_regions): Likewise.
1704         * gnu-nat.c (gnu_find_memory_regions): Likewise.
1705         * linux-nat.c (linux_nat_find_memory_regions): Likewise.
1706         * procfs.c (iterate_over_mappings_cb_ftype): Remove.
1707         (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
1708         find_memory_region_ftype.
1709         (insert_dbx_link_bpt_in_region): Likewise.
1710         (iterate_over_mappings): Likewise.  Drop the comment part about the
1711         function prototype.
1712         (find_memory_regions_callback): Use find_memory_region_ftype.
1713         (proc_find_memory_regions): Likewise.
1714         (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
1715         find_memory_region_ftype.
1716         * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
1717         * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
1718
1719 2010-08-31  Sami Wagiaalla  <swagiaal@redhat.com>
1720
1721         * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
1722         'static partial_symbol psymbol'.
1723         (psymbol_hash): New function.
1724         (psymbol_compare): New function.
1725         * bcache.c (hash_continue): New.
1726         (hash): Use hash_continue.
1727         * bcache.c: Add hash_function and compare_function
1728         pointers to bcache struct.
1729         (bcache_full): Use bcache->hash_function, and
1730         bcache->compare_function.
1731         (bcache_compare): New function.
1732         (bcache_xmalloc): Take hash_function and
1733         compare_function arguments and initialize the
1734         bcach's pointers.
1735         Updated comment.
1736         * objfiles.c (allocate_objfile): Updated.
1737         * symfile.c (reread_symbols): Updated.
1738         * python/py-type.c (typy_richcompare): Updated.
1739
1740 2010-08-30  Andre Poenitz  <andre.poenitz@nokia.com>
1741             Tom Tromey  <tromey@redhat.com>
1742
1743         PR python/11792:
1744         * python/py-value.c (valpy_get_dynamic_type): New function.
1745         (value_object_getset): Add "dynamic_type".
1746         (valpy_get_type): Fail on error.
1747
1748 2010-08-30  Yao Qi  <yao@codesourcery.com>
1749
1750         * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
1751         (arm_linux_syscall_next_pc): New.
1752         (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead. 
1753         (arm_linux_init_abi): Initialize syscall_next_pc.
1754         * arm-tdep.c (thumb_get_next_pc_raw):  Get next pc of SWI in Thumb mode.
1755         (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
1756         * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc. 
1757         Declare arm_frame_is_thumb.
1758
1759 2010-08-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1760
1761         Code cleanup.
1762         * breakpoint.c (bpstat_alloc): Remove unused prototype.
1763         (bpstat_alloc): Change parameters cbs to bs_link_pointer.  Adjust the
1764         code.
1765         (bpstat_stop_status): Change root_bs into bs_head and bs_link.  Adjust
1766         calls of bpstat_alloc.  Remove explicit bs chain termination.
1767
1768 2010-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1769
1770         Code cleanup.
1771         * linux-nat.c (pull_pid_from_list): Rename status to statusp.
1772         (my_waitpid): Likewise.
1773
1774 2010-08-27  Doug Evans  <dje@google.com>
1775
1776         * dwarf2read.c (dw2_require_line_header): Read from .debug_types
1777         as appropriate.
1778
1779 2010-08-27  Tom Tromey  <tromey@redhat.com>
1780
1781         * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
1782         TYPE_FIELD_IGNORE_BITS.
1783
1784 2010-08-27  Doug Evans  <dje@google.com>
1785
1786         * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
1787         the order they're defined in.  munmap .debug_types buffer.
1788
1789 2010-08-26  Doug Evans  <dje@google.com>
1790
1791         * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
1792         (dw2_forget_cached_source_info): Rename local cu to per_cu.
1793         (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
1794         (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
1795         (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
1796         (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
1797         (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
1798         (dwarf2_free_objfile, write_one_signatured_type): Ditto.
1799         (write_psymtabs_to_index): Ditto.
1800
1801 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
1802
1803         * NEWS: Mention libthread_db debugging with core files.
1804
1805 2010-08-26  Doug Evans  <dje@google.com>
1806
1807         * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
1808         forward decl.  Pass pst->dirname to dwarf_decode_lines.
1809         (psymtab_include_file_name): New function.
1810         (dwarf_decode_lines): Call it.  Update comments.
1811
1812 2010-08-25  Pedro Alves  <pedro@codesourcery.com>
1813
1814         * dwarf2read.c (inherit_abstract_dies): Handle origin die's
1815         compilation unit being different from target die's.
1816
1817 2010-08-24  Doug Evans  <dje@google.com>
1818
1819         PR symtab/11942
1820         * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
1821         debug_types_type_hash.
1822         (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
1823         All uses updated.
1824         (lookup_die_type): Renamed from tag_type_to_tag.  First look in
1825         appropriate type_hash table.  All callers updated.
1826         (allocate_signatured_type_table): Renamed from
1827         allocate_signatured_type_hash_table.  All callers updated.
1828         (create_signatured_type_table_from_index): Renamed from
1829         create_signatured_type_hash_from_index.  All callers updated.
1830         (read_die_type): Add comment.  Move actual reading to ...
1831         (read_die_type_1): ... here.  New function.
1832         (follow_die_ref_or_sig): Tweak comment.
1833         (set_die_type): Rewrite to use appropriate choice of
1834         debug_info_type_hash or debug_types_type_hash.
1835         (get_die_type_at_offset): New function.
1836         (get_die_type): Call it.
1837
1838 2010-08-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1839
1840         * python/py-type.c (typy_richcompare): Initialize worklist.
1841
1842 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
1843             Kazu Hirata  <kazu@codesourcery.com>
1844             Jonathan Larmour  <jifl@eCosCentric.com>
1845
1846         * arm-tdep.c: Include features/arm-with-m.c.
1847         (arm_psr_thumb_bit): New.  Update all uses of CPSR_T to
1848         call this function.
1849         (arm_pc_is_thumb): Add a gdbarch argument.  Update all callers.
1850         Check is_m after force-mode.
1851         (arm_gdbarch_init): Check the binary before the target description.
1852         Add check for M profile attribute.  If we have an M-profile device,
1853         but no target register description, use arm-with-m.  Recognize the
1854         new org.gnu.gdb.arm.m-profile feature and its xpsr register.
1855         (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
1856         * arm-tdep.h (XPSR_T): Define.
1857         (struct gdbarch_tdep): Add is_m member.
1858         * features/arm-m-profile.xml, features/arm-with-m.c,
1859         features/arm-with-m.xml: New files.
1860
1861 2010-08-23  Doug Evans  <dje@google.com>
1862
1863         * dwarf2read.c (read_structure_type): Add comment.
1864         (read_enumeration_type): Add comment.
1865         (process_enumeration_scope): Move definition of some locals
1866         closer to their use.
1867         (read_namespace_type): Add comment.
1868         (set_die_type): Fix typo in comment.
1869
1870 2010-08-23  Tom Tromey  <tromey@redhat.com>
1871
1872         PR python/11145:
1873         * python/py-value.c: Include expression.h.
1874         (valpy_do_cast): New function.
1875         (valpy_cast): Use it.
1876         (valpy_dynamic_cast): New function.
1877         (valpy_reinterpret_cast): Likewise.
1878         (value_object_methods): Add dynamic_cast, reinterpret_cast.
1879
1880 2010-08-23  Tom Tromey  <tromey@redhat.com>
1881
1882         PR python/11391:
1883         * python/py-value.c (valpy_nonzero): Don't throw error for other
1884         Value types.
1885
1886 2010-08-23  Tom Tromey  <tromey@redhat.com>
1887
1888         PR python/10676:
1889         * python/py-type.c: Include bcache.h, vec.h.
1890         (struct type_equality_entry): New.
1891         (compare_strings): New function.
1892         (check_types_equal): Likewise.
1893         (check_types_worklist): Likewise.
1894         (typy_richcompare): Likewise.
1895         (type_object_type): Set tp_richcompare field.
1896
1897 2010-08-23  Tom Tromey  <tromey@redhat.com>
1898
1899         PR python/10953:
1900         * python/py-type.c (typy_fields): Call check_typedef.
1901         (typy_template_argument): Add TRY_CATCH.
1902
1903 2010-08-23  Tom Tromey  <tromey@redhat.com>
1904
1905         PR python/11915:
1906         * python/py-type.c (typy_array): New function.
1907         (type_object_methods): Add "array".
1908
1909 2010-08-20  Pedro Alves  <pedro@codesourcery.com>
1910
1911         * python/python.c: Include "serial.h".
1912         (gdbpy_event_fds): Change type to `struct serial *' a array from
1913         int array.
1914         (gdbpy_run_events): Change parameters.  Use serial_readchar in
1915         place of read.
1916         (gdbpy_post_event): Use serial_write in place of write.
1917         (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
1918         serial_async in place of add_file_handler.
1919
1920 2010-08-20  Pedro Alves  <pedro@codesourcery.com>
1921
1922         * serial.h (gdb_pipe, serial_pipe): Declare.
1923         * serial.c (serial_interface_lookup): Take a const char pointer.
1924         (serial_fdopen): Rename to ...
1925         (serial_fdopen_ops): ... this.  Add an OPS parameter and use it.
1926         Call the OPS' fdopen function if there is one.
1927         (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
1928         (serial_pipe): New.
1929         (struct serial_ops) <fdopen>: New field.
1930
1931         * ser-mingw.c (free_pipe_state):
1932         (free_pipe_state): Close output on non-pex pipes.
1933         (pipe_windows_fdopen): New.
1934         (gdb_pipe): New.
1935         (_initialize_ser_windows): Register pipe_windows_fdopen.
1936         * ser-go32.c (gdb_pipe): New.
1937         * ser-pipe.c (pipe_close): Close file descriptor even if there's
1938         no state pointer.
1939         (pipe_ops): Delete.
1940         (gdb_pipe): New.
1941
1942 2010-08-20  Keith Seitz  <keiths@redhat.com>
1943
1944         PR symtab/11465:
1945         * dwarf2read.c (struct delayed_method_info): New struct.
1946         (struct dwarf2_cu): Add vector method_list.
1947         (scan_partial_symbols): Count methods for union, class, structure,
1948         and interface types.
1949         (add_to_method_list): New function.
1950         (free_delayed_list): New function.
1951         (compute_delayed_physnames): New function.
1952         (process_full_comp_unit): Make a cleanup for the CU's delayed
1953         physname list, compute the delayed physnames, and free the
1954         the list.
1955         (dwarf2_add_member_fn): For C++ and Java, delay the computation
1956         of the physname until after the CU is read.
1957
1958         * dwarf2read.c (read_structure_type): Check if the current
1959         DIE's type was already completed after dwarf2_full_name
1960         was called.
1961
1962 2010-08-19  Stan Shebs  <stan@codesourcery.com>
1963
1964         * NEWS: Mention some additional changes.
1965
1966 2010-08-19  Tom Tromey  <tromey@redhat.com>
1967
1968         * Makefile.in (install-python): Add DESTDIR.
1969
1970 2010-08-19  Doug Evans  <dje@google.com>
1971
1972         PR exp/11926
1973         * parser-defs.h (parse_float, parse_c_float): Declare.
1974         * parse.c (parse_float, parse_c_float): New function.
1975         * c-exp.y (parse_number): Call parse_c_float.
1976         * objc-exp.y (parse_number): Ditto.
1977         * p-exp.y (parse_number): Ditto.  Use ANSI/ISO-style definition.
1978         * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
1979
1980 2010-08-19  Joel Brobecker  <brobecker@adacore.com>
1981
1982         * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
1983         the arguments in the correct order.
1984         * symtab.c (maybe_add_partial_symtab_filename): Declare
1985         the arguments in the correct order.
1986
1987 2010-08-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1988
1989         * varobj.c (varobj_create): Replace variable old_fi with old_id,
1990         initialize it by null_frame_id, wrap its usage by get_frame_id,
1991         frame_id_p and frame_find_by_id.
1992
1993 2010-08-18  Tom Tromey  <tromey@redhat.com>
1994
1995         PR python/11900:
1996         * configure: Rebuild.
1997         * configure.ac: Add install-python to CONFIG_INSTALL.
1998         * Makefile.in (install-python): New.
1999
2000 2010-08-18  Doug Evans  <dje@google.com>
2001
2002         * gdb_assert.h (gdb_assert_not_reached): New macro.
2003         (gdb_assert_fail): Fix typo in comment.
2004         * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
2005         gdb_assert (0).
2006         * darwin-nat.c (darwin_check_new_threads): Ditto.
2007         * dwarf2read.c (dwarf2_get_section_info): Ditto.
2008         (munmap_section_buffer): Ditto.
2009         * m32c-tdep.c (make_types): Ditto.
2010         (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
2011         * macroexp.c (get_character_constant): Ditto.
2012         (get_string_literal): Ditto.
2013         * mep-tdep.c (mep_pseudo_cr_size): Ditto.
2014         (mep_pseudo_cr_index, mep_register_type): Ditto.
2015         (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
2016         (mep_get_insn, mep_analyze_prologue): Ditto.
2017         * objfiles.c (qsort_cmp): Ditto.
2018         * prologue-value.c (pv_is_identical): Ditto.
2019         * record.c (record_get_loc): Ditto.
2020         * value.c (value_static_field): Ditto.
2021         * xtensa-tdep.c (call0_track_op): Ditto.
2022
2023 2010-08-18  Tom Tromey  <tromey@redhat.com>
2024
2025         PR symtab/11919:
2026         * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2027         * parse.c (parse_field_expression): Use RETURN_MASK_ERROR.  Move
2028         name-copying lower.  Document exception behavior.
2029         * completer.c (expression_completer): Catch exceptions from
2030         parse_field_expression.
2031
2032 2010-08-18  Pedro Alves  <pedro@codesourcery.com>
2033
2034         PR corefile/8210
2035
2036         * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2037         workaround on core files.
2038         (try_thread_db_load_1): Don't try enabling thread event reporting
2039         on core files.
2040         (thread_db_load): Allow thread_db on core files.
2041         (attach_thread): Don't check thread signals on core files, nor try
2042         really attaching to the thread, nor enabling thread event event
2043         reporting.
2044         (thread_db_detach): Don't try disabing thread event reporting or
2045         removing thread event breakpoints when debugging a core file.
2046         (find_new_threads_callback): Don't try enabling thread event
2047         reporting on core files.
2048         (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2049         debugging a core file.
2050         (thread_db_find_new_threads): Don't update thread
2051         cores (processors) when debugging a core (dump).
2052
2053 2010-08-18  Pedro Alves  <pedro@codesourcery.com>
2054
2055         PR corefile/8210
2056
2057         * corelow.c (add_to_thread_list): Don't use
2058         gdbarch_core_reg_section_encodes_pid.  Use bfd_core_file_pid.
2059         (get_core_register_section): Don't use
2060         gdbarch_core_reg_section_encodes_pid.
2061
2062         * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2063         * gdbarch.h, gdbarch.c: Regenerate.
2064         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2065         gdbarch_core_reg_section_encodes_pid.
2066         * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2067         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2068         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2069
2070 2010-08-18  Yao Qi  <yao@codesourcery.com>
2071
2072         * MAINTAINERS : Add myself under Write After Approval.
2073
2074 2010-08-17  Tom Tromey  <tromey@redhat.com>
2075
2076         * NEWS: Mention template parameter support.
2077
2078 2010-08-17  Pedro Alves  <pedro@codesourcery.com>
2079
2080         PR breakpoints/11371
2081
2082         * breakpoint.c (decref_bp_location): Assert the reference count is
2083         sane.
2084
2085 2010-08-17  Pedro Alves  <pedro@codesourcery.com>
2086
2087         PR breakpoints/11371
2088
2089         * breakpoint.c (breakpoint_init_inferior): Decrement the
2090         location's reference count instead of deleting right away.
2091         (bpstat_free): Decrement the location's reference count.  Make
2092         static.
2093         (bpstat_copy): Increment the location's reference count.
2094         (bpstat_find_breakpoint): Adjust.
2095         (bpstat_num): Adjust.
2096         (print_it_typical): Adjust.  Use the breakpoint pointer in the
2097         bpstat instead of the location's owner.
2098         (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2099         Adjust to record the location's owner in the bpstat.
2100         (watchpoint_check): Use the breakpoint pointer in the bpstat
2101         instead of the location's owner.
2102         (bpstat_check_breakpoint_conditions): Don't handle
2103         bp_watchpoint_scope here.  Use the breakpoint pointer in the
2104         bpstat instead of the location's owner.
2105         (bpstat_stop_status): Defer inferior function calls to after
2106         building the bpstat list.  Handle bp_watchpoint_scope here.  Use
2107         the breakpoint pointer in the bpstat instead of the location's
2108         owner.
2109         (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2110         the location's owner.
2111         (free_bp_location): Don't walk bpstats clearing locations.
2112         (incref_bp_location): New.
2113         (decref_bp_location): New.
2114         (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2115         instead of the location's owner.
2116         (update_global_location_list): Clear the location's owner, and
2117         decrement the location's reference count instead of deleting it
2118         right away.
2119         (breakpoint_retire_moribund): Decrement the location's reference
2120         count instead of deleting it right away.
2121         (bpstat_remove_bp_location): Delete.
2122         (bpstat_remove_breakpoint): New.
2123         (bpstat_remove_bp_location_callback): Delete.
2124         (bpstat_remove_breakpoint_callback): New.
2125         (delete_breakpoint): Iterate over all threads' stop_bpstat's
2126         clearing references to the breakpoint that is being deleted.
2127
2128         * breakpoint.h (struct bp_location) <refc>: New field.
2129         <owner>: Update comments.
2130         (bpstat_free): Delete declaration.
2131         (struct bpstats): Change the type of the breakpoint_at field to
2132         struct breakpoint point, from struct bp_location pointer.  Add new
2133         field bp_location_at.
2134
2135 2010-08-16  Tom Tromey  <tromey@redhat.com>
2136
2137         * NEWS: Fix typo.
2138
2139 2010-08-16  Tom Tromey  <tromey@redhat.com>
2140
2141         * NEWS: Mention watch -location.
2142
2143 2010-08-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2144
2145         * breakpoint.c (update_watchpoint): Add source empty line.  Prefer
2146         EXP_STRING_REPARSE to EXP_STRING.
2147         (watch_command_1): Set also EXP_STRING_REPARSE.
2148         (delete_breakpoint): Free also EXP_STRING_REPARSE.
2149         * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2150         Update comment for exp_string.
2151
2152 2010-08-16  Tom Tromey  <tromey@redhat.com>
2153
2154         * value.c (release_value): Clear 'next' pointer.
2155         * breakpoint.c (watch_command_1): Add 'just_location' argument.
2156         (watch_command_wrapper): Update.
2157         (watch_maybe_just_location): New function.
2158         (watch_command): Update.
2159         (rwatch_command_wrapper): Update.
2160         (rwatch_command): Update.
2161         (awatch_command_wrapper): Update.
2162         (awatch_command): Update.
2163         (check_for_argument): New function.
2164         (_initialize_breakpoint): Update help text.
2165
2166 2010-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
2167
2168         * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2169         typedef'ed function types correctly.
2170
2171 2010-08-13  Tom Tromey  <tromey@redhat.com>
2172
2173         * python/python-internal.h (gdbpy_get_hook_function): Don't
2174         declare.
2175
2176 2010-08-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2177
2178         * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2179         static.
2180
2181 2010-08-13  Ken Werner  <ken.werner@de.ibm.com>
2182
2183         * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2184         the format strings to be compatible with Python 2.4.
2185
2186 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
2187
2188         Easier and more stubborn MI memory read commands.
2189
2190         * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2191         and data-write-memory-bytes.
2192         * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2193         (mi_cmd_data_write_memory_bytes): New.
2194         * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2195         (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2196         New.
2197         (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2198         * target.c (target_read_until_error): Remove.
2199         (read_whatever_is_readable, free_memory_read_result_vector)
2200         (read_memory_robust): New.
2201         * target.h (target_read_until_error): Remove.
2202         (struct memory_read_result, free_memory_read_result_vector)
2203         (read_memory_robust): New.
2204
2205 2010-08-13  Hui Zhu  <teawater@gmail.com>
2206
2207         * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2208         (read_comp_unit): Initialize back_to.
2209
2210 2010-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
2211             Pedro Alves  <pedro@codesourcery.com>
2212
2213         * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2214         (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2215         (struct partial_die_info) <has_template_arguments>: New field.
2216         <num_attrs>: Change type to unsigned char.
2217         <building_fullname>: New field.
2218         (dwarf2_build_psymtabs_hard): Set reading_partial_symbols.  Only
2219         allocate a CU if we don't have one already.  Add a cleanup for the
2220         CU.
2221         (partial_die_full_name): Handle template arguments not in
2222         DW_AT_name.
2223         (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2224         (load_full_comp_unit): Only allocate a CU if we don't have one
2225         already.
2226         (do_ui_file_peek_last): New.
2227         (dwarf2_compute_name): Handle template parameters not in
2228         DW_AT_name.
2229         (read_comp_unit): Read and free abbrevs if not read yet.
2230         (load_partial_dies): Handle template arguments not in DW_AT_name.
2231         (find_partial_die): If we have a CU, but no a partial dies yet,
2232         also read in the CU.
2233         (dwarf2_const_value_attr): New, abstracted out from
2234         dwarf2_const_value.
2235         (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2236         dwarf2_const_value_attr.
2237         (determine_prefix): Detect and break loops created by RCVT's debug
2238         info.
2239         (maybe_queue_comp_unit): Bail out early if reading partial
2240         symbols.
2241         (follow_die_offset): Load full CU if we have no dies.
2242         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2243         * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2244
2245 2010-08-11  Tom Tromey  <tromey@redhat.com>
2246             Phil Muldoon  <pmuldoon@redhat.com>
2247
2248         * python/python.c (gdbpy_run_events): New function.
2249         (gdbpy_post_event): Likewise.
2250         (gdbpy_initialize_events): Likewise.
2251         (_initialize_python): Call gdbpy_initialize_events.
2252
2253 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
2254
2255         * gdb/valarith.c (vector_binop): New function.
2256         (scalar_binop): Likewise.
2257         (value_binop): Call scalar_binop or vector_binop depending on the types.
2258         * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2259         (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2260         to pointers.
2261         * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2262
2263 2010-08-11  Brad Roberts  <braddr@puremagic.com>
2264
2265         * d-lang.c (extract_identifiers): Handle multiple digits.
2266
2267 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2268
2269         Code cleanup.
2270         * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2271         Rename to dummy_frame_unwind.
2272         (dummy_frame_unwind): Remove.
2273         * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2274         * frame-unwind.c (frame_unwind_init): Use address of
2275         dummy_frame_unwind and inline_frame_unwind.
2276         * frame.c (create_sentinel_frame): Use address of
2277         sentinel_frame_unwind.
2278         * inline-frame.c (inline_frame_unwinder): Rename to
2279         inline_frame_unwind.
2280         (inline_frame_unwind): Remove.
2281         * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2282         * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2283         sentinel_frame_unwind.
2284         (sentinel_frame_unwind): Remove.
2285         * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2286         struct.
2287
2288 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2289
2290         Code cleanup.
2291         * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2292         and returned value.  New comment from frame-unwind.h.
2293         * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2294         Extend the comment.
2295         * frame.c (get_frame_id, frame_unwind_register_value)
2296         (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2297         (get_frame_type, frame_unwind_arch): Do not use the return value of
2298         frame_unwind_find_by_frame.
2299
2300 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
2301             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2302             Tom Tromey  <tromey@redhat.com>
2303
2304         * python/python.c (gdbpy_solib_address):  New function.
2305         (gdbpy_decode_line): Likewise.
2306
2307 2010-08-10  Tom Tromey  <tromey@redhat.com>
2308
2309         Revert gdb-add-index addition:
2310         * Makefile.in (install-only): Don't install gdb-add-index.
2311         * gdb-add-index.sh: Remove.
2312
2313 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
2314
2315         * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2316         `target_has_execution' check with `to_has_memory' check.
2317         (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2318         (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2319         with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2320
2321 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
2322
2323         * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2324         (resume_siggnal, resume_step): Move these static globals...
2325         (struct sim_inferior_data): ...into this new struct.
2326         (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2327         New static globals.
2328         (gdb_callback, callbacks_initialized): Move these globals to
2329         a point earlier in the file.
2330         (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2331         (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2332         (gdbsim_close_inferior, gdbsim_resume_inferior)
2333         (gdbsim_stop_inferior): New functions.
2334         (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2335         New constants.
2336         (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2337         (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2338         (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2339         (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2340         (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2341         (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2342         new local variable `sim_data' in each of these functions.  Use
2343         `sim_data' to reference former globals `program_loaded',
2344         `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2345         `resume_step'.
2346         (gdbsim_open): Remove local variable `argv'.  Put results of call
2347         to `gdb_buildargv' in `sim_argv' rather than in `argv'.  Don't
2348         make a cleanup for it.  Free it though when a sim instance cannot
2349         be obtained.
2350         (gdbsim_close): Free sim_argv and null it out as appropriate.
2351         Close sim instances in all inferiors.
2352         (gdbsim_cntrl_c): Stop all inferiors.
2353         (gdbsim_wait): 
2354         (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2355
2356 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2357
2358         * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2359         function after symbol construction is complete.
2360         Do the same for template symbol addition to template_symbols list.
2361
2362 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2363
2364         * symtab.c (symbol_get_demangled_name): Remove assertion and
2365         return NULL when language_specific.cplus_specific is not initialized.
2366         * stabsread.c (define_symbol): Set the name before calling
2367         cp_scan_for_anonymous_namespaces.
2368
2369 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2370
2371         * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2372         SYMBOL_SET_LANGUAGE.
2373         (symbol_init_language_specific): Renamed to symbol_set_language.
2374         * symtab.c (symbol_init_language_specific): Removed redundant check
2375         for language_cplus.
2376         Renamed to symbol_set_language.
2377         * stabsread.c (define_symbol): Updated.
2378         (read_enum_type): Updated
2379         * psymtab.c (add_psymbol_to_bcache): Updated.
2380         * minsyms.c (install_minimal_symbols): Updated.
2381         * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2382         SYMBOL_LANGUAGE to set the language.
2383         * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2384         * mdebugread.c (new_symbol): Ditto.
2385         * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2386         * dwarf2read.c (new_symbol_full): Ditto.
2387         * jv-lang.c (add_class_symbol): Ditto.
2388
2389 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2390
2391         * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2392         (make_cleanup_restore_page_info)
2393         (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2394         * gdbcmd.h (execute_command_to_string): New declaration.
2395         * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2396         (make_cleanup_restore_ui_file): Move to utils.c
2397         (execute_gdb_command) <to_string>: Move ...
2398         * top.c (execute_command_to_string): ... here.  Call
2399         set_batch_flag_and_make_cleanup_restore_page_info.
2400         * utils.c (make_cleanup_restore_integer): New source file blank line.
2401         (make_cleanup_restore_uinteger): New.
2402         (struct restore_ui_file_closure, do_restore_ui_file)
2403         (make_cleanup_restore_ui_file): Move here from python/python.c.
2404         (init_page_info) <batch_flag>
2405         (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2406         (set_batch_flag_and_make_cleanup_restore_page_info): New.
2407
2408 2010-08-06  Maciej W. Rozycki  <macro@codesourcery.com>
2409
2410         * thread.c (add_thread_silent): Use null_ptid instead of
2411         minus_one_ptid while getting rid of stale inferior_ptid.
2412
2413 2010-08-06  Corinna Vinschen  <vinschen@redhat.com>
2414
2415         * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2416         Throughout, call read_encoded_value with ptr_size rather than addr_size.
2417         (decode_frame_entry_1): Remove redundant setting of
2418         addr_size.  Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2419         to determine addr_size in Dwarf versions < 4.  Set ptr_size dependent
2420         on examined frame section.  Add comment to explain why.
2421         * gdbarch.sh (dwarf2_addr_size): Define as variable.  Add lengthy
2422         comment to explain usage.
2423         * gdbarch.c: Regenerate.
2424         * gdbarch.h: Regenerate.
2425
2426         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2427
2428 2010-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2429
2430         Code cleanup.
2431         * varobj.c (varobj_create): Move variables fi, old_fi and block to
2432         a more inner block.
2433
2434 2010-08-05  Pedro Alves  <pedro@codesourcery.com>
2435
2436         * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2437         (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2438         (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2439         (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2440         linux-tdep.o to gdb_target_obs.
2441
2442 2010-08-05  Marc Khouzam  <marc.khouzam@ericsson.com>
2443
2444         * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
2445         argument.
2446
2447 2010-08-05  Hui Zhu  <teawater@gmail.com>
2448
2449         * mips-linux-tdep.c(regset.h): New include.
2450         (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2451         mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2452         mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2453         mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2454         mips_linux_regset_from_core_section): New functions.
2455         (fetch_core_registers, regset_core_fns): Deleted.
2456         (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2457         Deleted regset_core_fns.
2458         * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2459         tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2460         * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2461         and fpregset64.
2462
2463 2010-08-04  Pedro Alves  <pedro@codesourcery.com>
2464
2465         * s390-tdep.c: Include linux-tdep.h.
2466         (s390_gdbarch_init): Call linux_init_abi.
2467
2468 2010-08-04  Pedro Alves  <pedro@codesourcery.com>
2469
2470         * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2471         instead of printing "Thread" here.
2472         * linux-tdep.c: Include inferior.h.
2473         (linux_core_pid_to_str): New.
2474         (linux_init_abi): New.
2475         * linux-tdep.h (linux_init_abi): Declare.
2476         * alpha-linux-tdep.c: Include linux-tdep.h.
2477         (alpha_linux_init_abi): Call linux_init_abi.
2478         * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2479         * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2480         * frv-linux-tdep.c: Include linux-tdep.h
2481         (frv_linux_init_abi): Call linux_init_abi.
2482         * hppa-linux-tdep.c: Include linux-tdep.h
2483         (hppa_linux_init_abi): Call linux_init_abi.
2484         * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2485         * ia64-linux-tdep.c: Include linux-tdep.h.
2486         (ia64_linux_init_abi): Call linux_init_abi.
2487         * m32r-linux-tdep.c: Include linux-tdep.h.
2488         (m32r_linux_init_abi): Call linux_init_abi.
2489         * m68klinux-tdep.c: Include linux-tdep.h.
2490         (m68k_linux_init_abi): Call linux_init_abi.
2491         * microblaze-linux-tdep.c: Include linux-tdep.h.
2492         (microblaze_linux_init_abi): Call linux_init_abi.
2493         * mips-linux-tdep.c: Include linux-tdep.h.
2494         (mips_linux_init_abi): Call linux_init_abi.
2495         * mn10300-linux-tdep.c: Include linux-tdep.h.
2496         (am33_linux_init_osabi): Call linux_init_abi.  Rename the
2497         'gdbinfo' parameter to 'info'.
2498         * ppc-linux-tdep.c: Include linux-tdep.h.
2499         (ppc_linux_init_abi): Call linux_init_abi.
2500         * sh-linux-tdep.c: Include linux-tdep.h.
2501         (sh_linux_init_abi): Call linux_init_abi.
2502         * sparc-linux-tdep.c: Include linux-tdep.h.
2503         (sparc32_linux_init_abi): Call linux_init_abi.
2504         * sparc64-linux-tdep.c: Include linux-tdep.h.
2505         (sparc64_linux_init_abi): Call linux_init_abi.
2506         * xtensa-linux-tdep.c: Include linux-tdep.h.
2507         (xtensa_linux_init_abi): Call linux_init_abi.
2508         * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2509         (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2510         callback.
2511
2512 2010-08-03  Doug Evans  <dje@google.com>
2513
2514         * breakpoint.c (bpdisp_text): Constify bpdisps.
2515         * solib-svr4.c (solib_break_names): Constify.
2516         (bkpt_names, main_name_list): Constify.
2517         (match_main): Constify soname arg.
2518         (bfd_lookup_symbol): Remove unnecessary forward decl.
2519         Constify symname arg.
2520         (enable_break): Constify bkpt_namep.
2521         * symtab.c (search_symbols): Constify types, types2, types3, types4.
2522         (symtab_symbol_info): Constify classnames.
2523
2524 2010-08-03  Phil Muldoon  <pmuldoon@redhat.com>
2525
2526         * NEWS: Document Python value inferior function calls.
2527
2528 2010-08-02  Doug Evans  <dje@google.com>
2529
2530         * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2531
2532 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
2533
2534         * linux-thread-db.c (libthread_db_debug): New variable.
2535         (thread_db_find_new_threads_silently): Control verbosity with it.
2536         (try_thread_db_load_1, try_thread_db_load): Likewise.
2537         (find_new_threads_once): Likewise.
2538         (_initialize_thread_db): Set/show it.
2539
2540 2010-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2541
2542         * common/signals.c (signals): Move the content to signals.def.
2543         Include it.  Remove the INDENT comments.
2544
2545 2010-07-30  Tom Tromey  <tromey@redhat.com>
2546
2547         * Makefile.in (install-only): Install gdb-add-index.
2548         * gdb-add-index.sh: New file.
2549
2550 2010-07-31  Renquan Cheng  <crq@gcc.gnu.org>
2551
2552         * MAINTAINERS: Add myself for write after approval privileges.
2553
2554 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2555
2556         * symfile.c (addr_section_name): New function.
2557         (addrs_section_compar): Use it.
2558         (addr_info_make_relative): Use it.  Move variable sect_name into a more
2559         inner block.  Make ".dynbss" and ".sdynbss" checks more strict.
2560
2561 2010-07-30  Tom Tromey  <tromey@redhat.com>
2562
2563         * configure: Rebuild.
2564         * configure.ac: Add missing case for Python 2.7.
2565
2566 2010-07-29  DJ Delorie  <dj@redhat.com>
2567
2568         * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
2569         conditions.
2570
2571 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
2572
2573         * PROBLEMS: Remove mention of all problems.
2574
2575 2010-07-28  Pedro Alves  <pedro@codesourcery.com>
2576
2577         PR build/11848
2578         * configure.ac: Check for wresize.
2579         * configure, config.in: Regenerate.
2580         * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
2581         with HAVE_WRESIZE.
2582
2583 2010-07-28  Tom Tromey  <tromey@redhat.com>
2584
2585         PR python/11060:
2586         * python/py-type.c (typy_legacy_template_argument): New function,
2587         extracted from typy_template_argument.
2588         (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT.  Return a
2589         value when needed.
2590
2591 2010-07-28  Oleg Nesterov  <oleg@redhat.com>
2592
2593         * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
2594
2595 2010-07-27  Tom Tromey  <tromey@redhat.com>
2596
2597         * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
2598
2599 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
2600
2601         * dwarf2read.c (read_subroutine_type): Improve THIS detection,
2602         handling DW_AT_object_pointer, and workaround GCC PR 43053.
2603
2604 2010-07-28  Tom Tromey  <tromey@redhat.com>
2605
2606         * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
2607
2608 2010-07-28  Joel Brobecker  <brobecker@adacore.com>
2609
2610         * remote.c (remote_download_tracepoint): Add missing gettext markup.
2611         * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
2612
2613 2010-07-28  Joel Brobecker  <brobecker@adacore.com>
2614
2615         * breakpoint.c (breakpoint_re_set_one): Move call to set_language
2616         down, just before the block that parse the breakpoint addr_string.
2617
2618 2010-07-28  Tom Tromey  <tromey@redhat.com>
2619
2620         PR c++/9946:
2621         * symfile.c (reread_symbols): Clear template_symbols.
2622         * symtab.h (struct symbol) <is_cplus_template_function>: New
2623         field.
2624         (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
2625         (struct template_symbol): New.
2626         * symtab.c (lookup_symbol_aux_local): Use
2627         cp_lookup_symbol_imports_or_template.
2628         * objfiles.h (struct objfile) <template_symbols>: New field.
2629         * objfiles.c (relocate_one_symbol): New function.
2630         (objfile_relocate1): Use it.  Relocate isolated symbols.
2631         * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
2632         template_arguments>: New fields.
2633         (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
2634         (TYPE_TEMPLATE_ARGUMENTS): Likewise.
2635         (TYPE_TEMPLATE_ARGUMENT): Likewise.
2636         (lookup_typename): Update.
2637         * gdbtypes.c (lookup_typename): Constify "block" argument.
2638         * dwarf2read.c: Include vec.h.
2639         (symbolp): New typedef.
2640         (read_func_scope): Read template arguments.  Allocate a
2641         template_symbol when needed.
2642         (read_structure_type): Read template arguments.
2643         (new_symbol_full): New function, from new_symbol.  Handle
2644         DW_TAG_template_type_param and DW_TAG_template_value_param.
2645         (new_symbol): Rewrite as wrapper.
2646         * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
2647         * cp-namespace.c: Include language.h.
2648         (search_symbol_list): New function.
2649         (cp_lookup_symbol_imports_or_template): Likewise.
2650
2651 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
2652
2653         * tui/tui-win.c (make_visible_with_new_height): Resize and move
2654         the command window to the new size and position.
2655
2656 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
2657
2658         * tui/tui-win.c (tui_resize_all): Update the locator's origin's
2659         coordinates.
2660
2661 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
2662
2663         * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
2664         after a detecting a resize.
2665         * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
2666         call.
2667
2668 2010-07-28  Pedro Alves  <pedro@codesourcery.com>
2669
2670         * configure.ac: Check for resize_term.
2671         * configure, config.in: Regenerate.
2672
2673 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
2674
2675         * MAINTAINERS (Write After Approval): Reorder a couple of entries.
2676
2677 2010-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
2678
2679         * dwarf2read.c (read_string): Rename to ...
2680         (read_direct_string): ... this.
2681         (skip_one_die, read_attribute_value, dwarf_decode_line_header)
2682         (dwarf_decode_lines, dwarf_decode_macros): Adjust.
2683
2684 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2685
2686         * linux-nat.c (linux_nat_lp_status_is_event): New function.
2687         (count_events_callback, select_event_lwp_callback)
2688         (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
2689
2690 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2691
2692         * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
2693         (_initialize_ia64_linux_nat): Install it.
2694         * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
2695         (linux_nat_set_status_is_event): New.
2696         (stop_wait_callback, count_events_callback, select_event_lwp_callback)
2697         cancel_breakpoints_callback, linux_nat_filter_event)
2698         (linux_nat_wait_1): Use linux_nat_status_is_event.
2699         * linux-nat.h (linux_nat_set_status_is_event): New prototype.
2700
2701 2010-07-27  Tom Tromey  <tromey@redhat.com>
2702
2703         * NEWS: Mention labels, .gdb_index.
2704
2705 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
2706
2707         * cli/cli-cmds.c (disassemble_command): Add support of disassemble
2708         "start,+length" form of arguments.
2709         * NEWS: Add "Changed commands" (disassemble) section for "Changes
2710         since GDB 7.1"; and merge two separated paragraphs of disassemble
2711         description in "Changes in GDB 7.0".
2712
2713 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2714
2715         * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
2716         * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
2717         (fputs_maybe_filtered): Do not do filtering also on
2718         ! INPUT_FROM_TERMINAL_P.
2719
2720 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
2721
2722         * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
2723         in warning message.
2724
2725 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
2726
2727         * python/py-value.c (valpy_call): New Function.
2728
2729 2010-07-27  Ken Werner  <ken.werner@de.ibm.com>
2730
2731         * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
2732         types_list_elements variables.
2733
2734 2010-07-26  Tom Tromey  <tromey@redhat.com>
2735
2736         * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
2737         TLS with DW_OP_const4u or DW_OP_const8u.
2738
2739 2010-07-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2740
2741         * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
2742         VSX registers contents.
2743
2744 2010-07-26  Jerome Guitton  <guitton@adacore.com>
2745
2746         * dwarf2read.c (add_partial_symbol): Do not add a global variable if
2747         its adress is null. Add comment to explain why.
2748         (new_symbol): Ditto.
2749
2750 2010-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2751
2752         * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
2753         the host signal first.
2754
2755 2010-07-23  Tom Tromey  <tromey@redhat.com>
2756
2757         * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
2758         type_comp_units>: New fields.
2759         (dw2_get_cu): New function.
2760         (create_cus_from_index): Remove unused argument.
2761         (create_signatured_type_hash_from_index): New function.
2762         (create_addrmap_from_index): Update.
2763         (dwarf2_read_index): Handle version 2.
2764         (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
2765         (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
2766         (dw2_print_stats, dw2_expand_all_symtabs)
2767         (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
2768         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
2769         (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
2770         (allocate_signatured_type_hash_table): New function.
2771         (add_signatured_type_cu_to_list): Likewise.
2772         (create_debug_types_hash_table): Use them.  Set type_comp_units.
2773         (read_signatured_type): Ensure section data is available.
2774         (add_address_entry): Don't record empty ranges.
2775         (struct signatured_type_index_data): New.
2776         (write_one_signatured_type): New function.
2777         (write_psymtabs_to_index): Write type CUs.
2778         (save_gdb_index_command): Update comment.
2779         (process_type_comp_unit): Move inititalization of
2780         from_debug_types...
2781         (create_debug_types_hash_table): ... here.
2782
2783 2010-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2784
2785         * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
2786         cleanup and generating of gdb script to it.
2787         (gdb): Use redirection from /dev/null.  Use --nx.  Turn off pagination
2788         and terminal size.  Convert $tmpfile to a series of -ex-es.
2789
2790 2010-07-23  Keith Seitz  <keiths@redhat.com>
2791
2792         * symtab.c (basic_lookup_transparent_type): Call pre-expand
2793         hook for STATIC_BLOCK types, too.
2794
2795 2010-07-23  Keith Seitz  <keiths@redhat.com>
2796
2797         * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
2798         and vector definition.
2799
2800 2010-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2801
2802         * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
2803
2804 2010-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2805
2806         * dwarf2read.c: Include completer.h.
2807         (save_gdb_index_command): Use matching usage command name.
2808         (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
2809         Set filename_completer for it.
2810
2811 2010-07-22  Tom Tromey  <tromey@redhat.com>
2812
2813         * dwarf2read.c (create_debug_types_hash_table): Set objfile on
2814         type signature's per-CU data.
2815
2816 2010-07-22  Pedro Alves  <pedro@codesourcery.com>
2817
2818         * NEWS: Mention target reported shared libraries support by
2819         default.
2820
2821 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
2822
2823         PR symtab/11827
2824
2825         Revert:
2826         2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2827         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
2828         and DW_TAG_volatile_type.
2829         (new_symbol): Likewise.
2830
2831 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
2832
2833         * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
2834         function symbols before overload resolution.
2835
2836 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
2837
2838         * breakpoint.c (bptype_string): New, abstracted out from
2839         print_one_breakpoint_location.
2840         (print_one_breakpoint_location): Adjust.
2841         (breakpoint_1): Adjust the type column width dynamically.
2842
2843 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2844
2845         * symfile.c (find_separate_debug_file_by_debuglink): Remove
2846         a gdb_assert call, new comment.
2847
2848 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2849
2850         * linux-nat.c (linux_handle_extended_wait): Handle case when
2851         event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
2852
2853 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2854
2855         Code cleanup.
2856         * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
2857         linux_nat_wait_1.  Use always LP->STATUS afterwards.
2858
2859 2010-07-20  Hui Zhu  <teawater@gmail.com>
2860
2861         * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
2862         (inf_ptrace_attach): Ditto.
2863
2864 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2865
2866         Make core files the process_stratum.
2867         * corefile.c (core_target): New variable.
2868         (core_file_command): Remove variable t, use core_target.
2869         * corelow.c (core_ops): Make it static.
2870         (init_core_ops): Change to process_stratum.  Initialize CORE_TARGET.
2871         * defs.h (make_cleanup_unpush_target): New prototype.
2872         * gdbarch.h: Regenerate.
2873         * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
2874         * gdbcore.h (core_target): New declaration.
2875         * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
2876         variables ops_already_pushed and back_to.  Use push_target,
2877         make_cleanup_unpush_target and discard_cleanups calls.
2878         * record.c (record_open): Replace core_stratum by a core_bfd check.
2879         * target.c (target_is_pushed): New function.
2880         (find_core_target): Remove.
2881         * target.h (enum strata) <core_stratum>: Remove.
2882         (target_is_pushed): New declaration.
2883         (find_core_target): Remove declaration.
2884         * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
2885         * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
2886
2887 2010-07-19  Hui Zhu  <teawater@gmail.com>
2888
2889         * breakpoint.c (single_step_breakpoints_inserted): New
2890         function.
2891         * breakpoint.h (single_step_breakpoints_inserted): Extern.
2892         * infrun.c (maybe_software_singlestep): Add check code.
2893         * record.c (record_resume): Add code for software single step.
2894         (record_wait): Ditto.
2895
2896 2010-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2897
2898         * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
2899         a more inner block.  Remove its unused declaration initializer.
2900
2901 2010-07-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2902
2903         * NEWS: Mention support for the new ptrace interface and hardware
2904         accelerated watchpoint conditions on powerpc-linux.
2905
2906 2010-07-16  Ozkan Sezer  <sezeroz@gmail.com>
2907
2908         * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
2909         long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
2910         and host_address_to_string() and %s for pointers.
2911         (debug_to_remove_breakpoint): Likewise.
2912         (debug_to_region_ok_for_hw_watchpoint): Likewise.
2913         (debug_to_can_accel_watchpoint_condition): Likewise.
2914         (debug_to_stopped_data_address): Likewise.
2915         (debug_to_watchpoint_addr_within_range): Likewise.
2916         (debug_to_insert_hw_breakpoint): Likewise.
2917         (debug_to_remove_hw_breakpoint): Likewise.
2918         (debug_to_insert_watchpoint): Likewise.
2919         (debug_to_remove_watchpoint): Likewise.
2920
2921 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2922
2923         * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
2924         argument.
2925         (cplus_specific): New struct.
2926         * symtab.c (symbol_set_demangled_name): Updated.
2927         Use cplus_specific for cplus symbols.
2928         (symbol_get_demangled_name): Retrive the name from the cplus_specific
2929         struct for cplus symbols.
2930         (symbol_init_language_specific): Set cplus_specific for cplus symbols.
2931         (symbol_set_names): Pass objfile to symbol_set_demangled_name.
2932         * symtab.c (symbol_init_cplus_specific): New function.
2933
2934 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2935
2936         * symtab.h (symbol_set_demangled_name): New function.
2937         (symbol_get_demangled_name): New function.
2938         * symtab.c (symbol_set_demangled_name): New function.
2939         (symbol_get_demangled_name): New function.
2940         (symbol_init_language_specific): Use demangled_name setter and getter.
2941         (symbol_set_names): Ditto.
2942         (symbol_natural_name): Ditto.
2943         (symbol_demangled_name): Ditto.
2944         * dwarf2read.c (new_symbol): Ditto.
2945
2946 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2947
2948         * symtab.h: Renamed cplus_specific to mangled_lang.
2949         * symtab.c (symbol_init_language_specific): Updated.
2950         (symbol_set_names): Updated.
2951         (symbol_natural_name): Updated.
2952         (symbol_demangled_name): Updated.
2953         * ada-lang.c (ada_decode_symbol): Updated.
2954         * dwarf2read.c (new_symbol): Updated.
2955
2956 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
2957
2958         * valops.c (value_assign): Do not call to value_coerce_to_target.
2959         (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
2960
2961 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
2962
2963         * MAINTAINERS: Add myself for write after approval privileges.
2964
2965 2010-07-13  Emmanuel Thomé  <Emmanuel.Thome@gmail.com>
2966
2967         * c-valprint.c (c_val_print): Add embedded_offset to address in
2968         call to val_print_array_elements.
2969
2970 2010-07-13  Tom Tromey  <tromey@redhat.com>
2971
2972         * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
2973
2974 2010-07-13  Tom Tromey  <tromey@redhat.com>
2975
2976         * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
2977         objfile.
2978
2979 2010-07-13  Tom Tromey  <tromey@redhat.com>
2980
2981         * symfile.c (set_initial_language): Update.
2982         (deduce_language_from_filename): Argument type now const.
2983         * symtab.h (find_main_filename): Update.
2984         (deduce_language_from_filename): Update.
2985         * symtab.c (find_main_filename): Make result const.
2986         * dwarf2read.c (dw2_find_symbol_file): Change return type.
2987         * psymtab.c (find_symbol_file_from_partial): Change return type.
2988         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2989         Make result const.
2990
2991 2010-07-13  Tom Tromey  <tromey@redhat.com>
2992
2993         * breakpoint.c (save_cmdlist): No longer static.
2994         * gdbcmd.h (save_cmdlist): Declare.
2995         * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
2996         OBJF_READNOW on objfile if readnow_symbol_files.
2997         * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
2998         (elf_sym_fns_gdb_index): New global.
2999         * dwarf2read.c: Include exceptions.h.
3000         (offset_type): New.
3001         (struct mapped_index): New.
3002         (dwarf2_per_cu_data_ptr): New typedef.
3003         (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
3004         New fields.
3005         (GDB_INDEX_SECTION): New define.
3006         (struct dwarf2_per_cu_quick_data): New.
3007         (struct dwarf2_per_cu_data) <objfile>: New field.
3008         <psymtab>: Removed.
3009         <v>: New field.
3010         (byte_swap): New function.
3011         (MAYBE_SWAP): New macro.
3012         (INDEX_SUFFIX): New macro.
3013         (dw2_do_instantiate_symtab): New function.
3014         (dw2_instantiate_symtab): Likewise.
3015         (create_cus_from_index): Likewise.
3016         (create_addrmap_from_index): Likewise.
3017         (mapped_index_string_hash): Likewise.
3018         (find_slot_in_mapped_hash): Likewise.
3019         (dwarf2_read_index): Likewise.
3020         (dw2_setup): Likewise.
3021         (dw2_require_line_header): Likewise.
3022         (dw2_require_full_path): Likewise.
3023         (dw2_find_last_source_symtab): Likewise.
3024         (dw2_forget_cached_source_info): Likewise.
3025         (dw2_lookup_symtab): Likewise.
3026         (dw2_lookup_symbol): Likewise.
3027         (dw2_do_expand_symtabs_matching): Likewise.
3028         (dw2_pre_expand_symtabs_matching): Likewise.
3029         (dw2_print_stats): Likewise.
3030         (dw2_dump): Likewise.
3031         (dw2_relocate): Likewise.
3032         (dw2_expand_symtabs_for_function): Likewise.
3033         (dw2_expand_all_symtabs): Likewise.
3034         (dw2_expand_symtabs_with_filename): Likewise.
3035         (dw2_find_symbol_file): Likewise.
3036         (dw2_map_ada_symtabs): Likewise.
3037         (dw2_expand_symtabs_matching): Likewise.
3038         (dw2_find_pc_sect_symtab): Likewise.
3039         (dw2_map_symbol_names): Likewise.
3040         (dw2_map_symbol_filenames): Likewise.
3041         (dw2_has_symbols): Likewise.
3042         (dwarf2_gdb_index_functions): New global.
3043         (dwarf2_initialize_objfile): New function.
3044         (process_psymtab_comp_unit): Update.
3045         (add_partial_subprogram): Likewise.
3046         (dwarf2_psymtab_to_symtab): Likewise.
3047         (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3048         (process_full_comp_unit): Update.
3049         (find_file_and_directory): New function.
3050         (read_file_scope): Use find_file_and_directory.
3051         (dwarf2_per_cu_objfile): Update.
3052         (dwarf2_per_cu_addr_size): Update.
3053         (dwarf2_per_cu_offset_size): Update.
3054         (dwarf2_free_objfile): Free the index, if needed.
3055         (dwarf2_per_objfile_free): Unmap the index, if needed.
3056         (struct strtab_entry): New.
3057         (hash_strtab_entry): New function.
3058         (eq_strtab_entry): Likewise.
3059         (create_strtab): Likewise.
3060         (add_string): Likewise.
3061         (struct symtab_index_entry): New.
3062         (struct mapped_symtab): New.
3063         (hash_symtab_entry): New function.
3064         (eq_symtab_entry): Likewise.
3065         (delete_symtab_entry): Likewise.
3066         (create_index_table): Likewise.
3067         (create_mapped_symtab): Likewise.
3068         (cleanup_mapped_symtab): Likewise.
3069         (find_slot): Likewise.
3070         (hash_expand): Likewise.
3071         (add_index_entry): Likewise.
3072         (add_indices_to_cpool): Likewise.
3073         (write_hash_table): Likewise.
3074         (add_address_entry): Likewise.
3075         (write_psymbols): Likewise.
3076         (write_obstack): Likewise.
3077         (unlink_if_set): Likewise.
3078         (write_psymtabs_to_index): Likewise.
3079         (save_gdb_index_command): Likewise.
3080         (_initialize_dwarf2_read): Install "save gdb-index"
3081         command.
3082         (create_all_comp_units): Initialize 'objfile' field of CU.
3083         (dwarf2_locate_sections): Check for .gdb_index.
3084         * psymtab.h (dwarf2_gdb_index_functions): Declare.
3085         * symfile.h (dwarf2_initialize_objfile): Declare.
3086
3087 2010-07-13  Tom Tromey  <tromey@redhat.com>
3088
3089         * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3090         (basic_lookup_transparent_type): Likewise.
3091         * symfile.h (struct quick_symbol_functions)
3092         <pre_expand_symtabs_matching>: New field.
3093         * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3094         (psym_functions): Update.
3095
3096 2010-07-13  Tom Tromey  <tromey@redhat.com>
3097
3098         PR breakpoints/8357:
3099         * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3100         * linespec.c (decode_line_1): Update comment.  Call decode_label.
3101         (decode_label): New function.
3102         (symbol_found): Handle LOC_LABEL.
3103         * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3104         domain.  Call add_symbol_to_list.
3105
3106 2010-07-13  Tom Tromey  <tromey@redhat.com>
3107
3108         * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3109         * dwarf2loc.c (find_location_expression): Use
3110         dwarf2_per_cu_text_offset.
3111         (dwarf2_evaluate_loc_desc): Likewise.
3112         (dwarf2_loc_desc_needs_frame): Likewise.
3113         (compile_dwarf_to_ax): Likewise.
3114         (loclist_describe_location): Likewise.
3115         * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3116         (dwarf2_per_cu_objfile): Update comment.
3117
3118 2010-07-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3119
3120         * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3121         * p-lang.c (pascal_printstr): Likewise.
3122
3123 2010-07-09  Tom Tromey  <tromey@redhat.com>
3124
3125         * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3126         'hint' if it is NULL.
3127
3128 2010-07-09  Hui Zhu  <teawater@gmail.com>
3129
3130         * source.c (print_source_lines_base): Add check for noprint.
3131
3132 2010-07-08  Joel Brobecker  <brobecker@adacore.com>
3133
3134         * python/python-config.py: Resync with Python 2.7 version of this
3135         script.
3136
3137 2010-07-08  Joel Brobecker  <brobecker@adacore.com>
3138
3139         * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3140
3141 2010-07-07  Joel Brobecker  <brobecker@adacore.com>
3142
3143         * NEWS: Create a new section for the next release branch.
3144         Rename the section of the current branch, now that it has
3145         been cut.
3146
3147 2010-07-07  Joel Brobecker  <brobecker@adacore.com>
3148
3149         GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3150         * version.in: Bump version to 7.2.50.20100707-cvs.
3151
3152 2010-07-07  Tom Tromey  <tromey@redhat.com>
3153
3154         * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3155         LOC_COMPUTED symbol.
3156         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3157         (dwarf2_loc_desc_needs_frame): Likewise.
3158         (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3159         * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3160         * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3161         * dwarf2-frame.c (execute_stack_op): Set 'offset' field.  Add
3162         'offset' argument.
3163         (struct dwarf2_frame_cache) <text_offset>: New field.
3164         (dwarf2_frame_cache): Set new field.
3165         (dwarf2_frame_prev_register): Update.
3166         (dwarf2_frame_sniffer): Update.
3167         (dwarf2_frame_base_sniffer): Update.
3168         (dwarf2_frame_find_fde): Add 'out_offset' argument.
3169
3170 2010-07-07  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3171             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3172
3173         Support for hw accelerated condition watchpoints in booke powerpc.
3174
3175         * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3176         and move to eval.c.  Change callers.
3177         (insert_bp_location): Pass watchpoint condition in
3178         target_insert_watchpoint.
3179         (remove_breakpoint_1) Pass watchpoint condition in
3180         target_remove_watchpoint.
3181         (watchpoint_locations_match): Call
3182         target_can_accel_watchpoint_condition.
3183         * eval.c: Include wrapper.h.
3184         (fetch_subexp_value): Moved from breakpoint.c.
3185         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3186         Formatting fix.
3187         (can_use_watchpoint_cond_accel): New function.
3188         (calculate_dvc): Likewise.
3189         (num_memory_accesses): Likewise.
3190         (check_condition): Likewise.
3191         (ppc_linux_can_accel_watchpoint_condition): Likewise
3192         (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3193         check_condition and calculate_dvc.
3194         (ppc_linux_remove_watchpoint): Likewise.
3195         (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3196         ppc_linux_can_accel_watchpoint_condition
3197         * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3198         condition.
3199         (debug_to_remove_watchpoint): Likewise.
3200         (debug_to_can_accel_watchpoint_condition): New function.
3201         (update_current_target): Set to_can_accel_watchpoint_condition.
3202         (setup_target_debug): Set to_can_accel_watchpoint_condition.
3203         * target.h: Add opaque declaration for struct expression.
3204         (struct target_ops) <to_insert_watchpoint>,
3205         <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3206         <to_can_accel_watchpoint_condition>: New member.
3207         condition.  Update all callers and implementations.
3208         (target_can_accel_watchpoint_condition): New macro.
3209         * value.c (free_value_chain): New function.
3210         * value.h (fetch_subexp_value): New prototype.
3211         (free_value_chain): Likewise.
3212
3213 2010-07-07  Ulrich Weigand  <uweigand@de.ibm.com>
3214
3215         * linux-nat.c (linux_nat_do_thread_registers): Use section size
3216         from gdbarch_core_regset_sections also for .reg if present.
3217
3218         * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3219         section size for .reg.
3220         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3221         (ppc_linux_vmx_regset_sections): Likewise.
3222         (ppc_linux_fp_regset_sections): Likewise.
3223         (ppc64_linux_vsx_regset_sections): New variable.
3224         (ppc64_linux_vmx_regset_sections): Likewise.
3225         (ppc64_linux_fp_regset_sections): Likewise.
3226         (ppc_linux_init_abi): Install core_regset_section lists appropriate
3227         for current word size.
3228
3229 2010-07-06  Joel Brobecker  <brobecker@adacore.com>
3230
3231         * server.c (myresume): Make static.
3232
3233 2010-07-06  Tom Tromey  <tromey@redhat.com>
3234
3235         * configure, config.in: Rebuild.
3236         * configure.ac (HAVE_LIBPYTHON2_7): New define.
3237         * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3238
3239 2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
3240
3241         * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3242         "clear".
3243
3244 2010-07-06  Ken Werner  <ken.werner@de.ibm.com>
3245
3246         * gdbtypes.h (floatformats_ieee_half): Add declaration.
3247         * gdbtypes.c (floatformats_ieee_half): New variable.
3248         * doublest.c (floatformat_from_length): Set format to
3249         gdbarch_half_format if length matches.
3250         * gdbarch.sh (half_bit): New architecture method.
3251         (half_format): Likewise.
3252         * gdbarch.h: Regenerate.
3253         * gdbarch.c: Likewise.
3254
3255 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3256             Joel Brobecker  <brobecker@adacore.com>
3257
3258         Fix re-run of PIE executable, PR shlibs/11776.
3259         * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3260         the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3261
3262 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3263             Joel Brobecker  <brobecker@adacore.com>
3264
3265         * auxv.c (memory_xfer_auxv): Update attach comment.
3266         * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3267         svr4_relocate_main_executable.
3268         (svr4_solib_create_inferior_hook): Make the call to
3269         svr4_relocate_main_executable unconditional.
3270
3271 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3272             Joel Brobecker  <brobecker@adacore.com>
3273
3274         * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3275
3276 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3277             Joel Brobecker  <brobecker@adacore.com>
3278
3279         Fix attaching to PIEs prelinked on the disk after the process was
3280         started.
3281         * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3282         Verify it against bfd_get_arch_size.  Try to match arbitrary
3283         displacement for the phdrs comparison.
3284
3285 2010-07-02  Tom Tromey  <tromey@redhat.com>
3286
3287         PR exp/11780:
3288         * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3289         value as optimized-out.
3290
3291 2010-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3292             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3293
3294         * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3295         represent?" question in comment.  Change comment to a proper sentence.
3296
3297 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
3298
3299         * c-valprint.c (c_val_print): Fix printing of character vectors.
3300
3301 2010-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3302
3303         * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3304         create_breakpoint prototype.
3305
3306 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3307
3308         * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3309         usefulness suggestion of multiple breakpoints at same location.
3310
3311 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3312
3313         * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3314
3315 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3316
3317         * dwarf2loc.c (locexpr_tracepoint_var_ref)
3318         (loclist_tracepoint_var_ref): Handle optimized out values.
3319
3320 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3321
3322         * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3323         unnecessary space in string.
3324         * filesystem.c (_initialize_filesystem): Ditto.
3325         * frame.c (_initialize_frame): Ditto.
3326         * infcmd.c (step_once): Ditto.
3327         * infrun.c (_initialize_infrun): Ditto.
3328         * linux-nat.c (linux_child_follow_fork): Ditto.
3329         * maint.c (maintenance_deprecate): Ditto.
3330         * memattr.c (_initialize_mem): Ditto.
3331         * mips-tdep.c (_initialize_mips_tdep): Ditto.
3332         * monitor.c (monitor_open): Ditto.
3333         * procfs.c (procfs_xfer_memory): Ditto.
3334         * reverse.c (bookmarks_info): Ditto.
3335         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3336         * stack.c (_initialize_stack): Ditto.
3337         * tracepoint.c (_initialize_tracepoint): Ditto.
3338         * xtensa-tdep.c (xtensa_supply_gregset,
3339         xtensa_regset_from_core_section): Ditto.
3340
3341 2010-07-01  Tom Tromey  <tromey@redhat.com>
3342
3343         * value.h (struct lval_funcs) <check_any_valid>: Rename from
3344         check_all_valid.
3345         * value.c (value_entirely_optimized_out): Invert result.  Update
3346         for new function name.
3347
3348 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3349
3350         Static tracepoints support.
3351
3352         * NEWS: Mention new support for static tracepoints.
3353         (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3354         qXfer:statictrace:read.
3355         (New features in the GDB remote stub, GDBserver): Mention static
3356         tracepoints support using an UST based backend.
3357         (New commands): Mention "info static-tracepoint-markers" and
3358         "strace".
3359         * breakpoint.c (is_marker_spec): New.
3360         (is_tracepoint): Handle static tracepoints.
3361         (validate_commands_for_breakpoint): Static tracepoints can't do
3362         while-stepping.
3363         (static_tracepoints_here): New.
3364         (bpstat_what): Handle static tracepoints.
3365         (print_one_breakpoint_location, allocate_bp_location, mention):
3366         Ditto.
3367         (create_breakpoint_sal): Ditto.
3368         (decode_static_tracepoint_spec): New.
3369         (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3370         `type_wanted'.  Adjust.  Handle static tracepoint marker
3371         locations.
3372         (break_command_1): Adjust.
3373         (update_static_tracepoint): New.
3374         (update_breakpoint_locations): Handle static tracepoints.
3375         (breakpoint_re_set_one): Handle static tracepoint marker
3376         locations.
3377         (disable_command, enable_command): Handle static tracepoints.
3378         (trace_command, ftrace_command): Adjust.
3379         (strace_command): New.
3380         (create_tracepoint_from_upload): Adjust.
3381         (save_breakpoints): Handle static tracepoints.
3382         (_initialize_breakpoint): Install the "strace" command.
3383         * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3384         (struct breakpoint): New fields static_trace_marker_id and
3385         static_trace_marker_id_idx.
3386         (breakpoints_here_p): Declare.
3387         (create_breakpoint): Adjust.
3388         (static_tracepoints_here): Declare.
3389         * remote.c (struct remote_state) <static_tracepoints>: New field.
3390         (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3391         (remote_static_tracepoint_marker_at): New.
3392         (remote_static_tracepoint_markers_by_strid): New.
3393         (remote_static_tracepoint_feature): New.
3394         (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3395         (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3396         (remote_supports_static_tracepoints): New.
3397         (remote_download_tracepoint): Download static tracepoints.
3398         (init_remote_ops): Install remote_static_tracepoint_marker_at and
3399         remote_static_tracepoint_markers_by_strid.
3400         (_initialize_remote): Install set|show remote static-tracepoints,
3401         and set|show remote read-sdata-object commands.
3402         * target.c (update_current_target): Inherit and default
3403         to_static_tracepoint_marker_at, and
3404         to_static_tracepoint_markers_by_strid.
3405         * target.h (static_tracepoint_marker): Forward declare.
3406         (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3407         (static_tracepoint_marker_p): New typedef.
3408         (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3409         (struct target_ops): New fields to_static_tracepoint_marker_at and
3410         to_static_tracepoint_markers_by_strid.
3411         (target_static_tracepoint_marker_at)
3412         (target_static_tracepoint_markers_by_strid): New.
3413         * tracepoint.c: Include source.h.
3414         (validate_actionline): Handle $_sdata.
3415         (struct collection_list): New field strace_data.
3416         (add_static_trace_data): New.
3417         (clear_collection_list): Clear strace_data.
3418         (stringify_collection_list): Account for a possible static trace
3419         data collection.
3420         (encode_actions_1): Encode an $_sdata collection.
3421         (parse_tracepoint_definition): Handle static tracepoints.
3422         (parse_static_tracepoint_marker_definition): New.
3423         (release_static_tracepoint_marker): New.
3424         (print_one_static_tracepoint_marker): New.
3425         (info_static_tracepoint_markers_command): New.
3426         (sdata_make_value): New.
3427         (_initialize_tracepoint): Create the $_sdata convenience variable.
3428         Add the "info static-tracepoint-markers" command.
3429         Mention $_sdata in the "collect" command's help output.
3430         * tracepoint.h (struct static_tracepoint_marker): New.
3431         (parse_static_tracepoint_marker_definition)
3432         (release_static_tracepoint_marker): Declare.
3433         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3434         * python/py-breakpoint.c (bppy_new): Adjust.
3435
3436 2010-06-30  Joel Brobecker  <brobecker@adacore.com>
3437
3438         * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3439         including Python.h.
3440
3441 2010-06-29  Doug Evans  <dje@google.com>
3442
3443         PR gdb/11702
3444         * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3445         DW_AT_external is present.
3446
3447         PR gdb/11702
3448         * NEWS: Add entry.
3449         * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3450         create a symbol for the field and record the value.
3451         (new_symbol): Handle DW_TAG_member.
3452         * gdbtypes.c (field_is_static): Remove FIXME.
3453         * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3454         only ignore LOC_CONST symbols that are enums.
3455
3456         * dwarf2read.c: Remove trailing whitespace.
3457
3458         Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3459         * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3460         (struct main_type, field loc): Delete dwarf_block.
3461         (FIELD_DWARF_BLOCK): Delete.
3462         (SET_FIELD_DWARF_BLOCK): Delete.
3463         (TYPE_FIELD_DWARF_BLOCK): Delete.
3464         * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3465         Update.
3466
3467 2010-06-29  Hui Zhu  <teawater@gmail.com>
3468
3469         * record.c (set_record_pic_cmdlist,
3470         show_record_pic_cmdlist): New variables.
3471         (set_record_pic_command,
3472         show_record_pic_command): New functions.
3473         (record_pic_function, record_pic_line, record_pic_enum,
3474         set_record_pic_type, record_pic_hide_nofunction,
3475         record_pic_hide_nosource, record_pic_hide_same): New variables.
3476         (record_pic_fputs): New function.
3477         (function_list, node_list, edge_list): New struct.
3478         (function_list, node_list, edge_list): New variables.
3479         (record_pic_cleanups, record_pic_node,
3480         record_pic_edge, cmd_record_pic): New functions.
3481         (_initialize_record): Add new commands for record pic.
3482
3483 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3484
3485         * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3486         ALLOCATE_CPLUS_STRUCT_TYPE.
3487
3488 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
3489             Tom Tromey  <tromey@redhat.com>
3490             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3491
3492         * value.c (pack_unsigned_long): New function.
3493         (value_from_ulongest): New function.
3494         * value.h (value_from_ulongest): Declare.
3495         * python/python.c (_initialize_python): Call
3496         gdbpy_initialize_thread and gdbpy_initialize_inferior.
3497         * python/python-internal.h: Define thread_object.
3498         (gdbpy_inferiors, gdbpy_selected_thread)
3499         (frame_info_to_frame_object, create_thread_object)
3500         (find_thread_object, find_inferior_object)
3501         (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3502         (gdbpy_is_value_object, get_addr_from_python): Declare.
3503         * python/py-value.c (builtin_type_upylong): Define.
3504         (convert_value_from_python): Add logic for ulongest.
3505         (gdbpy_is_value_object): New function.
3506         * python/py-utils.c (get_addr_from_python): New function.
3507         * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3508         (gdbpy_selected_frame): Use PyObject over frame_info.
3509         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3510         py-infthread.
3511         (SUBDIR_PYTHON_SRCS): Likewise.
3512         (py-inferior.o): New Rule.
3513         (py-infthread.o): New Rule.
3514         * python/py-inferior.c: New File.
3515         * python/py-infthread.c: New File.
3516
3517 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3518
3519         * c-typeprint.c (c_type_print_base): For no fields check include also
3520         TYPE_TYPEDEF_FIELD_COUNT.  Print new typedefs section.
3521         * dwarf2read.c (struct typedef_field_list)
3522         (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3523         (dwarf2_add_typedef): New.
3524         (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3525         Copy also FI.TYPEDEF_FIELD_LIST.
3526         * gdbtypes.h (struct typedef_field)
3527         (struct cplus_struct_type) <typedef_field, typedef_field_count>
3528         (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3529         (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3530
3531 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3532
3533         * cp-namespace.c (cp_lookup_nested_type): New variable
3534         concatenated_name.  Turn the current return condition into a reverse
3535         one.  Call also lookup_static_symbol_aux on the constructed qualified
3536         name.
3537         * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3538         other files into a called ...
3539         (lookup_static_symbol_aux): ... new function here.
3540         * symtab.h (lookup_static_symbol_aux): New prototype.
3541         * valops.c (value_maybe_namespace_elt): Call also
3542         lookup_static_symbol_aux if we failed otherwise.
3543
3544 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3545
3546         Fix PR c++/11703 and PR gdb/1448.
3547         * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
3548         FIRST_ITER check.
3549
3550 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3551
3552         Fix modification of cplus_struct_default.
3553         * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
3554         Call ALLOCATE_CPLUS_STRUCT_TYPE.
3555         * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
3556
3557 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
3558
3559         * NEWS: Add entry announcing the python directory.
3560
3561 2010-06-28  Tom Tromey  <tromey@redhat.com>
3562
3563         * dwarf2read.c (read_structure_type): Allocate null cleanup later.
3564
3565 2010-06-28  Doug Evans  <dje@google.com>
3566
3567         * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
3568         All callers updated.
3569
3570 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3571
3572         * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
3573         obstack_begin after each obstack_free.
3574
3575 2010-06-27  Doug Evans  <dje@google.com>
3576
3577         * value.c (value_static_field): Use `switch' instead of `if'.
3578         Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
3579
3580         * valops.c (search_struct_field): Fix typo in error message.
3581
3582 2010-06-26  Ulrich Weigand  <uweigand@de.ibm.com>
3583
3584         * dwarf2expr.c (execute_stack_op): Place preprocessor
3585         directives at the start of the source line.
3586
3587 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
3588
3589         * defs.h (make_command_stats_cleanup): Declare.
3590         (set_display_time): Declare.
3591         (set_display_space): Declare.
3592         * event-top.c (command_handler): Use make_command_stats_cleanup.
3593         * main.c (display_time, display_space): Move definitions to utils.c.
3594         (captured_main): Use make_command_stats_cleanup to get start-up
3595         statistics.
3596         Use set_display_time and set_display_space for processing OPT_STATISTICS
3597         case.
3598         * maint.c (maintenance_time_display): Use set_display_time.
3599         (maintenance_space_display): Use set_display_space.
3600         * top.c (execute_command): Remove obsolete 'maint time' code.
3601         (command_loop): Use make_command_stats_cleanup.
3602         * utils.c (struct cmd_stats): Structure for storing initial time
3603         and space usage.
3604         (display_time, display_space): Move definitions here from utils.c.
3605         (set_display_time): New function.
3606         (set_display_space): New function.
3607         (make_command_stats_cleanup): New function.
3608         (report_command_stats): New auxiliary function for
3609         make_command_stats_cleanup.
3610
3611 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3612
3613         * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
3614         hosts where CORE_ADDR is long long.
3615
3616 2010-06-25  Tom Tromey  <tromey@redhat.com>
3617
3618         PR python/10808:
3619         * python/python.c (execute_gdb_command): Add keywords.  Accept
3620         "to_string" argument.
3621         (struct restore_ui_file_closure): New.
3622         (restore_ui_file): New function.
3623         (make_cleanup_restore_ui_file): Likewise.
3624         (GdbMethods) <execute>: Update.
3625
3626 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3627
3628         * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
3629         during inferior call stack frame setup.
3630
3631 2010-06-25  Ken Werner  <ken.werner@de.ibm.com>
3632
3633         * solib-spu.c: Include "exception.h".
3634         (ocl_program_data_key): New variable.
3635         (append_ocl_sos): New function.
3636         (ocl_enable_break): Likewise.
3637         (spu_current_sos): Call append_ocl_sos.
3638         (spu_solib_loaded): Call ocl_enable_break.
3639         (_initialize_spu_solib): Register ocl_program_data_key.
3640
3641 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3642
3643         * cp-support.c (reset_directive_searched): New function.
3644         (make_symbol_overload_list_using): Prevent recursive calls.
3645
3646 2010-06-25  Phil Muldoon  <pmuldoon@redhat.com>
3647
3648         * printcmd.c (print_variable_and_value): Print error message on
3649         caught exception.
3650
3651 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3652
3653         * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
3654         of stack values.
3655         (struct dwarf_expr_piece): Rename "expr" member to "mem".  Add new
3656         "value" member.
3657         (dwarf_expr_push): Change input type to ULONGEST.
3658         (dwarf_expr_fetch): Change return type to ULONGEST.
3659         (dwarf_expr_fetch_address): Add prototype.
3660         (dwarf2_read_address): Remove prototype.
3661         * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
3662         Truncate stack values to ctx->addr_size bytes.
3663         (dwarf_expr_fetch): Change return value to ULONGEST.
3664         (dwarf_expr_fetch_address): New function.
3665         (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
3666         when appropriate.  Update for struct dwarf_expr_piece changes.
3667         (dwarf2_read_address): Remove.
3668         (unsigned_address_type): Remove.
3669         (signed_address_type): Remove.
3670         (execute_stack_op): Use dwarf_expr_fetch_address instead of
3671         dwarf_expr_fetch when appropriate.  Use ULONGEST as type of stack
3672         values.  Perform operations on ULONGEST instead of on GDB values,
3673         sign-extending from ctx->addr_size bytes as needed.  Read DW_OP_addr
3674         values and DW_OP_deref results as unsigned integers.
3675         * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
3676         changes.
3677         (write_pieced_value): Likewise.
3678         (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
3679         dwarf_expr_fetch when appropriate.
3680         (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
3681         * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
3682         instead of dwarf_expr_fetch when appropriate.
3683
3684 2010-06-25  Pierre Muller  <muller@ics.u-strasbg.fr>
3685
3686         * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
3687
3688 2010-06-24  Joel Brobecker  <brobecker@adacore.com>
3689
3690         * python/python.c (_initialize_python): Add new "constant"
3691         PYTHONDIR in gdb module.  Insert this path at the head of
3692         sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
3693         exec its __init__.py script if it exists in that directory.
3694
3695 2010-06-24  Kevin Buettner  <kevinb@redhat.com>
3696
3697         * rx-tdep.c (RX_ACC_REGNUM): Define.
3698         (RX_NUM_REGS): Redefine to 26.
3699         (rx_register_name): Add register "acc".  Change order of several
3700         registers.  Change name of "vct" register to "fintv" to match RX
3701         documentation.
3702         (rx_register_type): Add case for RX_ACC_REGNUM.
3703
3704 2010-06-24  Tom Tromey  <tromey@redhat.com>
3705
3706         * psymtab.c (lookup_partial_symbol): Mark definition as static.
3707
3708 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3709             Tom Tromey  <tromey@redhat.com>
3710
3711         Fix GDB startup on readonly filesystem.
3712         * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
3713
3714 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3715             Pedro Alves  <pedro@codesourcery.com>
3716
3717         Fix PR 9436.
3718         * breakpoint.c (handle_jit_event): New function.
3719         (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
3720         jit, err, table and bs_class.  New variables shlib_event, jit_event,
3721         this_action and bptype.  Change bs_class assignments to this_action
3722         assignments.  new unhandled bptype internal error.  Move here
3723         shlib_event and jit_event handling from handle_inferior_event.
3724         * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
3725         Reorder items.  Remove BPSTAT_WHAT_CHECK_SHLIBS and
3726         BPSTAT_WHAT_CHECK_JIT.
3727         * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
3728         * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
3729         (handle_inferior_event): Reinitialize frame and gdbarch after
3730         bpstat_what call.  Move BPSTAT_WHAT_CHECK_SHLIBS and
3731         BPSTAT_WHAT_CHECK_JIT handling to bpstat_what.  Reinitialize even
3732         gdbarch when frame gets reinitialized.
3733
3734 2010-06-24  Hui Zhu  <teawater@gmail.com>
3735
3736        * printcmd.c (ui_printf): New function.
3737        (printf_command): Call ui_printf.
3738        (_initialize_printcmd): New command "eval".
3739
3740 2010-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
3741
3742         * infrun.c (handle_inferior_event): Handle presence of single-step
3743         breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
3744         Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
3745         TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
3746         * breakpoint.c (detach_single_step_breakpoints): New function.
3747         (detach_breakpoints): Call it.
3748         (cancel_single_step_breakpoints): New function.
3749         * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
3750
3751         * spu-tdep.c (spu_memory_remove_breakpoint): New function.
3752         (spu_gdbarch_init): Install it.
3753
3754 2010-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3755
3756         * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
3757         * configure: Regenerate.
3758
3759 2010-06-22  Hui Zhu  <teawater@gmail.com>
3760
3761         * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
3762         (i386_process_record): Ditto.
3763         * record.c (record_memory_query): New variable.
3764         (_initialize_record): New command "set record memory-query".
3765         * record.h (record_memory_query): New extern.
3766
3767 2010-06-21  Doug Evans  <dje@google.com>
3768
3769         * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
3770         * i386-tdep.c (i386_displaced_step_copy_insn): New function.
3771         (i386_syscall_p): Change type of lengthp to int.
3772         (i386_displaced_step_fixup): Handle kernels that run one past a
3773         syscall insn.
3774         * i386-linux-tdep.c (i386_linux_init_abi): Use
3775         i386_displaced_step_copy_insn instead of
3776         simple_displaced_step_copy_insn.
3777
3778 2010-06-21  Tom Tromey  <tromey@redhat.com>
3779
3780         * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
3781         (dwarf_type_encoding_name): Likewise.
3782
3783 2010-06-21  Tom Tromey  <tromey@redhat.com>
3784
3785         * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
3786         * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
3787         * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
3788         * gdbtypes.h (TYPE_ERROR_NAME): New macro.
3789         * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
3790         * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
3791         * dwarf2read.c (tag_type_to_type): Create a new error type on
3792         failure.
3793         * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
3794         * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
3795
3796 2010-06-21  Michael Snyder  <msnyder@vmware.com>
3797
3798         * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
3799         not add_abbrev_prefix_cmd, for "enable breakpoints".
3800
3801 2010-06-21  Ulrich Weigand  <uweigand@de.ibm.com>
3802
3803         * dwarf2loc.c (find_location_expression): Add relocation offset
3804         to base-address-selection entry base addresses.  Read addresses
3805         (and offsets) as signed/unsigned integers, depending on the
3806         BFD's sign_extend_vma flag.  Do not call dwarf2_read_address.
3807         (loclist_describe_location): Likewise.
3808         (disassemble_dwarf_expression): Read DW_OP_addr operand as
3809         unsigned integer.  Do not call dwarf2_read_address.
3810         (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
3811
3812 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
3813
3814         * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
3815         value instead of hard-coded SPU_LS_SIZE.
3816         (spu_software_single_step): Likewise.
3817         * spu-tdep.h (SPU_LS_SIZE): Remove.
3818
3819 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
3820
3821         * spu-multiarch.c (spu_xfer_partial): Wrap around local store
3822         limit on local store memory accesses.
3823         * spu-linux-nat.c (spu_xfer_partial): Likewise.
3824         * spu-tdep.c (spu_lslr): Remove.
3825         (spu_pointer_to_address): Do not truncate addresses.
3826         (spu_integer_to_address): Likewise.
3827         (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
3828         * spu-tdep.h: Add comments.
3829         (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
3830         (SPU_OVERLAY_LMA): Define.
3831
3832 2010-06-18  Stan Shebs  <stan@codesourcery.com>
3833
3834         * osdata.c (get_osdata): Warn separately if target does not report
3835         type list.
3836         (info_osdata_command): Allow empty type, report error if target
3837         does not return available types of OS data.
3838         * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
3839         types if no annex supplied.
3840
3841         * thread.c (thread_id_make_value): Make a value representing the
3842         current thread.
3843         (_initialize_thread): Create $_thread.
3844
3845 2010-06-17  Joel Brobecker  <brobecker@adacore.com>
3846
3847         * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
3848         last local variable declaration.  No real code change.
3849
3850 2010-06-17  Tom Tromey  <tromey@redhat.com>
3851
3852         * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
3853         (dwarf2_build_psymtabs_hard): Use it.  Create addrmap on a
3854         temporary obstack.
3855
3856 2010-06-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3857             Jan Kratochvil  <jan.kratochvil@redhat.com>
3858
3859         * breakpoint.c: Include parser-defs.h.
3860         (watchpoint_exp_is_const): New function.
3861         (watch_command_1): Call watchpoint_exp_is_const to check
3862         if the expression is constant.
3863
3864 2010-06-15  Andreas Schwab  <schwab@linux-m68k.org>
3865
3866         * configure.ac: Check for RDYNAMIC also for cross builds.
3867         * configure: Regenerate.
3868
3869 2010-06-15  Pedro Alves  <pedro@codesourcery.com>
3870
3871         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
3872         (SFILES): Remove solib-null.c, add solib-target.c.
3873         (COMMON_OBS): Remove solib-null.o, add solib-target.o.
3874         (ALLDEPFILES): Remove solib-target.c.
3875         * solib-target.c (_initialize_solib_target): Set
3876         current_target_so_ops to solib_target_so_ops if not already set.
3877         * solib-null.c: Delete.
3878
3879 2010-06-14  Pedro Alves  <pedro@codesourcery.com>
3880
3881         * NEWS: Mention GDBserver's JIT compilation of tracepoint
3882         bytecode.
3883
3884 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
3885
3886         * cp-valprint.c (cp_print_static_field): Members of
3887         dont_print_stat_array_obstack are of type "struct type *".
3888         (_initialize_cp_valprint): Likewise.
3889
3890 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
3891
3892         * frame.c (frame_register_unwind): Do not access contents
3893         of "optimized out" unwound register value.
3894
3895 2010-06-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3896
3897         * ada-lang.h (ada_print_type): Make varstring const.
3898         * ada-typeprint.c (print_func_type): Make name const.
3899         (ada_print_type): Make varstring const.
3900         * c-lang.h (c_print_type): Make varstring const.
3901         * c-typeprint.c (c_print_type): Likewise.
3902         * f-lang.h (f_print_type): Likewise.
3903         * f-typeprint.c (f_print_type): Likewise.
3904         * jv-lang.h (java_print_type): Likewise.
3905         * jv-typeprint.c (java_print_type): Likewise.
3906         * language.c (unk_lang_print_type): Likewise.
3907         * language.h (struct language_defn) <la_print_type>: Likewise.
3908         * m2-lang.h (m2_print_type): Likewise.
3909         * m2-typeprint.c (m2_print_type): Likewise.
3910         * p-lang.h (pascal_print_type): Likewise.
3911         * p-typeprint.c (pascal_print_type): Likewise.
3912
3913 2010-06-11  Stan Shebs  <stan@codesourcery.com>
3914
3915         Add per-operation permission flags.
3916
3917         * target.h (struct target_ops): New method to_set_permissions.
3918         (target_set_permissions): New macro.
3919         (target_insert_breakpoint): Change macro to function.
3920         (target_remove_breakpoint): Ditto.
3921         (target_stop): Ditto.
3922         (may_write_registers): Declare.
3923         (may_write_memory): Declare.
3924         (may_insert_breakpoints): Declare.
3925         (may_insert_tracepoints): Declare.
3926         (may_insert_fast_tracepoints): Declare.
3927         (may_stop): Declare.
3928         * target.c (may_write_registers, may_write_registers_1): New globals.
3929         (may_write_memory, may_write_memory_1): New globals.
3930         (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
3931         (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
3932         (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
3933         globals.
3934         (may_stop, may_stop_1): New global.
3935         (target_xfer_partial): Test for write permission.
3936         (target_store_registers): Ditto.
3937         (target_insert_breakpoint): New function.
3938         (target_remove_breakpoint): New function.
3939         (target_stop): New function.
3940         (_initialize_targets): Add new set/show variables.
3941         (set_write_memory_permission): New function.
3942         (update_target_permissions): New function.
3943         (set_target_permissions): New function.
3944         (update_current_target): Default to_set_permissions.
3945         (_initialize_targets): Use new globals and setter function.
3946         * tracepoint.c (start_tracing): Test for permission.
3947         * inferior.h (update_observer_mode): Declare.
3948         * infrun.c (non_stop_1): Define earlier.
3949         (observer_mode, observer_mode_1): New globals.
3950         (set_observer_mode, show_observer_mode): New functions.
3951         (update_observer_mode): New function.
3952         (_initialize_infrun): Define "set observer" command.
3953         * remote.c (PACKET_QAllow): New optional packet.
3954         (remote_protocol_features): Add QAllow.
3955         (remote_set_permissions): New function.
3956         (remote_start_remote): Call it.
3957         (init_remote_ops): Add it to target vector.
3958         (_initialize_remote): Add config command for QAllow.
3959
3960 2010-06-11  Tom Tromey  <tromey@redhat.com>
3961
3962         * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
3963         DW_AT_vtable_elem_location even when GCC extension is seen.
3964
3965 2010-06-11  Tom Tromey  <tromey@redhat.com>
3966
3967         PR gdb/9977, PR exp/11636:
3968         * value.h (value_offset): Update.
3969         (struct lval_funcs) <check_validity>: New field.
3970         <copy_closure>: Make argument const.
3971         (value_computed_closure): Update.
3972         (value_contents_for_printing): Declare.
3973         (value_bits_valid): Likewise.
3974         (val_print): Likewise.
3975         (set_value_component_location): Update.
3976         (value_entirely_optimized_out): Declare.
3977         * value.c (value_offset): Argument now const.
3978         (require_not_optimized_out): New function.
3979         (value_contents_for_printing): New function.
3980         (value_contents_all): Call require_not_optimized_out.
3981         (value_contents): Likewise.
3982         (value_bits_valid): New function.
3983         (value_computed_closure): Argument now const.
3984         (set_value_component_location): Make 'whole' argument const.
3985         (value_entirely_optimized_out): New function.
3986         (value_bitsize): Argument now 'const'.
3987         (value_bitpos): Likewise.
3988         (value_type): Likewise.
3989         * valprint.h (val_print_array_elements): Update.
3990         * valprint.c (val_print): Add 'val' argument.  Use
3991         valprint_check_validity.
3992         (valprint_check_validity): New function.
3993         (value_check_printable): Use value_entirely_optimized_out.
3994         (common_val_print): Update.
3995         (value_print): Likewise.
3996         (val_print_array_elements): Add 'val' argument.
3997         * valops.c (value_fetch_lazy): Use value_contents_for_printing,
3998         value_bits_valid.  Reinit frame cache for lval_computed.
3999         * sh64-tdep.c (sh64_do_register): Update.
4000         * scm-valprint.c (scm_val_print): Add 'val' argument.
4001         * scm-lang.h (scm_val_print): Update.
4002         * python/python.h (apply_val_pretty_printer): Update.
4003         * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
4004         argument.  Call set_value_component_location.
4005         * printcmd.c (print_scalar_formatted): Update.
4006         * p-valprint.c (pascal_val_print): Add 'val' argument.
4007         (pascal_object_print_value_fields): Likewise.
4008         (pascal_object_print_value): Likewise.
4009         (pascal_object_print_static_field): Update.
4010         * p-lang.h (pascal_val_print): Update.
4011         (pascal_object_print_value_fields): Update.
4012         * mt-tdep.c (mt_registers_info): Update.
4013         * mi/mi-main.c (get_register): Update.
4014         (mi_cmd_data_evaluate_expression): Use common_val_print.
4015         * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
4016         (m2_print_unbounded_array): Likewise.
4017         (m2_val_print): Likewise.
4018         * m2-lang.h (m2_val_print): Update.
4019         * language.h (struct language_defn) <la_val_print>: Add 'val'
4020         argument.
4021         (LA_VAL_PRINT): Likewise.
4022         * language.c (unk_lang_val_print): Add 'val' argument.
4023         * jv-valprint.c (java_print_value_fields): Add 'val' argument.
4024         (java_val_print): Likewise.
4025         * jv-lang.h (java_val_print): Add 'val' argument.
4026         * infcmd.c (default_print_registers_info): Update.
4027         * f-valprint.c (f77_print_array_1): Add 'val' argument.
4028         (f77_print_array): Likewise.
4029         (f_val_print): Likewise.
4030         * f-lang.h (f_val_print): Add 'val' argument.
4031         * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4032         value_bitpos.
4033         <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning.  Call
4034         set_value_optimized_out.
4035         (write_pieced_value): Use value_bitsize and value_bitpos.
4036         <default>: Don't exit loop.
4037         (check_pieced_value_validity): New function.
4038         (pieced_value_funcs): Reference check_pieced_value_validity,
4039         check_pieced_value_invalid.
4040         (copy_pieced_value_closure): Update.
4041         (check_pieced_value_bits): New function.
4042         (check_pieced_value_invalid): New function.
4043         * d-valprint.c (dynamic_array_type): Add 'val' argument.
4044         (d_val_print): Likewise.
4045         * d-lang.h (d_val_print): Update.
4046         * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4047         (cp_print_value_fields_rtti): Likewise.
4048         (cp_print_value): Likewise.
4049         (cp_print_static_field): Update.
4050         * c-valprint.c (c_val_print): Add 'val' argument.
4051         (c_value_print): Update.
4052         * c-lang.h (c_val_print): Update.
4053         (cp_print_value_fields): Likewise.
4054         (cp_print_value_fields_rtti): Likewise.
4055         * ada-valprint.c (struct ada_val_print_args): Remove.
4056         (val_print_packed_array_elements): Add 'val' argument.
4057         (ada_val_print): Likewise.  Rewrite.
4058         (ada_val_print_stub): Remove.
4059         (ada_val_print_array): Add 'val' argument.
4060         (ada_val_print_1): Likewise.
4061         (print_variant_part): Likewise.
4062         (ada_value_print): Update.
4063         (print_record): Add 'val' argument.
4064         (print_field_values): Likewise.
4065         * ada-lang.h (ada_val_print): Update.
4066
4067 2010-06-11  Tom Tromey  <tromey@redhat.com>
4068
4069         * vec.h (VEC_cleanup): New macro.
4070         (DEF_VEC_ALLOC_FUNC_I): Update.
4071         (DEF_VEC_ALLOC_FUNC_P): Likewise.
4072         (DEF_VEC_ALLOC_FUNC_O): Likewise.
4073         * dwarf2loc.c (struct axs_var_loc): Remove.
4074         (unimplemented): New function.
4075         (translate_register): Likewise.
4076         (access_memory): Likewise.
4077         (compile_dwarf_to_ax): Likewise.
4078         (dwarf2_tracepoint_var_loc): Remove.
4079         (dwarf2_tracepoint_var_access): Likewise.
4080         (dwarf2_tracepoint_var_ref): Likewise.
4081         (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4082         (loclist_tracepoint_var_ref): Likewise.
4083         * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4084         * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4085         require_composition.  No longer static.
4086         (execute_stack_op): Update.
4087         * ax-gdb.h (trace_kludge): Declare.
4088
4089 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4090
4091         * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4092         (should_be_inserted): Return zero also on NULL OWNER.
4093         (breakpoint_program_space_exit): New OWNER comment.
4094         (insert_breakpoint_locations): Extend comment for OWNER.
4095         (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4096         (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4097         New OWNER comment.
4098         (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4099         (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4100         (bpstat_check_location): New assert on OWNER.
4101         (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4102         and B initializations to the code block.  New assert on them.
4103         (print_one_breakpoint_location): New OWNER comment.
4104         (watchpoint_locations_match): Assert on OWNER.
4105         (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4106         initializations to the code block.  New assert on OWNER.
4107         (set_breakpoint_location_function): New assert on OWNER.
4108         (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4109         (bp_location_compare, update_global_location_list)
4110         (update_global_location_list): New OWNER comment.
4111
4112 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4113
4114         * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4115
4116 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4117
4118         * config/nm-linux.h (struct target_ops): Remove forward declaration.
4119         (lin_thread_get_thread_signals): Remove prototype.
4120         (GET_THREAD_SIGNALS): Remove.
4121         * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4122         * linux-thread-db.c (check_thread_signals): Directly call
4123         lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4124
4125 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4126
4127         * gregset.h (GDB_FPXREGSET_T): Remove.
4128         (gdb_fpxregset_t): Likewise.
4129         (supply_fpxregset): Remove prototype.
4130         (fill_fpxregset): Likewise.
4131         * i386-linux-nat.c (supply_fpxregset): Remove.
4132         (fill_fpxregset): Likewise.
4133         (fetch_fpxregs): Inline supply_fpxregset call.
4134         (store_fpxregs): Inline fill_fpxregset call.
4135
4136         * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4137         * config/i386/nm-linux.h: Remove file.
4138
4139 2010-06-09  Michael Snyder  <msnyder@vmware.com>
4140
4141         * target.c (update_current_target): Fix spelling error in comment.
4142         (target_mourn_inferior): Fix spelling error in error message.
4143
4144 2010-06-08  Paul Hilfinger  <hilfingr@adacore.com>
4145
4146       * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4147       SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4148
4149 2010-06-08  Michael Snyder  <msnyder@vmware.com>
4150
4151         * remote.c (remote_close): Set inferior_ptid to null_ptid.
4152
4153 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4154
4155         * configure.ac <"${have_libpython}" != no>: New workaround of
4156         python#4434.
4157         * configure: Regenerate.
4158
4159 2010-06-08  Hui Zhu  <teawater@gmail.com>
4160
4161         * record.c (record_wait): Move signal out of replay code.
4162
4163 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4164
4165         Fix PR 10640.
4166         * dwarf2-frame.c (no_dwarf_call): New function.
4167         (execute_stack_op): Set CTX->DWARF_CALL.
4168         * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4169         * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4170         (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4171         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4172         (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4173         (needs_frame_dwarf_call): New function.
4174         (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4175         * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4176         Update the comment.  Move variables die, offset and error call to ...
4177         (follow_die_ref): ... a new function.
4178         (dwarf2_fetch_die_location_block): New function.
4179         * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4180
4181 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4182
4183         * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4184         (dwarf_expr_tls_address): Use per_cu instead of objfile.
4185         (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4186         Initialize new BATON.PER_CU.  Adjust CTX->GDBARCH initialization for
4187         this change.
4188         (struct needs_frame_baton): New field per_cu.
4189         (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4190         * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4191
4192 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
4193
4194         * cp-support.c (make_symbol_overload_list_namespace): Only search
4195         static and global blocks.
4196         (make_symbol_overload_list_block): New function.
4197         (make_symbol_overload_list): Separate namespace search from block
4198         search.
4199         (make_symbol_overload_list_qualified): Use
4200         make_symbol_overload_list_block.
4201
4202 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
4203
4204         * value.h: Created oload_search_type enum.
4205         (find_overload_match): Use oload_search_type enum.
4206         * valops.c (find_overload_match): Support combined member and
4207         non-member search.
4208         * eval.c (evaluate_subexp_standard): Calls to
4209         find_overload_match now use oload_search_type enum.
4210         (oload_method_static): Verify index is a proper value.
4211         * valarith.c (value_user_defined_cpp_op): Search for and handle
4212         both member and non-member operators.
4213         (value_user_defined_cpp_op): New function.
4214         (value_user_defined_op): New function.
4215         (value_x_unop): Use value_user_defined_op.
4216         (value_x_binop): Ditto.
4217         * cp-support.c (make_symbol_overload_list_using): Added block
4218         iteration.
4219         Add check for namespace aliases and imported declarations.
4220
4221 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4222
4223         * breakpoint.h (owner): Extend the comment.
4224
4225 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4226
4227         Clear stale specific bp_location from former whole breakpoint.
4228         * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4229         code ...
4230         (free_bp_location): ... here.  Rename there the called function to
4231         bpstat_remove_bp_location_callback.
4232         (bpstat_remove_breakpoint_callback): Rename to ...
4233         (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4234         to struct bp_location.  Change the called function to
4235         bpstat_remove_bp_location.  Create new declaration for the function.
4236         (bpstat_remove_breakpoint): Rename to ...
4237         (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4238         code for the new parameter type.
4239
4240 2010-06-07  Nathan Sidwell  <nathan@codesourcery.com>
4241
4242         * README: Make version-agnostic.
4243
4244 2010-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4245
4246         Fix duplicate types for single DIE.
4247         * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4248         set_die_type.
4249         (read_array_type): Remove type initialization.  Recheck get_die_type
4250         after initial die_type.  Move set_die_type before set_descriptive_type.
4251         (read_set_type): New variable domain_type.  Recheck get_die_type after
4252         initial die_type.  Move attr initialization later.
4253         (read_tag_pointer_type, read_tag_reference_type): New variable
4254         target_type.  Recheck get_die_type after initial die_type.
4255         (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4256         die_type and die_containing_type.
4257         (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4258         Recheck get_die_type after initial die_type.
4259         (read_subrange_type): Recheck get_die_type after initial die_type.
4260         Move set_die_type before set_descriptive_type.
4261         (set_die_type): Extend the function comment.  Call complaint if DIE has
4262         some type already set.
4263
4264 2010-06-05  Vladimir Prus  <vladimir@codesourcery.com>
4265
4266         * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4267         for current naming of thread groups (iN, not N).
4268
4269 2010-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4270
4271         * ada-lang.c (ada_operator_length): Constify `struct expression'.
4272         * parse.c (operator_length): Likewise.
4273         (operator_length_standard): Likewise.
4274         * parser-defs.h (operator_length): Likewise.
4275         (operator_length_standard): Likewise.
4276         (struct exp_descriptor <operator_length>): Likewise.
4277
4278 2010-06-04  Doug Evans  <dje@google.com>
4279
4280         Add support for enabling/disabling individual pretty-printers.
4281         * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4282         * python/python-internal.h (gdbpy_enabled_cst): Declare.
4283         * python/python.c (gdbpy_enabled_cst): Define.
4284         (_initialize_python): Initialize gdbpy_enabled_cst.
4285         * NEWS: Add entry.
4286
4287 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4288
4289         * breakpoint.c (update_global_location_list): Fix comment typo.
4290
4291 2010-06-04  Hui Zhu  <teawater@gmail.com>
4292
4293         * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4294
4295 2010-06-03  Doug Evans  <dje@google.com>
4296
4297         * configure.ac: Don't fail if python is unusable when
4298         configured with --with-python=auto.
4299         * configure: Regenerate.
4300
4301 2010-06-03  Sami Wagiaalla  <swagiaal@redhat.com>
4302
4303         * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4304
4305 2010-06-03  Pierre Muller  <muller@ics.u-strasbg.fr>
4306
4307         * valprint.h (get_array_bounds): Change low and high parameter types
4308         to LONGEST *.
4309         * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4310         compute bounds.
4311         (val_print_array_elements): Adapt to change above.
4312         * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4313         * p-valprint.c (pascal_val_print): Likewise.
4314
4315 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4316
4317         * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4318         .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4319         .F08.
4320
4321 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4322
4323         Support DW_TAG_module as separate namespaces.
4324         * dwarf2read.c (typename_concat): New parameter physname.
4325         (read_module_type): New function and declaration.
4326         (scan_partial_symbols): Scan also DW_TAG_module children.
4327         (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4328         to typename_concat backward compatible physname value 0.
4329         (partial_die_full_name, read_namespace_type): Pass to typename_concat
4330         backward compatible physname value 0.
4331         (add_partial_module, read_module): Remove FIXME comment.
4332         (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4333         (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4334         DIEs under DW_TAG_module.
4335         (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4336         DW_AT_MIPS_linkage_name first, extend it for language_fortran
4337         && physname and return there instead of just setting NAME.  Extend
4338         the main block for language_fortran.  Pass physname parameter to the
4339         typename_concat call.
4340         (read_import_statement, read_func_scope, get_scope_pc_bounds)
4341         (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4342         (new_symbol): Fill in cplus_specific.demangled_name if it is still
4343         missing from SYMBOL_SET_NAMES in the language_fortran case.
4344         (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4345         variables.
4346         (read_type_die) <DW_TAG_module>: New.
4347         (MAX_SEP_LEN): Increase to 7.
4348         (typename_concat): New parameter physname.  New variable lead.  Support
4349         also language_fortran.
4350         * f-exp.y (yylex): Consider : also as a symbol name character class.
4351         * f-lang.c: Include cp-support.h.
4352         (f_word_break_characters, f_make_symbol_completion_list): New functions.
4353         (f_language_defn): Use cp_lookup_symbol_nonlocal,
4354         f_word_break_characters and f_make_symbol_completion_list.
4355         * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4356         * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4357         * symtab.c (symbol_init_language_specific): Support language_fortran.
4358         (symbol_find_demangled_name): New comment on language_fortran.
4359         (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4360         for language_fortran.
4361         (lookup_symbol_aux_local): Check imports also for language_fortran.
4362         (default_make_symbol_completion_list): Rename to ...
4363         (default_make_symbol_completion_list_break_on): ... this name.  New
4364         parameter break_on, use it.
4365         (default_make_symbol_completion_list): New stub.
4366         * symtab.h (default_make_symbol_completion_list_break_on): New
4367         prototype.
4368
4369 2010-06-02  Joel Brobecker  <brobecker@adacore.com>
4370
4371         * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4372         to error.
4373
4374 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4375
4376         * dwarf2read.c (typename_concat): Add const to the variable sep.
4377
4378 2010-06-02  Tom Tromey  <tromey@redhat.com>
4379
4380         * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4381         * dwarf2read.c (dwarf_stack_op_name): No longer static.  Return
4382         type is const.  Add 'def' argument.  Add missing operators, remove
4383         unhandled ones.
4384         (decode_locdesc): Update.
4385         (dwarf2_always_disassemble): New global.
4386         (show_dwarf2_always_disassemble): New function.
4387         (_initialize_dwarf2_read): Add always-disassemble.
4388         (dwarf2_per_cu_offset_size): New function.
4389         * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4390         (piece_end_p): New function.
4391         (locexpr_describe_location_piece): Replace 'size' argument with
4392         'end'.  Use piece_end_p.  Rewrite recognition of TLS.  Recognize
4393         some constants.  Remove errors.
4394         (disassemble_dwarf_expression): New function.
4395         (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4396         Add 'offset_size' argument.
4397         (loclist_describe_location): Change output formatting.
4398         * dwarf2expr.h (dwarf_stack_op_name): Declare.
4399
4400 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
4401
4402         * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4403         anonymous type case.
4404
4405 2010-06-02  Pierre Muller  <muller@ics.u-strasbg.fr>
4406
4407         * dwarf2read.c (read_subrange_type): Handle missing base type
4408         according to Dwarf-2 specifications.
4409
4410 2010-06-01  Sergio Durigan Junior  <sergiodj@redhat.com>
4411
4412         * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4413         BINOP_EXCL.
4414         (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4415         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4416         (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4417         BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4418         UNOP_CHMAX, UNOP_CHMIN.
4419         * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4420         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4421         UNOP_CHMIN>: Remove opcodes.
4422
4423 2010-06-01  Pierre Muller  <muller@ics.u-strasbg.fr>
4424
4425         * dwarf2read.c (read_func_scope): Do not complain for
4426         external function if bounds are not found.
4427
4428 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4429
4430         * NEWS: Mention gdbserver fast tracepoints support.
4431
4432 2010-05-31  Pierre Muller  <muller@ics.u-strasbg.fr>
4433
4434         * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4435         New macros.
4436         (windows_set_console_info): New function.
4437         (windows_create_inferior): Call windows_set_console_info
4438         if NEW_CONSOLE is true.
4439         (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4440         (_initialize_loadable): Initialize GetConsoleFontSize and
4441         GetCurrentConsoleFont.
4442
4443 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4444
4445         * Makefile.in (RDYNAMIC): New.
4446         (SFILES): Add proc-service.list.
4447         * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4448         (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4449         * config/arm/linux.mh: Likewise.
4450         * config/i386/linux.mh: Likewise.
4451         * config/i386/linux64.mh: Likewise.
4452         * config/ia64/linux.mh: Likewise.
4453         * config/m32r/linux.mh: Likewise.
4454         * config/m68k/linux.mh: Likewise.
4455         * config/mips/linux.mh: Likewise.
4456         * config/pa/linux.mh: Likewise.
4457         * config/powerpc/linux.mh: Likewise.
4458         * config/powerpc/ppc64-linux.mh: Likewise.
4459         * config/s390/s390.mh: Likewise.
4460         * config/sparc/linux.mh: Likewise.
4461         * config/sparc/linux64.mh: Likewise.
4462         * config/xtensa/linux.mh: Likewise.
4463         * configure.ac: New RDYNAMIC on native host and GCC.
4464         (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4465         * configure: Regenerate.
4466         * proc-service.list: New.
4467
4468 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4469
4470         * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4471         CONTENT.
4472
4473 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4474
4475         * linux-nat.c (linux_nat_wait_1): Do not call
4476         linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4477         TARGET_WAITKIND_SIGNALLED.
4478
4479 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
4480
4481         * ada-lang.c (ada_inferior_data): New struct.
4482         (ada_inferior_data): New static global.
4483         (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4484         (ada_get_tsd_type): New functions.
4485         (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4486         to look the tsd type up.
4487         (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4488         event.  Set ada_inferior_data.
4489
4490 2010-05-27  Pedro Alves  <pedro@codesourcery.com>
4491
4492         * remote.c (unpack_varlen_hex): Remove forward declaration.
4493         (remote_console_output): Make static, and add forward declaration.
4494         * remote.h: Drop FIXME comment.
4495         (unpack_varlen_hex): Declare.
4496         (remote_console_output, remote_cisco_objfile_relocate)
4497         (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4498         Delete declarations.
4499         * tracepoint.c: Include "remote.h".
4500         (unpack_varlen_hex): Delete declaration.
4501
4502 2010-05-27  Tom Tromey  <tromey@redhat.com>
4503
4504         * dwarf2loc.c (struct piece_closure) <refc>: New field.
4505         (allocate_piece_closure): Initialize refc.
4506         (copy_pieced_value_closure): Use refc.
4507         (free_pieced_value_closure): Likewise.
4508
4509 2010-05-27  Tom Tromey  <tromey@redhat.com>
4510
4511         * arm-tdep.c (push_stack_item): 'contents' now const.
4512         (arm_push_dummy_call): Make 'val' const.  Use value_contents, not
4513         value_contents_writeable.  Introduce new temporary.
4514
4515 2010-05-27  Tom Tromey  <tromey@redhat.com>
4516
4517         * findcmd.c (parse_find_args): Use value_contents, not
4518         value_contents_raw.
4519
4520 2010-05-27  Tom Tromey  <tromey@redhat.com>
4521
4522         * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4523         const.  Use value_contents, not value_contents_writeable.
4524
4525 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
4526
4527         * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4528         by call to value_contents.
4529
4530 2010-05-27  Ozkan Sezer  <sezeroz@gmail.com>
4531
4532         * MAINTAINERS: Add myself for write after approval privileges.
4533
4534 2010-05-26  Doug Evans  <dje@google.com>
4535
4536         Allow python to find its files if moved from original location.
4537         * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4538         (GDB_AC_WITH_DIR): Call it.
4539         * configure.ac: Define WITH_PYTHON_PATH if we can find the
4540         python installation directory.
4541         * config.in: Regenerate.
4542         * configure: Regenerate.
4543         * defs.h (python_libdir): Declare.
4544         * main.c (python_libdir): Define.
4545         (captured_main): Initialize python_libdir.
4546         * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
4547         call Py_SetProgramName to make sure python can find its libraries
4548         and modules.
4549
4550         * configure.ac: Try to use python's distutils to fetch compilation
4551         parameters.
4552         * configure: Regenerate.
4553         * python/python-config.py: New file.
4554
4555 2010-05-26  Ozkan Sezer  <sezeroz@gmail.com>
4556
4557         * ser-tcp.c (net_open): Check error return from socket() call by its
4558         equality to -1 not by it being negative.
4559         (net_close): Likewise.
4560
4561 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4562
4563         * NEWS: Mention the `qRelocInsn' feature.
4564         * gdbarch.sh (relocate_instruction): New.
4565         * amd64-tdep.c (rip_relative_offset): New.
4566         (append_insns): New.
4567         (amd64_relocate_instruction): New.
4568         (amd64_init_abi): Install it.
4569         * i386-tdep.c (append_insns): New.
4570         (i386_relocate_instruction): New.
4571         (i386_gdbarch_init): Install it.
4572         * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
4573         * gdbarch.h, gdbarch.c: Regenerate.
4574
4575 2010-05-26  Tom Tromey  <tromey@redhat.com>
4576
4577         * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
4578         (struct dwarf2_loclist_baton) <data>: Likewise.
4579         * dwarf2loc.c (find_location_expression): Constify return type.
4580         (dwarf2_evaluate_loc_desc): Make 'data' argument const.
4581         (dwarf2_loc_desc_needs_frame): Likewise.
4582         (loclist_read_variable): Constify.
4583         (loclist_describe_location): Likewise.
4584         (loclist_tracepoint_var_ref): Likewise.
4585
4586 2010-05-25  Tom Tromey  <tromey@redhat.com>
4587
4588         * dwarf2loc.c (dwarf_expr_frame_base): Constify.
4589         (dwarf_expr_frame_base_1): Likewise.
4590         (read_pieced_value): Update.
4591         (needs_frame_frame_base): Constify.
4592         (dwarf2_tracepoint_var_loc): Likewise.
4593         (dwarf2_tracepoint_var_access): Likewise.
4594         (locexpr_describe_location_piece): Likewise.
4595         (locexpr_describe_location_1): Likewise.
4596         * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
4597         Constify.
4598         (data): Now const.
4599         (struct dwarf_expr_piece) <v.literal.data>: Likewise.
4600         (dwarf_expr_eval, read_uleb128, read_sleb128)
4601         (dwarf2_read_address): Update.
4602         * dwarf2expr.c (dwarf_expr_eval): Constify.
4603         (read_uleb128): Likewise.
4604         (read_sleb128): Likewise.
4605         (dwarf2_read_address): Likewise.
4606         (require_composition): Likewise.
4607         (execute_stack_op): Likewise.
4608         * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
4609         "const gdb_byte *".
4610         * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
4611         Now const.
4612         (no_get_frame_base): Constify.
4613         (execute_stack_op): Likewise.
4614         (execute_cfa_program): Likewise.
4615         (read_encoded_value): Likewise.
4616
4617 2010-05-25  Doug Evans  <dje@google.com>
4618
4619         * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
4620
4621         * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
4622         * event-loop.c: ... here.
4623         * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
4624         `error' for clarity.
4625         (tui_getc): Pass correct value for `error' parameter to
4626         tui_readline_output.
4627
4628         Add python gdb.GdbError and gdb.string_to_argv.
4629         * NEWS: Document them.
4630         * python/py-cmd.c (cmdpy_function): Don't print a traceback if
4631         the exception is gdb.GdbError.  Print a second traceback if there's
4632         an error computing the error message.
4633         (gdbpy_string_to_argv): New function.
4634         * python/py-utils.c (gdbpy_obj_to_string): New function.
4635         (gdbpy_exception_to_string): New function.
4636         * python/python-internal.h (gdbpy_string_to_argv): Declare.
4637         (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
4638         (gdbpy_gdberror_exc): Declare.
4639         * python/python.c (gdbpy_gdberror_exc): New global.
4640         (_initialize_python): Initialize gdbpy_gdberror_exc and create
4641         gdb.GdbError.
4642         (GdbMethods): Add string_to_argv.
4643
4644 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4645
4646         * windows-nat.c (display_selector): Call GetLastError to give better
4647         failure explanation.
4648
4649 2010-05-24  Pedro Alves  <pedro@codesourcery.com>
4650
4651         * config.in: Regenerate.
4652
4653 2010-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4654
4655         Code cleanup.
4656         * target.c (push_target): Return only void.  Remove the return value
4657         comment.
4658         * target.h (push_target): Return only void.
4659
4660 2010-05-23  Pedro Alves  <pedro@codesourcery.com>
4661
4662         Update gnulib from latest git.
4663         (250b80067c1e1d8faa0c42fb572f721975b929c5)
4664
4665         * gnulib/memcmp.c: Removed.
4666         * gnulib/memchr.valgrind: New.
4667         * gnulib/stddef.in.h: New.
4668         * gnulib/Makefile.am: Updated.
4669         * gnulib/memchr.c: Updated.
4670         * gnulib/memmem.c: Updated.
4671         * gnulib/stdint.in.h: Updated.
4672         * gnulib/str-two-way.h: Updated.
4673         * gnulib/string.in.h: Updated.
4674         * gnulib/wchar.in.h: Updated.
4675
4676         * gnulib/extra/link-warning.h: Removed.
4677         * gnulib/extra/c++defs.h: New.
4678         * gnulib/extra/warn-on-use.h: New.
4679         * gnulib/extra/arg-nonnull.h: Updated.
4680
4681         * gnulib/m4/extensions.m4: Updated.
4682         * gnulib/m4/gnulib-cache.m4: Updated.
4683         * gnulib/m4/gnulib-common.m4: Updated.
4684         * gnulib/m4/gnulib-comp.m4: Updated.
4685         * gnulib/m4/gnulib-tool.m4: Updated.
4686         * gnulib/m4/include_next.m4: Updated.
4687         * gnulib/m4/longlong.m4: Updated.
4688         * gnulib/m4/memchr.m4: Updated.
4689         * gnulib/m4/memmem.m4: Updated.
4690         * gnulib/m4/stdint.m4: Updated.
4691         * gnulib/m4/string_h.m4: Updated.
4692         * gnulib/m4/memcmp.m4: Removed.
4693         * gnulib/m4/onceonly_2_57.m4: Removed.
4694         * gnulib/m4/00gnulib.m4: New.
4695         * gnulib/m4/mmap-anon.m4: New.
4696         * gnulib/m4/multiarch.m4: New.
4697         * gnulib/m4/onceonly.m4: New.
4698         * gnulib/m4/stddef_h.m4: New.
4699         * gnulib/m4/warn-on-use.m4: New.
4700         * gnulib/m4/wchar.m4: Removed.
4701         * gnulib/m4/wchar_h.m4: New.
4702         * gnulib/m4/wchar_t.m4: New.
4703         * gnulib/m4/wint_t.m4: New.
4704
4705         * aclocal.m4: Regenerate.
4706         * config.in: Likewise.
4707         * configure: Likewise.
4708         * gnulib/Makefile.in: Likewise.
4709
4710 2010-05-21  Tom Tromey  <tromey@redhat.com>
4711
4712         * dwarf2loc.c (extract_bits_primitive): New function.
4713         (extract_bits): Likewise.
4714         (insert_bits): Likewise.
4715         (copy_bitwise): Likewise.
4716         (read_pieced_value): Do all operations in bits.
4717         (write_pieced_value): Likewise.
4718         * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
4719         * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
4720         Always use xrealloc to resize piece array.
4721         (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
4722         <DW_OP_piece>: Update.
4723         <DW_OP_bit_piece>: New case.
4724
4725 2010-05-21  Tom Tromey  <tromey@redhat.com>
4726
4727         * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
4728         <DWARF_VALUE_OPTIMIZED_OUT>: New case.
4729         * dwarf2expr.h (enum dwarf_value_location)
4730         <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
4731         * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
4732         (add_piece): Handle empty piece.
4733         (execute_stack_op) <DW_OP_piece>: Handle
4734         DWARF_VALUE_OPTIMIZED_OUT.
4735
4736 2010-05-21  Tom Tromey  <tromey@redhat.com>
4737
4738         * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
4739         evaluate_subexp, not evaluate_subexp_with_coercion.
4740
4741 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4742
4743         * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
4744         attribute.
4745
4746 2010-05-21  Tom Tromey  <tromey@redhat.com>
4747
4748         * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
4749         offset.
4750         (write_pieced_value): Likewise.
4751
4752 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4753
4754         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
4755         and DW_TAG_volatile_type.
4756         (new_symbol): Likewise.
4757
4758 2010-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
4759
4760         * p-valprint.c (pascal_val_print): Call get_array_bounds
4761         to obtain the number of elements in an array.
4762
4763 2010-05-19  Doug Evans  <dje@google.com>
4764
4765         * python.c (gdbpy_print_stack): Ensure output ends with a newline.
4766
4767         * python.c (source_python_script): Add comment.
4768         (source_python_script_for_objfile): Remove unnecessary call to
4769         gdbpy_print_stack.
4770
4771 2010-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4772             Sergio Durigan Junior  <sergiodj@redhat.com>
4773
4774         Code cleanup.
4775         * parse.c (exp_iterate): Use operator_length wrapper function.
4776
4777 2010-05-18  Michael Snyder  <msnyder@vmware.com>
4778
4779         * ada-lang.c: White space.
4780         * ada-typeprint.c: White space.
4781         * ada-valprint.c: White space.
4782         * addrmap.c: White space.
4783         * auxv.c: White space.
4784         * ax-gdb.c: White space.
4785
4786 2010-05-18  Hui Zhu  <teawater@gmail.com>
4787
4788         * linux-fork.c (inferior_call_waitpid_cleanup): Add check
4789         for oldfp.
4790         (inferior_call_waitpid): Move make_cleanup out of check.
4791         Check the return of waitpid.
4792         (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
4793
4794 2010-05-17  Michael Snyder  <msnyder@vmware.com>
4795
4796         * tui/tui.c: White space.
4797         * tui/tui-data.c: White space.
4798         * tui/tui-disasm.c: White space.
4799         * tui/tui-file.c: White space.
4800         * tui/tui-interp.c: White space.
4801         * tui/tui-main.c: White space.
4802         * tui/tui-out.c: White space.
4803         * tui/tui-regs.c: White space.
4804         * tui/tui-source.c: White space.
4805         * tui/tui-stack.c: White space.
4806         * tui/tui-win.c: White space.
4807         * tui/tui-winsource.c: White space.
4808
4809         * procfs.c: White space.
4810
4811         * python/py-auto-load.c: White space.
4812         * python/py-block.c: White space.
4813         * python/py-breakpoint.c: White space.
4814         * python/py-cmd.c: White space.
4815         * python/py-function.c: White space.
4816         * python/py-lazy-string.c: White space.
4817         * python/py-objfile.c: White space.
4818         * python/py-param.c: White space.
4819         * python/py-prettyprint.c: White space.
4820         * python/py-progspace.c: White space.
4821         * python/py-symtab.c: White space.
4822         * python/python.c: White space.
4823         * python/py-type.c: White space.
4824         * python/py-utils.c: White space.
4825         * python/py-value.c: White space.
4826
4827         * mi/mi-cmd-break.c: White space.
4828         * mi/mi-cmd-env.c: White space.
4829         * mi/mi-cmds.c: White space.
4830         * mi/mi-cmd-stack.c: White space.
4831         * mi/mi-cmd-var.c: White space.
4832         * mi/mi-console.c: White space.
4833         * mi/mi-getopt.c: White space.
4834         * mi/mi-interp.c: White space.
4835         * mi/mi-main.c: White space.
4836         * mi/mi-out.c: White space.
4837         * mi/mi-parse.c: White space.
4838
4839         * cli/cli-cmds.c: White space.
4840         * cli/cli-decode.c: White space.
4841         * cli/cli-dump.c: White space.
4842         * cli/cli-interp.c: White space.
4843         * cli/cli-logging.c: White space.
4844         * cli/cli-script.c: White space.
4845         * cli/cli-setshow.c: White space.
4846
4847         * valarith.c: White space.
4848         * valops.c: White space.
4849         * valprint.c: White space.
4850         * value.c: White space.
4851         * varobj.c: White space.
4852         * xcoffread.c: White space.
4853         * xml-support.c: White space.
4854         * xml-tdesc.c: White space.
4855
4856 2010-05-17  Andreas Schwab  <schwab@redhat.com>
4857
4858         PR gdb/11092
4859         * c-lang.c (c_printstr): Compute real length of NUL terminated
4860         string at first.
4861
4862 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4863
4864         * parse.c (parse_exp_in_context): When block is not NULL, use
4865         its associated language to parse the expression instead of
4866         the current_language.
4867
4868 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4869
4870         * jv-lang.c (java_lookup_class): Remove commented out code.
4871         (type_from_class): Likewise.
4872         (java_op_print_tab): Remove commented-out elements.
4873
4874 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4875
4876         * ada-lang.c (to_fixed_range_type): The the raw index type as
4877         argument instead of the raw type name.  Remove orig_type parameter.
4878         Update calls throughout.
4879         (ada_fixup_array_indexes_type): New function.
4880         (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
4881         * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
4882         * ada-typeprint.c (print_range_type): Renames print_range_type_named.
4883         Remove name parameter.
4884         (print_array_type): Add call to ada_fixup_array_indexes_type.
4885         Update calls to print_range_type.
4886         (ada_print_type): Update calls to print_range_type.
4887
4888 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
4889
4890         * dwarf2read.c (read_set_type): Set type length if
4891         DW_AT_byte_size attribute is present.
4892
4893 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
4894
4895         * p-valprint.c (pascal_val_print): Handle set type if range limits
4896         are undefined but size is known.
4897
4898 2010-05-17  Pedro Alves  <pedro@codesourcery.com>
4899
4900         * procfs.c: Reformat.
4901
4902 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4903
4904         * target.c: White space.
4905         * target-descriptions.c: White space.
4906         * target-memory.c: White space.
4907         * thread.c: White space.
4908         * top.c: White space.
4909         * tracepoint.c: White space.
4910         * trad-frame.c: White space.
4911         * tramp-frame.c: White space.
4912         * ui-file.c: White space.
4913         * ui-out.c: White space.
4914         * user-regs.c: White space.
4915         * utils.c: White space.
4916
4917         * scm-exp.c: White space.
4918         * scm-lang.c: White space.
4919         * scm-valprint.c: White space.
4920         * sentinel-frame.c: White space.
4921         * ser-base.c: White space.
4922         * ser-go32.c: White space.
4923         * serial.c: White space.
4924         * ser-mingw.c: White space.
4925         * ser-pipe.c: White space.
4926         * ser-tcp.c: White space.
4927         * ser-unix.c: White space.
4928         * solib.c: White space.
4929         * solib-darwin.c: White space.
4930         * solib-frv.c: White space.
4931         * solib-irix.c: White space.
4932         * solib-osf.c: White space.
4933         * solib-pa64.c: White space.
4934         * solib-som.c: White space.
4935         * solib-spu.c: White space.
4936         * solib-svr4.c: White space.
4937         * solib-target.c: White space.
4938         * source.c: White space.
4939         * stabsread.c: White space.
4940         * stack.c: White space.
4941         * std-regs.c: White space.
4942         * symfile.c: White space.
4943         * symmisc.c: White space.
4944         * symtab.c: White space.
4945
4946 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4947
4948         * source.c (_initialize_source): Add "rev" as an abbreviation
4949         for the "reverse-search" command.
4950
4951 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4952
4953         * record.c: White space.
4954         * regcache.c: White space.
4955         * reggroups.c: White space.
4956         * remote-fileio.c: White space.
4957         * remote-m32r-sdi.c: White space.
4958         * remote-mips.c: White space.
4959         * remote-sim.c: White space.
4960         * remote.c: White space.
4961         (process_g_packet): Remove orphan braces.
4962
4963 2010-05-15  Michael Snyder  <msnyder@vmware.com>
4964
4965         * parse.c: White space.
4966         * p-lang.c: White space.
4967         * posix-hdep.c: White space.
4968         * printcmd.c: White space.
4969         * progspace.c: White space.
4970         * prologue-value.c: White space.
4971         * psymtab.c: White space.
4972         * p-typeprint.c: White space.
4973         * p-valprint.c: White space.
4974
4975         * objc-lang.c: White space.
4976         * objfiles.c: White space.
4977         * observer.c: White space.
4978         * osabi.c: White space.
4979         * osdata.c: White space.
4980
4981         * m2-lang.c: White space.
4982         * m2-valprint.c: White space.
4983         * macrocmd.c: White space.
4984         * macroexp.c: White space.
4985         * macroscope.c: White space.
4986         * macrotab.c: White space.
4987         * main.c: White space.
4988         * maint.c: White space.
4989         * mdebugread.c: White space.
4990         * memattr.c: White space.
4991         * minsyms.c: White space.
4992         * monitor.c: White space.
4993
4994 2010-05-14  Michael Snyder  <msnyder@vmware.com>
4995
4996         * jv-lang.c: White space.
4997         * jv-typeprint.c: White space.
4998         * jv-valprint.c: White space.
4999         * language.c: White space.
5000         * libunwind-frame.c: White space.
5001         * linespec.c: White space.
5002         * linux-nat.c: White space.
5003         * linux-record.c: White space.
5004         * linux-thread-db.c: White space.
5005
5006         * infcall.c: White space.
5007         * inf-child.c: White space.
5008         * infcmd.c: White space.
5009         * inferior.c: White space.
5010         * inf-loop.c: White space.
5011         * inflow.c: White space.
5012         * inline-frame.c: White space.
5013         * interps.c: White space.
5014
5015         * gcore.c: White space.
5016         * gdb.c: White space.
5017         * gdbtypes.c: White space.
5018         * gnu-nat.c: White space.
5019         * gnu-v2-abi.c: White space.
5020         * gnu-v3-abi.c: White space.
5021
5022         * findcmd.c: White space.
5023         * findvar.c: White space.
5024         * fork-child.c: White space.
5025         * frame-base.c: White space.
5026         * frame.c: White space.
5027         * frame-unwind.c: White space.
5028         * f-valprint.c: White space.
5029
5030         * elfread.c: White space.
5031         * environ.c: White space.
5032         * eval.c: White space.
5033         * event-loop.c: White space.
5034         * event-top.c: White space.
5035         * exceptions.c: White space.
5036         * exec.c: White space.
5037         * expprint.c: White space.
5038
5039         * dbxread.c: White space.
5040         * dcache.c: White space.
5041         * disasm.c: White space.
5042         * doublest.c: White space.
5043         * dsrec.c: White space.
5044         * dummy-frame.c: White space.
5045         * dwarf2expr.c: White space.
5046         * dwarf2-frame.c: White space.
5047         * dwarf2loc.c: White space.
5048         * dwarf2read.c: White space.
5049
5050 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
5051
5052         PR python/11482
5053
5054         * python/py-value.c (valpy_hash): New function.
5055         (value_object_type): Register valpy_hash.
5056
5057 2010-05-14  Hui Zhu  <teawater@gmail.com>
5058             Michael Snyder  <msnyder@vmware.com>
5059
5060         * linux-fork.c (gdbthread.h): New include.
5061         (fork_info): Add parent_ptid.
5062         (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5063         functions.
5064         (delete_checkpoint_command): Call inferior_call_waitpid.
5065         (checkpoint_command): Set parent_ptid.
5066
5067 2010-05-13  Michael Snyder  <msnyder@vmware.com>
5068
5069         * dictionary.c: Re-indent to GNU coding standard.
5070
5071         * charset.c: White space.
5072         * c-lang.c: White space.
5073         * cli-out.c: White space.
5074         * coffread.c: White space.
5075         * complaints.c: White space.
5076         * completer.c: White space.
5077         * corefile.c: White space.
5078         * corelow.c: White space.
5079         * cp-abi.c: White space.
5080         * cp-namespace.c: White space.
5081         * cp-support.c: White space.
5082         * cp-valprint.c: White space.
5083         * c-typeprint.c: White space.
5084         * c-valprint.c: White space.
5085         * blockframe.c: White space.
5086         * breakpoint.c: White space.
5087         * buildsym.c: White space.
5088         * blockframe.c: White space.
5089         * bcache.c: White space.
5090         * gdbarch.sh: White space, add blank lines.
5091         * arch-utils.c: Ditto.
5092         * gdbarch.c: Regenerate.
5093         * frame.c: White space, add blank lines.
5094         * stack.c: White space, add blank lines.
5095         (initialize_stack): Remove long-dead code.
5096
5097 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5098
5099         Code cleanup.
5100         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5101         (locexpr_read_variable, loclist_read_variable): Update the callers.
5102
5103 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5104
5105         Code cleanup.
5106         * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5107         Remove check of NULL returned by tag_type_to_type.
5108         (die_containing_type): Remove variable type.  Remove type_die variable
5109         initialization.  Remove check of NULL returned by tag_type_to_type.
5110
5111 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
5112
5113         PR exp/11530.
5114         * gdbtypes.c (lookup_struct_elt_type): Also lookup
5115         names of unnamed structures or unions.
5116
5117 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
5118
5119         * procfs.c (proc_watchpoint_address): New function.
5120         (procfs_stopped_by_watchpoint): Remove useless check after
5121         find_procinfo_or_die call.
5122         (procfs_stopped_data_address): New function.
5123         (procfs_use_watchpoints): Register new watchpoint related function.
5124
5125 2010-05-11  Tom Tromey  <tromey@redhat.com>
5126
5127         * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5128
5129 2010-05-10  Michael Snyder  <msnyder@vmware.com>
5130
5131         * utils.c: White space cleanup.
5132
5133 2010-05-10  Tom Tromey  <tromey@redhat.com>
5134
5135         * eval.c (ptrmath_type_p): Add 'lang' argument.
5136         (evaluate_subexp_standard): Update.
5137         (evaluate_subexp_with_coercion): Update.
5138         * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5139
5140 2010-05-10  Michael Snyder  <msnyder@vmware.com>
5141
5142         * utils.c (do_fclose_cleanup) Restore local variable.
5143
5144 2010-05-09  Doug Evans  <dje@google.com>
5145
5146         * record.c (init_record_core_ops): Rename record_core to record-core.
5147
5148 2010-05-08  Joel Brobecker  <brobecker@adacore.com>
5149
5150         Implement task switching on pa-hpux.
5151         * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5152         (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5153
5154 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5155
5156         * valops.c (find_overload_match): Add missing i18n markup.
5157
5158 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5159
5160         * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5161
5162 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5163
5164         * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5165         list for the obconcat call.
5166         * mdebugread.c (parse_symbol): Likewise.
5167         * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5168         Likewise.
5169         * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5170         New variable ap.  Remove variables len and val.
5171         * symfile.h (obconcat): Likewise for the prototype.
5172
5173 2010-05-07  Michael Snyder  <msnyder@vmware.com>
5174
5175         * python/python.c (execute_gdb_command): Remove unused variables.
5176         * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5177         * python/py-breakpoint.c (gdbpy_breakpoint_created):
5178         Remove unused variable.
5179         * python/py-cmd.c (cmdpy_function): Remove unused variable.
5180         (cmdpy_completer): Remove unused variable.
5181         * python/py-frame.c (frapy_find_sal): Remove unused variable.
5182         * python/py-function.c (fnpy_call): Remove unused variable.
5183         * python/py-objfile.c (objfile_to_objfile_object):
5184         Remove unused variable.
5185         * python/py-param.c (parmpy_init): Remove unused variable.
5186         * python/py-prettyprint.c (apply_varobj_pretty_printer):
5187         Remove unused variable.
5188         (gdbpy_default_visualizer): Remove unused variable.
5189         * python/py-progspace.c (pspace_to_pspace_object):
5190         Remove unused variable.
5191         * python/py-symtab.c (symtab_and_line_to_sal_object):
5192         Remove unused variable.
5193         * python/py-type.c (typy_template_argument):
5194         Remove unused variable.
5195         * python/py-value.c (valpy_string): Remove unused variable.
5196         (convert_value_from_python): Remove unused variables.
5197
5198 2010-05-07  Michael Snyder  <msnyder@vmware.com>
5199
5200         * valops.c (value_cast_pointers): Restore unused variable 'type1',
5201         and use it to compute variable 't1'.
5202
5203 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
5204
5205         * ada-lang.c (assign_aggregate): Remove unused variable.
5206
5207 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
5208
5209         PR C++/7943:
5210         * valops.c (find_overload_match): Handle fsym == NULL case.
5211         Add int no_adl argument.
5212         (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5213         when appropriate.
5214         Add int no_adl argument.
5215         (find_oload_champ_namespace):   Add int no_adl argument.
5216         * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5217         expression.
5218         * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5219         * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5220         Evaluate arguments and use them to perform ADL lookup.
5221         Pass no_adl argument to find_overload_match.
5222         Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5223         * cp-support.h: Added prototype for
5224         make_symbol_overload_list_namespace.
5225         * cp-support.c (make_symbol_overload_list_namespace): New function.
5226         (make_symbol_overload_list_adl_namespace): New function.
5227         (make_symbol_overload_list_adl): New function.
5228         (make_symbol_overload_list_using): Moved code to add function to
5229         overload set to make_symbol_overload_list_namespace.
5230         * c-exp.y: create UNKNOWN_CPP_NAME token.
5231         Add parse rule for ADL functions.
5232         (classify_name): Recognize an UNKNOWN_CPP_NAME.
5233
5234 2010-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5235
5236         * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5237         sentinel.
5238
5239 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
5240
5241         Implement task switching on solaris targets.
5242         * sol-thread.c (thread_db_find_thread_from_tid)
5243         (sol_get_ada_task_ptid): New functions.
5244         (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5245
5246 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
5247
5248         * remote.c (remote_query_supported_append): Use reconcat.
5249         (remote_query_supported): Install a cleanup.  Use reconcat.
5250
5251 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
5252
5253         * gdbarch.sh (qsupported): Delete.
5254         * gdbarch.h, gdbarch.c: Regenerate.
5255         * remote.c (remote_query_supported): Remove use of
5256         gdbarch_qsupported.
5257
5258 2010-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
5259
5260         * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5261         function.
5262
5263 2010-05-06  Michael Snyder  <msnyder@vmware.com>
5264
5265         * xml-support.c (xinclude_start_include): Delete unused variable.
5266         (xml_process_xincludes): Delete unused variable.
5267         * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5268         * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5269         (tdesc_find_arch_register): Delete unused variable.
5270         (tdesc_use_registers): Delete unused variable.
5271         * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5272         * inferior.c (print_inferior): Delete unused variable.
5273         * record.c (record_open_1): Delete unused variable.
5274         (record_restore): Delete unused variable.
5275         (cmd_record_save): Delete unused variable.
5276         * gcore.c (derive_heap_segment): Delete unused variable.
5277         (objfile_find_memory_regions): Use unused variable.
5278         * jit.c (jit_inferior_init): Delete unused variable.
5279         * progspace.c (clone_program_space): Delete unused variable.
5280         (pspace_empty_p): Delete unused variable.
5281
5282         * frame-unwind.c (frame_unwind_find_by_frame):
5283         Delete unused variable.
5284         * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5285         * cp-support.c (mangled_name_to_comp): Delete unused variable.
5286         (method_name_from_physname): Delete unused variable.
5287         (cp_func_name): Delete unused variable.
5288         (cp_validate_operator): Delete unused variable.
5289         * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5290         Delete unused variable.
5291         * trad-frame.c (trad_frame_get_prev_register):
5292         Delete unused variable.
5293         * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5294
5295         * serial.c (serial_for_fd): Delete unused variable.
5296         * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5297         * top.c (execute_command): Delete unused variable.
5298         (init_main): Delete unused variable.
5299         * utils.c (do_fclose_cleanup): Delete unused variable.
5300         (do_all_inferior_continuations): Delete unused variable.
5301         (initialize_utils): Delete unused variable.
5302         (internal_problem_mode): Delete unused global.
5303         * frame.c (get_prev_frame): Delete unused global.
5304         (get_frame_locals_address): Delete unused global.
5305         (get_frame_args_address): Delete unused global.
5306
5307         * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5308         (pascal_type_print_varspec_prefix): Delete unused variable.
5309         * f-typeprint.c (f_type_print_base): Delete unused variable.
5310         (f_type_print_varspec_suffix): Delete unused variable.
5311         * m2-typeprint.c (m2_print_type): Delete unused variable.
5312         (m2_long_set): Delete unused variable.
5313         * ada-valprint.c (ada_val_print_1): Delete unused variable.
5314         * d-valprint.c (dynamic_array_type): Delete unused variable.
5315         * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5316         Delete unused variable.
5317         (f77_create_arrayprint_offset_tbl): Delete unused variable.
5318         * m2-valprint.c (m2_val_print): Delete unused variable.
5319
5320         * ui-out.c (ui_out_field_int): Delete unused variable.
5321         (ui_out_field_fmt_int): Delete unused variable.
5322         * varobj.c (varobj_list_children): Delete unused variable.
5323         (varobj_set_value): Delete unused variable.
5324         (install_new_value_visualizer): Delete unused variable.
5325         (varobj_set_visualizer): Delete unused variable.
5326         (varobj_update): Delete unused variable.
5327         (varobj_editable_p): Delete unused variable.
5328         (c_value_of_root): Delete unused variable.
5329         (cplus_describe_child): Delete unused variable.
5330
5331         * ada-lang.c (add_defn_to_vec): Delete unused variable.
5332         (decode_constrained_packed_array_type): Delete unused variable.
5333         (add_defn_to_vec): Delete unused variable.
5334         (symbol_completion_match): Delete unused variable.
5335         (value_tag_from_contents_and_address): Delete unused variable.
5336         (ada_evaluate_subexp): Delete unused variable.
5337         * c-lang.c (classify_type): Delete unused variable.
5338         * f-lang.c (f_printstr): Delete unused variable.
5339         * objc-lang.c (objc_printstr): Delete unused variable.
5340         * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5341         * jv-lang.c (type_from_class): ifdef unused variable.
5342         (java_class_name_from_physname): Delete unused variable.
5343         * m2-lang.c (m2_printstr): Delete unused variable.
5344
5345         * objfiles.c (objfile_relocate): Delete unused variable.
5346         * maint.c (_initialize_maint_cmds): Delete unused variable.
5347         * demangle.c (_initialize_demangler): Delete unused variable.
5348         * corefile.c (reopen_exec_file): Delete unused variable.
5349         * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5350         * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5351
5352         * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5353         * memattr.c (mem_delete): Delete unused variable.
5354         (invalidate_target_mem_regions): Delete unused variable.
5355         * mem-break.c (default_memory_insert_breakpoint):
5356         Delete unused variable.
5357         * target.c (target_get_osdata): Delete unused variable.
5358         * parse.c (length_of_subexp): Delete unused variable.
5359         (prefixify_subexp): Delete unused variable.
5360         (exp_iterate): Delete unused variable.
5361         * reverse.c (delete_bookmark_command): Delete unused variable.
5362
5363         * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5364         * macroexp.c (gather_arguments): Delete unused variable.
5365         (substitute_args): Delete unused variable.
5366         * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5367         * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5368         (_initialize_gdbarch): Delete unused variable.
5369         * gdbarch.c, gdbarch.h: Regenerate.
5370         * arch-utils.c (initialize_current_architecture):
5371         Delete unused variable.
5372         (_initialize_gdbarch_utils): Delete unused variable.
5373         * gdbtypes.c (make_cv_type): Delete unused variable.
5374         (make_type_with_address_space): Delete unused variable.
5375
5376         * linespec.c (decode_compound): Delete unused variable.
5377         * dictionary.c (iterator_next_hashed): Delete unused variable.
5378         * infcall.c (call_function_by_hand): Delete unused variable.
5379         * infcmd.c (step_1): Delete unused variable.
5380         (registers_info): Delete unused variable.
5381         (attach_command): Delete unused variable.
5382         * infrun.c (follow_exec): Delete unused variable.
5383         (handle_step_into_function_backwards): Delete unused variable.
5384         (_initialize_infrun): Delete unused variable.
5385         * stack.c (parse_frame_specification_1): Delete unused variable.
5386         (frame_info): Delete unused variable.
5387         (backtrace_command_1): Delete unused variable.
5388         (catch_info): Delete unused variable.
5389
5390         * eval.c (evaluate_subexp_standard): Delete unused variable.
5391         * valops.c (value_cast_pointers): Delete unused variable.
5392         (value_dynamic_cast): Delete unused variable.
5393         (value_array): Delete unused variable.
5394         (find_overload_match): Delete unused variable.
5395         * valarith.c (value_subscript): Delete unused variable.
5396         (value_binop): Delete unused variable.
5397         * valprint.c (_initialize_valprint): Delete unused variable.
5398         * printcmd.c (print_command_1): Delete unused variable.
5399         (address_info): Delete unused variable.
5400         (printf_command): Delete unused variable.
5401
5402         * auxv.c (target_auxv_search): Delete unused variable.
5403         * blockframe.c (get_frame_block): Delete unused variable.
5404         * regcache.c (regcache_cpy): Delete unused variable.
5405         (regcache_cpy_no_passthrough): Delete unused variable.
5406         * charset.c (wchar_iterate): Delete unused variable.
5407         (find_charset_names): Delete unused variable.
5408         (_initialize_charset): Delete unused variable.
5409         * disasm.c (do_mixed_source_and_assembly):
5410         Delete unused variable.
5411         * source.c (set_default_source_symtab_and_line):
5412         Delete unused variable.
5413         (set_substitute_path_command): Delete unused variable.
5414         * value.c (preserve_values): Delete unused variable.
5415         (value_from_double): Delete unused variable.
5416
5417 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5418
5419         * psymtab.c (lookup_partial_symbol): Delete unused variable.
5420         (find_last_source_symtab_from_partial): Delete unused variable.
5421         * symfile.c (place_section): Delete unused variable.
5422         (default_symfile_offsets): Delete unused variable.
5423         (get_debug_link_info): Delete unused variable.
5424         (find_separate_debug_file_by_debuglink): Delete unused variable.
5425         (add_symbol_file_command): Delete unused variable.
5426         (symfile_find_segment_sections): Delete unused variable.
5427         * symmisc.c (free_symtab): Delete unused variable.
5428         (dump_symtab_1): Delete unused variable.
5429         * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5430         (find_pc_sect_symtab): Delete unused variable.
5431         (skip_prologue_using_lineinfo): Delete unused variable.
5432         (sources_info): Delete unused variable.
5433         (completion_list_add_name): Delete unused variable.
5434         (expand_line_sal): Delete unused variable.
5435
5436         * breakpoint.c (validate_commands_for_breakpoint):
5437         Delete unused variables.
5438         (insert_catchpoint): Delete unused variable.
5439         (update_watchpoint): Delete unused variable.
5440         (insert_bp_location): Delete unused variable.
5441         (insert_breakpoint_locations): Delete unused variable.
5442         (remove_breakpoint_1): Delete unused variable.
5443         (software_breakpoint_inserted_here_p): Delete unused variable.
5444         (watchpoints_triggered): Delete unused variable.
5445         (bpstat_check_watchpoint): Delete unused variable.
5446         (bpstat_stop_status): Delete unused variable.
5447         (print_one_breakpoint_location): Delete unused variable.
5448         (allocate_bp_location): Delete unused variable.
5449         (create_breakpoint): Delete unused variable.
5450         (watch_command_1): Delete unused variable.
5451         (catch_exception_command_1): Delete unused variable.
5452         (catch_ada_exception_command): Delete unused variable.
5453         (delete_breakpoint): Delete unused variable.
5454         (breakpoint_re_set_one): Delete unused variable.
5455         (do_enable_breakpoint): Delete unused variable.
5456
5457 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
5458
5459         * amd64-tdep.c: Include disasm.h.
5460         (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5461         (amd64_insn_length): Moved to disasm.c and renamed.
5462         (fixup_riprel): Adjust.
5463         * disasm.c (do_ui_file_delete): New.
5464         (gdb_insn_length): New.
5465         (gdb_buffered_insn_length_fprintf)
5466         (gdb_buffered_insn_length_init_dis)
5467         (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5468         renamed.
5469         * disasm.h (gdb_insn_length): Declare.
5470         (gdb_buffered_insn_length): Declare.
5471
5472 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
5473
5474         * remote.c (clear_threads_parsing_context): New.
5475         (remote_threads_info): Delete unused null_cleanup.  Install a
5476         cleanup to clear the threads_parsing_context in case parsing
5477         throws.
5478
5479 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5480
5481         * c-exp.y (parse_string_or_char): Delete unused variable.
5482         (c_lex): Delete unused variable.
5483         * cp-name-parser.y (cpname_lex): Delete unused variable.
5484         * ada-exp.y (find_primitive_type): Delete unused variable.
5485         (write_var_or_type): Delete unused variable.
5486         * jv-exp.y (java_parse): Delete unused variable.
5487         (push_expression_name): Delete unused variable.
5488         * p-exp.y (pascal_lex): Delete unused variable.
5489
5490 2010-05-05  Pedro Alves  <pedro@codesourcery.com>
5491
5492         * remote.c (remote_threads_info): Really revert previous previous
5493         change.
5494
5495 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5496
5497         * elfread.c (elf_symtab_read): Delete unused variable.
5498         (find_separate_debug_file_by_buildid): Delete unused variables.
5499         (elf_symfile_read): Delete unused variable.
5500
5501         * coffread.c (coff_symfile_read): Delete unused variables.
5502
5503         * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5504         (read_pe_exported_syms): Delete unused variable.
5505
5506         * stabsread.c (define_symbol): Delete unused variable.
5507
5508         * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5509         (process_psymtab_comp_unit): Delete unused variable.
5510         (dwarf2_build_psymtabs_hard): Delete unused variable.
5511         (load_partial_comp_unit): Delete unused variable.
5512         (create_all_comp_units): Delete unused variable.
5513         (scan_partial_symbols): Delete unused variable.
5514         (add_partial_symbol): Delete unused variable.
5515         (add_partial_namespace): Delete unused variable.
5516         (add_partial_enumeration): Delete unused variable.
5517         (load_full_comp_unit): Delete unused variable.
5518         (process_full_comp_unit): Delete unused variable.
5519         (read_file_scope): Delete unused variable.
5520         (read_type_unit_scope): Delete unused variable.
5521         (process_structure_scope): Delete unused variable.
5522         (process_enumeration_scope): Delete unused variable.
5523         (read_tag_ptr_to_member_type): Delete unused variable.
5524         (read_typedef): Delete unused variable.
5525         (read_partial_die): Delete unused variable.
5526         (decode_locdesc): Delete unused variable.
5527         (zeroed_partial_die): Delete unused global variable.
5528
5529         * tui/tui-interp.c (_initialize_tui_interp):
5530         Delete unused variable.
5531         * tui/tui-regs.c tui_display_registers_from):
5532         Delete unused variable.
5533         (tui_check_register_values): Delete unused variable.
5534         (tui_register_format): Delete unused variable.
5535         * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
5536         * tui/tui-windata.c (tui_display_data_from_line):
5537         Delete unused variables.
5538         (tui_vertical_data_scroll): Delete unused variables.
5539
5540 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5541
5542         * remote.c (remote_threads_info): Revert questionable part of
5543         the previous change.
5544
5545 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5546
5547         * mi/mi-out.c (mi_table_begin): Delete unused variable.
5548         * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
5549         (mi_cmd_var_list_children): Delete unused variable.
5550         (varobj_update_one): Delete unused variable.
5551         * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
5552         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
5553         Delete unused variable.
5554         (mi_cmd_stack_list_variables): Delete unused variable.
5555         (list_args_or_locals): Delete unused variable.
5556         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
5557         Delete unused variables.
5558         (mi_cmd_file_list_exec_source_files): Delete unused variable.
5559         * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
5560         Delete unused variable.
5561         * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
5562         (mi_cmd_interpreter_exec): Delete unused variable.
5563         (mi_on_normal_stop): Delete unused variable.
5564         * mi/mi-main.c (run_one_inferior): Delete unused variable.
5565         (print_one_inferior): Delete unused variables.
5566         (mi_execute_command): Delete unused variable.
5567         (mi_cmd_execute): Delete unused variable.
5568         (timestamp): Delete unused variable.
5569
5570         * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
5571         (restore_binary_file): Delete unused variable.
5572         * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
5573         * cli/cli-script.c (define_command): Delete unused variables.
5574         (recurse_read_control_structure): Delete unused variable.
5575         (script_from_file): Delete unused variable.
5576         * cli/cli-cmds.c (complete_command): Delete unused variable.
5577         (disassemble_command): Delete unused variable.
5578
5579         * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
5580         * tracepoint.c (delete_trace_variable_command):
5581         Delete unused variables.
5582         (encode_actions_1): Delete unused variables.
5583         (start_tracing): Delete unused variable.
5584         (trace_status_mi): Delete unused variable.
5585         (tfind_1): Delete unused variable.
5586         (trace_find_pc_command): Delete unused variable.
5587         (trace_find_line_command): Delete unused variables.
5588         (trace_find_range_command): Delete unused variables.
5589         (trace_find_outside_command): Delete unused variables.
5590         (parse_tracepoint_definition): Delete unused variables.
5591         (tfile_fetch_registers): Delete unused variable.
5592
5593         * dcache.c (dcache_init): Delete unused variable.
5594         (dcache_info): Delete unused variable.
5595
5596         * remote.c (remote_threads_info): Delete unused variable.
5597         (process_stop_reply) :Delete unused variable.
5598         (remote_get_trace_status): Delete unused variables.
5599
5600         * linux-thread-db.c (add_thread_db_info): Delete unused variable.
5601         (thread_from_lwp): Delete unused variable.
5602         (enable_thread_event_reporting): Delete unused variable.
5603         (check_for_thread_db): Delete unused variables.
5604         (thread_db_find_new_threads_2): Delete unused variable.
5605
5606         * linux-fork.c (info_checkpoints_command): Delete unused variables.
5607         (checkpoint_command): Delete unused variable.
5608         (linux_fork_context): Delete unused variables.
5609
5610         * linux-nat.c (linux_parent_pid): Delete unused global variable.
5611         (linux_tracefork_child): Delete unused variable.
5612         (linux_child_follow_fork): Delete unused variable.
5613         (linux_nat_detach): Delete unused variable.
5614         (linux_handle_extended_wait): Delete unused variable.
5615         (linux_nat_has_pending_sigint): Delete unused variable.
5616         (linux_nat_find_memory_regions): Delete unused variable.
5617         (linux_nat_make_corefile_notes): Delete unused variables.
5618         (linux_nat_info_proc_cmd): Delete unused variable.
5619         (linux_proc_pending_signals): Delete unused variable.
5620         (linux_nat_stop_lwp): Delete unused variables.
5621         (_initialize_linux_nat): Delete unused variable.
5622
5623         * ser-pipe.c (pipe_ops): Delete unused global variable.
5624
5625         * linux-record.c (record_linux_system_call):
5626         Delete unused variables.
5627
5628         * corelow.c (core_xfer_partial): Delete unused variables.
5629
5630         * solib-svr4.c (find_program_interpreter): Delete unused variable.
5631         (svr4_solib_create_inferior_hook): Add ifdef around
5632         conditionally-used variable declarations.
5633
5634         * solib.c (solib_find): Delete unused variable.
5635         (free_so_symbols): Delete unused variable.
5636         (info_sharedlibrary_command): Delete unused variable.
5637         (reload_shared_libraries_1): Delete unused variable.
5638         (_initialize_solib): Delete unused variable.
5639
5640         * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
5641         (i386_collect_xstateregset): Delete unused variable.
5642         * i387-tdep.c (i387_print_float_info): Delete unused variable.
5643
5644         * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
5645         Delete unused variable 'type'.
5646
5647 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
5648
5649         * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros.  *
5650         ada-lang.c: Remove comment mentioning these macros.
5651         * m2-exp.y: Delete commented out code.
5652
5653 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
5654
5655         * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
5656         for array types.
5657         * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
5658
5659 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5660
5661         ARI fix: Remove ATTRIBUTE_UNUSED throughout.
5662         * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
5663         ATTRIBUTE_UNUSED.
5664         (cleanup_kernel_helper_return): Likewise.
5665         * arm-tdep.c (copy_unmodified): Likewise.
5666         (copy_preload): Likewise.
5667         (copy_copro_load_store): Likewise.
5668         (cleanup_branch): Likewise.
5669         (copy_b_bl_blx): Likewise.
5670         (copy_bx_blx_reg): Likewise.
5671         (copy_alu_imm): Likewise.
5672         (copy_alu_reg): Likewise.
5673         (copy_alu_shifted_reg): Likewise.
5674         (cleanup_load): Likewise.
5675         (cleanup_store): Likewise.
5676         (cleanup_block_load_pc): Likewise.
5677         (cleanup_svc): Likewise.
5678         (copy_undef): Likewise.
5679         (copy_unpred): Likewise.
5680         * remote.c (register_remote_support_xml): Likewise.
5681
5682 2010-05-05  Hui Zhu  <teawater@gmail.com>
5683
5684         * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
5685
5686 2010-05-04  Mark Kettenis  <kettenis@gnu.org>
5687
5688         * remote.c (register_remote_support_xml)
5689         (remote_query_supported_append, remote_query_supported): Add cast
5690         to NULL used as sentinel.
5691         * tracepoint.c (tvariables_info_1): Likewise.
5692         * utils.c (add_internal_problem_command): Likewise.
5693
5694 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5695
5696         * dwarf2loc.c (read_pieced_value, write_pieced_value,
5697         dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
5698         registers gracefully.
5699
5700 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5701
5702         * exec.c (print_section_info): Display entry point without arch
5703         specific parts.
5704
5705 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5706
5707         PR exp/11349.
5708         * printcmd.c (x_command): Only dereference once implicitly for
5709         TYPE_CODE_REF.
5710
5711 2010-05-03  Doug Evans  <dje@google.com>
5712
5713         * event-loop.c (gdb_timer): Delete unused global.
5714         (create_timer): Update.
5715
5716 2010-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5717
5718         * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
5719         CURRENT->DECLARATION case.
5720         * cp-support.h (struct using_direct): Provide extended comment.
5721
5722 2010-05-03  Mark Kettenis  <kettenis@gnu.org>
5723
5724         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
5725         HPPABSD_SIZEOF_GREGS.
5726         (HPPAOBSD_SIZEOF_FPREGS): New define.
5727         (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
5728         (hppaobsd_supply_fpregset): New function.
5729         (hppaobsd_gregset): Renamed from hppabsd_gregset.
5730         (hppaobsd_fpregset): New variable.
5731         (hppaobsd_regset_from_core_section): Handle floating-point registers.
5732         (_initialize_hppabsd_tdep): Remove spurious blank line.
5733
5734 2010-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
5735
5736         PR pascal/11349.
5737         * p-valprint.c (pascal_value_print): Always dereference a value with
5738         type code TYPE_CODE_REF.
5739
5740 2010-05-03  Pedro Alves  <pedro@codesourcery.com>
5741
5742         * remote.c (remote_notice_signals): New.
5743         (remote_start_remote): In non-stop mode, update the remote end on
5744         which signals it can silently pass.
5745         (init_remote_ops): Install remote_notice_signals.
5746
5747 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5748
5749         * cli/cli-cmds.h (error_no_arg): Remove.  Move the comment ...
5750         * command.h (error_no_arg): ... here.  Remove NORETURN, change
5751         ATTR_NORETURN to ATTRIBUTE_NORETURN.
5752         * defs.h (NORETURN, ATTR_NORETURN): Remove.
5753         (perror_with_name, verror, error, error_stream, vfatal, fatal)
5754         (internal_verror, internal_error, nomem): Remove NORETURN, change
5755         ATTR_NORETURN to ATTRIBUTE_NORETURN.
5756         * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
5757         (throw_vfatal, throw_error): Remove NORETURN.
5758         (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
5759         * exceptions.h (throw_exception, throw_verror, throw_vfatal)
5760         (throw_error, deprecated_throw_reason): Remove NORETURN, change
5761         ATTR_NORETURN to ATTRIBUTE_NORETURN.
5762         * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
5763         to ATTRIBUTE_NORETURN for prototype, for the definition only remove
5764         NORETURN.
5765         * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
5766         * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
5767         ATTRIBUTE_NORETURN.
5768         * target.c (tcomplain): Likewise.
5769         * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
5770         ATTRIBUTE_NORETURN.
5771         * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
5772         (internal_error, perror_with_name, nomem): Remove NORETURN.
5773         * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
5774         ATTRIBUTE_NORETURN.
5775
5776 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5777
5778         * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5779         * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
5780         * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
5781         (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5782         * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
5783         (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5784         * complaints.h (complaint, internal_complaint): Likewise.
5785         * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
5786         (ATTR_FORMAT): Remove.
5787         (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
5788         (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
5789         (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
5790         (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
5791         (xsnprintf, verror, error, vfatal, fatal, internal_verror)
5792         (internal_error, internal_vwarning, internal_warning, warning)
5793         (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5794         * disasm.c (fprintf_disasm): Likewise.
5795         * exceptions.c (throw_it): Likewise.
5796         * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
5797         (throw_error): Likewise.
5798         * language.h (type_error, range_error): Likewise.
5799         * linespec.c (cplusplus_error): Likewise.
5800         * mi/mi-interp.c (mi_interp_query_hook): Likewise.
5801         * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
5802         * monitor.c (monitor_debug): Likewise.
5803         * parser-defs.h (parser_fprintf): Likewise.
5804         * serial.h (serial_printf): Likewise.
5805         * tui/tui-hooks.c (tui_query_hook): Likewise.
5806         * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
5807         (uo_message): Likewise.
5808         * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
5809         * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
5810         Likewise.
5811         * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
5812
5813 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
5814
5815         * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
5816         (cli_table_header, cli_begin, cli_end, cli_field_int)
5817         (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
5818         (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
5819         Delete forward declarations.
5820         (cli_ui_out_impl): Move below the callbacks.
5821         (_initialize_cli_out): Delete.
5822
5823 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
5824
5825         * README: Use consistent `GDB' and `GDBserver' spellings.
5826
5827 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5828
5829         * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
5830
5831 2010-05-01  Pedro Alves  <pedro@codesourcery.com>
5832
5833         * infrun.c (prepare_for_detach): In non-stop, context switch to
5834         the thread that got the event before handling the event.
5835
5836 2010-04-30  Tom Tromey  <tromey@redhat.com>
5837
5838         * symtab.c (symbol_set_names): Fix typo.
5839
5840 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5841
5842         * python/py-param.c (parm_constants): Avoid ARI warning
5843         by adding ARI comment.
5844         (parmpy_init): Likewise.
5845
5846 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5847
5848         * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
5849         and created type for re-use.
5850
5851 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5852
5853         * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
5854
5855 2010-04-29  Doug Evans  <dje@google.com>
5856
5857         * ser-base.h (reschedule): Delete prototype.
5858         * ser-base.c (reschedule): Make static.
5859
5860 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5861
5862         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
5863         (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
5864         (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
5865         EABI.
5866         (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
5867         use.
5868
5869 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
5870
5871         PR gdb/11557
5872
5873         * regcache.c (registers_changed): Rename to ...
5874         (registers_changed_ptid): ... this, and only delete register cache
5875         entries matching the ptid filter argument.
5876         (registers_changed): Reimplement on top of registers_changed_ptid.
5877         * regcache.h (registers_changed_ptid): Declare.
5878         * target.c (target_resume): Flush register caches.
5879
5880 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
5881             Tom Tromey  <tromey@redhat.com>
5882             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5883
5884         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
5885         (SUBDIR_PYTHON_SRCS): Likewise.
5886         (py-parameter.o): New rule.
5887         * python/py-parameter.c: New file.
5888         * python/python-internal.h (gdbpy_initialize_parameter)
5889         (gdbpy_parameter, gdbpy_parameter_value)
5890         (gdbpy_parse_command_name): Declare.
5891         * python/py-cmd.c (parse_command_name): Rename to
5892         gdbpy_parse_command_name.
5893         (gdbpy_parse_command_name): Accept a starting list parameter and
5894         use over cmdlist.
5895         (cmdpy_init): Use gdbpy_parse_command_name.
5896         * python/python.c (parameter_to_python): Rename to
5897         gdbpy_parameter_to_python.  Accept enum var_types and value.
5898         (gdbpy_parameter): Use gdbpy_parameter_value.
5899         (_initialize_python): Call gdbpy_initialize_parameters.
5900
5901 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5902
5903         * MAINTAINERS: Add myself for write after approval privileges.
5904
5905 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
5906
5907         D language support.
5908         * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
5909         (COMMON_OBS): Add d-lang.o d-valprint.o.
5910         (HFILES_NO_SRCDIR): Add d-lang.h.
5911         * NEWS: Mention D language support.
5912         * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
5913         * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
5914         * d-lang.c: New file.
5915         * d-lang.h: New file.
5916         * d-valprint.c: New file.
5917         * defs.h (enum language): Add language_d.
5918         * dwarf2read.c (set_cu_language): Add DW_LANG_D.
5919         * language.c (binop_result_type, integral_type, character_type)
5920         (string_type, boolean_type, structured_type): Add language_d.
5921         * symfile.c (init_filename_language_table): Add language_d.
5922         * symtab.c: Include d-lang.h.
5923         (symbol_init_language_specific, symbol_find_demangled_name)
5924         (symbol_natural_name, lookup_symbol_in_language)
5925         (symbol_demangled_name, symbol_matches_domain): Add language_d.
5926
5927 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5928
5929         * solib-svr4.c (solib_svr4_r_map): Expand function description.
5930
5931 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5932
5933         * symfile.c (init_filename_language_table): Register .dg files
5934         with language_ada.
5935
5936 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5937
5938         * gdbtypes.h (struct main_type): Expand comment about target_type
5939         field.
5940
5941 2010-04-27  Pedro Alves  <pedro@codesourcery.com>
5942             Tristan Gingold  <gingold@adacore.com>
5943
5944         * symfile.c (reread_symbols): Also search for file in libraries.
5945         Update comment.
5946
5947 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5948
5949         * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
5950         in terms of configuration.
5951
5952 2010-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5953
5954         * objfiles.c: Include solist.h.
5955         (free_all_objfiles): New variable so.  Check stale solist objfiles.
5956         * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
5957         and no_shared_libraries.
5958
5959 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5960
5961         ARI warning fix.
5962         * python/py-auto-load.c (source_section_scripts): Remove trailing
5963         new-line in i18n string.
5964
5965 2010-04-26  Doug Evans  <dje@google.com>
5966
5967         * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
5968
5969 2010-04-26  Tom Tromey  <tromey@redhat.com>
5970
5971         * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
5972         command list.
5973
5974 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5975
5976         Removal of config/i386/nm-i386sol2.h native configuration file.
5977         * config/i386/nm-i386sol2.h: Remove file.
5978         * config/i386/i386sol2.mh: Remove NAT_FILE definition.
5979         * config/i386/sol2-64.mh: Idem.
5980         * config/djgpp/fnchange.lst: Remove reference to that file.
5981         * Makefile.in (HFILES_NO_SRCDIR): Idem.
5982
5983 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5984
5985         PR breakpoints/11531.
5986         * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
5987         macro definition and related comment.
5988         * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
5989         (resume): Remove code and comment related to this macro.
5990
5991 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
5992
5993         * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
5994         Fix whitespace.
5995
5996 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
5997
5998         * defs.h: Adjust comment.
5999         * filesystem.h, filesystem.c: New files.
6000         * Makefile.in (SFILES): Add filesystem.c.
6001         (COMMON_OBS): Add filesystem.o.
6002         * solib.c (solib_find): Handle DOS-based filesystems.  Handle
6003         different target and host path flavours.
6004         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6005         has_dos_based_file_system on the gdbarch.
6006         * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
6007         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
6008         * i386-tdep.c (i386_go32_init_abi): Ditto.
6009         * gdbarch.sh (has_dos_based_file_system): New.
6010         * gdbarch.h, gdbarch.c: Regenerate.
6011         * NEWS: Mention improved support for remote targets with DOS-based
6012         filesystems.  Mention new `set/show target-file-system-kind'
6013         commands.
6014
6015 2010-04-23  Stan Shebs  <stan@codesourcery.com>
6016
6017         * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
6018         comments.
6019         (struct agent_reqs): Remove.
6020         (ax_reg_mask): Declare.
6021         * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
6022         (free_agent_expr): Free reg_mask.
6023         (ax_print): Add scope and register mask info.
6024         (ax_reqs): Remove agent_reqs argument, use agent expression
6025         fields, and move part of register mask computation to...
6026         (ax_reg_mask): New function.
6027         * ax-gdb.c (gen_trace_static_fields): Call it.
6028         (gen_traced_pop): Ditto.
6029         (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6030         (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6031         (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6032         (gen_eval_for_expr): Ditto, and require an rvalue.
6033         (agent_command): Call ax_reqs.
6034         (agent_eval_command): Ditto.
6035         * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6036         (validate_action_line): Ditto.
6037         (collect_symbol): Ditto.
6038         (encode_actions_1): Ditto.
6039
6040 2010-04-23  Daniel Jacobowitz  <dan@codesourcery.com>
6041             Paul Pluzhnikov  <ppluzhnikov@google.com>
6042             Jan Kratochvil  <jan.kratochvil@redhat.com>
6043
6044         Fix deadlock on looped list of loaded shared objects.
6045         * solib-svr4.c (LM_PREV): New function.
6046         (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6047         (svr4_current_sos): Check for correct l_prev.  New variables prev_lm
6048         and next_lm.  Clear prev_lm for solib_svr4_r_ldsomap.
6049         * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6050
6051 2010-04-23  Doug Evans  <dje@google.com>
6052
6053         * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6054         python.
6055         * configure: Regenerate.
6056         * main.c: #include "python/python.h".
6057         (captured_main): Defer loading auto-loaded scripts until after
6058         local_gdbinit has been sourced.
6059         * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6060         (load_auto_scripts_for_objfile): New function.
6061         (auto_load_new_objfile): Call it.
6062         * python/python.h (gdbpy_global_auto_load): Declare.
6063         (load_auto_scripts_for_objfile): Declare.
6064
6065         Add support for auto-loading scripts from .debug_gdb_scripts section.
6066         * NEWS: Add entry for .debug_gdb_scripts.
6067         * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6068         (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6069         (py-auto-load.o): New rule.
6070         * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6071         * cli/cli-cmds.h (find_and_open_script): Update prototype.
6072         * python/py-auto-load.c: New file.
6073         * python/python-internal.h: #include <stdio.h>.
6074         (set_python_list, show_python_list): Declare.
6075         (gdbpy_initialize_auto_load): Declare.
6076         (source_python_script_for_objfile): Declare.
6077         * python/python.c: Remove #include of observer.h.
6078         (gdbpy_auto_load): Moved to py-auto-load.c.
6079         (GDBPY_AUTO_FILENAME): Ditto.
6080         (gdbpy_new_objfile): Delete.
6081         (source_python_script_for_objfile): New function.
6082         (set_python_list, show_python_list): Make externally visible.
6083         (_initialize_python): Move "auto-load" command to py-auto-load.c
6084         and observer_attach_new_objfile to py-auto-load.c.
6085
6086 2010-04-23  Jerome Guitton  <guitton@adacore.com>
6087
6088         * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6089         (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6090         (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6091         New constants.
6092         (alpha_heuristic_analyze_probing_loop): New function.
6093         (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6094         and handle cases when a stack probe loop is generated.
6095         * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6096         (alpha_mdebug_max_frame_size_exceeded): New function.
6097         (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6098         (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6099         Return 0 when the maximum debuggable frame size has been exceeded.
6100
6101 2010-04-23  Joel Brobecker  <brobecker@adacore.com>
6102
6103         Fix ARI warning.
6104         * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6105
6106 2010-04-20  Chris Moller  <cmoller@redhat.com>
6107
6108         PR 10179
6109
6110         * symtab.c (rbreak_command): Added code to include a filename
6111         specification in the rbreak argument.
6112         * NEWS: Added a brief description of filename-qualified rbreak.
6113
6114 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6115
6116         Fix crashes on dangling display expressions.
6117         * ada-lang.c (ada_operator_check): New function.
6118         (ada_exp_descriptor): Fill-in the field operator_check.
6119         * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6120         * jv-lang.c (exp_descriptor_java): Likewise.
6121         * m2-lang.c (exp_descriptor_modula2): Likewise.
6122         * scm-lang.c (exp_descriptor_scm): Likewise.
6123         * parse.c (exp_descriptor_standard): Likewise.
6124         (operator_check_standard): New function.
6125         (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6126         * parser-defs.h (struct exp_descriptor): New field operator_check.
6127         (operator_check_standard, exp_uses_objfile): New declarations.
6128         * printcmd.c: Remove the inclusion of solib.h.
6129         (display_uses_solib_p): Remove the function.
6130         (clear_dangling_display_expressions): Call lookup_objfile_from_block
6131         and exp_uses_objfile instead of display_uses_solib_p.
6132         * solist.h (struct so_list) <objfile>: New comment.
6133         * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6134         * symtab.h (lookup_objfile_from_block): New declaration.
6135         (struct general_symbol_info) <obj_section>: Extend the comment.
6136
6137 2010-04-22  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
6138             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6139
6140         * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6141         (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6142         ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6143         PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6144         PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6145         PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6146         PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6147         PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6148         PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6149         PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6150         PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6151         PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6152         PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6153         Define, in case <ptrace.h> doesn't provide it.
6154         (booke_debug_info): New variable.
6155         (max_slots_number): Ditto.
6156         (hw_break_tuple): New struct.
6157         (thread_points): Ditto.
6158         (ppc_threads): New variable.
6159         (PPC_DEBUG_CURRENT_VERSION): New define.
6160         (have_ptrace_new_debug_booke): New function.
6161         (ppc_linux_check_watch_resources): Renamed to ...
6162         (ppc_linux_can_use_hw_breakpoint): ... this.  Handle BookE processors.
6163         (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6164         (booke_cmp_hw_point): New function.
6165         (booke_find_thread_points_by_tid): Ditto.
6166         (booke_insert_point): Ditto.
6167         (booke_remove_point): Ditto.
6168         (ppc_linux_insert_hw_breakpoint): Ditto.
6169         (ppc_linux_remove_hw_breakpoint): Ditto.
6170         (get_trigger_type): Ditto.
6171         (ppc_linux_insert_watchpoint): Handle BookE processors.
6172         (ppc_linux_remove_watchpoint): Ditto.
6173         (ppc_linux_new_thread): Ditto.
6174         (ppc_linux_thread_exit): New function..
6175         (ppc_linux_stopped_data_address): Handle BookE processors.
6176         (ppc_linux_watchpoint_addr_within_range): Ditto.
6177         (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6178         to_remove_hw_breakpoint fields of the target operations struct.
6179         Add observe for the thread_exit event.
6180
6181 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
6182
6183         * i386-linux-nat.c (regmap): Removed.
6184         (fetch_register): Replace regmap with
6185         i386_linux_gregset_reg_offset.
6186         (store_register): Likewise.
6187         (supply_gregset): Likewise.
6188         (fill_gregset): Likewise.
6189
6190         * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6191         global.
6192
6193         * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6194
6195 2010-04-22  Chris Moller  <cmoller@redhat.com>
6196
6197         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6198         method of popping recursion-detection stack with a method based on
6199         obstack_object_size().  (Similar to the PR9167 patch below, but for
6200         the static array obstack rather than the static member obstack.)
6201
6202 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
6203
6204         * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6205         (_initialize_amd64_linux_nat): Replace
6206         amd64_linux_gregset64_reg_offset with
6207         amd64_linux_gregset_reg_offset.
6208
6209         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6210         global.
6211
6212         * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6213
6214 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6215
6216         PR stabs/11479.
6217         * stabsread.c (set_length_in_type_chain): New function.
6218         (read_struct_type): Call set_length_in_type_chain function.
6219         (read_enum_type): Idem.
6220
6221 2010-04-21  Stan Shebs  <stan@codesourcery.com>
6222             Nathan Sidwell  <nathan@codesourcery.com>
6223
6224         * tracepoint.c (trace_save): Open in binary mode.
6225
6226 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6227
6228         * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6229         fields.
6230         * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6231         builtin_char32 fields.
6232         * printcmd.c (decode_format): Set char size to '\0'
6233         for strings unless explicit size is given.
6234         (print_formatted): Correct calculation of NEXT_ADDRESS
6235         for 16 or 32 bit strings.
6236         (do_examine): Do not force byte size for strings.
6237         Use builtin_char16 and builtin_char32 types to display
6238         16 or 32 bit-wide strings.
6239         (x_command): Set LAST_SIZE to 'b' for string type.
6240
6241 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
6242
6243         PR corefiles/11523
6244         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6245         XCR0 first.
6246
6247         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6248         there is no .reg-xstate section.
6249         (i386_linux_core_read_description): Check XCR0 first.
6250
6251 2010-04-21  Mike Frysinger  <vapier@gentoo.org>
6252
6253         * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6254         for len <= 8.
6255
6256 2010-04-21  Chris Moller  <cmoller@redhat.com>
6257
6258         PR 9167
6259         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6260         method of popping recursion-detection stack with a method based on
6261         obstack_object_size().
6262
6263 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6264
6265         PR pascal/11492.
6266         * p-valprint.c (pascal_val_print): Fix default printing of integer
6267         arrays.
6268
6269 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6270
6271         Fix compilation warning on gcc-4.1.2.
6272         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6273         local variable`pc' to zero.
6274
6275 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6276
6277         Implement thread support with core files on alpha-tru64.
6278         * dec-thread.c (dec_thread_find_new_threads): New function,
6279         extracted from resync_thread_list.
6280         (resync_thread_list): Add OPS parameter.  Replace extracted-out
6281         code by call to dec_thread_find_new_threads.
6282         (dec_thread_wait): Update call to resync_thread_list.
6283         (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6284
6285 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6286
6287         * ada-lang.c (value_pointer): New function.
6288         (make_array_descriptor): Call value_pointer to convert addresses to
6289         pointers.
6290
6291 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6292
6293         * rs6000-aix-tdep.c: #include exceptions.h.
6294         (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6295         while reading the memory at ADDR, then ADDR cannot be a function
6296         descriptor.
6297
6298 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6299
6300         * ada-typeprint.c (ada_print_typedef): New function.
6301         * ada-lang.h (ada_print_typedef): Add declaration.
6302         * ada-lang.c (ada_language_defn): set la_print_typdef field
6303         to ada_print_typedef.
6304
6305 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6306
6307         * procfs.c (procfs_address_to_host_pointer): Only define when used.
6308
6309 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6310
6311         * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6312         (iterate_over_mappings): Adjust function profile. Add declaration.
6313         (insert_dbx_link_bpt_in_region, info_mappings_callback):
6314         Adjust accordingly.
6315
6316 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6317
6318         * procfs.c (solib_mappings_callback): Move function up to avoid
6319         a compiler warning.
6320
6321 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6322
6323         * procfs.c (find_signalled_thread, find_stop_signal): Move
6324         these functions down to define them only when used.
6325
6326 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6327
6328         * valprint.c (common_val_print): Fix the value before extracting
6329         its contents.
6330         * ada-lang.c (ada_to_fixed_value): Make this function extern.
6331         * ada-lang.h (ada_to_fixed_value): New function declaration.
6332         * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6333         to avoid code duplication and fix a bug in the handling of
6334         fixed types contents.
6335
6336 2010-04-20  Tom Tromey  <tromey@redhat.com>
6337
6338         * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6339         (read_partial_die): Likewise.
6340         (dwarf_attr_name): Likewise.
6341
6342 2010-04-20  Chris Moller  <cmoller@redhat.com>
6343
6344         PR 10867
6345
6346         * cp-valprint.c (global): Adding new static array recursion
6347         detection obstack.
6348         (cp_print_value_fields, cp_print_static_field): Added new static
6349         array recursion detection code.
6350
6351 2010-04-20  Mark Kettenis  <kettenis@gnu.org>
6352
6353         * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6354         general-purpose register set should be 68 instead of 144.
6355         (i386_linux_sse_regset_sections): Likewise.
6356         (i386_linux_avx_regset_sections): Likewise.
6357
6358 2010-04-20  Stan Shebs  <stan@codesourcery.com>
6359             Nathan Sidwell  <nathan@codesourcery.com>
6360
6361         * dwarf2loc.c (struct axs_var_loc): New struct.
6362         (dwarf2_tracepoint_var_loc): New function.
6363         (dwarf2_tracepoint_var_access): New function.
6364         (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6365         with DW_OP_piece.
6366         (locexpr_describe_location_piece): New function.
6367         (locexpr_describe_location_1): New function.
6368         (locexpr_describe_location): Call it, update signature.
6369         (loclist_describe_location): Rewrite to loop over locations,
6370         update signature.
6371         * symtab.h (struct symbol_computed_ops): Add address to
6372         describe_location arguments, return void.
6373         * printcmd.c (address_info): Get context PC, pass to computed
6374         location description.
6375         * tracepoint.c (scope_info): Ditto.
6376         * ax-gdb.c (trace_kludge): Export.
6377
6378 2010-04-20  Tom Tromey  <tromey@redhat.com>
6379
6380         * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6381         (struct dwarf2_cie) <segment_size>: New field.
6382         * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6383         (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6384         DW_FORM_exprloc.
6385         (read_attribute_value): Handle DW_FORM_flag_present,
6386         DW_FORM_sec_offset, DW_FORM_exprloc.
6387         (dump_die_shallow): Likewise.
6388         (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6389         (dwarf2_const_value): Handle DW_FORM_exprloc.
6390         (attr_form_is_block): Likewise.
6391         (struct line_header) <maximum_ops_per_instruction>: New field.
6392         (dwarf_decode_line_header): Set new field.
6393         (dwarf_decode_lines): Handle new field.
6394
6395 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6396
6397         * f-exp.y: Add new production to recognize the `logical*8' type.
6398         (LOGICAL_S8_KEYWORD): New token.
6399         * f-lang.c (enum f_primitive_types)
6400         <f_primitive_type_logical_s8>: New field.
6401         (f_language_arch_info): Handling `logical*8' type.
6402         (build_fortran_types): Building `logical*8' type.
6403         * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6404
6405 2010-04-19  Doug Evans  <dje@google.com>
6406
6407         * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6408         * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6409         (pipe_close): Ditto.
6410
6411 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
6412
6413         * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6414
6415 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
6416
6417         * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6418         type to void function.
6419
6420 2010-04-19  Stan Shebs  <stan@codesourcery.com>
6421             Vladimir Prus  <vladimir@codesourcery.com>
6422
6423         * tracepoint.c (tfind_1): Add missing newline, report exit from
6424         tfind mode as such.
6425         * target.c (update_current_target): Make default
6426         to_trace_find return -1.
6427
6428 2010-04-19  Mike Frysinger  <vapier@gentoo.org>
6429
6430         * objc-lang.c (find_methods): Move symname check up.
6431
6432 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
6433
6434         * ada-lang.c (print_recreate_exception)
6435         <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6436         not "catch unhandled".
6437
6438 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
6439
6440         PR breakpoints/8554.
6441
6442         Implement `save-breakpoints'.
6443
6444         * breakpoint.c (save_cmdlist): New.
6445         (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6446         to save_cmdlist.
6447         (print_recreate_catch_fork): New.
6448         (catch_fork_breakpoint_ops): Install it.
6449         (print_recreate_catch_vfork): New.
6450         (catch_vfork_breakpoint_ops): Install it.
6451         (print_recreate_catch_syscall): New.
6452         (catch_syscall_breakpoint_ops): Install it.
6453         (print_recreate_catch_exec): New.
6454         (catch_exec_breakpoint_ops): Install it.
6455         (print_recreate_exception_catchpoint): New.
6456         (gnu_v3_exception_catchpoint_ops): Install it.
6457         (save_breakpoints): New, based on tracepoint_save_command, but
6458         handle all breakpoint types.
6459         (save_breakpoints_command): New.
6460         (tracepoint_save_command): Rename to...
6461         (save_tracepoints_command): ... this, and reimplement using
6462         save_breakpoints.
6463         (save_command): New.
6464         (_initialize_breakpoints): Install the "save" command prefix.
6465         Install the "save breakpoints" command.  Make "save-tracepoints" a
6466         deprecated alias for "save tracepoints".
6467         * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6468         * ada-lang.c (print_recreate_exception): New.
6469         (print_recreate_catch_exception): New.
6470         (catch_exception_breakpoint_ops): Install it.
6471         (print_recreate_catch_exception_unhandled): New.
6472         (catch_exception_unhandled_breakpoint_ops): Install it.
6473         (print_recreate_catch_assert): New.
6474         (catch_assert_breakpoint_ops): Install it.
6475
6476         * NEWS: Mention the new `save breakpoints' command.  Mention the
6477         new `save tracepoints' alias and that `save-tracepoints' is now
6478         deprecated.
6479
6480 2010-04-18  Pedro Alves  <pedro@codesourcery.com>
6481
6482         PR tui/9217
6483
6484         * tui/tui-out.c: Include cli-out.h.
6485         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6486         (tui_begin, tui_end, tui_field_int, tui_field_skip)
6487         (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6488         (tui_message, tui_wrap_hint, tui_flush): Delete forward
6489         declarations.
6490         (struct ui_out_data): Rename to...
6491         (struct tui_ui_out_data): ... this.  Remove `stream' and
6492         `suppress_output' fields, and inherit cli_ui_out_data.
6493         (tui_out_data): New typedef.
6494         (tui_ui_out_impl): Don't initialize fields staticaly.
6495         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6496         (tui_begin, tui_end): Delete.
6497         (tui_field_int): Adjust to delegate most work to the base type.
6498         (tui_field_skip): Delete.
6499         (tui_field_string, tui_field_fmt): Adjust comment.  Adjust to
6500         delegate most work to the base type.
6501         (tui_spaces): Delete.
6502         (tui_text): Adjust to delegate most work to the base type.
6503         (tui_message): Delete.
6504         (tui_wrap_hint): Delete.
6505         (tui_flush): Delete.
6506         (out_field_fmt): Delete.
6507         (field_separator): Delete.
6508         (tui_out_new): Adjust to initialize the base type.
6509         (_initialize_tui_out): Initialize tui_ui_out_impl.
6510         * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6511         cli_ui_out_data.
6512         (cli_out_data): Adjust.
6513         (cli_ui_out_impl): Make extern.
6514         (cli_table_header, cli_field_int, cli_field_skip): Use
6515         uo_field_string instead of cli_field_string.
6516         (cli_redirect): Adjust to use cli_out_data.
6517         (cli_out_data_ctor): New.
6518         (cli_out_new): Use it.
6519         * cli-out.h (struct ui_file): Remove forward declaration.
6520         (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6521         (cli_ui_out_impl): Declare.
6522         (cli_out_data_ctor): Declare.
6523         * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6524         (uo_field_string): No longer static.
6525         (ui_out_data): Change return type to void pointer.
6526         (ui_out_new): Change `data' parameter type to void pointer.
6527         * ui-out.h (struct ui_out_data): Don't forward declare.
6528         (ui_out_data): Change return type to void pointer.
6529         (ui_out_new): Change `data' parameter type to void pointer.
6530         (uo_field_string): Declare.
6531
6532 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
6533
6534         * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6535         instead of always false.
6536
6537 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
6538
6539         PR corefiles/11511
6540         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6541         orig_rax.
6542
6543 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
6544
6545         * breakpoint.c (watchpoints_triggered): Use
6546         is_hardware_watchpoint.
6547         (watchpoints_triggered): Ditto.
6548         (bpstat_check_location): Use is_watchpoint and
6549         is_hardware_watchpoint.
6550         (bpstat_check_watchpoint): Use is_watchpoint and
6551         is_hardware_watchpoint.
6552         (bpstat_stop_status): Fix comment.
6553         (user_settable_breakpoint): Use is_watchpoint.
6554         (hw_watchpoint_used_count): Use is_hardware_watchpoint.
6555         (disable_watchpoints_before_interactive_call_start): Use
6556         is_watchpoint.
6557         (enable_watchpoints_after_interactive_call_stop): Use
6558         is_watchpoint.
6559         (clear_command): Use is_watchpoint.
6560         (do_enable_breakpoint): Use is_watchpoint.
6561
6562 2010-04-16  Mike Frysinger  <vapier@gentoo.org>
6563
6564         * solib-frv.c (enable_break1_done): Delete.
6565         (enable_break2): Do not check enable_break1_done.  Move the
6566         enable_break2_done setting and call to
6567         remove_solib_event_breakpoints() to the end.  Return without
6568         warning when the contents of _dl_debug_addr are 0.
6569         (enable_break): Do not set enable_break1_done.
6570         (frv_clear_solib): Likewise.
6571
6572 2010-04-16  Kevin Buettner  <kevinb@redhat.com>
6573
6574         * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
6575         instead of an error if no PLT entry is found.  Return a
6576         potentially useful result.
6577         (m32c_m16c_pointer_to_address): Add code to search for function
6578         address when no .plt entry is found.
6579
6580 2010-04-16  Stan Shebs  <stan@codesourcery.com>
6581
6582         * tracepoint.c (trace_variable_command): Run a cleanup.
6583
6584 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6585
6586         * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
6587
6588 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6589
6590         Support for Windows OS Thread Information Block.
6591         * NEWS: Document new feature.
6592         * remote.c (PACKET_qGetTIBAddr): New enum element.
6593         (remote_get_tib_address): New function.
6594         (init_remote_ops): Set to_get_tib_address field
6595         to remote_get_tib_address.
6596         (_initialize_remote): Add add_packet_config_cmd
6597         for PACKET_qGetTIBAddr.
6598         * target.c (update_current_target): Set default value for
6599         new to_get_tib_address field.
6600         * target.h (target_ops): New field to_get_tib_address.
6601         (target_get_tib_address): New macro.
6602         * windows-nat.c (thread_info): Add thread_local_base field.
6603         (windows_add_thread): Add tlb argument of type 'void *'.
6604         (fake_create_process): Adapt windows_add_thread call.
6605         (get_windows_debug_event): Idem.
6606         (windows_get_tib_address): New function.
6607         (init_windows_ops): Set to_get_tib_address field
6608         to remote_get_tib_address.
6609         (_initialize_windows_nat): Replace info_w32_cmdlist
6610         initialization by a call to init_w32_command_list.
6611         (info_w32_command, info_w32_cmdlist): Removed from here...
6612         to windows-tdep.c file.
6613         * windows-tdep.h (info_w32_cmdlist): Declare.
6614         (init_w32_command_list): New external function
6615         declaration.
6616         * windows-tdep.c: Add several headers.
6617         (info_w32_cmdlist): to here, made global.
6618         (thread_information_32): New struct.
6619         (thread_information_64): New struct.
6620         (TIB_NAME): New char array.
6621         (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
6622         (maint_display_all_tib): New static variable.
6623         (windows_get_tlb_type): New function.
6624         (tlb_value_read, tlb_value_write): New functions.
6625         (tlb_value_funcs): New static struct.
6626         (tlb_make_value): New function.
6627         (display_one_tib): New function.
6628         (display_tib): New function.
6629         (show_maint_show_all_tib):New function.
6630         (info_w32_command): Moved from windows-nat.c.
6631         (init_w32_command_list): New function.
6632         (_initialize_windows_tdep): New function.
6633         New "maint set/show show-all-tib" command
6634         New "$_tlb" internal variable.
6635
6636 2010-04-16  Joel Brobecker  <brobecker@adacore.com>
6637
6638         * tui/tui-regs.c (tui_display_register): Add comment about
6639         a couple of casts.
6640         * tui/tui-stack.c (tui_show_locator_content): Ditto.
6641
6642 2010-04-15  Stan Shebs  <stan@codesourcery.com>
6643
6644         * frame.c: Include tracepoint.h.
6645         (get_current_frame): Allow a trace frame to be an alternate source
6646         of stack frame data.
6647         * tracepoint.c (tfind_1): Don't try to get current stack frame if
6648         it won't succeed.
6649
6650 2010-04-15  Pedro Alves  <pedro@codesourcery.com>
6651
6652         * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
6653         flags.
6654         * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
6655
6656 2010-04-15  Doug Evans  <dje@google.com>
6657
6658         * NEWS: Add entry for python program space support.
6659         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
6660         (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
6661         (py-progspace.o): New rule.
6662         * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
6663         function.
6664         (find_pretty_printer_from_progspace): New function.
6665         (find_pretty_printer_from_gdb): New function.
6666         (find_pretty_printer): Rewrite.
6667         * python/py-progspace.c: New file.
6668         * python/python-internal.h (program_space): Add forward decl.
6669         (pspace_to_pspace_object, pspy_get_printers): Declare.
6670         (gdbpy_initialize_pspace): Declare.
6671         * python/python.c: #include "progspace.h".
6672         (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
6673         (_initialize_python): Call gdbpy_initialize_pspace.
6674         (GdbMethods): Add current_progspace, progspaces.
6675
6676         Add -s option to source command.
6677         * NEWS: Document new option.
6678         * cli/cli-cmds.c (find_and_open_script): Add function comment.
6679         Delete from_tty and cleanupp args.  Split filep arg into file and
6680         full_pathp.  New arg search_path.
6681         (source_script_from_stream): New function.
6682         (source_script_with_search): New function.
6683         (source_script): Rewrite.
6684         (source_command): Parse "-s" option.
6685         (init_cli_cmds): Add "-s" docs to source command help, and reformat.
6686         * python/python.c (source_python_script): Make file arg a const char *.
6687         Don't call fclose, leave for caller.
6688         * python/python.h (source_python_script): Update.
6689
6690 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
6691             Pedro Alves  <pedro@codesourcery.com>
6692
6693         Avoid rereading shared libraries that haven't changed.
6694
6695         * solib.c (free_so_symbols): New function, from ...
6696         (free_so): ... here.  Call it.
6697         (solib_read_symbols): Don't warn here if symbols have already been
6698         loaded.
6699         (solib_add): Warn here instead, if a pattern was specified.
6700         (reload_shared_libraries_1): New.
6701         (reload_shared_libraries): Rewrite to not fetch the library list.
6702
6703 2010-04-14  Doug Evans  <dje@google.com>
6704
6705         * source.c (openp): Strip DOS drive letter if present before
6706         concatenating string to search path.
6707
6708 2010-04-14  Pedro Alves  <pedro@codesourcery.com>
6709
6710         * objfiles.h (gdb_bfd_close_or_warn): Declare.
6711         * objfiles.c (gdb_bfd_close_or_warn): New.
6712         * corelow.c: Include objfiles.h
6713         (core_close): Use gdb_bfd_close_or_warn.
6714         * elfread.c (build_id_verify): Ditto.
6715         * exec.c (exec_close, exec_close_1): Ditto.
6716
6717 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
6718             Pedro Alves  <pedro@codesourcery.com>
6719
6720         Group errors for many missing shared libraries.
6721
6722         * solist.h (struct so_list): Remove from_tty.
6723         * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
6724         (solib_map_sections): Take so_list argument.  Return 0 if we
6725         failed to open a BFD.  Add target sections here.
6726         (symbol_add_stub): Delete.
6727         (solib_read_symbols): Inline symbol_add_stub.  Use current flags,
6728         not from_tty copied from the so_list.  Don't warn a second time
6729         for a missing library.
6730         (update_solib_list): Don't save from_tty.  Use TRY_CATCH.  Do not
6731         add to the section table here.  Print out a single warning for all
6732         missing libraries.
6733         * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
6734         flags.
6735
6736 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
6737
6738         * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
6739         error/warning messages.  Capitalize and use complete sentences.
6740         (blpy_block_syms_iternext): Likewise.
6741         * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
6742         * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
6743         (frame_info_to_frame_object, frapy_read_var)
6744         (gdbpy_frame_stop_reason_string): Likewise.
6745         * python/py-lazy-string.c (stpy_convert_to_value)
6746         (gdbpy_create_lazy_string_object): Likewise.
6747         * python/py-objfile.c (objfpy_set_printers): Likewise.
6748         * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
6749         * python/python.c (parameter_to_python): Likewise.
6750         * python/py-type.c (typy_range, typy_target): Likewise.
6751         * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
6752         (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
6753
6754
6755 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
6756
6757         PR python/11381
6758
6759         * python/py-prettyprint.c (pretty_print_one_value): Test for
6760         Py_None.
6761         (print_string_repr): Test for Py_None.  Set flags accordingly.
6762         Return value depending on return type.
6763         (print_children): Take a value indicating whether data was printed
6764         before this function was called.  Alter output accordingly.
6765         (apply_val_pretty_printer): Capture return value from
6766         print_string_repr and pass to print_children.
6767
6768 2010-04-13  Mark Kettenis  <kettenis@gnu.org>
6769
6770         PR corefiles/11481
6771         * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
6772         register note sections.
6773         (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
6774         New variables.
6775         (i386_linux_init_abi): Install list of supported register note
6776         sections that matches the target description.
6777
6778 2010-04-13  Pedro Alves  <pedro@codesourcery.com>
6779
6780         * remote.c (remote_get_noisy_reply): Don't error out on empty
6781         replies.
6782         (remote_start_remote): Update and merge tracepoints and trace
6783         state variables as long as the target supports tracepoints.
6784         (remote_trace_init): Fix prototype.
6785         (remote_download_trace_state_variable): Validate reply.
6786         (remote_trace_set_readonly_regions): Fix prototype.
6787         (remote_trace_start): Fix prototype.  Check for empty reply.
6788         (remote_get_trace_status): Small cleanup.
6789         (remote_trace_stop): Fix prototype.  Check for empty reply.
6790         (remote_trace_find): Check for empty reply.
6791         (remote_save_trace_data): Validate reply.
6792         (remote_set_disconnected_tracing): Check for empty reply, and
6793         validate reply.
6794         (remote_set_circular_trace_buffer): Ditto.
6795
6796 2010-04-13  Pierre Muller  <muller@ics.u-strasbg.fr>
6797
6798         Suppress unused value warning during compilation.
6799         * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
6800         calls to void.
6801         * tui/tui-stack.c (tui_show_locator_content): Likewise.
6802
6803 2010-04-12  Stan Shebs  <stan@codesourcery.com>
6804
6805         * tracepoint.c (tfile_xfer_partial): Check read result.
6806
6807 2010-04-12  Mike Frysinger  <vapier@gentoo.org>
6808
6809         * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
6810         * remote-sim.c (gdbsim_files_info): Likewise.
6811
6812 2010-04-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6813
6814         * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
6815         * arm-linux-nat.c (arm_linux_vfp_register_count): New
6816         variable.
6817         (fetch_vfp_registers): New function to fetch VFP registers.
6818         (store_vfp_registers): New function to store VFP registers.
6819         (arm_linux_fetch_inferior_registers): Add support for VFP
6820         registers.
6821         (arm_linux_store_inferior_registers): Likewise.
6822         (arm_linux_read_description): Likewise.
6823         (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
6824         until we need it.
6825
6826 2010-04-11  H.J. Lu  <hongjiu.lu@intel.com>
6827
6828         * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
6829         tdep.
6830         (amd64_collect_xstateregset): Likewise.
6831
6832 2010-04-09  Stan Shebs  <stan@codesourcery.com>
6833
6834         * tracepoint.c (trace_status_mi): Report frames created.
6835
6836         * tracepoint.c (trace_dump_command): Include default-collect
6837         expressions.
6838
6839 2010-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
6840
6841         * symtab.c (find_function_start_sal): Never return SAL pointing
6842         before function start address, even if line info is missing.
6843
6844 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6845
6846         * NEWS: Mention tracepoints support.
6847
6848 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6849
6850         * tracepoint.c (trace_status_mi): Report disconnected tracing and
6851         circular trace buffer statuses.
6852
6853 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6854
6855         * config/djgpp/fnchange.lst: Fix typo in translations for
6856         symbol-without-target_section.exp and symbol-without-target_section.c.
6857
6858 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6859
6860         * breakpoint.c (condition_command): Pass condition expression to
6861         set_breakpoint_condition stripped from breakpoint number.
6862
6863 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
6864             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6865             Tom Tromey  <tromey@redhat.com>
6866
6867         * breakpoint.c (condition_command): Simplify.  Move condition
6868         setting code to ...
6869         (set_breakpoint_condition): ... here.  New function.
6870         * breakpoint.h  (set_breakpoint_condition): Declare.
6871         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
6872         (SUBDIR_PYTHON_SRCS): Likewise.
6873         (py-breakpoint.o): New rule.
6874         * python/py-breakpoint.c: New file.
6875         * python/python-internal.h (gdbpy_breakpoints)
6876         (gdbpy_initialize_breakpoints): Declare.
6877         (GDB_PY_SET_HANDLE_EXCEPTION) Define.
6878
6879 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6880
6881         * regformats/regdat.sh: Include server.h.  Don't include
6882         regcache.h.
6883
6884 2010-04-08  Stan Shebs  <stan@codesourcery.com>
6885             Pedro Alves  <pedro@codesourcery.com>
6886
6887         * tracepoint.h (struct trace_status): New fields disconnected_tracing
6888         and circular_buffer.
6889         (disconnect_tracing): Rename from disconnect_or_stop_tracing.
6890         * tracepoint.c (trace_status_command): Display target's status for
6891         disconnected tracing and circular buffer.
6892         (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
6893         query for non-disconnected-tracing case, remove the stop_tracing
6894         call.
6895         (tfile_open): Clear disconnected and circular buffer status.
6896         (trace_save): Save disconnected and circular buffer status.
6897         (parse_trace_status): Parse disconnected and circular buffer status,
6898         also recognize disconnected as a stop reason.
6899         * remote.c (remote_set_disconnected_tracing): Only set
6900         QTDisconnected if the remote end supports disconnected tracing.
6901         Warn otherwise, if trying to enable disconnected tracing.
6902         * infcmd.c (detach_command): Update disconnect_tracing call.
6903         * cli/cli-cmds.c (quit_command): Ditto.
6904
6905 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6906
6907         * i387-tdep.c (i387_collect_xsave): Replace abort with
6908         internal_error.
6909
6910 2010-04-08  Stan Shebs  <stan@codesourcery.com>
6911
6912         * breakpoint.c (default_collect_info): New function.
6913         (breakpoints_info): Call it.
6914         (maintenance_info_breakpoints): Ditto.
6915         (tracepoints_info): Ditto.
6916
6917 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6918
6919         * i387-tdep.c (i387_collect_xsave): Re-indent.
6920
6921 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6922
6923         * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
6924         if HAVE_PTRACE_GETFPXREGS is defined.
6925         (i386_linux_read_description): Set have_ptrace_getfpxregs and
6926         have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
6927
6928         * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
6929         (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
6930         if .reg-xfp section doesn't exist.
6931         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
6932
6933         * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
6934
6935         * i386-tdep.c: Include "features/i386/i386-mmx.c".
6936         (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
6937         (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional.  Set
6938         xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
6939         (i386_gdbarch_init): Update comments.
6940         (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
6941
6942         * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
6943
6944         * config/djgpp/fnchange.lst: Add i386 MMX XML files.
6945
6946         * features/Makefile (i386/i386-mmx-expedite): New.
6947         (i386/i386-mmx-linux-expedite): Likewise.
6948         ($(outdir)/i386/i386-mmx.dat): Likewise.
6949         ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
6950
6951         * features/i386/i386-mmx-linux.c: New.
6952         * features/i386/i386-mmx-linux.xml: Likewise.
6953         * features/i386/i386-mmx.c: Likewise.
6954         * features/i386/i386-mmx.xml: Likewise.
6955         * regformats/i386/i386-mmx-linux.dat: Likewise.
6956         * regformats/i386/i386-mmx.dat: Likewise.
6957
6958         * features/Makefile (WHICH): Add i386/i386-mmx and
6959         i386/i386-mmx-linux.
6960
6961 2010-04-08  Doug Evans  <dje@google.com>
6962
6963         * source.c (openp): Skip $cdir in PATH.
6964
6965 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
6966
6967         PR python/11417
6968         * python/py-lazy-string.c (stpy_convert_to_value): Check for
6969         a NULL address.
6970         (gdbpy_create_lazy_string_object): Allow strings with a NULL
6971         address and a zero length.
6972
6973 2010-04-08  Hui Zhu  <teawater@gmail.com>
6974
6975         * i386-tdep.c (i386_process_record): Add support for insn
6976         rdtsc.
6977
6978 2010-04-07  Doug Evans  <dje@google.com>
6979
6980         * python/python.c (source_python_script): Use ensure_python_env
6981         to prepare environment for script.
6982
6983 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6984
6985         * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
6986         <sys/uio.h> and "i386-xstate.h".
6987         (PTRACE_GETREGSET): New.
6988         (PTRACE_SETREGSET): Likewise.
6989         (have_ptrace_getregset): Likewise.
6990         (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
6991         registers.
6992         (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
6993         registers.
6994         (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
6995         (amd64_linux_store_inferior_registers): Likewise.
6996         (amd64_linux_read_description): Check and enable AVX target
6997         descriptions.
6998
6999         * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
7000         and "features/i386/amd64-avx-linux.c".
7001         (amd64_linux_regset_sections): New.
7002         (amd64_linux_core_read_description): Check and enable AVX
7003         target description.
7004         (amd64_linux_init_abi): Set xsave_xcr0_offset.  Call
7005         set_gdbarch_core_regset_sections.
7006         (_initialize_amd64_linux_tdep): Call
7007         initialize_tdesc_amd64_avx_linux.
7008
7009         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
7010         AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
7011         (tdesc_amd64_avx_linux): New.
7012         (amd64_linux_update_xstateregset): Likewise.
7013
7014         * amd64-tdep.c: Include "features/i386/amd64-avx.c".
7015         (amd64_ymm_names): New.
7016         (amd64_ymmh_names): Likewise.
7017         (amd64_register_name): Likewise.
7018         (amd64_supply_xstateregset): Likewise.
7019         (amd64_collect_xstateregset): Likewise.
7020         (amd64_supply_xsave): Likewise.
7021         (amd64_collect_xsave): Likewise.
7022         (AMD64_NUM_REGS): Removed.
7023         (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
7024         %xmmN if AVX is available.
7025         (amd64_pseudo_register_name): Support pseudo YMM registers.
7026         (amd64_regset_from_core_section): Support .reg-xstate section.
7027         (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7028         and ymm0h_regnum.  Call set_gdbarch_register_name.
7029         (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7030
7031         * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7032         AMD64_YMM15H_REGNUM.
7033         (AMD64_NUM_REGS): New.
7034         (amd64_supply_xsave): Likewise.
7035         (amd64_collect_xsave): Likewise.
7036         (amd64_register_name): Removed.
7037         (amd64_register_type): Likewise.
7038
7039 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7040
7041         * i387-tdep.c: Include "i386-xstate.h".
7042         (XSAVE_XSTATE_BV_ADDR): New.
7043         (xsave_avxh_offset): Likewise.
7044         (XSAVE_AVXH_ADDR): Likewise.
7045         (i387_supply_xsave): Likewise.
7046         (i387_collect_xsave): Likewise.
7047
7048         * i387-tdep.h (I387_NUM_YMM_REGS): New.
7049         (I387_YMM0H_REGNUM): Likewise.
7050         (I387_YMMENDH_REGNUM): Likewise.
7051         (i387_supply_xsave): Likewise.
7052         (i387_collect_xsave): Likewise.
7053
7054 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7055
7056         * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7057         <sys/uio.h> and "i386-xstate.h".
7058         (PTRACE_GETREGSET): New.
7059         (PTRACE_SETREGSET): Likewise.
7060         (fetch_xstateregs): Likewise.
7061         (store_xstateregs): Likewise.
7062         (GETXSTATEREGS_SUPPLIES): Likewise.
7063         (regmap): Include 8 upper YMM registers.
7064         (i386_linux_fetch_inferior_registers): Support XSAVE extended
7065         state.
7066         (i386_linux_store_inferior_registers): Likewise.
7067         (i386_linux_read_description): Check and enable AVX target
7068         descriptions.
7069
7070         * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7071         "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7072         (i386_linux_regset_sections): Add ".reg-xstate".
7073         (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7074         (i386_linux_core_read_xcr0): New.
7075         (i386_linux_core_read_description): Check and enable AVX target
7076         description.
7077         (i386_linux_init_abi): Set xsave_xcr0_offset.
7078         (_initialize_i386_linux_tdep): Call
7079         initialize_tdesc_i386_avx_linux.
7080
7081         * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7082         I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7083         (i386_linux_core_read_xcr0): New.
7084         (tdesc_i386_avx_linux): Likewise.
7085         (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7086
7087         * i386-tdep.c: Include "i386-xstate.h" and
7088         "features/i386/i386-avx.c".
7089         (i386_ymm_names): New.
7090         (i386_ymmh_names): Likewise.
7091         (i386_ymmh_regnum_p): Likewise.
7092         (i386_ymm_regnum_p): Likewise.
7093         (i386_xmm_regnum_p): Likewise.
7094         (i386_register_name): Likewise.
7095         (i386_ymm_type): Likewise.
7096         (i386_supply_xstateregset): Likewise.
7097         (i386_collect_xstateregset): Likewise.
7098         (i386_sse_regnum_p): Removed.
7099         (i386_pseudo_register_name): Support pseudo YMM registers.
7100         (i386_pseudo_register_type): Likewise.
7101         (i386_pseudo_register_read): Likewise.
7102         (i386_pseudo_register_write): Likewise.
7103         (i386_dbx_reg_to_regnum): Return %ymmN register number for
7104         %xmmN if AVX is available.
7105         (i386_regset_from_core_section): Support .reg-xstate section.
7106         (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7107         (i386_process_record): Replace i386_sse_regnum_p with
7108         i386_xmm_regnum_p.
7109         (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7110         Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7111         (i386_gdbarch_init): Set xstateregset.  Set xsave_xcr0_offset.
7112         Call set_gdbarch_register_name.  Replace I386_SSE_NUM_REGS with
7113         I386_AVX_NUM_REGS.  Set ymmh_register_names, ymm0h_regnum and
7114         num_ymm_regs.  Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7115         Set ymm0_regnum.
7116         (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7117
7118         * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7119         xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7120         i386_ymm_type.
7121         (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7122         (I386_AVX_NUM_REGS): New.
7123         (i386_xmm_regnum_p): Likewise.
7124         (i386_ymm_regnum_p): Likewise.
7125         (i386_ymmh_regnum_p): Likewise.
7126
7127         * common/i386-xstate.h: New.
7128
7129 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7130
7131         * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7132
7133         * features/Makefile (WHICH): Add i386/i386-avx,
7134         i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7135         (i386/i386-avx-expedite): New.
7136         (i386/i386-avx-linux-expedite): Likewise.
7137         (i386/x86-64-avx-expedite):Likewise.
7138         (i386/x86-64-avx-linux-expedite): Likewise.
7139         ($(outdir)/i386/i386-avx.dat): New dependency.
7140         ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7141         ($(outdir)/i386/x86-avx-64.dat): Likewise.
7142         ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7143
7144         * features/i386/32bit-avx.xml: New.
7145         * features/i386/64bit-avx.xml: Likewise.
7146         * features/i386/i386-avx-linux.c: Likewise.
7147         * features/i386/i386-avx-linux.xml: Likewise.
7148         * features/i386/i386-avx.c: Likewise.
7149         * features/i386/i386-avx.xml: Likewise.
7150         * features/i386/x86-64-avx-linux.c: Likewise.
7151         * features/i386/x86-64-avx-linux.xml: Likewise.
7152         * features/i386/x86-64-avx.c: Likewise.
7153         * features/i386/x86-64-avx.xml: Likewise.
7154         * regformats/i386/i386-avx-linux.dat: Likewise.
7155         * regformats/i386/i386-avx.dat: Likewise.
7156         * regformats/i386/x86-64-avx-linux.dat: Likewise.
7157         * regformats/i386/x86-64-avx.dat: Likewise.
7158
7159 2010-04-07  Doug Evans  <dje@google.com>
7160
7161         * top.c (source_file_name): Make const char *.
7162         * top.h (source_file_name): Update.
7163         * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7164         const char *.
7165         (script_from_file): Change `file' arg to const char *.
7166         * cli/cli-script.h (script_from_file): Update.
7167
7168 2010-04-06  Doug Evans  <dje@google.com>
7169
7170         * cli/cli-cmds.c (source_command): Run cleanups.
7171
7172 2010-04-06  Stan Shebs  <stan@codesourcery.com>
7173
7174         * defs.h (char_ptr): Move typedef here from...
7175         * ada-lang.c (char_ptr): Remove.
7176         * charset.c (char_ptr): Remove.
7177         * tracepoint.h (struct uploaded_string): Remove.
7178         (struct uploaded_tp): Use vectors for string arrays.
7179         * tracepoint.c (trace_save): Use vectors of actions.
7180         (parse_tracepoint_definition): Ditto.
7181         (get_uploaded_tp): Clear vectors.
7182         * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7183         (next_cmd): Change to an int.
7184         (read_next_cmd): Use vector of command strings.
7185
7186 2010-04-06  Doug Evans  <dje@google.com>
7187
7188         * top.h (source_script, cd_command): Delete.
7189         * main.c: #include "cli/cli-cmds.h"
7190
7191 2010-04-06  Kevin Buettner  <kevinb@redhat.com>
7192
7193         * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7194         type in bytes, not bits.
7195
7196 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7197
7198         * stabsread.c (define_symbol): Add support for char
7199         and string constants.
7200
7201 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7202
7203         Remove remaining "%ll" uses.
7204         * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7205         hex_string call.
7206         * rs6000-nat.c (rs6000_ptrace64): Idem.
7207         * solib-pa64.c (pa64_current_sos): Idem.
7208         * solib-spu.c (spu_current_sos): Idem.
7209         * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7210         plongest call.
7211         * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7212         phex (VAR, 8) call.
7213         * sh64-tdep.c (sh64_show_media_regs): Idem.
7214
7215 2010-04-05  Stan Shebs  <stan@codesourcery.com>
7216
7217         * tracepoint.c: Include gdbcore.h.
7218         (tfile_xfer_partial): Return partial results, also try reading
7219         from executable.
7220         (tfile_has_all_memory): New function.
7221         (init_tfile_ops): Use it.
7222
7223 2010-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7224
7225         PR gdb/10736:
7226         * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7227         the changes in data-directory.
7228         (init_sysinfo): Reload the syscall XML file if the data-directory
7229         has changed.
7230
7231 2010-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7232
7233         Code cleanup.
7234         * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7235
7236 2010-04-04  Stan Shebs  <stan@codesourcery.com>
7237             Nathan Sidwell  <nathan@codesourcery.com>
7238
7239         * breakpoint.c (breakpoint_1): Add filter argument, return number of
7240         breakpoints printed.
7241         (is_hardware_watchpoint): Make argument const.
7242         (is_watchpoint): Ditto.
7243         (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7244         use it everywhere.
7245         (breakpoints_info): Pass NULL to breakpoint_1.
7246         (maintenance_info_breakpoints): Ditto.
7247         (watchpoints_info): New function.
7248         (tracepoints_info): Use breakpoint_1 filter.
7249         (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7250         (_initialize_breakpoint): Make "info watchpoints" its own command.
7251         * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7252         * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7253
7254 2010-04-04  Stan Shebs  <stan@codesourcery.com>
7255
7256         * tracepoint.c (tfile_fetch_registers): Add fallback case.
7257
7258 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7259
7260         * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7261         * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7262
7263 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7264
7265         * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7266         * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7267
7268 2010-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7269
7270         * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7271         code form.
7272
7273 2010-04-02  Hui Zhu  <teawater@gmail.com>
7274
7275         * i386-tdep.c (OT_DQUAD): New enum.
7276         (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7277         SSE3, SSSE3 and SSE4.
7278
7279 2010-04-02  Hui Zhu  <teawater@gmail.com>
7280
7281         * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7282         "*addr = 0".
7283
7284 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
7285
7286         * tracepoint.c (trace_dump_actions): New, factored out from
7287         trace_dump_command, and adjusted to recurse into while-stepping's
7288         action list.
7289         (trace_dump_command): Use it.
7290
7291 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
7292
7293         * breakpoint.h (struct counted_command_line): Moved definition to
7294         breakpoint.c, and forward declare.
7295         (breakpoint_commands): Declare.
7296         * breakpoint.c (struct counted_command_line): Moved here.
7297         (breakpoint_commands): New.
7298         * tracepoint.c (encode_actions): Use breakpoint_commands.
7299         * remote.c (remote_download_tracepoint): Ditto.
7300
7301 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
7302
7303         * remote.c (remote_parse_stop_reply): Use hex_string instead
7304         of phex_nz for error.
7305
7306 2010-04-01  Stan Shebs  <stan@codesourcery.com>
7307             Nathan Sidwell  <nathan@codesourcery.com>
7308
7309         * tracepoint.h (enum actionline_type): Remove.
7310         (validate_actionline): Change return to void.
7311         * tracepoint.c (report_agent_reqs_errors): New function.
7312         (validate_actionline): Call it, change return to void, report errors
7313         more consistently.
7314         (collect_symbol): Call report_agent_reqs_errors.
7315         (encode_actions_1): Ditto.
7316         (encode_actions): Don't expect a result from validate_actionline.
7317
7318 2010-04-01  Stan Shebs  <stan@codesourcery.com>
7319
7320         * tracepoint.c (trace_start_command): Confirm if trace is running.
7321         (trace_stop_command): Error if trace not running.
7322
7323 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
7324
7325         * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7326         (AMD64_NUM_LOWER_BYTE_REGS): New.
7327         (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7328         (amd64_pseudo_register_write): Likewise.
7329         (amd64_init_abi): Set num_byte_regs to 20.
7330
7331 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
7332
7333         * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7334         (prev_breakpoint_count): New.
7335         (set_breakpoint_count): Adjust.
7336         (rbreak_start_breakpoint_count): New.
7337         (start_rbreak_breakpoints): Adjust.
7338         (end_rbreak_breakpoints): Adjust.
7339         (struct commands_info) <arg>: New field.
7340         (do_map_commands_command): Tweak output to include breakpoint spec
7341         range.
7342         (commands_command_1): Adjust.  Avoid setting an xfree cleanup if
7343         ARG was empty on entry.  Set INFO's arg.
7344         (create_breakpoint): Adjust.
7345
7346         * NEWS: Clarify `commands' changes.
7347
7348 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
7349
7350         * tracepoint.c: Include stack.h.
7351         (struct add_local_symbols_data): New.
7352         (do_collect_symbol): New.
7353         (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7354         iterate_over_block_local_vars.
7355         * stack.c (print_block_frame_locals): Rewrite as ...
7356         (iterate_over_block_locals): ... this.  Take a callback function
7357         pointer and generic data pointer, and call that instead of
7358         print_variable_and_value.
7359         (struct print_variable_and_value_data): New.
7360         (do_print_variable_and_value): New.
7361         (iterate_over_block_local_vars): New, abstracted out from
7362         print_frame_local_vars.
7363         (print_frame_local_vars): Rewrite using
7364         iterate_over_block_local_vars.
7365         (iterate_over_block_arg_vars): New, abstracted out from
7366         print_frame_arg_vars.
7367         (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7368         * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7369         (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7370
7371 2010-03-31  Richard Earnshaw  <rearnsha@arm.com>
7372
7373         * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7374         instructions.  Use the PC+4 if the base of the TBB or TBH is the
7375         PC register.
7376
7377 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
7378
7379         Fix crash on reading wrong function declaration DWARF.
7380         * dwarf2read.c (read_subroutine_type): New variable void_type.
7381         Pre-fill all TYPE_FIELD_TYPEs.  Move nparams and iparams initialization
7382         more close to their use.
7383
7384 2010-03-31  Stan Shebs  <stan@codesourcery.com>
7385
7386         * breakpoint.c (tracepoint_save_command): Include variables,
7387         conditionals, tracepoint types, and default-collect.
7388         * tracepoint.c (save_trace_state_variables): New function.
7389         * tracepoint.h (save_trace_state_variables): Declare it.
7390
7391 2010-03-31  Pierre Muller  <muller@ics.u-strasbg.fr>
7392
7393         * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7394
7395 2010-03-30  Keith Seitz  <keiths@redhat.com>
7396
7397         * c-typeprint.c (c_type_print_args): Don't print "void"
7398         for java, regardless of whether it is TYPE_PROTOTYPED.
7399         Use the passed-in language instead of current_language.
7400         (c_type_print_varspec_suffix): Use current_language instead
7401         of assuming language_c.
7402         * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7403         any return type specifier from the physname.
7404
7405 2010-03-30  Pedro Alves  <pedro@codesourcery.com>
7406
7407         * tui/tui-interp.c (tui_is_toplevel): New.
7408         (tui_init): Set it.
7409         (tui_allowed_p): New.
7410         * tui/tui.c (tui_enable): Check if the TUI is allowed before
7411         enabling it.
7412         * tui/tui.h (tui_allowed_p): Declare.
7413
7414 2010-03-30  Ozkan Sezer  <sezeroz@gmail.com>
7415
7416         * serial.h: Include winsock2.h before windows.h.
7417
7418 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
7419
7420         * NEWS: Mention xmlRegisters= in qSupported packet.
7421
7422         * i386-tdep.c: Include "remote.h".
7423         (_initialize_i386_tdep): Call register_remote_support_xml.
7424
7425         * remote.c (remote_support_xml): New.
7426         (register_remote_support_xml): Likewise.
7427         (remote_query_supported_append): Likewise.
7428         (remote_query_supported): Support remote_support_xml.
7429
7430         * remote.h (register_remote_support_xml): New.
7431
7432 2010-03-29  Stan Shebs  <stan@codesourcery.com>
7433
7434         * tracepoint.c (trace_find_line_command): Remove dead code.
7435
7436         * tracepoint.h (struct uploaded_string): New struct.
7437         (struct uploaded_tp): New fields for source strings.
7438         * breakpoint.c (this_utp, next_cmd): New globals.
7439         (read_uploaded_action): New function.
7440         (create_tracepoint_from_upload): Fill in more parts
7441         of a tracepoint.
7442         * tracepoint.c (encode_source_string): New function.
7443         (trace_save): Write out source strings, fix error checks.
7444         (parse_tracepoint_definition): Add source string parsing.
7445         * remote.c (PACKET_TracepointSource): New packet type.
7446         (remote_download_command_source): New function.
7447         (remote_download_tracepoint): Download source pieces also.
7448         (_initialize_remote): Add packet config command.
7449
7450         * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7451         expression handler.
7452
7453         * tracepoint.c (start_tracing): Check tracepoints before sending
7454         commands to target, don't start if all tracepoints disabled.
7455
7456 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
7457
7458         * cli/cli-script.c (process_next_line): Handle 'stepping'.
7459
7460 2010-03-26  Stan Shebs  <stan@codesourcery.com>
7461
7462         * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7463
7464 2010-03-26  Tom Tromey  <tromey@redhat.com>
7465
7466         * breakpoint.c (commands_command_1): Duplicate 'arg'.
7467
7468 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7469
7470         * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7471         (skip_prologue_sal): Remove local definition.
7472         (resolve_sal_pc): Remove now unnecessary code.
7473         * linespec.c (minsym_found): Call skip_prologue_sal.
7474         * symtab.c (find_function_start_pc): Remove.
7475         (find_function_start_sal): Extract prologue skipping into ...
7476         (skip_prologue_sal): ... this new function.  Handle code both
7477         with and without debug info.  Respect SAL's explicit_pc and
7478         explicit_line flags.  Inline old find_function_start_pc.
7479         * symtab.h (find_function_start_pc): Remove.
7480         (skip_prologue_sal): Add prototype.
7481
7482 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7483
7484         * dwarf2read.c (read_func_scope): Also scan specification DIEs
7485         for DW_TAG_imported_module children.
7486
7487 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7488
7489         * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7490         ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7491         * completer.c (add_struct_fields): Fix inverted logic.
7492
7493 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7494
7495         * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7496
7497 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7498
7499         * tracepoint.c (current_trace_status): Don't make sure error_desc
7500         is non-NULL here.
7501         (parse_trace_status): Release a previous error_desc string, and
7502         set it to NULL by default.  If stop reason is tracepoint_error,
7503         make sure error_desc is not left NULL.
7504
7505 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7506
7507         * tracepoint.c (trace_save): Remove X from tracepoint error
7508         description.
7509
7510 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7511
7512         * tracepoint.c (parse_trace_status): Don't allow plain strings in
7513         the terror description.  Don't expect an X prefix.
7514
7515 2010-03-25  Stan Shebs  <stan@codesourcery.com>
7516
7517         * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7518         (struct trace_status): New field error_desc.
7519         * tracepoint.c (stop_reason_names): Add terror.
7520         (current_trace_status): Ensure non-NULL error description.
7521         (trace_status_command): Add error report.
7522         (trace_status_mi): Ditto.
7523         (trace_save): Add special case for error description.
7524         (parse_trace_status): Add case for errors.
7525
7526 2010-03-25  Keith Seitz  <keiths@redhat.com>
7527
7528         * dwarf2read.c (read_subroutine_type): If the compilation unit
7529         language is Java, mark any formal parameter named "this" as
7530         artificial (GCC/43521).
7531         (dwarf2_name): Add special handling for Java constructors.
7532
7533 2010-03-25  Tom Tromey  <tromey@redhat.com>
7534
7535         PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7536         * infrun.c (handle_inferior_event): Change initialization of
7537         stop_stack_dummy.
7538         (handle_inferior_event): Change assignment to stop_stack_dummy.
7539         (normal_stop): Update use of stop_stack_dummy.
7540         (struct inferior_status) <stop_stack_dummy>: Change type.
7541         * inferior.h (stop_stack_dummy): Update.
7542         * infcmd.c (stop_stack_dummy): Change type.
7543         * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7544         function.
7545         (call_function_by_hand): Call set_std_terminate_breakpoint.
7546         Rewrite std::terminate handling.
7547         * breakpoint.h (enum bptype) <bp_std_terminate,
7548         bp_std_terminate_master>: New.
7549         (enum stop_stack_kind): New.
7550         (struct bpstat_what) <call_dummy>: Change type.
7551         (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
7552         Declare.
7553         * breakpoint.c (create_std_terminate_master_breakpoint): New
7554         function.
7555         (update_breakpoints_after_exec): Handle bp_std_terminate_master.
7556         Call create_std_terminate_master_breakpoint.
7557         (print_it_typical): Handle new breakpoint kinds.
7558         (bpstat_stop_status): Handle bp_std_terminate_master.
7559         (bpstat_what): Correctly set call_dummy field.  Handle
7560         bp_std_terminate_master and bp_std_terminate.
7561         (print_one_breakpoint_location): Update.
7562         (allocate_bp_location): Update.
7563         (set_std_terminate_breakpoint): New function.
7564         (delete_std_terminate_breakpoint): Likewise.
7565         (create_thread_event_breakpoint): Update.
7566         (delete_command): Update.
7567         (breakpoint_re_set_one): Update.
7568         (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
7569
7570 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
7571
7572         * symfile.c (build_section_addr_info_from_bfd): New.
7573         (build_section_addr_info_from_objfile): Base it on
7574         build_section_addr_info_from_bfd.
7575         (addrs_section_compar, addrs_section_sort): New.
7576         (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
7577         addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs.  Build
7578         addrs_to_abfd_addrs.  Use it for recalculating ADDRS.
7579
7580 2010-03-24  Michael Snyder  <msnyder@localhost.localdomain>
7581
7582         * elfread.c (find_separate_debug_file_by_buildid):
7583         Remove unused local variable.
7584
7585 2010-03-24  Tom Tromey  <tromey@redhat.com>
7586
7587         PR breakpoints/9352:
7588         * NEWS: Mention changes to `commands' and `rbreak'.
7589         * symtab.c (do_end_rbreak_breakpoints): New function.
7590         (rbreak_command): Call start_rbreak_breakpoints; arrange to call
7591         end_rbreak_breakpoints.
7592         * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
7593         (set_breakpoint_count): Likewise.  Clear last_was_multi.
7594         (multi_start, multi_end, last_was_multi): New globals.
7595         (start_rbreak_breakpoints, end_rbreak_breakpoints): New
7596         functions.
7597         (struct commands_info): New
7598         (do_map_commands_command): New function.
7599         (commands_command_1): New function.
7600         (commands_command): Use it.
7601         (commands_from_control_command): Likewise.
7602         (do_delete_breakpoint): New function.
7603         (delete_command): Use it.
7604         (map_breakpoint_numbers): Add 'data' argument.  Pass to callback.
7605         (do_map_disable_breakpoint): New function.
7606         (disable_command): Use it.
7607         (do_map_enable_breakpoint): New function.
7608         (enable_command): Use it.
7609         (enable_once_breakpoint): Add argument.
7610         (enable_once_command): Update.
7611         (enable_delete_breakpoint): Add argument.
7612         (enable_delete_command): Update.
7613         (break_command_really): Set last_was_multi when needed.
7614         (check_tracepoint_command): Fix formatting.
7615         (validate_commands_for_breakpoint): New function.
7616         (breakpoint_set_commands): Use it.
7617         (tracepoint_save_command): Update.
7618         * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
7619         Declare.
7620
7621 2010-03-24  Tom Tromey  <tromey@redhat.com>
7622
7623         * breakpoint.h (struct counted_command_line): New struct.
7624         (struct breakpoint) <commands>: Change type.
7625         (struct bpstats) <commands>: Change type.
7626         <commands_left>: New field.
7627         * breakpoint.c (alloc_counted_command_line): New function.
7628         (incref_counted_command_line): Likewise.
7629         (decref_counted_command_line): Likewise.
7630         (do_cleanup_counted_command_line): Likewise.
7631         (make_cleanup_decref_counted_command_line): Likewise.
7632         (breakpoint_set_commands): Use decref_counted_command_line and
7633         alloc_counted_command_line.
7634         (commands_command): Don't error if breakpoint commands are
7635         executing.
7636         (commands_from_control_command): Likewise.
7637         (bpstat_free): Update.
7638         (bpstat_copy): Likewise.
7639         (bpstat_clear_actions): Likewise.
7640         (bpstat_do_actions_1): Likewise.
7641         (bpstat_stop_status): Likewise.
7642         (print_one_breakpoint_location): Likewise.
7643         (delete_breakpoint): Likewise.
7644         (bpstat_alloc): Initialize new field.
7645         (tracepoint_save_command): Update.
7646         * tracepoint.c (encode_actions): Update.
7647         (trace_dump_command): Update.
7648
7649 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7650
7651         * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
7652         * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
7653         (read_structure_type): For RealView, set TYPE_STUB on structures with
7654         no byte size and no children.
7655         (read_subroutine_type): Mark functions as prototyped by default.
7656         * symtab.c (producer_is_realview): New function.
7657         * symtab.h (expand_line_sal): Fix declaration formatting.
7658         (producer_is_realview): Declare.
7659
7660 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7661
7662         * arm-tdep.c (skip_prologue_function): New function.
7663         (submask, bit, bits, sbits, BranchDest): Move higher in the file.
7664         (thumb_analyze_prologue): Document return value.  Recognize more
7665         Thumb instructions, skippable calls, and some Thumb-2 instructions.
7666         Add debug output.
7667         (arm_skip_prologue): Remove call dummy check.  Check the prologue
7668         for non-GNU compilers.
7669         (arm_instruction_changes_pc): New function.
7670         (arm_analyze_prologue): New function, broken out from
7671         arm_scan_prologue.  Recognize more ARM instructions and skippable
7672         calls.  Update comments.  Handle NULL cache.  Return the address
7673         of the first unrecognized instruction.  Do not skip past other
7674         instructions which change control flow.  Add debug output.
7675         (arm_scan_prologue): Use arm_analyze_prologue.
7676         (ARM_PC_32): Delete.
7677         (shifted_reg_val): Simplify ARM_PC_32 check.
7678
7679 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7680
7681         * tracepoint.c (tvariables_info_1): Actually compute
7682         the number of rows in the result.
7683
7684 2010-03-24  Pedro Alves  <pedro@codesourcery.com>
7685
7686         * remote.c (crc32): Constify `buf' parameter.
7687         (remote_verify_memory): New, abstracted out from...
7688         (compare_sections_command): ... this.  Remove hardcoded target
7689         checks.
7690         (init_remote_ops): Install remote_verify_memory.
7691         * target.c (target_verify_memory): New.
7692         * target.h (struct target_ops) <to_verify_memory>: New field.
7693         (target_verify_memory): Declare.
7694
7695 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7696
7697         Implement -trace-save.
7698
7699         * mi-cmds.h (mi_cmds_trace_save): Declare.
7700         * mi-cmds.c (mi_cmds): Register -trace-save.
7701         * mi/mi-main.c (mi_cmd_trace_save): New.
7702         * remote.c (remote_save_trace_data): Take const parameter.
7703         * target.h (struct target_ops::to_save_trace_data): Take
7704         const parameter.
7705         * target.c (update_current_target): Adjust to the above.
7706         * tracepoint.c (trave_save): New, extracted from
7707         (trace_save_command): ...this.
7708         (tfile_trace_find): Remove message that is unnecessary now
7709         that 'tfind' reports found frame.
7710         * tracepoint.h (trace_save): Declare.
7711
7712 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7713
7714         Implement -trace-find.
7715
7716         * mi/mi-cmds.c (mi_cmds): Register -trace-find.
7717         * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
7718         * mi/mi-main.c (mi_cmd_trace_find): New.
7719         * target.h (struct target_ops): Document to_trace_find.
7720         * tracepoint.h (tfind_1): Declare.
7721         * tracepoint.c (finish_tfind_command): Rename to...
7722         (tfind_1): ...this.
7723         * remote.c (remote_trace_find): Return -1 if target say
7724         there's no frame.  Improve error diagnostics.
7725
7726 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7727
7728         -trace-define-variable and -trace-list-variables.
7729
7730         * tracepoint.c (create_trace_state_variable): Make
7731         private copy of name, as opposed to assuming the
7732         pointer lives forever.
7733         (tvariables_info_1): New.
7734         (tvariables_info): Use the above.
7735         * tracepoint.h (create_trace_state_variable, tvariables_info_1):
7736         Declare.
7737         * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
7738         and -trace-list-variables.
7739         * mi/mi-cmds.h (mi_cmd_trace_define_variable)
7740         (mi_cmd_trace_list_variables): New.
7741         * mi/mi-main.c (mi_cmd_trace_define_variable)
7742         (mi_cmd_trace_list_variables): New.
7743
7744 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7745
7746         Implement -break-passcount.
7747
7748         * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
7749         * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
7750         * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
7751
7752 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7753
7754         -trace-start/-trace-end/-trace-status.
7755
7756         * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
7757         and -trace-stop.
7758         * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
7759         (mi_cmd_trace_stop): Declare.
7760         * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
7761         (mi_cmd_trace_stop): New.
7762         * tracepoint.c (start_tracing): New, extracted from...
7763         (trace_start_command): ...this.
7764         (trace_status_mi): New.
7765         * tracepoint.h (struct trace_status): Document
7766         stopping_tracepoint.
7767         (start_tracing, stop_tracing, trace_status_mi): Declare.
7768
7769 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7770
7771         Implement creating tracepoints with -break-insert.
7772
7773         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
7774         to mean that tracepoint should be created.
7775
7776 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7777
7778         * breakpoint.c (check_no_tracepoint_commands): Use
7779         current spelling of 'teval'.
7780
7781 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7782
7783         Unify actions and commands
7784
7785         * defs.h (read_command_lines, read_command_lines_1): New
7786         parameters validator and closure.
7787         * tracepoint.h (struct action_line): Remove.
7788         * breakpoint.h (struct breakpoint): Remove the 'actions'
7789         field.
7790         * defs.h (enum command_control_type): New value
7791         while_stepping_control.
7792         (struct command_line): Add comments.
7793         * breakpoint.c (breakoint_is_tracepoint): New.
7794         (breakpoint_set_commands): For tracepoints,
7795         verify the commands are permissible.
7796         (check_tracepoint_commands): New.
7797         (commands_command): Require that each new line is validated using
7798         check_tracepoint_command, if we set commands for a tracepoint.
7799         (create_tracepoint_from_upload): Likewise.
7800         (print_one_breakpoint_location): Remove the code to print
7801         actions specifically.
7802         (tracepoint_save_command): Relay to print_command_lines.
7803         * cli/cli-script.c (process_next_line): New parameters validator
7804         and closure. Handle 'while-stepping'. Call validator if not null.
7805         (read_command_lines, read_command_lines1): Likewise.
7806         (recurse_read_control_structure): New parameters validator and
7807         closure. Handle while_stepping_control.
7808         (print_command_lines): Handle while-stepping.
7809         (get_command_line, define_command, document_command): Adjust.
7810         * remote.c (remote_download_tracepoint): Adjust.
7811         * tracepoint.c (make_cleanup_free_actions, read_actions)
7812         (free_actions, do_free_actions_cleanup): Remove.
7813         (trace_actions_command): Use read_command_lines.
7814         (validate_actionline): Use error in one place.
7815         (encode_actions_1): New, extracted from...
7816         (encode_actions): ...this. Also use cleanups for exception
7817         safety.
7818         (trace_dump_command): Adjust.
7819         * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
7820         it's tracepoint.
7821
7822 2010-03-23  Mike Frysinger  <vapier@gentoo.org>
7823
7824         * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
7825
7826 2010-03-22  Stan Shebs  <stan@codesourcery.com>
7827
7828         * value.c (value_static_field): Be lazy about the field's value.
7829
7830 2010-03-22  Reid Kleckner  <reid@kleckner.net>
7831
7832         PR gdb/11094
7833         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
7834         bp_jit_event.
7835         (disable_breakpoints_in_shlibs): Likewise.
7836
7837 2010-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
7838
7839         * dwarf2read.c (partial_die_parent_scope): Work around buggy
7840         GCC 4.1 debug info generation (GCC PR c++/28460).
7841         (determine_prefix): Likewise.
7842
7843 2010-03-20  Daniel Jacobowitz  <dan@codesourcery.com>
7844
7845         * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
7846         get_current_arch.
7847         * tui/tui-layout.c (extract_display_start_addr): Likewise.
7848
7849 2010-03-19  Stan Shebs  <stan@codesourcery.com>
7850
7851         * ax-gdb.c (gen_fetch): Handle bool.
7852         (gen_usual_unary): Ditto.
7853         (gen_cast): Ditto.
7854         (gen_equal): New function.
7855         (gen_less): New function.
7856         (gen_expr_binop_rest): Call them, also return integer type from
7857         logical operations.
7858         (gen_expr): Ditto.
7859
7860 2010-03-19  Tom Tromey  <tromey@redhat.com>
7861
7862         * jv-lang.c (jv_dynamics_objfile_data_key)
7863         (jv_type_objfile_data_key): New globals.
7864         (class_symtab): Move earlier.
7865         (jv_per_objfile_free): New function.
7866         (get_dynamics_objfile): Call set_objfile_data.  Add 'gdbarch'
7867         parameter.
7868         Remove ancient #if 1.
7869         (add_class_symbol): Remove redundant declaration.
7870         (java_lookup_class): Use alloc_type, not alloc_type_arch.
7871         (java_link_class_type): Mark as static.  Update.
7872         (jv_clear_object_type): New function.
7873         (set_java_object_type): Likewise.
7874         (get_java_object_type): Use set_java_object_type.
7875         (is_object_type): Likewise.
7876         (_initialize_java_language): Register new objfile keys.
7877         (get_java_class_symtab): Add 'gdbarch' parameter.
7878         (add_class_symtab_symbol): Update.
7879         (type_from_class): Update.
7880
7881 2010-03-19  Stan Shebs  <stan@codesourcery.com>
7882
7883         * ax-general.c (ax_const_l): Fix a sizing bug.
7884
7885 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
7886
7887         GDB 7.1 released.
7888
7889 2010-03-18  Stan Shebs  <stan@codesourcery.com>
7890             Pedro Alves  <pedro@codesourcery.com>
7891
7892         * target.h (struct target_ops): New method
7893         to_set_circular_trace_buffer.
7894         (target_set_circular_trace_buffer): New macro.
7895         * target.c (update_current_target): Add
7896         to_set_circular_trace_buffer, fix to_set_disconnected_tracing
7897         default behavior.
7898         * remote.c (remote_set_circular_trace_buffer): New function.
7899         (init_remote_ops): Add it to vector.
7900         * tracepoint.h (struct trace_status): New field traceframes_created,
7901         change buffer_size and buffer_free to int.
7902         * tracepoint.c (circular_trace_buffer): New global.
7903         (start_tracing): Send values of disconnected tracing and circular
7904         trace buffer settings.
7905         (set_circular_trace_buffer): New function.
7906         (parse_trace_state): Handle total space and frames created.
7907         (trace_status_command): Display total space and total frames
7908         created.
7909         (trace_save): Write out new status values.
7910         (parse_trace_status): Set traceframe_count, traceframes_created,
7911         buffer_free and buffer_size to -1 by default.
7912         (_initialize_tracepoint): New setshow for circular-trace-buffer.
7913         * NEWS: Mention the circular trace buffer option.
7914
7915 2010-03-18  Tom Tromey  <tromey@redhat.com>
7916
7917         * infcmd.c (finish_command_continuation): Wrap print_return_value
7918         in TRY_CATCH.
7919
7920 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
7921
7922         * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
7923         DIE has a name before creating the associated partial symbol.
7924         (read_func_scope): Emit a complaint if the subprogram does not
7925         have a name or when we can't extract the subprogram PC bounds.
7926
7927 2010-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
7928
7929         * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
7930         instead of selected frame architecture.
7931
7932 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
7933
7934         * infcmd.c (until_command): Use ERROR_NO_INFERIOR.  Ensure there's
7935         a valid selected thread, and that it is not running.
7936         (advance_command): Ditto.
7937         (finish_command): Ditto.
7938
7939 2010-03-17 Stan Shebs  <stan@codesourcery.com>
7940
7941         * ax-gdb.c (require_rvalue): Disallow non-scalars.
7942
7943         * infcall.c: Include tracepoint.h.
7944         (call_function_by_hand): Disallow calls in tfind mode.
7945         * infcmd.c: Include tracepoint.h.
7946         (ensure_not_tfind_mode): New function.
7947         (continue_1): Call it.
7948         (step_1) Ditto.
7949         (jump_command): Ditto.
7950         (signal_command): Ditto.
7951         (advance_command): Ditto.
7952         (until_command): Ditto.
7953         (finish_command): Ditto.
7954         * tracepoint.h (disconnect_or_stop_tracing): Declare.
7955
7956         * ax-gdb.h (struct axs_value): New field optimized_out.
7957         (gen_trace_for_var): Add gdbarch argument.
7958         * ax-gdb.c (gen_trace_static_fields): New function.
7959         (gen_traced_pop): Call it, add gdbarch argument.
7960         (gen_trace_for_expr): Update call to it.
7961         (gen_trace_for_var): Ditto, and report optimized-out variables.
7962         (gen_struct_ref_recursive): Check for optimized-out value.
7963         (gen_struct_elt_for_reference): Ditto.
7964         (gen_static_field): Pass gdbarch instead of expression, assume
7965         optimization if field not found.
7966         (gen_var_ref): Set the optimized_out flag.
7967         (gen_expr): Error on optimized-out variable.
7968         * tracepoint.c (collect_symbol): Handle struct-valued vars as
7969         expressions, skip optimized-out variables with computed locations.
7970         * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
7971         erroring out if location expression missing.
7972         (loclist_tracepoint_var_ref): Don't error out here.
7973
7974 2010-03-17  Tom Tromey  <tromey@redhat.com>
7975
7976         * dwarf2read.c (dwarf2_get_section_info): Handle case where no
7977         DWARF data is available.
7978
7979 2010-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
7980
7981         * symfile.c (generic_load): Reset breakpoints after loading.
7982
7983 2010-03-17  Tom Tromey  <tromey@redhat.com>
7984
7985         * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
7986
7987 2010-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7988
7989         * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
7990         create_breakpoint call, adjust the parameters.
7991
7992 2010-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7993             Chandru <chandru@in.ibm.com>
7994
7995         * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
7996         * valarith.c (value_subscripted_rvalue): Suppress error if
7997         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
7998
7999 2010-03-16  Holger Hans Peter Freyther  <zecke@selfish.org>
8000
8001         * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
8002
8003 2010-03-16  Joel Brobecker  <brobecker@adacore.com>
8004
8005         * ada-tasks.c (task_command_1): Check that the task ptid is valid
8006         before doing the associated thread switch.
8007
8008 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
8009
8010         * MAINTAINERS: Update my email address.
8011
8012 2010-03-16  Vladimir Prus  <vladimir@codesourcery.com>
8013
8014         Simplify MI breakpoint setting.
8015
8016         * breakpoint.c (break_command_really): Make nonstatic and
8017         rename to...
8018         (create_breakpoint): ...this. Rename prior function by this name
8019         to...
8020         (create_breakpoint_sal): ...this.
8021         (create_breakpoints): Rename to...
8022         (create_breakpoints_sal): ...this.
8023         (set_breakpoint): Remove.
8024         * breakpoint.h: Adjust to above changes.
8025         * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
8026
8027 2010-03-15 Stan Shebs  <stan@codesourcery.com>
8028
8029         * ax-gdb.c: Include cp-support.h.
8030         (find_field): Remove.
8031         (gen_primitive_field): New function.
8032         (gen_struct_ref_recursive): New function.
8033         (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8034         of find_field.
8035         (gen_static_field): New function.
8036         (gen_struct_elt_for_reference): New.
8037         (gen_namespace_elt): New.
8038         (gen_maybe_namespace_elt): New.
8039         (gen_aggregate_elt_ref): New.
8040         (gen_expr): Add OP_SCOPE, display opcode name in error message.
8041
8042 2010-03-15  Tom Tromey  <tromey@redhat.com>
8043
8044         * dwarf2read.c (die_needs_namespace): Also return 0 for
8045         DW_TAG_subprogram.
8046
8047 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
8048
8049         PR c++/7936:
8050         * cp-support.h: Added char *declaration element to using_direct
8051         data struct.
8052         (cp_add_using): Added char *declaration argument.
8053         (cp_add_using_directive): Ditto.
8054         (cp_lookup_symbol_imports): made extern.
8055         * cp-namespace.c: Updated with the above changes.
8056         * dwarf2read.c (read_import_statement): Ditto.
8057         (read_namespace): Ditto.
8058         (read_import_statement): Support import declarations.
8059         * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8060         declarations.
8061         Added support for 'declaration_only' search.
8062         (cp_lookup_symbol_namespace): Attempt to search for the name as
8063         is before consideration of imports.
8064         * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8065         search at every block level search.
8066         Now takes language argument.
8067         (lookup_symbol_aux): Updated.
8068
8069 2010-03-15  Tom Tromey  <tromey@redhat.com>
8070
8071         * c-exp.y (name_not_typename): Add 'operator' clause.
8072
8073 2010-03-15  Ralf Corsepius  <ralf.corsepius@rtems.org>  (tiny change)
8074
8075         * configure.ac: Exit if ${gdb_target_obs}" is not set.
8076         * configure: Regenerate.
8077
8078 2010-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8079
8080         * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8081         and ".sdynbss".  Update the comment.
8082
8083 2010-03-15  Jie Zhang  <jie@codesourcery.com>
8084
8085         * MAINTAINERS: Update my email address.
8086
8087 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
8088
8089         * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8090
8091 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
8092
8093         * charset.c [USE_WIN32API]: Include <windows.h>.
8094          (_initialize_charset): Correct type of w32_host_default_charset.
8095
8096 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
8097
8098         * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8099
8100 2010-03-12  Tom Tromey  <tromey@redhat.com>
8101
8102         PR c++/9708:
8103         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8104         in a lexical block does not need a namespace.
8105         (new_symbol) <DW_TAG_variable>: Put extern variables on
8106         list_in_scope in all cases.
8107
8108 2010-03-12 Stan Shebs  <stan@codesourcery.com>
8109
8110         * ax-gdb.c (gen_expr): Add shift expressions.
8111         (gen_expr_binop_rest): Ditto.
8112
8113 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
8114
8115         * buildsym.c (finish_block): Reset using_directives pointer
8116         after block initialization.
8117
8118 2010-03-12  H.J. Lu  <hongjiu.lu@intel.com>
8119
8120         * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8121         * i386-tdep.c (i386_word_names): Likewise.
8122
8123 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
8124
8125         * target.c (memory_xfer_partial): Don't use the stack cache if
8126         inspecting trace frames.
8127         * tracepoint.c (finish_tfind_command): Invalidate the target
8128         dcache.
8129
8130 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8131
8132         * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8133         for the PIC displacement, print also the displacement value.
8134         (svr4_exec_displacement):  Print DISPLACEMENT if INFO_VERBOSE.
8135
8136 2010-03-10  Kevin Buettner  <kevinb@redhat.com>
8137
8138         * remote-mips.c (close_ports, mips_initialize_cleanups)
8139         (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8140         (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8141         (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8142         (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8143         (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8144         (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8145         comments describing each of these functions.
8146         (mips_enter_debug, mips_exit_debug, common_open)
8147         (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8148         blank line after the comment describing the function.
8149
8150 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8151
8152         * solib-svr4.c (svr4_exec_displacement): Return now success, new
8153         parameter displacementp.  Update comment.
8154         (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8155         element exists.  Return if svr4_exec_displacement was not successful.
8156         Update comment.
8157
8158 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8159             Daniel Jacobowitz  <dan@codesourcery.com>
8160
8161         * solib-svr4.c (read_program_header): Support type == -1 to read
8162         all program headers.
8163         (read_program_headers_from_bfd): New function.
8164         (svr4_static_exec_displacement): Remove and move the comment ...
8165         (svr4_exec_displacement): ... here.  Remove variable found.  New
8166         variable displacement.  Check also DYNAMIC.  Verify DISPLACEMENT
8167         alignment for ELF targets.  Compare target vs. exec_bfd PHDRs for ELF
8168         targets using read_program_headers_from_bfd.  Remove the call of
8169         svr4_static_exec_displacement.
8170
8171 2010-03-10  Tom Tromey  <tromey@redhat.com>
8172
8173         * dwarf2read.c (struct pubnames_header): Remove.
8174         (_PUBNAMES_HEADER): Remove.
8175         (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8176         (struct aranges_header): Remove.
8177         (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8178         (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8179         (PUBNAMES_SECTION): Remove.
8180         (ARANGES_SECTION): Remove.
8181         (dwarf2_locate_sections): Don't handle pubnames or aranges.
8182         (dwarf2_build_psymtabs): Remove dead code.
8183         (dwarf2_build_psymtabs_easy): Remove.
8184
8185 2010-03-10  Tom Tromey  <tromey@redhat.com>
8186
8187         * elfread.c (elf_symfile_read): Don't call
8188         dwarf2_build_frame_info.
8189         * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8190         (struct dwarf2_per_objfile) <objfile>: New field.
8191         (dwarf2_has_info): Now idempotent.  Set objfile field.
8192         (dwarf2_read_section): Check and set readin field.  Call
8193         posix_madvise.
8194         (dwarf2_build_psymtabs): Don't read all sections.
8195         (read_type_comp_unit_head): Read types section.
8196         (create_debug_types_hash_table): Likewise.
8197         (init_cu_die_reader): Add asserts.
8198         (process_type_comp_unit): Add assert.
8199         (dwarf2_build_psymtabs_hard): Read info section.
8200         (load_partial_comp_unit): Add assert.
8201         (create_all_comp_units): Read info section.
8202         (load_full_comp_unit): Likewise.
8203         (dwarf2_ranges_read): Read ranges section.
8204         (dwarf2_record_block_ranges): Add assert.
8205         (dwarf2_read_abbrevs): Read abbrev section.
8206         (read_indirect_string): Read str section.
8207         (dwarf_decode_line_header): Read line section.
8208         (read_signatured_type_at_offset): Read types section.
8209         (dwarf_decode_macros): Read macinfo section.
8210         (dwarf2_symbol_mark_computed): Read loc section.
8211         * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8212         dwarf2_build_frame_info.
8213         (dwarf2_build_frame_info): Unconditionally set
8214         dwarf2_frame_objfile_data on the objfile.
8215         * configure.ac: Check for posix_madvise.
8216         * config.in, configure: Rebuild.
8217
8218 2010-03-10  Tom Tromey  <tromey@redhat.com>
8219
8220         * xcoffread.c (xcoff_start_psymtab): Update.
8221         (xcoff_end_psymtab): Update.
8222         * psymtab.c (allocate_psymtab): Remove dead code.
8223         * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8224         void*.
8225         * mdebugread.c (parse_partial_symbols): Update.
8226         (new_psymtab): Likewise.
8227         * dwarf2read.c (process_psymtab_comp_unit): Update.
8228         (psymtab_to_symtab_1): Update.
8229         * dbxread.c (start_psymtab): Update.
8230         (end_psymtab): Likewise.
8231
8232 2010-03-10  Tom Tromey  <tromey@redhat.com>
8233
8234         * xcoffread.c: Include psymtab.h.
8235         (xcoff_sym_fns): Update.
8236         * symtab.h (struct partial_symbol): Remove.
8237         (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8238         (struct partial_symtab): Remove.
8239         (PSYMTAB_TO_SYMTAB): Remove.
8240         (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8241         (find_pc_sect_psymtab): Remove.
8242         (find_pc_sect_symtab_via_partial): Declare.
8243         (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8244         (find_main_psymtab): Remove.
8245         (find_main_filename): Declare.
8246         (fixup_psymbol_section): Remove.
8247         (fixup_section): Declare.
8248         * symtab.c: Include psymtab.h.
8249         (lookup_symtab): Use lookup_symtab method.
8250         (lookup_partial_symtab): Remove.
8251         (find_pc_sect_psymtab_closer): Remove.
8252         (find_pc_sect_psymtab): Remove.
8253         (find_pc_sect_symtab_via_partial): New function.
8254         (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8255         (fixup_section): No longer static.
8256         (fixup_psymbol_section): Remove.
8257         (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8258         (lookup_global_symbol_from_objfile): Likewise.
8259         (lookup_symbol_aux_psymtabs): Remove.
8260         (lookup_symbol_aux_quick): New function.
8261         (lookup_symbol_global): Use lookup_symbol_aux_quick.
8262         (lookup_partial_symbol): Remove.
8263         (basic_lookup_transparent_type_quick): New function.
8264         (basic_lookup_transparent_type): Use it.
8265         (find_main_psymtab): Remove.
8266         (find_main_filename): New function.
8267         (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8268         (find_line_symtab): Use expand_symtabs_with_filename method.
8269         (output_partial_symbol_filename): New function.
8270         (sources_info): Use map_partial_symbol_filenames.
8271         (struct search_symbols_data): New type.
8272         (search_symbols_file_matches): New function.
8273         (search_symbols_name_matches): Likewise.
8274         (search_symbols): Use expand_symtabs_matching method.
8275         (struct add_name_data): Rename from add_macro_name_data.
8276         (add_macro_name): Update.
8277         (add_partial_symbol_name): New function.
8278         (default_make_symbol_completion_list): Use
8279         map_partial_symbol_names.
8280         (struct add_partial_symbol_name): New type.
8281         (maybe_add_partial_symtab_filename): New function.
8282         (make_source_files_completion_list): Use
8283         map_partial_symbol_filenames.
8284         (expand_line_sal): Use expand_symtabs_with_filename method.
8285         * symmisc.c: Include psymtab.h.
8286         (print_objfile_statistics): Use print_stats method.
8287         (dump_objfile): Use dump method.
8288         (dump_psymtab, maintenance_print_psymbols)
8289         (maintenance_info_psymtabs, maintenance_check_symtabs)
8290         (extend_psymbol_list): Remove.
8291         * symfile.h (struct quick_symbol_functions): New struct.
8292         (struct sym_fns) <qf>: New field.
8293         (sort_pst_symbols): Remove.
8294         (increment_reading_symtab): Declare.
8295         * symfile.c: Include psymtab.h.
8296         (compare_psymbols, sort_pst_symbols): Remove.
8297         (psymtab_to_symtab): Remove.
8298         (increment_reading_symtab): New function.
8299         (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8300         method.
8301         (set_initial_language): Use find_main_filename.
8302         (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8303         (free_named_symtabs): Remove unused code.
8304         (start_psymtab_common, add_psymbol_to_bcache)
8305         (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8306         Remove.
8307         * stack.c: Include psymtab.h, symfile.h.
8308         (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8309         * source.h (psymtab_to_fullname): Don't declare.
8310         * source.c: Include psymtab.h.
8311         (select_source_symtab): Use find_last_source_symtab method.
8312         (forget_cached_source_info): Use forget_cached_source_info
8313         method.
8314         (find_and_open_source): No longer static.
8315         (psymtab_to_fullname): Remove.
8316         * somread.c: Include psymtab.h.
8317         (som_sym_fns): Update.
8318         * psympriv.h: New file.
8319         * psymtab.h: New file.
8320         * psymtab.c: New file.
8321         * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8322         (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8323         * objfiles.c: Include psymtab.h.
8324         (objfile_relocate1): Use relocate method.
8325         (objfile_has_partial_symbols): Use has_symbols method.
8326         * mipsread.c: Include psymtab.h.
8327         (ecoff_sym_fns): Update.
8328         * mi/mi-cmd-file.c: Include psymtab.h.
8329         (print_partial_file_name): New function.
8330         (mi_cmd_file_list_exec_source_files): Use
8331         map_partial_symbol_filenames.
8332         * mdebugread.c: Include psympriv.h.
8333         * machoread.c: Include psympriv.h.
8334         (macho_sym_fns): Update.
8335         * m2-exp.y (yylex): Use lookup_symtab.
8336         * elfread.c: Include psympriv.h.
8337         (elf_sym_fns): Update.
8338         * dwarf2read.c: Include psympriv.h.
8339         * dbxread.c: Include psympriv.h.
8340         (aout_sym_fns): Update.
8341         * cp-support.c: Include psymtab.h.
8342         (read_in_psymtabs): Remove.
8343         (make_symbol_overload_list_qualified): Use
8344         expand_symtabs_for_function method.
8345         * coffread.c: Include psympriv.h.
8346         (coff_sym_fns): Update.
8347         * blockframe.c: Include psymtab.h.
8348         (find_pc_partial_function): Use find_pc_sect_symtab method.
8349         * ada-lang.h (ada_update_initial_language): Update.
8350         * ada-lang.c: Include psymtab.h.
8351         (ada_update_initial_language): Remove 'main_pst' argument.
8352         (ada_lookup_partial_symbol): Remove.
8353         (struct ada_psym_data): New type.
8354         (ada_add_psyms): New function.
8355         (ada_add_non_local_symbols): Use map_ada_symtabs method.
8356         (struct add_partial_datum): New type.
8357         (ada_add_partial_symbol_completions): New function.
8358         (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8359         (ada_exception_support_info_sniffer): Update.
8360         * Makefile.in (SFILES): Add psymtab.c.
8361         (COMMON_OBS): Add psymtab.o.
8362         (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8363
8364 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
8365
8366         * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8367
8368 2010-03-10  Sami Wagiaalla  <swagiaal@redhat.com>
8369
8370         PR C++/11236:
8371         * cp-namespace.c (cp_add_using): Deleted.
8372         (cp_add_using_directive): Use obstack allocations.
8373         Merged the function cp_add_using into this one.
8374         Added 'struct obstack *' argument.
8375         (cp_scan_for_anonymous_namespaces): Updated.
8376         * cp-support.h: Updated.
8377         * dwarf2read.c (read_import_statement): Updated.
8378         (read_namespace): Updated.
8379
8380 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
8381
8382         * windows-nat.c (cygwin_conv_path): Remove old macro.
8383
8384 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
8385
8386         * breakpoint.c (condition_command): Handle watchpoint conditions.
8387         (is_hardware_watchpoint): Add comment.
8388         (is_watchpoint): New.
8389         (update_watchpoint): Don't reparse the watchpoint's condition
8390         unless necessary.
8391         (WP_IGNORE): New.
8392         (watchpoint_check): Use it.
8393         (bpstat_check_watchpoint): Handle it.
8394         (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8395         conditions in a frame where it makes sense.
8396         (watch_command_1): Store the innermost block of the condition
8397         expression.
8398         (delete_breakpoint): Delete the watchpoint condition expression.
8399         * breakpoint.h (struct bp_location) <cond>: Update comment.
8400         (struct breakpoint): New field `cond_exp_valid_block'.
8401
8402 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
8403
8404         Adjust handling of Ada DIEs after dwarf2_physname patch.
8405         * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8406
8407 2010-03-09  Christopher Faylor  <me+cygwin@cgf.cx>
8408             Pierre Muller  <muller@ics.u-strasbg.fr>
8409
8410         * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8411         from/to posix/win32.
8412         (windows_make_so): Use non-Cygwin 1.7 specific function.
8413         (windows_create_inferior): Make sure that cygallargs points to
8414         original args in non Cygwin 1.7. case.
8415
8416 2010-03-09  Michael Snyder  <msnyder@vmware.com>
8417
8418         * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8419         after target_read_memory to get host byte order.
8420         (i386_process_record): Ditto.
8421
8422 2010-03-09  Keith Seitz  <keiths@redhat.com>
8423
8424         Based on work from Daniel Jacobowitz  <dan@codesourcery.com>
8425         * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8426         print out const or volatile qualifiers, too.
8427         (c_type_print_args): Add parameters show_artificial and language.
8428         Skip artificial parameters when requested.
8429         Use the appropriate language printer.
8430         (c_type_print_varspec): Tell c_type_print_args to skip artificial
8431         parameters and pass language_c.
8432         * dwarf2read.c (die_list): New file global.
8433         (struct partial_die_info): Update comments for name field.
8434         (pdi_needs_namespace): Renamed to ...
8435         (die_needs_namespace): ... this. Rewrite.
8436         (dwarf2_linkage_name): Remove.
8437         (add_partial_symbol): Do not predicate the call to
8438         partial_die_full_name based on pdi_needs_namespace.
8439         Remove call to cp_check_possible_namespace_symbols and associated
8440         outdated comments.
8441         (guess_structure_name): Do not inspect child subprogram DIEs.
8442         (dwarf2_fullname): Update comments.
8443         Use die_needs_namespace to assist in computing the name.
8444         (read_func_scope): Use dwarf2_name to get the DIE's name.
8445         Use dwarf2_physname to get the "linkage name" of the DIE.
8446         (dwarf2_add_member_field): Use dwarf2_physname instead of
8447         dwarf2_linkage_name.
8448         (read_structure_type): For structs and classes, set TYPE_NAME, too.
8449         (determine_class): Remove.
8450         (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8451         except Ada.
8452         (new_symbol): Unconditionally call dwarf2_name.
8453         Compute the "linkage name" using dwarf2_physname.
8454         Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8455         When determining to scan for anonymous C++ namespaces, ignore
8456         the linkage name.
8457         (dwarf2_physname): New function.
8458         (dwarf2_full_name): Move content to new function and call
8459         that.
8460         (dwarf2_compute_name): "New" function.
8461         (_initialize_dwarf2_read): Initialize die_list.
8462         * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8463         physname.
8464         (gnu_v3_print_method_ptr): Use the physname for virtual methods
8465         without a demangled name.
8466         Print out type information for non-virtual methods.
8467         * linespec.c (decode_line_1): Force ANY string using "::" (or
8468         "." for java) to use decode_compound, and clean up any stray quoting.
8469         If we found a file symtab, re-evaluate whether the remainder is_quoted.
8470         (decode_compound): Stop consuming at an open parenthesis.
8471         Keep template parameters.
8472         Keep any overload information.
8473         Keep keywords like "const".
8474         Remove paren_pointer.
8475         Move is_quoted check from set_flags to here.
8476         Remove #if 0 code from 2000. Ten years is long enough.
8477         (find_method): Before comparing symbol names, canonicalize the string
8478         from the user.
8479         If a specific overload is requested, find it. Otherwise throw an error.
8480         (find_method_overload_end): New function.
8481         (set_flags): Remove.
8482         (decode_compound): Assume that parentheses are matched.
8483         It's a lot easier.
8484         * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8485         to cplus_demangle.
8486         * linespec.c (decode_line_1): Keep important keywords like
8487         "const" and "volatile".
8488         * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8489         * typeprint.h (c_type_print_args): Add declaration.
8490         * ui-file.c (do_ui_file_obsavestring): New function.
8491         (ui_file_obsavestring): New function.
8492         * ui-file.h (ui_file_obsavestring): Add declaration.
8493         * valops.c (find_overload_match): Resolve the object to
8494         a non-pointer type.
8495         If the object is a data member, search the object for the member
8496         and return with staticp set.
8497         Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8498         Do not attempt to extract a function name from non-function types.
8499         If the extracted function name and the original name are the same,
8500         we don't have a C++ method.
8501
8502         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
8503         * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
8504
8505         * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8506         and arguments from symbol lookups.
8507         * ax-gdb.c (gen_expr): Likewise.
8508         * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8509         cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8510         lookup_possible_namespace_symbol): Likewise.
8511         * cp-support.c (read_in_psymtabs): Likewise.
8512         * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8513         * language.h (la_lookup_symbol_nonlocal): Likewise.
8514         * scm-valprint.c (scm_inferior_print): Likewise.
8515         * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8516         * solib-svr.c (elf_lookup_lib): Likewise.
8517         * solib.c (show_auto_solib_add): Likewise.
8518         * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8519         * symmisc.c (maintenance_check_symtabs): Likewise.
8520         * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8521         lookup_symbol_aux_local, lookup_symbol_aux_block,
8522         lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8523         lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8524         lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8525         basic_lookup_transparent_type, find_main_psymtab,
8526         lookup_block_symbol): Likewise.
8527         * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8528         lookup_symbol_global, lookup_symbol_aux_block,
8529         lookup_symbol_partial_symbol, lookup_block_symbol,
8530         lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8531
8532 2010-03-09  Pierre Muller  <muller@ics.u-strasbg.fr>
8533
8534         * python/python-internal.h: Include symtab.h.
8535
8536 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
8537             Pierre Muller  <muller@ics.u-strasbg.fr>
8538
8539         * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8540         * p-valprint.c (pascal_val_print): Remove undeed block and fix
8541         indentation.
8542
8543 2010-03-08  Tom Tromey  <tromey@redhat.com>
8544
8545         * breakpoint.c (breakpoint_1): Add "QUIT".
8546
8547 2010-03-08  Daniel Jacobowitz  <dan@codesourcery.com>
8548             Pedro Alves  <pedro@codesourcery.com>
8549
8550         * solib.c (solib_find): Replace extension if
8551         solib_symbols_extension is set in the target gdbarch.
8552         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
8553         solib_symbols_extension to "sym".
8554         * gdbarch.sh (solib_symbols_extension): New variable.
8555         (pstring): New function.
8556         * gdbarch.h, gdbarch.c: Regenerate.
8557
8558 2010-03-08  Tom Tromey  <tromey@redhat.com>
8559
8560         PR cli/9591:
8561         * NEWS: Update.
8562         * utils.c: Include main.h.
8563         (fputs_maybe_filtered): Don't paginate if `batch_flag'.
8564         (defaulted_query): Use default answer if `batch_flag'.
8565         * main.h (batch_flag): Declare.
8566         * main.c (batch_flag): New global.
8567         (captured_main): Remove 'batch'.  Update.
8568
8569 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
8570
8571         From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
8572         and Kevin Buettner:
8573
8574         * remote-mips.c (rockhopper_ops): New target_ops struct.
8575         (MON_ROCKHOPPER): New mips_monitor_type.
8576         (read_hex_value): New function.
8577         (mips_request): Send 8-byte values with a 'T' packet.  Read the
8578         packet argument as a string and use read_hex_value to parse it.
8579         (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
8580         (rockhopper_open): New function.
8581         (mips_wait): Read the PC, FP and SP fields as strings.  Use
8582         read_hex_value to parse them and mips_set_register to commit them.
8583         (mips_set_register): New function.
8584         (mips_fetch_registers): Do not cast register value to "unsigned"
8585         when reading a MON_ROCKHOPPER 't' packet.  Use mips_set_register.
8586         (mips_store_registers): Use a 'T' packet to set registers when
8587         using MON_ROCKHOPPER.
8588         (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
8589         and expect the total to be printed before the entry address.
8590         (_initialize_remote_mips): Initialize and add rockhopper_ops.
8591
8592 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
8593
8594         * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
8595         Change return value to int.  Store value fetched in location
8596         addressed by `val'.  Use function's return value as success
8597         or failure indicator.  Adjust all callers.
8598
8599 2010-03-08  Pierre Muller  <muller@ics.u-strasbg.fr>
8600
8601         * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
8602
8603 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8604             Hui Zhu  <teawater@gmail.com>
8605
8606         * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
8607         tmp_to_stopped_data_address.
8608         (record_open): Reset tmp_to_stopped_by_watchpoint and
8609         tmp_to_stopped_data_address.
8610         * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
8611         to_stopped_data_address.
8612
8613 2010-03-08  Hui Zhu  <teawater@gmail.com>
8614
8615         * i386-tdep.c (i386_process_record): Initialize regnum.
8616
8617 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8618
8619         * symfile.c (addr_info_make_relative): New variable sect_name, use it.
8620         Do not warn on ".gnu.liblist" and ".gnu.conflict".
8621
8622 2010-03-08  Joel Brobecker  <brobecker@adacore.com>
8623
8624         Memory error when reading wrong core file.
8625         * solib-svr4.c (solib_svr4_r_map): catch and print all exception
8626         errors while reading the inferior memory, and return zero if
8627         an exception was raised.
8628
8629 2010-03-07  Michael Snyder  <msnyder@vmware.com>
8630
8631         * record.c (record_restore): Rename tmpu8 to rectype.
8632
8633         * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
8634         tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
8635
8636         (i386_record_push): Rename local tmpulongest to addr.
8637
8638         (i386_process_record): Rename local tmpulongest to addr.
8639
8640         Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
8641         addr64.
8642
8643         Rename local variable tmpu8 to opcode8 and regnum.
8644
8645 2010-03-07  Joel Brobecker  <brobecker@adacore.com>
8646
8647         * remote.c (remote_get_ada_task_ptid): New function.
8648         (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
8649
8650 2010-03-06  Christopher Faylor  <me+cygwin@cgf.cx>
8651
8652         * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
8653         block.  Define helper macros to reduce ifdefs in code.
8654         (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
8655         size.  Call unadorned GetModuleFileNameEx rather than
8656         GetModuleFileNameEx*.
8657         (windows_make_so): Use __PMAX to denote maximum buffer size and
8658         cygwin_buf_t for buffer type.  Use GetSystemDirectory{W,A} as
8659         appropriate.
8660         (get_image_name): Use __PMAX to denote maximum buffer size.
8661         (handle_load_dll): Likewise.
8662         (windows_pid_to_exec_file): Likewise.
8663         (windows_create_inferior): Add many accommodations for older Cygwin and
8664         non-Cygwin.
8665         (bad_GetModuleFileNameExW): Control inclusion of this function based on
8666         __USEWIDE conditional.
8667         (bad_GetModuleFileNameExA): Likewise.
8668         (_initialize_loadable): Just use real function names without the dyn_
8669         part since they are defined earlier.
8670
8671 2010-03-05  Corinna Vinschen  <vinschen@redhat.com>
8672             Tom Tromey  <tromey@redhat.com>
8673
8674         * utils.c (host_char_to_target): Add 'gdbarch' argument.
8675         (parse_escape): Likewise.
8676         * python/py-utils.c (unicode_to_target_string): Update.
8677         (unicode_to_target_python_string): Update.
8678         (target_string_to_unicode): Update.
8679         * printcmd.c (printf_command): Update.
8680         * p-exp.y (yylex): Update.
8681         * objc-exp.y (yylex): Update.
8682         * mi/mi-parse.c: Include charset.h.
8683         (mi_parse_escape): New function.
8684         (mi_parse_argv): Use it.
8685         * jv-exp.y (yylex): Update.
8686         * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
8687         function.
8688         (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
8689         * gdbarch.sh (auto_charset, auto_wide_charset): New.
8690         * gdbarch.c: Rebuild.
8691         * gdbarch.h: Rebuild.
8692         * defs.h (parse_escape): Update.
8693         * cli/cli-setshow.c: Include arch-utils.h.
8694         (do_setshow_command): Update.
8695         * cli/cli-cmds.c (echo_command): Update.
8696         * charset.h (target_charset, target_wide_charset): Update.
8697         * charset.c: Include arch-utils.h.
8698         (target_charset_name): Default to "auto".
8699         (target_wide_charset_name): Likewise.
8700         (show_target_charset_name): Handle "auto".
8701         (show_target_wide_charset_name): Likewise.
8702         (be_le_arch): New global.
8703         (set_be_le_names): Add 'gdbarch' argument.
8704         (validate): Likewise.  Don't call set_be_le_names.
8705         (set_charset_sfunc, set_host_charset_sfunc)
8706         (set_target_charset_sfunc, set_target_wide_charset_sfunc):
8707         Update.
8708         (target_charset): Add 'gdbarch' argument.
8709         (target_wide_charset): Likewise.  Remove 'byte_order' argument.
8710         (auto_target_charset_name): New global.
8711         (default_auto_charset, default_auto_wide_charset): New functions.
8712         (_initialize_charset): Set auto_target_charset_name.  Allow "auto"
8713         for target charsets.  Copy result of nl_langinfo.  Use GetACP if
8714         USE_WIN32API.
8715         * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
8716         remove 'byte_order' argument.  Update.
8717         (classify_type): Likewise.
8718         (c_emit_char): Update.
8719         (c_printchar): Update.
8720         (c_printstr): Update.
8721         (c_get_string): Update.
8722         (evaluate_subexp_c): Update.
8723         * arch-utils.h (default_auto_charset, default_auto_wide_charset):
8724         Declare.
8725         * python/python.c (gdbpy_target_charset): New function.
8726         (gdbpy_target_wide_charset): Likewise.
8727         (GdbMethods): Update.
8728         * NEWS: Update.
8729
8730 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
8731
8732         * symfile.c (build_section_addr_info_from_objfile): Do not mask
8733         off high address bits.
8734
8735 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
8736
8737         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
8738         address as UnsignedLongLong, not LongLong.
8739
8740 2010-03-05  Kevin Buettner  <kevinb@redhat.com>
8741             Pedro Alves  <pedro@codesourcery.com>
8742
8743         * remote-mips.c (gdbthread.h): Include.
8744         (remote_mips_ptid): Declare.
8745         (mips_error): Only mourn the inferior when inferior_ptid is non-null.
8746         (common_open): Set inferior_ptid, add it as an inferior, and
8747         as a thread too.  Delete FIXME comment regarding start_remote().
8748         (mips_close): Invoke generic_mourn_inferior().
8749         (mips_kill): Make sure that target_mourn_inferior is invoked.
8750         (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
8751         it's now invoked from mips_close().
8752         (mips_load): Don't null out inferior_ptid.  Don't call
8753         clear_symtab_users().
8754         (mips_thread_alive, mips_pid_to_str): New functions.
8755         (_initialize_remote_mips): Initialize remote_mips_ptid.  Initialize
8756         to_thread_alive and to_pid_to_str operations.
8757
8758 2010-03-04  Tom Tromey  <tromey@redhat.com>
8759
8760         * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
8761         in DWARF 3 and later.
8762         (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
8763
8764 2010-03-04  Keith Seitz  <keiths@redhat.com>
8765
8766         * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
8767         If the filename portion of the linespec was quoted, recheck the
8768         remainder for additional quoting.
8769         (locate_first_half): Skip over completer chars, too.
8770
8771 2010-03-04  Tom Tromey  <tromey@redhat.com>
8772
8773         * printcmd.c (printf_command): Pass dummy argument to
8774         printf_filtered.
8775
8776 2010-03-04  Doug Evans  <dje@google.com>
8777
8778         * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
8779         unwound_fp.
8780
8781         * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
8782
8783 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
8784
8785         * breakpoint.c (update_watchpoint): Create a sentinel location if
8786         the software watchpoint isn't watching any memory.
8787         (breakpoint_address_bits): Skip dummy software watchpoint locations.
8788
8789 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
8790
8791         * utils.c (fputs_maybe_filtered): Check if there's already a top
8792         level interpreter before dereferencing it.  If there isn't one,
8793         don't paginate either.
8794
8795 2010-03-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
8796
8797         * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
8798         the state right when single stepping.
8799         (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
8800         Get the next PC along with the instruction state.
8801         (thumb_get_next_pc): Remove.
8802         (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
8803
8804 2010-03-04  Hui Zhu  <teawater@gmail.com>
8805
8806         * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
8807
8808 2010-03-03  Pedro Alves  <pedro@codesourcery.com>
8809
8810         * utils.c (fputs_maybe_filtered): Always disable pagination if the
8811         top level interpreter is MI.
8812
8813 2010-03-03 Stan Shebs  <stan@codesourcery.com>
8814
8815         * remote.c (remote_download_tracepoint): Iterate over locations.
8816         * tracepoint.c (validate_actionline): Ditto.
8817         (encode_actions): Add location argument.
8818         (trace_dump_command): Check all locations to see if stepping
8819         frame.
8820
8821 2010-03-03  H.J. Lu  <hongjiu.lu@intel.com>
8822             Eli Zaretskii  <eliz@gnu.org>
8823
8824         * NEWS: Add X86 general purpose registers section.
8825
8826 2010-03-03  Tom Tromey  <tromey@redhat.com>
8827
8828         PR mi/11098:
8829         * varobj.c (install_new_value): Handle case where new print_value
8830         is NULL.
8831
8832 2010-03-03  Dainis Jonitis  <jonitis@gmail.com>
8833
8834         PR gdb/11345:
8835         * printcmd.c (printf_command): Print end of format string using
8836         printf_filtered.
8837
8838 2010-03-02  Tom Tromey  <tromey@redhat.com>
8839
8840         * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
8841         * defs.h (read_command_lines_1): Add missing 'void'.
8842         * cli/cli-script.c (recurse_read_control_structure): Add missing
8843         'void'.
8844         (read_next_line): Likewise.
8845         (read_command_lines_1): Likewise.
8846
8847 2010-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
8848
8849         * spu-tdep.c (spu_analyze_prologue): Track instruction to
8850         store backchain as part of prologue.
8851
8852 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
8853
8854         * progspace.c (update_address_spaces): Update inferior address spaces
8855         also.
8856
8857 2010-03-02  Doug Evans  <dje@google.com>
8858
8859         * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
8860         lowpc,highpc args to addrmap_set_empty.
8861
8862 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
8863
8864         * amd64-tdep.c (amd64_byte_names): New.
8865         (amd64_word_names): Likewise.
8866         (amd64_dword_names): Likewise.
8867         (amd64_pseudo_register_name): Likewise.
8868         (amd64_pseudo_register_read): Likewise.
8869         (amd64_pseudo_register_write): Likewise.
8870         (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
8871         and num_mmx_regs.  Call set_gdbarch_pseudo_register_read,
8872         set_gdbarch_pseudo_register_write and
8873         set_tdesc_pseudo_register_name.  Don't call
8874         set_gdbarch_num_pseudo_regs.  Don't set mm0_regnum.
8875
8876         * i386-tdep.c (i386_num_mmx_regs): Removed.
8877         (i386_num_pseudo_regs): Likewise.
8878         (i386_byte_names): New.
8879         (i386_word_names): Likewise.
8880         (i386_byte_regnum_p): Likewise.
8881         (i386_word_regnum_p): Likewise.
8882         (i386_mmx_regnum_p): Updated.
8883         (i386_pseudo_register_name): Make it global.  Handle byte and
8884         word pseudo-registers.
8885         (i386_pseudo_register_read): Likewise.
8886         (i386_pseudo_register_write): Likewise.
8887         (i386_pseudo_register_type): Handle byte, word and dword
8888         pseudo-registers
8889         (i386_register_reggroup_p): Don't include pseudo
8890         registers, except for MXX, in any register groups.  Don't
8891         include pseudo byte, word, dword registers in general_reggroup.
8892         (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
8893         num_dword_regs, al_regnum, ax_regnum and eax_regnum.  Put MMX
8894         pseudo-registers after word pseudo-registers.  Call
8895         set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
8896
8897         * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
8898         al_regnum, num_word_regs, ax_regnum, num_dword_regs and
8899         eax_regnum.
8900         (i386_byte_regnum_p): New.
8901         (i386_word_regnum_p): Likewise.
8902         (i386_dword_regnum_p): Likewise.
8903         (i386_pseudo_register_name): Likewise.
8904         (i386_pseudo_register_read): Likewise.
8905         (i386_pseudo_register_write): Likewise.
8906
8907 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8908
8909         * target-descriptions.c (tdesc_type): Remove
8910         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8911         (tdesc_predefined_types): Likewise.
8912         (tdesc_gdb_type): Likewise.  Pass NULL to append_flags_type_flag
8913         if flag name is empty.
8914         (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
8915
8916         * features/i386/32bit-core.xml: Define i386_eflags.
8917         * features/i386/64bit-core.xml: Likewise.
8918
8919         * features/i386/32bit-sse.xml: Define i386_mxcsr.
8920         * features/i386/64bit-sse.xml: Likewise.
8921
8922         * features/i386/amd64-linux.c: Regenerated.
8923         * features/i386/amd64.c: Likewise.
8924         * features/i386/i386-linux.c: Likewise.
8925         * features/i386/i386.c: Likewise.
8926
8927 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
8928
8929         * gdbtypes.c (append_composite_type_field_raw): New.
8930         (append_composite_type_field_aligned): Use the new function.
8931         * gdbtypes.h (append_composite_type_field_raw): Declare.
8932         * target-descriptions.c (struct tdesc_type_field): Add start and end.
8933         (struct tdesc_type_flag): New type.
8934         (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
8935         kind.  Add size to u.u.  Add u.f for flags.
8936         (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
8937         (tdesc_free_type): Likewise.
8938         (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
8939         (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
8940         (tdesc_add_bitfield, tdesc_add_flag): New.
8941         * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
8942         (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
8943         * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
8944         current_type.  Add current_type_size and current_type_is_flags.
8945         (tdesc_start_union): Clear the new fields.
8946         (tdesc_start_struct, tdesc_start_flags): New.
8947         (tdesc_start_field): Handle struct fields, including bitfields.
8948         (field_attributes): Make type optional.  Add start and end.
8949         (union_children): Rename to struct_union_children.
8950         (union_attributes): Rename to struct_union_attributes.  Add optional
8951         size.
8952         (flags_attributes): New.
8953         (feature_children): Add struct and flags.
8954         * features/gdb-target.dtd: Add flags and struct to features.
8955         Make field type optional.  Add field start and end.
8956
8957 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8958
8959         * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
8960         (amd64_linux_read_description): Likewise.
8961         (_initialize_amd64_linux_nat): Set to_read_description to
8962         amd64_linux_read_description.
8963
8964         * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
8965         (amd64_linux_register_name): Removed.
8966         (amd64_linux_register_type): Likewise.
8967         (amd64_linux_core_read_description): New.
8968         (amd64_linux_init_abi): Set target description to
8969         tdesc_amd64_linux if needed.  Support orig_rax in target
8970         description.  Don't call set_gdbarch_register_name nor
8971         set_gdbarch_register_type.  Call
8972         set_gdbarch_core_read_description.
8973         (_initialize_amd64_linux_tdep): Call
8974         initialize_tdesc_amd64_linux.
8975
8976         * amd64-linux-tdep.h (tdesc_amd64_linux): New.
8977
8978         * amd64-tdep.c:  Include "features/i386/amd64.c".
8979         (amd64_register_names): Removed.
8980         (amd64_register_name): Likewise.
8981         (amd64_register_type): Likewise.
8982         (amd64_init_abi):  Set num_core_regs and register_names.  Set
8983         target description to tdesc_amd64 if needed.  Don't call
8984         set_gdbarch_register_name nor set_gdbarch_register_type.
8985         (_initialize_amd64_tdep): New.
8986
8987         * i386-linux-nat.c (i386_linux_read_description): New.
8988         (_initialize_i386_linux_nat): Set to_read_description to
8989         i386_linux_read_description.
8990
8991         * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
8992         (i386_linux_register_name): Removed.
8993         (i386_linux_core_read_description): New.
8994         (i386_linux_read_description): Likewise.
8995         (i386_linux_init_abi): Don't call set_gdbarch_register_name.
8996         Set target description to tdesc_i386_linux if needed.  Support
8997         orig_eax.  Set register_reggroup_p.  Call
8998         set_gdbarch_core_read_description.
8999         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
9000
9001         * i386-linux-tdep.h (tdesc_i386_linux): New.
9002
9003         * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
9004         with I387_NUM_REGS.
9005
9006         * i386-tdep.c: Include "features/i386/i386.c".
9007         (i386_register_names): Make it const.
9008         (i386_mmx_names): Likewise.
9009         (i386_num_register_names): Removed.
9010         (i386_register_name): Likewise.
9011         (i386_eflags_type): Likewise.
9012         (i386_mxcsr_type): Likewise.
9013         (i386_sse_type): Likewise.
9014         (i386_register_type): Likewise.
9015         (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
9016         (i386_pseudo_register_name): New.
9017         (i386_pseudo_register_type): Likewise.
9018         (i386_mmx_type): Make it static.
9019         (i386_gdbarch_init): Check arch.  Replace I386_NUM_FREGS with
9020         I387_NUM_REGS.  Set num_core_regs and register_names.  Don't
9021         call set_gdbarch_register_name nor set_gdbarch_register_type.
9022         Set register_reggroup_p.  Set target description to tdesc_i386
9023         if needed.  Call set_tdesc_pseudo_register_type,
9024         set_tdesc_pseudo_register_name and tdesc_use_registers.
9025         (_initialize_i386_tdep): Call initialize_tdesc_i386.
9026         initialize_tdesc_x86_64.
9027
9028         * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9029         i386_mxcsr_type and i386_sse_type.  Add num_core_regs,
9030         register_names, tdesc and register_reggroup_p.
9031         (I386_NUM_FREGS): Removed.
9032         (i386_eflags_type): Likewise.
9033         (i386_mxcsr_type): Likewise.
9034         (i386_mmx_type): Likewise.
9035         (i386_sse_type): Likewise.
9036         (i386_register_name): Likewise.
9037         (i386_regnum): Add I386_MXCSR_REGNUM.
9038         (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9039
9040         * i387-tdep.h (I387_NUM_REGS): New.
9041
9042         * regformats/i386/i386-linux.dat: Generated.
9043         * regformats/i386/i386.dat: Likewise.
9044         * regformats/i386/amd64-linux.dat: Likewise.
9045         * regformats/i386/amd64.dat: Likewise.
9046
9047         * regformats/reg-i386-linux.dat: Removed.
9048         * regformats/reg-i386.dat: Likewise.
9049         * regformats/reg-x86-64-linux.dat: Likewise.
9050         * regformats/reg-x86-64.dat: Likewise.
9051
9052 2010-03-01  Corinna Vinschen  <vinschen@redhat.com>
9053
9054         * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9055         cygwin_conv_path API rather than the deprecated
9056         cygwin_conv_to_full_posix_path.
9057         * windows-nat.c:
9058         (GetModuleFileNameExA): Undefine for Cygwin.
9059         (GetModuleFileNameExW): Define for Cygwin.
9060         (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9061         Call GetModuleFileNameExW and convert path to POSIX using
9062         cygwin_conv_path.
9063         (windows_make_so): Always define p.  Drop unused variable m.
9064         Don't use Win32 functions to check file existance, rather use
9065         access on Cygwin.  Fetch system directory using GetSystemDirectoryW.
9066         Use canonicalize_file_name to get full path.
9067         (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9068         to convert Unicode pathname to multibyte on Cygwin.  Otherwise,
9069         use correct target buffer size in call to WideCharToMultiByte.
9070         (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9071         (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9072         (windows_create_inferior): Convert all paths and arguments to wchar_t
9073         and use CreateProcessW on Cygwin.
9074         (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9075         (bad_GetModuleFileNameExA): Undefine for Cygwin.
9076         (bad_GetModuleFileNameExW): Define for Cygwin.
9077         (_initialize_loadable): Load GetModuleFileNameExW into
9078         dyn_GetModuleFileNameExW on Cygwin.  Don't load ANSI function on Cygwin.
9079
9080 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
9081
9082         PR python/11036
9083         * python/py-frame.c (frapy_read_var): Add block argument and logic
9084         to cope with user provided blocks.
9085
9086 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9087
9088         * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9089         New comment.
9090
9091 2010-02-28  Corinna Vinschen  <vinschen@redhat.com>
9092
9093         * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9094         (COMMON_OBS): ... to here since it's used unconditionally.
9095         (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9096         (SFILES): To here.
9097
9098 2010-02-26  David Daney  <ddaney@caviumnetworks.com>
9099
9100         * mips-linux-tdep.c: Update struct sigframe comments.
9101         (SIGFRAME_CODE_OFFSET): Delete macro.
9102         (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9103         this_frame's sp.
9104         (mips_linux_n32n64_sigframe_init): Same.
9105
9106 2010-02-26  Kevin Buettner  <kevinb@redhat.com>
9107
9108         * remote-mips.c (mips_load): Don't use pseudo-register when
9109         invalidating regcache.
9110
9111 2010-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
9112
9113         * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9114
9115 2010-02-26  Pedro Alves  <pedro@codesourcery.com>
9116
9117         * NEWS: Add "New targets" section, and mention ARM Symbian
9118         support.
9119
9120 2010-02-26  Ulrich Weigand  <uweigand@de.ibm.com>
9121
9122         * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9123         add ADDR_SIZE member.
9124         (allocate_piece_closure): Update.
9125         (copy_pieced_value_closure): Likewise.
9126         (dwarf2_evaluate_loc_desc): Likewise.
9127         (read_pieced_value): Use DWARF address size instead of
9128         GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9129
9130 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
9131             Tom Tromey  <tromey@redhat.com>
9132
9133         * python/py-type.c (typy_lookup_typename): Add in block argument.
9134         If provided restrict lookup to specified blocks.
9135         (gdbpy_lookup_type): Likewise.
9136         (typy_lookup_type): Likewise.
9137
9138 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
9139
9140         Symbian config
9141
9142         gdb/
9143         * arm-symbian-tdep.c: New.
9144         * configure.tgt (arm*-*-symbianelf*): New target.
9145         (*-*-symbianelf*): New OS.
9146         * osabi.c (gdb_osabi_names): Add Symbian.
9147         * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9148         * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9149         (ALLDEPFILES): Add arm-symbian-tdep.c.
9150
9151 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
9152
9153         * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9154
9155 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9156
9157         * mi/mi-main.c (mi_cmd_execute): Fix typo.
9158
9159 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
9160             Tom Tromey  <tromey@redhat.com>
9161             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9162
9163         * python/python.c (_initialize_python): Call
9164         gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9165         gdbpy_initialize_blocks.
9166         * python/python-internal.h: Declare struct symbol, block and
9167         symtab_and_line.  Declare block_object_type and
9168         symbol_object_type
9169         (gdbpy_lookup_symbol gdbpy_block_for_pc)
9170         (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9171         (symbol_to_symbol_object,  block_to_block_object)
9172         (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9173         (gdbpy_initialize_blocks ): Declare.
9174         * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9175         (frapy_select): Add methods.
9176         (frapy_read_var): Add symbol branch.
9177         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9178         py-block.
9179         (SUBDIR_PYTHON_SRCS): Likewise.
9180         (py-symbol.o): New rule.
9181         (py-symtab.o): Likewise.
9182         (py-block.o): Likewise.
9183         * python/py-symbol.c: New file.
9184         * python/py-symtab.c: Likewise.
9185         * python/py-block.c: Likewise.
9186
9187 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9188
9189         PR gdb/11321
9190
9191         * inferior.h (prepare_for_detach): Declare.
9192         (struct inferior) <detaching>: New field.
9193         * infrun.c (prepare_for_detach): New.
9194         (handle_inferior_event) <random signal>: Don't stop if detaching.
9195         * target.c (target_detach): Call prepare_for_detach.
9196
9197 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9198
9199         Per-process displaced stepping queue.
9200
9201         * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9202         (displaced_step_gdbarch, displaced_step_closure,
9203         (displaced_step_original, displaced_step_copy): Move globals to
9204         this...
9205         (struct displaced_step_inferior_state): ... new structure.
9206         (displaced_step_inferior_states): New global.
9207         (get_displaced_stepping_state, add_displaced_stepping_state)
9208         (remove_displaced_stepping_state, infrun_inferior_exit): New
9209         functions.
9210         (displaced_step_clear): Add displaced_step_inferior_state
9211         parameter, and adjust to handle it.
9212         (displaced_step_clear_cleanup): Parameter is now a
9213         displaced_step_inferior_state.  Adjust.
9214         (displaced_step_prepare): Adjust.
9215         (displaced_step_fixup, displaced_step_fixup)
9216         (infrun_thread_ptid_changed, resume): Adjust.
9217         (init_wait_for_inferior): Don't call displaced_step_clear.
9218         (infrun_thread_stop_requested): Rewrite.
9219         (_initialize_infrun): Install infrun_inferior_exit as
9220         inferior_exit observer.
9221
9222 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9223
9224         * inferior.h (ptid_match): Declare.
9225         * infrun.c (ptid_match): New.
9226         * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9227         (handle_notification): Add debug output.
9228         * linux-nat.c (ptid_match): Delete.
9229
9230 2010-02-24  David S. Miller  <davem@davemloft.net>
9231
9232         * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9233         * syscalls/sparc-linux.xml: New.
9234         * syscalls/sparc64-linux.xml: New.
9235         * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9236         * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9237         (sparc32_linux_get_syscall_number): New function.
9238         (sparc32_linux_init_abi): Set syscall XML file name and hook up
9239         syscall number fetcher.
9240         * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9241         (sparc64_linux_get_syscall_number): New function.
9242         (sparc64_linux_init_abi): Set syscall XML file name and hook up
9243         syscall number fetcher.
9244
9245 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
9246
9247         Multiexec MI
9248
9249         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9250         * inferior.c (add_inferior_silent): Notify inferior_added
9251         observer.
9252         (delete_inferior_1): Notify inferior_removed observer.
9253         (exit_inferior_1): Pass inferior, not pid, to observer.
9254         (inferior_appeared): Likewise.
9255         (add_inferior_with_spaces): New.
9256         (add_inferior_command): Use the above.
9257         * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9258         Declare.
9259
9260         * inflow.c (inflow_inferior_exit): Likewise.
9261         * jit.c (jit_inferior_exit_hook): Likewise.
9262
9263         * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9264         remove-inferior.
9265         * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9266         * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9267         (report_initial_inferior): New.
9268         (mi_inferior_removed): Register the above. Make sure
9269         inferior_added observer is called on the first inferior.
9270         (mi_new_thread, mi_thread_exit): Thread group is now identified by
9271         inferior number, not pid.
9272         (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9273         affected.
9274         * mi/mi-main.c (current_context): New.
9275         (proceed_thread_callback): Use typed closure.
9276         Proceed everything if pid is 0. Most implementation split into
9277         (proceed_thread): ... this.
9278         (run_one_inferior): New.
9279         (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9280         Adjust for multiexec behaviour.
9281         (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9282         (mi_cmd_execute): Handle the 'thread-group' option here.
9283         Do some extra checks.
9284         * mi-parse.c (mi_parse): Handle the --all and --thread-group
9285         options.
9286         * mi-parse.h (struct mi_parse): New fields all and thread_group.
9287
9288 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
9289
9290         Make -exec-run a proper MI commands.
9291
9292         * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9293         * mi/mi-cmds.c (mi_cmds): Adjust.
9294         * mi/mi-main.c (mi_cmd_exec_run): New.
9295
9296 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9297             Stan Shebs  <stan@codesourcery.com>
9298
9299         * tracepoint.h (set_traceframe_number)
9300         (cleanup_restore_current_traceframe): Declare.
9301         * tracepoint.c (set_traceframe_number): New.
9302         (struct current_traceframe_cleanup): New.
9303         (do_restore_current_traceframe_cleanup)
9304         (restore_current_traceframe_cleanup_dtor)
9305         (make_cleanup_restore_current_traceframe): New.
9306         * infrun.c: Include tracepoint.h.
9307         (fetch_inferior_event): Switch out and in of tfind mode.
9308
9309 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9310
9311         * breakpoint.c (breakpoint_init_inferior): Also delete
9312         bp_shlib_event breakpoints.
9313         * solib-frv.c (enable_break): Remove call to
9314         remove_solib_event_breakpoints.
9315         * solib-svr4.c (enable_break): Ditto.
9316         * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9317         * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9318         * solib-som.c (som_solib_create_inferior_hook): Ditto.
9319         * solib-spu.c (spu_enable_break): Ditto.
9320
9321 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
9322
9323         * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9324
9325 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
9326
9327         * varobj.c (varobj_update): Avoid non-constants in initializers.
9328
9329 2010-02-23  Tom Tromey  <tromey@redhat.com>
9330
9331         * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9332         handle big-endian values.
9333         (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9334
9335 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
9336
9337         PR9605
9338
9339         gdb/
9340         * breakpoint.c (insert_bp_location): If inserting the read
9341         watchpoint failed, fallback to an access watchpoint.
9342         (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9343         if the value changed, if not watching the same memory for writes.
9344         (watchpoint_locations_match): Add comment.
9345         (update_global_location_list): Copy the location's watchpoint type.
9346         * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9347         handle read watchpoints here.
9348         (i386_insert_watchpoint): Read watchpoints aren't supported.
9349         * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9350         packets.
9351         * target.h (target_insert_watchpoint): Update description.
9352
9353 2010-02-19  Tom Tromey  <tromey@redhat.com>
9354
9355         * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9356         * m2-typeprint.c (m2_print_type): Update.
9357         * gdbtypes.c (recursive_dump_type): Update.
9358         (copy_type_recursive): Update.
9359         * c-typeprint.c (c_type_print_varspec_prefix): Update.
9360         (c_type_print_base): Update.
9361         * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9362         Remove.
9363         (struct cplus_struct_type) <ntemplate_args>: Remove.
9364         <struct template_arg>: Remove.
9365         <is_dynamic>: Move earlier.
9366         (TYPE_TEMPLATE_ARGS): Remove.
9367         (TYPE_NTEMPLATE_ARGS): Remove.
9368         (TYPE_TEMPLATE_ARG): Remove.
9369
9370 2010-02-19  Tom Tromey  <tromey@redhat.com>
9371
9372         PR c++/8693, PR c++/9496:
9373         * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9374         * c-exp.y (lex_one_token): Rename from yylex.  Don't call
9375         write_dollar_variable.  Don't try to classify NAME tokens.
9376         (token_and_value): New type.
9377         (token_fifo, popping, name_obstack): New globals.
9378         (classify_name): New function.
9379         (classify_inner_name): Likewise.
9380         (yylex): Likewise.
9381         (VARIABLE): Now has type sval.
9382         (exp : VARIABLE): Call write_dollar_variable.
9383         (qualified_name): Use TYPENAME, not typebase.  Add production for
9384         multiple "::" instances.
9385         (variable): Use name_not_typename.
9386         (qualified_type): Remove.
9387         (typebase): Update.
9388
9389 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9390
9391         * symfile.c (addr_info_make_relative): Extend comment.  Move SECT to
9392         a more inner block.  Initialize ADDR by LOWER_OFFSET only if it was
9393         found by bfd_get_section_by_name.
9394         * symfile.h (struct section_addr_info) <sectindex>: New comment.
9395
9396 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
9397
9398         * NEWS: Add new "[...] since 7.1" section.  Rename the "[...] since
9399         7.0 section" into "Changes in 7.1".
9400
9401 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
9402
9403         GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9404         * version.in: Bump version to 7.1.50.20100219-cvs.
9405
9406 2010-02-18  Harald Koenig  <H.Koenig@science-computing.de>
9407
9408         * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9409         * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9410
9411 2010-02-17  Tom Tromey  <tromey@redhat.com>
9412
9413         * NEWS: Add Python API Improvements section.
9414
9415 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
9416
9417         * NEWS: Correct typo.
9418
9419 2010-02-17  Tom Tromey  <tromey@redhat.com>
9420
9421         * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9422
9423 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9424
9425         * symfile.c (build_section_addr_info_from_objfile): Include sections
9426         only if they are SEC_ALLOC or SEC_LOAD.
9427
9428 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
9429
9430         PR shlibs/11293
9431         * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9432         of ULONGEST for address size.
9433
9434 2010-02-17  Tom Tromey  <tromey@redhat.com>
9435
9436         * NEWS: Add C++ improvements section.
9437
9438 2010-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
9439
9440         * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9441         PyThreadState_Swap): Avoid "statement with no effect" warning.
9442
9443 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9444
9445         * solib-svr4.c (enable_break <target_auxv_search>): New variable
9446         addr_bit.  Adjust LOAD_ADDR sign for cross-arch inferiors.
9447
9448 2010-02-17  Tristan Gingold  <gingold@adacore.com>
9449             Petr Hluzin  <petr.hluzin@gmail.com>
9450
9451         * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9452         gdb_assert.  Fix info->size for SIG prologue.
9453
9454 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9455
9456         * infcmd.c (show_inferior_tty_command): Check for NULL.
9457         Correct output message.
9458
9459 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9460
9461         * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9462         FUNCTION contains parentheses.  Improve removal of a trailing
9463         single quote.
9464
9465 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9466
9467         * gcore.c (do_bfd_delete_cleanup): New function.
9468         (gcore_command): Use it.  Discard the cleanup after success.
9469         (gcore_copy_callback): Delete dead code.
9470
9471 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9472
9473         * symfile.c (addr_info_make_relative): Always use
9474         find_lowest_section.
9475
9476 2010-02-16  Sami Wagiaalla <swagiaal@redhat.com>
9477
9478         * NEWS: Added entry for namespace fixes.
9479
9480 2010-02-15  Tom Tromey  <tromey@redhat.com>
9481
9482         * dwarf2read.c (guess_structure_name): Allocate name on the
9483         objfile obstack.
9484
9485 2010-02-15  Tom Tromey  <tromey@redhat.com>
9486
9487         * c-typeprint.c (c_type_print_base): Reverse order of test.
9488
9489 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9490
9491         * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize.  Optionally
9492         initialize it from ELF BFD.  Extend the prelink condition by it.
9493
9494 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9495
9496         * defs.h (parse_pid_to_attach): New.
9497         * utils.c (parse_pid_to_attach): New.
9498         * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9499         * gnu-nat.c (gnu_attach): Likewise.
9500         * nto-procfs.c (procfs_attach): Likewise.
9501         * procfs.c (procfs_attach): Likewise.
9502         * windows-nat.c (windows_attach): Likewise.
9503         * inf-ptrace.c (inf_ptrace_attach): Likewise.  Remove variable dummy.
9504         * inf-ttrace.c (inf_ttrace_attach): Likewise.
9505         * remote.c (extended_remote_attach_1): Likewise.  New comment on getpid
9506         check.
9507
9508 2010-02-14  Masaki Muranaka  <monaka@monami-software.com>
9509
9510         * MAINTAINERS: Add myself for write after approval privileges.
9511
9512 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9513
9514         * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9515         block.
9516
9517 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9518
9519         * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9520         only if INFO_VERBOSE.
9521
9522 2010-02-12  Tomas Holmberg <th@virtutech.com>
9523
9524         * mi/mi-main.c: Added the --reverse flag to the following MI
9525         commands: exec-continue, exec-finish, exec-next, exec-step,
9526         exec-next-instruction, exec-step-instruction. This is to
9527         support reverse execution over the MI interface to gdb.
9528
9529 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9530
9531         * tracepoint.c (_initialize_tracepoint): Specify that the address
9532         range of `tfind outsize' is exclusive, and that the address range
9533         of `tfind range' is inclusive, in the commands' help strings.
9534
9535 2010-02-12  Joel Brobecker  <brobecker@adacore.com>
9536
9537         Spurious "dll not found" error messages on x64-windows.
9538         * windows-nat.c: Add include of complaints.h.
9539         (handle_unload_dll): Change dll-not-found error into a complaint.
9540
9541 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9542
9543         * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9544         bp_tracepoint and bp_fast_tracepoint, not
9545         bp_loc_software_breakpoint.
9546         (update_global_location_list): Tracepoints are never duplicates of
9547         anything.
9548
9549 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9550
9551         * breakpoint.c (break_command_really): Change return type to int.
9552         Return false if no breakpoint was created, true otherwise.
9553         (trace_command): Don't set the tracepoint count if no tracepoint
9554         was created.
9555         (ftrace_command): Ditto.
9556         (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
9557         created in the breakpoints table.
9558
9559 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9560             Ulrich Weigand  <uweigand@de.ibm.com>
9561
9562         * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
9563
9564 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9565
9566         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
9567         the offset value isn't of integral type.
9568
9569 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9570
9571         * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
9572         New.
9573
9574 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9575
9576         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
9577         non-subscriptable types.
9578         * valarith.c (binop_types_user_defined_p): New, abstracted out
9579         from ...
9580         (binop_user_defined_p): ... this.
9581         * value.h (binop_types_user_defined_p): Declare.
9582
9583 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9584
9585         * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
9586         Merge uploaded TSVs before merging uploaded tracepoints.
9587
9588 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9589
9590         * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
9591
9592 2010-02-11  Vladimir Prus  <vladimir@codesourcery.com>
9593
9594         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
9595         whitespace character after a dot in comment.
9596         (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
9597         Likewise.
9598         (list_args_or_locals): For the 'all' (that is
9599         -stack-list-variables) case, always output list of tuples.
9600         Output 'arg' field if variable is argument.
9601
9602 2010-02-10  Tom Tromey  <tromey@redhat.com>
9603
9604         * parser-defs.h (parser_debug): Declare.
9605         * parse.c (_initialize_parse): Install "debug parser" set/show
9606         command.
9607         (parser_debug): New global.
9608         (show_parserdebug): New function.
9609         * c-exp.y (c_parse): Set yydebug.
9610
9611 2010-02-10  H.J. Lu  <hongjiu.lu@intel.com>
9612
9613         * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
9614         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9615         (tdesc_predefined_types): Add i387_ext, i386_eflags and
9616         i386_mxcsr.
9617         (tdesc_find_type): New.
9618         (tdesc_gdb_type): Use tdesc_find_type.  Handle TDESC_TYPE_I387_EXT,
9619         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9620
9621         * target-descriptions.h (tdesc_find_type): New.
9622
9623 2010-02-10  Michael Snyder  <msnyder@vmware.com>
9624
9625         * gdb-gdb.py: Comment fix.
9626
9627 2010-02-09  Tristan Gingold  <gingold@adacore.com>
9628
9629         * machoread.c (macho_symfile_relocate): New function.
9630         (macho_sym_fns): Use macho_symfile_relocate instead of
9631         default_symfile_relocate.
9632         (macho_oso_data): New type.
9633         (current_oso): New variable.
9634         (macho_add_oso_symfile): Do not compute section_addr_info, but
9635         instead set vma of sections.
9636         Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
9637         Set and clear current_oso.
9638
9639 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
9640
9641         Wrong type description for tagged type parameter.
9642         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
9643         EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
9644         reference to a tagged type.
9645
9646 2010-02-09  Tristan Gingold  <gingold@adacore.com>
9647
9648         * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
9649         brothers of the parent.
9650
9651 2010-02-08  Tom Tromey  <tromey@redhat.com>
9652
9653         PR c++/8017:
9654         * value.h: Update.
9655         * valops.c (search_struct_field): Make 'name' const.
9656         (search_struct_method): Likewise.
9657         (find_method_list): Make 'method' const.
9658         (value_struct_elt): Make 'name' and 'err' const.
9659         (value_find_oload_method_list): Make 'method' const.
9660         (find_overload_match): Make 'name' const.
9661         * eval.c (evaluate_subexp_standard): New locals function,
9662         function_name.
9663         <OP_FUNCALL>: Handle OP_SCOPE specially.
9664
9665 2010-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
9666
9667         * infrun.c (handle_inferior_event): Do not look up regcache
9668         for exited processes.
9669
9670 2010-02-08  Chris Moller  <moller@mollerware.com>
9671
9672         PR gdb/10728
9673         * valarith.c (value_ptrdiff): Added a test for a zero type length,
9674         warn if found, and assume length = 1.
9675
9676 2010-02-08  Chris Moller  <cmoller@redhat.com>
9677
9678         PR gdb/9067
9679         * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
9680         (cp_print_static_field)  Fix use of obstacks.
9681
9682 2010-02-08  Pedro Alves  <pedro@codesourcery.com>
9683
9684         * linux-nat.c (linux_nat_resume): In non-stop, also only tag
9685         resumed LWPs as resumed.
9686         (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
9687         we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
9688         of throwing an internal error.  If an LWP of a process we're not
9689         waiting for reports a signal, don't force collecting a SIGSTOP,
9690         and if it was breakpoint hit in non-stop mode, cancel it.  Don't
9691         go through all LWPs cancelling breakpoints in non-stop mode.
9692         (resume_stopped_resumed_lwps): New.
9693         (linux_nat_wait): Use it.
9694
9695 2010-02-07  H.J. Lu  <hongjiu.lu@intel.com>
9696
9697         * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
9698         i386/amd64 and i386/amd64-linux.
9699         (i386/i386-expedite): New.
9700         (i386/i386-linux-expedite): Likewise.
9701         (i386/amd64-expedite):Likewise.
9702         (i386/amd64-linux-expedite): Likewise.
9703         ($(outdir)/i386/i386-linux.dat): Likewise.
9704         ($(outdir)/i386/amd64.dat): Likewise.
9705         ($(outdir)/i386/amd64-linux.dat): Likewise.
9706
9707         * features/i386/32bit-core.xml: New.
9708         * features/i386/32bit-linux.xml: Likewise.
9709         * features/i386/32bit-sse.xml: Likewise.
9710         * features/i386/64bit-core.xml: Likewise.
9711         * features/i386/64bit-linux.xml: Likewise.
9712         * features/i386/64bit-sse.xml: Likewise.
9713         * features/i386/i386-linux.xml: Likewise.
9714         * features/i386/i386.xml: Likewise.
9715         * features/i386/amd64-linux.xml: Likewise.
9716         * features/i386/amd64.xml: Likewise.
9717         * features/i386/i386-linux.c: Likewise.
9718         * features/i386/i386.c: Likewise.
9719         * features/i386/amd64-linux.c: Likewise.
9720         * features/i386/amd64.c: Likewise.
9721
9722 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
9723
9724         PR c++/7935:
9725         * cp-support.h: Added char* alias element to using_direct data
9726         struct.
9727         (cp_add_using): Added char* alias argument.
9728         (cp_add_using_directive): Ditto.
9729         * cp-namespace.c: Updated with the above changes.
9730         (cp_lookup_symbol_imports): Check for aliases.
9731         * dwarf2read.c (read_import_statement): Figure out local alias
9732         for the import and pass it on to cp_add_using.
9733         (read_namespace): Pass alias argument to cp_add_using.
9734
9735 2010-02-05  Hui Zhu  <teawater@gmail.com>
9736
9737         * defs.h (gdb_bfd_errmsg): New extern.
9738         * exec.c (exec_file_attach): Change bfd_errmsg to
9739         gdb_bfd_errmsg.
9740         * utils.c (AMBIGUOUS_MESS1): New macro.
9741         (AMBIGUOUS_MESS2): New macro.
9742         (gdb_bfd_errmsg): New function.
9743
9744 2010-02-04  Doug Evans  <dje@google.com>
9745
9746         * solib-svr4.c (enable_break): Add comment.
9747
9748 2010-02-04  Anthony Green  <green@moxielogic.com>
9749
9750         * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
9751         gracefully.
9752
9753 2010-02-04  Tom Tromey  <tromey@redhat.com>
9754
9755         * valops.c (search_struct_field): Account for
9756         value_embedded_offset.  Fix check for virtual base past the end of
9757         the object.  Use value_copy when making a slice of the value.
9758
9759 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
9760
9761         PR tui/9622
9762         * tui/tui-interp.c (tui_init): Call tui_initialize_readline
9763         only if gdb_stdout is a tty.
9764
9765 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
9766
9767         * target-descriptions.c: Include "osabi.h".
9768         (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
9769         OSABI.
9770
9771 2010-02-04  Tristan Gingold  <gingold@adacore.com>
9772
9773         * machoread.c (macho_add_oso): Renamed to macho_register_oso.
9774         (macho_symtab_read): Adjust calls to macho_add_oso.
9775         (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
9776         (macho_symfile_read): Adjust call to macho_oso_symfile.
9777         (macho_new_init): Move this function after declarations.
9778         (macho_symfile_init): Ditto.
9779         * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
9780         * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
9781
9782 2010-02-04  Vladimir Prus  <vladimir@codesourcery.com>
9783
9784         Include MI command in remotelog.
9785
9786         * mi/mi-main.c (mi_execute_command): Call target_log_command.
9787
9788 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
9789
9790         * remote.c (remote_state): Remove gdbarch.
9791         (init_remote_state): Don't set gdbarch.
9792         (remote_query_supported): Pass target_gdbarch instead of
9793         rs->gdbarch to gdbarch_qsupported.
9794
9795 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
9796
9797         * gdbarch.sh: Add qsupported.
9798
9799         * gdbarch.c: Regenerated.
9800         * gdbarch.h: Likewise.
9801
9802         * remote.c (remote_state): Add gdbarch.
9803         (init_remote_state): Set gdbarch.
9804         (remote_query_supported): Support gdbarch_qsupported.
9805
9806 2010-02-03  Daniel Jacobowitz  <dan@codesourcery.com>
9807
9808         * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
9809         __FreeBSD_kernel_version.
9810
9811 2010-02-03  Tristan Gingold  <gingold@adacore.com>
9812
9813         * symfile.h (struct sym_fns): Add sym_relocate field.
9814         (default_symfile_relocate): New prototype.
9815         (symfile_relocate_debug_section): First argument is now an objfile.
9816         * symfile.c (default_symfile_relocate): Rename from
9817         symfile_relocate_debug_section, first argument is now an objfile.
9818         (symfile_relocate_debug_section): New function.
9819         * coffread.c (coff_sym_fns): Set sym_relocate field.
9820         * somread.c (som_sym_fns): Ditto.
9821         * mipsread.c (ecoff_sym_fns): Ditto.
9822         * machoread.c (macho_sym_fns): Ditto.
9823         * elfread.c (elf_sym_fns): Ditto.
9824         * dwarf2read.c (dwarf2_read_section): Ditto.
9825         * xcoffread.c (xcoff_sym_fns): Ditto.
9826         * dbxread.c (aout_sym_fns): Ditto.
9827         (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
9828         (elfstab_build_psymtabs): Ditto.
9829
9830 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
9831
9832         * defs.h (MAX_REGISTER_SIZE): Increase to 32.
9833
9834 2010-02-02  Tom Tromey  <tromey@redhat.com>
9835
9836         * valops.c (value_cast_structs): Try downcasting using the RTTI
9837         type.
9838
9839 2010-02-02  Tom Tromey  <tromey@redhat.com>
9840
9841         * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
9842         (gnuv2_baseclass_offset): Now static.
9843         * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
9844         * gnu-v2-abi.h: Remove.
9845
9846 2010-02-02  Tom Tromey  <tromey@redhat.com>
9847
9848         * m2-typeprint.c (m2_record_fields): Don't use
9849         TYPE_DECLARED_TYPE.
9850         * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
9851         (struct main_type) <flag_declared_class>: New field.
9852         (struct cplus_struct_type) <declared_type>: Remove.
9853         <ntemplate_args>: Move earlier.
9854         (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
9855         (DECLARED_TYPE_TEMPLATE): Remove.
9856         (TYPE_DECLARED_TYPE): Remove.
9857         * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
9858         * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
9859         * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
9860         TYPE_DECLARED_TYPE.
9861
9862 2010-02-02  Tom Tromey  <tromey@redhat.com>
9863
9864         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
9865         * valops.c (search_struct_field): Compute nbases after calling
9866         CHECK_TYPEDEF.
9867         (check_field): Call CHECK_TYPEDEF.
9868         * cp-valprint.c (cp_print_value): Pass correct address to
9869         baseclass_offset.  Fix check for virtual base past the end of the
9870         object.  Don't offset address passed to cp_print_value_fields or
9871         apply_val_pretty_printer.
9872         (cp_print_value_fields): Fix call to val_print.
9873         (cp_print_value_fields_rtti): New function.
9874         * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
9875         * p-valprint.c (pascal_object_print_value_fields): Fix call to
9876         val_print.
9877         * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
9878         offset to address.
9879         * language.h (struct language_defn) <la_val_print>: Document.
9880         * c-lang.h (cp_print_value_fields_rtti): Declare.
9881
9882 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9883
9884         PR libc/11214:
9885         * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9886         (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
9887         (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9888
9889 2010-02-01  Michael Matz  <matz@suse.de>
9890             Daniel Jacobowitz  <dan@codesourcery.com>
9891
9892         * i386-tdep.c (i386_frame_cache): Assume valid anonymous
9893         functions use a frame pointer.
9894
9895 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9896
9897         * solib-svr4.c (scan_dyntag): New variable dyn_addr.  Replace gdb_assert
9898         by a conditional setting DYN_ADDR.  Use DYN_ADDR.
9899         * config/djgpp/fnchange.lst: Add translations for
9900         symbol-without-target_section.exp and symbol-without-target_section.c.
9901
9902 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9903
9904         * gdbarch.sh: Set LANG and LC_ALL to C, not c.
9905         (remote_breakpoint_for_pc): Correct invalid_p check.
9906         * gdbarch.c: Regenerated.
9907
9908 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9909
9910         * arm-tdep.c (arm_find_mapping_symbol): New function, from
9911         arm_pc_is_thumb.
9912         (arm_pc_is_thumb): Use arm_find_mapping_symbol.
9913         (extend_buffer_earlier): New function.
9914         (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
9915         (arm_adjust_breakpoint_address): New function.
9916         (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
9917
9918 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9919
9920         * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
9921         (arm_linux_thumb2_le_breakpoint): New constants.
9922         (arm_linux_init_abi): Set thumb2_breakpoint and
9923         thumb2_breakpoint_size.
9924         * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
9925         (thumb_get_next_pc): Add a comment.  Rename IT to ITSTATE.
9926         Implement support for single stepping through IT blocks if
9927         a 32-bit Thumb breakpoint instruction is available.
9928         (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
9929         is available, use it when needed.
9930         (arm_remote_breakpoint_from_pc): New function.
9931         (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
9932         * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
9933         comment.  Add thumb2_breakpoint and thumb2_breakpoint_size.
9934
9935 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9936
9937         * arch-utils.c (default_remote_breakpoint_from_pc): New function.
9938         * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
9939         * gdbarch.c, gdbarch.h: Regenerated.
9940         * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
9941         * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
9942         gdbarch_remote_breakpoint_from_pc.
9943
9944 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
9945
9946         * infrun.c (prepare_to_proceed): Handle other signals which might
9947         match a breakpoint.
9948         (handle_inferior_event): Move the check for unusual breakpoint
9949         signals earlier.
9950
9951 2010-01-29  Paul Hilfinger  <hilfinger@adacore.com>
9952
9953         amd64 - function returning record with field straddling 2 registers.
9954         * amd64-tdep.c (amd_classify_aggregate): Handle the case of
9955         a record of length <= 16 in which a field straddles the two
9956         eightbytes.
9957
9958 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9959
9960         Implement return values on amd64-windows.
9961         * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
9962         (amd64_windows_return_value): New function.
9963         (amd64_windows_init_abi): Call set_gdbarch_return_value with
9964         amd64_windows_return_value.
9965
9966 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9967
9968         amd64-windows: 32 bytes allocated on stack by caller for integer
9969         parameter registers.
9970         * i386-tdep.h (struct gdbarch_tdep): Add new field
9971         integer_param_regs_saved_in_caller_frame.
9972         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9973         tdep->integer_param_regs_saved_in_caller_frame to 1.
9974         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
9975         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
9976
9977 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9978
9979         amd64-windows: memory args passed by pointer during function calls.
9980         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
9981         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
9982         where tdep->memory_args_by_pointer is non-zero.
9983         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9984         tdep->memory_args_by_pointer to 1.
9985
9986 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9987
9988         amd64-windows: Integer parameters in function calls.
9989         * i386-tdep.h (enum amd64_reg_class): New, moved here from
9990         amd64-tdep.c.
9991         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
9992         call_dummy_integer_regs, and classify.
9993         * amd64-tdep.h (amd64_classify): Add declaration.
9994         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
9995         (amd64_reg_class): Delete, moved to i386-tdep.h.
9996         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
9997         Replace call to amd64_classify by call to tdep->classify.
9998         (amd64_push_arguments): Get the list of registers to use for
9999         passing integer parameters from the gdbarch tdep structure,
10000         rather than using a hardcoded one.  Replace calls to amd64_classify
10001         by calls to tdep->classify.
10002         (amd64_push_dummy_call): Get the register number used for
10003         the "hidden" argument from tdep->call_dummy_integer_regs.
10004         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
10005         and tdep->call_dummy_integer_regs.  Set tdep->classify.
10006         * amd64-windows-tdep.c: Add include of gdbtypes.h.
10007         (amd64_windows_dummy_call_integer_regs): New static global.
10008         (amd64_windows_classify): New function.
10009         (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
10010         tdep->call_dummy_integer_regs and tdep->classify.
10011
10012 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
10013
10014         * regcache.c (regcache_xmalloc): Add aspace argument.  Use it
10015         for the new regcache.  All callers updated.
10016         (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
10017         (get_thread_arch_regcache): Do not set aspace here.
10018         * regcache.h (regcache_xmalloc): Update declaration.
10019
10020         * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
10021         regcache_xmalloc updated.
10022
10023 2010-01-28  Joel Brobecker  <brobecker@adacore.com>
10024
10025         Another -Wunused-function error in procfs.c (sparc-solaris)
10026         * procfs.c (insert_dbx_link_breakpoint): Delete declaration.  Move up.
10027         Only define if SYS_syssgi is defined.
10028         (remove_dbx_link_breakpoint): Delete declaration.  Move up.
10029         (dbx_link_addr, insert_dbx_link_bpt_in_file)
10030         (insert_dbx_link_bpt_in_region): Move up.  Only define if SYS_syssgi
10031         is itself defined.
10032
10033 2010-01-27  Christopher Faylor  <me+cygwin@cgf.cx>
10034
10035         * windows-nat.c (windows_initialization_done): New variable.
10036         (get_windows_debug_event): Issue error when process dies before
10037         completely initializing.
10038         (do_initial_windows_stuff): Set flag to indicate when we are done with
10039         the initial steps of attaching to the child.
10040
10041 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10042
10043         * symtab.h (struct symbol <symtab>): New comment on NULL values.
10044
10045 2010-01-27  Doug Evans  <dje@google.com>
10046
10047         * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10048
10049         * breakpoint.c (bpstat_stop_status): Delete useless code.
10050
10051 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10052
10053         * printcmd.c (display_uses_solib_p): Remove variable section.  Access
10054         objfile via SYMBOL_SYMTAB.
10055
10056 2010-01-26  Tom Tromey  <tromey@redhat.com>
10057
10058         PR exp/7643:
10059         * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10060         coerce_array on result.
10061
10062 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
10063
10064         * cp-namespace.c (cp_lookup_symbol_namespace): Added
10065         search_parent argument.
10066         (cp_add_using): Initialize 'searched' field.
10067         (reset_directive_searched): New function.
10068         * cp-support.h: Add 'searched' field to using_direct struct.
10069         (cp_lookup_symbol_imports): Ditto.
10070         * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10071         Perform recursive search.
10072         Implement non parent search.
10073         * valops.c (value_maybe_namespace_elt): Updated.
10074
10075 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
10076
10077         PR gdb/10929:
10078         * dwarf2read.c (read_lexical_block_scope): Create blocks for
10079         scopes which contain using directives even if they contain no
10080         declarations.
10081         * symtab.c (lookup_symbol_aux): Pass lowest level block to
10082         la_lookup_symbol_nonlocal.
10083         * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10084         cp_lookup_symbol_namespace.
10085         (cp_lookup_symbol_namespace): Perform an import lookup at every
10086         block level.
10087         (cp_lookup_symbol_imports): New function.
10088         (cp_lookup_symbol_in_namespace): New function.
10089
10090 2010-01-25  Tom Tromey  <tromey@redhat.com>
10091
10092         PR gdb/11049:
10093         * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10094         result.
10095
10096 2010-01-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10097
10098         * configure.ac: Only use host_os part when disabling TUI on osf.
10099         Use test to check variables, prefix strings with x.
10100         * configure: Regenerate.
10101
10102         * solib-osf.c (osf_current_sos): Initialize tail.
10103
10104 2010-01-25  gingold  <gingold@adacore.com>
10105
10106         * windows-nat.c (windows_continue): Use %x to print thread id.
10107         (get_windows_debug_event): Ditto.
10108
10109 2010-01-22  Tom Tromey  <tromey@redhat.com>
10110
10111         PR symtab/11199:
10112         * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10113         type and arguments.  Use smash_to_methodptr_type.
10114         (read_structure_type): Call quirk_gcc_member_function_pointer
10115         later.
10116         * gdbtypes.h (smash_to_methodptr_type): Declare.
10117         * gdbtypes.c (smash_to_methodptr_type): New function.
10118         (lookup_methodptr_type): Use it.
10119
10120 2010-01-21  Tom Tromey  <tromey@redhat.com>
10121
10122         PR symtab/11198:
10123         * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10124         * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10125         * glibc-tdep.c (find_minsym_and_objfile): Remove.
10126         (glibc_skip_solib_resolver): Use
10127         lookup_minimal_symbol_and_objfile.
10128
10129 2010-01-21  Kai Tietz  <kai.tietz@onevision.com>
10130
10131         * inflow.c (check_syscall): Guard by #if clause for GO32 and
10132         WIN32 targets.
10133
10134 2010-01-20  Tom Tromey  <tromey@redhat.com>
10135
10136         PR backtrace/10770:
10137         * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10138         BINOP_GEQ.  Handle BINOP_NOTEQUAL in the signed case.
10139         * dwarf2expr.c (new_dwarf_expr_context): Allocate
10140         dwarf_stack_values, not CORE_ADDRs.
10141         (execute_stack_op): Change DW_OP_div and comparison operators to
10142         use signed operands.
10143
10144 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
10145
10146         Per-inferior args and tty and environment.
10147
10148         * infcmd.c (inferior_args): Rename to ...
10149         (inferior_args_scratch): ... this.
10150         (inferior_io_terminal): Rename to ...
10151         (inferior_io_terminal_scratch): ... this.
10152         (inferior_argc, inferior_argv): Remove.
10153         (set_inferior_io_terminal, get_inferior_io_terminal): Store
10154         inside current_inferior().
10155         (set_inferior_tty_command, show_inferior_tty_command): New.
10156         (get_inferior_args, set_inferior_args): Store inside
10157         current_inferior().
10158         (notice_args_set): Likewise and rename to...
10159         (set_args_command): ... this.
10160         (set_inferior_args_vector): Likewise.
10161         (notice_args_read): Rename to...
10162         (show_args_command): ...new.
10163         (tty_command): Remove.
10164         (run_command_1): Don't free old args, as they are freed by
10165         set_inferior_arg now.
10166         (run_no_args_command): Likewise.
10167         (inferior_environ): Remove.
10168         (run_command_1): Use environment of the current inferior.
10169         (environment_info, set_environment_command)
10170         (unset_environment_command, path_info, path_command): Likewise.
10171         (_initialize_infcmd): Adjust for function and variable renames.
10172         Do not init inferior_environ.
10173         * inferior.h (set_inferior_arg): Adjust prototype.
10174         (struct inferior): New fields args, argc, argv, terminal, environment.
10175         (inferior_environ): Remove declaration.
10176         * inferior.c (free_inferior): Free new fields.
10177         (add_inferior_silent): Initialize 'environment' field.
10178         * main.c (captured_main): Set arguments only after the initial
10179         inferior has been created.  Set set_inferior_io_terminal,
10180         not tty_command.
10181         * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10182         inferior.
10183         (_initialize_mi_cmd_env): Adjust for disappearance of global
10184         inferior_environ.
10185         * solib.c (solib_find): Use environment of the current inferior.
10186
10187 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10188
10189         * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10190         HAVE_PYTHON.
10191         (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10192
10193 2010-01-20  Joel Brobecker  <brobecker@adacore.com>
10194
10195         Get rid of ada-lang.c:function_name_from_pc.
10196         * ada-lang.c: Add "stack.h" #include.
10197         (function_name_from_pc): Delete.
10198         (is_known_support_routine): Replace call to function_name_from_pc
10199         by call to find_frame_funname.
10200         (ada_unhandled_exception_name_addr_from_raise): Likewise.
10201
10202 2010-01-19  Tom Tromey  <tromey@redhat.com>
10203
10204         PR c++/11026:
10205         * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10206         objfile obstack.
10207
10208 2010-01-19  Tom Tromey  <tromey@redhat.com>
10209
10210         * top.c (stop_sig, float_handler, do_nothing): Remove.
10211
10212 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10213
10214         * breakpoint.c (watchpoint_check): Check the call
10215         gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10216         Extend the comment.
10217         * config/djgpp/fnchange.lst: Add translations for
10218         watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10219         watchpoint-cond-gone-stripped.c.
10220
10221 2010-01-19  Tom Tromey  <tromey@redhat.com>
10222
10223         PR c++/8000:
10224         * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10225         into parent scope, and enumerator into grandparent scope.
10226
10227 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10228
10229         * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10230
10231 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10232
10233         * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10234         i[34567]86-*-solaris2.1[0-9]*.
10235         * configure.tgt: Likewise.
10236
10237 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10238
10239         * NEWS: Document the source command enhancement allowing it
10240         to load Python scripts. Document the "set/show script-extension"
10241         commands.
10242
10243 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10244
10245         Add -Wunused-function to compile flags.
10246         * configure.ac: Add -Wunused-function to build_warnings.
10247         * configure: Regenerate.
10248
10249 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10250
10251         "delete" ada-lex.c:input function, not used.
10252         * ada-lex.l: #define YY_NO_INPUT.
10253
10254 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10255
10256         Delete free_named_symtabs and associated cleanup.
10257         * symfile.h (free_named_symtabs): Delete declaration.
10258         * symfile.c: Remove some commented out code (clear_symtab_users_once).
10259         (cashier_psymtab): Comment function out.
10260         Delete declaration.
10261         (free_named_symtabs): Delete.
10262         * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10263         * dbxread.c (end_psymtab): Likewise.
10264         * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10265         * exec.c (exec_close_1): Ditto.
10266         * xcoffread.c (xcoff_end_psymtab): Likewise.
10267
10268 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10269
10270         * stack.c (print_block_frame_labels): Comment function out.
10271
10272 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10273
10274         Delete unused or undefined functions.
10275         * breakpoint.c (ep_parse_optional_filename): Delete.
10276         * dcache.c (dcache_write_line): Remove declaration.
10277         * infrun.c (build_infrun): Remove declaration.
10278         * tracepoint.c (tracepoint_save_command): Remove declaration.
10279         * linux-nat.c (init_lwp_list): Delete. No longer used.
10280         * event-loop.c (check_async_signal_handlers): Delete declaration.
10281         * infrun.c (init_execution_control_state): Delete.
10282         (proceed): Update comment to avoid mentioning
10283         init_execution_control_state.
10284         * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10285         * ada-lang.c (ada_to_static_fixed_value): Delete.
10286         * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10287         * cp-namespace.c (cp_copy_usings): Delete.
10288         * xml-syscall.c (xml_number_of_syscalls): Delete.
10289         * progspace.c (find_program_space_by_num): Delete.
10290         * inflow.c (handle_sigio): Delete declaration.
10291         * hppa-tdep.c (hppa_alignof): Delete.
10292         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10293         (mipsnbsd_core_osabi_sniffer): Delete.
10294
10295 2010-01-18  Tom Tromey  <tromey@redhat.com>
10296
10297         PR c++/9680:
10298         * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10299         (CONST_CAST): New tokens.
10300         (exp): Add new productions.
10301         (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10302         reinterpret_cast.
10303         (is_cast_operator): New function.
10304         (yylex): Handle cast operators specially.
10305         * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10306         UNOP_REINTERPRET_CAST>: New cases.
10307         * expprint.c (print_subexp_standard): Likewise.
10308         (op_name_standard): Likewise.
10309         (dump_subexp_body_standard): Likewise.
10310         * parse.c (operator_length_standard): Likewise.
10311         * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10312         UNOP_REINTERPRET_CAST.
10313         * gdbtypes.c (class_types_same_p): New function.
10314         (is_ancestor): Use it.
10315         (is_public_ancestor): New function.
10316         (is_unique_ancestor_worker): Likewise.
10317         (is_unique_ancestor): Likewise.
10318         * gdbtypes.h (class_types_same_p, is_public_ancestor)
10319         (is_unique_ancestor): Declare.
10320         * valops.c (value_reinterpret_cast): New function.
10321         (dynamic_cast_check_1): Likewise.
10322         (dynamic_cast_check_2): Likewise.
10323         (value_dynamic_cast): Likewise.
10324         * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10325
10326 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10327
10328         Fix build failure when building without Python support.
10329         * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10330         is not defined.
10331
10332 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10333
10334         Use XVS field type instead of doing a parallel lookup.
10335         * ada-lang.c (ada_get_base_type): Follow the XVS field type
10336         if it is a reference type instead of doing a type lookup using
10337         the XVS field name.
10338
10339 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10340
10341         Trust PAD types instead of using PAD___XVS.
10342         * ada-lang.c (trust_pad_over_xvs): New static variable.
10343         (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10344         parallel XVS type, follow the XVS type instead of the PAD type.
10345         (unwrap_value): Make sure that there is no parallel XVE type
10346         before returning the value as is.
10347         (set_ada_list, show_ada_list): New static variables.
10348         (set_ada_command, show_ada_command): New functions.
10349         (_initialize_ada_language): Add new "set/show ada" prefix commands.
10350         Add new "set/show ada trust-PAD-over-XVS" setting.
10351
10352 2010-01-18  Tom Tromey  <tromey@redhat.com>
10353             Thiago Jung Bauermann  <bauerman@br.ibm.com>
10354
10355         Allow "source" to load python scripts.
10356         * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10357         * python/python.c (source_python_script): New function.
10358         * python/python.h (source_python_script): Add declaration.
10359         * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10360         (script_ext_off, script_ext_soft, script_ext_strict)
10361         (script_ext_enums, script_ext_mode): New static constants.
10362         (show_script_ext_mode, find_and_open_script): New functions.
10363         (source_script): Enhance to handle Python scripts.
10364         (init_cli_cmds): Add set/show script-extension commands.
10365
10366 2010-01-16  Stan Shebs  <stan@codesourcery.com>
10367
10368         * tracepoint.h (struct trace_status): Use unsigned long long
10369         instead of size_t.
10370         * tracepoint.c (trace_status_command): Fix printf directive.
10371         (trace_save_command): Check fwrite returns, fix printf directive.
10372         (trace_filename): New global.
10373         (tfile_open): Set it, check read returns.
10374         (tfile_close): Free trace_filename.
10375         (tfile_get_traceframe_address): Check read returns.
10376         (tfile_trace_find): Ditto.
10377         (tfile_fetch_registers): Ditto.
10378         (tfile_xfer_partial): Ditto.
10379         (tfile_get_trace_state_variable_value): Ditto.
10380
10381 2010-01-15  Stan Shebs  <stan@codesourcery.com>
10382
10383         Add trace file support.
10384         * tracepoint.h (enum trace_stop_reason): New enum.
10385         (struct trace_status): New struct.
10386         (parse_trace_status): Declare.
10387         (struct uploaded_tp): Move here from remote.c,
10388         add fields for actions.
10389         (struct uploaded_tsv): New struct.
10390         * tracepoint.c (tfile_ops): New target vector.
10391         (trace_fd): New global.
10392         (tfile_open): New function.
10393         (tfile_close): New function.
10394         (tfile_files_info): New function.
10395         (tfile_get_trace_status): New function.
10396         (tfile_get_traceframe_address): New function.
10397         (tfile_trace_find): New function.
10398         (tfile_fetch_registers): New function.
10399         (tfile_xfer_partial): New function.
10400         (tfile_get_trace_state_variable_value): New function.
10401         (init_tfile_ops): New function.
10402         (_initialize_tracepoint): Call it, add tfile target.
10403         (trace_status): New global.
10404         (current_trace_status): New function.
10405         (trace_running_p): Remove, change all users to get from
10406         current_trace_status()->running.
10407         (get_trace_status): Remove.
10408         (trace_status_command): Call target_get_trace_status directly,
10409         report more detail including tracing stop reasons.
10410         (trace_find_command): Always allow tfind on a file.
10411         (trace_find_pc_command): Ditto.
10412         (trace_find_tracepoint_command): Ditto.
10413         (trace_find_line_command): Ditto.
10414         (trace_find_range_command): Ditto.
10415         (trace_find_outside_command): Ditto.
10416         (trace_frames_offset, cur_offset): Declare as off_t.
10417         (trace_regblock_size): Rename from reg_size, update users.
10418         (parse_trace_status): New function.
10419         (tfile_interp_line): New function.
10420         (disconnect_or_stop_tracing): Ensure current trace
10421         status before asking what to do.
10422         (stop_reason_names): New global.
10423         (trace_save_command): New command.
10424         (get_uploaded_tp): Move here from remote.c.
10425         (find_matching_tracepoint): Ditto.
10426         (merge_uploaded_tracepoints): New function.
10427         (parse_trace_status): Use stop_reason_names.
10428         (_initialize_tracepoint): Define tsave command.
10429         * target.h (target_ops): New fields to_save_trace_data,
10430         to_upload_tracepoints, to_upload_trace_state_variables,
10431         to_get_raw_trace_data, change to_get_trace_status
10432         to take a pointer to a status struct.
10433         (target_save_trace_data): New macro.
10434         (target_upload_tracepoints): New macro.
10435         (target_upload_trace_state_variables): New macro.
10436         (target_get_raw_trace_data): New macro.
10437         * target.c (update_current_target): Add new methods, change
10438         signature of to_get_trace_status.
10439         * remote.c (hex2bin): Make globally visible.
10440         (bin2hex): Ditto.
10441         (remote_download_trace_state_variable): Download name also.
10442         (remote_get_trace_status): Update parameter, use
10443         parse_trace_status.
10444         (remote_save_trace_data): New function.
10445         (remote_upload_tracepoints): New function.
10446         (remote_upload_trace_state_variables): New function.
10447         (remote_get_raw_trace_data): New function.
10448         (remote_start_remote): Use them.
10449         (_initialize_remote_ops): Add operations.
10450         * ax-gdb.c: Include breakpoint.h.
10451         * breakpoint.c (create_tracepoint_from_upload): Use
10452         break_command_really, return tracepoint, warn about unimplemented
10453         parts.
10454         * NEWS: Mention trace file addition.
10455
10456 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10457
10458         Fix compilation warning on gcc-3.4.
10459         * exec.c (print_section_info): Move the `displacement' variable
10460         initialization to its declaration.
10461
10462 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10463
10464         * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10465         comparison.
10466
10467 2010-01-15  Eric Botcazou  <botcazou@adacore.com>
10468
10469         "info tasks" broken by typedefs in ATCB type definitions.
10470         * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10471         ada_check_typedef before retrieving the length of the type for
10472         regular fields.
10473
10474 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
10475
10476         Do not use name-based lookup for unconstrained packed arrays.
10477         * ada-lang.c (find_parallel_type_by_descriptive_type):
10478         Limit the fallback to name-based lookups to the case where
10479         the type is a constrained packed array.
10480
10481 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
10482
10483         Enhance gdb-gdb.py to handle main_type.type_specific.
10484         * gdb-gdb.py: Print the type-specific part of struct main_type.
10485
10486 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10487
10488         * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10489         * configure: Regenerate.
10490         * config.in: Regenerate.
10491         * utils.c: Include sys/resource.h.
10492         (dump_core, can_dump_core): New.
10493         (internal_vproblem): Update the comment.  Check can_dump_core while
10494         setting dump_core_p.  Replace two abort calls by dump_core calls.
10495
10496 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10497             Eli Zaretskii  <eliz@gnu.org>
10498
10499         * NEWS: Document the PIE support.
10500
10501 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10502
10503         * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10504         (check_is_pie_binary, _initialize_linux_tdep): Remove.
10505
10506 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10507
10508         * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10509         Replace exec_entry_point call by bfd_get_start_address.
10510
10511 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10512
10513         Support Valgrind attachments broken by the PIE support.
10514         * auxv.c: Include gdbcore.h.
10515         (procfs_xfer_auxv): Make static.  Reduce its comment.  Drop its
10516         parameters ops, object and annex.  Remove their assertions.
10517         (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10518         * auxv.h (procfs_xfer_auxv): Remove comment.  Rename to ...
10519         (memory_xfer_auxv): ... here.
10520         * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10521         memory_xfer_auxv.
10522         * procfs.c (procfs_xfer_partial): Likewise.
10523         * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10524         (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10525         (svr4_solib_create_inferior_hook): Conditionalize the
10526         svr4_relocate_main_executable call.
10527
10528 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10529
10530         * solib-svr4.c (scan_dyntag): Remove variable dyn_addr.  New variable
10531         target_section.  Find SECT in current_target_sections, gdb_assert it.
10532         (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10533         New variable abfd.
10534         * symtab.c (lookup_objfile_from_block): Return the binary file instead
10535         of separate debug info file.
10536
10537 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10538
10539         Support PIEs with no symfile_objfile.
10540         * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10541         * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10542
10543 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10544
10545         * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
10546         code part to ...
10547         (svr4_static_exec_displacement): ... a new function.
10548         (svr4_exec_displacement): New function.
10549         (svr4_relocate_main_executable): Call svr4_exec_displacement.  Allocate
10550         new_offsets using alloca now.  Remove variable old_chain and changed.
10551         Call objfile_relocate unconditionally now.
10552
10553 2010-01-14  Doug Evans  <dje@google.com>
10554
10555         * gdbtypes.c (arch_flags_type): Fix comment.
10556         * gdbtypes.h (arch_composite_type): Fix comment.
10557
10558 2009-01-14  Tristan Gingold  <gingold@adacore.com>
10559
10560         * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
10561         Call xstrdup for abfd->filename.  Pass symfile_flags and objfile flags
10562         to symbol_file_add_from_bfd.  Add OSO as separate objfile.
10563         (macho_oso_symfile): Add symfile_flags parameter.  Pass it to
10564         macho_add_oso_symfile.
10565         (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
10566
10567 2010-01-14  Joel Brobecker  <brobecker@adacore.com>
10568
10569         Tru64: Dead threads are never deleted.
10570         * dec-thread.c (dec_thread_ptid_is_alive): New function.
10571         (dec_thread_count_gdb_threads): Fix counter increment.
10572         (dec_thread_add_gdb_thread): Fix *listp increment.
10573         (resync_thread_list): Fix bug in deletion of dead threads that
10574         caused all threads to be deleted, instead of just the dead ones.
10575
10576 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
10577
10578         PR python/10705
10579
10580         * python/python-internal.h: Add lazy_string_object_type
10581         definition.
10582         (create_lazy_string_object, gdbpy_initialize_lazy_string)
10583         (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
10584         * python/py-value.c (valpy_lazy_string): New function.
10585         (convert_value_from_python): Add lazy string conversion.
10586         * python/py-prettyprint.c (pretty_print_one_value): Check if
10587         return is also a lazy string.
10588         (print_string_repr): Add lazy string printing branch.
10589         (print_children): Likewise.
10590         * python/py-lazy-string.c: New file. Implement lazy strings.
10591         * python/python.c (_initialize_python): Call
10592         gdbpy_initialize_lazy_string.
10593         * varobj.c (value_get_print_value): Add lazy string printing
10594         branch.  Account for encoding.
10595         * c-lang.c (c_printstr): Account for new encoding argument.  If
10596         encoding is NULL, find encoding suited for type, otherwise use
10597         user encoding.
10598         * language.h (language_defn): Add encoding argument.
10599         (LA_PRINT_STRING): Likewise.
10600         * language.c (unk_lang_printstr): Update to reflect new encoding
10601         argument to language_defn.
10602         * ada-lang.h (ada_printstr): Likewise.
10603         * c-lang.h (c_printstr): Likewise.
10604         * p-lang.h (pascal_printstr);
10605         * f-lang.c (f_printstr): Likewise.
10606         * m2-lang.c (m2_printstr): Likewise.
10607         * objc-lang.c (objc_printstr): Likewise.
10608         * p-lang.c (pascal_printstr): Likewise.
10609         * scm-lang.c (scm_printstr): Likewise.
10610         * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
10611         encoding argument.
10612         * ada-valprint.c (ada_printstr): Likewise.
10613         * f-valprint.c (f_val_print): Likewise
10614         * m2-valprint.c (m2_val_print): Likewise.
10615         * p-valprint.c (pascal_val_print): Likewise.
10616         * expprint.c (print_subexp_standard): Likewise.
10617         * valprint.c (val_print_string): Likewise.
10618         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
10619         (SUBDIR_PYTHON_SRCS): Likewise.
10620         (py-lazy-string.o): New rule.
10621
10622 2010-01-13  Doug Evans  <dje@google.com>
10623
10624         * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
10625         uninitialized" warning from gcc on local `tree'.
10626
10627 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
10628
10629         Implement core awareness.
10630
10631         * bcache.c (compare_ints): Remove
10632         (print_percentage): Use compare_positive_ints.
10633         * defs.h (compare_positive_ints): Declare.
10634         * linux-nat.h (struct lin_lwp): New field core.
10635         (linux_nat_core_of_thread_1): Declare.
10636         * linux-nat.c (add_lwp): Init the 'core' field.
10637         (linux_nat_wait_1): Record the core.
10638         (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
10639         (linux_nat_add_target): Register the above.
10640         * linux-thread-db.c (update_thread_core): New.
10641         (thread_db_find_new_threads): Update core information for
10642         every thread.
10643         * remote.c (struct private_thread_info): New.
10644         (free_private_thread_info, demand_private_info): New.
10645         (PACKET_qXfer_threads, use_osdata_threads): New.
10646         (struct thread_item, threads_parsing_context
10647         (start_thread, end_thread, thread_attributes)
10648         (thread_children, threads_children, threads_elements): New.
10649         (remote_threads_info): Try qXfer:threads before anything
10650         else.
10651         (remote_protocol_packets): Register qXfer:threads.
10652         (remote_open_1): Init use_osdata_threads.
10653         (struct stop_reply): New field 'core'.
10654         (remote_parse_stop_reply): Parse core number.
10655         (process_stop_reply): Record core number.
10656         (remote_xfer_partial): Handle qXfer:threads.
10657         (remote_core_of_thread): New.
10658         (init_remote_ops): Register remote_core_of_thread.
10659         (_initialize_remote): Register qXfer:read.
10660         * target.c (target_core_of_thread): New
10661         * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
10662         (struct target_ops): New field to_core_of_threads.
10663         (target_core_of_thread): Declare.
10664         * gdbthread.h (struct thread_info): New field private_dtor.
10665         * thread.c (print_thread_info): Report the core.
10666         * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
10667         * utils.c (compare_positive_ints): New.
10668         * features/threads.dtd: New.
10669         * mi/mi-interp.c (mi_on_normal_stop): Report the core.
10670         * mi/mi-main.c (struct collect_cores_data, collect_cores)
10671         (do_nothing, free_vector_of_osdata_items)
10672         (splay_tree_int_comparator, free_splay_tree): New.
10673         (print_one_inferior_data): Implemented printing of selected
10674         inferiors.  Collect and print cores.
10675         (output_cores): New.
10676         (mi_cmd_list_thread_groups): Support --recurse.  Permit specifying
10677         thread groups together with --available.
10678
10679 2010-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10680
10681         * configure: Regenerate (for _STRUCTURED_PROC).
10682
10683 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10684
10685         Delete dead function.
10686         * ada-lang.c (extract_string): Delete.  No longer used.
10687
10688 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10689
10690         Fix -Wunused warning in dec-thread.c.
10691         * dec-thread.c (dec_thread_count_gdb_threads)
10692         (dec_thread_add_gdb_thread): Prevent -Wunused warning.
10693
10694 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10695
10696         * ada-valprint.c (ada_print_floating): Remove trailing space.
10697
10698 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10699
10700         Add support for DW_AT_GNAT_descriptive_type.
10701         * gdbtypes.h (enum type_specific_kind): New enum.
10702         (struct main_type) [type_specific_field]: New component.
10703         [type_specific]: Add new component "gnat_stuff".
10704         (struct gnat_aux_type): New type.
10705         (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
10706         (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
10707         (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
10708         (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
10709         (TYPE_SPECIFIC_FIELD): New macros.
10710         (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
10711         type does not hold any cplus-specific data.
10712         (TYPE_RAW_CPLUS_SPECIFIC): New macro.
10713         (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
10714         (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
10715         cplus-specific data.
10716         * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
10717         Set new component TYPE_SPECIFIC_FIELD (type).
10718         (gnat_aux_default): New constant.
10719         (allocate_gnat_aux_type): New function.
10720         (init_type): Add initialization the type-specific stuff for
10721         TYPE_CODE_FLT and TYPE_CODE_FUNC types.
10722         (print_gnat_stuff): New function.
10723         (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
10724         specific data.  Adjust code that prints the contents of the
10725         type-specific union using the TYPE_SPECIFIC_FIELD value.
10726         * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
10727         the type cplus stuff for Ada types.
10728         (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
10729         Error out if these routines are called with an Ada type.
10730         (read_structure_type, read_array_type, read_subrange_type):
10731         Add call to set_descriptive_type.
10732         (set_die_type): Initialize the gnat-specific data if necessary.
10733         (need_gnat_info, die_descriptive_type, set_descriptive_type):
10734         New functions.
10735         * ada-lang.c (decode_constrained_packed_array_type): Use
10736         decode_constrained_packed_array_type instead of doing a standard
10737         lookup to locate a parallel type.
10738         (find_parallel_type_by_descriptive_type): New function.
10739         (ada_find_parallel_type_with_name): New function.
10740         (ada_find_parallel_type): Reimplement using
10741         ada_find_parallel_type_with_name.
10742         * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
10743         to check if type has a cplus stuff.
10744         * linespec.c (total_number_of_methods): Likewise.
10745         * mdebugread.c (new_type): Likewise.
10746
10747 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10748
10749         * NEWS: Document the 0b binary number prefix parsing.
10750
10751 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10752
10753         * objfiles.c (objfile_relocate1): Change the return type to int.
10754         Describe the new return value.  Return non-zero if data changed.
10755         (objfile_relocate): New variable changed.  Set it.  Call
10756         breakpoint_re_set depending on CHANGED.
10757
10758 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10759
10760         Implement binary numbers parsing.
10761         * c-exp.y (parse_number): New case 'b' and 'B'.
10762
10763 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10764             Tristan Gingold  <gingold@adacore.com>
10765
10766         * solib.c (info_sharedlibrary_command): Replace
10767         objfile_has_partial_symbols and objfile_has_full_symbols calls by
10768         objfile_has_symbols.
10769
10770 2010-01-10  Joel Brobecker  <brobecker@adacore.com>
10771
10772         * NEWS: Document the improvements made to the mips-irix port.
10773
10774 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10775
10776         Fix the documentation of valprint.c:value_print.
10777         * valprint.c (value_print): Update the function description to
10778         mention that the syntax of the output follows the current_language,
10779         not necessarily C.
10780
10781 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10782
10783         Fix displacement of separate debug info files.
10784         * objfiles.c (objfile_relocate): Rename to ...
10785         (objfile_relocate1): ... here and make it static.  Extend the comment.
10786         (objfile_relocate): New function.
10787         * solib-spu.c (spu_relocate_main_executable): Explicitly check if
10788         SYMFILE_OBJFILE is NULL.  Remove variables objfile and old_chain.
10789         Remove following of SEPARATE_DEBUG_OBJFILE.  new_offsets is now
10790         allocated using alloca.
10791         * symfile.c (copy_section_addr_info): Remove.
10792         (build_section_addr_info_from_objfile): Make it global.  New variables
10793         addr_bit and mask, use them.
10794         * symfile.h (build_section_addr_info_from_objfile): New prototype.
10795         (copy_section_addr_info): Remove.
10796
10797 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10798
10799         Signal unwinder for mips-irix N32.
10800         * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
10801         tramp-frame.h.
10802         (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
10803         (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
10804         (SIGCONTEXT_LO_OFF): New macros.
10805         (mips_irix_n32_tramp_frame_init): New function.
10806         (mips_irix_n32_tramp_frame): New static constant.
10807         (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
10808
10809 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10810
10811         Breakpoint in shared library does not work on mips-irix.
10812         * procfs.c: #include "observer.h".
10813         (procfs_inferior_created): New function, moving here the code
10814         which unsets the syssgi syscall-exit notifications.
10815         (procfs_create_inferior): Remove the code which unsets the syssgi
10816         syscall-exit notifications. It is too early to do this here.
10817         (_initialize_procfs): Attach the procfs_inferior_created observer.
10818
10819 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10820
10821         Wrong return convention for arrays (mips-irix).
10822         * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
10823         128 bits or smaller are returned the same way as structs
10824         and unions of the the same size.
10825
10826 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10827
10828         Cannot set the PC on mips-irix.
10829         * irix5-nat.c (fill_gregset): Check regno against the raw PC
10830         register number, no the cooked one.
10831
10832 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10833
10834         Error while loading core file on mips-irix.
10835         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
10836         if debugging from a core file.
10837
10838 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10839
10840         GDB hangs when attaching to process on mips-irix.
10841         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
10842         attaching to a process.
10843
10844 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10845
10846         Use the correct breakpoint instruction on mips-irix.
10847         * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
10848         containing the correct breakpoint instruction to use on mips-irix.
10849         Use it when the osabi is GDB_OSABI_IRIX.
10850
10851 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10852
10853         -Wunused warning in procfs.c (mips-irix only).
10854         * procfs.c (gdb_praddset, gdb_prdelset): New macros.  Use them
10855         throughout instead of using praddset and prdelset respectively.
10856
10857 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10858
10859         GDB crash while stepping into function.
10860         * infrun.c (handle_inferior_event): Refetch the current frame
10861         after handling what.main_action, in case that pointer became
10862         dangling.
10863
10864 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10865
10866         Fix build failure of solaris-hosted cross debuggers.
10867         * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
10868
10869 2010-01-09  Daniel Gutson  <dgutson@codesourcery.com>
10870
10871         Fix build failure on sparc-solaris.
10872         * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
10873
10874 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10875
10876         Move some symfile code into subroutines.
10877         * symfile.h (relative_addr_info_to_section_offsets)
10878         (addr_info_make_relative): New prototypes.
10879         * symfile.c (default_symfile_offsets): Move a part to ...
10880         (relative_addr_info_to_section_offsets): ... this new function.
10881         (default_symfile_offsets): Call it.
10882         (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
10883         this part to ...
10884         (addr_info_make_relative): ... this new function.
10885
10886 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10887
10888         Add from_tty to solib_create_inferior_hook.
10889         * infcmd.c (post_create_inferior): Move solib_add after
10890         solib_create_inferior_hook.  Pass from_tty to
10891         solib_create_inferior_hook.  Call solib_add and SOLIB_ADD with
10892         0 from_tty and comment why.
10893         * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
10894         * linux-nat.c (linux_child_follow_fork): Likewise.
10895         * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
10896         * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
10897         from_tty.
10898         * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
10899         * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
10900         * solib-null.c (null_solib_create_inferior_hook): Likewise.
10901         * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
10902         * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
10903         * solib-som.c (som_solib_create_inferior_hook): Likewise.
10904         * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
10905         Pass it to svr4_so_ops.solib_create_inferior_hook.
10906         * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
10907         from_tty.
10908         * solib-svr4.c (enable_break): New parameter from_tty.  Pass it to
10909         solib_add.
10910         (svr4_solib_create_inferior_hook): New parameter from_tty.  Pass it to
10911         enable_break.
10912         * solib-target.c (solib_target_solib_create_inferior_hook): New
10913         parameter from_tty.
10914         * solib.c (solib_create_inferior_hook): New parameter from_tty.  Pass
10915         it to ops->solib_create_inferior_hook.
10916         (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
10917         Move solib_add after solib_create_inferior_hook, call it now with
10918         from_tty as 0.  New comment there.
10919         * solib.h (solib_create_inferior_hook): New parameter from_tty.
10920         * solist.h (struct target_so_ops <solib_create_inferior_hook>):
10921         Likewise.
10922
10923 2010-01-08  Vladimir Prus  <vladimir@codesourcery.com>
10924
10925         Fix multiexec race.
10926         * infrun.c (handle_inferior_event): Use get_thread_regcache
10927         with events ptid, not get_current_regcache.
10928
10929 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10930
10931         GDB crash with empty executable name (MinGW).
10932         * source.c (openp): Add assert that parameter string is not NULL.
10933         if parameter string is an empty string, then return with a failure
10934         immediately.
10935
10936 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10937
10938         Get rid of support for VAX Floats.
10939         * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10940         (ada_vax_float_print_function): Delete.
10941         * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10942         (ada_vax_float_print_function): Delete.
10943         * ada-typeprint.c (print_vax_floating_point_type): Delete.
10944         (ada_print_type): Remove support for VAX floats.
10945         * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
10946
10947 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10948
10949         * stabsread.c (read_args): Handle zero arguments.
10950
10951 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10952
10953         Cannot find in-tree libiconv.a after reconfigure.
10954         * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
10955         that we can use, then cache the path to this archive.
10956         * configure: Regenerate.
10957
10958 2010-01-07  Stan Shebs  <stan@codesourcery.com>
10959
10960         Make tracepoint operations go through target vector.
10961         * target.h (enum trace_find_type): New enum.
10962         (struct target_ops): New fields to_trace_init,
10963         to_download_tracepoint, to_download_trace_state_variable,
10964         to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
10965         to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
10966         to_set_disconnected_tracing.
10967         (target_trace_init): New macro.
10968         (target_download_tracepoint): New macro.
10969         (target_download_trace_state_variable): New macro.
10970         (target_trace_start): New macro.
10971         (target_trace_set_readonly_regions): New macro.
10972         (target_get_trace_status): New macro.
10973         (target_trace_stop): New macro.
10974         (target_trace_find): New macro.
10975         (target_get_trace_state_variable_value): New macro.
10976         (target_set_disconnected_tracing): New macro.
10977         * target.c (update_current_target): Inherit and set defaults for
10978         tracepoint operations.
10979         * tracepoint.c (default_collect): Make globally visible.
10980         (target_is_remote): Remove, along with all calls.
10981         (tvariables_info): Call target_get_trace_state_variable_value.
10982         (remote_set_transparent_ranges): Remove.
10983         (trace_start_command): Call target_trace_init,
10984         target_download_tracepoint, etc.
10985         (download_tracepoint): Remove.
10986         (trace_stop_command): Simplify.
10987         (stop_tracing): Call target_trace_stop.
10988         (get_trace_status): Call target_get_trace_status.
10989         (trace_status_command): Add case for targets that cannot trace.
10990         (finish_tfind_command): Change to take numerical arguments, call
10991         target_trace_find.
10992         (trace_find_command): Update call to finish_tfind_command.
10993         (trace_find_pc_command): Ditto.
10994         (trace_find_tracepoint_command): Ditto.
10995         (trace_find_line_command): Ditto.
10996         (trace_find_range_command): Ditto.
10997         (trace_find_outside_command): Ditto.
10998         (set_disconnected_tracing_value): Call
10999         target_set_disconnected_tracing.
11000         * remote.c: Add protocol encoding bits from tracepoint.c.
11001         (trace_error): Move from tracepoint.c.
11002         (remote_get_noisy_reply): Ditto.
11003         (free_actions_list_cleanup_wrapper): Ditto.
11004         (free_actions_list): Ditto.
11005         (remote_trace_init): New function.
11006         (remote_download_tracepoint): New function.
11007         (remote_download_trace_state_variable): New function.
11008         (remote_trace_set_readonly_regions): New function.
11009         (remote_trace_start): New function.
11010         (remote_get_trace_status): New function.
11011         (remote_trace_stop): New function.
11012         (remote_trace_find): New function.
11013         (remote_download_trace_state_variable): New function.
11014         (remote_set_disconnected_tracing): New function.
11015         (init_remote_ops): Add tracepoint operations.
11016
11017         * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
11018
11019 2010-01-07  Tristan Gingold  <gingold@adacore.com>
11020
11021         * symfile.c (build_section_addr_info_from_objfile): New function.
11022         (symbol_file_add_separate): Don't use offsets from objfile but
11023         built an addr info.
11024
11025 2010-01-06  Stan Shebs  <stan@codesourcery.com>
11026
11027         Support disconnected tracing.
11028         * infcmd.c (detach_command): Ask whether to stop tracing.
11029         * cli/cli-cmds.c (quit_command): Ditto.
11030         * breakpoint.h (struct breakpoint): New field number_on_target.
11031         * breakpoint.c (create_tracepoint_from_upload): New function.
11032         (get_tracepoint_by_number_on_target): New function.
11033         * remote.c (struct remote): New field disconnected_tracing.
11034         (remote_disconnected_tracing_feature): New function.
11035         (remote_protocol_features): Add DisconnectedTracing.
11036         (struct uploaded_tp): New struct.
11037         (uploaded_tps): New global.
11038         (get_uploaded_tp): New function.
11039         (find_matching_tracepoint): New function.
11040         (remote_get_tracing_state): New function.
11041         (remote_start_remote): Call it.
11042         * tracepoint.c (disconnected_tracing): New global.
11043         (trace_start_command): Initialize number_on_target.
11044         (stop_tracing): New function, split out from...
11045         (trace_stop_command): Call stop_tracing.
11046         (get_trace_status): New function, split out from...
11047         (trace_status_command): Call get_trace_status, add info on
11048         disconnection behavior.
11049         (disconnect_or_stop_tracing): New function.
11050         (finish_tfind_command): Translate from number on target.
11051         (trace_find_tracepoint_command): Translate to number on target.
11052         (send_disconnected_tracing_value): New function.
11053         (set_disconnected_tracing): New function.
11054         (_initialize_tracepoint): Add disconnected-tracing variable.
11055         * NEWS: Mention disconnected tracing.
11056
11057 2010-01-06  Tristan Gingold  <gingold@adacore.com>
11058
11059         * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11060         parameter to main_objfile.  Iterate on all separate debug objfiles.
11061         * symfile.h (symbol_file_add_separate)
11062         (find_separate_debug_file_by_debuglink): Remove parameter names.
11063         * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11064         (reread_symbols): Use free_objfile_separate_debug.
11065         * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11066         Adjust comment.
11067         (objfile_separate_debug_iterate, add_separate_debug_objfile)
11068         (free_objfile_separate_debug): New prototypes.
11069         * objfiles.c (objfile_separate_debug_iterate): New function.
11070         (add_separate_debug_objfile, free_objfile_separate_debug): New
11071         functions.
11072         (free_objfile): Use free_objfile_separate_debug.  Adjust for
11073         multiple separate debug objfile.
11074         (objfile_has_symbols): Adjust comment.  Iterate on all separate
11075         debug objfiles.
11076         * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11077         debug objfile.
11078         (lookup_minimal_symbol_text): Ditto.
11079         (lookup_minimal_symbol_by_pc_name): Ditto.
11080         (lookup_minimal_symbol_solib_trampoline): Ditto.
11081         (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11082         debug objfiles.
11083
11084 2010-01-05  Stan Shebs  <stan@codesourcery.com>
11085
11086         Add fast tracepoints.
11087         * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11088         * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11089         * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11090         * breakpoint.c (tracepoint_type): New function.
11091         (ALL_TRACEPOINTS): Use it.
11092         (should_be_inserted): Ditto.
11093         (bpstat_check_location): Ditto.
11094         (print_one_breakpoint_location): Ditto.
11095         (user_settable_breakpoint): Ditto.
11096         (set_breakpoint_location_function): Ditto.
11097         (disable_breakpoints_in_shlibs): Ditto.
11098         (delete_trace_command): Ditto.
11099         (print_it_typical): Add bp_fast_tracepoint case.
11100         (bpstat_what): Ditto.
11101         (print_one_breakpoint_location): Ditto.
11102         (allocate_bp_location): Ditto.
11103         (mention): Ditto.
11104         (breakpoint_re_set_one): Ditto.
11105         (disable_command): Ditto.
11106         (enable_command): Ditto.
11107         (check_fast_tracepoint_sals): New function.
11108         (break_command_really): Call it.
11109         (ftrace_command): New function.
11110         (_initialize_breakpoint): Add ftrace command.
11111         * gdbarch.sh (fast_tracepoint_valid_at): New.
11112         * gdbarch.h, gdbarch.c: Regenerate.
11113         * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11114         (i386_gdbarch_init): Use it.
11115         * remote.c (struct remote_state): New field fast_tracepoints.
11116         (PACKET_FastTracepoints): New packet config type.
11117         (remote_fast_tracepoint_feature): New function.
11118         (remote_protocol_features): Add FastTracepoints.
11119         (remote_supports_fast_tracepoints): New function.
11120         (_initialize_remote): Add FastTracepoints.
11121         * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11122         * NEWS: Mention fast tracepoints.
11123
11124 2010-01-06  Joel Brobecker  <brobecker@adacore.com>
11125
11126         * gdb-gdb.py: New file.
11127
11128 2010-01-05  Michael Snyder  <msnyder@vmware.com>
11129
11130         * infrun.c (handle_inferior_event): Fix typo in comment.
11131
11132 2010-01-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
11133
11134         * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11135
11136 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11137
11138         * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11139         and s390x-linux64.
11140         (s390-linux32-expedite): Define.
11141         (s390-linux64-expedite): Define.
11142         (s390x-linux64-expedite): Define.
11143         * features/s390-acr.xml: New file.
11144         * features/s390-fpr.xml: New file.
11145         * features/s390-core32.xml: New file.
11146         * features/s390-core64.xml: New file.
11147         * features/s390x-core64.xml: New file.
11148         * features/s390-linux32.xml: New file.
11149         * features/s390-linux64.xml: New file.
11150         * features/s390x-linux64.xml: New file.
11151         * features/s390-linux32.c: New generated file.
11152         * features/s390-linux64.c: New generated file.
11153         * features/s390x-linux64.c: New generated file.
11154
11155         * regformats/s390-linux32.dat: New generated file.
11156         * regformats/s390-linux64.dat: New generated file.
11157         * regformats/s390x-linux64.dat: New generated file.
11158         * regformats/reg-s390.dat: Remove.
11159         * regformats/reg-s390x.dat: Remove.
11160
11161         * s390-nat.c: Include "auxv.h" and <elf.h>.
11162         (HWCAP_S390_HIGH_GPRS): Define if undefined.
11163         (s390_target_wordsize): New function.
11164         (s390_auxv_parse): Likewise.
11165         (s390_get_hwcap): Likewise.
11166         (s390_read_description): Likewise.
11167         (_initialize_s390_nat): Install s390_auxv_parse and
11168         s390_read_description.
11169
11170         * s390-tdep.c: Include "features/s390-linux32.c",
11171         "features/s390-linux64.c", and "features/s390x-linux64.c".
11172         (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11173         (s390_register_call_saved): New function.
11174         (s390_register_name): Remove.
11175         (s390_register_type): Remove.
11176         (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11177         (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11178         (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11179         (s390_pseudo_register_name): New function.
11180         (s390_pseudo_register_type): New function.
11181         (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11182         Handle full GPR pesudos and varying pseudo register numbers.
11183         (s390_pseudo_register_write): Likewise
11184         (s390x_pseudo_register_read): Remove.
11185         (s390x_pseudo_register_write): Likewise.
11186         (s390_register_group): Remove.
11187         (s390_pseudo_register_group): New function.
11188         (s390_regmap_gregset): Add GPR upper halves.
11189         (s390x_regmap_gregset): Likewise.
11190         (s390_regmap_fpregset): Likewise.
11191         (s390_regmap_upper): New global variable.
11192         (s390_upper_regset): New global variable.
11193         (s390_upper_regset_sections): New global variable.
11194         (s390_regset_from_core_section): Handle GPR upper halves.
11195         (s390_core_read_description): New function.
11196         (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11197         register information.  Handle varying pseudo register numbers.
11198         (s390_backchain_frame_unwind_cache): Likewise.
11199         (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11200         (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11201         (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11202         PC and CC pseudos.  Unwind upper halves and full GPRs as appropriate.
11203         Handle varying pseudo register numbers.
11204         (s390_unwind_pc): Handle varying pseudo register numbers.
11205         (s390_dwarf2_prev_register): New function.
11206         (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11207         register information.  Handle varying pseudo register numbers.
11208         Install s390_dwarf2_prev_register to unwind full GPRs.
11209         (s390_gdbarch_init): Handle target descriptions.  Assign varying
11210         pseudo register numbers.  Install s390_adjust_frame_regnum.
11211         (_initialize_s390_tdep): Initialize target descriptions.
11212
11213         * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11214         (S390_NUM_REGS): Redefine to include upper half registers.
11215         (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11216         (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11217         (tdesc_s390_linux32): Add declaration.
11218         (tdesc_s390_linux64): Likewise.
11219         (tdesc_s390x_linux64): Likewise.
11220
11221 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11222
11223         * regset.h (struct core_regset_section): Add HUMAN_NAME.
11224         * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11225         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11226         (ppc_linux_vmx_regset_sections): Likewise.
11227         (ppc_linux_fp_regset_sections): Likewise.
11228
11229         * corelow.c (get_core_register_section): Constify arguments.
11230         (get_core_registers): Use gdbarch_core_regset_sections instead
11231         of hard-coded platform-specific register section names.
11232
11233 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11234
11235         * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11236         a register, assume the least-significant part is used.
11237         (write_pieced_value): Likewise.
11238
11239 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11240
11241         * printcmd.c: Include "arch-utils.h".
11242         (do_one_display): Re-parse expression if current architecture changed.
11243
11244 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11245             Joel Brobecker  <brobecker@adacore.com>
11246
11247         * gdbtypes.c (check_typedef): New comment on type length.
11248         * value.c (allocate_value_lazy): Remove the unused atype variable.  New
11249         comment on type length.
11250         (value_primitive_field): Keep the original TYPE value, new comment.
11251
11252 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11253
11254         * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11255         p_start.  Change != comparisons to > and < comparisons.
11256
11257 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11258
11259         * cli/cli-script.c (process_next_line): Check P2 overrun.
11260
11261 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
11262
11263         Update the copyright hearder to add year 2010 for most GDB files.
11264
11265 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
11266
11267         Fix build failure in inf-ptrace.c.
11268         * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11269
11270 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
11271
11272         * top.c (print_gdb_version): Update copyright year.
11273
11274 2010-01-01, 10  Joel Brobecker  <brobecker@adacore.com>
11275
11276         Fix break *FUN'address thread NUM.
11277         * ada-lex.l (task): Expand rule to also match the thread keyword.
11278
11279 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
11280
11281         Fix break *FUN'address task NUM.
11282         * ada-lex.l (task): New rule.
11283         * ada-lang.c (valid_task_id): Make sure the Ada task list has
11284         been built before using it.
11285
11286 For older changes see ChangeLog-2009.
11287 \f
11288 Local Variables:
11289 mode: change-log
11290 left-margin: 8
11291 fill-column: 74
11292 version-control: never
11293 coding: utf-8
11294 End: