gdb/
[external/binutils.git] / gdb / ChangeLog
1 2010-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2
3         * infcall.c (struct inferior_thread_state) <siginfo_gdbarch>: Fix up
4         the comment.
5         (save_inferior_thread_state): Reset tp->stop_signal.
6
7 2010-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8
9         * infcall.c (call_function_by_hand): Remove variable
10         caller_state_cleanup.
11
12 2010-11-25  Marc Khouzam  <marc.khouzam@ericsson.com>
13
14         PR breakpoints/12217
15
16         * breakpoint.c (is_marker_spec): Check for NULL.
17
18 2010-11-25  Pedro Alves  <pedro@codesourcery.com>
19
20         * breakpoint.h: No longer include python.h or python-internal.h.
21         (struct breakpoint_object): Forward declare.
22         * defs.h (PyObject) [!HAVE_PYTHON]: Don't define.
23         * varobj.c (PyObject) [!HAVE_PYTHON]: Define.
24         * python/py-breakpoint.c (build_bp_list): Cast py_bp_object to
25         PyObject pointer.
26         (gdbpy_breakpoint_created): Remove casts around py_bp_object
27         accesses.
28
29 2010-11-24  Joel Brobecker  <brobecker@adacore.com>
30
31         * rs6000-tdep.c (bfd_uses_spe_extensions): Use bfd_elf_get_obj_attr_int
32         only if HAVE_ELF is defined.
33
34 2010-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
35
36         Code cleanup.
37         * infrun.c (struct inferior_status) <stepping_over_breakpoint>
38         (save_inferior_status) <stepping_over_breakpoint>
39         (restore_inferior_status) <stepping_over_breakpoint>: Rename to
40         trap_expected.
41         (struct inferior_status) <step_resume_break_address>: Remove.
42
43 2010-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
44
45         Code cleanup.
46         * infrun.c (struct inferior_status, save_inferior_status)
47         (restore_inferior_status): Group and reorder the fields, comment their
48         groups.
49
50 2010-11-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
51
52         Code cleanup.
53         * dictionary.c
54         (struct dict_vector) <iter_match_first, iter_match_next>
55         (iter_match_first_hashed, iter_match_next_hashed)
56         (iter_match_first_linear, iter_match_next_linear)
57         (dict_iter_match_first, dict_iter_match_next, iter_match_first_hashed)
58         (iter_match_next_hashed, iter_match_first_linear)
59         (iter_match_next_linear): Use symbol_compare_ftype.
60         * dictionary.h: Include symfile.h.
61         (dict_iter_match_first, dict_iter_match_next): Use
62         symbol_compare_ftype.
63         * dwarf2read.c (dw2_map_matching_symbols): Likewise.
64         * psymtab.c (match_partial_symbol, match_partial_symbol, map_block)
65         (map_matching_symbols_psymtab): Likewise.
66         * symfile.h (symbol_compare_ftype): New typedef.
67         (struct quick_symbol_functions) <map_matching_symbols): Use
68         symbol_compare_ftype.
69
70 2010-11-23  Tom Tromey  <tromey@redhat.com>
71
72         * configure: Rebuild.
73         * configure.ac (READLINE_TEXI_INCFLAG): New subst.
74
75 2010-11-19  Tom Tromey  <tromey@redhat.com>
76
77         * Makefile.in (SUBDIRS): Add doc.
78         * configure: Rebuild.
79         * configure.ac: Don't configure in doc.  Create doc/Makefile.
80
81 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
82
83         PR python/12212
84
85         * python/py-inferior.c (find_thread_object): Check if PIDGET
86         returns 0.
87
88 010-11-22  Joel Brobecker  <brobecker@adacore.com>
89
90         * ada-lang.c (ada_template_to_fixed_record_type_1): Delete bit_incr.
91
92 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
93
94         * ada-lang.c (ada_to_fixed_type): Expand function documentation.
95         Return the original type if the main type portions match rather
96         than when the type themselves match.
97
98 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
99
100         * ada-lang.c (ada_template_to_fixed_record_type_1):
101         For dynamic fields, check the field size against the maximum
102         object size.
103
104 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
105
106         * mips-irix-tdep.c (mips_irix_n32_stack_tramp_frame_init): New
107         function.
108         (mips_irix_n32_stack_tramp_frame): New static global.
109         (mips_irix_init_abi): Add mips_irix_n32_stack_tramp_frame to
110         list of unwinder.
111
112 2010-11-22  Jerome Guitton  <guitton@adacore.com>
113
114         * ada-tasks.c (get_tcb_types_info): Use C lookups to get
115         ATCB symbols.
116
117 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
118
119         * ada-lang.c (ada_check_typedef): Call ada_check_typedef only
120         if type1 is a typedef.
121
122 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
123
124         * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Add
125         "_finalizer" to the list.
126
127 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
128
129         * symfile.c: Remove all "#if 0"/"#endif" blocks.
130
131 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
132
133         * symfile.c: Add missing second space after period in various comments.
134
135 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
136
137         * ada-typeprint.c (print_array_type): Fix formatting in comment.
138         (print_selected_record_field_types): Fix formatting in function
139         documentation.
140
141 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
142
143         * ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
144         in name of "show ravenscar" prefix command name.
145
146 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
147
148         * ravenscar-thread.c (show_ravenscar_task_switching_command):
149         Add missing '\n' in output.
150
151 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
152
153         * ravenscar-thread.c (running_thread_name): Change value.
154         (read_thread_id): Remove advance declaration.
155         (get_running_thread_msymbol): New function.
156         (has_ravenscar_runtime): Use get_running_thread_msymbol to
157         compute msym_running_thread.
158         (get_running_thread_id): Renames read_thread_id. Slight modifications
159         to not take any argument anymore, using get_running_thread_msymbol
160         to determine which symbol to use instead.
161         (ravenscar_running_thread): Use get_running_thread_id instead of
162         read_thread_id.
163
164 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
165
166         * ravenscar-sparc-thread.c (supply_register_at_address):
167         Fix passing of buf in call to regcache_raw_supply.
168
169 2010-11-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
170
171         * dwarf2read.c (dwarf2_read_index): Ignore higher .gdb_index versions.
172
173 2010-11-22  Tom Tromey  <tromey@redhat.com>
174
175         * Makefile.in (.PRECIOUS): Reference ada-lex.c.
176
177 2010-11-19  Keith Seitz  <keiths@redhat.com>
178
179         * data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
180         Remove extraneous '/' after $(DESTDIR).
181         (PYTHON_INSTALL_DIR): Likewise.
182
183 2010-11-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
184
185         Fix stale memory references.
186         * elfread.c (elf_symfile_read): Replace xmalloc by bfd_alloc, drop
187         xfree, new comment.
188
189 2010-11-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
190             Tom Tromey  <tromey@redhat.com>
191
192         * Makefile.in (.y.c): Directly create $@ from YLWRAP.
193         (.PHONY): Remove for .y outputs.
194
195 2010-11-19  Will Drewry  <wad@google.com>
196             Tavis Ormandy  <taviso@google.com>
197             Jan Kratochvil  <jan.kratochvil@redhat.com>
198
199         * dwarf2read.c (decode_locdesc): Enforce location description stack
200         boundaries.
201
202 2010-11-18  Pierre Muller  <muller@ics.u-strasbg.fr>
203
204         * arm-tdep.c (arm_in_function_epilogue_p): Fix code when "MOV SP"
205         instruction is found.
206
207 2010-11-17  Tom Tromey  <tromey@redhat.com>
208
209         * value.c (value_entirely_optimized_out): Check the
210         'check_any_valid' field.
211
212 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
213
214         * ada-lang.c (modify_general_field): Remove.
215         (make_array_descriptor): Replace all modify_general_field calls by
216         modify_field.
217         * value.c (modify_field): Update comment.  New variable bytesize.
218         Normalize BITPOS.  Initialize BYTESIZE, use it.
219
220 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
221
222         * dwarf2read.c (dw2_forget_cached_source_info): Clear the FULL_NAMES
223         elements after xfree.
224
225 2010-11-16  Tom Tromey  <tromey@redhat.com>
226
227         * gdb-add-index.sh: Really remove.
228
229 2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
230
231         Code cleanup.
232         * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
233         (init_one_comp_unit): ... this one.
234         (prepare_one_comp_unit): New prototype.
235         (dw2_require_line_header, process_psymtab_comp_unit): Use
236         init_one_comp_unit.
237         (process_psymtab_comp_unit): Use prepare_one_comp_unit.
238         (load_partial_comp_unit): Remove variable attr.  Use
239         init_one_comp_unit with xmalloc.  Use prepare_one_comp_unit.
240         (load_full_comp_unit): Use init_one_comp_unit with xmalloc.  Use
241         prepare_one_comp_unit.
242         (read_signatured_type): Remove variable attr.  Use init_one_comp_unit.
243         Use prepare_one_comp_unit.
244         (alloc_one_comp_unit): Rename to ...
245         (init_one_comp_unit): ... here and remove there calloc, new parameter
246         cu.
247         (prepare_one_comp_unit): New function.
248
249 2010-11-14  Pierre Muller  <muller@ics.u-strasbg.fr>
250
251         * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
252         possible used of uninitialized variable.
253
254 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
255
256         * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
257         (rs6000_gdbarch_init): Call it.
258
259 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
260
261         * rs6000-tdep.c (gdb_print_insn_powerpc): Disassemble e500
262         instructions if debugging an E500 binary.
263
264 2010-11-12  Tom Tromey  <tromey@redhat.com>
265
266         * varobj.c (value_get_print_value): Rearrange.  Pass stream to
267         apply_varobj_pretty_printer.
268         * c-lang.c: Include exceptions.h.
269         (c_get_string): Throw MEMORY_ERROR when appropriate.
270         * python/py-prettyprint.c (enum string_repr_result): New.
271         (print_stack_unless_memory_error): New function.
272         (print_string_repr): Change return type.  Use
273         print_stack_unless_memory_error.
274         (print_children): Use print_stack_unless_memory_error.
275         (apply_val_pretty_printer): Update.  Don't print children if
276         string representation threw an exception.
277         (apply_varobj_pretty_printer): Add 'stream' argument.  Use
278         print_stack_unless_memory_error.
279         * python/python.c (gdbpy_gdb_error, gdbpy_gdb_memory_error): New
280         globals.
281         (_initialize_python): Initialize them.
282         * python/python-internal.h (GDB_PY_HANDLE_EXCEPTION): Use
283         gdbpy_convert_exception.
284         (GDB_PY_SET_HANDLE_EXCEPTION): Likewise.
285         (gdbpy_gdb_error, gdbpy_gdb_memory_error): Declare.
286         (gdbpy_convert_exception): Declare.
287         (apply_varobj_pretty_printer): Update.
288         * python/py-utils.c (gdbpy_convert_exception): New function.
289
290 2010-11-12  Marc Khouzam  <marc.khouzam@ericsson.com>
291
292         * mi/mi-main.c (mi_cmd_target_detach): Accept new
293         thread-group id format.
294
295 2010-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
296
297         * spu-tdep.c (spu_catch_start): Fix compilation error typo.
298
299 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
300
301         * python/py-breakpoint.c (BPPY_REQUIRE_VALID): Check if bp is
302         NULL.
303         (BPPY_SET_REQUIRE_VALID): Ditto.
304         (bpnum_is_valid): Delete function.
305         (bppy_get_visibility): New function.
306         (bppy_new): Parse for, and validate internal keyword.  Pass
307         internal keyword to breakpoint or watchpoint functions.
308         (build_bp_list): New function.
309         (gdbpy_breakpoints): Rewrite.  Use build_bp_list and
310         iterate_over_breakpoints.
311         (gdbpy_breakpoint_created): Rewrite.  Do not store breakpoints in a
312         look-aside vector.
313         (gdbpy_breakpoint_deleted): Rewrite, defer breakpoint management
314         to internal breakpoint chain.
315
316         * breakpoint.c (set_breakpoint_number): New function.
317         (breakpoint_1): Check if breakpoint number is more than zero.
318         (set_raw_breakpoint_without_location): Set py_bp_object to NULL.
319         (create_breakpoint_sal): Take a new parameter called internal.
320         Call set_breakpoint_number with internal parameter.  Do not
321         mention internal breakpoints.  All callers updated.
322         (create_breakpoint): Ditto.
323         (create_breakpoints_sal): Ditto.
324         (watch_command_1): Ditto.
325         (watch_command_wrapper): Take a new parameter called internal.
326         All callers updated.
327         (rwatch_command_wrapper): Ditto.
328         (awatch_command_wrapper): Ditto.
329         (save_breakpoints): Update breakpoint save condition check.
330         (iterate_over_breakpoints): New function.
331         * breakpoint.h: Add conditional python includes.  Add py_bp_object
332         and comment to struct breakpoint.  Update all callers.
333         * defs.h: Add PyObject definition for GDB builds without Python.
334
335 2010-11-10  Doug Evans  <dje@google.com>
336
337         * python/lib/gdb/command/pretty_printers.py
338         (do_enable_pretty_printer_1): Handle printer.subprinters is None.
339
340         * value.c (set_value_enclosing_type): Renamed from
341         value_change_enclosing_type.  All callers updated.
342         * value.h (set_value_enclosing_type): Update.
343         * valops.c (value_full_object): Always return a copy if we need to
344         make changes to the input value.
345
346 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
347
348         * breakpoint.c (watch_command_1): Get a pointer of the lazy
349         version of the expression's value, even if reading the value from
350         memory fails.  When creating a -location watchpoint, get the
351         value's address from the lazy value pointer.
352
353 2010-11-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
354
355         * infrun.c (restore_inferior_thread_state): Use
356         discard_inferior_thread_state to free the data.
357         (discard_inferior_thread_state): xfree also siginfo_data.
358
359 2010-11-05  Doug Evans  <dje@google.com>
360
361         Make gdb.parameter("directories") work.
362         New command "set directories".
363         * NEWS: Document them.
364         * source.c (set_directories_command): New function.
365         (show_directories_1): Renamed from show_directories.
366         All callers updated.
367         (show_directories_command): New function.
368         (_initialize_source): Install "directories" as a set/show
369         variable instead of just a show command.
370
371 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
372
373         * NEWS: Mention OpenCL C language support.
374         * Makefile.in (SFILES): Add opencl-lang.c.
375         (COMMON_OBS): Add opencl-lang.o.
376         * opencl-lang.c: New File
377         * defs.h (enum language): Add language_opencl.
378         * dwarf2read.c (read_file_scope): Handle DW_AT_producer for the
379         IBM XL C OpenCL compiler.
380         * c-lang.h: Include "parser-defs.h".
381         (evaluate_subexp_c): Declare.
382         * c-lang.c (evaluate_subexp_c): Remove the static qualifier.
383         (c_op_print_tab): Add declaration.
384         * eval.c (binop_promote): Handle language_opencl.
385         * c-exp.y: Lookup the primitive types instead of referring to the
386         builtins.
387
388 2010-11-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
389
390         Fix configure --enable-plugins --without-python.
391         * configure.ac (for ELF support in BFD) <"$plugins" = "yes">: New.
392         * configure: Regenerate.
393
394 2010-11-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
395
396         * solib.c (solib_read_symbols): Call exception_fprintf even without
397         FROM_TTY.  Print also so->so_name.
398
399 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
400
401         * gdbtypes.h (struct rank): Created subrank.
402         * gdbtypes.c: Initialized subrank for all
403         'BADNESS' constants.
404         (distance_to_ancestor): New function.
405         (is_ancestor): Use distance_to_ancestor.
406         (is_public_ancestor): Ditto.
407         (sum_ranks): Handle subrank.
408         (compare_ranks): Ditto.
409         (rank_one_type): Subrank base conversions.
410
411 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
412
413         * gdbtypes.h: Create struct rank.
414         Convert all 'BADNESS' macros to const struct rank declarations.
415         (sum_ranks): New function.
416         (compare_ranks): New function.
417         * valops.c (find_oload_champ): Updated.
418         (classify_oload_match): Use compare_ranks.
419         Improved comments.
420         (compare_parameters): Use compare_ranks.
421         * gdbtypes.c: Initialize 'BADNESS' constants.
422         (sum_ranks): New function.
423         (compare_ranks): New function.
424         (compare_badness): Use compare_ranks.
425         (rank_function): Use global constants instead of literals.
426         (rank_one_type): Ditto.
427         Return struct rank.
428         Use sum_ranks.
429
430 2010-11-04  Doug Evans  <dje@google.com>
431
432         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Fix comment.
433         (find_pretty_printer): Fix comments.
434
435 2010-11-04  Hui Zhu  <teawater@gmail.com>
436
437         * tracepoint.c (remote_trace_set_readonly_regions): Change lma to vma.
438
439 2010-11-03  Joel Brobecker  <brobecker@adacore.com>
440
441         * ada-valprint.c (ada_val_print_array): Move variables `eltlen'
442         and `len' declaration and computation inside block where they
443         are being used.
444
445 2010-11-03  Joel Brobecker  <brobecker@adacore.com>
446
447         * valprint.c (val_print_array_elements): Put back handling of
448         empty arrays.
449
450 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
451
452         * dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
453         DIE and set the length of the type.
454         * gdbtypes.h (get_array_bounds): Move here from valprint.h.
455         * gdbtypes.c (get_array_bounds): Move here from valprint.c and
456         return 0 if the corresponding bounds of the type are undefined.
457         * valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
458         * valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
459         (val_print_array_elements): Use get_array_bounds to compute the number
460         of array elements instead of dividing the length of the array by the
461         length of the element types.
462         * valarith.c (vector_binop): Likewise.
463         * valops.c (value_cast): Likewise.
464         * c-valprint.c (c_val_print): Likewise.
465         * c-typeprint.c (c_type_print_varspec_suffix): Likewise.
466
467 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
468
469         * valarith.c (value_pos, value_neg, value_complement): Handle
470         vector types.
471         * valops.c (value_one): Likewise.
472
473 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
474
475         * value.h (value_non_lval): Declare.
476         * value.c (value_non_lval): New function.
477         * eval.c (evaluate_subexp_standard) <UNOP_POSTINCREMENT,
478         UNOP_POSTDECREMENT>: Call value_non_lval to ensure to return a
479         non-lvalue.
480
481 2010-11-02  Doug Evans  <dje@google.com>
482
483         New python module gdb.printing, and new commands info pretty-printer,
484         enable pretty-printer, disable pretty-printer.
485         * NEWS: Mention them.
486         * data-directory/Makefile.in (PYTHON_FILES): Add gdb/printing.py,
487         gdb/command/__init__.py, gdb/command/pretty_printers.py.
488         * python/lib/gdb/__init__.py: Install pretty-printer commands.
489         * python/lib/gdb/printing.py: New file.
490         * python/lib/gdb/command/__init__.py: New file.
491         * python/lib/gdb/command/pretty_printers.py: New file.
492
493 2010-11-02  Tom Tromey  <tromey@redhat.com>
494
495         * NEWS: Mention Guile removal.
496         * defs.h (enum language) <language_scm>: Remove.
497         * Makefile.in (SFILES): Remove scm-exp.c, scm-lang.c,
498         scm-valprint.c.
499         (HFILES_NO_SRCDIR): Remove scm-lang.h, scm-tags.h.
500         (COMMON_OBS): Remove scm-exp.o, scm-lang.o, scm-valprint.o.
501         * scm-exp.c, scm-lang.c, scm-valprint.c, scm-lang.h, scm-tags.h:
502         Remove.
503
504 2010-11-02  Doug Evans  <dje@google.com>
505
506         * top.c: #include "python/python.h".
507         (gdb_init): Add a comment regarding initialize_all_files.
508         Call finish_python_initialization at the end.
509         * python/python.h (finish_python_initialization): Declare.
510         * python/python.c (finish_python_initialization): New function.
511         (_initialize_python): Move python-implemented initialization there
512         and call it.
513         (GdbMethods): Use #ifdef HAVE_PYTHON for consistency.
514
515 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
516
517         Revert:
518         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
519                     Pedro Alves  <pedro@codesourcery.com>
520         * gdbthread.h (currently_stepping): New declaration.
521         * infrun.c (currently_stepping): Remove the forward declaration.
522         (currently_stepping): Make it global.
523         * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
524         variables tp and step, initialized them.  Pass STEP to to_resume.
525         Print also possibly "PTRACE_SINGLESTEP" if STEP.  Initialize LP->STEP.
526         * remote.c (currently_stepping_callback): New.
527         (remote_vcont_resume)
528         <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
529         New variable tp.  Call currently_stepping_callback and step such
530         thread.
531
532 2010-11-01  Hui Zhu  <teawater@gmail.com>
533
534         * tracepoint.c (tfile_xfer_partial): Change lma to vma.
535
536 2010-10-28  Hui Zhu  <teawater@gmail.com>
537
538         * tracepoint.c (trace_save): Change utp->actions to
539         utp->step_actions.
540
541 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
542
543         * (_FILE_OFFSET_BITS): Fix typo in comment.
544
545 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
546
547         * python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
548         (PyEval_InitThreads): Remove duplicate. Define as nothing.
549         (PyEval_ReleaseLock): Define as nothing.
550
551 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
552
553         * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp
554         by call to FILENAME_CMP.
555
556 2010-10-26  Joel Brobecker  <brobecker@adacore.com>
557
558         * dictionary.c (dict_hash): Move assignment out of if condition.
559
560 2010-10-22  Jie Zhang  <jie@codesourcery.com>
561
562         * Makefile.in (install): Remove dependency of install-only and
563         recursively invoke make for install-only.
564         * data-directory/Makefile.in: Add FLAGS_TO_PASS variable.
565         (install): Pass FLAGS_TO_PASS when recursively make install-only.
566
567 2010-10-20  Hui Zhu  <teawater@gmail.com>
568
569         * tracepoint.c (tfile_get_traceframe_address): Call
570         extract_signed_integer.
571         (tfile_trace_find): Call extract_signed_integer and
572         extract_unsigned_integer.  Change data_size to unsigned int.
573         (tfile_fetch_registers): Call extract_unsigned_integer.
574         (tfile_xfer_partial): Ditto.
575         (tfile_get_trace_state_variable_value): Call
576         extract_signed_integer and extract_unsigned_integer.
577
578 2010-10-20  Vladimir Prus  <vladimir@codesourcery.com>
579
580         * remote.c (remote_get_threadlist): If we got empty
581         response, bail out immediately, and don't emit any
582         warnings.
583
584 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
585
586         * arm-tdep.c (thumb_get_next_pc_raw): Handle Thumb-16 encoding
587         for "mov pc, REG" as well.
588         (thumb_instruction_changes_pc): Likewise.
589
590 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
591
592          PR C++/11500:
593         * valarith.c (value_x_unop): Handle STRUCTOP_PTR.
594         * eval.c (evaluate_subexp_standard): Check for overload of
595         'operator->'.
596         * valarith.c (value_x_binop): Throw NOT_FOUND_ERROR.
597         (value_x_unop): Ditto.
598         * valops.c: Include "exceptions.h".
599         (find_overload_match): Throw NOT_FOUND_ERROR.
600         (value_struct_elt): Ditto.
601
602 2010-10-19  Tom Tromey  <tromey@redhat.com>
603
604         * python/py-cmd.c (cmdpy_function): Unreference exception state.
605
606 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
607
608         * gdbtypes.h: Introduce BOOL_PTR_CONVERSION_BADNESS.
609         * gdbtypes.c (rank_one_type): Use BOOL_PTR_CONVERSION_BADNESS
610         for conversion.
611         Make all other conversions illegal.
612
613 2010-10-18  Doug Evans  <dje@google.com>
614
615         * c-typeprint.c (c_type_print_base, case TYPE_CODE_TYPEDEF): Verify
616         assumptions of when this case happens.  Print "<unnamed typedef>".
617
618 2010-10-18  Tom Tromey  <tromey@redhat.com>
619
620         * valprint.c (val_print_string): Pass 'encoding' to
621         LA_PRINT_STRING.
622
623 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
624
625         Fix the `stopped language detection' testcase for gcc-4.5.
626         * dwarf2read.c (read_partial_die): Set also LANGUAGE_OF_MAIN.
627         * symfile.c (set_initial_language): Move variable filename to a more
628         inner block.  Prefer LANGUAGE_OF_MAIN.
629         * symtab.c (language_of_main): New variable.
630         (set_main_name): Always reset LANGUAGE_OF_MAIN.
631         * symtab.h (language_of_main): New declaration.
632
633 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
634             Pedro Alves  <pedro@codesourcery.com>
635
636         * gdbthread.h (currently_stepping): New declaration.
637         * infrun.c (currently_stepping): Remove the forward declaration.
638         (currently_stepping): Make it global.
639         * linux-nat.c (resume_callback) <lp->stopped && lp->status == 0>: New
640         variables tp and step, initialized them.  Pass STEP to to_resume.
641         Print also possibly "PTRACE_SINGLESTEP" if STEP.  Initialize LP->STEP.
642         * remote.c (currently_stepping_callback): New.
643         (remote_vcont_resume)
644         <ptid_equal (ptid, minus_one_ptid) || ptid_is_pid (ptid)>:
645         New variable tp.  Call currently_stepping_callback and step such
646         thread.
647
648 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
649
650         * infrun.c (follow_exec): Replace symbol_file_add_main by
651         symbol_file_add with SYMFILE_DEFER_BP_RESET, set_initial_language and
652         breakpoint_re_set.
653         * m32r-rom.c (m32r_load, m32r_upload_command): Use parameter 0 for
654         clear_symtab_users.
655         * objfiles.c (free_all_objfiles): Likewise.
656         * remote-m32r-sdi.c (m32r_load): Likewise.
657         * solib-som.c (som_solib_create_inferior_hook): Likewise.
658         * symfile.c (new_symfile_objfile): New comment for add_flags.  Call
659         clear_symtab_users with ADD_FLAGS.
660         (reread_symbols): Use parameter 0 for clear_symtab_users.
661         (clear_symtab_users): New parameter add_flags.  Do not call
662         breakpoint_re_set if SYMFILE_DEFER_BP_RESET.
663         (clear_symtab_users_cleanup): Use parameter 0 for clear_symtab_users.
664         * symtab.h (clear_symtab_users): New parameter add_flags.
665
666 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
667
668         Fix GCC false warning.
669         * varobj.c (value_get_print_value) <str_addr>: Initialize it.
670
671 2010-10-16  Pierre Muller  <muller@ics.u-strasbg.fr>
672
673         * p-typeprint.c (pascal_type_print_method_args): Fix problem in
674         display of type of method arguments.
675
676 2010-10-15  Tom Tromey  <tromey@redhat.com>
677
678         PR python/11948:
679         * varobj.c (value_get_print_value): Use val_print_string to print
680         lazy strings.
681         * python/py-prettyprint.c (print_string_repr): Use
682         val_print_string to print lazy strings.  Fix cleanup logic.
683         (print_children): Likewise.
684         * python/python-internal.h (gdbpy_extract_lazy_string): Update.
685         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Rewrite.
686         Change return type to 'void', add 'addr' argument.
687         * value.h (val_print_string): Update.
688         * valprint.c (val_print_string): Add 'encoding' argument.
689         * printcmd.c (print_formatted): Update.
690         * p-valprint.c (pascal_val_print): Update.
691         * m2-valprint.c (print_unpacked_pointer): Update.
692         (m2_print_array_contents): Likewise.
693         * jv-valprint.c (java_value_print): Update.
694         * f-valprint.c (f_val_print): Update.
695         * c-valprint.c (c_val_print): Update.
696         * auxv.c (fprint_target_auxv): Update.
697
698 2010-10-15  Doug Evans  <dje@google.com>
699             Jan Kratochvil  <jan.kratochvil@redhat.com>
700
701         PR exp/12117
702         * gdbtypes.c (check_typedef): Clean up function comment.
703         Keep track of instance flags as we strip typedefs and create a new
704         type to preserve them if necessary.
705         * gdbtypes.h (type) <instance_flags>: Extend the comment.
706
707 2010-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
708
709         * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.
710
711 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
712
713         * gdbtypes.h: Create BASE_PTR_CONVERSION_BADNESS.
714         * gdbtypes.c (rank_one_type): Move type comparison code out of here
715         to...
716         (types_equal): ...here. And changed it as follows:
717         Outside of typedefs type must be of the same TYPE_CODE.
718         When compairing two pointers or references they are equal if their
719         targets are equal.
720         Correct pointer conversions.
721
722 2010-10-14  Pierre Muller  <muller@ics.u-strasbg.fr>
723
724         * p-lang.c (is_pascal_string_type): Avoid crashes on structures
725         having fields without names.
726
727 2010-10-13  Tom Tromey  <tromey@redhat.com>
728
729         * language.h (LA_PRINT_ARRAY_INDEX): Fix argument name.
730
731 2010-10-13  Doug Evans  <dje@google.com>
732
733         New python module gdb.types.
734         * NEWS: Document it.
735         * data-directory/Makefile.in (PYTHON_FILES): Add gdb/types.py.
736         * python/lib/gdb/types.py: New file.
737
738         * c-typeprint.c: Whitespace cleanup.
739         (cp_type_print_method_args): Remove unnecessary forward decl.
740         (cp_type_print_derivation_info): Ditto.
741         (c_type_print_varspec_prefix): Mark as static at definition.
742         (c_type_print_modifier): Fix arg descriptions.
743
744 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
745
746         * python/py-breakpoint.c (bppy_set_condition): New comment.
747         * python/py-cmd.c (cmdpy_function): Call also gdbpy_print_stack for
748         failed PyUnicode_Decode.
749         (cmdpy_completer): Skip element for failed
750         python_string_to_host_string.
751         (cmdpy_init): Return -1 on failed python_string_to_host_string.
752         * python/py-frame.c (frapy_read_var): Extend the function comment.
753         * python/py-function.c (fnpy_init): Return -1 on failed
754         python_string_to_host_string.
755         * python/py-inferior.c (infpy_read_memory, infpy_write_memory): Extend
756         the function comment.
757         (infpy_search_memory): Extend the function comment.  Remove the
758         PyErr_SetString call on already set error state.
759         * python/py-param.c (set_parameter_value): Extend the function
760         comment.  Return -1 on failed python_string_to_host_string, twice.
761         (set_attr): Extend the function comment.
762         (compute_enum_values): Extend the function comment.  New variable
763         back_to.  Protect self->enumeration by BACK_TO cleanups.  Return 0 on
764         failed python_string_to_host_string.
765         (get_doc_string): Call gdbpy_print_stack on failed
766         python_string_to_host_string.
767         (parmpy_init): Extend the function comment.
768         * python/py-prettyprint.c (pretty_print_one_value): Likewise.
769         (gdbpy_get_display_hint, print_children): Call gdbpy_print_stack on
770         failed python_string_to_host_string.
771         * python/py-value.c (valpy_new, valpy_getitem, valpy_call)
772         (valpy_binop, valpy_richcompare): Extend the function comment.
773         * python/python.c
774         (struct python_env) <error_type, error_value, error_traceback>: New
775         fields.
776         (restore_python_env): Handle PyErr_Occurred.  Call PyErr_Restore.
777         (ensure_python_env): Call PyErr_Fetch.
778         * varobj.c (update_dynamic_varobj_children): Call gdbpy_print_stack on
779         failed convert_value_from_python.
780         (value_get_print_value): Call gdbpy_print_stack on failed
781         python_string_to_target_python_string.
782
783 2010-10-12  Tom Tromey  <tromey@redhat.com>
784
785         * python/py-prettyprint.c (search_pp_list): Fix error checking.
786
787 2010-10-12  Sami Wagiaalla  <swagiaal@redhat.com>
788
789         * gdbtypes.c (do_is_ancestor): New function.
790         (is_ancestor): Use do_is_ancestor.
791         (is_public_ancestor): Use do_is_ancestor.
792
793 2010-10-12  Pierre Muller  <muller@ics.u-strasbg.fr>
794
795         * ser-go32.c (struct dos_ops): Add missing fdopen field.
796
797 2010-10-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
798
799         * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
800
801 2010-10-11  Doug Evans  <dje@google.com>
802
803         * c-typeprint.c (c_type_print_modifier): Add note that this prints
804         the address space id too.
805
806 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
807
808         Fix attaching to re-prelinked executables on ppc64.
809         * solib-svr4.c (svr4_exec_displacement): New variable plt2_asect,
810         initialize it, try to adjust FILESZ field by it.
811
812 2010-10-08  Daniel Jacobowitz  <dan@codesourcery.com>
813
814         * tracepoint.c (merge_uploaded_trace_state_variables): Only print
815         messages if info_verbose.
816
817 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
818
819         * valops.c (value_cast): Handle vector types.
820         * valarith.c (value_binop): Widen scalar to vector if appropriate.
821
822 2010-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
823
824         * arm-tdep.c (thumb_expand_immediate): New function.
825         (thumb_instruction_changes_pc): Likewise.
826         (thumb2_instruction_changes_pc): Likewise.
827         (thumb_analyze_prologue): Handle 32-bit Thumb instructions during
828         prologue parsing.  Improved support for optimized code.
829         (thumb_scan_prologue): Do not reply on line-number information,
830         use same heuristics as arm_scan_prologue insead.
831         (skip_prologue_function): Accept functions
832         "__tls_get_addr" and "__aeabi_read_tp".
833
834 2010-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
835             Daniel Jacobowitz  <dan@codesourcery.com>
836
837         * arm-tdep.c (thumb_in_function_epilogue_p)
838         (arm_in_function_epilogue_p): New.
839         (arm_gdbarch_init): Install arm_in_function_epilogue_p as
840         gdbarch_in_function_epilogue_p callback.
841
842 2010-10-07  Doug Evans  <dje@google.com>
843
844         * cc-with-index.sh (output_file): Default to a.out.
845
846         * dwarf2read.c (mapped_index): Rename member index_table to
847         symbol_table and index_table_slots to symbol_table_slots.
848         All uses updated.
849         (create_symbol_hash_table): Renamed from create_index_table.
850         All callers updated.
851         (add_indices_to_cpool): Rename arg index_table to symbol_hash_table.
852         (write_hash_table): Rename local index_table to symbol_hash_table.
853
854         * addrmap.h (addrmap_foreach_fn): New typedef.
855         (addrmap_foreach): Declare.
856         * addrmap.c (struct addrmap_funcs): New member foreach.
857         (addrmap_foreach): New function.
858         (addrmap_fixed_foreach): New function.
859         (addrmap_fixed_funcs): Update.
860         (struct mutable_foreach_data): New struct.
861         (addrmap_mutable_foreach_worker): New function.
862         (addrmap_mutable_foreach): New function.
863         (addrmap_mutable_funcs): Update.
864
865 2010-10-07  Paul Hilfinger  <hilfinger@adacore.com>
866
867         * dictionary.c (dict_hash): Revert to msymbol_hash_iw in
868         more cases.
869
870 2010-10-07  Paul Hilfinger  <hilfinger@adacore.com>
871
872         * ada-lang.c (full_match): Declare.
873         (ada_match_name): Rename to match_name (we should avoid prefixing static
874         symbols with "ada_").
875         (match_name): New name for ada_match_name.
876         (struct ada_psym_data): Remove and replace with...
877         (struct match_data): User data for map_matching_symbols.
878         (ada_add_psyms): Remove.
879         (aux_add_nonlocal_symbols): New function, used as callback for
880         map_matching_symbols.
881         (compare_names): Ordering function adopted from strcmp_iw for Ada-encoded
882         symbols.
883         (ada_add_non_local_symbols): Rename to add_nonlocal_symbols.
884         (add_nonlocal_symbols): Renamed from ada_add_non_local_symbols.
885         Rework to use map_matching_symbols instead of map_ada_symtabs.
886         (ada_lookup_symbol_list): Use add_nonlocal_symbols.
887         * psymtab.c: Include dependency on dictionary.h.
888         (match_partial_symbol): New function.
889         (ada_lookup_partial_symbol): Remove.
890         (map_block): New function, auxiliary to map_matching_symbols_psymtab.
891         (map_matching_symbols_psymtab): New function.
892         (psym_functions): Replace map_ada_symtabs with map_matching_symbols_psymtab.
893         * symfile.h: Replace map_ada_symtabs definition with map_matching_symbols.
894
895 2010-10-06  Paul Hilfinger  <hilfinger@adacore.com>
896
897         * ada-lang.c (ada_match_name): Use new API for wild_match.
898         (wild_match): Change API to be consistent with that of strcmp_iw;
899         return 0 for a match, and switch operand order.
900         (full_match): New function.
901         (ada_add_block_symbols): Use dict_iter_match_{first,next} for
902         matching to allow use of hashing.
903         * dictionary.c (struct dict_vector): Generalize iter_name_first,
904         iter_name_next ot iter_match_first, iter_match_next.
905         (iter_name_first_hashed): Replace with iter_match_first_hashed.
906         (iter_name_next_hashed): Replace with iter_match_next_hashed.
907         (iter_name_first_linear): Replace with iter_match_first_linear.
908         (iter_name_next_linear): Replace with iter_match_next_linear.
909         (dict_iter_name_first): Re-implement to use dict_iter_match_first.
910         (dict_iter_name_next): Re-implement to use dict_iter_match_next.
911         (dict_iter_match_first): New function.
912         (dict_iter_match_next): New function.
913         (dict_hash): New function.
914         * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
915         * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
916
917 2010-10-06  Doug Evans  <dje@google.com>
918
919         * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
920
921 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
922
923         * dwarf2read.c (read_tag_const_type): Handle const arrays.
924
925 2010-10-06  Doug Evans  <dje@google.com>
926
927         * Makefile.in (REQUIRED_SUBDIRS): New var.
928         (subdir_do): Verify required subdir Makefiles exist.
929
930         Create subdir data-directory.
931         * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
932         data-directory/Makefile.in.
933         (SUBDIRS): Add data-directory.
934         (all): Remove xml-syscall-copy dependency.
935         (xml-syscall-copy): Moved to data-directory/Makefile.in as
936         stamp-syscalls.
937         (xml-syscall-install): Moved to data-directory/Makefile.in as
938         install-syscalls.
939         (install-only): Remove xml-syscall-install dependency.
940         (all-data-directory): New rule.
941         (data-directory/Makefile): New rule.
942         * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
943         * configure: Regenerate.
944         * data-directory/Makefile.in: New file.
945         * python/lib/gdb/__init__.py: New file.
946
947 2010-10-06  Joel Brobecker  <brobecker@adacore.com>
948
949         Fix ARI warnings in advance_wild_match.
950         * ada-lang.c (advance_wild_match): Delete local variable t2.
951         Adjust code accordingly.  Minor reformatting.
952
953 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
954
955         * gdbtypes.h (struct main_type): Remove flag_nottext.
956         (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
957         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
958         (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
959         * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
960         of TYPE_FLAG_NOTTEXT.
961         (init_type): Remove the initialization of the flag_nottext field.
962         (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
963         TYPE_FLAG_NOTTEXT.
964         * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
965
966 2010-10-04  Doug Evans  <dje@google.com>
967
968         * cc-with-index.sh: New file.
969
970         * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
971         function comment.
972         (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
973         (create_cus_from_index, create_addrmap_from_index): Ditto.
974         (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
975         (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
976         (dw2_do_expand_symtabs_matching): Ditto.
977         (eq_strtab_entry, create_strtab, add_string): Ditto.
978         (hash_strtab_entry): Ditto.
979         (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
980         (create_index_table, create_mapped_symtab, find_slot): Ditto.
981         (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
982         (write_hash_table, add_address_entry, write_psymbols): Ditto.
983         (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
984         (write_psymtabs_to_index): Ditto.
985
986 2010-10-04  Joel Brobecker  <brobecker@adacore.com>
987
988         * ada-lang.c: #include "value.h".
989         (ensure_lval): Delete advance declaration.  Remove gdbarch and sp
990         arguments.  Implement using value_allocate_space_in_inferior
991         instead of allocating memory from the stack.
992         (make_array_descriptor): Remove gdbarch and sp parameters.  Update
993         calls to ensure_lval.
994         (ada_convert_actual): Remove gdbarch and sp parameters.  Update
995         calls to make_array_descriptor and ensure_lval.
996         * ada-lang.h (ada_convert_actual): Update declaration.
997         * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
998
999 2010-10-04  Doug Evans  <dje@google.com>
1000
1001         * python/python.c (_initialize_python): Define new function
1002         GdbSetPythonDirectory in python.  Use it to update sys.path and
1003         gdb.__path__.
1004
1005 2010-10-03  Paul Hilfinger  <hilfinger@adacore.com>
1006
1007         * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
1008         incorporating and generalizing print_record_field_types.
1009         (print_record_field_types): Change return value and update comment.
1010         Re-implement using print_selected_record_field_types.
1011         (print_choices): Print "=>" here.
1012         Handle case of unencoded variant branch.
1013         (print_variant_clauses): Reformat comment.
1014         Special-case unencoded variant branch.
1015
1016 2010-10-03  Paul Hilfinger  <hilfinger@adacore.com>
1017
1018         * ada-lang.c (wild_match): Reimplement.
1019         Change API to eliminate unused length argument, reverse arguments and
1020         make 0 the 'true' return value.
1021         (advance_wild_match): New auxiliary function for wild_match to improve
1022         readability.
1023         (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
1024         * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
1025         API for wild_match.
1026         * symfile.h (map_ada_symtabs): Modify declaration to use new API for
1027         wild_match.
1028         * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
1029
1030 2010-10-01  Doug Evans  <dje@google.com>
1031
1032         * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
1033         for `save gdb-index' command.
1034
1035 2010-10-01  Tom Tromey  <tromey@redhat.com>
1036
1037         * symfile.h (allocate_symtab): Update.
1038         * symfile.c (allocate_symtab): Make 'filename' const.
1039         * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
1040         (add_psymbol_to_list): Likewise.
1041         * psympriv.h (struct partial_symtab) <filename, dirname>: Now
1042         const.
1043         (add_psymbol_to_list): Update.
1044         * mdebugread.c (new_symtab): Make 'name' const.
1045         (psymtab_to_symtab_1): Make 'filename' const.
1046         * elfread.c (elfstab_offset_sections): Update.
1047         * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
1048         (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
1049         (psymtab_include_file_name): Update.
1050         * dbxread.c (find_stab_function_addr): Make 'filename' const.
1051         * buildsym.h (start_subfile): Update.
1052         * buildsym.c (start_subfile): Make arguments const.
1053
1054 2010-09-30  Ali Lakhia  <lakhia@alumni.utexas.net>
1055
1056         * fork-child.c (breakup_args): Fix crash if shell forking is
1057         disabled at compile time.
1058
1059 2010-10-01  Joel Brobecker  <brobecker@adacore.com>
1060
1061         * ada-lang.c (desc_bounds): Add handling of the case where
1062         the P_BOUNDS field is a pointer to a stub.
1063         (desc_data_target_type): Same for P_ARRAY field.
1064         (ada_check_typedef): Strip the typedef layers from the type
1065         found by ada_find_any_type.
1066
1067 2010-10-01  Joel Brobecker  <brobecker@adacore.com>
1068
1069         * sparc-tdep.c (sparc32_frame_align): New function.
1070         (sparc32_gdbarch_init): Set the frame_align gdbarch method.
1071         * sparc64-tdep.c (sparc64_frame_align): New function.
1072         (sparc64_gdbarch_init): Set the frame_align gdbarch method.
1073
1074 2010-09-30  H.J. Lu  <hongjiu.lu@intel.com>
1075
1076         * defs.h (MAX_REGISTER_SIZE): Set to 64.
1077
1078 2010-09-30  Tom Tromey  <tromey@redhat.com>
1079
1080         * symfile.h (struct sym_fns) <next>: Remove.
1081         (add_symtab_fns): Update.
1082         * symfile.c (sym_fns_ptr): New typedef.
1083         (symtab_fns): Now a VEC.
1084         (add_symtab_fns): Update.  Change argument type.
1085         (find_sym_fns): Update.  Change return type.
1086         (get_symfile_segment_data): Update.
1087         * objfiles.h (struct objfile) <sf>: Now const.
1088         * somread.c (som_sym_fns): Now const.  Update.
1089         * xcoffread.c (xcoff_sym_fns): Now const.  Update.
1090         * mipsread.c (ecoff_sym_fns): Now const.  Update.
1091         * machoread.c (macho_sym_fns): Now const.  Update.
1092         * elfread.c (elf_sym_fns): Now const.  Update.
1093         (elf_sym_fns_gdb_index): Likewise.
1094         * dbxread.c (aout_sym_fns): Now const.  Update.
1095         * coffread.c (coff_sym_fns): Now const.  Update.
1096
1097 2010-09-30  Tom Tromey  <tromey@redhat.com>
1098
1099         * value.c (value_primitive_field): Take 'offset' into account for
1100         packed field.
1101
1102 2010-09-30  Tom Tromey  <tromey@redhat.com>
1103
1104         * completer.c (count_struct_fields): Handle anonymous structs and
1105         unions.
1106         (add_struct_fields): Likewise.
1107
1108 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1109
1110         Fix printing parameters of inlined functions.
1111         * ada-lang.c (is_known_support_routine)
1112         (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
1113         for find_frame_funname.
1114         * python/py-frame.c (frapy_name): Likewise.
1115         * stack.c (find_frame_funname): New parameter funcp.  Update the
1116         function comment.  Fill it in.
1117         (print_frame): New variable func.  Initialize it by
1118         find_frame_funname.  Print arguments only if FUNC is not NULL.  Use
1119         FUNC as the parameter of print_args_stub.
1120         * stack.h (find_frame_funname): New parameter funcp.  Remove the
1121         function declaration comment.
1122
1123 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1124
1125         PR corefiles/12071.
1126         * inferior.c (have_live_inferiors): New variables old_chain, inf and
1127         tp.  Iterate INFERIOR_LIST and call target_has_execution.
1128
1129 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
1130
1131         Fix GDB crash on inferior calls with self-referencing classes.
1132         * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
1133         member fields.
1134
1135 2010-09-29  Doug Evans  <dje@google.com>
1136
1137         Workaround for gcc/45682.
1138         * dwarf2read.c (partial_die_info): New fields fixup_called,
1139         linkage_name.
1140         (guess_partial_die_structure_name): Renamed from guess_structure_name.
1141         Move definition next to use.  Use linkage_name to determine if class
1142         is in a namespace.  All callers updated.
1143         (fixup_partial_die): Return early if already called.
1144         Set fixup_called when done.
1145         (guess_full_die_structure_name): New function.
1146         (determine_prefix): Call it for class/struct/union dies if c++ and
1147         .debug_types section is present and parent is DW_TAG_compile_unit.
1148
1149 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1150
1151         * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
1152         (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
1153
1154 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1155
1156         * NEWS: Announce Ravenscar Profile support.
1157
1158 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1159             Jerome Guitton  <guitton@adacore.com>
1160
1161         * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
1162         New files.
1163         * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
1164         ravenscar-sparc-thread.o to gdb_target_obs.
1165
1166 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
1167
1168         * ada-tasks.c (iterate_over_live_ada_tasks): New function.
1169         * ada-lang.h (iterate_over_live_ada_tasks): Declare.
1170
1171 2010-09-27  Pierre Muller  <muller@ics.u-strasbg.fr>
1172
1173         * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
1174         (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
1175         skip_main_prologue method.
1176
1177 2010-09-27  Tom Tromey  <tromey@redhat.com>
1178
1179         * dwarf2read.c (dwarf2_read_index): Only allow version 3.
1180         (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
1181         Only emit a given psymbol once.
1182         (struct signatured_type_index_data) <psyms_seen>: New field.
1183         (write_one_signatured_type): Update.
1184         (cleanup_htab): New function.
1185         (write_psymtabs_to_index): Update.  Create psyms_seen hash.  Bump
1186         version to 3.
1187         (save_gdb_index_command): Update index documentation.
1188
1189 2010-09-27  Tom Tromey  <tromey@redhat.com>
1190
1191         * bcache.c (expand_hash_table): Use hash_function, not hash.
1192
1193 2010-09-27  Tom Tromey  <tromey@redhat.com>
1194
1195         * gdb_wchar.h: Change minimum libiconv to 0x108.
1196
1197 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1198
1199         Fix lost siginfo_t for inferior calls.
1200         * infrun.c
1201         (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
1202         (save_inferior_thread_state): New variables regcache, gdbarch and
1203         siginfo_data.  Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
1204         Move INF_STATE allocation later, pre-clear it.  Initialize REGISTERS
1205         using REGCACHE.
1206         (restore_inferior_thread_state): New variables regcache and gdbarch.
1207         Restore SIGINFO_DATA for matching GDBARCH.  Restore REGISTERS using
1208         REGCACHE.  Free also SIGINFO_DATA.
1209
1210 2010-09-24  Tom Tromey  <tromey@redhat.com>
1211
1212         * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
1213         MAYBE_SWAPs.
1214         (dw2_map_symbol_names): Likewise.
1215
1216 2010-09-24  Sami Wagiaalla  <swagiaal@redhat.com>
1217
1218         * valops.c (find_oload_champ_namespace_loop): replace incorrect
1219         discard_cleanups do_cleanups.
1220
1221 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
1222
1223         PR gdb/11842
1224
1225         * amd64-linux-nat.c (compat_siginfo_from_siginfo)
1226         (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1227         si_code is < 0.  Check for si_code == SI_TIMER before checking for
1228         si_code < 0.
1229
1230 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
1231
1232         * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
1233
1234 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1235
1236         * ada-tasks.c (read_atcb): Do not compute the task ptid when
1237         debugging a core file.
1238
1239 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1240
1241         Code cleanup.
1242         * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
1243         (free_objfile) <objfile->name != NULL>: Remove the conditional around
1244         xfree.
1245         * objfiles.h (struct objfile) <name>: New comment it is never NULL.
1246         * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
1247         Remove.
1248         * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
1249         Remove the conditional.
1250         * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
1251
1252 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1253
1254         * main.c: Include objfiles.h.
1255         (captured_main): New variable objfile.  Call
1256         load_auto_scripts_for_objfile for ALL_OBJFILES.
1257
1258 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1259
1260         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
1261         DW_TAG_constant.
1262
1263 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1264
1265         * dwarf2read.c (scan_partial_symbols): Add handling of
1266         DW_TAG_constant DIEs.
1267         (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
1268
1269 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
1270
1271         * configure.ac: Add support for --enable-gdbserver.
1272         * configure: Regenerate.
1273
1274 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
1275
1276         PR C++/12028
1277         * valops.c (find_oload_champ_namespace_loop): removed incorrect
1278         'old_cleanups' reassignment.
1279
1280 2010-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1281
1282         * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
1283         characters.
1284
1285 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
1286
1287         PR mi/11407
1288         * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
1289         read_var_value and common_val_print and print a warning.
1290
1291 2010-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1292
1293         * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
1294         keep the list in alphabetical order.  Use longer e-mail address.
1295
1296 2010-09-15  Tom Tromey  <tromey@redhat.com>
1297
1298         * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
1299
1300 2010-09-15  Tom Tromey  <tromey@redhat.com>
1301
1302         * charset.c (iconv_open): New define.
1303         (iconv): Likewise.
1304         (iconv_close): Likewise.
1305         (phony_iconv_open): Add "phony_" prefix.
1306         (phony_iconv_close): Likewise.
1307         (phony_iconv): Likewise.
1308         * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
1309         Change how INTERMEDIATE_ENCODING is defined.
1310
1311 2010-09-15  Doug Evans  <dje@google.com>
1312
1313         * dwarf2read.c (struct die_info): Fix comment.
1314
1315 2010-09-15  Alan Modra  <amodra@gmail.com>
1316
1317         PR 4606
1318         * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
1319         than setting SEC_NEVER_LOAD on sections that need not be copied.
1320
1321 2010-09-14  Tom Tromey  <tromey@redhat.com>
1322
1323         * psympriv.h (add_psymbol_to_list, init_psymbol_list)
1324         (start_psymtab_common, allocate_psymtab, discard_psymtab):
1325         Declare.
1326         * symfile.h (extend_psymbol_list): Remove.
1327         (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
1328         (allocate_psymtab, discard_psymtab): Move to psympriv.h.
1329         * psymtab.c (extend_psymbol_list): Move earlier.  Now static.
1330
1331 2010-09-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1332
1333         * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
1334         Update the comment.
1335
1336 2010-09-14  Tom Tromey  <tromey@redhat.com>
1337
1338         PR symtab/8399:
1339         * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
1340         for unrecognized frame base expression.
1341
1342 2010-09-14  Tom Tromey  <tromey@redhat.com>
1343
1344         PR exp/11803:
1345         * value.c (value_static_field): Use value_of_variable.
1346
1347 2010-09-14  Pierre Muller  <muller@ics.u-strasbg.fr>
1348
1349         * m32r-rom.c: Replace winsock.h with winsock2.h header.
1350         * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
1351
1352 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
1353
1354         PR symtab/11992:
1355         * c-exp.y (classify_name): Check is_a_member_of_this before returning
1356         UNKNOWN_CPP_NAME.
1357
1358 2010-09-13  Joel Brobecker  <brobecker@adacore.com>
1359
1360         * NEWS: Add x86-lynxos to the list of platforms supported by
1361         gdbserver.
1362
1363 2010-09-13  Joel Brobecker  <brobecker@adacore.com>
1364
1365         * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
1366
1367 2010-09-13  Tom Tromey  <tromey@redhat.com>
1368
1369         * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
1370
1371 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
1372
1373         * i386-tdep.c (i386_ymm_type): Set type name to
1374         builtin_type_vec256i.
1375
1376 2010-09-12  Michael Snyder  <msnyder@vmware.com>
1377
1378         * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1379
1380 2010-09-12  H.J. Lu  <hongjiu.lu@intel.com>
1381
1382         * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
1383
1384 2010-09-11  H.J. Lu  <hongjiu.lu@intel.com>
1385
1386         * amd64-tdep.c (amd64_register_name): Removed.
1387         (amd64_init_abi): Don't call set_gdbarch_register_name.
1388
1389         * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
1390
1391         * i386-tdep.h (i386_ymmh_regnum_p): Removed.
1392
1393 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1394             Paul Bolle  <pebolle@tiscali.nl>
1395
1396         Redirect also uiout and stdtarg{,err} in execute_command_to_string.
1397         * cli-logging.c (struct saved_output_files) <targerr>: New.
1398         (set_logging_redirect, pop_output_files, handle_redirections):
1399         Redirect also gdb_stdtargerr.
1400         * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
1401         declarations.
1402         * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
1403         also gdb_stdtargerr.
1404         * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
1405         to the top.  Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
1406         Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
1407         * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
1408         * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
1409         New functions.
1410
1411 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1412
1413         * hppa-tdep.c (unwind_command): Use host_address_to_string function
1414         to display a host address.
1415         * monitor.c (monitor_read_memory): Likewise.
1416         * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
1417
1418 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1419
1420         * coffread.c (struct coff_symbol): Change c_value type from `long' to
1421         `CORE_ADDRESS' as it might contain target addresses.
1422
1423 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
1424
1425         * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
1426         before cast to pointer to avoid warning.
1427
1428 2010-09-09  Kevin Buettner  <kevinb@redhat.com>
1429
1430         * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
1431         type to be signed.
1432
1433 2010-09-09  Ulrich Weigand  <uweigand@de.ibm.com>
1434
1435         * dwarf2read.c (fixup_partial_die): Do not set dummy name for
1436         anonymous class partial DIEs.
1437
1438 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1439
1440         * dwarf2read.c (dwarf2_compute_name): Check that the first
1441         argument is a pointer.
1442
1443 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1444
1445         * dwarf2read.c (read_func_scope, read_structure_type)
1446         (read_common_block): Check for a NULL return from new_symbol.
1447
1448 2010-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1449
1450         * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
1451
1452 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1453
1454         * dwarf2read.c (read_structure_type): Move processing of
1455         fields and member functions from here...
1456         (process_structure_scope): ... to here.
1457
1458 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
1459
1460         * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
1461         the domain type.
1462         (gnuv3_make_method_ptr): Likewise.
1463
1464 2010-09-08  Tom Tromey  <tromey@redhat.com>
1465
1466         * breakpoint.c (create_breakpoint): Add missing _().
1467
1468 2010-09-08  Doug Evans  <dje@google.com>
1469
1470         * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
1471
1472 2010-09-08  Tom Tromey  <tromey@redhat.com>
1473
1474         Revert:
1475         2010-09-01  Tom Tromey  <tromey@redhat.com>
1476         * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
1477         symtab.h: Revert earlier change.
1478
1479 2010-09-09  Sami Wagiaalla  <swagiaal@redhat.com>
1480
1481         * psymtab.c (add_psymbol_to_bcache): Initialize
1482         obj_section.
1483         memset psymbol.ginfo.value to 0.
1484
1485 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
1486
1487         * infrun.c (resume): Extend comment on ignoring single-step
1488         requests on vfork parents waiting for a vfork-done.
1489
1490 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1491             Pedro Alves  <pedro@codesourcery.com>
1492
1493         * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
1494         is NULL.
1495         * fork-child.c (startup_inferior) <resume_signal>: Use enum
1496         target_signal type.
1497         * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
1498         calling strsignal.  Use enum target_signal type for saved_signo.
1499         (linux_handle_extended_wait) <signo>: Use enum target_signal type.
1500         (linux_nat_wait_1): Use enum target_signal type for signo.  Use
1501         target_signal_to_host before calling strsignal.
1502         * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
1503         TARGET_SIGNAL_0.
1504
1505 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
1506             Jan Kratochvil  <jan.kratochvil@redhat.com>
1507
1508         * common/signals.c (ANY): Remove.
1509         (SET): No longer use ANY.
1510
1511 2010-09-06  Yao Qi  <yao@codesourcery.com>
1512
1513         * infrunc(resume): When inferior is waiting_for_vfork_done,
1514         clear step and don't use displaced stepping.
1515
1516 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
1517
1518         * breakpoint.c (can_use_hardware_watchpoint): Handle the first
1519         value specially.
1520
1521 2010-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1522
1523         Code cleanup - split print_stop_reason.
1524         * infrun.c (enum inferior_stop_reason): Remove.
1525         (print_stop_reason): Remove by splitting into ...
1526         (print_exited_reason, print_signal_exited_reason)
1527         (print_no_history_reason, print_signal_received_reason)
1528         (print_end_stepping_range_reason): ... these new functions.  Update
1529         the preceding comment.
1530         (handle_inferior_event): Change the calls to print_exited_reason,
1531         print_signal_exited_reason, print_no_history_reason,
1532         print_signal_received_reason, print_end_stepping_range_reason.
1533         (handle_step_into_function, handle_step_into_function_backward):
1534         Change the calls to print_end_stepping_range_reason.
1535
1536 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1537
1538         * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
1539         * cli-out.c: Include vec.h.
1540         (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
1541         variable stream, initialize it, use it.
1542         (cli_redirect): New function comment.  Replace the stream and
1543         original_stream fields by the new streams field.  Remove the
1544         original_stream != NULL conditional, assert error on NULL instead.
1545         (out_field_fmt, field_separator): New variable stream, initialize it, use it.
1546         (cli_out_data_ctor): Assert non-NULL stream.  Replace the stream and
1547         original_stream fields by the new streams field.
1548         (cli_out_set_stream): Replace the stream field by the new streams
1549         field.
1550         * cli-out.h: Include vec.h.
1551         (ui_filep): New typedef, call DEF_VEC_P for it.
1552         (struct cli_ui_out_data): Replace the stream and original_stream
1553         fields by the new streams field.
1554         * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
1555         NULL first.  Extend the comment.
1556         (handle_redirections): Call ui_out_redirect with output.
1557         * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
1558         calls outside of the TRY_CATCH block.
1559
1560 2010-09-03  Joel Brobecker  <brobecker@adacore.com>
1561
1562         GDB 7.2 released.
1563
1564 2010-09-02  Joel Brobecker  <brobecker@adacore.com>
1565
1566         Back out the following change:
1567         | 2010-06-29  Hui Zhu  <teawater@gmail.com>
1568         | * record.c (set_record_pic_cmdlist,
1569         | show_record_pic_cmdlist): New variables.
1570         | (set_record_pic_command,
1571         | show_record_pic_command): New functions.
1572         | (record_pic_function, record_pic_line, record_pic_enum,
1573         | set_record_pic_type, record_pic_hide_nofunction,
1574         | record_pic_hide_nosource, record_pic_hide_same): New variables.
1575         | (record_pic_fputs): New function.
1576         | (function_list, node_list, edge_list): New struct.
1577         | (function_list, node_list, edge_list): New variables.
1578         | (record_pic_cleanups, record_pic_node,
1579         | record_pic_edge, cmd_record_pic): New functions.
1580         | (_initialize_record): Add new commands for record pic.
1581
1582 2010-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
1583
1584         * config.in, configure: Regenerated.
1585         * configure.ac: Check for waitpid.
1586         * ser-pipe.c (pipe_close): Wait for the program to exit.
1587
1588 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1589
1590         * cli/cli-logging.c: Include gdb_assert.h.
1591         (set_logging_overwrite): New function.
1592         (logging_redirect): New comment.
1593         (logging_no_redirect_file, set_logging_redirect)
1594         (pop_output_files) <logging_no_redirect_file>: New.
1595         (handle_redirections) <!logging_redirect>: New variable
1596         no_redirect_file.  Remove file autoclose for tee_file_new.  No longer
1597         discard cleanup for the close of former OUTPUT.  Set
1598         LOGGING_NO_REDIRECT_FILE.
1599         (handle_redirections) <logging_redirect>: gdb_assert
1600         LOGGING_NO_REDIRECT_FILE.
1601         (show_logging_command) <logging_redirect handling>: Adjust messages
1602         for SAVED_FILENAME not NULL.
1603         (_initialize_cli_logging): Install set_logging_overwrite and
1604         set_logging_redirect.
1605
1606 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1607
1608         * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
1609
1610 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1611
1612         * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
1613         (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
1614         add $(GDB_WARN_CFLAGS_NO_FORMAT).
1615         (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
1616
1617 2010-09-02  Yao Qi  <yao@codesourcery.com>
1618
1619         * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
1620         number from a WIFSIGNALED status.
1621
1622 2010-09-01  Tom Tromey  <tromey@redhat.com>
1623
1624         * symtab.h (lookup_type_symbol): Declare.
1625         * symtab.c (lookup_symbol_in_language_full): Rename from
1626         lookup_symbol_in_language.  Add 'for_type' argument.
1627         (lookup_symbol_in_language): New function.
1628         (lookup_type_symbol): Likewise.
1629         (lookup_symbol_aux): Add 'for_type' argument.
1630         (match_symbol_aux): New function.
1631         (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
1632         (match_transparent_type): New function.
1633         (basic_lookup_transparent_type): Use expand_one_symtab_matching.
1634         * symfile.h (struct quick_symbol_functions)
1635         <pre_expand_symtabs_matching>: Remove.
1636         <expand_one_symtab_matching>: New field.
1637         * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
1638         (pre_expand_symtabs_matching_psymtabs): Remove.
1639         (psym_functions): Update.
1640         * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
1641         * dwarf2read.c (dw2_lookup_symbol): Update comment.
1642         (dw2_pre_expand_symtabs_matching): Remove.
1643         (dw2_expand_one_symtab_matching): New function.
1644         (dwarf2_gdb_index_functions): Update.
1645
1646 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
1647
1648         * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
1649
1650 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
1651
1652         * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
1653         as a feature reported by -list-target-features.
1654
1655 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
1656
1657         * features/Makefile (WHICH): Add rs6000/powerpc-32.
1658         (powerpc-32.o, powerpc-32.c): New rules.
1659         (clean): Also remove powerpc-32.c.
1660         * regformats/rs6000/powerpc-32.dat: Generate.
1661
1662 2010-08-31  Sami Wagiaalla  <swagiaal@redhat.com>
1663
1664         * symfile.c (reread_symbols): Use psymbol_bcache_free, and
1665         psymbol_bcache_init.
1666         * psymtab.h (psymbol_bcache_init): New function prototype.
1667         (psymbol_bcache_free): New function prototype.
1668         (psymbol_bcache_get_bcache): New function prototype.
1669         * psymtab.c (psymbol_bcache_init): New function.
1670         (psymbol_bcache_free): New function.
1671         (psymbol_bcache_full): New function.
1672         (psymbol_bcache_get_bcache): New function.
1673         (add_psymbol_to_bcache): use psymbol_bcache_full.
1674         * objfiles.h (psymbol_cache): Change type of psymbol_cache to
1675         psymbol_bcache.
1676         * symmisc.c (print_symbol_bcache_statistics): Updated.
1677         (print_objfile_statistics): Updated.
1678         * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
1679         psymbol_cache.
1680         (free_objfile): Use psymbol_bcache_free.
1681
1682 2010-08-31  Tom Tromey  <tromey@redhat.com>
1683
1684         PR c++/11961:
1685         * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
1686         Don't set TYPE_NAME on the type.
1687
1688 2010-08-31  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
1689
1690         * infrun.c (set_exec_direction_func): Error out if target does not
1691         support reverse execution.
1692
1693 2010-08-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1694
1695         Make linux_get_siginfo_type `type *' unique.
1696         * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
1697         (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
1698         (linux_get_siginfo_type): New variable linux_gdbarch_data.  Initialize
1699         it.  Use linux_gdbarch_data->siginfo_type as a persistent storage.
1700         (_initialize_linux_tdep): New.
1701
1702 2010-08-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1703
1704         Code cleanup.
1705         * defs.h (find_memory_region_ftype): New typedef.
1706         (exec_set_find_memory_regions): Use it.
1707         * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
1708         * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
1709         * gcore.c (objfile_find_memory_regions): Likewise.
1710         * gnu-nat.c (gnu_find_memory_regions): Likewise.
1711         * linux-nat.c (linux_nat_find_memory_regions): Likewise.
1712         * procfs.c (iterate_over_mappings_cb_ftype): Remove.
1713         (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
1714         find_memory_region_ftype.
1715         (insert_dbx_link_bpt_in_region): Likewise.
1716         (iterate_over_mappings): Likewise.  Drop the comment part about the
1717         function prototype.
1718         (find_memory_regions_callback): Use find_memory_region_ftype.
1719         (proc_find_memory_regions): Likewise.
1720         (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
1721         find_memory_region_ftype.
1722         * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
1723         * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
1724
1725 2010-08-31  Sami Wagiaalla  <swagiaal@redhat.com>
1726
1727         * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
1728         'static partial_symbol psymbol'.
1729         (psymbol_hash): New function.
1730         (psymbol_compare): New function.
1731         * bcache.c (hash_continue): New.
1732         (hash): Use hash_continue.
1733         * bcache.c: Add hash_function and compare_function
1734         pointers to bcache struct.
1735         (bcache_full): Use bcache->hash_function, and
1736         bcache->compare_function.
1737         (bcache_compare): New function.
1738         (bcache_xmalloc): Take hash_function and
1739         compare_function arguments and initialize the
1740         bcach's pointers.
1741         Updated comment.
1742         * objfiles.c (allocate_objfile): Updated.
1743         * symfile.c (reread_symbols): Updated.
1744         * python/py-type.c (typy_richcompare): Updated.
1745
1746 2010-08-30  Andre Poenitz  <andre.poenitz@nokia.com>
1747             Tom Tromey  <tromey@redhat.com>
1748
1749         PR python/11792:
1750         * python/py-value.c (valpy_get_dynamic_type): New function.
1751         (value_object_getset): Add "dynamic_type".
1752         (valpy_get_type): Fail on error.
1753
1754 2010-08-30  Yao Qi  <yao@codesourcery.com>
1755
1756         * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
1757         (arm_linux_syscall_next_pc): New.
1758         (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead. 
1759         (arm_linux_init_abi): Initialize syscall_next_pc.
1760         * arm-tdep.c (thumb_get_next_pc_raw):  Get next pc of SWI in Thumb mode.
1761         (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
1762         * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc. 
1763         Declare arm_frame_is_thumb.
1764
1765 2010-08-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1766
1767         Code cleanup.
1768         * breakpoint.c (bpstat_alloc): Remove unused prototype.
1769         (bpstat_alloc): Change parameters cbs to bs_link_pointer.  Adjust the
1770         code.
1771         (bpstat_stop_status): Change root_bs into bs_head and bs_link.  Adjust
1772         calls of bpstat_alloc.  Remove explicit bs chain termination.
1773
1774 2010-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1775
1776         Code cleanup.
1777         * linux-nat.c (pull_pid_from_list): Rename status to statusp.
1778         (my_waitpid): Likewise.
1779
1780 2010-08-27  Doug Evans  <dje@google.com>
1781
1782         * dwarf2read.c (dw2_require_line_header): Read from .debug_types
1783         as appropriate.
1784
1785 2010-08-27  Tom Tromey  <tromey@redhat.com>
1786
1787         * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
1788         TYPE_FIELD_IGNORE_BITS.
1789
1790 2010-08-27  Doug Evans  <dje@google.com>
1791
1792         * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
1793         the order they're defined in.  munmap .debug_types buffer.
1794
1795 2010-08-26  Doug Evans  <dje@google.com>
1796
1797         * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
1798         (dw2_forget_cached_source_info): Rename local cu to per_cu.
1799         (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
1800         (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
1801         (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
1802         (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
1803         (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
1804         (dwarf2_free_objfile, write_one_signatured_type): Ditto.
1805         (write_psymtabs_to_index): Ditto.
1806
1807 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
1808
1809         * NEWS: Mention libthread_db debugging with core files.
1810
1811 2010-08-26  Doug Evans  <dje@google.com>
1812
1813         * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
1814         forward decl.  Pass pst->dirname to dwarf_decode_lines.
1815         (psymtab_include_file_name): New function.
1816         (dwarf_decode_lines): Call it.  Update comments.
1817
1818 2010-08-25  Pedro Alves  <pedro@codesourcery.com>
1819
1820         * dwarf2read.c (inherit_abstract_dies): Handle origin die's
1821         compilation unit being different from target die's.
1822
1823 2010-08-24  Doug Evans  <dje@google.com>
1824
1825         PR symtab/11942
1826         * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
1827         debug_types_type_hash.
1828         (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
1829         All uses updated.
1830         (lookup_die_type): Renamed from tag_type_to_tag.  First look in
1831         appropriate type_hash table.  All callers updated.
1832         (allocate_signatured_type_table): Renamed from
1833         allocate_signatured_type_hash_table.  All callers updated.
1834         (create_signatured_type_table_from_index): Renamed from
1835         create_signatured_type_hash_from_index.  All callers updated.
1836         (read_die_type): Add comment.  Move actual reading to ...
1837         (read_die_type_1): ... here.  New function.
1838         (follow_die_ref_or_sig): Tweak comment.
1839         (set_die_type): Rewrite to use appropriate choice of
1840         debug_info_type_hash or debug_types_type_hash.
1841         (get_die_type_at_offset): New function.
1842         (get_die_type): Call it.
1843
1844 2010-08-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1845
1846         * python/py-type.c (typy_richcompare): Initialize worklist.
1847
1848 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
1849             Kazu Hirata  <kazu@codesourcery.com>
1850             Jonathan Larmour  <jifl@eCosCentric.com>
1851
1852         * arm-tdep.c: Include features/arm-with-m.c.
1853         (arm_psr_thumb_bit): New.  Update all uses of CPSR_T to
1854         call this function.
1855         (arm_pc_is_thumb): Add a gdbarch argument.  Update all callers.
1856         Check is_m after force-mode.
1857         (arm_gdbarch_init): Check the binary before the target description.
1858         Add check for M profile attribute.  If we have an M-profile device,
1859         but no target register description, use arm-with-m.  Recognize the
1860         new org.gnu.gdb.arm.m-profile feature and its xpsr register.
1861         (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
1862         * arm-tdep.h (XPSR_T): Define.
1863         (struct gdbarch_tdep): Add is_m member.
1864         * features/arm-m-profile.xml, features/arm-with-m.c,
1865         features/arm-with-m.xml: New files.
1866
1867 2010-08-23  Doug Evans  <dje@google.com>
1868
1869         * dwarf2read.c (read_structure_type): Add comment.
1870         (read_enumeration_type): Add comment.
1871         (process_enumeration_scope): Move definition of some locals
1872         closer to their use.
1873         (read_namespace_type): Add comment.
1874         (set_die_type): Fix typo in comment.
1875
1876 2010-08-23  Tom Tromey  <tromey@redhat.com>
1877
1878         PR python/11145:
1879         * python/py-value.c: Include expression.h.
1880         (valpy_do_cast): New function.
1881         (valpy_cast): Use it.
1882         (valpy_dynamic_cast): New function.
1883         (valpy_reinterpret_cast): Likewise.
1884         (value_object_methods): Add dynamic_cast, reinterpret_cast.
1885
1886 2010-08-23  Tom Tromey  <tromey@redhat.com>
1887
1888         PR python/11391:
1889         * python/py-value.c (valpy_nonzero): Don't throw error for other
1890         Value types.
1891
1892 2010-08-23  Tom Tromey  <tromey@redhat.com>
1893
1894         PR python/10676:
1895         * python/py-type.c: Include bcache.h, vec.h.
1896         (struct type_equality_entry): New.
1897         (compare_strings): New function.
1898         (check_types_equal): Likewise.
1899         (check_types_worklist): Likewise.
1900         (typy_richcompare): Likewise.
1901         (type_object_type): Set tp_richcompare field.
1902
1903 2010-08-23  Tom Tromey  <tromey@redhat.com>
1904
1905         PR python/10953:
1906         * python/py-type.c (typy_fields): Call check_typedef.
1907         (typy_template_argument): Add TRY_CATCH.
1908
1909 2010-08-23  Tom Tromey  <tromey@redhat.com>
1910
1911         PR python/11915:
1912         * python/py-type.c (typy_array): New function.
1913         (type_object_methods): Add "array".
1914
1915 2010-08-20  Pedro Alves  <pedro@codesourcery.com>
1916
1917         * python/python.c: Include "serial.h".
1918         (gdbpy_event_fds): Change type to `struct serial *' a array from
1919         int array.
1920         (gdbpy_run_events): Change parameters.  Use serial_readchar in
1921         place of read.
1922         (gdbpy_post_event): Use serial_write in place of write.
1923         (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
1924         serial_async in place of add_file_handler.
1925
1926 2010-08-20  Pedro Alves  <pedro@codesourcery.com>
1927
1928         * serial.h (gdb_pipe, serial_pipe): Declare.
1929         * serial.c (serial_interface_lookup): Take a const char pointer.
1930         (serial_fdopen): Rename to ...
1931         (serial_fdopen_ops): ... this.  Add an OPS parameter and use it.
1932         Call the OPS' fdopen function if there is one.
1933         (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
1934         (serial_pipe): New.
1935         (struct serial_ops) <fdopen>: New field.
1936
1937         * ser-mingw.c (free_pipe_state):
1938         (free_pipe_state): Close output on non-pex pipes.
1939         (pipe_windows_fdopen): New.
1940         (gdb_pipe): New.
1941         (_initialize_ser_windows): Register pipe_windows_fdopen.
1942         * ser-go32.c (gdb_pipe): New.
1943         * ser-pipe.c (pipe_close): Close file descriptor even if there's
1944         no state pointer.
1945         (pipe_ops): Delete.
1946         (gdb_pipe): New.
1947
1948 2010-08-20  Keith Seitz  <keiths@redhat.com>
1949
1950         PR symtab/11465:
1951         * dwarf2read.c (struct delayed_method_info): New struct.
1952         (struct dwarf2_cu): Add vector method_list.
1953         (scan_partial_symbols): Count methods for union, class, structure,
1954         and interface types.
1955         (add_to_method_list): New function.
1956         (free_delayed_list): New function.
1957         (compute_delayed_physnames): New function.
1958         (process_full_comp_unit): Make a cleanup for the CU's delayed
1959         physname list, compute the delayed physnames, and free the
1960         the list.
1961         (dwarf2_add_member_fn): For C++ and Java, delay the computation
1962         of the physname until after the CU is read.
1963
1964         * dwarf2read.c (read_structure_type): Check if the current
1965         DIE's type was already completed after dwarf2_full_name
1966         was called.
1967
1968 2010-08-19  Stan Shebs  <stan@codesourcery.com>
1969
1970         * NEWS: Mention some additional changes.
1971
1972 2010-08-19  Tom Tromey  <tromey@redhat.com>
1973
1974         * Makefile.in (install-python): Add DESTDIR.
1975
1976 2010-08-19  Doug Evans  <dje@google.com>
1977
1978         PR exp/11926
1979         * parser-defs.h (parse_float, parse_c_float): Declare.
1980         * parse.c (parse_float, parse_c_float): New function.
1981         * c-exp.y (parse_number): Call parse_c_float.
1982         * objc-exp.y (parse_number): Ditto.
1983         * p-exp.y (parse_number): Ditto.  Use ANSI/ISO-style definition.
1984         * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
1985
1986 2010-08-19  Joel Brobecker  <brobecker@adacore.com>
1987
1988         * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
1989         the arguments in the correct order.
1990         * symtab.c (maybe_add_partial_symtab_filename): Declare
1991         the arguments in the correct order.
1992
1993 2010-08-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1994
1995         * varobj.c (varobj_create): Replace variable old_fi with old_id,
1996         initialize it by null_frame_id, wrap its usage by get_frame_id,
1997         frame_id_p and frame_find_by_id.
1998
1999 2010-08-18  Tom Tromey  <tromey@redhat.com>
2000
2001         PR python/11900:
2002         * configure: Rebuild.
2003         * configure.ac: Add install-python to CONFIG_INSTALL.
2004         * Makefile.in (install-python): New.
2005
2006 2010-08-18  Doug Evans  <dje@google.com>
2007
2008         * gdb_assert.h (gdb_assert_not_reached): New macro.
2009         (gdb_assert_fail): Fix typo in comment.
2010         * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
2011         gdb_assert (0).
2012         * darwin-nat.c (darwin_check_new_threads): Ditto.
2013         * dwarf2read.c (dwarf2_get_section_info): Ditto.
2014         (munmap_section_buffer): Ditto.
2015         * m32c-tdep.c (make_types): Ditto.
2016         (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
2017         * macroexp.c (get_character_constant): Ditto.
2018         (get_string_literal): Ditto.
2019         * mep-tdep.c (mep_pseudo_cr_size): Ditto.
2020         (mep_pseudo_cr_index, mep_register_type): Ditto.
2021         (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
2022         (mep_get_insn, mep_analyze_prologue): Ditto.
2023         * objfiles.c (qsort_cmp): Ditto.
2024         * prologue-value.c (pv_is_identical): Ditto.
2025         * record.c (record_get_loc): Ditto.
2026         * value.c (value_static_field): Ditto.
2027         * xtensa-tdep.c (call0_track_op): Ditto.
2028
2029 2010-08-18  Tom Tromey  <tromey@redhat.com>
2030
2031         PR symtab/11919:
2032         * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
2033         * parse.c (parse_field_expression): Use RETURN_MASK_ERROR.  Move
2034         name-copying lower.  Document exception behavior.
2035         * completer.c (expression_completer): Catch exceptions from
2036         parse_field_expression.
2037
2038 2010-08-18  Pedro Alves  <pedro@codesourcery.com>
2039
2040         PR corefile/8210
2041
2042         * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
2043         workaround on core files.
2044         (try_thread_db_load_1): Don't try enabling thread event reporting
2045         on core files.
2046         (thread_db_load): Allow thread_db on core files.
2047         (attach_thread): Don't check thread signals on core files, nor try
2048         really attaching to the thread, nor enabling thread event event
2049         reporting.
2050         (thread_db_detach): Don't try disabing thread event reporting or
2051         removing thread event breakpoints when debugging a core file.
2052         (find_new_threads_callback): Don't try enabling thread event
2053         reporting on core files.
2054         (thread_db_find_new_threads_2): Don't look for a stopped lwp when
2055         debugging a core file.
2056         (thread_db_find_new_threads): Don't update thread
2057         cores (processors) when debugging a core (dump).
2058
2059 2010-08-18  Pedro Alves  <pedro@codesourcery.com>
2060
2061         PR corefile/8210
2062
2063         * corelow.c (add_to_thread_list): Don't use
2064         gdbarch_core_reg_section_encodes_pid.  Use bfd_core_file_pid.
2065         (get_core_register_section): Don't use
2066         gdbarch_core_reg_section_encodes_pid.
2067
2068         * gdbarch.sh (core_reg_section_encodes_pid): Delete.
2069         * gdbarch.h, gdbarch.c: Regenerate.
2070         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
2071         gdbarch_core_reg_section_encodes_pid.
2072         * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
2073         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
2074         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
2075
2076 2010-08-18  Yao Qi  <yao@codesourcery.com>
2077
2078         * MAINTAINERS : Add myself under Write After Approval.
2079
2080 2010-08-17  Tom Tromey  <tromey@redhat.com>
2081
2082         * NEWS: Mention template parameter support.
2083
2084 2010-08-17  Pedro Alves  <pedro@codesourcery.com>
2085
2086         PR breakpoints/11371
2087
2088         * breakpoint.c (decref_bp_location): Assert the reference count is
2089         sane.
2090
2091 2010-08-17  Pedro Alves  <pedro@codesourcery.com>
2092
2093         PR breakpoints/11371
2094
2095         * breakpoint.c (breakpoint_init_inferior): Decrement the
2096         location's reference count instead of deleting right away.
2097         (bpstat_free): Decrement the location's reference count.  Make
2098         static.
2099         (bpstat_copy): Increment the location's reference count.
2100         (bpstat_find_breakpoint): Adjust.
2101         (bpstat_num): Adjust.
2102         (print_it_typical): Adjust.  Use the breakpoint pointer in the
2103         bpstat instead of the location's owner.
2104         (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
2105         Adjust to record the location's owner in the bpstat.
2106         (watchpoint_check): Use the breakpoint pointer in the bpstat
2107         instead of the location's owner.
2108         (bpstat_check_breakpoint_conditions): Don't handle
2109         bp_watchpoint_scope here.  Use the breakpoint pointer in the
2110         bpstat instead of the location's owner.
2111         (bpstat_stop_status): Defer inferior function calls to after
2112         building the bpstat list.  Handle bp_watchpoint_scope here.  Use
2113         the breakpoint pointer in the bpstat instead of the location's
2114         owner.
2115         (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2116         the location's owner.
2117         (free_bp_location): Don't walk bpstats clearing locations.
2118         (incref_bp_location): New.
2119         (decref_bp_location): New.
2120         (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
2121         instead of the location's owner.
2122         (update_global_location_list): Clear the location's owner, and
2123         decrement the location's reference count instead of deleting it
2124         right away.
2125         (breakpoint_retire_moribund): Decrement the location's reference
2126         count instead of deleting it right away.
2127         (bpstat_remove_bp_location): Delete.
2128         (bpstat_remove_breakpoint): New.
2129         (bpstat_remove_bp_location_callback): Delete.
2130         (bpstat_remove_breakpoint_callback): New.
2131         (delete_breakpoint): Iterate over all threads' stop_bpstat's
2132         clearing references to the breakpoint that is being deleted.
2133
2134         * breakpoint.h (struct bp_location) <refc>: New field.
2135         <owner>: Update comments.
2136         (bpstat_free): Delete declaration.
2137         (struct bpstats): Change the type of the breakpoint_at field to
2138         struct breakpoint point, from struct bp_location pointer.  Add new
2139         field bp_location_at.
2140
2141 2010-08-16  Tom Tromey  <tromey@redhat.com>
2142
2143         * NEWS: Fix typo.
2144
2145 2010-08-16  Tom Tromey  <tromey@redhat.com>
2146
2147         * NEWS: Mention watch -location.
2148
2149 2010-08-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2150
2151         * breakpoint.c (update_watchpoint): Add source empty line.  Prefer
2152         EXP_STRING_REPARSE to EXP_STRING.
2153         (watch_command_1): Set also EXP_STRING_REPARSE.
2154         (delete_breakpoint): Free also EXP_STRING_REPARSE.
2155         * breakpoint.h (struct breakpoint): New field exp_string_reparse.
2156         Update comment for exp_string.
2157
2158 2010-08-16  Tom Tromey  <tromey@redhat.com>
2159
2160         * value.c (release_value): Clear 'next' pointer.
2161         * breakpoint.c (watch_command_1): Add 'just_location' argument.
2162         (watch_command_wrapper): Update.
2163         (watch_maybe_just_location): New function.
2164         (watch_command): Update.
2165         (rwatch_command_wrapper): Update.
2166         (rwatch_command): Update.
2167         (awatch_command_wrapper): Update.
2168         (awatch_command): Update.
2169         (check_for_argument): New function.
2170         (_initialize_breakpoint): Update help text.
2171
2172 2010-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
2173
2174         * arm-tdep.c (arm_push_dummy_call): Handle pointers to
2175         typedef'ed function types correctly.
2176
2177 2010-08-13  Tom Tromey  <tromey@redhat.com>
2178
2179         * python/python-internal.h (gdbpy_get_hook_function): Don't
2180         declare.
2181
2182 2010-08-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2183
2184         * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
2185         static.
2186
2187 2010-08-13  Ken Werner  <ken.werner@de.ibm.com>
2188
2189         * python/python.c (gdbpy_solib_name): Remove the const qualifier of
2190         the format strings to be compatible with Python 2.4.
2191
2192 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
2193
2194         Easier and more stubborn MI memory read commands.
2195
2196         * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
2197         and data-write-memory-bytes.
2198         * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
2199         (mi_cmd_data_write_memory_bytes): New.
2200         * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
2201         (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
2202         New.
2203         (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
2204         * target.c (target_read_until_error): Remove.
2205         (read_whatever_is_readable, free_memory_read_result_vector)
2206         (read_memory_robust): New.
2207         * target.h (target_read_until_error): Remove.
2208         (struct memory_read_result, free_memory_read_result_vector)
2209         (read_memory_robust): New.
2210
2211 2010-08-13  Hui Zhu  <teawater@gmail.com>
2212
2213         * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
2214         (read_comp_unit): Initialize back_to.
2215
2216 2010-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
2217             Pedro Alves  <pedro@codesourcery.com>
2218
2219         * dwarf2read.c: Include "c-lang.h" and "valprint.h".
2220         (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
2221         (struct partial_die_info) <has_template_arguments>: New field.
2222         <num_attrs>: Change type to unsigned char.
2223         <building_fullname>: New field.
2224         (dwarf2_build_psymtabs_hard): Set reading_partial_symbols.  Only
2225         allocate a CU if we don't have one already.  Add a cleanup for the
2226         CU.
2227         (partial_die_full_name): Handle template arguments not in
2228         DW_AT_name.
2229         (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
2230         (load_full_comp_unit): Only allocate a CU if we don't have one
2231         already.
2232         (do_ui_file_peek_last): New.
2233         (dwarf2_compute_name): Handle template parameters not in
2234         DW_AT_name.
2235         (read_comp_unit): Read and free abbrevs if not read yet.
2236         (load_partial_dies): Handle template arguments not in DW_AT_name.
2237         (find_partial_die): If we have a CU, but no a partial dies yet,
2238         also read in the CU.
2239         (dwarf2_const_value_attr): New, abstracted out from
2240         dwarf2_const_value.
2241         (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
2242         dwarf2_const_value_attr.
2243         (determine_prefix): Detect and break loops created by RCVT's debug
2244         info.
2245         (maybe_queue_comp_unit): Bail out early if reading partial
2246         symbols.
2247         (follow_die_offset): Load full CU if we have no dies.
2248         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
2249         * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
2250
2251 2010-08-11  Tom Tromey  <tromey@redhat.com>
2252             Phil Muldoon  <pmuldoon@redhat.com>
2253
2254         * python/python.c (gdbpy_run_events): New function.
2255         (gdbpy_post_event): Likewise.
2256         (gdbpy_initialize_events): Likewise.
2257         (_initialize_python): Call gdbpy_initialize_events.
2258
2259 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
2260
2261         * gdb/valarith.c (vector_binop): New function.
2262         (scalar_binop): Likewise.
2263         (value_binop): Call scalar_binop or vector_binop depending on the types.
2264         * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
2265         (evaluate_subexp_with_coercion): Add vector check to not convert vectors
2266         to pointers.
2267         * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
2268
2269 2010-08-11  Brad Roberts  <braddr@puremagic.com>
2270
2271         * d-lang.c (extract_identifiers): Handle multiple digits.
2272
2273 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2274
2275         Code cleanup.
2276         * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
2277         Rename to dummy_frame_unwind.
2278         (dummy_frame_unwind): Remove.
2279         * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
2280         * frame-unwind.c (frame_unwind_init): Use address of
2281         dummy_frame_unwind and inline_frame_unwind.
2282         * frame.c (create_sentinel_frame): Use address of
2283         sentinel_frame_unwind.
2284         * inline-frame.c (inline_frame_unwinder): Rename to
2285         inline_frame_unwind.
2286         (inline_frame_unwind): Remove.
2287         * inline-frame.h (inline_frame_unwind): Reference directly the struct.
2288         * sentinel-frame.c (sentinel_frame_unwinder): Rename to
2289         sentinel_frame_unwind.
2290         (sentinel_frame_unwind): Remove.
2291         * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
2292         struct.
2293
2294 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2295
2296         Code cleanup.
2297         * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
2298         and returned value.  New comment from frame-unwind.h.
2299         * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
2300         Extend the comment.
2301         * frame.c (get_frame_id, frame_unwind_register_value)
2302         (create_new_frame, get_prev_frame_1, frame_unwinder_is)
2303         (get_frame_type, frame_unwind_arch): Do not use the return value of
2304         frame_unwind_find_by_frame.
2305
2306 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
2307             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2308             Tom Tromey  <tromey@redhat.com>
2309
2310         * python/python.c (gdbpy_solib_address):  New function.
2311         (gdbpy_decode_line): Likewise.
2312
2313 2010-08-10  Tom Tromey  <tromey@redhat.com>
2314
2315         Revert gdb-add-index addition:
2316         * Makefile.in (install-only): Don't install gdb-add-index.
2317         * gdb-add-index.sh: Remove.
2318
2319 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
2320
2321         * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
2322         `target_has_execution' check with `to_has_memory' check.
2323         (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
2324         (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
2325         with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
2326
2327 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
2328
2329         * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
2330         (resume_siggnal, resume_step): Move these static globals...
2331         (struct sim_inferior_data): ...into this new struct.
2332         (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
2333         New static globals.
2334         (gdb_callback, callbacks_initialized): Move these globals to
2335         a point earlier in the file.
2336         (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
2337         (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
2338         (gdbsim_close_inferior, gdbsim_resume_inferior)
2339         (gdbsim_stop_inferior): New functions.
2340         (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
2341         New constants.
2342         (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
2343         (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
2344         (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
2345         (gdbsim_xfer_inferior_memory, gdbsim_files_info)
2346         (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
2347         (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
2348         new local variable `sim_data' in each of these functions.  Use
2349         `sim_data' to reference former globals `program_loaded',
2350         `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
2351         `resume_step'.
2352         (gdbsim_open): Remove local variable `argv'.  Put results of call
2353         to `gdb_buildargv' in `sim_argv' rather than in `argv'.  Don't
2354         make a cleanup for it.  Free it though when a sim instance cannot
2355         be obtained.
2356         (gdbsim_close): Free sim_argv and null it out as appropriate.
2357         Close sim instances in all inferiors.
2358         (gdbsim_cntrl_c): Stop all inferiors.
2359         (gdbsim_wait): 
2360         (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
2361
2362 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2363
2364         * dwarf2read.c (new_symbol): Add symbol to variable list at end of
2365         function after symbol construction is complete.
2366         Do the same for template symbol addition to template_symbols list.
2367
2368 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2369
2370         * symtab.c (symbol_get_demangled_name): Remove assertion and
2371         return NULL when language_specific.cplus_specific is not initialized.
2372         * stabsread.c (define_symbol): Set the name before calling
2373         cp_scan_for_anonymous_namespaces.
2374
2375 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
2376
2377         * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
2378         SYMBOL_SET_LANGUAGE.
2379         (symbol_init_language_specific): Renamed to symbol_set_language.
2380         * symtab.c (symbol_init_language_specific): Removed redundant check
2381         for language_cplus.
2382         Renamed to symbol_set_language.
2383         * stabsread.c (define_symbol): Updated.
2384         (read_enum_type): Updated
2385         * psymtab.c (add_psymbol_to_bcache): Updated.
2386         * minsyms.c (install_minimal_symbols): Updated.
2387         * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
2388         SYMBOL_LANGUAGE to set the language.
2389         * minsyms.c (prim_record_minimal_symbol_full): Ditto.
2390         * mdebugread.c (new_symbol): Ditto.
2391         * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
2392         * dwarf2read.c (new_symbol_full): Ditto.
2393         * jv-lang.c (add_class_symbol): Ditto.
2394
2395 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2396
2397         * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
2398         (make_cleanup_restore_page_info)
2399         (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
2400         * gdbcmd.h (execute_command_to_string): New declaration.
2401         * python/python.c (struct restore_ui_file_closure, restore_ui_file)
2402         (make_cleanup_restore_ui_file): Move to utils.c
2403         (execute_gdb_command) <to_string>: Move ...
2404         * top.c (execute_command_to_string): ... here.  Call
2405         set_batch_flag_and_make_cleanup_restore_page_info.
2406         * utils.c (make_cleanup_restore_integer): New source file blank line.
2407         (make_cleanup_restore_uinteger): New.
2408         (struct restore_ui_file_closure, do_restore_ui_file)
2409         (make_cleanup_restore_ui_file): Move here from python/python.c.
2410         (init_page_info) <batch_flag>
2411         (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
2412         (set_batch_flag_and_make_cleanup_restore_page_info): New.
2413
2414 2010-08-06  Maciej W. Rozycki  <macro@codesourcery.com>
2415
2416         * thread.c (add_thread_silent): Use null_ptid instead of
2417         minus_one_ptid while getting rid of stale inferior_ptid.
2418
2419 2010-08-06  Corinna Vinschen  <vinschen@redhat.com>
2420
2421         * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
2422         Throughout, call read_encoded_value with ptr_size rather than addr_size.
2423         (decode_frame_entry_1): Remove redundant setting of
2424         addr_size.  Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
2425         to determine addr_size in Dwarf versions < 4.  Set ptr_size dependent
2426         on examined frame section.  Add comment to explain why.
2427         * gdbarch.sh (dwarf2_addr_size): Define as variable.  Add lengthy
2428         comment to explain usage.
2429         * gdbarch.c: Regenerate.
2430         * gdbarch.h: Regenerate.
2431
2432         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
2433
2434 2010-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2435
2436         Code cleanup.
2437         * varobj.c (varobj_create): Move variables fi, old_fi and block to
2438         a more inner block.
2439
2440 2010-08-05  Pedro Alves  <pedro@codesourcery.com>
2441
2442         * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
2443         (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2444         (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
2445         (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
2446         linux-tdep.o to gdb_target_obs.
2447
2448 2010-08-05  Marc Khouzam  <marc.khouzam@ericsson.com>
2449
2450         * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
2451         argument.
2452
2453 2010-08-05  Hui Zhu  <teawater@gmail.com>
2454
2455         * mips-linux-tdep.c(regset.h): New include.
2456         (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
2457         mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
2458         mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
2459         mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
2460         mips_linux_regset_from_core_section): New functions.
2461         (fetch_core_registers, regset_core_fns): Deleted.
2462         (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
2463         Deleted regset_core_fns.
2464         * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
2465         tdep->gregset64, tdep->fpregset and tdep->fpregset64.
2466         * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
2467         and fpregset64.
2468
2469 2010-08-04  Pedro Alves  <pedro@codesourcery.com>
2470
2471         * s390-tdep.c: Include linux-tdep.h.
2472         (s390_gdbarch_init): Call linux_init_abi.
2473
2474 2010-08-04  Pedro Alves  <pedro@codesourcery.com>
2475
2476         * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
2477         instead of printing "Thread" here.
2478         * linux-tdep.c: Include inferior.h.
2479         (linux_core_pid_to_str): New.
2480         (linux_init_abi): New.
2481         * linux-tdep.h (linux_init_abi): Declare.
2482         * alpha-linux-tdep.c: Include linux-tdep.h.
2483         (alpha_linux_init_abi): Call linux_init_abi.
2484         * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
2485         * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
2486         * frv-linux-tdep.c: Include linux-tdep.h
2487         (frv_linux_init_abi): Call linux_init_abi.
2488         * hppa-linux-tdep.c: Include linux-tdep.h
2489         (hppa_linux_init_abi): Call linux_init_abi.
2490         * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
2491         * ia64-linux-tdep.c: Include linux-tdep.h.
2492         (ia64_linux_init_abi): Call linux_init_abi.
2493         * m32r-linux-tdep.c: Include linux-tdep.h.
2494         (m32r_linux_init_abi): Call linux_init_abi.
2495         * m68klinux-tdep.c: Include linux-tdep.h.
2496         (m68k_linux_init_abi): Call linux_init_abi.
2497         * microblaze-linux-tdep.c: Include linux-tdep.h.
2498         (microblaze_linux_init_abi): Call linux_init_abi.
2499         * mips-linux-tdep.c: Include linux-tdep.h.
2500         (mips_linux_init_abi): Call linux_init_abi.
2501         * mn10300-linux-tdep.c: Include linux-tdep.h.
2502         (am33_linux_init_osabi): Call linux_init_abi.  Rename the
2503         'gdbinfo' parameter to 'info'.
2504         * ppc-linux-tdep.c: Include linux-tdep.h.
2505         (ppc_linux_init_abi): Call linux_init_abi.
2506         * sh-linux-tdep.c: Include linux-tdep.h.
2507         (sh_linux_init_abi): Call linux_init_abi.
2508         * sparc-linux-tdep.c: Include linux-tdep.h.
2509         (sparc32_linux_init_abi): Call linux_init_abi.
2510         * sparc64-linux-tdep.c: Include linux-tdep.h.
2511         (sparc64_linux_init_abi): Call linux_init_abi.
2512         * xtensa-linux-tdep.c: Include linux-tdep.h.
2513         (xtensa_linux_init_abi): Call linux_init_abi.
2514         * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
2515         (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
2516         callback.
2517
2518 2010-08-03  Doug Evans  <dje@google.com>
2519
2520         * breakpoint.c (bpdisp_text): Constify bpdisps.
2521         * solib-svr4.c (solib_break_names): Constify.
2522         (bkpt_names, main_name_list): Constify.
2523         (match_main): Constify soname arg.
2524         (bfd_lookup_symbol): Remove unnecessary forward decl.
2525         Constify symname arg.
2526         (enable_break): Constify bkpt_namep.
2527         * symtab.c (search_symbols): Constify types, types2, types3, types4.
2528         (symtab_symbol_info): Constify classnames.
2529
2530 2010-08-03  Phil Muldoon  <pmuldoon@redhat.com>
2531
2532         * NEWS: Document Python value inferior function calls.
2533
2534 2010-08-02  Doug Evans  <dje@google.com>
2535
2536         * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
2537
2538 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
2539
2540         * linux-thread-db.c (libthread_db_debug): New variable.
2541         (thread_db_find_new_threads_silently): Control verbosity with it.
2542         (try_thread_db_load_1, try_thread_db_load): Likewise.
2543         (find_new_threads_once): Likewise.
2544         (_initialize_thread_db): Set/show it.
2545
2546 2010-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2547
2548         * common/signals.c (signals): Move the content to signals.def.
2549         Include it.  Remove the INDENT comments.
2550
2551 2010-07-30  Tom Tromey  <tromey@redhat.com>
2552
2553         * Makefile.in (install-only): Install gdb-add-index.
2554         * gdb-add-index.sh: New file.
2555
2556 2010-07-31  Renquan Cheng  <crq@gcc.gnu.org>
2557
2558         * MAINTAINERS: Add myself for write after approval privileges.
2559
2560 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2561
2562         * symfile.c (addr_section_name): New function.
2563         (addrs_section_compar): Use it.
2564         (addr_info_make_relative): Use it.  Move variable sect_name into a more
2565         inner block.  Make ".dynbss" and ".sdynbss" checks more strict.
2566
2567 2010-07-30  Tom Tromey  <tromey@redhat.com>
2568
2569         * configure: Rebuild.
2570         * configure.ac: Add missing case for Python 2.7.
2571
2572 2010-07-29  DJ Delorie  <dj@redhat.com>
2573
2574         * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
2575         conditions.
2576
2577 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
2578
2579         * PROBLEMS: Remove mention of all problems.
2580
2581 2010-07-28  Pedro Alves  <pedro@codesourcery.com>
2582
2583         PR build/11848
2584         * configure.ac: Check for wresize.
2585         * configure, config.in: Regenerate.
2586         * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
2587         with HAVE_WRESIZE.
2588
2589 2010-07-28  Tom Tromey  <tromey@redhat.com>
2590
2591         PR python/11060:
2592         * python/py-type.c (typy_legacy_template_argument): New function,
2593         extracted from typy_template_argument.
2594         (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT.  Return a
2595         value when needed.
2596
2597 2010-07-28  Oleg Nesterov  <oleg@redhat.com>
2598
2599         * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
2600
2601 2010-07-27  Tom Tromey  <tromey@redhat.com>
2602
2603         * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
2604
2605 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
2606
2607         * dwarf2read.c (read_subroutine_type): Improve THIS detection,
2608         handling DW_AT_object_pointer, and workaround GCC PR 43053.
2609
2610 2010-07-28  Tom Tromey  <tromey@redhat.com>
2611
2612         * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
2613
2614 2010-07-28  Joel Brobecker  <brobecker@adacore.com>
2615
2616         * remote.c (remote_download_tracepoint): Add missing gettext markup.
2617         * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
2618
2619 2010-07-28  Joel Brobecker  <brobecker@adacore.com>
2620
2621         * breakpoint.c (breakpoint_re_set_one): Move call to set_language
2622         down, just before the block that parse the breakpoint addr_string.
2623
2624 2010-07-28  Tom Tromey  <tromey@redhat.com>
2625
2626         PR c++/9946:
2627         * symfile.c (reread_symbols): Clear template_symbols.
2628         * symtab.h (struct symbol) <is_cplus_template_function>: New
2629         field.
2630         (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
2631         (struct template_symbol): New.
2632         * symtab.c (lookup_symbol_aux_local): Use
2633         cp_lookup_symbol_imports_or_template.
2634         * objfiles.h (struct objfile) <template_symbols>: New field.
2635         * objfiles.c (relocate_one_symbol): New function.
2636         (objfile_relocate1): Use it.  Relocate isolated symbols.
2637         * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
2638         template_arguments>: New fields.
2639         (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
2640         (TYPE_TEMPLATE_ARGUMENTS): Likewise.
2641         (TYPE_TEMPLATE_ARGUMENT): Likewise.
2642         (lookup_typename): Update.
2643         * gdbtypes.c (lookup_typename): Constify "block" argument.
2644         * dwarf2read.c: Include vec.h.
2645         (symbolp): New typedef.
2646         (read_func_scope): Read template arguments.  Allocate a
2647         template_symbol when needed.
2648         (read_structure_type): Read template arguments.
2649         (new_symbol_full): New function, from new_symbol.  Handle
2650         DW_TAG_template_type_param and DW_TAG_template_value_param.
2651         (new_symbol): Rewrite as wrapper.
2652         * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
2653         * cp-namespace.c: Include language.h.
2654         (search_symbol_list): New function.
2655         (cp_lookup_symbol_imports_or_template): Likewise.
2656
2657 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
2658
2659         * tui/tui-win.c (make_visible_with_new_height): Resize and move
2660         the command window to the new size and position.
2661
2662 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
2663
2664         * tui/tui-win.c (tui_resize_all): Update the locator's origin's
2665         coordinates.
2666
2667 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
2668
2669         * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
2670         after a detecting a resize.
2671         * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
2672         call.
2673
2674 2010-07-28  Pedro Alves  <pedro@codesourcery.com>
2675
2676         * configure.ac: Check for resize_term.
2677         * configure, config.in: Regenerate.
2678
2679 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
2680
2681         * MAINTAINERS (Write After Approval): Reorder a couple of entries.
2682
2683 2010-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
2684
2685         * dwarf2read.c (read_string): Rename to ...
2686         (read_direct_string): ... this.
2687         (skip_one_die, read_attribute_value, dwarf_decode_line_header)
2688         (dwarf_decode_lines, dwarf_decode_macros): Adjust.
2689
2690 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2691
2692         * linux-nat.c (linux_nat_lp_status_is_event): New function.
2693         (count_events_callback, select_event_lwp_callback)
2694         (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
2695
2696 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2697
2698         * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
2699         (_initialize_ia64_linux_nat): Install it.
2700         * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
2701         (linux_nat_set_status_is_event): New.
2702         (stop_wait_callback, count_events_callback, select_event_lwp_callback)
2703         cancel_breakpoints_callback, linux_nat_filter_event)
2704         (linux_nat_wait_1): Use linux_nat_status_is_event.
2705         * linux-nat.h (linux_nat_set_status_is_event): New prototype.
2706
2707 2010-07-27  Tom Tromey  <tromey@redhat.com>
2708
2709         * NEWS: Mention labels, .gdb_index.
2710
2711 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
2712
2713         * cli/cli-cmds.c (disassemble_command): Add support of disassemble
2714         "start,+length" form of arguments.
2715         * NEWS: Add "Changed commands" (disassemble) section for "Changes
2716         since GDB 7.1"; and merge two separated paragraphs of disassemble
2717         description in "Changes in GDB 7.0".
2718
2719 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2720
2721         * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
2722         * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
2723         (fputs_maybe_filtered): Do not do filtering also on
2724         ! INPUT_FROM_TERMINAL_P.
2725
2726 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
2727
2728         * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
2729         in warning message.
2730
2731 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
2732
2733         * python/py-value.c (valpy_call): New Function.
2734
2735 2010-07-27  Ken Werner  <ken.werner@de.ibm.com>
2736
2737         * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
2738         types_list_elements variables.
2739
2740 2010-07-26  Tom Tromey  <tromey@redhat.com>
2741
2742         * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
2743         TLS with DW_OP_const4u or DW_OP_const8u.
2744
2745 2010-07-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2746
2747         * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
2748         VSX registers contents.
2749
2750 2010-07-26  Jerome Guitton  <guitton@adacore.com>
2751
2752         * dwarf2read.c (add_partial_symbol): Do not add a global variable if
2753         its adress is null. Add comment to explain why.
2754         (new_symbol): Ditto.
2755
2756 2010-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2757
2758         * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
2759         the host signal first.
2760
2761 2010-07-23  Tom Tromey  <tromey@redhat.com>
2762
2763         * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
2764         type_comp_units>: New fields.
2765         (dw2_get_cu): New function.
2766         (create_cus_from_index): Remove unused argument.
2767         (create_signatured_type_hash_from_index): New function.
2768         (create_addrmap_from_index): Update.
2769         (dwarf2_read_index): Handle version 2.
2770         (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
2771         (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
2772         (dw2_print_stats, dw2_expand_all_symtabs)
2773         (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
2774         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
2775         (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
2776         (allocate_signatured_type_hash_table): New function.
2777         (add_signatured_type_cu_to_list): Likewise.
2778         (create_debug_types_hash_table): Use them.  Set type_comp_units.
2779         (read_signatured_type): Ensure section data is available.
2780         (add_address_entry): Don't record empty ranges.
2781         (struct signatured_type_index_data): New.
2782         (write_one_signatured_type): New function.
2783         (write_psymtabs_to_index): Write type CUs.
2784         (save_gdb_index_command): Update comment.
2785         (process_type_comp_unit): Move inititalization of
2786         from_debug_types...
2787         (create_debug_types_hash_table): ... here.
2788
2789 2010-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2790
2791         * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
2792         cleanup and generating of gdb script to it.
2793         (gdb): Use redirection from /dev/null.  Use --nx.  Turn off pagination
2794         and terminal size.  Convert $tmpfile to a series of -ex-es.
2795
2796 2010-07-23  Keith Seitz  <keiths@redhat.com>
2797
2798         * symtab.c (basic_lookup_transparent_type): Call pre-expand
2799         hook for STATIC_BLOCK types, too.
2800
2801 2010-07-23  Keith Seitz  <keiths@redhat.com>
2802
2803         * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
2804         and vector definition.
2805
2806 2010-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2807
2808         * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
2809
2810 2010-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2811
2812         * dwarf2read.c: Include completer.h.
2813         (save_gdb_index_command): Use matching usage command name.
2814         (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
2815         Set filename_completer for it.
2816
2817 2010-07-22  Tom Tromey  <tromey@redhat.com>
2818
2819         * dwarf2read.c (create_debug_types_hash_table): Set objfile on
2820         type signature's per-CU data.
2821
2822 2010-07-22  Pedro Alves  <pedro@codesourcery.com>
2823
2824         * NEWS: Mention target reported shared libraries support by
2825         default.
2826
2827 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
2828
2829         PR symtab/11827
2830
2831         Revert:
2832         2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2833         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
2834         and DW_TAG_volatile_type.
2835         (new_symbol): Likewise.
2836
2837 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
2838
2839         * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
2840         function symbols before overload resolution.
2841
2842 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
2843
2844         * breakpoint.c (bptype_string): New, abstracted out from
2845         print_one_breakpoint_location.
2846         (print_one_breakpoint_location): Adjust.
2847         (breakpoint_1): Adjust the type column width dynamically.
2848
2849 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2850
2851         * symfile.c (find_separate_debug_file_by_debuglink): Remove
2852         a gdb_assert call, new comment.
2853
2854 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2855
2856         * linux-nat.c (linux_handle_extended_wait): Handle case when
2857         event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
2858
2859 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2860
2861         Code cleanup.
2862         * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
2863         linux_nat_wait_1.  Use always LP->STATUS afterwards.
2864
2865 2010-07-20  Hui Zhu  <teawater@gmail.com>
2866
2867         * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
2868         (inf_ptrace_attach): Ditto.
2869
2870 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2871
2872         Make core files the process_stratum.
2873         * corefile.c (core_target): New variable.
2874         (core_file_command): Remove variable t, use core_target.
2875         * corelow.c (core_ops): Make it static.
2876         (init_core_ops): Change to process_stratum.  Initialize CORE_TARGET.
2877         * defs.h (make_cleanup_unpush_target): New prototype.
2878         * gdbarch.h: Regenerate.
2879         * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
2880         * gdbcore.h (core_target): New declaration.
2881         * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
2882         variables ops_already_pushed and back_to.  Use push_target,
2883         make_cleanup_unpush_target and discard_cleanups calls.
2884         * record.c (record_open): Replace core_stratum by a core_bfd check.
2885         * target.c (target_is_pushed): New function.
2886         (find_core_target): Remove.
2887         * target.h (enum strata) <core_stratum>: Remove.
2888         (target_is_pushed): New declaration.
2889         (find_core_target): Remove declaration.
2890         * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
2891         * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
2892
2893 2010-07-19  Hui Zhu  <teawater@gmail.com>
2894
2895         * breakpoint.c (single_step_breakpoints_inserted): New
2896         function.
2897         * breakpoint.h (single_step_breakpoints_inserted): Extern.
2898         * infrun.c (maybe_software_singlestep): Add check code.
2899         * record.c (record_resume): Add code for software single step.
2900         (record_wait): Ditto.
2901
2902 2010-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2903
2904         * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
2905         a more inner block.  Remove its unused declaration initializer.
2906
2907 2010-07-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2908
2909         * NEWS: Mention support for the new ptrace interface and hardware
2910         accelerated watchpoint conditions on powerpc-linux.
2911
2912 2010-07-16  Ozkan Sezer  <sezeroz@gmail.com>
2913
2914         * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
2915         long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
2916         and host_address_to_string() and %s for pointers.
2917         (debug_to_remove_breakpoint): Likewise.
2918         (debug_to_region_ok_for_hw_watchpoint): Likewise.
2919         (debug_to_can_accel_watchpoint_condition): Likewise.
2920         (debug_to_stopped_data_address): Likewise.
2921         (debug_to_watchpoint_addr_within_range): Likewise.
2922         (debug_to_insert_hw_breakpoint): Likewise.
2923         (debug_to_remove_hw_breakpoint): Likewise.
2924         (debug_to_insert_watchpoint): Likewise.
2925         (debug_to_remove_watchpoint): Likewise.
2926
2927 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2928
2929         * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
2930         argument.
2931         (cplus_specific): New struct.
2932         * symtab.c (symbol_set_demangled_name): Updated.
2933         Use cplus_specific for cplus symbols.
2934         (symbol_get_demangled_name): Retrive the name from the cplus_specific
2935         struct for cplus symbols.
2936         (symbol_init_language_specific): Set cplus_specific for cplus symbols.
2937         (symbol_set_names): Pass objfile to symbol_set_demangled_name.
2938         * symtab.c (symbol_init_cplus_specific): New function.
2939
2940 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2941
2942         * symtab.h (symbol_set_demangled_name): New function.
2943         (symbol_get_demangled_name): New function.
2944         * symtab.c (symbol_set_demangled_name): New function.
2945         (symbol_get_demangled_name): New function.
2946         (symbol_init_language_specific): Use demangled_name setter and getter.
2947         (symbol_set_names): Ditto.
2948         (symbol_natural_name): Ditto.
2949         (symbol_demangled_name): Ditto.
2950         * dwarf2read.c (new_symbol): Ditto.
2951
2952 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2953
2954         * symtab.h: Renamed cplus_specific to mangled_lang.
2955         * symtab.c (symbol_init_language_specific): Updated.
2956         (symbol_set_names): Updated.
2957         (symbol_natural_name): Updated.
2958         (symbol_demangled_name): Updated.
2959         * ada-lang.c (ada_decode_symbol): Updated.
2960         * dwarf2read.c (new_symbol): Updated.
2961
2962 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
2963
2964         * valops.c (value_assign): Do not call to value_coerce_to_target.
2965         (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
2966
2967 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
2968
2969         * MAINTAINERS: Add myself for write after approval privileges.
2970
2971 2010-07-13  Emmanuel Thomé  <Emmanuel.Thome@gmail.com>
2972
2973         * c-valprint.c (c_val_print): Add embedded_offset to address in
2974         call to val_print_array_elements.
2975
2976 2010-07-13  Tom Tromey  <tromey@redhat.com>
2977
2978         * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
2979
2980 2010-07-13  Tom Tromey  <tromey@redhat.com>
2981
2982         * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
2983         objfile.
2984
2985 2010-07-13  Tom Tromey  <tromey@redhat.com>
2986
2987         * symfile.c (set_initial_language): Update.
2988         (deduce_language_from_filename): Argument type now const.
2989         * symtab.h (find_main_filename): Update.
2990         (deduce_language_from_filename): Update.
2991         * symtab.c (find_main_filename): Make result const.
2992         * dwarf2read.c (dw2_find_symbol_file): Change return type.
2993         * psymtab.c (find_symbol_file_from_partial): Change return type.
2994         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2995         Make result const.
2996
2997 2010-07-13  Tom Tromey  <tromey@redhat.com>
2998
2999         * breakpoint.c (save_cmdlist): No longer static.
3000         * gdbcmd.h (save_cmdlist): Declare.
3001         * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
3002         OBJF_READNOW on objfile if readnow_symbol_files.
3003         * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
3004         (elf_sym_fns_gdb_index): New global.
3005         * dwarf2read.c: Include exceptions.h.
3006         (offset_type): New.
3007         (struct mapped_index): New.
3008         (dwarf2_per_cu_data_ptr): New typedef.
3009         (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
3010         New fields.
3011         (GDB_INDEX_SECTION): New define.
3012         (struct dwarf2_per_cu_quick_data): New.
3013         (struct dwarf2_per_cu_data) <objfile>: New field.
3014         <psymtab>: Removed.
3015         <v>: New field.
3016         (byte_swap): New function.
3017         (MAYBE_SWAP): New macro.
3018         (INDEX_SUFFIX): New macro.
3019         (dw2_do_instantiate_symtab): New function.
3020         (dw2_instantiate_symtab): Likewise.
3021         (create_cus_from_index): Likewise.
3022         (create_addrmap_from_index): Likewise.
3023         (mapped_index_string_hash): Likewise.
3024         (find_slot_in_mapped_hash): Likewise.
3025         (dwarf2_read_index): Likewise.
3026         (dw2_setup): Likewise.
3027         (dw2_require_line_header): Likewise.
3028         (dw2_require_full_path): Likewise.
3029         (dw2_find_last_source_symtab): Likewise.
3030         (dw2_forget_cached_source_info): Likewise.
3031         (dw2_lookup_symtab): Likewise.
3032         (dw2_lookup_symbol): Likewise.
3033         (dw2_do_expand_symtabs_matching): Likewise.
3034         (dw2_pre_expand_symtabs_matching): Likewise.
3035         (dw2_print_stats): Likewise.
3036         (dw2_dump): Likewise.
3037         (dw2_relocate): Likewise.
3038         (dw2_expand_symtabs_for_function): Likewise.
3039         (dw2_expand_all_symtabs): Likewise.
3040         (dw2_expand_symtabs_with_filename): Likewise.
3041         (dw2_find_symbol_file): Likewise.
3042         (dw2_map_ada_symtabs): Likewise.
3043         (dw2_expand_symtabs_matching): Likewise.
3044         (dw2_find_pc_sect_symtab): Likewise.
3045         (dw2_map_symbol_names): Likewise.
3046         (dw2_map_symbol_filenames): Likewise.
3047         (dw2_has_symbols): Likewise.
3048         (dwarf2_gdb_index_functions): New global.
3049         (dwarf2_initialize_objfile): New function.
3050         (process_psymtab_comp_unit): Update.
3051         (add_partial_subprogram): Likewise.
3052         (dwarf2_psymtab_to_symtab): Likewise.
3053         (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
3054         (process_full_comp_unit): Update.
3055         (find_file_and_directory): New function.
3056         (read_file_scope): Use find_file_and_directory.
3057         (dwarf2_per_cu_objfile): Update.
3058         (dwarf2_per_cu_addr_size): Update.
3059         (dwarf2_per_cu_offset_size): Update.
3060         (dwarf2_free_objfile): Free the index, if needed.
3061         (dwarf2_per_objfile_free): Unmap the index, if needed.
3062         (struct strtab_entry): New.
3063         (hash_strtab_entry): New function.
3064         (eq_strtab_entry): Likewise.
3065         (create_strtab): Likewise.
3066         (add_string): Likewise.
3067         (struct symtab_index_entry): New.
3068         (struct mapped_symtab): New.
3069         (hash_symtab_entry): New function.
3070         (eq_symtab_entry): Likewise.
3071         (delete_symtab_entry): Likewise.
3072         (create_index_table): Likewise.
3073         (create_mapped_symtab): Likewise.
3074         (cleanup_mapped_symtab): Likewise.
3075         (find_slot): Likewise.
3076         (hash_expand): Likewise.
3077         (add_index_entry): Likewise.
3078         (add_indices_to_cpool): Likewise.
3079         (write_hash_table): Likewise.
3080         (add_address_entry): Likewise.
3081         (write_psymbols): Likewise.
3082         (write_obstack): Likewise.
3083         (unlink_if_set): Likewise.
3084         (write_psymtabs_to_index): Likewise.
3085         (save_gdb_index_command): Likewise.
3086         (_initialize_dwarf2_read): Install "save gdb-index"
3087         command.
3088         (create_all_comp_units): Initialize 'objfile' field of CU.
3089         (dwarf2_locate_sections): Check for .gdb_index.
3090         * psymtab.h (dwarf2_gdb_index_functions): Declare.
3091         * symfile.h (dwarf2_initialize_objfile): Declare.
3092
3093 2010-07-13  Tom Tromey  <tromey@redhat.com>
3094
3095         * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
3096         (basic_lookup_transparent_type): Likewise.
3097         * symfile.h (struct quick_symbol_functions)
3098         <pre_expand_symtabs_matching>: New field.
3099         * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
3100         (psym_functions): Update.
3101
3102 2010-07-13  Tom Tromey  <tromey@redhat.com>
3103
3104         PR breakpoints/8357:
3105         * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
3106         * linespec.c (decode_line_1): Update comment.  Call decode_label.
3107         (decode_label): New function.
3108         (symbol_found): Handle LOC_LABEL.
3109         * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
3110         domain.  Call add_symbol_to_list.
3111
3112 2010-07-13  Tom Tromey  <tromey@redhat.com>
3113
3114         * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
3115         * dwarf2loc.c (find_location_expression): Use
3116         dwarf2_per_cu_text_offset.
3117         (dwarf2_evaluate_loc_desc): Likewise.
3118         (dwarf2_loc_desc_needs_frame): Likewise.
3119         (compile_dwarf_to_ax): Likewise.
3120         (loclist_describe_location): Likewise.
3121         * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
3122         (dwarf2_per_cu_objfile): Update comment.
3123
3124 2010-07-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3125
3126         * dwarf2read.c (read_subrange_type): Call read_subrange_type.
3127         * p-lang.c (pascal_printstr): Likewise.
3128
3129 2010-07-09  Tom Tromey  <tromey@redhat.com>
3130
3131         * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
3132         'hint' if it is NULL.
3133
3134 2010-07-09  Hui Zhu  <teawater@gmail.com>
3135
3136         * source.c (print_source_lines_base): Add check for noprint.
3137
3138 2010-07-08  Joel Brobecker  <brobecker@adacore.com>
3139
3140         * python/python-config.py: Resync with Python 2.7 version of this
3141         script.
3142
3143 2010-07-08  Joel Brobecker  <brobecker@adacore.com>
3144
3145         * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
3146
3147 2010-07-07  Joel Brobecker  <brobecker@adacore.com>
3148
3149         * NEWS: Create a new section for the next release branch.
3150         Rename the section of the current branch, now that it has
3151         been cut.
3152
3153 2010-07-07  Joel Brobecker  <brobecker@adacore.com>
3154
3155         GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
3156         * version.in: Bump version to 7.2.50.20100707-cvs.
3157
3158 2010-07-07  Tom Tromey  <tromey@redhat.com>
3159
3160         * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
3161         LOC_COMPUTED symbol.
3162         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
3163         (dwarf2_loc_desc_needs_frame): Likewise.
3164         (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
3165         * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
3166         * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
3167         * dwarf2-frame.c (execute_stack_op): Set 'offset' field.  Add
3168         'offset' argument.
3169         (struct dwarf2_frame_cache) <text_offset>: New field.
3170         (dwarf2_frame_cache): Set new field.
3171         (dwarf2_frame_prev_register): Update.
3172         (dwarf2_frame_sniffer): Update.
3173         (dwarf2_frame_base_sniffer): Update.
3174         (dwarf2_frame_find_fde): Add 'out_offset' argument.
3175
3176 2010-07-07  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3177             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3178
3179         Support for hw accelerated condition watchpoints in booke powerpc.
3180
3181         * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
3182         and move to eval.c.  Change callers.
3183         (insert_bp_location): Pass watchpoint condition in
3184         target_insert_watchpoint.
3185         (remove_breakpoint_1) Pass watchpoint condition in
3186         target_remove_watchpoint.
3187         (watchpoint_locations_match): Call
3188         target_can_accel_watchpoint_condition.
3189         * eval.c: Include wrapper.h.
3190         (fetch_subexp_value): Moved from breakpoint.c.
3191         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
3192         Formatting fix.
3193         (can_use_watchpoint_cond_accel): New function.
3194         (calculate_dvc): Likewise.
3195         (num_memory_accesses): Likewise.
3196         (check_condition): Likewise.
3197         (ppc_linux_can_accel_watchpoint_condition): Likewise
3198         (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
3199         check_condition and calculate_dvc.
3200         (ppc_linux_remove_watchpoint): Likewise.
3201         (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
3202         ppc_linux_can_accel_watchpoint_condition
3203         * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
3204         condition.
3205         (debug_to_remove_watchpoint): Likewise.
3206         (debug_to_can_accel_watchpoint_condition): New function.
3207         (update_current_target): Set to_can_accel_watchpoint_condition.
3208         (setup_target_debug): Set to_can_accel_watchpoint_condition.
3209         * target.h: Add opaque declaration for struct expression.
3210         (struct target_ops) <to_insert_watchpoint>,
3211         <to_remove_watchpoint>: Add new arguments to pass the watchpoint
3212         <to_can_accel_watchpoint_condition>: New member.
3213         condition.  Update all callers and implementations.
3214         (target_can_accel_watchpoint_condition): New macro.
3215         * value.c (free_value_chain): New function.
3216         * value.h (fetch_subexp_value): New prototype.
3217         (free_value_chain): Likewise.
3218
3219 2010-07-07  Ulrich Weigand  <uweigand@de.ibm.com>
3220
3221         * linux-nat.c (linux_nat_do_thread_registers): Use section size
3222         from gdbarch_core_regset_sections also for .reg if present.
3223
3224         * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
3225         section size for .reg.
3226         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
3227         (ppc_linux_vmx_regset_sections): Likewise.
3228         (ppc_linux_fp_regset_sections): Likewise.
3229         (ppc64_linux_vsx_regset_sections): New variable.
3230         (ppc64_linux_vmx_regset_sections): Likewise.
3231         (ppc64_linux_fp_regset_sections): Likewise.
3232         (ppc_linux_init_abi): Install core_regset_section lists appropriate
3233         for current word size.
3234
3235 2010-07-06  Joel Brobecker  <brobecker@adacore.com>
3236
3237         * server.c (myresume): Make static.
3238
3239 2010-07-06  Tom Tromey  <tromey@redhat.com>
3240
3241         * configure, config.in: Rebuild.
3242         * configure.ac (HAVE_LIBPYTHON2_7): New define.
3243         * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
3244
3245 2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
3246
3247         * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
3248         "clear".
3249
3250 2010-07-06  Ken Werner  <ken.werner@de.ibm.com>
3251
3252         * gdbtypes.h (floatformats_ieee_half): Add declaration.
3253         * gdbtypes.c (floatformats_ieee_half): New variable.
3254         * doublest.c (floatformat_from_length): Set format to
3255         gdbarch_half_format if length matches.
3256         * gdbarch.sh (half_bit): New architecture method.
3257         (half_format): Likewise.
3258         * gdbarch.h: Regenerate.
3259         * gdbarch.c: Likewise.
3260
3261 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3262             Joel Brobecker  <brobecker@adacore.com>
3263
3264         Fix re-run of PIE executable, PR shlibs/11776.
3265         * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
3266         the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
3267
3268 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3269             Joel Brobecker  <brobecker@adacore.com>
3270
3271         * auxv.c (memory_xfer_auxv): Update attach comment.
3272         * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
3273         svr4_relocate_main_executable.
3274         (svr4_solib_create_inferior_hook): Make the call to
3275         svr4_relocate_main_executable unconditional.
3276
3277 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3278             Joel Brobecker  <brobecker@adacore.com>
3279
3280         * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
3281
3282 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3283             Joel Brobecker  <brobecker@adacore.com>
3284
3285         Fix attaching to PIEs prelinked on the disk after the process was
3286         started.
3287         * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
3288         Verify it against bfd_get_arch_size.  Try to match arbitrary
3289         displacement for the phdrs comparison.
3290
3291 2010-07-02  Tom Tromey  <tromey@redhat.com>
3292
3293         PR exp/11780:
3294         * libunwind-frame.c (libunwind_frame_prev_register): Don't set
3295         value as optimized-out.
3296
3297 2010-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
3298             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3299
3300         * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
3301         represent?" question in comment.  Change comment to a proper sentence.
3302
3303 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
3304
3305         * c-valprint.c (c_val_print): Fix printing of character vectors.
3306
3307 2010-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3308
3309         * spu-tdep.c (spu_catch_start): Adjust the caller of changed
3310         create_breakpoint prototype.
3311
3312 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3313
3314         * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
3315         usefulness suggestion of multiple breakpoints at same location.
3316
3317 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3318
3319         * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
3320
3321 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3322
3323         * dwarf2loc.c (locexpr_tracepoint_var_ref)
3324         (loclist_tracepoint_var_ref): Handle optimized out values.
3325
3326 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3327
3328         * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
3329         unnecessary space in string.
3330         * filesystem.c (_initialize_filesystem): Ditto.
3331         * frame.c (_initialize_frame): Ditto.
3332         * infcmd.c (step_once): Ditto.
3333         * infrun.c (_initialize_infrun): Ditto.
3334         * linux-nat.c (linux_child_follow_fork): Ditto.
3335         * maint.c (maintenance_deprecate): Ditto.
3336         * memattr.c (_initialize_mem): Ditto.
3337         * mips-tdep.c (_initialize_mips_tdep): Ditto.
3338         * monitor.c (monitor_open): Ditto.
3339         * procfs.c (procfs_xfer_memory): Ditto.
3340         * reverse.c (bookmarks_info): Ditto.
3341         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
3342         * stack.c (_initialize_stack): Ditto.
3343         * tracepoint.c (_initialize_tracepoint): Ditto.
3344         * xtensa-tdep.c (xtensa_supply_gregset,
3345         xtensa_regset_from_core_section): Ditto.
3346
3347 2010-07-01  Tom Tromey  <tromey@redhat.com>
3348
3349         * value.h (struct lval_funcs) <check_any_valid>: Rename from
3350         check_all_valid.
3351         * value.c (value_entirely_optimized_out): Invert result.  Update
3352         for new function name.
3353
3354 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
3355
3356         Static tracepoints support.
3357
3358         * NEWS: Mention new support for static tracepoints.
3359         (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
3360         qXfer:statictrace:read.
3361         (New features in the GDB remote stub, GDBserver): Mention static
3362         tracepoints support using an UST based backend.
3363         (New commands): Mention "info static-tracepoint-markers" and
3364         "strace".
3365         * breakpoint.c (is_marker_spec): New.
3366         (is_tracepoint): Handle static tracepoints.
3367         (validate_commands_for_breakpoint): Static tracepoints can't do
3368         while-stepping.
3369         (static_tracepoints_here): New.
3370         (bpstat_what): Handle static tracepoints.
3371         (print_one_breakpoint_location, allocate_bp_location, mention):
3372         Ditto.
3373         (create_breakpoint_sal): Ditto.
3374         (decode_static_tracepoint_spec): New.
3375         (create_breakpoint): Replace `hardwareflag', and `traceflag' with
3376         `type_wanted'.  Adjust.  Handle static tracepoint marker
3377         locations.
3378         (break_command_1): Adjust.
3379         (update_static_tracepoint): New.
3380         (update_breakpoint_locations): Handle static tracepoints.
3381         (breakpoint_re_set_one): Handle static tracepoint marker
3382         locations.
3383         (disable_command, enable_command): Handle static tracepoints.
3384         (trace_command, ftrace_command): Adjust.
3385         (strace_command): New.
3386         (create_tracepoint_from_upload): Adjust.
3387         (save_breakpoints): Handle static tracepoints.
3388         (_initialize_breakpoint): Install the "strace" command.
3389         * breakpoint.h (enum bptype): New bp_static_tracepoint type.
3390         (struct breakpoint): New fields static_trace_marker_id and
3391         static_trace_marker_id_idx.
3392         (breakpoints_here_p): Declare.
3393         (create_breakpoint): Adjust.
3394         (static_tracepoints_here): Declare.
3395         * remote.c (struct remote_state) <static_tracepoints>: New field.
3396         (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
3397         (remote_static_tracepoint_marker_at): New.
3398         (remote_static_tracepoint_markers_by_strid): New.
3399         (remote_static_tracepoint_feature): New.
3400         (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
3401         (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
3402         (remote_supports_static_tracepoints): New.
3403         (remote_download_tracepoint): Download static tracepoints.
3404         (init_remote_ops): Install remote_static_tracepoint_marker_at and
3405         remote_static_tracepoint_markers_by_strid.
3406         (_initialize_remote): Install set|show remote static-tracepoints,
3407         and set|show remote read-sdata-object commands.
3408         * target.c (update_current_target): Inherit and default
3409         to_static_tracepoint_marker_at, and
3410         to_static_tracepoint_markers_by_strid.
3411         * target.h (static_tracepoint_marker): Forward declare.
3412         (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
3413         (static_tracepoint_marker_p): New typedef.
3414         (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
3415         (struct target_ops): New fields to_static_tracepoint_marker_at and
3416         to_static_tracepoint_markers_by_strid.
3417         (target_static_tracepoint_marker_at)
3418         (target_static_tracepoint_markers_by_strid): New.
3419         * tracepoint.c: Include source.h.
3420         (validate_actionline): Handle $_sdata.
3421         (struct collection_list): New field strace_data.
3422         (add_static_trace_data): New.
3423         (clear_collection_list): Clear strace_data.
3424         (stringify_collection_list): Account for a possible static trace
3425         data collection.
3426         (encode_actions_1): Encode an $_sdata collection.
3427         (parse_tracepoint_definition): Handle static tracepoints.
3428         (parse_static_tracepoint_marker_definition): New.
3429         (release_static_tracepoint_marker): New.
3430         (print_one_static_tracepoint_marker): New.
3431         (info_static_tracepoint_markers_command): New.
3432         (sdata_make_value): New.
3433         (_initialize_tracepoint): Create the $_sdata convenience variable.
3434         Add the "info static-tracepoint-markers" command.
3435         Mention $_sdata in the "collect" command's help output.
3436         * tracepoint.h (struct static_tracepoint_marker): New.
3437         (parse_static_tracepoint_marker_definition)
3438         (release_static_tracepoint_marker): Declare.
3439         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3440         * python/py-breakpoint.c (bppy_new): Adjust.
3441
3442 2010-06-30  Joel Brobecker  <brobecker@adacore.com>
3443
3444         * python/python-internal.h (_XOPEN_SOURCE): Undefine before
3445         including Python.h.
3446
3447 2010-06-29  Doug Evans  <dje@google.com>
3448
3449         PR gdb/11702
3450         * dwarf2read.c (dwarf2_add_field): Only create a symbol if
3451         DW_AT_external is present.
3452
3453         PR gdb/11702
3454         * NEWS: Add entry.
3455         * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
3456         create a symbol for the field and record the value.
3457         (new_symbol): Handle DW_TAG_member.
3458         * gdbtypes.c (field_is_static): Remove FIXME.
3459         * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
3460         only ignore LOC_CONST symbols that are enums.
3461
3462         * dwarf2read.c: Remove trailing whitespace.
3463
3464         Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
3465         * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
3466         (struct main_type, field loc): Delete dwarf_block.
3467         (FIELD_DWARF_BLOCK): Delete.
3468         (SET_FIELD_DWARF_BLOCK): Delete.
3469         (TYPE_FIELD_DWARF_BLOCK): Delete.
3470         * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
3471         Update.
3472
3473 2010-06-29  Hui Zhu  <teawater@gmail.com>
3474
3475         * record.c (set_record_pic_cmdlist,
3476         show_record_pic_cmdlist): New variables.
3477         (set_record_pic_command,
3478         show_record_pic_command): New functions.
3479         (record_pic_function, record_pic_line, record_pic_enum,
3480         set_record_pic_type, record_pic_hide_nofunction,
3481         record_pic_hide_nosource, record_pic_hide_same): New variables.
3482         (record_pic_fputs): New function.
3483         (function_list, node_list, edge_list): New struct.
3484         (function_list, node_list, edge_list): New variables.
3485         (record_pic_cleanups, record_pic_node,
3486         record_pic_edge, cmd_record_pic): New functions.
3487         (_initialize_record): Add new commands for record pic.
3488
3489 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3490
3491         * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
3492         ALLOCATE_CPLUS_STRUCT_TYPE.
3493
3494 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
3495             Tom Tromey  <tromey@redhat.com>
3496             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3497
3498         * value.c (pack_unsigned_long): New function.
3499         (value_from_ulongest): New function.
3500         * value.h (value_from_ulongest): Declare.
3501         * python/python.c (_initialize_python): Call
3502         gdbpy_initialize_thread and gdbpy_initialize_inferior.
3503         * python/python-internal.h: Define thread_object.
3504         (gdbpy_inferiors, gdbpy_selected_thread)
3505         (frame_info_to_frame_object, create_thread_object)
3506         (find_thread_object, find_inferior_object)
3507         (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
3508         (gdbpy_is_value_object, get_addr_from_python): Declare.
3509         * python/py-value.c (builtin_type_upylong): Define.
3510         (convert_value_from_python): Add logic for ulongest.
3511         (gdbpy_is_value_object): New function.
3512         * python/py-utils.c (get_addr_from_python): New function.
3513         * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
3514         (gdbpy_selected_frame): Use PyObject over frame_info.
3515         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
3516         py-infthread.
3517         (SUBDIR_PYTHON_SRCS): Likewise.
3518         (py-inferior.o): New Rule.
3519         (py-infthread.o): New Rule.
3520         * python/py-inferior.c: New File.
3521         * python/py-infthread.c: New File.
3522
3523 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3524
3525         * c-typeprint.c (c_type_print_base): For no fields check include also
3526         TYPE_TYPEDEF_FIELD_COUNT.  Print new typedefs section.
3527         * dwarf2read.c (struct typedef_field_list)
3528         (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
3529         (dwarf2_add_typedef): New.
3530         (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
3531         Copy also FI.TYPEDEF_FIELD_LIST.
3532         * gdbtypes.h (struct typedef_field)
3533         (struct cplus_struct_type) <typedef_field, typedef_field_count>
3534         (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
3535         (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
3536
3537 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3538
3539         * cp-namespace.c (cp_lookup_nested_type): New variable
3540         concatenated_name.  Turn the current return condition into a reverse
3541         one.  Call also lookup_static_symbol_aux on the constructed qualified
3542         name.
3543         * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
3544         other files into a called ...
3545         (lookup_static_symbol_aux): ... new function here.
3546         * symtab.h (lookup_static_symbol_aux): New prototype.
3547         * valops.c (value_maybe_namespace_elt): Call also
3548         lookup_static_symbol_aux if we failed otherwise.
3549
3550 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3551
3552         Fix PR c++/11703 and PR gdb/1448.
3553         * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
3554         FIRST_ITER check.
3555
3556 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3557
3558         Fix modification of cplus_struct_default.
3559         * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
3560         Call ALLOCATE_CPLUS_STRUCT_TYPE.
3561         * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
3562
3563 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
3564
3565         * NEWS: Add entry announcing the python directory.
3566
3567 2010-06-28  Tom Tromey  <tromey@redhat.com>
3568
3569         * dwarf2read.c (read_structure_type): Allocate null cleanup later.
3570
3571 2010-06-28  Doug Evans  <dje@google.com>
3572
3573         * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
3574         All callers updated.
3575
3576 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3577
3578         * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
3579         obstack_begin after each obstack_free.
3580
3581 2010-06-27  Doug Evans  <dje@google.com>
3582
3583         * value.c (value_static_field): Use `switch' instead of `if'.
3584         Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
3585
3586         * valops.c (search_struct_field): Fix typo in error message.
3587
3588 2010-06-26  Ulrich Weigand  <uweigand@de.ibm.com>
3589
3590         * dwarf2expr.c (execute_stack_op): Place preprocessor
3591         directives at the start of the source line.
3592
3593 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
3594
3595         * defs.h (make_command_stats_cleanup): Declare.
3596         (set_display_time): Declare.
3597         (set_display_space): Declare.
3598         * event-top.c (command_handler): Use make_command_stats_cleanup.
3599         * main.c (display_time, display_space): Move definitions to utils.c.
3600         (captured_main): Use make_command_stats_cleanup to get start-up
3601         statistics.
3602         Use set_display_time and set_display_space for processing OPT_STATISTICS
3603         case.
3604         * maint.c (maintenance_time_display): Use set_display_time.
3605         (maintenance_space_display): Use set_display_space.
3606         * top.c (execute_command): Remove obsolete 'maint time' code.
3607         (command_loop): Use make_command_stats_cleanup.
3608         * utils.c (struct cmd_stats): Structure for storing initial time
3609         and space usage.
3610         (display_time, display_space): Move definitions here from utils.c.
3611         (set_display_time): New function.
3612         (set_display_space): New function.
3613         (make_command_stats_cleanup): New function.
3614         (report_command_stats): New auxiliary function for
3615         make_command_stats_cleanup.
3616
3617 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3618
3619         * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
3620         hosts where CORE_ADDR is long long.
3621
3622 2010-06-25  Tom Tromey  <tromey@redhat.com>
3623
3624         PR python/10808:
3625         * python/python.c (execute_gdb_command): Add keywords.  Accept
3626         "to_string" argument.
3627         (struct restore_ui_file_closure): New.
3628         (restore_ui_file): New function.
3629         (make_cleanup_restore_ui_file): Likewise.
3630         (GdbMethods) <execute>: Update.
3631
3632 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3633
3634         * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
3635         during inferior call stack frame setup.
3636
3637 2010-06-25  Ken Werner  <ken.werner@de.ibm.com>
3638
3639         * solib-spu.c: Include "exception.h".
3640         (ocl_program_data_key): New variable.
3641         (append_ocl_sos): New function.
3642         (ocl_enable_break): Likewise.
3643         (spu_current_sos): Call append_ocl_sos.
3644         (spu_solib_loaded): Call ocl_enable_break.
3645         (_initialize_spu_solib): Register ocl_program_data_key.
3646
3647 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3648
3649         * cp-support.c (reset_directive_searched): New function.
3650         (make_symbol_overload_list_using): Prevent recursive calls.
3651
3652 2010-06-25  Phil Muldoon  <pmuldoon@redhat.com>
3653
3654         * printcmd.c (print_variable_and_value): Print error message on
3655         caught exception.
3656
3657 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
3658
3659         * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
3660         of stack values.
3661         (struct dwarf_expr_piece): Rename "expr" member to "mem".  Add new
3662         "value" member.
3663         (dwarf_expr_push): Change input type to ULONGEST.
3664         (dwarf_expr_fetch): Change return type to ULONGEST.
3665         (dwarf_expr_fetch_address): Add prototype.
3666         (dwarf2_read_address): Remove prototype.
3667         * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
3668         Truncate stack values to ctx->addr_size bytes.
3669         (dwarf_expr_fetch): Change return value to ULONGEST.
3670         (dwarf_expr_fetch_address): New function.
3671         (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
3672         when appropriate.  Update for struct dwarf_expr_piece changes.
3673         (dwarf2_read_address): Remove.
3674         (unsigned_address_type): Remove.
3675         (signed_address_type): Remove.
3676         (execute_stack_op): Use dwarf_expr_fetch_address instead of
3677         dwarf_expr_fetch when appropriate.  Use ULONGEST as type of stack
3678         values.  Perform operations on ULONGEST instead of on GDB values,
3679         sign-extending from ctx->addr_size bytes as needed.  Read DW_OP_addr
3680         values and DW_OP_deref results as unsigned integers.
3681         * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
3682         changes.
3683         (write_pieced_value): Likewise.
3684         (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
3685         dwarf_expr_fetch when appropriate.
3686         (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
3687         * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
3688         instead of dwarf_expr_fetch when appropriate.
3689
3690 2010-06-25  Pierre Muller  <muller@ics.u-strasbg.fr>
3691
3692         * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
3693
3694 2010-06-24  Joel Brobecker  <brobecker@adacore.com>
3695
3696         * python/python.c (_initialize_python): Add new "constant"
3697         PYTHONDIR in gdb module.  Insert this path at the head of
3698         sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
3699         exec its __init__.py script if it exists in that directory.
3700
3701 2010-06-24  Kevin Buettner  <kevinb@redhat.com>
3702
3703         * rx-tdep.c (RX_ACC_REGNUM): Define.
3704         (RX_NUM_REGS): Redefine to 26.
3705         (rx_register_name): Add register "acc".  Change order of several
3706         registers.  Change name of "vct" register to "fintv" to match RX
3707         documentation.
3708         (rx_register_type): Add case for RX_ACC_REGNUM.
3709
3710 2010-06-24  Tom Tromey  <tromey@redhat.com>
3711
3712         * psymtab.c (lookup_partial_symbol): Mark definition as static.
3713
3714 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3715             Tom Tromey  <tromey@redhat.com>
3716
3717         Fix GDB startup on readonly filesystem.
3718         * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
3719
3720 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3721             Pedro Alves  <pedro@codesourcery.com>
3722
3723         Fix PR 9436.
3724         * breakpoint.c (handle_jit_event): New function.
3725         (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
3726         jit, err, table and bs_class.  New variables shlib_event, jit_event,
3727         this_action and bptype.  Change bs_class assignments to this_action
3728         assignments.  new unhandled bptype internal error.  Move here
3729         shlib_event and jit_event handling from handle_inferior_event.
3730         * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
3731         Reorder items.  Remove BPSTAT_WHAT_CHECK_SHLIBS and
3732         BPSTAT_WHAT_CHECK_JIT.
3733         * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
3734         * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
3735         (handle_inferior_event): Reinitialize frame and gdbarch after
3736         bpstat_what call.  Move BPSTAT_WHAT_CHECK_SHLIBS and
3737         BPSTAT_WHAT_CHECK_JIT handling to bpstat_what.  Reinitialize even
3738         gdbarch when frame gets reinitialized.
3739
3740 2010-06-24  Hui Zhu  <teawater@gmail.com>
3741
3742        * printcmd.c (ui_printf): New function.
3743        (printf_command): Call ui_printf.
3744        (_initialize_printcmd): New command "eval".
3745
3746 2010-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
3747
3748         * infrun.c (handle_inferior_event): Handle presence of single-step
3749         breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
3750         Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
3751         TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
3752         * breakpoint.c (detach_single_step_breakpoints): New function.
3753         (detach_breakpoints): Call it.
3754         (cancel_single_step_breakpoints): New function.
3755         * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
3756
3757         * spu-tdep.c (spu_memory_remove_breakpoint): New function.
3758         (spu_gdbarch_init): Install it.
3759
3760 2010-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3761
3762         * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
3763         * configure: Regenerate.
3764
3765 2010-06-22  Hui Zhu  <teawater@gmail.com>
3766
3767         * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
3768         (i386_process_record): Ditto.
3769         * record.c (record_memory_query): New variable.
3770         (_initialize_record): New command "set record memory-query".
3771         * record.h (record_memory_query): New extern.
3772
3773 2010-06-21  Doug Evans  <dje@google.com>
3774
3775         * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
3776         * i386-tdep.c (i386_displaced_step_copy_insn): New function.
3777         (i386_syscall_p): Change type of lengthp to int.
3778         (i386_displaced_step_fixup): Handle kernels that run one past a
3779         syscall insn.
3780         * i386-linux-tdep.c (i386_linux_init_abi): Use
3781         i386_displaced_step_copy_insn instead of
3782         simple_displaced_step_copy_insn.
3783
3784 2010-06-21  Tom Tromey  <tromey@redhat.com>
3785
3786         * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
3787         (dwarf_type_encoding_name): Likewise.
3788
3789 2010-06-21  Tom Tromey  <tromey@redhat.com>
3790
3791         * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
3792         * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
3793         * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
3794         * gdbtypes.h (TYPE_ERROR_NAME): New macro.
3795         * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
3796         * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
3797         * dwarf2read.c (tag_type_to_type): Create a new error type on
3798         failure.
3799         * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
3800         * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
3801
3802 2010-06-21  Michael Snyder  <msnyder@vmware.com>
3803
3804         * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
3805         not add_abbrev_prefix_cmd, for "enable breakpoints".
3806
3807 2010-06-21  Ulrich Weigand  <uweigand@de.ibm.com>
3808
3809         * dwarf2loc.c (find_location_expression): Add relocation offset
3810         to base-address-selection entry base addresses.  Read addresses
3811         (and offsets) as signed/unsigned integers, depending on the
3812         BFD's sign_extend_vma flag.  Do not call dwarf2_read_address.
3813         (loclist_describe_location): Likewise.
3814         (disassemble_dwarf_expression): Read DW_OP_addr operand as
3815         unsigned integer.  Do not call dwarf2_read_address.
3816         (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
3817
3818 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
3819
3820         * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
3821         value instead of hard-coded SPU_LS_SIZE.
3822         (spu_software_single_step): Likewise.
3823         * spu-tdep.h (SPU_LS_SIZE): Remove.
3824
3825 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
3826
3827         * spu-multiarch.c (spu_xfer_partial): Wrap around local store
3828         limit on local store memory accesses.
3829         * spu-linux-nat.c (spu_xfer_partial): Likewise.
3830         * spu-tdep.c (spu_lslr): Remove.
3831         (spu_pointer_to_address): Do not truncate addresses.
3832         (spu_integer_to_address): Likewise.
3833         (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
3834         * spu-tdep.h: Add comments.
3835         (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
3836         (SPU_OVERLAY_LMA): Define.
3837
3838 2010-06-18  Stan Shebs  <stan@codesourcery.com>
3839
3840         * osdata.c (get_osdata): Warn separately if target does not report
3841         type list.
3842         (info_osdata_command): Allow empty type, report error if target
3843         does not return available types of OS data.
3844         * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
3845         types if no annex supplied.
3846
3847         * thread.c (thread_id_make_value): Make a value representing the
3848         current thread.
3849         (_initialize_thread): Create $_thread.
3850
3851 2010-06-17  Joel Brobecker  <brobecker@adacore.com>
3852
3853         * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
3854         last local variable declaration.  No real code change.
3855
3856 2010-06-17  Tom Tromey  <tromey@redhat.com>
3857
3858         * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
3859         (dwarf2_build_psymtabs_hard): Use it.  Create addrmap on a
3860         temporary obstack.
3861
3862 2010-06-16  Sergio Durigan Junior  <sergiodj@redhat.com>
3863             Jan Kratochvil  <jan.kratochvil@redhat.com>
3864
3865         * breakpoint.c: Include parser-defs.h.
3866         (watchpoint_exp_is_const): New function.
3867         (watch_command_1): Call watchpoint_exp_is_const to check
3868         if the expression is constant.
3869
3870 2010-06-15  Andreas Schwab  <schwab@linux-m68k.org>
3871
3872         * configure.ac: Check for RDYNAMIC also for cross builds.
3873         * configure: Regenerate.
3874
3875 2010-06-15  Pedro Alves  <pedro@codesourcery.com>
3876
3877         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
3878         (SFILES): Remove solib-null.c, add solib-target.c.
3879         (COMMON_OBS): Remove solib-null.o, add solib-target.o.
3880         (ALLDEPFILES): Remove solib-target.c.
3881         * solib-target.c (_initialize_solib_target): Set
3882         current_target_so_ops to solib_target_so_ops if not already set.
3883         * solib-null.c: Delete.
3884
3885 2010-06-14  Pedro Alves  <pedro@codesourcery.com>
3886
3887         * NEWS: Mention GDBserver's JIT compilation of tracepoint
3888         bytecode.
3889
3890 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
3891
3892         * cp-valprint.c (cp_print_static_field): Members of
3893         dont_print_stat_array_obstack are of type "struct type *".
3894         (_initialize_cp_valprint): Likewise.
3895
3896 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
3897
3898         * frame.c (frame_register_unwind): Do not access contents
3899         of "optimized out" unwound register value.
3900
3901 2010-06-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3902
3903         * ada-lang.h (ada_print_type): Make varstring const.
3904         * ada-typeprint.c (print_func_type): Make name const.
3905         (ada_print_type): Make varstring const.
3906         * c-lang.h (c_print_type): Make varstring const.
3907         * c-typeprint.c (c_print_type): Likewise.
3908         * f-lang.h (f_print_type): Likewise.
3909         * f-typeprint.c (f_print_type): Likewise.
3910         * jv-lang.h (java_print_type): Likewise.
3911         * jv-typeprint.c (java_print_type): Likewise.
3912         * language.c (unk_lang_print_type): Likewise.
3913         * language.h (struct language_defn) <la_print_type>: Likewise.
3914         * m2-lang.h (m2_print_type): Likewise.
3915         * m2-typeprint.c (m2_print_type): Likewise.
3916         * p-lang.h (pascal_print_type): Likewise.
3917         * p-typeprint.c (pascal_print_type): Likewise.
3918
3919 2010-06-11  Stan Shebs  <stan@codesourcery.com>
3920
3921         Add per-operation permission flags.
3922
3923         * target.h (struct target_ops): New method to_set_permissions.
3924         (target_set_permissions): New macro.
3925         (target_insert_breakpoint): Change macro to function.
3926         (target_remove_breakpoint): Ditto.
3927         (target_stop): Ditto.
3928         (may_write_registers): Declare.
3929         (may_write_memory): Declare.
3930         (may_insert_breakpoints): Declare.
3931         (may_insert_tracepoints): Declare.
3932         (may_insert_fast_tracepoints): Declare.
3933         (may_stop): Declare.
3934         * target.c (may_write_registers, may_write_registers_1): New globals.
3935         (may_write_memory, may_write_memory_1): New globals.
3936         (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
3937         (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
3938         (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
3939         globals.
3940         (may_stop, may_stop_1): New global.
3941         (target_xfer_partial): Test for write permission.
3942         (target_store_registers): Ditto.
3943         (target_insert_breakpoint): New function.
3944         (target_remove_breakpoint): New function.
3945         (target_stop): New function.
3946         (_initialize_targets): Add new set/show variables.
3947         (set_write_memory_permission): New function.
3948         (update_target_permissions): New function.
3949         (set_target_permissions): New function.
3950         (update_current_target): Default to_set_permissions.
3951         (_initialize_targets): Use new globals and setter function.
3952         * tracepoint.c (start_tracing): Test for permission.
3953         * inferior.h (update_observer_mode): Declare.
3954         * infrun.c (non_stop_1): Define earlier.
3955         (observer_mode, observer_mode_1): New globals.
3956         (set_observer_mode, show_observer_mode): New functions.
3957         (update_observer_mode): New function.
3958         (_initialize_infrun): Define "set observer" command.
3959         * remote.c (PACKET_QAllow): New optional packet.
3960         (remote_protocol_features): Add QAllow.
3961         (remote_set_permissions): New function.
3962         (remote_start_remote): Call it.
3963         (init_remote_ops): Add it to target vector.
3964         (_initialize_remote): Add config command for QAllow.
3965
3966 2010-06-11  Tom Tromey  <tromey@redhat.com>
3967
3968         * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
3969         DW_AT_vtable_elem_location even when GCC extension is seen.
3970
3971 2010-06-11  Tom Tromey  <tromey@redhat.com>
3972
3973         PR gdb/9977, PR exp/11636:
3974         * value.h (value_offset): Update.
3975         (struct lval_funcs) <check_validity>: New field.
3976         <copy_closure>: Make argument const.
3977         (value_computed_closure): Update.
3978         (value_contents_for_printing): Declare.
3979         (value_bits_valid): Likewise.
3980         (val_print): Likewise.
3981         (set_value_component_location): Update.
3982         (value_entirely_optimized_out): Declare.
3983         * value.c (value_offset): Argument now const.
3984         (require_not_optimized_out): New function.
3985         (value_contents_for_printing): New function.
3986         (value_contents_all): Call require_not_optimized_out.
3987         (value_contents): Likewise.
3988         (value_bits_valid): New function.
3989         (value_computed_closure): Argument now const.
3990         (set_value_component_location): Make 'whole' argument const.
3991         (value_entirely_optimized_out): New function.
3992         (value_bitsize): Argument now 'const'.
3993         (value_bitpos): Likewise.
3994         (value_type): Likewise.
3995         * valprint.h (val_print_array_elements): Update.
3996         * valprint.c (val_print): Add 'val' argument.  Use
3997         valprint_check_validity.
3998         (valprint_check_validity): New function.
3999         (value_check_printable): Use value_entirely_optimized_out.
4000         (common_val_print): Update.
4001         (value_print): Likewise.
4002         (val_print_array_elements): Add 'val' argument.
4003         * valops.c (value_fetch_lazy): Use value_contents_for_printing,
4004         value_bits_valid.  Reinit frame cache for lval_computed.
4005         * sh64-tdep.c (sh64_do_register): Update.
4006         * scm-valprint.c (scm_val_print): Add 'val' argument.
4007         * scm-lang.h (scm_val_print): Update.
4008         * python/python.h (apply_val_pretty_printer): Update.
4009         * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
4010         argument.  Call set_value_component_location.
4011         * printcmd.c (print_scalar_formatted): Update.
4012         * p-valprint.c (pascal_val_print): Add 'val' argument.
4013         (pascal_object_print_value_fields): Likewise.
4014         (pascal_object_print_value): Likewise.
4015         (pascal_object_print_static_field): Update.
4016         * p-lang.h (pascal_val_print): Update.
4017         (pascal_object_print_value_fields): Update.
4018         * mt-tdep.c (mt_registers_info): Update.
4019         * mi/mi-main.c (get_register): Update.
4020         (mi_cmd_data_evaluate_expression): Use common_val_print.
4021         * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
4022         (m2_print_unbounded_array): Likewise.
4023         (m2_val_print): Likewise.
4024         * m2-lang.h (m2_val_print): Update.
4025         * language.h (struct language_defn) <la_val_print>: Add 'val'
4026         argument.
4027         (LA_VAL_PRINT): Likewise.
4028         * language.c (unk_lang_val_print): Add 'val' argument.
4029         * jv-valprint.c (java_print_value_fields): Add 'val' argument.
4030         (java_val_print): Likewise.
4031         * jv-lang.h (java_val_print): Add 'val' argument.
4032         * infcmd.c (default_print_registers_info): Update.
4033         * f-valprint.c (f77_print_array_1): Add 'val' argument.
4034         (f77_print_array): Likewise.
4035         (f_val_print): Likewise.
4036         * f-lang.h (f_val_print): Add 'val' argument.
4037         * dwarf2loc.c (read_pieced_value): Use value_bitsize and
4038         value_bitpos.
4039         <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning.  Call
4040         set_value_optimized_out.
4041         (write_pieced_value): Use value_bitsize and value_bitpos.
4042         <default>: Don't exit loop.
4043         (check_pieced_value_validity): New function.
4044         (pieced_value_funcs): Reference check_pieced_value_validity,
4045         check_pieced_value_invalid.
4046         (copy_pieced_value_closure): Update.
4047         (check_pieced_value_bits): New function.
4048         (check_pieced_value_invalid): New function.
4049         * d-valprint.c (dynamic_array_type): Add 'val' argument.
4050         (d_val_print): Likewise.
4051         * d-lang.h (d_val_print): Update.
4052         * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
4053         (cp_print_value_fields_rtti): Likewise.
4054         (cp_print_value): Likewise.
4055         (cp_print_static_field): Update.
4056         * c-valprint.c (c_val_print): Add 'val' argument.
4057         (c_value_print): Update.
4058         * c-lang.h (c_val_print): Update.
4059         (cp_print_value_fields): Likewise.
4060         (cp_print_value_fields_rtti): Likewise.
4061         * ada-valprint.c (struct ada_val_print_args): Remove.
4062         (val_print_packed_array_elements): Add 'val' argument.
4063         (ada_val_print): Likewise.  Rewrite.
4064         (ada_val_print_stub): Remove.
4065         (ada_val_print_array): Add 'val' argument.
4066         (ada_val_print_1): Likewise.
4067         (print_variant_part): Likewise.
4068         (ada_value_print): Update.
4069         (print_record): Add 'val' argument.
4070         (print_field_values): Likewise.
4071         * ada-lang.h (ada_val_print): Update.
4072
4073 2010-06-11  Tom Tromey  <tromey@redhat.com>
4074
4075         * vec.h (VEC_cleanup): New macro.
4076         (DEF_VEC_ALLOC_FUNC_I): Update.
4077         (DEF_VEC_ALLOC_FUNC_P): Likewise.
4078         (DEF_VEC_ALLOC_FUNC_O): Likewise.
4079         * dwarf2loc.c (struct axs_var_loc): Remove.
4080         (unimplemented): New function.
4081         (translate_register): Likewise.
4082         (access_memory): Likewise.
4083         (compile_dwarf_to_ax): Likewise.
4084         (dwarf2_tracepoint_var_loc): Remove.
4085         (dwarf2_tracepoint_var_access): Likewise.
4086         (dwarf2_tracepoint_var_ref): Likewise.
4087         (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
4088         (loclist_tracepoint_var_ref): Likewise.
4089         * dwarf2expr.h (dwarf_expr_require_composition): Declare.
4090         * dwarf2expr.c (dwarf_expr_require_composition): Rename from
4091         require_composition.  No longer static.
4092         (execute_stack_op): Update.
4093         * ax-gdb.h (trace_kludge): Declare.
4094
4095 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4096
4097         * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
4098         (should_be_inserted): Return zero also on NULL OWNER.
4099         (breakpoint_program_space_exit): New OWNER comment.
4100         (insert_breakpoint_locations): Extend comment for OWNER.
4101         (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
4102         (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
4103         New OWNER comment.
4104         (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
4105         (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
4106         (bpstat_check_location): New assert on OWNER.
4107         (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
4108         and B initializations to the code block.  New assert on them.
4109         (print_one_breakpoint_location): New OWNER comment.
4110         (watchpoint_locations_match): Assert on OWNER.
4111         (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
4112         initializations to the code block.  New assert on OWNER.
4113         (set_breakpoint_location_function): New assert on OWNER.
4114         (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
4115         (bp_location_compare, update_global_location_list)
4116         (update_global_location_list): New OWNER comment.
4117
4118 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4119
4120         * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
4121
4122 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4123
4124         * config/nm-linux.h (struct target_ops): Remove forward declaration.
4125         (lin_thread_get_thread_signals): Remove prototype.
4126         (GET_THREAD_SIGNALS): Remove.
4127         * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
4128         * linux-thread-db.c (check_thread_signals): Directly call
4129         lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
4130
4131 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
4132
4133         * gregset.h (GDB_FPXREGSET_T): Remove.
4134         (gdb_fpxregset_t): Likewise.
4135         (supply_fpxregset): Remove prototype.
4136         (fill_fpxregset): Likewise.
4137         * i386-linux-nat.c (supply_fpxregset): Remove.
4138         (fill_fpxregset): Likewise.
4139         (fetch_fpxregs): Inline supply_fpxregset call.
4140         (store_fpxregs): Inline fill_fpxregset call.
4141
4142         * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
4143         * config/i386/nm-linux.h: Remove file.
4144
4145 2010-06-09  Michael Snyder  <msnyder@vmware.com>
4146
4147         * target.c (update_current_target): Fix spelling error in comment.
4148         (target_mourn_inferior): Fix spelling error in error message.
4149
4150 2010-06-08  Paul Hilfinger  <hilfingr@adacore.com>
4151
4152       * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
4153       SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
4154
4155 2010-06-08  Michael Snyder  <msnyder@vmware.com>
4156
4157         * remote.c (remote_close): Set inferior_ptid to null_ptid.
4158
4159 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4160
4161         * configure.ac <"${have_libpython}" != no>: New workaround of
4162         python#4434.
4163         * configure: Regenerate.
4164
4165 2010-06-08  Hui Zhu  <teawater@gmail.com>
4166
4167         * record.c (record_wait): Move signal out of replay code.
4168
4169 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4170
4171         Fix PR 10640.
4172         * dwarf2-frame.c (no_dwarf_call): New function.
4173         (execute_stack_op): Set CTX->DWARF_CALL.
4174         * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
4175         * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
4176         (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
4177         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
4178         (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
4179         (needs_frame_dwarf_call): New function.
4180         (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
4181         * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
4182         Update the comment.  Move variables die, offset and error call to ...
4183         (follow_die_ref): ... a new function.
4184         (dwarf2_fetch_die_location_block): New function.
4185         * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
4186
4187 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4188
4189         * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
4190         (dwarf_expr_tls_address): Use per_cu instead of objfile.
4191         (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
4192         Initialize new BATON.PER_CU.  Adjust CTX->GDBARCH initialization for
4193         this change.
4194         (struct needs_frame_baton): New field per_cu.
4195         (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
4196         * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
4197
4198 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
4199
4200         * cp-support.c (make_symbol_overload_list_namespace): Only search
4201         static and global blocks.
4202         (make_symbol_overload_list_block): New function.
4203         (make_symbol_overload_list): Separate namespace search from block
4204         search.
4205         (make_symbol_overload_list_qualified): Use
4206         make_symbol_overload_list_block.
4207
4208 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
4209
4210         * value.h: Created oload_search_type enum.
4211         (find_overload_match): Use oload_search_type enum.
4212         * valops.c (find_overload_match): Support combined member and
4213         non-member search.
4214         * eval.c (evaluate_subexp_standard): Calls to
4215         find_overload_match now use oload_search_type enum.
4216         (oload_method_static): Verify index is a proper value.
4217         * valarith.c (value_user_defined_cpp_op): Search for and handle
4218         both member and non-member operators.
4219         (value_user_defined_cpp_op): New function.
4220         (value_user_defined_op): New function.
4221         (value_x_unop): Use value_user_defined_op.
4222         (value_x_binop): Ditto.
4223         * cp-support.c (make_symbol_overload_list_using): Added block
4224         iteration.
4225         Add check for namespace aliases and imported declarations.
4226
4227 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4228
4229         * breakpoint.h (owner): Extend the comment.
4230
4231 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4232
4233         Clear stale specific bp_location from former whole breakpoint.
4234         * breakpoint.c (delete_breakpoint): Move the stale referencing clear
4235         code ...
4236         (free_bp_location): ... here.  Rename there the called function to
4237         bpstat_remove_bp_location_callback.
4238         (bpstat_remove_breakpoint_callback): Rename to ...
4239         (bpstat_remove_bp_location_callback): ... here, change DATA resolution
4240         to struct bp_location.  Change the called function to
4241         bpstat_remove_bp_location.  Create new declaration for the function.
4242         (bpstat_remove_breakpoint): Rename to ...
4243         (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
4244         code for the new parameter type.
4245
4246 2010-06-07  Nathan Sidwell  <nathan@codesourcery.com>
4247
4248         * README: Make version-agnostic.
4249
4250 2010-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4251
4252         Fix duplicate types for single DIE.
4253         * dwarf2read.c (read_structure_type): Move set_descriptive_type after
4254         set_die_type.
4255         (read_array_type): Remove type initialization.  Recheck get_die_type
4256         after initial die_type.  Move set_die_type before set_descriptive_type.
4257         (read_set_type): New variable domain_type.  Recheck get_die_type after
4258         initial die_type.  Move attr initialization later.
4259         (read_tag_pointer_type, read_tag_reference_type): New variable
4260         target_type.  Recheck get_die_type after initial die_type.
4261         (read_tag_ptr_to_member_type): Recheck get_die_type after initial
4262         die_type and die_containing_type.
4263         (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
4264         Recheck get_die_type after initial die_type.
4265         (read_subrange_type): Recheck get_die_type after initial die_type.
4266         Move set_die_type before set_descriptive_type.
4267         (set_die_type): Extend the function comment.  Call complaint if DIE has
4268         some type already set.
4269
4270 2010-06-05  Vladimir Prus  <vladimir@codesourcery.com>
4271
4272         * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
4273         for current naming of thread groups (iN, not N).
4274
4275 2010-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4276
4277         * ada-lang.c (ada_operator_length): Constify `struct expression'.
4278         * parse.c (operator_length): Likewise.
4279         (operator_length_standard): Likewise.
4280         * parser-defs.h (operator_length): Likewise.
4281         (operator_length_standard): Likewise.
4282         (struct exp_descriptor <operator_length>): Likewise.
4283
4284 2010-06-04  Doug Evans  <dje@google.com>
4285
4286         Add support for enabling/disabling individual pretty-printers.
4287         * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
4288         * python/python-internal.h (gdbpy_enabled_cst): Declare.
4289         * python/python.c (gdbpy_enabled_cst): Define.
4290         (_initialize_python): Initialize gdbpy_enabled_cst.
4291         * NEWS: Add entry.
4292
4293 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4294
4295         * breakpoint.c (update_global_location_list): Fix comment typo.
4296
4297 2010-06-04  Hui Zhu  <teawater@gmail.com>
4298
4299         * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
4300
4301 2010-06-03  Doug Evans  <dje@google.com>
4302
4303         * configure.ac: Don't fail if python is unusable when
4304         configured with --with-python=auto.
4305         * configure: Regenerate.
4306
4307 2010-06-03  Sami Wagiaalla  <swagiaal@redhat.com>
4308
4309         * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
4310
4311 2010-06-03  Pierre Muller  <muller@ics.u-strasbg.fr>
4312
4313         * valprint.h (get_array_bounds): Change low and high parameter types
4314         to LONGEST *.
4315         * valprint.c (get_array_bounds): Use get_discrete_bounds call to
4316         compute bounds.
4317         (val_print_array_elements): Adapt to change above.
4318         * ada-valprint.c (print_optional_low_bound): Adapt to change above.
4319         * p-valprint.c (pascal_val_print): Likewise.
4320
4321 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4322
4323         * symfile.c (init_filename_language_table): New extensions .for, .FOR,
4324         .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
4325         .F08.
4326
4327 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4328
4329         Support DW_TAG_module as separate namespaces.
4330         * dwarf2read.c (typename_concat): New parameter physname.
4331         (read_module_type): New function and declaration.
4332         (scan_partial_symbols): Scan also DW_TAG_module children.
4333         (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
4334         to typename_concat backward compatible physname value 0.
4335         (partial_die_full_name, read_namespace_type): Pass to typename_concat
4336         backward compatible physname value 0.
4337         (add_partial_module, read_module): Remove FIXME comment.
4338         (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
4339         (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
4340         DIEs under DW_TAG_module.
4341         (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
4342         DW_AT_MIPS_linkage_name first, extend it for language_fortran
4343         && physname and return there instead of just setting NAME.  Extend
4344         the main block for language_fortran.  Pass physname parameter to the
4345         typename_concat call.
4346         (read_import_statement, read_func_scope, get_scope_pc_bounds)
4347         (load_partial_dies, determine_prefix): Support also DW_TAG_module.
4348         (new_symbol): Fill in cplus_specific.demangled_name if it is still
4349         missing from SYMBOL_SET_NAMES in the language_fortran case.
4350         (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
4351         variables.
4352         (read_type_die) <DW_TAG_module>: New.
4353         (MAX_SEP_LEN): Increase to 7.
4354         (typename_concat): New parameter physname.  New variable lead.  Support
4355         also language_fortran.
4356         * f-exp.y (yylex): Consider : also as a symbol name character class.
4357         * f-lang.c: Include cp-support.h.
4358         (f_word_break_characters, f_make_symbol_completion_list): New functions.
4359         (f_language_defn): Use cp_lookup_symbol_nonlocal,
4360         f_word_break_characters and f_make_symbol_completion_list.
4361         * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
4362         * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
4363         * symtab.c (symbol_init_language_specific): Support language_fortran.
4364         (symbol_find_demangled_name): New comment on language_fortran.
4365         (symbol_natural_name, symbol_demangled_name): Use demangled_name even
4366         for language_fortran.
4367         (lookup_symbol_aux_local): Check imports also for language_fortran.
4368         (default_make_symbol_completion_list): Rename to ...
4369         (default_make_symbol_completion_list_break_on): ... this name.  New
4370         parameter break_on, use it.
4371         (default_make_symbol_completion_list): New stub.
4372         * symtab.h (default_make_symbol_completion_list_break_on): New
4373         prototype.
4374
4375 2010-06-02  Joel Brobecker  <brobecker@adacore.com>
4376
4377         * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
4378         to error.
4379
4380 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4381
4382         * dwarf2read.c (typename_concat): Add const to the variable sep.
4383
4384 2010-06-02  Tom Tromey  <tromey@redhat.com>
4385
4386         * dwarf2loc.h (dwarf2_per_cu_data): Declare.
4387         * dwarf2read.c (dwarf_stack_op_name): No longer static.  Return
4388         type is const.  Add 'def' argument.  Add missing operators, remove
4389         unhandled ones.
4390         (decode_locdesc): Update.
4391         (dwarf2_always_disassemble): New global.
4392         (show_dwarf2_always_disassemble): New function.
4393         (_initialize_dwarf2_read): Add always-disassemble.
4394         (dwarf2_per_cu_offset_size): New function.
4395         * dwarf2loc.c (dwarf2_always_disassemble): Declare.
4396         (piece_end_p): New function.
4397         (locexpr_describe_location_piece): Replace 'size' argument with
4398         'end'.  Use piece_end_p.  Rewrite recognition of TLS.  Recognize
4399         some constants.  Remove errors.
4400         (disassemble_dwarf_expression): New function.
4401         (locexpr_describe_location_1): Use disassemble_dwarf_expression.
4402         Add 'offset_size' argument.
4403         (loclist_describe_location): Change output formatting.
4404         * dwarf2expr.h (dwarf_stack_op_name): Declare.
4405
4406 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
4407
4408         * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
4409         anonymous type case.
4410
4411 2010-06-02  Pierre Muller  <muller@ics.u-strasbg.fr>
4412
4413         * dwarf2read.c (read_subrange_type): Handle missing base type
4414         according to Dwarf-2 specifications.
4415
4416 2010-06-01  Sergio Durigan Junior  <sergiodj@redhat.com>
4417
4418         * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
4419         BINOP_EXCL.
4420         (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
4421         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
4422         (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
4423         BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
4424         UNOP_CHMAX, UNOP_CHMIN.
4425         * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
4426         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
4427         UNOP_CHMIN>: Remove opcodes.
4428
4429 2010-06-01  Pierre Muller  <muller@ics.u-strasbg.fr>
4430
4431         * dwarf2read.c (read_func_scope): Do not complain for
4432         external function if bounds are not found.
4433
4434 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4435
4436         * NEWS: Mention gdbserver fast tracepoints support.
4437
4438 2010-05-31  Pierre Muller  <muller@ics.u-strasbg.fr>
4439
4440         * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
4441         New macros.
4442         (windows_set_console_info): New function.
4443         (windows_create_inferior): Call windows_set_console_info
4444         if NEW_CONSOLE is true.
4445         (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
4446         (_initialize_loadable): Initialize GetConsoleFontSize and
4447         GetCurrentConsoleFont.
4448
4449 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4450
4451         * Makefile.in (RDYNAMIC): New.
4452         (SFILES): Add proc-service.list.
4453         * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
4454         (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
4455         * config/arm/linux.mh: Likewise.
4456         * config/i386/linux.mh: Likewise.
4457         * config/i386/linux64.mh: Likewise.
4458         * config/ia64/linux.mh: Likewise.
4459         * config/m32r/linux.mh: Likewise.
4460         * config/m68k/linux.mh: Likewise.
4461         * config/mips/linux.mh: Likewise.
4462         * config/pa/linux.mh: Likewise.
4463         * config/powerpc/linux.mh: Likewise.
4464         * config/powerpc/ppc64-linux.mh: Likewise.
4465         * config/s390/s390.mh: Likewise.
4466         * config/sparc/linux.mh: Likewise.
4467         * config/sparc/linux64.mh: Likewise.
4468         * config/xtensa/linux.mh: Likewise.
4469         * configure.ac: New RDYNAMIC on native host and GCC.
4470         (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
4471         * configure: Regenerate.
4472         * proc-service.list: New.
4473
4474 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4475
4476         * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
4477         CONTENT.
4478
4479 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4480
4481         * linux-nat.c (linux_nat_wait_1): Do not call
4482         linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
4483         TARGET_WAITKIND_SIGNALLED.
4484
4485 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
4486
4487         * ada-lang.c (ada_inferior_data): New struct.
4488         (ada_inferior_data): New static global.
4489         (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
4490         (ada_get_tsd_type): New functions.
4491         (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
4492         to look the tsd type up.
4493         (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
4494         event.  Set ada_inferior_data.
4495
4496 2010-05-27  Pedro Alves  <pedro@codesourcery.com>
4497
4498         * remote.c (unpack_varlen_hex): Remove forward declaration.
4499         (remote_console_output): Make static, and add forward declaration.
4500         * remote.h: Drop FIXME comment.
4501         (unpack_varlen_hex): Declare.
4502         (remote_console_output, remote_cisco_objfile_relocate)
4503         (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
4504         Delete declarations.
4505         * tracepoint.c: Include "remote.h".
4506         (unpack_varlen_hex): Delete declaration.
4507
4508 2010-05-27  Tom Tromey  <tromey@redhat.com>
4509
4510         * dwarf2loc.c (struct piece_closure) <refc>: New field.
4511         (allocate_piece_closure): Initialize refc.
4512         (copy_pieced_value_closure): Use refc.
4513         (free_pieced_value_closure): Likewise.
4514
4515 2010-05-27  Tom Tromey  <tromey@redhat.com>
4516
4517         * arm-tdep.c (push_stack_item): 'contents' now const.
4518         (arm_push_dummy_call): Make 'val' const.  Use value_contents, not
4519         value_contents_writeable.  Introduce new temporary.
4520
4521 2010-05-27  Tom Tromey  <tromey@redhat.com>
4522
4523         * findcmd.c (parse_find_args): Use value_contents, not
4524         value_contents_raw.
4525
4526 2010-05-27  Tom Tromey  <tromey@redhat.com>
4527
4528         * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
4529         const.  Use value_contents, not value_contents_writeable.
4530
4531 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
4532
4533         * ada-lang.c (ensure_lval): Replace call to value_contents_raw
4534         by call to value_contents.
4535
4536 2010-05-27  Ozkan Sezer  <sezeroz@gmail.com>
4537
4538         * MAINTAINERS: Add myself for write after approval privileges.
4539
4540 2010-05-26  Doug Evans  <dje@google.com>
4541
4542         Allow python to find its files if moved from original location.
4543         * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
4544         (GDB_AC_WITH_DIR): Call it.
4545         * configure.ac: Define WITH_PYTHON_PATH if we can find the
4546         python installation directory.
4547         * config.in: Regenerate.
4548         * configure: Regenerate.
4549         * defs.h (python_libdir): Declare.
4550         * main.c (python_libdir): Define.
4551         (captured_main): Initialize python_libdir.
4552         * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
4553         call Py_SetProgramName to make sure python can find its libraries
4554         and modules.
4555
4556         * configure.ac: Try to use python's distutils to fetch compilation
4557         parameters.
4558         * configure: Regenerate.
4559         * python/python-config.py: New file.
4560
4561 2010-05-26  Ozkan Sezer  <sezeroz@gmail.com>
4562
4563         * ser-tcp.c (net_open): Check error return from socket() call by its
4564         equality to -1 not by it being negative.
4565         (net_close): Likewise.
4566
4567 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4568
4569         * NEWS: Mention the `qRelocInsn' feature.
4570         * gdbarch.sh (relocate_instruction): New.
4571         * amd64-tdep.c (rip_relative_offset): New.
4572         (append_insns): New.
4573         (amd64_relocate_instruction): New.
4574         (amd64_init_abi): Install it.
4575         * i386-tdep.c (append_insns): New.
4576         (i386_relocate_instruction): New.
4577         (i386_gdbarch_init): Install it.
4578         * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
4579         * gdbarch.h, gdbarch.c: Regenerate.
4580
4581 2010-05-26  Tom Tromey  <tromey@redhat.com>
4582
4583         * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
4584         (struct dwarf2_loclist_baton) <data>: Likewise.
4585         * dwarf2loc.c (find_location_expression): Constify return type.
4586         (dwarf2_evaluate_loc_desc): Make 'data' argument const.
4587         (dwarf2_loc_desc_needs_frame): Likewise.
4588         (loclist_read_variable): Constify.
4589         (loclist_describe_location): Likewise.
4590         (loclist_tracepoint_var_ref): Likewise.
4591
4592 2010-05-25  Tom Tromey  <tromey@redhat.com>
4593
4594         * dwarf2loc.c (dwarf_expr_frame_base): Constify.
4595         (dwarf_expr_frame_base_1): Likewise.
4596         (read_pieced_value): Update.
4597         (needs_frame_frame_base): Constify.
4598         (dwarf2_tracepoint_var_loc): Likewise.
4599         (dwarf2_tracepoint_var_access): Likewise.
4600         (locexpr_describe_location_piece): Likewise.
4601         (locexpr_describe_location_1): Likewise.
4602         * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
4603         Constify.
4604         (data): Now const.
4605         (struct dwarf_expr_piece) <v.literal.data>: Likewise.
4606         (dwarf_expr_eval, read_uleb128, read_sleb128)
4607         (dwarf2_read_address): Update.
4608         * dwarf2expr.c (dwarf_expr_eval): Constify.
4609         (read_uleb128): Likewise.
4610         (read_sleb128): Likewise.
4611         (dwarf2_read_address): Likewise.
4612         (require_composition): Likewise.
4613         (execute_stack_op): Likewise.
4614         * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
4615         "const gdb_byte *".
4616         * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
4617         Now const.
4618         (no_get_frame_base): Constify.
4619         (execute_stack_op): Likewise.
4620         (execute_cfa_program): Likewise.
4621         (read_encoded_value): Likewise.
4622
4623 2010-05-25  Doug Evans  <dje@google.com>
4624
4625         * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
4626
4627         * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
4628         * event-loop.c: ... here.
4629         * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
4630         `error' for clarity.
4631         (tui_getc): Pass correct value for `error' parameter to
4632         tui_readline_output.
4633
4634         Add python gdb.GdbError and gdb.string_to_argv.
4635         * NEWS: Document them.
4636         * python/py-cmd.c (cmdpy_function): Don't print a traceback if
4637         the exception is gdb.GdbError.  Print a second traceback if there's
4638         an error computing the error message.
4639         (gdbpy_string_to_argv): New function.
4640         * python/py-utils.c (gdbpy_obj_to_string): New function.
4641         (gdbpy_exception_to_string): New function.
4642         * python/python-internal.h (gdbpy_string_to_argv): Declare.
4643         (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
4644         (gdbpy_gdberror_exc): Declare.
4645         * python/python.c (gdbpy_gdberror_exc): New global.
4646         (_initialize_python): Initialize gdbpy_gdberror_exc and create
4647         gdb.GdbError.
4648         (GdbMethods): Add string_to_argv.
4649
4650 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4651
4652         * windows-nat.c (display_selector): Call GetLastError to give better
4653         failure explanation.
4654
4655 2010-05-24  Pedro Alves  <pedro@codesourcery.com>
4656
4657         * config.in: Regenerate.
4658
4659 2010-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4660
4661         Code cleanup.
4662         * target.c (push_target): Return only void.  Remove the return value
4663         comment.
4664         * target.h (push_target): Return only void.
4665
4666 2010-05-23  Pedro Alves  <pedro@codesourcery.com>
4667
4668         Update gnulib from latest git.
4669         (250b80067c1e1d8faa0c42fb572f721975b929c5)
4670
4671         * gnulib/memcmp.c: Removed.
4672         * gnulib/memchr.valgrind: New.
4673         * gnulib/stddef.in.h: New.
4674         * gnulib/Makefile.am: Updated.
4675         * gnulib/memchr.c: Updated.
4676         * gnulib/memmem.c: Updated.
4677         * gnulib/stdint.in.h: Updated.
4678         * gnulib/str-two-way.h: Updated.
4679         * gnulib/string.in.h: Updated.
4680         * gnulib/wchar.in.h: Updated.
4681
4682         * gnulib/extra/link-warning.h: Removed.
4683         * gnulib/extra/c++defs.h: New.
4684         * gnulib/extra/warn-on-use.h: New.
4685         * gnulib/extra/arg-nonnull.h: Updated.
4686
4687         * gnulib/m4/extensions.m4: Updated.
4688         * gnulib/m4/gnulib-cache.m4: Updated.
4689         * gnulib/m4/gnulib-common.m4: Updated.
4690         * gnulib/m4/gnulib-comp.m4: Updated.
4691         * gnulib/m4/gnulib-tool.m4: Updated.
4692         * gnulib/m4/include_next.m4: Updated.
4693         * gnulib/m4/longlong.m4: Updated.
4694         * gnulib/m4/memchr.m4: Updated.
4695         * gnulib/m4/memmem.m4: Updated.
4696         * gnulib/m4/stdint.m4: Updated.
4697         * gnulib/m4/string_h.m4: Updated.
4698         * gnulib/m4/memcmp.m4: Removed.
4699         * gnulib/m4/onceonly_2_57.m4: Removed.
4700         * gnulib/m4/00gnulib.m4: New.
4701         * gnulib/m4/mmap-anon.m4: New.
4702         * gnulib/m4/multiarch.m4: New.
4703         * gnulib/m4/onceonly.m4: New.
4704         * gnulib/m4/stddef_h.m4: New.
4705         * gnulib/m4/warn-on-use.m4: New.
4706         * gnulib/m4/wchar.m4: Removed.
4707         * gnulib/m4/wchar_h.m4: New.
4708         * gnulib/m4/wchar_t.m4: New.
4709         * gnulib/m4/wint_t.m4: New.
4710
4711         * aclocal.m4: Regenerate.
4712         * config.in: Likewise.
4713         * configure: Likewise.
4714         * gnulib/Makefile.in: Likewise.
4715
4716 2010-05-21  Tom Tromey  <tromey@redhat.com>
4717
4718         * dwarf2loc.c (extract_bits_primitive): New function.
4719         (extract_bits): Likewise.
4720         (insert_bits): Likewise.
4721         (copy_bitwise): Likewise.
4722         (read_pieced_value): Do all operations in bits.
4723         (write_pieced_value): Likewise.
4724         * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
4725         * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
4726         Always use xrealloc to resize piece array.
4727         (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
4728         <DW_OP_piece>: Update.
4729         <DW_OP_bit_piece>: New case.
4730
4731 2010-05-21  Tom Tromey  <tromey@redhat.com>
4732
4733         * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
4734         <DWARF_VALUE_OPTIMIZED_OUT>: New case.
4735         * dwarf2expr.h (enum dwarf_value_location)
4736         <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
4737         * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
4738         (add_piece): Handle empty piece.
4739         (execute_stack_op) <DW_OP_piece>: Handle
4740         DWARF_VALUE_OPTIMIZED_OUT.
4741
4742 2010-05-21  Tom Tromey  <tromey@redhat.com>
4743
4744         * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
4745         evaluate_subexp, not evaluate_subexp_with_coercion.
4746
4747 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4748
4749         * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
4750         attribute.
4751
4752 2010-05-21  Tom Tromey  <tromey@redhat.com>
4753
4754         * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
4755         offset.
4756         (write_pieced_value): Likewise.
4757
4758 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
4759
4760         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
4761         and DW_TAG_volatile_type.
4762         (new_symbol): Likewise.
4763
4764 2010-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
4765
4766         * p-valprint.c (pascal_val_print): Call get_array_bounds
4767         to obtain the number of elements in an array.
4768
4769 2010-05-19  Doug Evans  <dje@google.com>
4770
4771         * python.c (gdbpy_print_stack): Ensure output ends with a newline.
4772
4773         * python.c (source_python_script): Add comment.
4774         (source_python_script_for_objfile): Remove unnecessary call to
4775         gdbpy_print_stack.
4776
4777 2010-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4778             Sergio Durigan Junior  <sergiodj@redhat.com>
4779
4780         Code cleanup.
4781         * parse.c (exp_iterate): Use operator_length wrapper function.
4782
4783 2010-05-18  Michael Snyder  <msnyder@vmware.com>
4784
4785         * ada-lang.c: White space.
4786         * ada-typeprint.c: White space.
4787         * ada-valprint.c: White space.
4788         * addrmap.c: White space.
4789         * auxv.c: White space.
4790         * ax-gdb.c: White space.
4791
4792 2010-05-18  Hui Zhu  <teawater@gmail.com>
4793
4794         * linux-fork.c (inferior_call_waitpid_cleanup): Add check
4795         for oldfp.
4796         (inferior_call_waitpid): Move make_cleanup out of check.
4797         Check the return of waitpid.
4798         (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
4799
4800 2010-05-17  Michael Snyder  <msnyder@vmware.com>
4801
4802         * tui/tui.c: White space.
4803         * tui/tui-data.c: White space.
4804         * tui/tui-disasm.c: White space.
4805         * tui/tui-file.c: White space.
4806         * tui/tui-interp.c: White space.
4807         * tui/tui-main.c: White space.
4808         * tui/tui-out.c: White space.
4809         * tui/tui-regs.c: White space.
4810         * tui/tui-source.c: White space.
4811         * tui/tui-stack.c: White space.
4812         * tui/tui-win.c: White space.
4813         * tui/tui-winsource.c: White space.
4814
4815         * procfs.c: White space.
4816
4817         * python/py-auto-load.c: White space.
4818         * python/py-block.c: White space.
4819         * python/py-breakpoint.c: White space.
4820         * python/py-cmd.c: White space.
4821         * python/py-function.c: White space.
4822         * python/py-lazy-string.c: White space.
4823         * python/py-objfile.c: White space.
4824         * python/py-param.c: White space.
4825         * python/py-prettyprint.c: White space.
4826         * python/py-progspace.c: White space.
4827         * python/py-symtab.c: White space.
4828         * python/python.c: White space.
4829         * python/py-type.c: White space.
4830         * python/py-utils.c: White space.
4831         * python/py-value.c: White space.
4832
4833         * mi/mi-cmd-break.c: White space.
4834         * mi/mi-cmd-env.c: White space.
4835         * mi/mi-cmds.c: White space.
4836         * mi/mi-cmd-stack.c: White space.
4837         * mi/mi-cmd-var.c: White space.
4838         * mi/mi-console.c: White space.
4839         * mi/mi-getopt.c: White space.
4840         * mi/mi-interp.c: White space.
4841         * mi/mi-main.c: White space.
4842         * mi/mi-out.c: White space.
4843         * mi/mi-parse.c: White space.
4844
4845         * cli/cli-cmds.c: White space.
4846         * cli/cli-decode.c: White space.
4847         * cli/cli-dump.c: White space.
4848         * cli/cli-interp.c: White space.
4849         * cli/cli-logging.c: White space.
4850         * cli/cli-script.c: White space.
4851         * cli/cli-setshow.c: White space.
4852
4853         * valarith.c: White space.
4854         * valops.c: White space.
4855         * valprint.c: White space.
4856         * value.c: White space.
4857         * varobj.c: White space.
4858         * xcoffread.c: White space.
4859         * xml-support.c: White space.
4860         * xml-tdesc.c: White space.
4861
4862 2010-05-17  Andreas Schwab  <schwab@redhat.com>
4863
4864         PR gdb/11092
4865         * c-lang.c (c_printstr): Compute real length of NUL terminated
4866         string at first.
4867
4868 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4869
4870         * parse.c (parse_exp_in_context): When block is not NULL, use
4871         its associated language to parse the expression instead of
4872         the current_language.
4873
4874 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4875
4876         * jv-lang.c (java_lookup_class): Remove commented out code.
4877         (type_from_class): Likewise.
4878         (java_op_print_tab): Remove commented-out elements.
4879
4880 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
4881
4882         * ada-lang.c (to_fixed_range_type): The the raw index type as
4883         argument instead of the raw type name.  Remove orig_type parameter.
4884         Update calls throughout.
4885         (ada_fixup_array_indexes_type): New function.
4886         (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
4887         * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
4888         * ada-typeprint.c (print_range_type): Renames print_range_type_named.
4889         Remove name parameter.
4890         (print_array_type): Add call to ada_fixup_array_indexes_type.
4891         Update calls to print_range_type.
4892         (ada_print_type): Update calls to print_range_type.
4893
4894 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
4895
4896         * dwarf2read.c (read_set_type): Set type length if
4897         DW_AT_byte_size attribute is present.
4898
4899 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
4900
4901         * p-valprint.c (pascal_val_print): Handle set type if range limits
4902         are undefined but size is known.
4903
4904 2010-05-17  Pedro Alves  <pedro@codesourcery.com>
4905
4906         * procfs.c: Reformat.
4907
4908 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4909
4910         * target.c: White space.
4911         * target-descriptions.c: White space.
4912         * target-memory.c: White space.
4913         * thread.c: White space.
4914         * top.c: White space.
4915         * tracepoint.c: White space.
4916         * trad-frame.c: White space.
4917         * tramp-frame.c: White space.
4918         * ui-file.c: White space.
4919         * ui-out.c: White space.
4920         * user-regs.c: White space.
4921         * utils.c: White space.
4922
4923         * scm-exp.c: White space.
4924         * scm-lang.c: White space.
4925         * scm-valprint.c: White space.
4926         * sentinel-frame.c: White space.
4927         * ser-base.c: White space.
4928         * ser-go32.c: White space.
4929         * serial.c: White space.
4930         * ser-mingw.c: White space.
4931         * ser-pipe.c: White space.
4932         * ser-tcp.c: White space.
4933         * ser-unix.c: White space.
4934         * solib.c: White space.
4935         * solib-darwin.c: White space.
4936         * solib-frv.c: White space.
4937         * solib-irix.c: White space.
4938         * solib-osf.c: White space.
4939         * solib-pa64.c: White space.
4940         * solib-som.c: White space.
4941         * solib-spu.c: White space.
4942         * solib-svr4.c: White space.
4943         * solib-target.c: White space.
4944         * source.c: White space.
4945         * stabsread.c: White space.
4946         * stack.c: White space.
4947         * std-regs.c: White space.
4948         * symfile.c: White space.
4949         * symmisc.c: White space.
4950         * symtab.c: White space.
4951
4952 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4953
4954         * source.c (_initialize_source): Add "rev" as an abbreviation
4955         for the "reverse-search" command.
4956
4957 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4958
4959         * record.c: White space.
4960         * regcache.c: White space.
4961         * reggroups.c: White space.
4962         * remote-fileio.c: White space.
4963         * remote-m32r-sdi.c: White space.
4964         * remote-mips.c: White space.
4965         * remote-sim.c: White space.
4966         * remote.c: White space.
4967         (process_g_packet): Remove orphan braces.
4968
4969 2010-05-15  Michael Snyder  <msnyder@vmware.com>
4970
4971         * parse.c: White space.
4972         * p-lang.c: White space.
4973         * posix-hdep.c: White space.
4974         * printcmd.c: White space.
4975         * progspace.c: White space.
4976         * prologue-value.c: White space.
4977         * psymtab.c: White space.
4978         * p-typeprint.c: White space.
4979         * p-valprint.c: White space.
4980
4981         * objc-lang.c: White space.
4982         * objfiles.c: White space.
4983         * observer.c: White space.
4984         * osabi.c: White space.
4985         * osdata.c: White space.
4986
4987         * m2-lang.c: White space.
4988         * m2-valprint.c: White space.
4989         * macrocmd.c: White space.
4990         * macroexp.c: White space.
4991         * macroscope.c: White space.
4992         * macrotab.c: White space.
4993         * main.c: White space.
4994         * maint.c: White space.
4995         * mdebugread.c: White space.
4996         * memattr.c: White space.
4997         * minsyms.c: White space.
4998         * monitor.c: White space.
4999
5000 2010-05-14  Michael Snyder  <msnyder@vmware.com>
5001
5002         * jv-lang.c: White space.
5003         * jv-typeprint.c: White space.
5004         * jv-valprint.c: White space.
5005         * language.c: White space.
5006         * libunwind-frame.c: White space.
5007         * linespec.c: White space.
5008         * linux-nat.c: White space.
5009         * linux-record.c: White space.
5010         * linux-thread-db.c: White space.
5011
5012         * infcall.c: White space.
5013         * inf-child.c: White space.
5014         * infcmd.c: White space.
5015         * inferior.c: White space.
5016         * inf-loop.c: White space.
5017         * inflow.c: White space.
5018         * inline-frame.c: White space.
5019         * interps.c: White space.
5020
5021         * gcore.c: White space.
5022         * gdb.c: White space.
5023         * gdbtypes.c: White space.
5024         * gnu-nat.c: White space.
5025         * gnu-v2-abi.c: White space.
5026         * gnu-v3-abi.c: White space.
5027
5028         * findcmd.c: White space.
5029         * findvar.c: White space.
5030         * fork-child.c: White space.
5031         * frame-base.c: White space.
5032         * frame.c: White space.
5033         * frame-unwind.c: White space.
5034         * f-valprint.c: White space.
5035
5036         * elfread.c: White space.
5037         * environ.c: White space.
5038         * eval.c: White space.
5039         * event-loop.c: White space.
5040         * event-top.c: White space.
5041         * exceptions.c: White space.
5042         * exec.c: White space.
5043         * expprint.c: White space.
5044
5045         * dbxread.c: White space.
5046         * dcache.c: White space.
5047         * disasm.c: White space.
5048         * doublest.c: White space.
5049         * dsrec.c: White space.
5050         * dummy-frame.c: White space.
5051         * dwarf2expr.c: White space.
5052         * dwarf2-frame.c: White space.
5053         * dwarf2loc.c: White space.
5054         * dwarf2read.c: White space.
5055
5056 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
5057
5058         PR python/11482
5059
5060         * python/py-value.c (valpy_hash): New function.
5061         (value_object_type): Register valpy_hash.
5062
5063 2010-05-14  Hui Zhu  <teawater@gmail.com>
5064             Michael Snyder  <msnyder@vmware.com>
5065
5066         * linux-fork.c (gdbthread.h): New include.
5067         (fork_info): Add parent_ptid.
5068         (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
5069         functions.
5070         (delete_checkpoint_command): Call inferior_call_waitpid.
5071         (checkpoint_command): Set parent_ptid.
5072
5073 2010-05-13  Michael Snyder  <msnyder@vmware.com>
5074
5075         * dictionary.c: Re-indent to GNU coding standard.
5076
5077         * charset.c: White space.
5078         * c-lang.c: White space.
5079         * cli-out.c: White space.
5080         * coffread.c: White space.
5081         * complaints.c: White space.
5082         * completer.c: White space.
5083         * corefile.c: White space.
5084         * corelow.c: White space.
5085         * cp-abi.c: White space.
5086         * cp-namespace.c: White space.
5087         * cp-support.c: White space.
5088         * cp-valprint.c: White space.
5089         * c-typeprint.c: White space.
5090         * c-valprint.c: White space.
5091         * blockframe.c: White space.
5092         * breakpoint.c: White space.
5093         * buildsym.c: White space.
5094         * blockframe.c: White space.
5095         * bcache.c: White space.
5096         * gdbarch.sh: White space, add blank lines.
5097         * arch-utils.c: Ditto.
5098         * gdbarch.c: Regenerate.
5099         * frame.c: White space, add blank lines.
5100         * stack.c: White space, add blank lines.
5101         (initialize_stack): Remove long-dead code.
5102
5103 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5104
5105         Code cleanup.
5106         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
5107         (locexpr_read_variable, loclist_read_variable): Update the callers.
5108
5109 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5110
5111         Code cleanup.
5112         * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
5113         Remove check of NULL returned by tag_type_to_type.
5114         (die_containing_type): Remove variable type.  Remove type_die variable
5115         initialization.  Remove check of NULL returned by tag_type_to_type.
5116
5117 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
5118
5119         PR exp/11530.
5120         * gdbtypes.c (lookup_struct_elt_type): Also lookup
5121         names of unnamed structures or unions.
5122
5123 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
5124
5125         * procfs.c (proc_watchpoint_address): New function.
5126         (procfs_stopped_by_watchpoint): Remove useless check after
5127         find_procinfo_or_die call.
5128         (procfs_stopped_data_address): New function.
5129         (procfs_use_watchpoints): Register new watchpoint related function.
5130
5131 2010-05-11  Tom Tromey  <tromey@redhat.com>
5132
5133         * eval.c (evaluate_subexp_standard): Revert inadvertent change.
5134
5135 2010-05-10  Michael Snyder  <msnyder@vmware.com>
5136
5137         * utils.c: White space cleanup.
5138
5139 2010-05-10  Tom Tromey  <tromey@redhat.com>
5140
5141         * eval.c (ptrmath_type_p): Add 'lang' argument.
5142         (evaluate_subexp_standard): Update.
5143         (evaluate_subexp_with_coercion): Update.
5144         * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
5145
5146 2010-05-10  Michael Snyder  <msnyder@vmware.com>
5147
5148         * utils.c (do_fclose_cleanup) Restore local variable.
5149
5150 2010-05-09  Doug Evans  <dje@google.com>
5151
5152         * record.c (init_record_core_ops): Rename record_core to record-core.
5153
5154 2010-05-08  Joel Brobecker  <brobecker@adacore.com>
5155
5156         Implement task switching on pa-hpux.
5157         * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
5158         (inf_ttrace_target): Set t->to_get_ada_task_ptid.
5159
5160 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5161
5162         * valops.c (find_overload_match): Add missing i18n markup.
5163
5164 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
5165
5166         * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
5167
5168 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5169
5170         * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
5171         list for the obconcat call.
5172         * mdebugread.c (parse_symbol): Likewise.
5173         * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
5174         Likewise.
5175         * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
5176         New variable ap.  Remove variables len and val.
5177         * symfile.h (obconcat): Likewise for the prototype.
5178
5179 2010-05-07  Michael Snyder  <msnyder@vmware.com>
5180
5181         * python/python.c (execute_gdb_command): Remove unused variables.
5182         * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
5183         * python/py-breakpoint.c (gdbpy_breakpoint_created):
5184         Remove unused variable.
5185         * python/py-cmd.c (cmdpy_function): Remove unused variable.
5186         (cmdpy_completer): Remove unused variable.
5187         * python/py-frame.c (frapy_find_sal): Remove unused variable.
5188         * python/py-function.c (fnpy_call): Remove unused variable.
5189         * python/py-objfile.c (objfile_to_objfile_object):
5190         Remove unused variable.
5191         * python/py-param.c (parmpy_init): Remove unused variable.
5192         * python/py-prettyprint.c (apply_varobj_pretty_printer):
5193         Remove unused variable.
5194         (gdbpy_default_visualizer): Remove unused variable.
5195         * python/py-progspace.c (pspace_to_pspace_object):
5196         Remove unused variable.
5197         * python/py-symtab.c (symtab_and_line_to_sal_object):
5198         Remove unused variable.
5199         * python/py-type.c (typy_template_argument):
5200         Remove unused variable.
5201         * python/py-value.c (valpy_string): Remove unused variable.
5202         (convert_value_from_python): Remove unused variables.
5203
5204 2010-05-07  Michael Snyder  <msnyder@vmware.com>
5205
5206         * valops.c (value_cast_pointers): Restore unused variable 'type1',
5207         and use it to compute variable 't1'.
5208
5209 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
5210
5211         * ada-lang.c (assign_aggregate): Remove unused variable.
5212
5213 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
5214
5215         PR C++/7943:
5216         * valops.c (find_overload_match): Handle fsym == NULL case.
5217         Add int no_adl argument.
5218         (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
5219         when appropriate.
5220         Add int no_adl argument.
5221         (find_oload_champ_namespace):   Add int no_adl argument.
5222         * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
5223         expression.
5224         * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
5225         * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
5226         Evaluate arguments and use them to perform ADL lookup.
5227         Pass no_adl argument to find_overload_match.
5228         Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
5229         * cp-support.h: Added prototype for
5230         make_symbol_overload_list_namespace.
5231         * cp-support.c (make_symbol_overload_list_namespace): New function.
5232         (make_symbol_overload_list_adl_namespace): New function.
5233         (make_symbol_overload_list_adl): New function.
5234         (make_symbol_overload_list_using): Moved code to add function to
5235         overload set to make_symbol_overload_list_namespace.
5236         * c-exp.y: create UNKNOWN_CPP_NAME token.
5237         Add parse rule for ADL functions.
5238         (classify_name): Recognize an UNKNOWN_CPP_NAME.
5239
5240 2010-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5241
5242         * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
5243         sentinel.
5244
5245 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
5246
5247         Implement task switching on solaris targets.
5248         * sol-thread.c (thread_db_find_thread_from_tid)
5249         (sol_get_ada_task_ptid): New functions.
5250         (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
5251
5252 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
5253
5254         * remote.c (remote_query_supported_append): Use reconcat.
5255         (remote_query_supported): Install a cleanup.  Use reconcat.
5256
5257 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
5258
5259         * gdbarch.sh (qsupported): Delete.
5260         * gdbarch.h, gdbarch.c: Regenerate.
5261         * remote.c (remote_query_supported): Remove use of
5262         gdbarch_qsupported.
5263
5264 2010-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
5265
5266         * xml-syscall.c (syscall_start_syscalls_info): Remove unused
5267         function.
5268
5269 2010-05-06  Michael Snyder  <msnyder@vmware.com>
5270
5271         * xml-support.c (xinclude_start_include): Delete unused variable.
5272         (xml_process_xincludes): Delete unused variable.
5273         * xml-syscall.c (syscall_parse_xml): Delete unused variable.
5274         * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
5275         (tdesc_find_arch_register): Delete unused variable.
5276         (tdesc_use_registers): Delete unused variable.
5277         * xml-tdesc.c (tdesc_start_target): Delete unused variable.
5278         * inferior.c (print_inferior): Delete unused variable.
5279         * record.c (record_open_1): Delete unused variable.
5280         (record_restore): Delete unused variable.
5281         (cmd_record_save): Delete unused variable.
5282         * gcore.c (derive_heap_segment): Delete unused variable.
5283         (objfile_find_memory_regions): Use unused variable.
5284         * jit.c (jit_inferior_init): Delete unused variable.
5285         * progspace.c (clone_program_space): Delete unused variable.
5286         (pspace_empty_p): Delete unused variable.
5287
5288         * frame-unwind.c (frame_unwind_find_by_frame):
5289         Delete unused variable.
5290         * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
5291         * cp-support.c (mangled_name_to_comp): Delete unused variable.
5292         (method_name_from_physname): Delete unused variable.
5293         (cp_func_name): Delete unused variable.
5294         (cp_validate_operator): Delete unused variable.
5295         * cp-namespace.c (cp_scan_for_anonymous_namespaces):
5296         Delete unused variable.
5297         * trad-frame.c (trad_frame_get_prev_register):
5298         Delete unused variable.
5299         * tramp-frame.c (tramp_frame_cache): Delete unused variable.
5300
5301         * serial.c (serial_for_fd): Delete unused variable.
5302         * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
5303         * top.c (execute_command): Delete unused variable.
5304         (init_main): Delete unused variable.
5305         * utils.c (do_fclose_cleanup): Delete unused variable.
5306         (do_all_inferior_continuations): Delete unused variable.
5307         (initialize_utils): Delete unused variable.
5308         (internal_problem_mode): Delete unused global.
5309         * frame.c (get_prev_frame): Delete unused global.
5310         (get_frame_locals_address): Delete unused global.
5311         (get_frame_args_address): Delete unused global.
5312
5313         * p-typeprint.c (pascal_type_print_base): Delete unused variable.
5314         (pascal_type_print_varspec_prefix): Delete unused variable.
5315         * f-typeprint.c (f_type_print_base): Delete unused variable.
5316         (f_type_print_varspec_suffix): Delete unused variable.
5317         * m2-typeprint.c (m2_print_type): Delete unused variable.
5318         (m2_long_set): Delete unused variable.
5319         * ada-valprint.c (ada_val_print_1): Delete unused variable.
5320         * d-valprint.c (dynamic_array_type): Delete unused variable.
5321         * f-valprint.c (f77_get_dynamic_length_of_aggregate):
5322         Delete unused variable.
5323         (f77_create_arrayprint_offset_tbl): Delete unused variable.
5324         * m2-valprint.c (m2_val_print): Delete unused variable.
5325
5326         * ui-out.c (ui_out_field_int): Delete unused variable.
5327         (ui_out_field_fmt_int): Delete unused variable.
5328         * varobj.c (varobj_list_children): Delete unused variable.
5329         (varobj_set_value): Delete unused variable.
5330         (install_new_value_visualizer): Delete unused variable.
5331         (varobj_set_visualizer): Delete unused variable.
5332         (varobj_update): Delete unused variable.
5333         (varobj_editable_p): Delete unused variable.
5334         (c_value_of_root): Delete unused variable.
5335         (cplus_describe_child): Delete unused variable.
5336
5337         * ada-lang.c (add_defn_to_vec): Delete unused variable.
5338         (decode_constrained_packed_array_type): Delete unused variable.
5339         (add_defn_to_vec): Delete unused variable.
5340         (symbol_completion_match): Delete unused variable.
5341         (value_tag_from_contents_and_address): Delete unused variable.
5342         (ada_evaluate_subexp): Delete unused variable.
5343         * c-lang.c (classify_type): Delete unused variable.
5344         * f-lang.c (f_printstr): Delete unused variable.
5345         * objc-lang.c (objc_printstr): Delete unused variable.
5346         * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
5347         * jv-lang.c (type_from_class): ifdef unused variable.
5348         (java_class_name_from_physname): Delete unused variable.
5349         * m2-lang.c (m2_printstr): Delete unused variable.
5350
5351         * objfiles.c (objfile_relocate): Delete unused variable.
5352         * maint.c (_initialize_maint_cmds): Delete unused variable.
5353         * demangle.c (_initialize_demangler): Delete unused variable.
5354         * corefile.c (reopen_exec_file): Delete unused variable.
5355         * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
5356         * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
5357
5358         * osabi.c (_initialize_gdb_osabi): Delete unused variable.
5359         * memattr.c (mem_delete): Delete unused variable.
5360         (invalidate_target_mem_regions): Delete unused variable.
5361         * mem-break.c (default_memory_insert_breakpoint):
5362         Delete unused variable.
5363         * target.c (target_get_osdata): Delete unused variable.
5364         * parse.c (length_of_subexp): Delete unused variable.
5365         (prefixify_subexp): Delete unused variable.
5366         (exp_iterate): Delete unused variable.
5367         * reverse.c (delete_bookmark_command): Delete unused variable.
5368
5369         * macrocmd.c (_initialize_macrocmd): Delete unused variable.
5370         * macroexp.c (gather_arguments): Delete unused variable.
5371         (substitute_args): Delete unused variable.
5372         * completer.c (gdb_completer_loc_break_characters): Unused, delete.
5373         * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
5374         (_initialize_gdbarch): Delete unused variable.
5375         * gdbarch.c, gdbarch.h: Regenerate.
5376         * arch-utils.c (initialize_current_architecture):
5377         Delete unused variable.
5378         (_initialize_gdbarch_utils): Delete unused variable.
5379         * gdbtypes.c (make_cv_type): Delete unused variable.
5380         (make_type_with_address_space): Delete unused variable.
5381
5382         * linespec.c (decode_compound): Delete unused variable.
5383         * dictionary.c (iterator_next_hashed): Delete unused variable.
5384         * infcall.c (call_function_by_hand): Delete unused variable.
5385         * infcmd.c (step_1): Delete unused variable.
5386         (registers_info): Delete unused variable.
5387         (attach_command): Delete unused variable.
5388         * infrun.c (follow_exec): Delete unused variable.
5389         (handle_step_into_function_backwards): Delete unused variable.
5390         (_initialize_infrun): Delete unused variable.
5391         * stack.c (parse_frame_specification_1): Delete unused variable.
5392         (frame_info): Delete unused variable.
5393         (backtrace_command_1): Delete unused variable.
5394         (catch_info): Delete unused variable.
5395
5396         * eval.c (evaluate_subexp_standard): Delete unused variable.
5397         * valops.c (value_cast_pointers): Delete unused variable.
5398         (value_dynamic_cast): Delete unused variable.
5399         (value_array): Delete unused variable.
5400         (find_overload_match): Delete unused variable.
5401         * valarith.c (value_subscript): Delete unused variable.
5402         (value_binop): Delete unused variable.
5403         * valprint.c (_initialize_valprint): Delete unused variable.
5404         * printcmd.c (print_command_1): Delete unused variable.
5405         (address_info): Delete unused variable.
5406         (printf_command): Delete unused variable.
5407
5408         * auxv.c (target_auxv_search): Delete unused variable.
5409         * blockframe.c (get_frame_block): Delete unused variable.
5410         * regcache.c (regcache_cpy): Delete unused variable.
5411         (regcache_cpy_no_passthrough): Delete unused variable.
5412         * charset.c (wchar_iterate): Delete unused variable.
5413         (find_charset_names): Delete unused variable.
5414         (_initialize_charset): Delete unused variable.
5415         * disasm.c (do_mixed_source_and_assembly):
5416         Delete unused variable.
5417         * source.c (set_default_source_symtab_and_line):
5418         Delete unused variable.
5419         (set_substitute_path_command): Delete unused variable.
5420         * value.c (preserve_values): Delete unused variable.
5421         (value_from_double): Delete unused variable.
5422
5423 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5424
5425         * psymtab.c (lookup_partial_symbol): Delete unused variable.
5426         (find_last_source_symtab_from_partial): Delete unused variable.
5427         * symfile.c (place_section): Delete unused variable.
5428         (default_symfile_offsets): Delete unused variable.
5429         (get_debug_link_info): Delete unused variable.
5430         (find_separate_debug_file_by_debuglink): Delete unused variable.
5431         (add_symbol_file_command): Delete unused variable.
5432         (symfile_find_segment_sections): Delete unused variable.
5433         * symmisc.c (free_symtab): Delete unused variable.
5434         (dump_symtab_1): Delete unused variable.
5435         * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
5436         (find_pc_sect_symtab): Delete unused variable.
5437         (skip_prologue_using_lineinfo): Delete unused variable.
5438         (sources_info): Delete unused variable.
5439         (completion_list_add_name): Delete unused variable.
5440         (expand_line_sal): Delete unused variable.
5441
5442         * breakpoint.c (validate_commands_for_breakpoint):
5443         Delete unused variables.
5444         (insert_catchpoint): Delete unused variable.
5445         (update_watchpoint): Delete unused variable.
5446         (insert_bp_location): Delete unused variable.
5447         (insert_breakpoint_locations): Delete unused variable.
5448         (remove_breakpoint_1): Delete unused variable.
5449         (software_breakpoint_inserted_here_p): Delete unused variable.
5450         (watchpoints_triggered): Delete unused variable.
5451         (bpstat_check_watchpoint): Delete unused variable.
5452         (bpstat_stop_status): Delete unused variable.
5453         (print_one_breakpoint_location): Delete unused variable.
5454         (allocate_bp_location): Delete unused variable.
5455         (create_breakpoint): Delete unused variable.
5456         (watch_command_1): Delete unused variable.
5457         (catch_exception_command_1): Delete unused variable.
5458         (catch_ada_exception_command): Delete unused variable.
5459         (delete_breakpoint): Delete unused variable.
5460         (breakpoint_re_set_one): Delete unused variable.
5461         (do_enable_breakpoint): Delete unused variable.
5462
5463 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
5464
5465         * amd64-tdep.c: Include disasm.h.
5466         (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
5467         (amd64_insn_length): Moved to disasm.c and renamed.
5468         (fixup_riprel): Adjust.
5469         * disasm.c (do_ui_file_delete): New.
5470         (gdb_insn_length): New.
5471         (gdb_buffered_insn_length_fprintf)
5472         (gdb_buffered_insn_length_init_dis)
5473         (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
5474         renamed.
5475         * disasm.h (gdb_insn_length): Declare.
5476         (gdb_buffered_insn_length): Declare.
5477
5478 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
5479
5480         * remote.c (clear_threads_parsing_context): New.
5481         (remote_threads_info): Delete unused null_cleanup.  Install a
5482         cleanup to clear the threads_parsing_context in case parsing
5483         throws.
5484
5485 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5486
5487         * c-exp.y (parse_string_or_char): Delete unused variable.
5488         (c_lex): Delete unused variable.
5489         * cp-name-parser.y (cpname_lex): Delete unused variable.
5490         * ada-exp.y (find_primitive_type): Delete unused variable.
5491         (write_var_or_type): Delete unused variable.
5492         * jv-exp.y (java_parse): Delete unused variable.
5493         (push_expression_name): Delete unused variable.
5494         * p-exp.y (pascal_lex): Delete unused variable.
5495
5496 2010-05-05  Pedro Alves  <pedro@codesourcery.com>
5497
5498         * remote.c (remote_threads_info): Really revert previous previous
5499         change.
5500
5501 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5502
5503         * elfread.c (elf_symtab_read): Delete unused variable.
5504         (find_separate_debug_file_by_buildid): Delete unused variables.
5505         (elf_symfile_read): Delete unused variable.
5506
5507         * coffread.c (coff_symfile_read): Delete unused variables.
5508
5509         * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
5510         (read_pe_exported_syms): Delete unused variable.
5511
5512         * stabsread.c (define_symbol): Delete unused variable.
5513
5514         * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
5515         (process_psymtab_comp_unit): Delete unused variable.
5516         (dwarf2_build_psymtabs_hard): Delete unused variable.
5517         (load_partial_comp_unit): Delete unused variable.
5518         (create_all_comp_units): Delete unused variable.
5519         (scan_partial_symbols): Delete unused variable.
5520         (add_partial_symbol): Delete unused variable.
5521         (add_partial_namespace): Delete unused variable.
5522         (add_partial_enumeration): Delete unused variable.
5523         (load_full_comp_unit): Delete unused variable.
5524         (process_full_comp_unit): Delete unused variable.
5525         (read_file_scope): Delete unused variable.
5526         (read_type_unit_scope): Delete unused variable.
5527         (process_structure_scope): Delete unused variable.
5528         (process_enumeration_scope): Delete unused variable.
5529         (read_tag_ptr_to_member_type): Delete unused variable.
5530         (read_typedef): Delete unused variable.
5531         (read_partial_die): Delete unused variable.
5532         (decode_locdesc): Delete unused variable.
5533         (zeroed_partial_die): Delete unused global variable.
5534
5535         * tui/tui-interp.c (_initialize_tui_interp):
5536         Delete unused variable.
5537         * tui/tui-regs.c tui_display_registers_from):
5538         Delete unused variable.
5539         (tui_check_register_values): Delete unused variable.
5540         (tui_register_format): Delete unused variable.
5541         * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
5542         * tui/tui-windata.c (tui_display_data_from_line):
5543         Delete unused variables.
5544         (tui_vertical_data_scroll): Delete unused variables.
5545
5546 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5547
5548         * remote.c (remote_threads_info): Revert questionable part of
5549         the previous change.
5550
5551 2010-05-05  Michael Snyder  <msnyder@vmware.com>
5552
5553         * mi/mi-out.c (mi_table_begin): Delete unused variable.
5554         * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
5555         (mi_cmd_var_list_children): Delete unused variable.
5556         (varobj_update_one): Delete unused variable.
5557         * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
5558         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
5559         Delete unused variable.
5560         (mi_cmd_stack_list_variables): Delete unused variable.
5561         (list_args_or_locals): Delete unused variable.
5562         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
5563         Delete unused variables.
5564         (mi_cmd_file_list_exec_source_files): Delete unused variable.
5565         * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
5566         Delete unused variable.
5567         * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
5568         (mi_cmd_interpreter_exec): Delete unused variable.
5569         (mi_on_normal_stop): Delete unused variable.
5570         * mi/mi-main.c (run_one_inferior): Delete unused variable.
5571         (print_one_inferior): Delete unused variables.
5572         (mi_execute_command): Delete unused variable.
5573         (mi_cmd_execute): Delete unused variable.
5574         (timestamp): Delete unused variable.
5575
5576         * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
5577         (restore_binary_file): Delete unused variable.
5578         * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
5579         * cli/cli-script.c (define_command): Delete unused variables.
5580         (recurse_read_control_structure): Delete unused variable.
5581         (script_from_file): Delete unused variable.
5582         * cli/cli-cmds.c (complete_command): Delete unused variable.
5583         (disassemble_command): Delete unused variable.
5584
5585         * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
5586         * tracepoint.c (delete_trace_variable_command):
5587         Delete unused variables.
5588         (encode_actions_1): Delete unused variables.
5589         (start_tracing): Delete unused variable.
5590         (trace_status_mi): Delete unused variable.
5591         (tfind_1): Delete unused variable.
5592         (trace_find_pc_command): Delete unused variable.
5593         (trace_find_line_command): Delete unused variables.
5594         (trace_find_range_command): Delete unused variables.
5595         (trace_find_outside_command): Delete unused variables.
5596         (parse_tracepoint_definition): Delete unused variables.
5597         (tfile_fetch_registers): Delete unused variable.
5598
5599         * dcache.c (dcache_init): Delete unused variable.
5600         (dcache_info): Delete unused variable.
5601
5602         * remote.c (remote_threads_info): Delete unused variable.
5603         (process_stop_reply) :Delete unused variable.
5604         (remote_get_trace_status): Delete unused variables.
5605
5606         * linux-thread-db.c (add_thread_db_info): Delete unused variable.
5607         (thread_from_lwp): Delete unused variable.
5608         (enable_thread_event_reporting): Delete unused variable.
5609         (check_for_thread_db): Delete unused variables.
5610         (thread_db_find_new_threads_2): Delete unused variable.
5611
5612         * linux-fork.c (info_checkpoints_command): Delete unused variables.
5613         (checkpoint_command): Delete unused variable.
5614         (linux_fork_context): Delete unused variables.
5615
5616         * linux-nat.c (linux_parent_pid): Delete unused global variable.
5617         (linux_tracefork_child): Delete unused variable.
5618         (linux_child_follow_fork): Delete unused variable.
5619         (linux_nat_detach): Delete unused variable.
5620         (linux_handle_extended_wait): Delete unused variable.
5621         (linux_nat_has_pending_sigint): Delete unused variable.
5622         (linux_nat_find_memory_regions): Delete unused variable.
5623         (linux_nat_make_corefile_notes): Delete unused variables.
5624         (linux_nat_info_proc_cmd): Delete unused variable.
5625         (linux_proc_pending_signals): Delete unused variable.
5626         (linux_nat_stop_lwp): Delete unused variables.
5627         (_initialize_linux_nat): Delete unused variable.
5628
5629         * ser-pipe.c (pipe_ops): Delete unused global variable.
5630
5631         * linux-record.c (record_linux_system_call):
5632         Delete unused variables.
5633
5634         * corelow.c (core_xfer_partial): Delete unused variables.
5635
5636         * solib-svr4.c (find_program_interpreter): Delete unused variable.
5637         (svr4_solib_create_inferior_hook): Add ifdef around
5638         conditionally-used variable declarations.
5639
5640         * solib.c (solib_find): Delete unused variable.
5641         (free_so_symbols): Delete unused variable.
5642         (info_sharedlibrary_command): Delete unused variable.
5643         (reload_shared_libraries_1): Delete unused variable.
5644         (_initialize_solib): Delete unused variable.
5645
5646         * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
5647         (i386_collect_xstateregset): Delete unused variable.
5648         * i387-tdep.c (i387_print_float_info): Delete unused variable.
5649
5650         * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
5651         Delete unused variable 'type'.
5652
5653 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
5654
5655         * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros.  *
5656         ada-lang.c: Remove comment mentioning these macros.
5657         * m2-exp.y: Delete commented out code.
5658
5659 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
5660
5661         * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
5662         for array types.
5663         * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
5664
5665 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5666
5667         ARI fix: Remove ATTRIBUTE_UNUSED throughout.
5668         * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
5669         ATTRIBUTE_UNUSED.
5670         (cleanup_kernel_helper_return): Likewise.
5671         * arm-tdep.c (copy_unmodified): Likewise.
5672         (copy_preload): Likewise.
5673         (copy_copro_load_store): Likewise.
5674         (cleanup_branch): Likewise.
5675         (copy_b_bl_blx): Likewise.
5676         (copy_bx_blx_reg): Likewise.
5677         (copy_alu_imm): Likewise.
5678         (copy_alu_reg): Likewise.
5679         (copy_alu_shifted_reg): Likewise.
5680         (cleanup_load): Likewise.
5681         (cleanup_store): Likewise.
5682         (cleanup_block_load_pc): Likewise.
5683         (cleanup_svc): Likewise.
5684         (copy_undef): Likewise.
5685         (copy_unpred): Likewise.
5686         * remote.c (register_remote_support_xml): Likewise.
5687
5688 2010-05-05  Hui Zhu  <teawater@gmail.com>
5689
5690         * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
5691
5692 2010-05-04  Mark Kettenis  <kettenis@gnu.org>
5693
5694         * remote.c (register_remote_support_xml)
5695         (remote_query_supported_append, remote_query_supported): Add cast
5696         to NULL used as sentinel.
5697         * tracepoint.c (tvariables_info_1): Likewise.
5698         * utils.c (add_internal_problem_command): Likewise.
5699
5700 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5701
5702         * dwarf2loc.c (read_pieced_value, write_pieced_value,
5703         dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
5704         registers gracefully.
5705
5706 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5707
5708         * exec.c (print_section_info): Display entry point without arch
5709         specific parts.
5710
5711 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
5712
5713         PR exp/11349.
5714         * printcmd.c (x_command): Only dereference once implicitly for
5715         TYPE_CODE_REF.
5716
5717 2010-05-03  Doug Evans  <dje@google.com>
5718
5719         * event-loop.c (gdb_timer): Delete unused global.
5720         (create_timer): Update.
5721
5722 2010-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5723
5724         * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
5725         CURRENT->DECLARATION case.
5726         * cp-support.h (struct using_direct): Provide extended comment.
5727
5728 2010-05-03  Mark Kettenis  <kettenis@gnu.org>
5729
5730         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
5731         HPPABSD_SIZEOF_GREGS.
5732         (HPPAOBSD_SIZEOF_FPREGS): New define.
5733         (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
5734         (hppaobsd_supply_fpregset): New function.
5735         (hppaobsd_gregset): Renamed from hppabsd_gregset.
5736         (hppaobsd_fpregset): New variable.
5737         (hppaobsd_regset_from_core_section): Handle floating-point registers.
5738         (_initialize_hppabsd_tdep): Remove spurious blank line.
5739
5740 2010-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
5741
5742         PR pascal/11349.
5743         * p-valprint.c (pascal_value_print): Always dereference a value with
5744         type code TYPE_CODE_REF.
5745
5746 2010-05-03  Pedro Alves  <pedro@codesourcery.com>
5747
5748         * remote.c (remote_notice_signals): New.
5749         (remote_start_remote): In non-stop mode, update the remote end on
5750         which signals it can silently pass.
5751         (init_remote_ops): Install remote_notice_signals.
5752
5753 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5754
5755         * cli/cli-cmds.h (error_no_arg): Remove.  Move the comment ...
5756         * command.h (error_no_arg): ... here.  Remove NORETURN, change
5757         ATTR_NORETURN to ATTRIBUTE_NORETURN.
5758         * defs.h (NORETURN, ATTR_NORETURN): Remove.
5759         (perror_with_name, verror, error, error_stream, vfatal, fatal)
5760         (internal_verror, internal_error, nomem): Remove NORETURN, change
5761         ATTR_NORETURN to ATTRIBUTE_NORETURN.
5762         * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
5763         (throw_vfatal, throw_error): Remove NORETURN.
5764         (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
5765         * exceptions.h (throw_exception, throw_verror, throw_vfatal)
5766         (throw_error, deprecated_throw_reason): Remove NORETURN, change
5767         ATTR_NORETURN to ATTRIBUTE_NORETURN.
5768         * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
5769         to ATTRIBUTE_NORETURN for prototype, for the definition only remove
5770         NORETURN.
5771         * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
5772         * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
5773         ATTRIBUTE_NORETURN.
5774         * target.c (tcomplain): Likewise.
5775         * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
5776         ATTRIBUTE_NORETURN.
5777         * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
5778         (internal_error, perror_with_name, nomem): Remove NORETURN.
5779         * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
5780         ATTRIBUTE_NORETURN.
5781
5782 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5783
5784         * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5785         * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
5786         * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
5787         (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5788         * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
5789         (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5790         * complaints.h (complaint, internal_complaint): Likewise.
5791         * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
5792         (ATTR_FORMAT): Remove.
5793         (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
5794         (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
5795         (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
5796         (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
5797         (xsnprintf, verror, error, vfatal, fatal, internal_verror)
5798         (internal_error, internal_vwarning, internal_warning, warning)
5799         (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
5800         * disasm.c (fprintf_disasm): Likewise.
5801         * exceptions.c (throw_it): Likewise.
5802         * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
5803         (throw_error): Likewise.
5804         * language.h (type_error, range_error): Likewise.
5805         * linespec.c (cplusplus_error): Likewise.
5806         * mi/mi-interp.c (mi_interp_query_hook): Likewise.
5807         * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
5808         * monitor.c (monitor_debug): Likewise.
5809         * parser-defs.h (parser_fprintf): Likewise.
5810         * serial.h (serial_printf): Likewise.
5811         * tui/tui-hooks.c (tui_query_hook): Likewise.
5812         * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
5813         (uo_message): Likewise.
5814         * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
5815         * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
5816         Likewise.
5817         * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
5818
5819 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
5820
5821         * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
5822         (cli_table_header, cli_begin, cli_end, cli_field_int)
5823         (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
5824         (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
5825         Delete forward declarations.
5826         (cli_ui_out_impl): Move below the callbacks.
5827         (_initialize_cli_out): Delete.
5828
5829 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
5830
5831         * README: Use consistent `GDB' and `GDBserver' spellings.
5832
5833 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5834
5835         * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
5836
5837 2010-05-01  Pedro Alves  <pedro@codesourcery.com>
5838
5839         * infrun.c (prepare_for_detach): In non-stop, context switch to
5840         the thread that got the event before handling the event.
5841
5842 2010-04-30  Tom Tromey  <tromey@redhat.com>
5843
5844         * symtab.c (symbol_set_names): Fix typo.
5845
5846 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5847
5848         * python/py-param.c (parm_constants): Avoid ARI warning
5849         by adding ARI comment.
5850         (parmpy_init): Likewise.
5851
5852 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5853
5854         * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
5855         and created type for re-use.
5856
5857 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
5858
5859         * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
5860
5861 2010-04-29  Doug Evans  <dje@google.com>
5862
5863         * ser-base.h (reschedule): Delete prototype.
5864         * ser-base.c (reschedule): Make static.
5865
5866 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5867
5868         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
5869         (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
5870         (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
5871         EABI.
5872         (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
5873         use.
5874
5875 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
5876
5877         PR gdb/11557
5878
5879         * regcache.c (registers_changed): Rename to ...
5880         (registers_changed_ptid): ... this, and only delete register cache
5881         entries matching the ptid filter argument.
5882         (registers_changed): Reimplement on top of registers_changed_ptid.
5883         * regcache.h (registers_changed_ptid): Declare.
5884         * target.c (target_resume): Flush register caches.
5885
5886 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
5887             Tom Tromey  <tromey@redhat.com>
5888             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5889
5890         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
5891         (SUBDIR_PYTHON_SRCS): Likewise.
5892         (py-parameter.o): New rule.
5893         * python/py-parameter.c: New file.
5894         * python/python-internal.h (gdbpy_initialize_parameter)
5895         (gdbpy_parameter, gdbpy_parameter_value)
5896         (gdbpy_parse_command_name): Declare.
5897         * python/py-cmd.c (parse_command_name): Rename to
5898         gdbpy_parse_command_name.
5899         (gdbpy_parse_command_name): Accept a starting list parameter and
5900         use over cmdlist.
5901         (cmdpy_init): Use gdbpy_parse_command_name.
5902         * python/python.c (parameter_to_python): Rename to
5903         gdbpy_parameter_to_python.  Accept enum var_types and value.
5904         (gdbpy_parameter): Use gdbpy_parameter_value.
5905         (_initialize_python): Call gdbpy_initialize_parameters.
5906
5907 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5908
5909         * MAINTAINERS: Add myself for write after approval privileges.
5910
5911 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
5912
5913         D language support.
5914         * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
5915         (COMMON_OBS): Add d-lang.o d-valprint.o.
5916         (HFILES_NO_SRCDIR): Add d-lang.h.
5917         * NEWS: Mention D language support.
5918         * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
5919         * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
5920         * d-lang.c: New file.
5921         * d-lang.h: New file.
5922         * d-valprint.c: New file.
5923         * defs.h (enum language): Add language_d.
5924         * dwarf2read.c (set_cu_language): Add DW_LANG_D.
5925         * language.c (binop_result_type, integral_type, character_type)
5926         (string_type, boolean_type, structured_type): Add language_d.
5927         * symfile.c (init_filename_language_table): Add language_d.
5928         * symtab.c: Include d-lang.h.
5929         (symbol_init_language_specific, symbol_find_demangled_name)
5930         (symbol_natural_name, lookup_symbol_in_language)
5931         (symbol_demangled_name, symbol_matches_domain): Add language_d.
5932
5933 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5934
5935         * solib-svr4.c (solib_svr4_r_map): Expand function description.
5936
5937 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5938
5939         * symfile.c (init_filename_language_table): Register .dg files
5940         with language_ada.
5941
5942 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5943
5944         * gdbtypes.h (struct main_type): Expand comment about target_type
5945         field.
5946
5947 2010-04-27  Pedro Alves  <pedro@codesourcery.com>
5948             Tristan Gingold  <gingold@adacore.com>
5949
5950         * symfile.c (reread_symbols): Also search for file in libraries.
5951         Update comment.
5952
5953 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5954
5955         * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
5956         in terms of configuration.
5957
5958 2010-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5959
5960         * objfiles.c: Include solist.h.
5961         (free_all_objfiles): New variable so.  Check stale solist objfiles.
5962         * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
5963         and no_shared_libraries.
5964
5965 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5966
5967         ARI warning fix.
5968         * python/py-auto-load.c (source_section_scripts): Remove trailing
5969         new-line in i18n string.
5970
5971 2010-04-26  Doug Evans  <dje@google.com>
5972
5973         * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
5974
5975 2010-04-26  Tom Tromey  <tromey@redhat.com>
5976
5977         * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
5978         command list.
5979
5980 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5981
5982         Removal of config/i386/nm-i386sol2.h native configuration file.
5983         * config/i386/nm-i386sol2.h: Remove file.
5984         * config/i386/i386sol2.mh: Remove NAT_FILE definition.
5985         * config/i386/sol2-64.mh: Idem.
5986         * config/djgpp/fnchange.lst: Remove reference to that file.
5987         * Makefile.in (HFILES_NO_SRCDIR): Idem.
5988
5989 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5990
5991         PR breakpoints/11531.
5992         * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
5993         macro definition and related comment.
5994         * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
5995         (resume): Remove code and comment related to this macro.
5996
5997 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
5998
5999         * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
6000         Fix whitespace.
6001
6002 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
6003
6004         * defs.h: Adjust comment.
6005         * filesystem.h, filesystem.c: New files.
6006         * Makefile.in (SFILES): Add filesystem.c.
6007         (COMMON_OBS): Add filesystem.o.
6008         * solib.c (solib_find): Handle DOS-based filesystems.  Handle
6009         different target and host path flavours.
6010         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6011         has_dos_based_file_system on the gdbarch.
6012         * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
6013         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
6014         * i386-tdep.c (i386_go32_init_abi): Ditto.
6015         * gdbarch.sh (has_dos_based_file_system): New.
6016         * gdbarch.h, gdbarch.c: Regenerate.
6017         * NEWS: Mention improved support for remote targets with DOS-based
6018         filesystems.  Mention new `set/show target-file-system-kind'
6019         commands.
6020
6021 2010-04-23  Stan Shebs  <stan@codesourcery.com>
6022
6023         * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
6024         comments.
6025         (struct agent_reqs): Remove.
6026         (ax_reg_mask): Declare.
6027         * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
6028         (free_agent_expr): Free reg_mask.
6029         (ax_print): Add scope and register mask info.
6030         (ax_reqs): Remove agent_reqs argument, use agent expression
6031         fields, and move part of register mask computation to...
6032         (ax_reg_mask): New function.
6033         * ax-gdb.c (gen_trace_static_fields): Call it.
6034         (gen_traced_pop): Ditto.
6035         (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
6036         (gen_trace_for_var): Pass gdbarch to new_agent_expr.
6037         (gen_trace_for_expr): Ditto, and clear optimized_out flag.
6038         (gen_eval_for_expr): Ditto, and require an rvalue.
6039         (agent_command): Call ax_reqs.
6040         (agent_eval_command): Ditto.
6041         * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
6042         (validate_action_line): Ditto.
6043         (collect_symbol): Ditto.
6044         (encode_actions_1): Ditto.
6045
6046 2010-04-23  Daniel Jacobowitz  <dan@codesourcery.com>
6047             Paul Pluzhnikov  <ppluzhnikov@google.com>
6048             Jan Kratochvil  <jan.kratochvil@redhat.com>
6049
6050         Fix deadlock on looped list of loaded shared objects.
6051         * solib-svr4.c (LM_PREV): New function.
6052         (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
6053         (svr4_current_sos): Check for correct l_prev.  New variables prev_lm
6054         and next_lm.  Clear prev_lm for solib_svr4_r_ldsomap.
6055         * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
6056
6057 2010-04-23  Doug Evans  <dje@google.com>
6058
6059         * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
6060         python.
6061         * configure: Regenerate.
6062         * main.c: #include "python/python.h".
6063         (captured_main): Defer loading auto-loaded scripts until after
6064         local_gdbinit has been sourced.
6065         * python/py-auto-load.c (gdbpy_global_auto_load): New global.
6066         (load_auto_scripts_for_objfile): New function.
6067         (auto_load_new_objfile): Call it.
6068         * python/python.h (gdbpy_global_auto_load): Declare.
6069         (load_auto_scripts_for_objfile): Declare.
6070
6071         Add support for auto-loading scripts from .debug_gdb_scripts section.
6072         * NEWS: Add entry for .debug_gdb_scripts.
6073         * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
6074         (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
6075         (py-auto-load.o): New rule.
6076         * cli/cli-cmds.c (find_and_open_script): Make externally visible.
6077         * cli/cli-cmds.h (find_and_open_script): Update prototype.
6078         * python/py-auto-load.c: New file.
6079         * python/python-internal.h: #include <stdio.h>.
6080         (set_python_list, show_python_list): Declare.
6081         (gdbpy_initialize_auto_load): Declare.
6082         (source_python_script_for_objfile): Declare.
6083         * python/python.c: Remove #include of observer.h.
6084         (gdbpy_auto_load): Moved to py-auto-load.c.
6085         (GDBPY_AUTO_FILENAME): Ditto.
6086         (gdbpy_new_objfile): Delete.
6087         (source_python_script_for_objfile): New function.
6088         (set_python_list, show_python_list): Make externally visible.
6089         (_initialize_python): Move "auto-load" command to py-auto-load.c
6090         and observer_attach_new_objfile to py-auto-load.c.
6091
6092 2010-04-23  Jerome Guitton  <guitton@adacore.com>
6093
6094         * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
6095         (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
6096         (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
6097         New constants.
6098         (alpha_heuristic_analyze_probing_loop): New function.
6099         (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
6100         and handle cases when a stack probe loop is generated.
6101         * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
6102         (alpha_mdebug_max_frame_size_exceeded): New function.
6103         (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
6104         (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
6105         Return 0 when the maximum debuggable frame size has been exceeded.
6106
6107 2010-04-23  Joel Brobecker  <brobecker@adacore.com>
6108
6109         Fix ARI warning.
6110         * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
6111
6112 2010-04-20  Chris Moller  <cmoller@redhat.com>
6113
6114         PR 10179
6115
6116         * symtab.c (rbreak_command): Added code to include a filename
6117         specification in the rbreak argument.
6118         * NEWS: Added a brief description of filename-qualified rbreak.
6119
6120 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
6121
6122         Fix crashes on dangling display expressions.
6123         * ada-lang.c (ada_operator_check): New function.
6124         (ada_exp_descriptor): Fill-in the field operator_check.
6125         * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
6126         * jv-lang.c (exp_descriptor_java): Likewise.
6127         * m2-lang.c (exp_descriptor_modula2): Likewise.
6128         * scm-lang.c (exp_descriptor_scm): Likewise.
6129         * parse.c (exp_descriptor_standard): Likewise.
6130         (operator_check_standard): New function.
6131         (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
6132         * parser-defs.h (struct exp_descriptor): New field operator_check.
6133         (operator_check_standard, exp_uses_objfile): New declarations.
6134         * printcmd.c: Remove the inclusion of solib.h.
6135         (display_uses_solib_p): Remove the function.
6136         (clear_dangling_display_expressions): Call lookup_objfile_from_block
6137         and exp_uses_objfile instead of display_uses_solib_p.
6138         * solist.h (struct so_list) <objfile>: New comment.
6139         * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
6140         * symtab.h (lookup_objfile_from_block): New declaration.
6141         (struct general_symbol_info) <obj_section>: Extend the comment.
6142
6143 2010-04-22  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
6144             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6145
6146         * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
6147         (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
6148         ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
6149         PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
6150         PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
6151         PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
6152         PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
6153         PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
6154         PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
6155         PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
6156         PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
6157         PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
6158         PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
6159         Define, in case <ptrace.h> doesn't provide it.
6160         (booke_debug_info): New variable.
6161         (max_slots_number): Ditto.
6162         (hw_break_tuple): New struct.
6163         (thread_points): Ditto.
6164         (ppc_threads): New variable.
6165         (PPC_DEBUG_CURRENT_VERSION): New define.
6166         (have_ptrace_new_debug_booke): New function.
6167         (ppc_linux_check_watch_resources): Renamed to ...
6168         (ppc_linux_can_use_hw_breakpoint): ... this.  Handle BookE processors.
6169         (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
6170         (booke_cmp_hw_point): New function.
6171         (booke_find_thread_points_by_tid): Ditto.
6172         (booke_insert_point): Ditto.
6173         (booke_remove_point): Ditto.
6174         (ppc_linux_insert_hw_breakpoint): Ditto.
6175         (ppc_linux_remove_hw_breakpoint): Ditto.
6176         (get_trigger_type): Ditto.
6177         (ppc_linux_insert_watchpoint): Handle BookE processors.
6178         (ppc_linux_remove_watchpoint): Ditto.
6179         (ppc_linux_new_thread): Ditto.
6180         (ppc_linux_thread_exit): New function..
6181         (ppc_linux_stopped_data_address): Handle BookE processors.
6182         (ppc_linux_watchpoint_addr_within_range): Ditto.
6183         (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
6184         to_remove_hw_breakpoint fields of the target operations struct.
6185         Add observe for the thread_exit event.
6186
6187 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
6188
6189         * i386-linux-nat.c (regmap): Removed.
6190         (fetch_register): Replace regmap with
6191         i386_linux_gregset_reg_offset.
6192         (store_register): Likewise.
6193         (supply_gregset): Likewise.
6194         (fill_gregset): Likewise.
6195
6196         * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
6197         global.
6198
6199         * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
6200
6201 2010-04-22  Chris Moller  <cmoller@redhat.com>
6202
6203         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6204         method of popping recursion-detection stack with a method based on
6205         obstack_object_size().  (Similar to the PR9167 patch below, but for
6206         the static array obstack rather than the static member obstack.)
6207
6208 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
6209
6210         * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
6211         (_initialize_amd64_linux_nat): Replace
6212         amd64_linux_gregset64_reg_offset with
6213         amd64_linux_gregset_reg_offset.
6214
6215         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
6216         global.
6217
6218         * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
6219
6220 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6221
6222         PR stabs/11479.
6223         * stabsread.c (set_length_in_type_chain): New function.
6224         (read_struct_type): Call set_length_in_type_chain function.
6225         (read_enum_type): Idem.
6226
6227 2010-04-21  Stan Shebs  <stan@codesourcery.com>
6228             Nathan Sidwell  <nathan@codesourcery.com>
6229
6230         * tracepoint.c (trace_save): Open in binary mode.
6231
6232 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6233
6234         * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
6235         fields.
6236         * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
6237         builtin_char32 fields.
6238         * printcmd.c (decode_format): Set char size to '\0'
6239         for strings unless explicit size is given.
6240         (print_formatted): Correct calculation of NEXT_ADDRESS
6241         for 16 or 32 bit strings.
6242         (do_examine): Do not force byte size for strings.
6243         Use builtin_char16 and builtin_char32 types to display
6244         16 or 32 bit-wide strings.
6245         (x_command): Set LAST_SIZE to 'b' for string type.
6246
6247 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
6248
6249         PR corefiles/11523
6250         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6251         XCR0 first.
6252
6253         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
6254         there is no .reg-xstate section.
6255         (i386_linux_core_read_description): Check XCR0 first.
6256
6257 2010-04-21  Mike Frysinger  <vapier@gentoo.org>
6258
6259         * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
6260         for len <= 8.
6261
6262 2010-04-21  Chris Moller  <cmoller@redhat.com>
6263
6264         PR 9167
6265         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
6266         method of popping recursion-detection stack with a method based on
6267         obstack_object_size().
6268
6269 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6270
6271         PR pascal/11492.
6272         * p-valprint.c (pascal_val_print): Fix default printing of integer
6273         arrays.
6274
6275 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
6276
6277         Fix compilation warning on gcc-4.1.2.
6278         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
6279         local variable`pc' to zero.
6280
6281 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6282
6283         Implement thread support with core files on alpha-tru64.
6284         * dec-thread.c (dec_thread_find_new_threads): New function,
6285         extracted from resync_thread_list.
6286         (resync_thread_list): Add OPS parameter.  Replace extracted-out
6287         code by call to dec_thread_find_new_threads.
6288         (dec_thread_wait): Update call to resync_thread_list.
6289         (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
6290
6291 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6292
6293         * ada-lang.c (value_pointer): New function.
6294         (make_array_descriptor): Call value_pointer to convert addresses to
6295         pointers.
6296
6297 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6298
6299         * rs6000-aix-tdep.c: #include exceptions.h.
6300         (rs6000_convert_from_func_ptr_addr): If an exception is thrown
6301         while reading the memory at ADDR, then ADDR cannot be a function
6302         descriptor.
6303
6304 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6305
6306         * ada-typeprint.c (ada_print_typedef): New function.
6307         * ada-lang.h (ada_print_typedef): Add declaration.
6308         * ada-lang.c (ada_language_defn): set la_print_typdef field
6309         to ada_print_typedef.
6310
6311 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6312
6313         * procfs.c (procfs_address_to_host_pointer): Only define when used.
6314
6315 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6316
6317         * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
6318         (iterate_over_mappings): Adjust function profile. Add declaration.
6319         (insert_dbx_link_bpt_in_region, info_mappings_callback):
6320         Adjust accordingly.
6321
6322 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6323
6324         * procfs.c (solib_mappings_callback): Move function up to avoid
6325         a compiler warning.
6326
6327 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6328
6329         * procfs.c (find_signalled_thread, find_stop_signal): Move
6330         these functions down to define them only when used.
6331
6332 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
6333
6334         * valprint.c (common_val_print): Fix the value before extracting
6335         its contents.
6336         * ada-lang.c (ada_to_fixed_value): Make this function extern.
6337         * ada-lang.h (ada_to_fixed_value): New function declaration.
6338         * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
6339         to avoid code duplication and fix a bug in the handling of
6340         fixed types contents.
6341
6342 2010-04-20  Tom Tromey  <tromey@redhat.com>
6343
6344         * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
6345         (read_partial_die): Likewise.
6346         (dwarf_attr_name): Likewise.
6347
6348 2010-04-20  Chris Moller  <cmoller@redhat.com>
6349
6350         PR 10867
6351
6352         * cp-valprint.c (global): Adding new static array recursion
6353         detection obstack.
6354         (cp_print_value_fields, cp_print_static_field): Added new static
6355         array recursion detection code.
6356
6357 2010-04-20  Mark Kettenis  <kettenis@gnu.org>
6358
6359         * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
6360         general-purpose register set should be 68 instead of 144.
6361         (i386_linux_sse_regset_sections): Likewise.
6362         (i386_linux_avx_regset_sections): Likewise.
6363
6364 2010-04-20  Stan Shebs  <stan@codesourcery.com>
6365             Nathan Sidwell  <nathan@codesourcery.com>
6366
6367         * dwarf2loc.c (struct axs_var_loc): New struct.
6368         (dwarf2_tracepoint_var_loc): New function.
6369         (dwarf2_tracepoint_var_access): New function.
6370         (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
6371         with DW_OP_piece.
6372         (locexpr_describe_location_piece): New function.
6373         (locexpr_describe_location_1): New function.
6374         (locexpr_describe_location): Call it, update signature.
6375         (loclist_describe_location): Rewrite to loop over locations,
6376         update signature.
6377         * symtab.h (struct symbol_computed_ops): Add address to
6378         describe_location arguments, return void.
6379         * printcmd.c (address_info): Get context PC, pass to computed
6380         location description.
6381         * tracepoint.c (scope_info): Ditto.
6382         * ax-gdb.c (trace_kludge): Export.
6383
6384 2010-04-20  Tom Tromey  <tromey@redhat.com>
6385
6386         * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
6387         (struct dwarf2_cie) <segment_size>: New field.
6388         * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
6389         (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
6390         DW_FORM_exprloc.
6391         (read_attribute_value): Handle DW_FORM_flag_present,
6392         DW_FORM_sec_offset, DW_FORM_exprloc.
6393         (dump_die_shallow): Likewise.
6394         (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
6395         (dwarf2_const_value): Handle DW_FORM_exprloc.
6396         (attr_form_is_block): Likewise.
6397         (struct line_header) <maximum_ops_per_instruction>: New field.
6398         (dwarf_decode_line_header): Set new field.
6399         (dwarf_decode_lines): Handle new field.
6400
6401 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6402
6403         * f-exp.y: Add new production to recognize the `logical*8' type.
6404         (LOGICAL_S8_KEYWORD): New token.
6405         * f-lang.c (enum f_primitive_types)
6406         <f_primitive_type_logical_s8>: New field.
6407         (f_language_arch_info): Handling `logical*8' type.
6408         (build_fortran_types): Building `logical*8' type.
6409         * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
6410
6411 2010-04-19  Doug Evans  <dje@google.com>
6412
6413         * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
6414         * ser-pipe.c (pipe_open): Fix file descriptor leaks.
6415         (pipe_close): Ditto.
6416
6417 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
6418
6419         * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
6420
6421 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
6422
6423         * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
6424         type to void function.
6425
6426 2010-04-19  Stan Shebs  <stan@codesourcery.com>
6427             Vladimir Prus  <vladimir@codesourcery.com>
6428
6429         * tracepoint.c (tfind_1): Add missing newline, report exit from
6430         tfind mode as such.
6431         * target.c (update_current_target): Make default
6432         to_trace_find return -1.
6433
6434 2010-04-19  Mike Frysinger  <vapier@gentoo.org>
6435
6436         * objc-lang.c (find_methods): Move symname check up.
6437
6438 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
6439
6440         * ada-lang.c (print_recreate_exception)
6441         <ex_catch_exception_unhandled>: It's "catch exception unhandled",
6442         not "catch unhandled".
6443
6444 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
6445
6446         PR breakpoints/8554.
6447
6448         Implement `save-breakpoints'.
6449
6450         * breakpoint.c (save_cmdlist): New.
6451         (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
6452         to save_cmdlist.
6453         (print_recreate_catch_fork): New.
6454         (catch_fork_breakpoint_ops): Install it.
6455         (print_recreate_catch_vfork): New.
6456         (catch_vfork_breakpoint_ops): Install it.
6457         (print_recreate_catch_syscall): New.
6458         (catch_syscall_breakpoint_ops): Install it.
6459         (print_recreate_catch_exec): New.
6460         (catch_exec_breakpoint_ops): Install it.
6461         (print_recreate_exception_catchpoint): New.
6462         (gnu_v3_exception_catchpoint_ops): Install it.
6463         (save_breakpoints): New, based on tracepoint_save_command, but
6464         handle all breakpoint types.
6465         (save_breakpoints_command): New.
6466         (tracepoint_save_command): Rename to...
6467         (save_tracepoints_command): ... this, and reimplement using
6468         save_breakpoints.
6469         (save_command): New.
6470         (_initialize_breakpoints): Install the "save" command prefix.
6471         Install the "save breakpoints" command.  Make "save-tracepoints" a
6472         deprecated alias for "save tracepoints".
6473         * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
6474         * ada-lang.c (print_recreate_exception): New.
6475         (print_recreate_catch_exception): New.
6476         (catch_exception_breakpoint_ops): Install it.
6477         (print_recreate_catch_exception_unhandled): New.
6478         (catch_exception_unhandled_breakpoint_ops): Install it.
6479         (print_recreate_catch_assert): New.
6480         (catch_assert_breakpoint_ops): Install it.
6481
6482         * NEWS: Mention the new `save breakpoints' command.  Mention the
6483         new `save tracepoints' alias and that `save-tracepoints' is now
6484         deprecated.
6485
6486 2010-04-18  Pedro Alves  <pedro@codesourcery.com>
6487
6488         PR tui/9217
6489
6490         * tui/tui-out.c: Include cli-out.h.
6491         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6492         (tui_begin, tui_end, tui_field_int, tui_field_skip)
6493         (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
6494         (tui_message, tui_wrap_hint, tui_flush): Delete forward
6495         declarations.
6496         (struct ui_out_data): Rename to...
6497         (struct tui_ui_out_data): ... this.  Remove `stream' and
6498         `suppress_output' fields, and inherit cli_ui_out_data.
6499         (tui_out_data): New typedef.
6500         (tui_ui_out_impl): Don't initialize fields staticaly.
6501         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
6502         (tui_begin, tui_end): Delete.
6503         (tui_field_int): Adjust to delegate most work to the base type.
6504         (tui_field_skip): Delete.
6505         (tui_field_string, tui_field_fmt): Adjust comment.  Adjust to
6506         delegate most work to the base type.
6507         (tui_spaces): Delete.
6508         (tui_text): Adjust to delegate most work to the base type.
6509         (tui_message): Delete.
6510         (tui_wrap_hint): Delete.
6511         (tui_flush): Delete.
6512         (out_field_fmt): Delete.
6513         (field_separator): Delete.
6514         (tui_out_new): Adjust to initialize the base type.
6515         (_initialize_tui_out): Initialize tui_ui_out_impl.
6516         * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
6517         cli_ui_out_data.
6518         (cli_out_data): Adjust.
6519         (cli_ui_out_impl): Make extern.
6520         (cli_table_header, cli_field_int, cli_field_skip): Use
6521         uo_field_string instead of cli_field_string.
6522         (cli_redirect): Adjust to use cli_out_data.
6523         (cli_out_data_ctor): New.
6524         (cli_out_new): Use it.
6525         * cli-out.h (struct ui_file): Remove forward declaration.
6526         (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
6527         (cli_ui_out_impl): Declare.
6528         (cli_out_data_ctor): Declare.
6529         * ui-out.c (struct ui_out) <data>: Change type to void pointer.
6530         (uo_field_string): No longer static.
6531         (ui_out_data): Change return type to void pointer.
6532         (ui_out_new): Change `data' parameter type to void pointer.
6533         * ui-out.h (struct ui_out_data): Don't forward declare.
6534         (ui_out_data): Change return type to void pointer.
6535         (ui_out_new): Change `data' parameter type to void pointer.
6536         (uo_field_string): Declare.
6537
6538 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
6539
6540         * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
6541         instead of always false.
6542
6543 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
6544
6545         PR corefiles/11511
6546         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
6547         orig_rax.
6548
6549 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
6550
6551         * breakpoint.c (watchpoints_triggered): Use
6552         is_hardware_watchpoint.
6553         (watchpoints_triggered): Ditto.
6554         (bpstat_check_location): Use is_watchpoint and
6555         is_hardware_watchpoint.
6556         (bpstat_check_watchpoint): Use is_watchpoint and
6557         is_hardware_watchpoint.
6558         (bpstat_stop_status): Fix comment.
6559         (user_settable_breakpoint): Use is_watchpoint.
6560         (hw_watchpoint_used_count): Use is_hardware_watchpoint.
6561         (disable_watchpoints_before_interactive_call_start): Use
6562         is_watchpoint.
6563         (enable_watchpoints_after_interactive_call_stop): Use
6564         is_watchpoint.
6565         (clear_command): Use is_watchpoint.
6566         (do_enable_breakpoint): Use is_watchpoint.
6567
6568 2010-04-16  Mike Frysinger  <vapier@gentoo.org>
6569
6570         * solib-frv.c (enable_break1_done): Delete.
6571         (enable_break2): Do not check enable_break1_done.  Move the
6572         enable_break2_done setting and call to
6573         remove_solib_event_breakpoints() to the end.  Return without
6574         warning when the contents of _dl_debug_addr are 0.
6575         (enable_break): Do not set enable_break1_done.
6576         (frv_clear_solib): Likewise.
6577
6578 2010-04-16  Kevin Buettner  <kevinb@redhat.com>
6579
6580         * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
6581         instead of an error if no PLT entry is found.  Return a
6582         potentially useful result.
6583         (m32c_m16c_pointer_to_address): Add code to search for function
6584         address when no .plt entry is found.
6585
6586 2010-04-16  Stan Shebs  <stan@codesourcery.com>
6587
6588         * tracepoint.c (trace_variable_command): Run a cleanup.
6589
6590 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6591
6592         * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
6593
6594 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6595
6596         Support for Windows OS Thread Information Block.
6597         * NEWS: Document new feature.
6598         * remote.c (PACKET_qGetTIBAddr): New enum element.
6599         (remote_get_tib_address): New function.
6600         (init_remote_ops): Set to_get_tib_address field
6601         to remote_get_tib_address.
6602         (_initialize_remote): Add add_packet_config_cmd
6603         for PACKET_qGetTIBAddr.
6604         * target.c (update_current_target): Set default value for
6605         new to_get_tib_address field.
6606         * target.h (target_ops): New field to_get_tib_address.
6607         (target_get_tib_address): New macro.
6608         * windows-nat.c (thread_info): Add thread_local_base field.
6609         (windows_add_thread): Add tlb argument of type 'void *'.
6610         (fake_create_process): Adapt windows_add_thread call.
6611         (get_windows_debug_event): Idem.
6612         (windows_get_tib_address): New function.
6613         (init_windows_ops): Set to_get_tib_address field
6614         to remote_get_tib_address.
6615         (_initialize_windows_nat): Replace info_w32_cmdlist
6616         initialization by a call to init_w32_command_list.
6617         (info_w32_command, info_w32_cmdlist): Removed from here...
6618         to windows-tdep.c file.
6619         * windows-tdep.h (info_w32_cmdlist): Declare.
6620         (init_w32_command_list): New external function
6621         declaration.
6622         * windows-tdep.c: Add several headers.
6623         (info_w32_cmdlist): to here, made global.
6624         (thread_information_32): New struct.
6625         (thread_information_64): New struct.
6626         (TIB_NAME): New char array.
6627         (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
6628         (maint_display_all_tib): New static variable.
6629         (windows_get_tlb_type): New function.
6630         (tlb_value_read, tlb_value_write): New functions.
6631         (tlb_value_funcs): New static struct.
6632         (tlb_make_value): New function.
6633         (display_one_tib): New function.
6634         (display_tib): New function.
6635         (show_maint_show_all_tib):New function.
6636         (info_w32_command): Moved from windows-nat.c.
6637         (init_w32_command_list): New function.
6638         (_initialize_windows_tdep): New function.
6639         New "maint set/show show-all-tib" command
6640         New "$_tlb" internal variable.
6641
6642 2010-04-16  Joel Brobecker  <brobecker@adacore.com>
6643
6644         * tui/tui-regs.c (tui_display_register): Add comment about
6645         a couple of casts.
6646         * tui/tui-stack.c (tui_show_locator_content): Ditto.
6647
6648 2010-04-15  Stan Shebs  <stan@codesourcery.com>
6649
6650         * frame.c: Include tracepoint.h.
6651         (get_current_frame): Allow a trace frame to be an alternate source
6652         of stack frame data.
6653         * tracepoint.c (tfind_1): Don't try to get current stack frame if
6654         it won't succeed.
6655
6656 2010-04-15  Pedro Alves  <pedro@codesourcery.com>
6657
6658         * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
6659         flags.
6660         * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
6661
6662 2010-04-15  Doug Evans  <dje@google.com>
6663
6664         * NEWS: Add entry for python program space support.
6665         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
6666         (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
6667         (py-progspace.o): New rule.
6668         * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
6669         function.
6670         (find_pretty_printer_from_progspace): New function.
6671         (find_pretty_printer_from_gdb): New function.
6672         (find_pretty_printer): Rewrite.
6673         * python/py-progspace.c: New file.
6674         * python/python-internal.h (program_space): Add forward decl.
6675         (pspace_to_pspace_object, pspy_get_printers): Declare.
6676         (gdbpy_initialize_pspace): Declare.
6677         * python/python.c: #include "progspace.h".
6678         (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
6679         (_initialize_python): Call gdbpy_initialize_pspace.
6680         (GdbMethods): Add current_progspace, progspaces.
6681
6682         Add -s option to source command.
6683         * NEWS: Document new option.
6684         * cli/cli-cmds.c (find_and_open_script): Add function comment.
6685         Delete from_tty and cleanupp args.  Split filep arg into file and
6686         full_pathp.  New arg search_path.
6687         (source_script_from_stream): New function.
6688         (source_script_with_search): New function.
6689         (source_script): Rewrite.
6690         (source_command): Parse "-s" option.
6691         (init_cli_cmds): Add "-s" docs to source command help, and reformat.
6692         * python/python.c (source_python_script): Make file arg a const char *.
6693         Don't call fclose, leave for caller.
6694         * python/python.h (source_python_script): Update.
6695
6696 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
6697             Pedro Alves  <pedro@codesourcery.com>
6698
6699         Avoid rereading shared libraries that haven't changed.
6700
6701         * solib.c (free_so_symbols): New function, from ...
6702         (free_so): ... here.  Call it.
6703         (solib_read_symbols): Don't warn here if symbols have already been
6704         loaded.
6705         (solib_add): Warn here instead, if a pattern was specified.
6706         (reload_shared_libraries_1): New.
6707         (reload_shared_libraries): Rewrite to not fetch the library list.
6708
6709 2010-04-14  Doug Evans  <dje@google.com>
6710
6711         * source.c (openp): Strip DOS drive letter if present before
6712         concatenating string to search path.
6713
6714 2010-04-14  Pedro Alves  <pedro@codesourcery.com>
6715
6716         * objfiles.h (gdb_bfd_close_or_warn): Declare.
6717         * objfiles.c (gdb_bfd_close_or_warn): New.
6718         * corelow.c: Include objfiles.h
6719         (core_close): Use gdb_bfd_close_or_warn.
6720         * elfread.c (build_id_verify): Ditto.
6721         * exec.c (exec_close, exec_close_1): Ditto.
6722
6723 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
6724             Pedro Alves  <pedro@codesourcery.com>
6725
6726         Group errors for many missing shared libraries.
6727
6728         * solist.h (struct so_list): Remove from_tty.
6729         * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
6730         (solib_map_sections): Take so_list argument.  Return 0 if we
6731         failed to open a BFD.  Add target sections here.
6732         (symbol_add_stub): Delete.
6733         (solib_read_symbols): Inline symbol_add_stub.  Use current flags,
6734         not from_tty copied from the so_list.  Don't warn a second time
6735         for a missing library.
6736         (update_solib_list): Don't save from_tty.  Use TRY_CATCH.  Do not
6737         add to the section table here.  Print out a single warning for all
6738         missing libraries.
6739         * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
6740         flags.
6741
6742 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
6743
6744         * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
6745         error/warning messages.  Capitalize and use complete sentences.
6746         (blpy_block_syms_iternext): Likewise.
6747         * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
6748         * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
6749         (frame_info_to_frame_object, frapy_read_var)
6750         (gdbpy_frame_stop_reason_string): Likewise.
6751         * python/py-lazy-string.c (stpy_convert_to_value)
6752         (gdbpy_create_lazy_string_object): Likewise.
6753         * python/py-objfile.c (objfpy_set_printers): Likewise.
6754         * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
6755         * python/python.c (parameter_to_python): Likewise.
6756         * python/py-type.c (typy_range, typy_target): Likewise.
6757         * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
6758         (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
6759
6760
6761 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
6762
6763         PR python/11381
6764
6765         * python/py-prettyprint.c (pretty_print_one_value): Test for
6766         Py_None.
6767         (print_string_repr): Test for Py_None.  Set flags accordingly.
6768         Return value depending on return type.
6769         (print_children): Take a value indicating whether data was printed
6770         before this function was called.  Alter output accordingly.
6771         (apply_val_pretty_printer): Capture return value from
6772         print_string_repr and pass to print_children.
6773
6774 2010-04-13  Mark Kettenis  <kettenis@gnu.org>
6775
6776         PR corefiles/11481
6777         * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
6778         register note sections.
6779         (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
6780         New variables.
6781         (i386_linux_init_abi): Install list of supported register note
6782         sections that matches the target description.
6783
6784 2010-04-13  Pedro Alves  <pedro@codesourcery.com>
6785
6786         * remote.c (remote_get_noisy_reply): Don't error out on empty
6787         replies.
6788         (remote_start_remote): Update and merge tracepoints and trace
6789         state variables as long as the target supports tracepoints.
6790         (remote_trace_init): Fix prototype.
6791         (remote_download_trace_state_variable): Validate reply.
6792         (remote_trace_set_readonly_regions): Fix prototype.
6793         (remote_trace_start): Fix prototype.  Check for empty reply.
6794         (remote_get_trace_status): Small cleanup.
6795         (remote_trace_stop): Fix prototype.  Check for empty reply.
6796         (remote_trace_find): Check for empty reply.
6797         (remote_save_trace_data): Validate reply.
6798         (remote_set_disconnected_tracing): Check for empty reply, and
6799         validate reply.
6800         (remote_set_circular_trace_buffer): Ditto.
6801
6802 2010-04-13  Pierre Muller  <muller@ics.u-strasbg.fr>
6803
6804         Suppress unused value warning during compilation.
6805         * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
6806         calls to void.
6807         * tui/tui-stack.c (tui_show_locator_content): Likewise.
6808
6809 2010-04-12  Stan Shebs  <stan@codesourcery.com>
6810
6811         * tracepoint.c (tfile_xfer_partial): Check read result.
6812
6813 2010-04-12  Mike Frysinger  <vapier@gentoo.org>
6814
6815         * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
6816         * remote-sim.c (gdbsim_files_info): Likewise.
6817
6818 2010-04-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6819
6820         * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
6821         * arm-linux-nat.c (arm_linux_vfp_register_count): New
6822         variable.
6823         (fetch_vfp_registers): New function to fetch VFP registers.
6824         (store_vfp_registers): New function to store VFP registers.
6825         (arm_linux_fetch_inferior_registers): Add support for VFP
6826         registers.
6827         (arm_linux_store_inferior_registers): Likewise.
6828         (arm_linux_read_description): Likewise.
6829         (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
6830         until we need it.
6831
6832 2010-04-11  H.J. Lu  <hongjiu.lu@intel.com>
6833
6834         * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
6835         tdep.
6836         (amd64_collect_xstateregset): Likewise.
6837
6838 2010-04-09  Stan Shebs  <stan@codesourcery.com>
6839
6840         * tracepoint.c (trace_status_mi): Report frames created.
6841
6842         * tracepoint.c (trace_dump_command): Include default-collect
6843         expressions.
6844
6845 2010-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
6846
6847         * symtab.c (find_function_start_sal): Never return SAL pointing
6848         before function start address, even if line info is missing.
6849
6850 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6851
6852         * NEWS: Mention tracepoints support.
6853
6854 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6855
6856         * tracepoint.c (trace_status_mi): Report disconnected tracing and
6857         circular trace buffer statuses.
6858
6859 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6860
6861         * config/djgpp/fnchange.lst: Fix typo in translations for
6862         symbol-without-target_section.exp and symbol-without-target_section.c.
6863
6864 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6865
6866         * breakpoint.c (condition_command): Pass condition expression to
6867         set_breakpoint_condition stripped from breakpoint number.
6868
6869 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
6870             Thiago Jung Bauermann  <bauerman@br.ibm.com>
6871             Tom Tromey  <tromey@redhat.com>
6872
6873         * breakpoint.c (condition_command): Simplify.  Move condition
6874         setting code to ...
6875         (set_breakpoint_condition): ... here.  New function.
6876         * breakpoint.h  (set_breakpoint_condition): Declare.
6877         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
6878         (SUBDIR_PYTHON_SRCS): Likewise.
6879         (py-breakpoint.o): New rule.
6880         * python/py-breakpoint.c: New file.
6881         * python/python-internal.h (gdbpy_breakpoints)
6882         (gdbpy_initialize_breakpoints): Declare.
6883         (GDB_PY_SET_HANDLE_EXCEPTION) Define.
6884
6885 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
6886
6887         * regformats/regdat.sh: Include server.h.  Don't include
6888         regcache.h.
6889
6890 2010-04-08  Stan Shebs  <stan@codesourcery.com>
6891             Pedro Alves  <pedro@codesourcery.com>
6892
6893         * tracepoint.h (struct trace_status): New fields disconnected_tracing
6894         and circular_buffer.
6895         (disconnect_tracing): Rename from disconnect_or_stop_tracing.
6896         * tracepoint.c (trace_status_command): Display target's status for
6897         disconnected tracing and circular buffer.
6898         (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
6899         query for non-disconnected-tracing case, remove the stop_tracing
6900         call.
6901         (tfile_open): Clear disconnected and circular buffer status.
6902         (trace_save): Save disconnected and circular buffer status.
6903         (parse_trace_status): Parse disconnected and circular buffer status,
6904         also recognize disconnected as a stop reason.
6905         * remote.c (remote_set_disconnected_tracing): Only set
6906         QTDisconnected if the remote end supports disconnected tracing.
6907         Warn otherwise, if trying to enable disconnected tracing.
6908         * infcmd.c (detach_command): Update disconnect_tracing call.
6909         * cli/cli-cmds.c (quit_command): Ditto.
6910
6911 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6912
6913         * i387-tdep.c (i387_collect_xsave): Replace abort with
6914         internal_error.
6915
6916 2010-04-08  Stan Shebs  <stan@codesourcery.com>
6917
6918         * breakpoint.c (default_collect_info): New function.
6919         (breakpoints_info): Call it.
6920         (maintenance_info_breakpoints): Ditto.
6921         (tracepoints_info): Ditto.
6922
6923 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6924
6925         * i387-tdep.c (i387_collect_xsave): Re-indent.
6926
6927 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6928
6929         * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
6930         if HAVE_PTRACE_GETFPXREGS is defined.
6931         (i386_linux_read_description): Set have_ptrace_getfpxregs and
6932         have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
6933
6934         * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
6935         (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
6936         if .reg-xfp section doesn't exist.
6937         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
6938
6939         * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
6940
6941         * i386-tdep.c: Include "features/i386/i386-mmx.c".
6942         (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
6943         (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional.  Set
6944         xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
6945         (i386_gdbarch_init): Update comments.
6946         (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
6947
6948         * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
6949
6950         * config/djgpp/fnchange.lst: Add i386 MMX XML files.
6951
6952         * features/Makefile (i386/i386-mmx-expedite): New.
6953         (i386/i386-mmx-linux-expedite): Likewise.
6954         ($(outdir)/i386/i386-mmx.dat): Likewise.
6955         ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
6956
6957         * features/i386/i386-mmx-linux.c: New.
6958         * features/i386/i386-mmx-linux.xml: Likewise.
6959         * features/i386/i386-mmx.c: Likewise.
6960         * features/i386/i386-mmx.xml: Likewise.
6961         * regformats/i386/i386-mmx-linux.dat: Likewise.
6962         * regformats/i386/i386-mmx.dat: Likewise.
6963
6964         * features/Makefile (WHICH): Add i386/i386-mmx and
6965         i386/i386-mmx-linux.
6966
6967 2010-04-08  Doug Evans  <dje@google.com>
6968
6969         * source.c (openp): Skip $cdir in PATH.
6970
6971 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
6972
6973         PR python/11417
6974         * python/py-lazy-string.c (stpy_convert_to_value): Check for
6975         a NULL address.
6976         (gdbpy_create_lazy_string_object): Allow strings with a NULL
6977         address and a zero length.
6978
6979 2010-04-08  Hui Zhu  <teawater@gmail.com>
6980
6981         * i386-tdep.c (i386_process_record): Add support for insn
6982         rdtsc.
6983
6984 2010-04-07  Doug Evans  <dje@google.com>
6985
6986         * python/python.c (source_python_script): Use ensure_python_env
6987         to prepare environment for script.
6988
6989 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6990
6991         * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
6992         <sys/uio.h> and "i386-xstate.h".
6993         (PTRACE_GETREGSET): New.
6994         (PTRACE_SETREGSET): Likewise.
6995         (have_ptrace_getregset): Likewise.
6996         (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
6997         registers.
6998         (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
6999         registers.
7000         (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
7001         (amd64_linux_store_inferior_registers): Likewise.
7002         (amd64_linux_read_description): Check and enable AVX target
7003         descriptions.
7004
7005         * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
7006         and "features/i386/amd64-avx-linux.c".
7007         (amd64_linux_regset_sections): New.
7008         (amd64_linux_core_read_description): Check and enable AVX
7009         target description.
7010         (amd64_linux_init_abi): Set xsave_xcr0_offset.  Call
7011         set_gdbarch_core_regset_sections.
7012         (_initialize_amd64_linux_tdep): Call
7013         initialize_tdesc_amd64_avx_linux.
7014
7015         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
7016         AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
7017         (tdesc_amd64_avx_linux): New.
7018         (amd64_linux_update_xstateregset): Likewise.
7019
7020         * amd64-tdep.c: Include "features/i386/amd64-avx.c".
7021         (amd64_ymm_names): New.
7022         (amd64_ymmh_names): Likewise.
7023         (amd64_register_name): Likewise.
7024         (amd64_supply_xstateregset): Likewise.
7025         (amd64_collect_xstateregset): Likewise.
7026         (amd64_supply_xsave): Likewise.
7027         (amd64_collect_xsave): Likewise.
7028         (AMD64_NUM_REGS): Removed.
7029         (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
7030         %xmmN if AVX is available.
7031         (amd64_pseudo_register_name): Support pseudo YMM registers.
7032         (amd64_regset_from_core_section): Support .reg-xstate section.
7033         (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
7034         and ymm0h_regnum.  Call set_gdbarch_register_name.
7035         (amd64_init_abi): Call initialize_tdesc_amd64_avx.
7036
7037         * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
7038         AMD64_YMM15H_REGNUM.
7039         (AMD64_NUM_REGS): New.
7040         (amd64_supply_xsave): Likewise.
7041         (amd64_collect_xsave): Likewise.
7042         (amd64_register_name): Removed.
7043         (amd64_register_type): Likewise.
7044
7045 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7046
7047         * i387-tdep.c: Include "i386-xstate.h".
7048         (XSAVE_XSTATE_BV_ADDR): New.
7049         (xsave_avxh_offset): Likewise.
7050         (XSAVE_AVXH_ADDR): Likewise.
7051         (i387_supply_xsave): Likewise.
7052         (i387_collect_xsave): Likewise.
7053
7054         * i387-tdep.h (I387_NUM_YMM_REGS): New.
7055         (I387_YMM0H_REGNUM): Likewise.
7056         (I387_YMMENDH_REGNUM): Likewise.
7057         (i387_supply_xsave): Likewise.
7058         (i387_collect_xsave): Likewise.
7059
7060 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7061
7062         * i386-linux-nat.c: Include "regset.h", "elf/common.h",
7063         <sys/uio.h> and "i386-xstate.h".
7064         (PTRACE_GETREGSET): New.
7065         (PTRACE_SETREGSET): Likewise.
7066         (fetch_xstateregs): Likewise.
7067         (store_xstateregs): Likewise.
7068         (GETXSTATEREGS_SUPPLIES): Likewise.
7069         (regmap): Include 8 upper YMM registers.
7070         (i386_linux_fetch_inferior_registers): Support XSAVE extended
7071         state.
7072         (i386_linux_store_inferior_registers): Likewise.
7073         (i386_linux_read_description): Check and enable AVX target
7074         descriptions.
7075
7076         * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
7077         "i386-xstate.h" and "features/i386/i386-avx-linux.c".
7078         (i386_linux_regset_sections): Add ".reg-xstate".
7079         (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
7080         (i386_linux_core_read_xcr0): New.
7081         (i386_linux_core_read_description): Check and enable AVX target
7082         description.
7083         (i386_linux_init_abi): Set xsave_xcr0_offset.
7084         (_initialize_i386_linux_tdep): Call
7085         initialize_tdesc_i386_avx_linux.
7086
7087         * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
7088         I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
7089         (i386_linux_core_read_xcr0): New.
7090         (tdesc_i386_avx_linux): Likewise.
7091         (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
7092
7093         * i386-tdep.c: Include "i386-xstate.h" and
7094         "features/i386/i386-avx.c".
7095         (i386_ymm_names): New.
7096         (i386_ymmh_names): Likewise.
7097         (i386_ymmh_regnum_p): Likewise.
7098         (i386_ymm_regnum_p): Likewise.
7099         (i386_xmm_regnum_p): Likewise.
7100         (i386_register_name): Likewise.
7101         (i386_ymm_type): Likewise.
7102         (i386_supply_xstateregset): Likewise.
7103         (i386_collect_xstateregset): Likewise.
7104         (i386_sse_regnum_p): Removed.
7105         (i386_pseudo_register_name): Support pseudo YMM registers.
7106         (i386_pseudo_register_type): Likewise.
7107         (i386_pseudo_register_read): Likewise.
7108         (i386_pseudo_register_write): Likewise.
7109         (i386_dbx_reg_to_regnum): Return %ymmN register number for
7110         %xmmN if AVX is available.
7111         (i386_regset_from_core_section): Support .reg-xstate section.
7112         (i386_register_reggroup_p): Supper upper YMM and YMM registers.
7113         (i386_process_record): Replace i386_sse_regnum_p with
7114         i386_xmm_regnum_p.
7115         (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
7116         Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
7117         (i386_gdbarch_init): Set xstateregset.  Set xsave_xcr0_offset.
7118         Call set_gdbarch_register_name.  Replace I386_SSE_NUM_REGS with
7119         I386_AVX_NUM_REGS.  Set ymmh_register_names, ymm0h_regnum and
7120         num_ymm_regs.  Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
7121         Set ymm0_regnum.
7122         (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
7123
7124         * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
7125         xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
7126         i386_ymm_type.
7127         (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
7128         (I386_AVX_NUM_REGS): New.
7129         (i386_xmm_regnum_p): Likewise.
7130         (i386_ymm_regnum_p): Likewise.
7131         (i386_ymmh_regnum_p): Likewise.
7132
7133         * common/i386-xstate.h: New.
7134
7135 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
7136
7137         * config/djgpp/fnchange.lst: Add x86 AVX XML files.
7138
7139         * features/Makefile (WHICH): Add i386/i386-avx,
7140         i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
7141         (i386/i386-avx-expedite): New.
7142         (i386/i386-avx-linux-expedite): Likewise.
7143         (i386/x86-64-avx-expedite):Likewise.
7144         (i386/x86-64-avx-linux-expedite): Likewise.
7145         ($(outdir)/i386/i386-avx.dat): New dependency.
7146         ($(outdir)/i386/i386-avx-linux.dat): Likewise.
7147         ($(outdir)/i386/x86-avx-64.dat): Likewise.
7148         ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
7149
7150         * features/i386/32bit-avx.xml: New.
7151         * features/i386/64bit-avx.xml: Likewise.
7152         * features/i386/i386-avx-linux.c: Likewise.
7153         * features/i386/i386-avx-linux.xml: Likewise.
7154         * features/i386/i386-avx.c: Likewise.
7155         * features/i386/i386-avx.xml: Likewise.
7156         * features/i386/x86-64-avx-linux.c: Likewise.
7157         * features/i386/x86-64-avx-linux.xml: Likewise.
7158         * features/i386/x86-64-avx.c: Likewise.
7159         * features/i386/x86-64-avx.xml: Likewise.
7160         * regformats/i386/i386-avx-linux.dat: Likewise.
7161         * regformats/i386/i386-avx.dat: Likewise.
7162         * regformats/i386/x86-64-avx-linux.dat: Likewise.
7163         * regformats/i386/x86-64-avx.dat: Likewise.
7164
7165 2010-04-07  Doug Evans  <dje@google.com>
7166
7167         * top.c (source_file_name): Make const char *.
7168         * top.h (source_file_name): Update.
7169         * cli/cli-script.c (source_cleanup_lines_args): Make old_file
7170         const char *.
7171         (script_from_file): Change `file' arg to const char *.
7172         * cli/cli-script.h (script_from_file): Update.
7173
7174 2010-04-06  Doug Evans  <dje@google.com>
7175
7176         * cli/cli-cmds.c (source_command): Run cleanups.
7177
7178 2010-04-06  Stan Shebs  <stan@codesourcery.com>
7179
7180         * defs.h (char_ptr): Move typedef here from...
7181         * ada-lang.c (char_ptr): Remove.
7182         * charset.c (char_ptr): Remove.
7183         * tracepoint.h (struct uploaded_string): Remove.
7184         (struct uploaded_tp): Use vectors for string arrays.
7185         * tracepoint.c (trace_save): Use vectors of actions.
7186         (parse_tracepoint_definition): Ditto.
7187         (get_uploaded_tp): Clear vectors.
7188         * breakpoint.c (create_tracepoint_from_upload): Use vectors.
7189         (next_cmd): Change to an int.
7190         (read_next_cmd): Use vector of command strings.
7191
7192 2010-04-06  Doug Evans  <dje@google.com>
7193
7194         * top.h (source_script, cd_command): Delete.
7195         * main.c: #include "cli/cli-cmds.h"
7196
7197 2010-04-06  Kevin Buettner  <kevinb@redhat.com>
7198
7199         * m32c-tdep.c (make_types): When calling `arch_type', pass size of
7200         type in bytes, not bits.
7201
7202 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7203
7204         * stabsread.c (define_symbol): Add support for char
7205         and string constants.
7206
7207 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7208
7209         Remove remaining "%ll" uses.
7210         * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
7211         hex_string call.
7212         * rs6000-nat.c (rs6000_ptrace64): Idem.
7213         * solib-pa64.c (pa64_current_sos): Idem.
7214         * solib-spu.c (spu_current_sos): Idem.
7215         * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
7216         plongest call.
7217         * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
7218         phex (VAR, 8) call.
7219         * sh64-tdep.c (sh64_show_media_regs): Idem.
7220
7221 2010-04-05  Stan Shebs  <stan@codesourcery.com>
7222
7223         * tracepoint.c: Include gdbcore.h.
7224         (tfile_xfer_partial): Return partial results, also try reading
7225         from executable.
7226         (tfile_has_all_memory): New function.
7227         (init_tfile_ops): Use it.
7228
7229 2010-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7230
7231         PR gdb/10736:
7232         * xml-syscall.c (my_gdb_datadir): New variable to keep track of
7233         the changes in data-directory.
7234         (init_sysinfo): Reload the syscall XML file if the data-directory
7235         has changed.
7236
7237 2010-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7238
7239         Code cleanup.
7240         * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
7241
7242 2010-04-04  Stan Shebs  <stan@codesourcery.com>
7243             Nathan Sidwell  <nathan@codesourcery.com>
7244
7245         * breakpoint.c (breakpoint_1): Add filter argument, return number of
7246         breakpoints printed.
7247         (is_hardware_watchpoint): Make argument const.
7248         (is_watchpoint): Ditto.
7249         (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
7250         use it everywhere.
7251         (breakpoints_info): Pass NULL to breakpoint_1.
7252         (maintenance_info_breakpoints): Ditto.
7253         (watchpoints_info): New function.
7254         (tracepoints_info): Use breakpoint_1 filter.
7255         (set_ignore_count): Warn that tracepoint ignore count will be ignored.
7256         (_initialize_breakpoint): Make "info watchpoints" its own command.
7257         * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
7258         * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
7259
7260 2010-04-04  Stan Shebs  <stan@codesourcery.com>
7261
7262         * tracepoint.c (tfile_fetch_registers): Add fallback case.
7263
7264 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7265
7266         * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
7267         * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
7268
7269 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
7270
7271         * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
7272         * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
7273
7274 2010-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7275
7276         * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
7277         code form.
7278
7279 2010-04-02  Hui Zhu  <teawater@gmail.com>
7280
7281         * i386-tdep.c (OT_DQUAD): New enum.
7282         (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
7283         SSE3, SSSE3 and SSE4.
7284
7285 2010-04-02  Hui Zhu  <teawater@gmail.com>
7286
7287         * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
7288         "*addr = 0".
7289
7290 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
7291
7292         * tracepoint.c (trace_dump_actions): New, factored out from
7293         trace_dump_command, and adjusted to recurse into while-stepping's
7294         action list.
7295         (trace_dump_command): Use it.
7296
7297 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
7298
7299         * breakpoint.h (struct counted_command_line): Moved definition to
7300         breakpoint.c, and forward declare.
7301         (breakpoint_commands): Declare.
7302         * breakpoint.c (struct counted_command_line): Moved here.
7303         (breakpoint_commands): New.
7304         * tracepoint.c (encode_actions): Use breakpoint_commands.
7305         * remote.c (remote_download_tracepoint): Ditto.
7306
7307 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
7308
7309         * remote.c (remote_parse_stop_reply): Use hex_string instead
7310         of phex_nz for error.
7311
7312 2010-04-01  Stan Shebs  <stan@codesourcery.com>
7313             Nathan Sidwell  <nathan@codesourcery.com>
7314
7315         * tracepoint.h (enum actionline_type): Remove.
7316         (validate_actionline): Change return to void.
7317         * tracepoint.c (report_agent_reqs_errors): New function.
7318         (validate_actionline): Call it, change return to void, report errors
7319         more consistently.
7320         (collect_symbol): Call report_agent_reqs_errors.
7321         (encode_actions_1): Ditto.
7322         (encode_actions): Don't expect a result from validate_actionline.
7323
7324 2010-04-01  Stan Shebs  <stan@codesourcery.com>
7325
7326         * tracepoint.c (trace_start_command): Confirm if trace is running.
7327         (trace_stop_command): Error if trace not running.
7328
7329 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
7330
7331         * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
7332         (AMD64_NUM_LOWER_BYTE_REGS): New.
7333         (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
7334         (amd64_pseudo_register_write): Likewise.
7335         (amd64_init_abi): Set num_byte_regs to 20.
7336
7337 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
7338
7339         * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
7340         (prev_breakpoint_count): New.
7341         (set_breakpoint_count): Adjust.
7342         (rbreak_start_breakpoint_count): New.
7343         (start_rbreak_breakpoints): Adjust.
7344         (end_rbreak_breakpoints): Adjust.
7345         (struct commands_info) <arg>: New field.
7346         (do_map_commands_command): Tweak output to include breakpoint spec
7347         range.
7348         (commands_command_1): Adjust.  Avoid setting an xfree cleanup if
7349         ARG was empty on entry.  Set INFO's arg.
7350         (create_breakpoint): Adjust.
7351
7352         * NEWS: Clarify `commands' changes.
7353
7354 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
7355
7356         * tracepoint.c: Include stack.h.
7357         (struct add_local_symbols_data): New.
7358         (do_collect_symbol): New.
7359         (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
7360         iterate_over_block_local_vars.
7361         * stack.c (print_block_frame_locals): Rewrite as ...
7362         (iterate_over_block_locals): ... this.  Take a callback function
7363         pointer and generic data pointer, and call that instead of
7364         print_variable_and_value.
7365         (struct print_variable_and_value_data): New.
7366         (do_print_variable_and_value): New.
7367         (iterate_over_block_local_vars): New, abstracted out from
7368         print_frame_local_vars.
7369         (print_frame_local_vars): Rewrite using
7370         iterate_over_block_local_vars.
7371         (iterate_over_block_arg_vars): New, abstracted out from
7372         print_frame_arg_vars.
7373         (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
7374         * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
7375         (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
7376
7377 2010-03-31  Richard Earnshaw  <rearnsha@arm.com>
7378
7379         * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
7380         instructions.  Use the PC+4 if the base of the TBB or TBH is the
7381         PC register.
7382
7383 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
7384
7385         Fix crash on reading wrong function declaration DWARF.
7386         * dwarf2read.c (read_subroutine_type): New variable void_type.
7387         Pre-fill all TYPE_FIELD_TYPEs.  Move nparams and iparams initialization
7388         more close to their use.
7389
7390 2010-03-31  Stan Shebs  <stan@codesourcery.com>
7391
7392         * breakpoint.c (tracepoint_save_command): Include variables,
7393         conditionals, tracepoint types, and default-collect.
7394         * tracepoint.c (save_trace_state_variables): New function.
7395         * tracepoint.h (save_trace_state_variables): Declare it.
7396
7397 2010-03-31  Pierre Muller  <muller@ics.u-strasbg.fr>
7398
7399         * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
7400
7401 2010-03-30  Keith Seitz  <keiths@redhat.com>
7402
7403         * c-typeprint.c (c_type_print_args): Don't print "void"
7404         for java, regardless of whether it is TYPE_PROTOTYPED.
7405         Use the passed-in language instead of current_language.
7406         (c_type_print_varspec_suffix): Use current_language instead
7407         of assuming language_c.
7408         * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
7409         any return type specifier from the physname.
7410
7411 2010-03-30  Pedro Alves  <pedro@codesourcery.com>
7412
7413         * tui/tui-interp.c (tui_is_toplevel): New.
7414         (tui_init): Set it.
7415         (tui_allowed_p): New.
7416         * tui/tui.c (tui_enable): Check if the TUI is allowed before
7417         enabling it.
7418         * tui/tui.h (tui_allowed_p): Declare.
7419
7420 2010-03-30  Ozkan Sezer  <sezeroz@gmail.com>
7421
7422         * serial.h: Include winsock2.h before windows.h.
7423
7424 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
7425
7426         * NEWS: Mention xmlRegisters= in qSupported packet.
7427
7428         * i386-tdep.c: Include "remote.h".
7429         (_initialize_i386_tdep): Call register_remote_support_xml.
7430
7431         * remote.c (remote_support_xml): New.
7432         (register_remote_support_xml): Likewise.
7433         (remote_query_supported_append): Likewise.
7434         (remote_query_supported): Support remote_support_xml.
7435
7436         * remote.h (register_remote_support_xml): New.
7437
7438 2010-03-29  Stan Shebs  <stan@codesourcery.com>
7439
7440         * tracepoint.c (trace_find_line_command): Remove dead code.
7441
7442         * tracepoint.h (struct uploaded_string): New struct.
7443         (struct uploaded_tp): New fields for source strings.
7444         * breakpoint.c (this_utp, next_cmd): New globals.
7445         (read_uploaded_action): New function.
7446         (create_tracepoint_from_upload): Fill in more parts
7447         of a tracepoint.
7448         * tracepoint.c (encode_source_string): New function.
7449         (trace_save): Write out source strings, fix error checks.
7450         (parse_tracepoint_definition): Add source string parsing.
7451         * remote.c (PACKET_TracepointSource): New packet type.
7452         (remote_download_command_source): New function.
7453         (remote_download_tracepoint): Download source pieces also.
7454         (_initialize_remote): Add packet config command.
7455
7456         * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
7457         expression handler.
7458
7459         * tracepoint.c (start_tracing): Check tracepoints before sending
7460         commands to target, don't start if all tracepoints disabled.
7461
7462 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
7463
7464         * cli/cli-script.c (process_next_line): Handle 'stepping'.
7465
7466 2010-03-26  Stan Shebs  <stan@codesourcery.com>
7467
7468         * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
7469
7470 2010-03-26  Tom Tromey  <tromey@redhat.com>
7471
7472         * breakpoint.c (commands_command_1): Duplicate 'arg'.
7473
7474 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7475
7476         * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
7477         (skip_prologue_sal): Remove local definition.
7478         (resolve_sal_pc): Remove now unnecessary code.
7479         * linespec.c (minsym_found): Call skip_prologue_sal.
7480         * symtab.c (find_function_start_pc): Remove.
7481         (find_function_start_sal): Extract prologue skipping into ...
7482         (skip_prologue_sal): ... this new function.  Handle code both
7483         with and without debug info.  Respect SAL's explicit_pc and
7484         explicit_line flags.  Inline old find_function_start_pc.
7485         * symtab.h (find_function_start_pc): Remove.
7486         (skip_prologue_sal): Add prototype.
7487
7488 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7489
7490         * dwarf2read.c (read_func_scope): Also scan specification DIEs
7491         for DW_TAG_imported_module children.
7492
7493 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7494
7495         * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
7496         ignoring spurious DW_AT_name attributes for unnamed structs or unions.
7497         * completer.c (add_struct_fields): Fix inverted logic.
7498
7499 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
7500
7501         * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
7502
7503 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7504
7505         * tracepoint.c (current_trace_status): Don't make sure error_desc
7506         is non-NULL here.
7507         (parse_trace_status): Release a previous error_desc string, and
7508         set it to NULL by default.  If stop reason is tracepoint_error,
7509         make sure error_desc is not left NULL.
7510
7511 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7512
7513         * tracepoint.c (trace_save): Remove X from tracepoint error
7514         description.
7515
7516 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
7517
7518         * tracepoint.c (parse_trace_status): Don't allow plain strings in
7519         the terror description.  Don't expect an X prefix.
7520
7521 2010-03-25  Stan Shebs  <stan@codesourcery.com>
7522
7523         * tracepoint.h (trace_stop_reason): Add tracepoint_error.
7524         (struct trace_status): New field error_desc.
7525         * tracepoint.c (stop_reason_names): Add terror.
7526         (current_trace_status): Ensure non-NULL error description.
7527         (trace_status_command): Add error report.
7528         (trace_status_mi): Ditto.
7529         (trace_save): Add special case for error description.
7530         (parse_trace_status): Add case for errors.
7531
7532 2010-03-25  Keith Seitz  <keiths@redhat.com>
7533
7534         * dwarf2read.c (read_subroutine_type): If the compilation unit
7535         language is Java, mark any formal parameter named "this" as
7536         artificial (GCC/43521).
7537         (dwarf2_name): Add special handling for Java constructors.
7538
7539 2010-03-25  Tom Tromey  <tromey@redhat.com>
7540
7541         PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
7542         * infrun.c (handle_inferior_event): Change initialization of
7543         stop_stack_dummy.
7544         (handle_inferior_event): Change assignment to stop_stack_dummy.
7545         (normal_stop): Update use of stop_stack_dummy.
7546         (struct inferior_status) <stop_stack_dummy>: Change type.
7547         * inferior.h (stop_stack_dummy): Update.
7548         * infcmd.c (stop_stack_dummy): Change type.
7549         * infcall.c (cleanup_delete_std_terminate_breakpoint): New
7550         function.
7551         (call_function_by_hand): Call set_std_terminate_breakpoint.
7552         Rewrite std::terminate handling.
7553         * breakpoint.h (enum bptype) <bp_std_terminate,
7554         bp_std_terminate_master>: New.
7555         (enum stop_stack_kind): New.
7556         (struct bpstat_what) <call_dummy>: Change type.
7557         (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
7558         Declare.
7559         * breakpoint.c (create_std_terminate_master_breakpoint): New
7560         function.
7561         (update_breakpoints_after_exec): Handle bp_std_terminate_master.
7562         Call create_std_terminate_master_breakpoint.
7563         (print_it_typical): Handle new breakpoint kinds.
7564         (bpstat_stop_status): Handle bp_std_terminate_master.
7565         (bpstat_what): Correctly set call_dummy field.  Handle
7566         bp_std_terminate_master and bp_std_terminate.
7567         (print_one_breakpoint_location): Update.
7568         (allocate_bp_location): Update.
7569         (set_std_terminate_breakpoint): New function.
7570         (delete_std_terminate_breakpoint): Likewise.
7571         (create_thread_event_breakpoint): Update.
7572         (delete_command): Update.
7573         (breakpoint_re_set_one): Update.
7574         (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
7575
7576 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
7577
7578         * symfile.c (build_section_addr_info_from_bfd): New.
7579         (build_section_addr_info_from_objfile): Base it on
7580         build_section_addr_info_from_bfd.
7581         (addrs_section_compar, addrs_section_sort): New.
7582         (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
7583         addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs.  Build
7584         addrs_to_abfd_addrs.  Use it for recalculating ADDRS.
7585
7586 2010-03-24  Michael Snyder  <msnyder@localhost.localdomain>
7587
7588         * elfread.c (find_separate_debug_file_by_buildid):
7589         Remove unused local variable.
7590
7591 2010-03-24  Tom Tromey  <tromey@redhat.com>
7592
7593         PR breakpoints/9352:
7594         * NEWS: Mention changes to `commands' and `rbreak'.
7595         * symtab.c (do_end_rbreak_breakpoints): New function.
7596         (rbreak_command): Call start_rbreak_breakpoints; arrange to call
7597         end_rbreak_breakpoints.
7598         * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
7599         (set_breakpoint_count): Likewise.  Clear last_was_multi.
7600         (multi_start, multi_end, last_was_multi): New globals.
7601         (start_rbreak_breakpoints, end_rbreak_breakpoints): New
7602         functions.
7603         (struct commands_info): New
7604         (do_map_commands_command): New function.
7605         (commands_command_1): New function.
7606         (commands_command): Use it.
7607         (commands_from_control_command): Likewise.
7608         (do_delete_breakpoint): New function.
7609         (delete_command): Use it.
7610         (map_breakpoint_numbers): Add 'data' argument.  Pass to callback.
7611         (do_map_disable_breakpoint): New function.
7612         (disable_command): Use it.
7613         (do_map_enable_breakpoint): New function.
7614         (enable_command): Use it.
7615         (enable_once_breakpoint): Add argument.
7616         (enable_once_command): Update.
7617         (enable_delete_breakpoint): Add argument.
7618         (enable_delete_command): Update.
7619         (break_command_really): Set last_was_multi when needed.
7620         (check_tracepoint_command): Fix formatting.
7621         (validate_commands_for_breakpoint): New function.
7622         (breakpoint_set_commands): Use it.
7623         (tracepoint_save_command): Update.
7624         * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
7625         Declare.
7626
7627 2010-03-24  Tom Tromey  <tromey@redhat.com>
7628
7629         * breakpoint.h (struct counted_command_line): New struct.
7630         (struct breakpoint) <commands>: Change type.
7631         (struct bpstats) <commands>: Change type.
7632         <commands_left>: New field.
7633         * breakpoint.c (alloc_counted_command_line): New function.
7634         (incref_counted_command_line): Likewise.
7635         (decref_counted_command_line): Likewise.
7636         (do_cleanup_counted_command_line): Likewise.
7637         (make_cleanup_decref_counted_command_line): Likewise.
7638         (breakpoint_set_commands): Use decref_counted_command_line and
7639         alloc_counted_command_line.
7640         (commands_command): Don't error if breakpoint commands are
7641         executing.
7642         (commands_from_control_command): Likewise.
7643         (bpstat_free): Update.
7644         (bpstat_copy): Likewise.
7645         (bpstat_clear_actions): Likewise.
7646         (bpstat_do_actions_1): Likewise.
7647         (bpstat_stop_status): Likewise.
7648         (print_one_breakpoint_location): Likewise.
7649         (delete_breakpoint): Likewise.
7650         (bpstat_alloc): Initialize new field.
7651         (tracepoint_save_command): Update.
7652         * tracepoint.c (encode_actions): Update.
7653         (trace_dump_command): Update.
7654
7655 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7656
7657         * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
7658         * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
7659         (read_structure_type): For RealView, set TYPE_STUB on structures with
7660         no byte size and no children.
7661         (read_subroutine_type): Mark functions as prototyped by default.
7662         * symtab.c (producer_is_realview): New function.
7663         * symtab.h (expand_line_sal): Fix declaration formatting.
7664         (producer_is_realview): Declare.
7665
7666 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
7667
7668         * arm-tdep.c (skip_prologue_function): New function.
7669         (submask, bit, bits, sbits, BranchDest): Move higher in the file.
7670         (thumb_analyze_prologue): Document return value.  Recognize more
7671         Thumb instructions, skippable calls, and some Thumb-2 instructions.
7672         Add debug output.
7673         (arm_skip_prologue): Remove call dummy check.  Check the prologue
7674         for non-GNU compilers.
7675         (arm_instruction_changes_pc): New function.
7676         (arm_analyze_prologue): New function, broken out from
7677         arm_scan_prologue.  Recognize more ARM instructions and skippable
7678         calls.  Update comments.  Handle NULL cache.  Return the address
7679         of the first unrecognized instruction.  Do not skip past other
7680         instructions which change control flow.  Add debug output.
7681         (arm_scan_prologue): Use arm_analyze_prologue.
7682         (ARM_PC_32): Delete.
7683         (shifted_reg_val): Simplify ARM_PC_32 check.
7684
7685 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7686
7687         * tracepoint.c (tvariables_info_1): Actually compute
7688         the number of rows in the result.
7689
7690 2010-03-24  Pedro Alves  <pedro@codesourcery.com>
7691
7692         * remote.c (crc32): Constify `buf' parameter.
7693         (remote_verify_memory): New, abstracted out from...
7694         (compare_sections_command): ... this.  Remove hardcoded target
7695         checks.
7696         (init_remote_ops): Install remote_verify_memory.
7697         * target.c (target_verify_memory): New.
7698         * target.h (struct target_ops) <to_verify_memory>: New field.
7699         (target_verify_memory): Declare.
7700
7701 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7702
7703         Implement -trace-save.
7704
7705         * mi-cmds.h (mi_cmds_trace_save): Declare.
7706         * mi-cmds.c (mi_cmds): Register -trace-save.
7707         * mi/mi-main.c (mi_cmd_trace_save): New.
7708         * remote.c (remote_save_trace_data): Take const parameter.
7709         * target.h (struct target_ops::to_save_trace_data): Take
7710         const parameter.
7711         * target.c (update_current_target): Adjust to the above.
7712         * tracepoint.c (trave_save): New, extracted from
7713         (trace_save_command): ...this.
7714         (tfile_trace_find): Remove message that is unnecessary now
7715         that 'tfind' reports found frame.
7716         * tracepoint.h (trace_save): Declare.
7717
7718 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7719
7720         Implement -trace-find.
7721
7722         * mi/mi-cmds.c (mi_cmds): Register -trace-find.
7723         * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
7724         * mi/mi-main.c (mi_cmd_trace_find): New.
7725         * target.h (struct target_ops): Document to_trace_find.
7726         * tracepoint.h (tfind_1): Declare.
7727         * tracepoint.c (finish_tfind_command): Rename to...
7728         (tfind_1): ...this.
7729         * remote.c (remote_trace_find): Return -1 if target say
7730         there's no frame.  Improve error diagnostics.
7731
7732 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7733
7734         -trace-define-variable and -trace-list-variables.
7735
7736         * tracepoint.c (create_trace_state_variable): Make
7737         private copy of name, as opposed to assuming the
7738         pointer lives forever.
7739         (tvariables_info_1): New.
7740         (tvariables_info): Use the above.
7741         * tracepoint.h (create_trace_state_variable, tvariables_info_1):
7742         Declare.
7743         * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
7744         and -trace-list-variables.
7745         * mi/mi-cmds.h (mi_cmd_trace_define_variable)
7746         (mi_cmd_trace_list_variables): New.
7747         * mi/mi-main.c (mi_cmd_trace_define_variable)
7748         (mi_cmd_trace_list_variables): New.
7749
7750 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7751
7752         Implement -break-passcount.
7753
7754         * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
7755         * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
7756         * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
7757
7758 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7759
7760         -trace-start/-trace-end/-trace-status.
7761
7762         * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
7763         and -trace-stop.
7764         * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
7765         (mi_cmd_trace_stop): Declare.
7766         * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
7767         (mi_cmd_trace_stop): New.
7768         * tracepoint.c (start_tracing): New, extracted from...
7769         (trace_start_command): ...this.
7770         (trace_status_mi): New.
7771         * tracepoint.h (struct trace_status): Document
7772         stopping_tracepoint.
7773         (start_tracing, stop_tracing, trace_status_mi): Declare.
7774
7775 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7776
7777         Implement creating tracepoints with -break-insert.
7778
7779         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
7780         to mean that tracepoint should be created.
7781
7782 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7783
7784         * breakpoint.c (check_no_tracepoint_commands): Use
7785         current spelling of 'teval'.
7786
7787 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
7788
7789         Unify actions and commands
7790
7791         * defs.h (read_command_lines, read_command_lines_1): New
7792         parameters validator and closure.
7793         * tracepoint.h (struct action_line): Remove.
7794         * breakpoint.h (struct breakpoint): Remove the 'actions'
7795         field.
7796         * defs.h (enum command_control_type): New value
7797         while_stepping_control.
7798         (struct command_line): Add comments.
7799         * breakpoint.c (breakoint_is_tracepoint): New.
7800         (breakpoint_set_commands): For tracepoints,
7801         verify the commands are permissible.
7802         (check_tracepoint_commands): New.
7803         (commands_command): Require that each new line is validated using
7804         check_tracepoint_command, if we set commands for a tracepoint.
7805         (create_tracepoint_from_upload): Likewise.
7806         (print_one_breakpoint_location): Remove the code to print
7807         actions specifically.
7808         (tracepoint_save_command): Relay to print_command_lines.
7809         * cli/cli-script.c (process_next_line): New parameters validator
7810         and closure. Handle 'while-stepping'. Call validator if not null.
7811         (read_command_lines, read_command_lines1): Likewise.
7812         (recurse_read_control_structure): New parameters validator and
7813         closure. Handle while_stepping_control.
7814         (print_command_lines): Handle while-stepping.
7815         (get_command_line, define_command, document_command): Adjust.
7816         * remote.c (remote_download_tracepoint): Adjust.
7817         * tracepoint.c (make_cleanup_free_actions, read_actions)
7818         (free_actions, do_free_actions_cleanup): Remove.
7819         (trace_actions_command): Use read_command_lines.
7820         (validate_actionline): Use error in one place.
7821         (encode_actions_1): New, extracted from...
7822         (encode_actions): ...this. Also use cleanups for exception
7823         safety.
7824         (trace_dump_command): Adjust.
7825         * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
7826         it's tracepoint.
7827
7828 2010-03-23  Mike Frysinger  <vapier@gentoo.org>
7829
7830         * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
7831
7832 2010-03-22  Stan Shebs  <stan@codesourcery.com>
7833
7834         * value.c (value_static_field): Be lazy about the field's value.
7835
7836 2010-03-22  Reid Kleckner  <reid@kleckner.net>
7837
7838         PR gdb/11094
7839         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
7840         bp_jit_event.
7841         (disable_breakpoints_in_shlibs): Likewise.
7842
7843 2010-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
7844
7845         * dwarf2read.c (partial_die_parent_scope): Work around buggy
7846         GCC 4.1 debug info generation (GCC PR c++/28460).
7847         (determine_prefix): Likewise.
7848
7849 2010-03-20  Daniel Jacobowitz  <dan@codesourcery.com>
7850
7851         * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
7852         get_current_arch.
7853         * tui/tui-layout.c (extract_display_start_addr): Likewise.
7854
7855 2010-03-19  Stan Shebs  <stan@codesourcery.com>
7856
7857         * ax-gdb.c (gen_fetch): Handle bool.
7858         (gen_usual_unary): Ditto.
7859         (gen_cast): Ditto.
7860         (gen_equal): New function.
7861         (gen_less): New function.
7862         (gen_expr_binop_rest): Call them, also return integer type from
7863         logical operations.
7864         (gen_expr): Ditto.
7865
7866 2010-03-19  Tom Tromey  <tromey@redhat.com>
7867
7868         * jv-lang.c (jv_dynamics_objfile_data_key)
7869         (jv_type_objfile_data_key): New globals.
7870         (class_symtab): Move earlier.
7871         (jv_per_objfile_free): New function.
7872         (get_dynamics_objfile): Call set_objfile_data.  Add 'gdbarch'
7873         parameter.
7874         Remove ancient #if 1.
7875         (add_class_symbol): Remove redundant declaration.
7876         (java_lookup_class): Use alloc_type, not alloc_type_arch.
7877         (java_link_class_type): Mark as static.  Update.
7878         (jv_clear_object_type): New function.
7879         (set_java_object_type): Likewise.
7880         (get_java_object_type): Use set_java_object_type.
7881         (is_object_type): Likewise.
7882         (_initialize_java_language): Register new objfile keys.
7883         (get_java_class_symtab): Add 'gdbarch' parameter.
7884         (add_class_symtab_symbol): Update.
7885         (type_from_class): Update.
7886
7887 2010-03-19  Stan Shebs  <stan@codesourcery.com>
7888
7889         * ax-general.c (ax_const_l): Fix a sizing bug.
7890
7891 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
7892
7893         GDB 7.1 released.
7894
7895 2010-03-18  Stan Shebs  <stan@codesourcery.com>
7896             Pedro Alves  <pedro@codesourcery.com>
7897
7898         * target.h (struct target_ops): New method
7899         to_set_circular_trace_buffer.
7900         (target_set_circular_trace_buffer): New macro.
7901         * target.c (update_current_target): Add
7902         to_set_circular_trace_buffer, fix to_set_disconnected_tracing
7903         default behavior.
7904         * remote.c (remote_set_circular_trace_buffer): New function.
7905         (init_remote_ops): Add it to vector.
7906         * tracepoint.h (struct trace_status): New field traceframes_created,
7907         change buffer_size and buffer_free to int.
7908         * tracepoint.c (circular_trace_buffer): New global.
7909         (start_tracing): Send values of disconnected tracing and circular
7910         trace buffer settings.
7911         (set_circular_trace_buffer): New function.
7912         (parse_trace_state): Handle total space and frames created.
7913         (trace_status_command): Display total space and total frames
7914         created.
7915         (trace_save): Write out new status values.
7916         (parse_trace_status): Set traceframe_count, traceframes_created,
7917         buffer_free and buffer_size to -1 by default.
7918         (_initialize_tracepoint): New setshow for circular-trace-buffer.
7919         * NEWS: Mention the circular trace buffer option.
7920
7921 2010-03-18  Tom Tromey  <tromey@redhat.com>
7922
7923         * infcmd.c (finish_command_continuation): Wrap print_return_value
7924         in TRY_CATCH.
7925
7926 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
7927
7928         * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
7929         DIE has a name before creating the associated partial symbol.
7930         (read_func_scope): Emit a complaint if the subprogram does not
7931         have a name or when we can't extract the subprogram PC bounds.
7932
7933 2010-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
7934
7935         * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
7936         instead of selected frame architecture.
7937
7938 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
7939
7940         * infcmd.c (until_command): Use ERROR_NO_INFERIOR.  Ensure there's
7941         a valid selected thread, and that it is not running.
7942         (advance_command): Ditto.
7943         (finish_command): Ditto.
7944
7945 2010-03-17 Stan Shebs  <stan@codesourcery.com>
7946
7947         * ax-gdb.c (require_rvalue): Disallow non-scalars.
7948
7949         * infcall.c: Include tracepoint.h.
7950         (call_function_by_hand): Disallow calls in tfind mode.
7951         * infcmd.c: Include tracepoint.h.
7952         (ensure_not_tfind_mode): New function.
7953         (continue_1): Call it.
7954         (step_1) Ditto.
7955         (jump_command): Ditto.
7956         (signal_command): Ditto.
7957         (advance_command): Ditto.
7958         (until_command): Ditto.
7959         (finish_command): Ditto.
7960         * tracepoint.h (disconnect_or_stop_tracing): Declare.
7961
7962         * ax-gdb.h (struct axs_value): New field optimized_out.
7963         (gen_trace_for_var): Add gdbarch argument.
7964         * ax-gdb.c (gen_trace_static_fields): New function.
7965         (gen_traced_pop): Call it, add gdbarch argument.
7966         (gen_trace_for_expr): Update call to it.
7967         (gen_trace_for_var): Ditto, and report optimized-out variables.
7968         (gen_struct_ref_recursive): Check for optimized-out value.
7969         (gen_struct_elt_for_reference): Ditto.
7970         (gen_static_field): Pass gdbarch instead of expression, assume
7971         optimization if field not found.
7972         (gen_var_ref): Set the optimized_out flag.
7973         (gen_expr): Error on optimized-out variable.
7974         * tracepoint.c (collect_symbol): Handle struct-valued vars as
7975         expressions, skip optimized-out variables with computed locations.
7976         * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
7977         erroring out if location expression missing.
7978         (loclist_tracepoint_var_ref): Don't error out here.
7979
7980 2010-03-17  Tom Tromey  <tromey@redhat.com>
7981
7982         * dwarf2read.c (dwarf2_get_section_info): Handle case where no
7983         DWARF data is available.
7984
7985 2010-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
7986
7987         * symfile.c (generic_load): Reset breakpoints after loading.
7988
7989 2010-03-17  Tom Tromey  <tromey@redhat.com>
7990
7991         * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
7992
7993 2010-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7994
7995         * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
7996         create_breakpoint call, adjust the parameters.
7997
7998 2010-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7999             Chandru <chandru@in.ibm.com>
8000
8001         * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
8002         * valarith.c (value_subscripted_rvalue): Suppress error if
8003         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
8004
8005 2010-03-16  Holger Hans Peter Freyther  <zecke@selfish.org>
8006
8007         * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
8008
8009 2010-03-16  Joel Brobecker  <brobecker@adacore.com>
8010
8011         * ada-tasks.c (task_command_1): Check that the task ptid is valid
8012         before doing the associated thread switch.
8013
8014 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
8015
8016         * MAINTAINERS: Update my email address.
8017
8018 2010-03-16  Vladimir Prus  <vladimir@codesourcery.com>
8019
8020         Simplify MI breakpoint setting.
8021
8022         * breakpoint.c (break_command_really): Make nonstatic and
8023         rename to...
8024         (create_breakpoint): ...this. Rename prior function by this name
8025         to...
8026         (create_breakpoint_sal): ...this.
8027         (create_breakpoints): Rename to...
8028         (create_breakpoints_sal): ...this.
8029         (set_breakpoint): Remove.
8030         * breakpoint.h: Adjust to above changes.
8031         * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
8032
8033 2010-03-15 Stan Shebs  <stan@codesourcery.com>
8034
8035         * ax-gdb.c: Include cp-support.h.
8036         (find_field): Remove.
8037         (gen_primitive_field): New function.
8038         (gen_struct_ref_recursive): New function.
8039         (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
8040         of find_field.
8041         (gen_static_field): New function.
8042         (gen_struct_elt_for_reference): New.
8043         (gen_namespace_elt): New.
8044         (gen_maybe_namespace_elt): New.
8045         (gen_aggregate_elt_ref): New.
8046         (gen_expr): Add OP_SCOPE, display opcode name in error message.
8047
8048 2010-03-15  Tom Tromey  <tromey@redhat.com>
8049
8050         * dwarf2read.c (die_needs_namespace): Also return 0 for
8051         DW_TAG_subprogram.
8052
8053 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
8054
8055         PR c++/7936:
8056         * cp-support.h: Added char *declaration element to using_direct
8057         data struct.
8058         (cp_add_using): Added char *declaration argument.
8059         (cp_add_using_directive): Ditto.
8060         (cp_lookup_symbol_imports): made extern.
8061         * cp-namespace.c: Updated with the above changes.
8062         * dwarf2read.c (read_import_statement): Ditto.
8063         (read_namespace): Ditto.
8064         (read_import_statement): Support import declarations.
8065         * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
8066         declarations.
8067         Added support for 'declaration_only' search.
8068         (cp_lookup_symbol_namespace): Attempt to search for the name as
8069         is before consideration of imports.
8070         * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
8071         search at every block level search.
8072         Now takes language argument.
8073         (lookup_symbol_aux): Updated.
8074
8075 2010-03-15  Tom Tromey  <tromey@redhat.com>
8076
8077         * c-exp.y (name_not_typename): Add 'operator' clause.
8078
8079 2010-03-15  Ralf Corsepius  <ralf.corsepius@rtems.org>  (tiny change)
8080
8081         * configure.ac: Exit if ${gdb_target_obs}" is not set.
8082         * configure: Regenerate.
8083
8084 2010-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8085
8086         * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
8087         and ".sdynbss".  Update the comment.
8088
8089 2010-03-15  Jie Zhang  <jie@codesourcery.com>
8090
8091         * MAINTAINERS: Update my email address.
8092
8093 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
8094
8095         * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
8096
8097 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
8098
8099         * charset.c [USE_WIN32API]: Include <windows.h>.
8100          (_initialize_charset): Correct type of w32_host_default_charset.
8101
8102 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
8103
8104         * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
8105
8106 2010-03-12  Tom Tromey  <tromey@redhat.com>
8107
8108         PR c++/9708:
8109         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
8110         in a lexical block does not need a namespace.
8111         (new_symbol) <DW_TAG_variable>: Put extern variables on
8112         list_in_scope in all cases.
8113
8114 2010-03-12 Stan Shebs  <stan@codesourcery.com>
8115
8116         * ax-gdb.c (gen_expr): Add shift expressions.
8117         (gen_expr_binop_rest): Ditto.
8118
8119 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
8120
8121         * buildsym.c (finish_block): Reset using_directives pointer
8122         after block initialization.
8123
8124 2010-03-12  H.J. Lu  <hongjiu.lu@intel.com>
8125
8126         * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
8127         * i386-tdep.c (i386_word_names): Likewise.
8128
8129 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
8130
8131         * target.c (memory_xfer_partial): Don't use the stack cache if
8132         inspecting trace frames.
8133         * tracepoint.c (finish_tfind_command): Invalidate the target
8134         dcache.
8135
8136 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8137
8138         * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
8139         for the PIC displacement, print also the displacement value.
8140         (svr4_exec_displacement):  Print DISPLACEMENT if INFO_VERBOSE.
8141
8142 2010-03-10  Kevin Buettner  <kevinb@redhat.com>
8143
8144         * remote-mips.c (close_ports, mips_initialize_cleanups)
8145         (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
8146         (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
8147         (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
8148         (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
8149         (pmon_check_entry_address, pmon_check_total, pmon_end_download)
8150         (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
8151         comments describing each of these functions.
8152         (mips_enter_debug, mips_exit_debug, common_open)
8153         (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
8154         blank line after the comment describing the function.
8155
8156 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8157
8158         * solib-svr4.c (svr4_exec_displacement): Return now success, new
8159         parameter displacementp.  Update comment.
8160         (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
8161         element exists.  Return if svr4_exec_displacement was not successful.
8162         Update comment.
8163
8164 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8165             Daniel Jacobowitz  <dan@codesourcery.com>
8166
8167         * solib-svr4.c (read_program_header): Support type == -1 to read
8168         all program headers.
8169         (read_program_headers_from_bfd): New function.
8170         (svr4_static_exec_displacement): Remove and move the comment ...
8171         (svr4_exec_displacement): ... here.  Remove variable found.  New
8172         variable displacement.  Check also DYNAMIC.  Verify DISPLACEMENT
8173         alignment for ELF targets.  Compare target vs. exec_bfd PHDRs for ELF
8174         targets using read_program_headers_from_bfd.  Remove the call of
8175         svr4_static_exec_displacement.
8176
8177 2010-03-10  Tom Tromey  <tromey@redhat.com>
8178
8179         * dwarf2read.c (struct pubnames_header): Remove.
8180         (_PUBNAMES_HEADER): Remove.
8181         (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
8182         (struct aranges_header): Remove.
8183         (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
8184         (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
8185         (PUBNAMES_SECTION): Remove.
8186         (ARANGES_SECTION): Remove.
8187         (dwarf2_locate_sections): Don't handle pubnames or aranges.
8188         (dwarf2_build_psymtabs): Remove dead code.
8189         (dwarf2_build_psymtabs_easy): Remove.
8190
8191 2010-03-10  Tom Tromey  <tromey@redhat.com>
8192
8193         * elfread.c (elf_symfile_read): Don't call
8194         dwarf2_build_frame_info.
8195         * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
8196         (struct dwarf2_per_objfile) <objfile>: New field.
8197         (dwarf2_has_info): Now idempotent.  Set objfile field.
8198         (dwarf2_read_section): Check and set readin field.  Call
8199         posix_madvise.
8200         (dwarf2_build_psymtabs): Don't read all sections.
8201         (read_type_comp_unit_head): Read types section.
8202         (create_debug_types_hash_table): Likewise.
8203         (init_cu_die_reader): Add asserts.
8204         (process_type_comp_unit): Add assert.
8205         (dwarf2_build_psymtabs_hard): Read info section.
8206         (load_partial_comp_unit): Add assert.
8207         (create_all_comp_units): Read info section.
8208         (load_full_comp_unit): Likewise.
8209         (dwarf2_ranges_read): Read ranges section.
8210         (dwarf2_record_block_ranges): Add assert.
8211         (dwarf2_read_abbrevs): Read abbrev section.
8212         (read_indirect_string): Read str section.
8213         (dwarf_decode_line_header): Read line section.
8214         (read_signatured_type_at_offset): Read types section.
8215         (dwarf_decode_macros): Read macinfo section.
8216         (dwarf2_symbol_mark_computed): Read loc section.
8217         * dwarf2-frame.c (dwarf2_frame_find_fde): Call
8218         dwarf2_build_frame_info.
8219         (dwarf2_build_frame_info): Unconditionally set
8220         dwarf2_frame_objfile_data on the objfile.
8221         * configure.ac: Check for posix_madvise.
8222         * config.in, configure: Rebuild.
8223
8224 2010-03-10  Tom Tromey  <tromey@redhat.com>
8225
8226         * xcoffread.c (xcoff_start_psymtab): Update.
8227         (xcoff_end_psymtab): Update.
8228         * psymtab.c (allocate_psymtab): Remove dead code.
8229         * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
8230         void*.
8231         * mdebugread.c (parse_partial_symbols): Update.
8232         (new_psymtab): Likewise.
8233         * dwarf2read.c (process_psymtab_comp_unit): Update.
8234         (psymtab_to_symtab_1): Update.
8235         * dbxread.c (start_psymtab): Update.
8236         (end_psymtab): Likewise.
8237
8238 2010-03-10  Tom Tromey  <tromey@redhat.com>
8239
8240         * xcoffread.c: Include psymtab.h.
8241         (xcoff_sym_fns): Update.
8242         * symtab.h (struct partial_symbol): Remove.
8243         (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
8244         (struct partial_symtab): Remove.
8245         (PSYMTAB_TO_SYMTAB): Remove.
8246         (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
8247         (find_pc_sect_psymtab): Remove.
8248         (find_pc_sect_symtab_via_partial): Declare.
8249         (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
8250         (find_main_psymtab): Remove.
8251         (find_main_filename): Declare.
8252         (fixup_psymbol_section): Remove.
8253         (fixup_section): Declare.
8254         * symtab.c: Include psymtab.h.
8255         (lookup_symtab): Use lookup_symtab method.
8256         (lookup_partial_symtab): Remove.
8257         (find_pc_sect_psymtab_closer): Remove.
8258         (find_pc_sect_psymtab): Remove.
8259         (find_pc_sect_symtab_via_partial): New function.
8260         (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
8261         (fixup_section): No longer static.
8262         (fixup_psymbol_section): Remove.
8263         (lookup_symbol_aux): Use lookup_symbol_aux_quick.
8264         (lookup_global_symbol_from_objfile): Likewise.
8265         (lookup_symbol_aux_psymtabs): Remove.
8266         (lookup_symbol_aux_quick): New function.
8267         (lookup_symbol_global): Use lookup_symbol_aux_quick.
8268         (lookup_partial_symbol): Remove.
8269         (basic_lookup_transparent_type_quick): New function.
8270         (basic_lookup_transparent_type): Use it.
8271         (find_main_psymtab): Remove.
8272         (find_main_filename): New function.
8273         (find_pc_sect_symtab): Use find_pc_sect_symtab method.
8274         (find_line_symtab): Use expand_symtabs_with_filename method.
8275         (output_partial_symbol_filename): New function.
8276         (sources_info): Use map_partial_symbol_filenames.
8277         (struct search_symbols_data): New type.
8278         (search_symbols_file_matches): New function.
8279         (search_symbols_name_matches): Likewise.
8280         (search_symbols): Use expand_symtabs_matching method.
8281         (struct add_name_data): Rename from add_macro_name_data.
8282         (add_macro_name): Update.
8283         (add_partial_symbol_name): New function.
8284         (default_make_symbol_completion_list): Use
8285         map_partial_symbol_names.
8286         (struct add_partial_symbol_name): New type.
8287         (maybe_add_partial_symtab_filename): New function.
8288         (make_source_files_completion_list): Use
8289         map_partial_symbol_filenames.
8290         (expand_line_sal): Use expand_symtabs_with_filename method.
8291         * symmisc.c: Include psymtab.h.
8292         (print_objfile_statistics): Use print_stats method.
8293         (dump_objfile): Use dump method.
8294         (dump_psymtab, maintenance_print_psymbols)
8295         (maintenance_info_psymtabs, maintenance_check_symtabs)
8296         (extend_psymbol_list): Remove.
8297         * symfile.h (struct quick_symbol_functions): New struct.
8298         (struct sym_fns) <qf>: New field.
8299         (sort_pst_symbols): Remove.
8300         (increment_reading_symtab): Declare.
8301         * symfile.c: Include psymtab.h.
8302         (compare_psymbols, sort_pst_symbols): Remove.
8303         (psymtab_to_symtab): Remove.
8304         (increment_reading_symtab): New function.
8305         (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
8306         method.
8307         (set_initial_language): Use find_main_filename.
8308         (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
8309         (free_named_symtabs): Remove unused code.
8310         (start_psymtab_common, add_psymbol_to_bcache)
8311         (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
8312         Remove.
8313         * stack.c: Include psymtab.h, symfile.h.
8314         (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
8315         * source.h (psymtab_to_fullname): Don't declare.
8316         * source.c: Include psymtab.h.
8317         (select_source_symtab): Use find_last_source_symtab method.
8318         (forget_cached_source_info): Use forget_cached_source_info
8319         method.
8320         (find_and_open_source): No longer static.
8321         (psymtab_to_fullname): Remove.
8322         * somread.c: Include psymtab.h.
8323         (som_sym_fns): Update.
8324         * psympriv.h: New file.
8325         * psymtab.h: New file.
8326         * psymtab.c: New file.
8327         * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
8328         (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
8329         * objfiles.c: Include psymtab.h.
8330         (objfile_relocate1): Use relocate method.
8331         (objfile_has_partial_symbols): Use has_symbols method.
8332         * mipsread.c: Include psymtab.h.
8333         (ecoff_sym_fns): Update.
8334         * mi/mi-cmd-file.c: Include psymtab.h.
8335         (print_partial_file_name): New function.
8336         (mi_cmd_file_list_exec_source_files): Use
8337         map_partial_symbol_filenames.
8338         * mdebugread.c: Include psympriv.h.
8339         * machoread.c: Include psympriv.h.
8340         (macho_sym_fns): Update.
8341         * m2-exp.y (yylex): Use lookup_symtab.
8342         * elfread.c: Include psympriv.h.
8343         (elf_sym_fns): Update.
8344         * dwarf2read.c: Include psympriv.h.
8345         * dbxread.c: Include psympriv.h.
8346         (aout_sym_fns): Update.
8347         * cp-support.c: Include psymtab.h.
8348         (read_in_psymtabs): Remove.
8349         (make_symbol_overload_list_qualified): Use
8350         expand_symtabs_for_function method.
8351         * coffread.c: Include psympriv.h.
8352         (coff_sym_fns): Update.
8353         * blockframe.c: Include psymtab.h.
8354         (find_pc_partial_function): Use find_pc_sect_symtab method.
8355         * ada-lang.h (ada_update_initial_language): Update.
8356         * ada-lang.c: Include psymtab.h.
8357         (ada_update_initial_language): Remove 'main_pst' argument.
8358         (ada_lookup_partial_symbol): Remove.
8359         (struct ada_psym_data): New type.
8360         (ada_add_psyms): New function.
8361         (ada_add_non_local_symbols): Use map_ada_symtabs method.
8362         (struct add_partial_datum): New type.
8363         (ada_add_partial_symbol_completions): New function.
8364         (ada_make_symbol_completion_list): Use map_partial_symbol_names.
8365         (ada_exception_support_info_sniffer): Update.
8366         * Makefile.in (SFILES): Add psymtab.c.
8367         (COMMON_OBS): Add psymtab.o.
8368         (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
8369
8370 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
8371
8372         * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
8373
8374 2010-03-10  Sami Wagiaalla  <swagiaal@redhat.com>
8375
8376         PR C++/11236:
8377         * cp-namespace.c (cp_add_using): Deleted.
8378         (cp_add_using_directive): Use obstack allocations.
8379         Merged the function cp_add_using into this one.
8380         Added 'struct obstack *' argument.
8381         (cp_scan_for_anonymous_namespaces): Updated.
8382         * cp-support.h: Updated.
8383         * dwarf2read.c (read_import_statement): Updated.
8384         (read_namespace): Updated.
8385
8386 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
8387
8388         * windows-nat.c (cygwin_conv_path): Remove old macro.
8389
8390 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
8391
8392         * breakpoint.c (condition_command): Handle watchpoint conditions.
8393         (is_hardware_watchpoint): Add comment.
8394         (is_watchpoint): New.
8395         (update_watchpoint): Don't reparse the watchpoint's condition
8396         unless necessary.
8397         (WP_IGNORE): New.
8398         (watchpoint_check): Use it.
8399         (bpstat_check_watchpoint): Handle it.
8400         (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
8401         conditions in a frame where it makes sense.
8402         (watch_command_1): Store the innermost block of the condition
8403         expression.
8404         (delete_breakpoint): Delete the watchpoint condition expression.
8405         * breakpoint.h (struct bp_location) <cond>: Update comment.
8406         (struct breakpoint): New field `cond_exp_valid_block'.
8407
8408 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
8409
8410         Adjust handling of Ada DIEs after dwarf2_physname patch.
8411         * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
8412
8413 2010-03-09  Christopher Faylor  <me+cygwin@cgf.cx>
8414             Pierre Muller  <muller@ics.u-strasbg.fr>
8415
8416         * windows-nat.c (cygwin_conv_path): Redefine to properly convert
8417         from/to posix/win32.
8418         (windows_make_so): Use non-Cygwin 1.7 specific function.
8419         (windows_create_inferior): Make sure that cygallargs points to
8420         original args in non Cygwin 1.7. case.
8421
8422 2010-03-09  Michael Snyder  <msnyder@vmware.com>
8423
8424         * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
8425         after target_read_memory to get host byte order.
8426         (i386_process_record): Ditto.
8427
8428 2010-03-09  Keith Seitz  <keiths@redhat.com>
8429
8430         Based on work from Daniel Jacobowitz  <dan@codesourcery.com>
8431         * c-typeprint.c (cp_type_print_method_args): For non-static methods,
8432         print out const or volatile qualifiers, too.
8433         (c_type_print_args): Add parameters show_artificial and language.
8434         Skip artificial parameters when requested.
8435         Use the appropriate language printer.
8436         (c_type_print_varspec): Tell c_type_print_args to skip artificial
8437         parameters and pass language_c.
8438         * dwarf2read.c (die_list): New file global.
8439         (struct partial_die_info): Update comments for name field.
8440         (pdi_needs_namespace): Renamed to ...
8441         (die_needs_namespace): ... this. Rewrite.
8442         (dwarf2_linkage_name): Remove.
8443         (add_partial_symbol): Do not predicate the call to
8444         partial_die_full_name based on pdi_needs_namespace.
8445         Remove call to cp_check_possible_namespace_symbols and associated
8446         outdated comments.
8447         (guess_structure_name): Do not inspect child subprogram DIEs.
8448         (dwarf2_fullname): Update comments.
8449         Use die_needs_namespace to assist in computing the name.
8450         (read_func_scope): Use dwarf2_name to get the DIE's name.
8451         Use dwarf2_physname to get the "linkage name" of the DIE.
8452         (dwarf2_add_member_field): Use dwarf2_physname instead of
8453         dwarf2_linkage_name.
8454         (read_structure_type): For structs and classes, set TYPE_NAME, too.
8455         (determine_class): Remove.
8456         (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
8457         except Ada.
8458         (new_symbol): Unconditionally call dwarf2_name.
8459         Compute the "linkage name" using dwarf2_physname.
8460         Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
8461         When determining to scan for anonymous C++ namespaces, ignore
8462         the linkage name.
8463         (dwarf2_physname): New function.
8464         (dwarf2_full_name): Move content to new function and call
8465         that.
8466         (dwarf2_compute_name): "New" function.
8467         (_initialize_dwarf2_read): Initialize die_list.
8468         * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
8469         physname.
8470         (gnu_v3_print_method_ptr): Use the physname for virtual methods
8471         without a demangled name.
8472         Print out type information for non-virtual methods.
8473         * linespec.c (decode_line_1): Force ANY string using "::" (or
8474         "." for java) to use decode_compound, and clean up any stray quoting.
8475         If we found a file symtab, re-evaluate whether the remainder is_quoted.
8476         (decode_compound): Stop consuming at an open parenthesis.
8477         Keep template parameters.
8478         Keep any overload information.
8479         Keep keywords like "const".
8480         Remove paren_pointer.
8481         Move is_quoted check from set_flags to here.
8482         Remove #if 0 code from 2000. Ten years is long enough.
8483         (find_method): Before comparing symbol names, canonicalize the string
8484         from the user.
8485         If a specific overload is requested, find it. Otherwise throw an error.
8486         (find_method_overload_end): New function.
8487         (set_flags): Remove.
8488         (decode_compound): Assume that parentheses are matched.
8489         It's a lot easier.
8490         * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
8491         to cplus_demangle.
8492         * linespec.c (decode_line_1): Keep important keywords like
8493         "const" and "volatile".
8494         * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
8495         * typeprint.h (c_type_print_args): Add declaration.
8496         * ui-file.c (do_ui_file_obsavestring): New function.
8497         (ui_file_obsavestring): New function.
8498         * ui-file.h (ui_file_obsavestring): Add declaration.
8499         * valops.c (find_overload_match): Resolve the object to
8500         a non-pointer type.
8501         If the object is a data member, search the object for the member
8502         and return with staticp set.
8503         Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
8504         Do not attempt to extract a function name from non-function types.
8505         If the extracted function name and the original name are the same,
8506         we don't have a C++ method.
8507
8508         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
8509         * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
8510
8511         * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
8512         and arguments from symbol lookups.
8513         * ax-gdb.c (gen_expr): Likewise.
8514         * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
8515         cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
8516         lookup_possible_namespace_symbol): Likewise.
8517         * cp-support.c (read_in_psymtabs): Likewise.
8518         * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
8519         * language.h (la_lookup_symbol_nonlocal): Likewise.
8520         * scm-valprint.c (scm_inferior_print): Likewise.
8521         * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
8522         * solib-svr.c (elf_lookup_lib): Likewise.
8523         * solib.c (show_auto_solib_add): Likewise.
8524         * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
8525         * symmisc.c (maintenance_check_symtabs): Likewise.
8526         * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
8527         lookup_symbol_aux_local, lookup_symbol_aux_block,
8528         lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
8529         lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
8530         lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
8531         basic_lookup_transparent_type, find_main_psymtab,
8532         lookup_block_symbol): Likewise.
8533         * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
8534         lookup_symbol_global, lookup_symbol_aux_block,
8535         lookup_symbol_partial_symbol, lookup_block_symbol,
8536         lookup_global_symbol, value_maybe_namespace_elt): Likewise.
8537
8538 2010-03-09  Pierre Muller  <muller@ics.u-strasbg.fr>
8539
8540         * python/python-internal.h: Include symtab.h.
8541
8542 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
8543             Pierre Muller  <muller@ics.u-strasbg.fr>
8544
8545         * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
8546         * p-valprint.c (pascal_val_print): Remove undeed block and fix
8547         indentation.
8548
8549 2010-03-08  Tom Tromey  <tromey@redhat.com>
8550
8551         * breakpoint.c (breakpoint_1): Add "QUIT".
8552
8553 2010-03-08  Daniel Jacobowitz  <dan@codesourcery.com>
8554             Pedro Alves  <pedro@codesourcery.com>
8555
8556         * solib.c (solib_find): Replace extension if
8557         solib_symbols_extension is set in the target gdbarch.
8558         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
8559         solib_symbols_extension to "sym".
8560         * gdbarch.sh (solib_symbols_extension): New variable.
8561         (pstring): New function.
8562         * gdbarch.h, gdbarch.c: Regenerate.
8563
8564 2010-03-08  Tom Tromey  <tromey@redhat.com>
8565
8566         PR cli/9591:
8567         * NEWS: Update.
8568         * utils.c: Include main.h.
8569         (fputs_maybe_filtered): Don't paginate if `batch_flag'.
8570         (defaulted_query): Use default answer if `batch_flag'.
8571         * main.h (batch_flag): Declare.
8572         * main.c (batch_flag): New global.
8573         (captured_main): Remove 'batch'.  Update.
8574
8575 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
8576
8577         From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
8578         and Kevin Buettner:
8579
8580         * remote-mips.c (rockhopper_ops): New target_ops struct.
8581         (MON_ROCKHOPPER): New mips_monitor_type.
8582         (read_hex_value): New function.
8583         (mips_request): Send 8-byte values with a 'T' packet.  Read the
8584         packet argument as a string and use read_hex_value to parse it.
8585         (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
8586         (rockhopper_open): New function.
8587         (mips_wait): Read the PC, FP and SP fields as strings.  Use
8588         read_hex_value to parse them and mips_set_register to commit them.
8589         (mips_set_register): New function.
8590         (mips_fetch_registers): Do not cast register value to "unsigned"
8591         when reading a MON_ROCKHOPPER 't' packet.  Use mips_set_register.
8592         (mips_store_registers): Use a 'T' packet to set registers when
8593         using MON_ROCKHOPPER.
8594         (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
8595         and expect the total to be printed before the entry address.
8596         (_initialize_remote_mips): Initialize and add rockhopper_ops.
8597
8598 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
8599
8600         * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
8601         Change return value to int.  Store value fetched in location
8602         addressed by `val'.  Use function's return value as success
8603         or failure indicator.  Adjust all callers.
8604
8605 2010-03-08  Pierre Muller  <muller@ics.u-strasbg.fr>
8606
8607         * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
8608
8609 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8610             Hui Zhu  <teawater@gmail.com>
8611
8612         * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
8613         tmp_to_stopped_data_address.
8614         (record_open): Reset tmp_to_stopped_by_watchpoint and
8615         tmp_to_stopped_data_address.
8616         * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
8617         to_stopped_data_address.
8618
8619 2010-03-08  Hui Zhu  <teawater@gmail.com>
8620
8621         * i386-tdep.c (i386_process_record): Initialize regnum.
8622
8623 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8624
8625         * symfile.c (addr_info_make_relative): New variable sect_name, use it.
8626         Do not warn on ".gnu.liblist" and ".gnu.conflict".
8627
8628 2010-03-08  Joel Brobecker  <brobecker@adacore.com>
8629
8630         Memory error when reading wrong core file.
8631         * solib-svr4.c (solib_svr4_r_map): catch and print all exception
8632         errors while reading the inferior memory, and return zero if
8633         an exception was raised.
8634
8635 2010-03-07  Michael Snyder  <msnyder@vmware.com>
8636
8637         * record.c (record_restore): Rename tmpu8 to rectype.
8638
8639         * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
8640         tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
8641
8642         (i386_record_push): Rename local tmpulongest to addr.
8643
8644         (i386_process_record): Rename local tmpulongest to addr.
8645
8646         Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
8647         addr64.
8648
8649         Rename local variable tmpu8 to opcode8 and regnum.
8650
8651 2010-03-07  Joel Brobecker  <brobecker@adacore.com>
8652
8653         * remote.c (remote_get_ada_task_ptid): New function.
8654         (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
8655
8656 2010-03-06  Christopher Faylor  <me+cygwin@cgf.cx>
8657
8658         * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
8659         block.  Define helper macros to reduce ifdefs in code.
8660         (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
8661         size.  Call unadorned GetModuleFileNameEx rather than
8662         GetModuleFileNameEx*.
8663         (windows_make_so): Use __PMAX to denote maximum buffer size and
8664         cygwin_buf_t for buffer type.  Use GetSystemDirectory{W,A} as
8665         appropriate.
8666         (get_image_name): Use __PMAX to denote maximum buffer size.
8667         (handle_load_dll): Likewise.
8668         (windows_pid_to_exec_file): Likewise.
8669         (windows_create_inferior): Add many accommodations for older Cygwin and
8670         non-Cygwin.
8671         (bad_GetModuleFileNameExW): Control inclusion of this function based on
8672         __USEWIDE conditional.
8673         (bad_GetModuleFileNameExA): Likewise.
8674         (_initialize_loadable): Just use real function names without the dyn_
8675         part since they are defined earlier.
8676
8677 2010-03-05  Corinna Vinschen  <vinschen@redhat.com>
8678             Tom Tromey  <tromey@redhat.com>
8679
8680         * utils.c (host_char_to_target): Add 'gdbarch' argument.
8681         (parse_escape): Likewise.
8682         * python/py-utils.c (unicode_to_target_string): Update.
8683         (unicode_to_target_python_string): Update.
8684         (target_string_to_unicode): Update.
8685         * printcmd.c (printf_command): Update.
8686         * p-exp.y (yylex): Update.
8687         * objc-exp.y (yylex): Update.
8688         * mi/mi-parse.c: Include charset.h.
8689         (mi_parse_escape): New function.
8690         (mi_parse_argv): Use it.
8691         * jv-exp.y (yylex): Update.
8692         * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
8693         function.
8694         (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
8695         * gdbarch.sh (auto_charset, auto_wide_charset): New.
8696         * gdbarch.c: Rebuild.
8697         * gdbarch.h: Rebuild.
8698         * defs.h (parse_escape): Update.
8699         * cli/cli-setshow.c: Include arch-utils.h.
8700         (do_setshow_command): Update.
8701         * cli/cli-cmds.c (echo_command): Update.
8702         * charset.h (target_charset, target_wide_charset): Update.
8703         * charset.c: Include arch-utils.h.
8704         (target_charset_name): Default to "auto".
8705         (target_wide_charset_name): Likewise.
8706         (show_target_charset_name): Handle "auto".
8707         (show_target_wide_charset_name): Likewise.
8708         (be_le_arch): New global.
8709         (set_be_le_names): Add 'gdbarch' argument.
8710         (validate): Likewise.  Don't call set_be_le_names.
8711         (set_charset_sfunc, set_host_charset_sfunc)
8712         (set_target_charset_sfunc, set_target_wide_charset_sfunc):
8713         Update.
8714         (target_charset): Add 'gdbarch' argument.
8715         (target_wide_charset): Likewise.  Remove 'byte_order' argument.
8716         (auto_target_charset_name): New global.
8717         (default_auto_charset, default_auto_wide_charset): New functions.
8718         (_initialize_charset): Set auto_target_charset_name.  Allow "auto"
8719         for target charsets.  Copy result of nl_langinfo.  Use GetACP if
8720         USE_WIN32API.
8721         * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
8722         remove 'byte_order' argument.  Update.
8723         (classify_type): Likewise.
8724         (c_emit_char): Update.
8725         (c_printchar): Update.
8726         (c_printstr): Update.
8727         (c_get_string): Update.
8728         (evaluate_subexp_c): Update.
8729         * arch-utils.h (default_auto_charset, default_auto_wide_charset):
8730         Declare.
8731         * python/python.c (gdbpy_target_charset): New function.
8732         (gdbpy_target_wide_charset): Likewise.
8733         (GdbMethods): Update.
8734         * NEWS: Update.
8735
8736 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
8737
8738         * symfile.c (build_section_addr_info_from_objfile): Do not mask
8739         off high address bits.
8740
8741 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
8742
8743         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
8744         address as UnsignedLongLong, not LongLong.
8745
8746 2010-03-05  Kevin Buettner  <kevinb@redhat.com>
8747             Pedro Alves  <pedro@codesourcery.com>
8748
8749         * remote-mips.c (gdbthread.h): Include.
8750         (remote_mips_ptid): Declare.
8751         (mips_error): Only mourn the inferior when inferior_ptid is non-null.
8752         (common_open): Set inferior_ptid, add it as an inferior, and
8753         as a thread too.  Delete FIXME comment regarding start_remote().
8754         (mips_close): Invoke generic_mourn_inferior().
8755         (mips_kill): Make sure that target_mourn_inferior is invoked.
8756         (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
8757         it's now invoked from mips_close().
8758         (mips_load): Don't null out inferior_ptid.  Don't call
8759         clear_symtab_users().
8760         (mips_thread_alive, mips_pid_to_str): New functions.
8761         (_initialize_remote_mips): Initialize remote_mips_ptid.  Initialize
8762         to_thread_alive and to_pid_to_str operations.
8763
8764 2010-03-04  Tom Tromey  <tromey@redhat.com>
8765
8766         * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
8767         in DWARF 3 and later.
8768         (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
8769
8770 2010-03-04  Keith Seitz  <keiths@redhat.com>
8771
8772         * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
8773         If the filename portion of the linespec was quoted, recheck the
8774         remainder for additional quoting.
8775         (locate_first_half): Skip over completer chars, too.
8776
8777 2010-03-04  Tom Tromey  <tromey@redhat.com>
8778
8779         * printcmd.c (printf_command): Pass dummy argument to
8780         printf_filtered.
8781
8782 2010-03-04  Doug Evans  <dje@google.com>
8783
8784         * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
8785         unwound_fp.
8786
8787         * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
8788
8789 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
8790
8791         * breakpoint.c (update_watchpoint): Create a sentinel location if
8792         the software watchpoint isn't watching any memory.
8793         (breakpoint_address_bits): Skip dummy software watchpoint locations.
8794
8795 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
8796
8797         * utils.c (fputs_maybe_filtered): Check if there's already a top
8798         level interpreter before dereferencing it.  If there isn't one,
8799         don't paginate either.
8800
8801 2010-03-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
8802
8803         * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
8804         the state right when single stepping.
8805         (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
8806         Get the next PC along with the instruction state.
8807         (thumb_get_next_pc): Remove.
8808         (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
8809
8810 2010-03-04  Hui Zhu  <teawater@gmail.com>
8811
8812         * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
8813
8814 2010-03-03  Pedro Alves  <pedro@codesourcery.com>
8815
8816         * utils.c (fputs_maybe_filtered): Always disable pagination if the
8817         top level interpreter is MI.
8818
8819 2010-03-03 Stan Shebs  <stan@codesourcery.com>
8820
8821         * remote.c (remote_download_tracepoint): Iterate over locations.
8822         * tracepoint.c (validate_actionline): Ditto.
8823         (encode_actions): Add location argument.
8824         (trace_dump_command): Check all locations to see if stepping
8825         frame.
8826
8827 2010-03-03  H.J. Lu  <hongjiu.lu@intel.com>
8828             Eli Zaretskii  <eliz@gnu.org>
8829
8830         * NEWS: Add X86 general purpose registers section.
8831
8832 2010-03-03  Tom Tromey  <tromey@redhat.com>
8833
8834         PR mi/11098:
8835         * varobj.c (install_new_value): Handle case where new print_value
8836         is NULL.
8837
8838 2010-03-03  Dainis Jonitis  <jonitis@gmail.com>
8839
8840         PR gdb/11345:
8841         * printcmd.c (printf_command): Print end of format string using
8842         printf_filtered.
8843
8844 2010-03-02  Tom Tromey  <tromey@redhat.com>
8845
8846         * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
8847         * defs.h (read_command_lines_1): Add missing 'void'.
8848         * cli/cli-script.c (recurse_read_control_structure): Add missing
8849         'void'.
8850         (read_next_line): Likewise.
8851         (read_command_lines_1): Likewise.
8852
8853 2010-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
8854
8855         * spu-tdep.c (spu_analyze_prologue): Track instruction to
8856         store backchain as part of prologue.
8857
8858 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
8859
8860         * progspace.c (update_address_spaces): Update inferior address spaces
8861         also.
8862
8863 2010-03-02  Doug Evans  <dje@google.com>
8864
8865         * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
8866         lowpc,highpc args to addrmap_set_empty.
8867
8868 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
8869
8870         * amd64-tdep.c (amd64_byte_names): New.
8871         (amd64_word_names): Likewise.
8872         (amd64_dword_names): Likewise.
8873         (amd64_pseudo_register_name): Likewise.
8874         (amd64_pseudo_register_read): Likewise.
8875         (amd64_pseudo_register_write): Likewise.
8876         (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
8877         and num_mmx_regs.  Call set_gdbarch_pseudo_register_read,
8878         set_gdbarch_pseudo_register_write and
8879         set_tdesc_pseudo_register_name.  Don't call
8880         set_gdbarch_num_pseudo_regs.  Don't set mm0_regnum.
8881
8882         * i386-tdep.c (i386_num_mmx_regs): Removed.
8883         (i386_num_pseudo_regs): Likewise.
8884         (i386_byte_names): New.
8885         (i386_word_names): Likewise.
8886         (i386_byte_regnum_p): Likewise.
8887         (i386_word_regnum_p): Likewise.
8888         (i386_mmx_regnum_p): Updated.
8889         (i386_pseudo_register_name): Make it global.  Handle byte and
8890         word pseudo-registers.
8891         (i386_pseudo_register_read): Likewise.
8892         (i386_pseudo_register_write): Likewise.
8893         (i386_pseudo_register_type): Handle byte, word and dword
8894         pseudo-registers
8895         (i386_register_reggroup_p): Don't include pseudo
8896         registers, except for MXX, in any register groups.  Don't
8897         include pseudo byte, word, dword registers in general_reggroup.
8898         (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
8899         num_dword_regs, al_regnum, ax_regnum and eax_regnum.  Put MMX
8900         pseudo-registers after word pseudo-registers.  Call
8901         set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
8902
8903         * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
8904         al_regnum, num_word_regs, ax_regnum, num_dword_regs and
8905         eax_regnum.
8906         (i386_byte_regnum_p): New.
8907         (i386_word_regnum_p): Likewise.
8908         (i386_dword_regnum_p): Likewise.
8909         (i386_pseudo_register_name): Likewise.
8910         (i386_pseudo_register_read): Likewise.
8911         (i386_pseudo_register_write): Likewise.
8912
8913 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8914
8915         * target-descriptions.c (tdesc_type): Remove
8916         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8917         (tdesc_predefined_types): Likewise.
8918         (tdesc_gdb_type): Likewise.  Pass NULL to append_flags_type_flag
8919         if flag name is empty.
8920         (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
8921
8922         * features/i386/32bit-core.xml: Define i386_eflags.
8923         * features/i386/64bit-core.xml: Likewise.
8924
8925         * features/i386/32bit-sse.xml: Define i386_mxcsr.
8926         * features/i386/64bit-sse.xml: Likewise.
8927
8928         * features/i386/amd64-linux.c: Regenerated.
8929         * features/i386/amd64.c: Likewise.
8930         * features/i386/i386-linux.c: Likewise.
8931         * features/i386/i386.c: Likewise.
8932
8933 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
8934
8935         * gdbtypes.c (append_composite_type_field_raw): New.
8936         (append_composite_type_field_aligned): Use the new function.
8937         * gdbtypes.h (append_composite_type_field_raw): Declare.
8938         * target-descriptions.c (struct tdesc_type_field): Add start and end.
8939         (struct tdesc_type_flag): New type.
8940         (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
8941         kind.  Add size to u.u.  Add u.f for flags.
8942         (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
8943         (tdesc_free_type): Likewise.
8944         (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
8945         (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
8946         (tdesc_add_bitfield, tdesc_add_flag): New.
8947         * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
8948         (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
8949         * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
8950         current_type.  Add current_type_size and current_type_is_flags.
8951         (tdesc_start_union): Clear the new fields.
8952         (tdesc_start_struct, tdesc_start_flags): New.
8953         (tdesc_start_field): Handle struct fields, including bitfields.
8954         (field_attributes): Make type optional.  Add start and end.
8955         (union_children): Rename to struct_union_children.
8956         (union_attributes): Rename to struct_union_attributes.  Add optional
8957         size.
8958         (flags_attributes): New.
8959         (feature_children): Add struct and flags.
8960         * features/gdb-target.dtd: Add flags and struct to features.
8961         Make field type optional.  Add field start and end.
8962
8963 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8964
8965         * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
8966         (amd64_linux_read_description): Likewise.
8967         (_initialize_amd64_linux_nat): Set to_read_description to
8968         amd64_linux_read_description.
8969
8970         * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
8971         (amd64_linux_register_name): Removed.
8972         (amd64_linux_register_type): Likewise.
8973         (amd64_linux_core_read_description): New.
8974         (amd64_linux_init_abi): Set target description to
8975         tdesc_amd64_linux if needed.  Support orig_rax in target
8976         description.  Don't call set_gdbarch_register_name nor
8977         set_gdbarch_register_type.  Call
8978         set_gdbarch_core_read_description.
8979         (_initialize_amd64_linux_tdep): Call
8980         initialize_tdesc_amd64_linux.
8981
8982         * amd64-linux-tdep.h (tdesc_amd64_linux): New.
8983
8984         * amd64-tdep.c:  Include "features/i386/amd64.c".
8985         (amd64_register_names): Removed.
8986         (amd64_register_name): Likewise.
8987         (amd64_register_type): Likewise.
8988         (amd64_init_abi):  Set num_core_regs and register_names.  Set
8989         target description to tdesc_amd64 if needed.  Don't call
8990         set_gdbarch_register_name nor set_gdbarch_register_type.
8991         (_initialize_amd64_tdep): New.
8992
8993         * i386-linux-nat.c (i386_linux_read_description): New.
8994         (_initialize_i386_linux_nat): Set to_read_description to
8995         i386_linux_read_description.
8996
8997         * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
8998         (i386_linux_register_name): Removed.
8999         (i386_linux_core_read_description): New.
9000         (i386_linux_read_description): Likewise.
9001         (i386_linux_init_abi): Don't call set_gdbarch_register_name.
9002         Set target description to tdesc_i386_linux if needed.  Support
9003         orig_eax.  Set register_reggroup_p.  Call
9004         set_gdbarch_core_read_description.
9005         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
9006
9007         * i386-linux-tdep.h (tdesc_i386_linux): New.
9008
9009         * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
9010         with I387_NUM_REGS.
9011
9012         * i386-tdep.c: Include "features/i386/i386.c".
9013         (i386_register_names): Make it const.
9014         (i386_mmx_names): Likewise.
9015         (i386_num_register_names): Removed.
9016         (i386_register_name): Likewise.
9017         (i386_eflags_type): Likewise.
9018         (i386_mxcsr_type): Likewise.
9019         (i386_sse_type): Likewise.
9020         (i386_register_type): Likewise.
9021         (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
9022         (i386_pseudo_register_name): New.
9023         (i386_pseudo_register_type): Likewise.
9024         (i386_mmx_type): Make it static.
9025         (i386_gdbarch_init): Check arch.  Replace I386_NUM_FREGS with
9026         I387_NUM_REGS.  Set num_core_regs and register_names.  Don't
9027         call set_gdbarch_register_name nor set_gdbarch_register_type.
9028         Set register_reggroup_p.  Set target description to tdesc_i386
9029         if needed.  Call set_tdesc_pseudo_register_type,
9030         set_tdesc_pseudo_register_name and tdesc_use_registers.
9031         (_initialize_i386_tdep): Call initialize_tdesc_i386.
9032         initialize_tdesc_x86_64.
9033
9034         * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
9035         i386_mxcsr_type and i386_sse_type.  Add num_core_regs,
9036         register_names, tdesc and register_reggroup_p.
9037         (I386_NUM_FREGS): Removed.
9038         (i386_eflags_type): Likewise.
9039         (i386_mxcsr_type): Likewise.
9040         (i386_mmx_type): Likewise.
9041         (i386_sse_type): Likewise.
9042         (i386_register_name): Likewise.
9043         (i386_regnum): Add I386_MXCSR_REGNUM.
9044         (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
9045
9046         * i387-tdep.h (I387_NUM_REGS): New.
9047
9048         * regformats/i386/i386-linux.dat: Generated.
9049         * regformats/i386/i386.dat: Likewise.
9050         * regformats/i386/amd64-linux.dat: Likewise.
9051         * regformats/i386/amd64.dat: Likewise.
9052
9053         * regformats/reg-i386-linux.dat: Removed.
9054         * regformats/reg-i386.dat: Likewise.
9055         * regformats/reg-x86-64-linux.dat: Likewise.
9056         * regformats/reg-x86-64.dat: Likewise.
9057
9058 2010-03-01  Corinna Vinschen  <vinschen@redhat.com>
9059
9060         * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
9061         cygwin_conv_path API rather than the deprecated
9062         cygwin_conv_to_full_posix_path.
9063         * windows-nat.c:
9064         (GetModuleFileNameExA): Undefine for Cygwin.
9065         (GetModuleFileNameExW): Define for Cygwin.
9066         (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
9067         Call GetModuleFileNameExW and convert path to POSIX using
9068         cygwin_conv_path.
9069         (windows_make_so): Always define p.  Drop unused variable m.
9070         Don't use Win32 functions to check file existance, rather use
9071         access on Cygwin.  Fetch system directory using GetSystemDirectoryW.
9072         Use canonicalize_file_name to get full path.
9073         (get_image_name): Use wcstombs, rather than WideCharToMultiByte
9074         to convert Unicode pathname to multibyte on Cygwin.  Otherwise,
9075         use correct target buffer size in call to WideCharToMultiByte.
9076         (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
9077         (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
9078         (windows_create_inferior): Convert all paths and arguments to wchar_t
9079         and use CreateProcessW on Cygwin.
9080         (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
9081         (bad_GetModuleFileNameExA): Undefine for Cygwin.
9082         (bad_GetModuleFileNameExW): Define for Cygwin.
9083         (_initialize_loadable): Load GetModuleFileNameExW into
9084         dyn_GetModuleFileNameExW on Cygwin.  Don't load ANSI function on Cygwin.
9085
9086 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
9087
9088         PR python/11036
9089         * python/py-frame.c (frapy_read_var): Add block argument and logic
9090         to cope with user provided blocks.
9091
9092 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9093
9094         * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
9095         New comment.
9096
9097 2010-02-28  Corinna Vinschen  <vinschen@redhat.com>
9098
9099         * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
9100         (COMMON_OBS): ... to here since it's used unconditionally.
9101         (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
9102         (SFILES): To here.
9103
9104 2010-02-26  David Daney  <ddaney@caviumnetworks.com>
9105
9106         * mips-linux-tdep.c: Update struct sigframe comments.
9107         (SIGFRAME_CODE_OFFSET): Delete macro.
9108         (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
9109         this_frame's sp.
9110         (mips_linux_n32n64_sigframe_init): Same.
9111
9112 2010-02-26  Kevin Buettner  <kevinb@redhat.com>
9113
9114         * remote-mips.c (mips_load): Don't use pseudo-register when
9115         invalidating regcache.
9116
9117 2010-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
9118
9119         * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
9120
9121 2010-02-26  Pedro Alves  <pedro@codesourcery.com>
9122
9123         * NEWS: Add "New targets" section, and mention ARM Symbian
9124         support.
9125
9126 2010-02-26  Ulrich Weigand  <uweigand@de.ibm.com>
9127
9128         * dwarf2loc.c (struct piece_closure): Remove ARCH member,
9129         add ADDR_SIZE member.
9130         (allocate_piece_closure): Update.
9131         (copy_pieced_value_closure): Likewise.
9132         (dwarf2_evaluate_loc_desc): Likewise.
9133         (read_pieced_value): Use DWARF address size instead of
9134         GDB's gdbarch_addr_bit as size of values on the DWARF stack.
9135
9136 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
9137             Tom Tromey  <tromey@redhat.com>
9138
9139         * python/py-type.c (typy_lookup_typename): Add in block argument.
9140         If provided restrict lookup to specified blocks.
9141         (gdbpy_lookup_type): Likewise.
9142         (typy_lookup_type): Likewise.
9143
9144 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
9145
9146         Symbian config
9147
9148         gdb/
9149         * arm-symbian-tdep.c: New.
9150         * configure.tgt (arm*-*-symbianelf*): New target.
9151         (*-*-symbianelf*): New OS.
9152         * osabi.c (gdb_osabi_names): Add Symbian.
9153         * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
9154         * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
9155         (ALLDEPFILES): Add arm-symbian-tdep.c.
9156
9157 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
9158
9159         * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
9160
9161 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9162
9163         * mi/mi-main.c (mi_cmd_execute): Fix typo.
9164
9165 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
9166             Tom Tromey  <tromey@redhat.com>
9167             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9168
9169         * python/python.c (_initialize_python): Call
9170         gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
9171         gdbpy_initialize_blocks.
9172         * python/python-internal.h: Declare struct symbol, block and
9173         symtab_and_line.  Declare block_object_type and
9174         symbol_object_type
9175         (gdbpy_lookup_symbol gdbpy_block_for_pc)
9176         (symtab_and_line_to_sal_object, symtab_to_symtab_object)
9177         (symbol_to_symbol_object,  block_to_block_object)
9178         (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
9179         (gdbpy_initialize_blocks ): Declare.
9180         * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
9181         (frapy_select): Add methods.
9182         (frapy_read_var): Add symbol branch.
9183         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
9184         py-block.
9185         (SUBDIR_PYTHON_SRCS): Likewise.
9186         (py-symbol.o): New rule.
9187         (py-symtab.o): Likewise.
9188         (py-block.o): Likewise.
9189         * python/py-symbol.c: New file.
9190         * python/py-symtab.c: Likewise.
9191         * python/py-block.c: Likewise.
9192
9193 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9194
9195         PR gdb/11321
9196
9197         * inferior.h (prepare_for_detach): Declare.
9198         (struct inferior) <detaching>: New field.
9199         * infrun.c (prepare_for_detach): New.
9200         (handle_inferior_event) <random signal>: Don't stop if detaching.
9201         * target.c (target_detach): Call prepare_for_detach.
9202
9203 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9204
9205         Per-process displaced stepping queue.
9206
9207         * infrun.c (displaced_step_ptid, displaced_step_request_queue)
9208         (displaced_step_gdbarch, displaced_step_closure,
9209         (displaced_step_original, displaced_step_copy): Move globals to
9210         this...
9211         (struct displaced_step_inferior_state): ... new structure.
9212         (displaced_step_inferior_states): New global.
9213         (get_displaced_stepping_state, add_displaced_stepping_state)
9214         (remove_displaced_stepping_state, infrun_inferior_exit): New
9215         functions.
9216         (displaced_step_clear): Add displaced_step_inferior_state
9217         parameter, and adjust to handle it.
9218         (displaced_step_clear_cleanup): Parameter is now a
9219         displaced_step_inferior_state.  Adjust.
9220         (displaced_step_prepare): Adjust.
9221         (displaced_step_fixup, displaced_step_fixup)
9222         (infrun_thread_ptid_changed, resume): Adjust.
9223         (init_wait_for_inferior): Don't call displaced_step_clear.
9224         (infrun_thread_stop_requested): Rewrite.
9225         (_initialize_infrun): Install infrun_inferior_exit as
9226         inferior_exit observer.
9227
9228 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9229
9230         * inferior.h (ptid_match): Declare.
9231         * infrun.c (ptid_match): New.
9232         * remote.c (queued_stop_reply): Rewrite and use ptid_match.
9233         (handle_notification): Add debug output.
9234         * linux-nat.c (ptid_match): Delete.
9235
9236 2010-02-24  David S. Miller  <davem@davemloft.net>
9237
9238         * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
9239         * syscalls/sparc-linux.xml: New.
9240         * syscalls/sparc64-linux.xml: New.
9241         * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
9242         * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
9243         (sparc32_linux_get_syscall_number): New function.
9244         (sparc32_linux_init_abi): Set syscall XML file name and hook up
9245         syscall number fetcher.
9246         * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
9247         (sparc64_linux_get_syscall_number): New function.
9248         (sparc64_linux_init_abi): Set syscall XML file name and hook up
9249         syscall number fetcher.
9250
9251 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
9252
9253         Multiexec MI
9254
9255         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
9256         * inferior.c (add_inferior_silent): Notify inferior_added
9257         observer.
9258         (delete_inferior_1): Notify inferior_removed observer.
9259         (exit_inferior_1): Pass inferior, not pid, to observer.
9260         (inferior_appeared): Likewise.
9261         (add_inferior_with_spaces): New.
9262         (add_inferior_command): Use the above.
9263         * inferior.h (delete_inferior_1, add_inferior_with_spaces):
9264         Declare.
9265
9266         * inflow.c (inflow_inferior_exit): Likewise.
9267         * jit.c (jit_inferior_exit_hook): Likewise.
9268
9269         * mi/mi-cmds.c (mi_cmds): Register add-inferior and
9270         remove-inferior.
9271         * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9272         * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
9273         (report_initial_inferior): New.
9274         (mi_inferior_removed): Register the above. Make sure
9275         inferior_added observer is called on the first inferior.
9276         (mi_new_thread, mi_thread_exit): Thread group is now identified by
9277         inferior number, not pid.
9278         (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
9279         affected.
9280         * mi/mi-main.c (current_context): New.
9281         (proceed_thread_callback): Use typed closure.
9282         Proceed everything if pid is 0. Most implementation split into
9283         (proceed_thread): ... this.
9284         (run_one_inferior): New.
9285         (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
9286         Adjust for multiexec behaviour.
9287         (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
9288         (mi_cmd_execute): Handle the 'thread-group' option here.
9289         Do some extra checks.
9290         * mi-parse.c (mi_parse): Handle the --all and --thread-group
9291         options.
9292         * mi-parse.h (struct mi_parse): New fields all and thread_group.
9293
9294 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
9295
9296         Make -exec-run a proper MI commands.
9297
9298         * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
9299         * mi/mi-cmds.c (mi_cmds): Adjust.
9300         * mi/mi-main.c (mi_cmd_exec_run): New.
9301
9302 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9303             Stan Shebs  <stan@codesourcery.com>
9304
9305         * tracepoint.h (set_traceframe_number)
9306         (cleanup_restore_current_traceframe): Declare.
9307         * tracepoint.c (set_traceframe_number): New.
9308         (struct current_traceframe_cleanup): New.
9309         (do_restore_current_traceframe_cleanup)
9310         (restore_current_traceframe_cleanup_dtor)
9311         (make_cleanup_restore_current_traceframe): New.
9312         * infrun.c: Include tracepoint.h.
9313         (fetch_inferior_event): Switch out and in of tfind mode.
9314
9315 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
9316
9317         * breakpoint.c (breakpoint_init_inferior): Also delete
9318         bp_shlib_event breakpoints.
9319         * solib-frv.c (enable_break): Remove call to
9320         remove_solib_event_breakpoints.
9321         * solib-svr4.c (enable_break): Ditto.
9322         * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
9323         * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
9324         * solib-som.c (som_solib_create_inferior_hook): Ditto.
9325         * solib-spu.c (spu_enable_break): Ditto.
9326
9327 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
9328
9329         * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
9330
9331 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
9332
9333         * varobj.c (varobj_update): Avoid non-constants in initializers.
9334
9335 2010-02-23  Tom Tromey  <tromey@redhat.com>
9336
9337         * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
9338         handle big-endian values.
9339         (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
9340
9341 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
9342
9343         PR9605
9344
9345         gdb/
9346         * breakpoint.c (insert_bp_location): If inserting the read
9347         watchpoint failed, fallback to an access watchpoint.
9348         (bpstat_check_watchpoint): Stop for read watchpoint triggers even
9349         if the value changed, if not watching the same memory for writes.
9350         (watchpoint_locations_match): Add comment.
9351         (update_global_location_list): Copy the location's watchpoint type.
9352         * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
9353         handle read watchpoints here.
9354         (i386_insert_watchpoint): Read watchpoints aren't supported.
9355         * remote.c (remote_insert_watchpoint): Return 1 for unsupported
9356         packets.
9357         * target.h (target_insert_watchpoint): Update description.
9358
9359 2010-02-19  Tom Tromey  <tromey@redhat.com>
9360
9361         * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
9362         * m2-typeprint.c (m2_print_type): Update.
9363         * gdbtypes.c (recursive_dump_type): Update.
9364         (copy_type_recursive): Update.
9365         * c-typeprint.c (c_type_print_varspec_prefix): Update.
9366         (c_type_print_base): Update.
9367         * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
9368         Remove.
9369         (struct cplus_struct_type) <ntemplate_args>: Remove.
9370         <struct template_arg>: Remove.
9371         <is_dynamic>: Move earlier.
9372         (TYPE_TEMPLATE_ARGS): Remove.
9373         (TYPE_NTEMPLATE_ARGS): Remove.
9374         (TYPE_TEMPLATE_ARG): Remove.
9375
9376 2010-02-19  Tom Tromey  <tromey@redhat.com>
9377
9378         PR c++/8693, PR c++/9496:
9379         * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
9380         * c-exp.y (lex_one_token): Rename from yylex.  Don't call
9381         write_dollar_variable.  Don't try to classify NAME tokens.
9382         (token_and_value): New type.
9383         (token_fifo, popping, name_obstack): New globals.
9384         (classify_name): New function.
9385         (classify_inner_name): Likewise.
9386         (yylex): Likewise.
9387         (VARIABLE): Now has type sval.
9388         (exp : VARIABLE): Call write_dollar_variable.
9389         (qualified_name): Use TYPENAME, not typebase.  Add production for
9390         multiple "::" instances.
9391         (variable): Use name_not_typename.
9392         (qualified_type): Remove.
9393         (typebase): Update.
9394
9395 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9396
9397         * symfile.c (addr_info_make_relative): Extend comment.  Move SECT to
9398         a more inner block.  Initialize ADDR by LOWER_OFFSET only if it was
9399         found by bfd_get_section_by_name.
9400         * symfile.h (struct section_addr_info) <sectindex>: New comment.
9401
9402 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
9403
9404         * NEWS: Add new "[...] since 7.1" section.  Rename the "[...] since
9405         7.0 section" into "Changes in 7.1".
9406
9407 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
9408
9409         GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
9410         * version.in: Bump version to 7.1.50.20100219-cvs.
9411
9412 2010-02-18  Harald Koenig  <H.Koenig@science-computing.de>
9413
9414         * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
9415         * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
9416
9417 2010-02-17  Tom Tromey  <tromey@redhat.com>
9418
9419         * NEWS: Add Python API Improvements section.
9420
9421 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
9422
9423         * NEWS: Correct typo.
9424
9425 2010-02-17  Tom Tromey  <tromey@redhat.com>
9426
9427         * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
9428
9429 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9430
9431         * symfile.c (build_section_addr_info_from_objfile): Include sections
9432         only if they are SEC_ALLOC or SEC_LOAD.
9433
9434 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
9435
9436         PR shlibs/11293
9437         * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
9438         of ULONGEST for address size.
9439
9440 2010-02-17  Tom Tromey  <tromey@redhat.com>
9441
9442         * NEWS: Add C++ improvements section.
9443
9444 2010-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
9445
9446         * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
9447         PyThreadState_Swap): Avoid "statement with no effect" warning.
9448
9449 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9450
9451         * solib-svr4.c (enable_break <target_auxv_search>): New variable
9452         addr_bit.  Adjust LOAD_ADDR sign for cross-arch inferiors.
9453
9454 2010-02-17  Tristan Gingold  <gingold@adacore.com>
9455             Petr Hluzin  <petr.hluzin@gmail.com>
9456
9457         * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
9458         gdb_assert.  Fix info->size for SIG prologue.
9459
9460 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9461
9462         * infcmd.c (show_inferior_tty_command): Check for NULL.
9463         Correct output message.
9464
9465 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9466
9467         * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
9468         FUNCTION contains parentheses.  Improve removal of a trailing
9469         single quote.
9470
9471 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9472
9473         * gcore.c (do_bfd_delete_cleanup): New function.
9474         (gcore_command): Use it.  Discard the cleanup after success.
9475         (gcore_copy_callback): Delete dead code.
9476
9477 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
9478
9479         * symfile.c (addr_info_make_relative): Always use
9480         find_lowest_section.
9481
9482 2010-02-16  Sami Wagiaalla <swagiaal@redhat.com>
9483
9484         * NEWS: Added entry for namespace fixes.
9485
9486 2010-02-15  Tom Tromey  <tromey@redhat.com>
9487
9488         * dwarf2read.c (guess_structure_name): Allocate name on the
9489         objfile obstack.
9490
9491 2010-02-15  Tom Tromey  <tromey@redhat.com>
9492
9493         * c-typeprint.c (c_type_print_base): Reverse order of test.
9494
9495 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9496
9497         * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize.  Optionally
9498         initialize it from ELF BFD.  Extend the prelink condition by it.
9499
9500 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9501
9502         * defs.h (parse_pid_to_attach): New.
9503         * utils.c (parse_pid_to_attach): New.
9504         * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
9505         * gnu-nat.c (gnu_attach): Likewise.
9506         * nto-procfs.c (procfs_attach): Likewise.
9507         * procfs.c (procfs_attach): Likewise.
9508         * windows-nat.c (windows_attach): Likewise.
9509         * inf-ptrace.c (inf_ptrace_attach): Likewise.  Remove variable dummy.
9510         * inf-ttrace.c (inf_ttrace_attach): Likewise.
9511         * remote.c (extended_remote_attach_1): Likewise.  New comment on getpid
9512         check.
9513
9514 2010-02-14  Masaki Muranaka  <monaka@monami-software.com>
9515
9516         * MAINTAINERS: Add myself for write after approval privileges.
9517
9518 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9519
9520         * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
9521         block.
9522
9523 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9524
9525         * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
9526         only if INFO_VERBOSE.
9527
9528 2010-02-12  Tomas Holmberg <th@virtutech.com>
9529
9530         * mi/mi-main.c: Added the --reverse flag to the following MI
9531         commands: exec-continue, exec-finish, exec-next, exec-step,
9532         exec-next-instruction, exec-step-instruction. This is to
9533         support reverse execution over the MI interface to gdb.
9534
9535 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9536
9537         * tracepoint.c (_initialize_tracepoint): Specify that the address
9538         range of `tfind outsize' is exclusive, and that the address range
9539         of `tfind range' is inclusive, in the commands' help strings.
9540
9541 2010-02-12  Joel Brobecker  <brobecker@adacore.com>
9542
9543         Spurious "dll not found" error messages on x64-windows.
9544         * windows-nat.c: Add include of complaints.h.
9545         (handle_unload_dll): Change dll-not-found error into a complaint.
9546
9547 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9548
9549         * breakpoint.c (allocate_bp_location): Use bp_loc_other for
9550         bp_tracepoint and bp_fast_tracepoint, not
9551         bp_loc_software_breakpoint.
9552         (update_global_location_list): Tracepoints are never duplicates of
9553         anything.
9554
9555 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
9556
9557         * breakpoint.c (break_command_really): Change return type to int.
9558         Return false if no breakpoint was created, true otherwise.
9559         (trace_command): Don't set the tracepoint count if no tracepoint
9560         was created.
9561         (ftrace_command): Ditto.
9562         (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
9563         created in the breakpoints table.
9564
9565 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9566             Ulrich Weigand  <uweigand@de.ibm.com>
9567
9568         * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
9569
9570 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9571
9572         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
9573         the offset value isn't of integral type.
9574
9575 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9576
9577         * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
9578         New.
9579
9580 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9581
9582         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
9583         non-subscriptable types.
9584         * valarith.c (binop_types_user_defined_p): New, abstracted out
9585         from ...
9586         (binop_user_defined_p): ... this.
9587         * value.h (binop_types_user_defined_p): Declare.
9588
9589 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9590
9591         * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
9592         Merge uploaded TSVs before merging uploaded tracepoints.
9593
9594 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
9595
9596         * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
9597
9598 2010-02-11  Vladimir Prus  <vladimir@codesourcery.com>
9599
9600         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
9601         whitespace character after a dot in comment.
9602         (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
9603         Likewise.
9604         (list_args_or_locals): For the 'all' (that is
9605         -stack-list-variables) case, always output list of tuples.
9606         Output 'arg' field if variable is argument.
9607
9608 2010-02-10  Tom Tromey  <tromey@redhat.com>
9609
9610         * parser-defs.h (parser_debug): Declare.
9611         * parse.c (_initialize_parse): Install "debug parser" set/show
9612         command.
9613         (parser_debug): New global.
9614         (show_parserdebug): New function.
9615         * c-exp.y (c_parse): Set yydebug.
9616
9617 2010-02-10  H.J. Lu  <hongjiu.lu@intel.com>
9618
9619         * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
9620         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9621         (tdesc_predefined_types): Add i387_ext, i386_eflags and
9622         i386_mxcsr.
9623         (tdesc_find_type): New.
9624         (tdesc_gdb_type): Use tdesc_find_type.  Handle TDESC_TYPE_I387_EXT,
9625         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
9626
9627         * target-descriptions.h (tdesc_find_type): New.
9628
9629 2010-02-10  Michael Snyder  <msnyder@vmware.com>
9630
9631         * gdb-gdb.py: Comment fix.
9632
9633 2010-02-09  Tristan Gingold  <gingold@adacore.com>
9634
9635         * machoread.c (macho_symfile_relocate): New function.
9636         (macho_sym_fns): Use macho_symfile_relocate instead of
9637         default_symfile_relocate.
9638         (macho_oso_data): New type.
9639         (current_oso): New variable.
9640         (macho_add_oso_symfile): Do not compute section_addr_info, but
9641         instead set vma of sections.
9642         Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
9643         Set and clear current_oso.
9644
9645 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
9646
9647         Wrong type description for tagged type parameter.
9648         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
9649         EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
9650         reference to a tagged type.
9651
9652 2010-02-09  Tristan Gingold  <gingold@adacore.com>
9653
9654         * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
9655         brothers of the parent.
9656
9657 2010-02-08  Tom Tromey  <tromey@redhat.com>
9658
9659         PR c++/8017:
9660         * value.h: Update.
9661         * valops.c (search_struct_field): Make 'name' const.
9662         (search_struct_method): Likewise.
9663         (find_method_list): Make 'method' const.
9664         (value_struct_elt): Make 'name' and 'err' const.
9665         (value_find_oload_method_list): Make 'method' const.
9666         (find_overload_match): Make 'name' const.
9667         * eval.c (evaluate_subexp_standard): New locals function,
9668         function_name.
9669         <OP_FUNCALL>: Handle OP_SCOPE specially.
9670
9671 2010-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
9672
9673         * infrun.c (handle_inferior_event): Do not look up regcache
9674         for exited processes.
9675
9676 2010-02-08  Chris Moller  <moller@mollerware.com>
9677
9678         PR gdb/10728
9679         * valarith.c (value_ptrdiff): Added a test for a zero type length,
9680         warn if found, and assume length = 1.
9681
9682 2010-02-08  Chris Moller  <cmoller@redhat.com>
9683
9684         PR gdb/9067
9685         * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
9686         (cp_print_static_field)  Fix use of obstacks.
9687
9688 2010-02-08  Pedro Alves  <pedro@codesourcery.com>
9689
9690         * linux-nat.c (linux_nat_resume): In non-stop, also only tag
9691         resumed LWPs as resumed.
9692         (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
9693         we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
9694         of throwing an internal error.  If an LWP of a process we're not
9695         waiting for reports a signal, don't force collecting a SIGSTOP,
9696         and if it was breakpoint hit in non-stop mode, cancel it.  Don't
9697         go through all LWPs cancelling breakpoints in non-stop mode.
9698         (resume_stopped_resumed_lwps): New.
9699         (linux_nat_wait): Use it.
9700
9701 2010-02-07  H.J. Lu  <hongjiu.lu@intel.com>
9702
9703         * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
9704         i386/amd64 and i386/amd64-linux.
9705         (i386/i386-expedite): New.
9706         (i386/i386-linux-expedite): Likewise.
9707         (i386/amd64-expedite):Likewise.
9708         (i386/amd64-linux-expedite): Likewise.
9709         ($(outdir)/i386/i386-linux.dat): Likewise.
9710         ($(outdir)/i386/amd64.dat): Likewise.
9711         ($(outdir)/i386/amd64-linux.dat): Likewise.
9712
9713         * features/i386/32bit-core.xml: New.
9714         * features/i386/32bit-linux.xml: Likewise.
9715         * features/i386/32bit-sse.xml: Likewise.
9716         * features/i386/64bit-core.xml: Likewise.
9717         * features/i386/64bit-linux.xml: Likewise.
9718         * features/i386/64bit-sse.xml: Likewise.
9719         * features/i386/i386-linux.xml: Likewise.
9720         * features/i386/i386.xml: Likewise.
9721         * features/i386/amd64-linux.xml: Likewise.
9722         * features/i386/amd64.xml: Likewise.
9723         * features/i386/i386-linux.c: Likewise.
9724         * features/i386/i386.c: Likewise.
9725         * features/i386/amd64-linux.c: Likewise.
9726         * features/i386/amd64.c: Likewise.
9727
9728 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
9729
9730         PR c++/7935:
9731         * cp-support.h: Added char* alias element to using_direct data
9732         struct.
9733         (cp_add_using): Added char* alias argument.
9734         (cp_add_using_directive): Ditto.
9735         * cp-namespace.c: Updated with the above changes.
9736         (cp_lookup_symbol_imports): Check for aliases.
9737         * dwarf2read.c (read_import_statement): Figure out local alias
9738         for the import and pass it on to cp_add_using.
9739         (read_namespace): Pass alias argument to cp_add_using.
9740
9741 2010-02-05  Hui Zhu  <teawater@gmail.com>
9742
9743         * defs.h (gdb_bfd_errmsg): New extern.
9744         * exec.c (exec_file_attach): Change bfd_errmsg to
9745         gdb_bfd_errmsg.
9746         * utils.c (AMBIGUOUS_MESS1): New macro.
9747         (AMBIGUOUS_MESS2): New macro.
9748         (gdb_bfd_errmsg): New function.
9749
9750 2010-02-04  Doug Evans  <dje@google.com>
9751
9752         * solib-svr4.c (enable_break): Add comment.
9753
9754 2010-02-04  Anthony Green  <green@moxielogic.com>
9755
9756         * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
9757         gracefully.
9758
9759 2010-02-04  Tom Tromey  <tromey@redhat.com>
9760
9761         * valops.c (search_struct_field): Account for
9762         value_embedded_offset.  Fix check for virtual base past the end of
9763         the object.  Use value_copy when making a slice of the value.
9764
9765 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
9766
9767         PR tui/9622
9768         * tui/tui-interp.c (tui_init): Call tui_initialize_readline
9769         only if gdb_stdout is a tty.
9770
9771 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
9772
9773         * target-descriptions.c: Include "osabi.h".
9774         (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
9775         OSABI.
9776
9777 2010-02-04  Tristan Gingold  <gingold@adacore.com>
9778
9779         * machoread.c (macho_add_oso): Renamed to macho_register_oso.
9780         (macho_symtab_read): Adjust calls to macho_add_oso.
9781         (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
9782         (macho_symfile_read): Adjust call to macho_oso_symfile.
9783         (macho_new_init): Move this function after declarations.
9784         (macho_symfile_init): Ditto.
9785         * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
9786         * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
9787
9788 2010-02-04  Vladimir Prus  <vladimir@codesourcery.com>
9789
9790         Include MI command in remotelog.
9791
9792         * mi/mi-main.c (mi_execute_command): Call target_log_command.
9793
9794 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
9795
9796         * remote.c (remote_state): Remove gdbarch.
9797         (init_remote_state): Don't set gdbarch.
9798         (remote_query_supported): Pass target_gdbarch instead of
9799         rs->gdbarch to gdbarch_qsupported.
9800
9801 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
9802
9803         * gdbarch.sh: Add qsupported.
9804
9805         * gdbarch.c: Regenerated.
9806         * gdbarch.h: Likewise.
9807
9808         * remote.c (remote_state): Add gdbarch.
9809         (init_remote_state): Set gdbarch.
9810         (remote_query_supported): Support gdbarch_qsupported.
9811
9812 2010-02-03  Daniel Jacobowitz  <dan@codesourcery.com>
9813
9814         * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
9815         __FreeBSD_kernel_version.
9816
9817 2010-02-03  Tristan Gingold  <gingold@adacore.com>
9818
9819         * symfile.h (struct sym_fns): Add sym_relocate field.
9820         (default_symfile_relocate): New prototype.
9821         (symfile_relocate_debug_section): First argument is now an objfile.
9822         * symfile.c (default_symfile_relocate): Rename from
9823         symfile_relocate_debug_section, first argument is now an objfile.
9824         (symfile_relocate_debug_section): New function.
9825         * coffread.c (coff_sym_fns): Set sym_relocate field.
9826         * somread.c (som_sym_fns): Ditto.
9827         * mipsread.c (ecoff_sym_fns): Ditto.
9828         * machoread.c (macho_sym_fns): Ditto.
9829         * elfread.c (elf_sym_fns): Ditto.
9830         * dwarf2read.c (dwarf2_read_section): Ditto.
9831         * xcoffread.c (xcoff_sym_fns): Ditto.
9832         * dbxread.c (aout_sym_fns): Ditto.
9833         (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
9834         (elfstab_build_psymtabs): Ditto.
9835
9836 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
9837
9838         * defs.h (MAX_REGISTER_SIZE): Increase to 32.
9839
9840 2010-02-02  Tom Tromey  <tromey@redhat.com>
9841
9842         * valops.c (value_cast_structs): Try downcasting using the RTTI
9843         type.
9844
9845 2010-02-02  Tom Tromey  <tromey@redhat.com>
9846
9847         * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
9848         (gnuv2_baseclass_offset): Now static.
9849         * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
9850         * gnu-v2-abi.h: Remove.
9851
9852 2010-02-02  Tom Tromey  <tromey@redhat.com>
9853
9854         * m2-typeprint.c (m2_record_fields): Don't use
9855         TYPE_DECLARED_TYPE.
9856         * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
9857         (struct main_type) <flag_declared_class>: New field.
9858         (struct cplus_struct_type) <declared_type>: Remove.
9859         <ntemplate_args>: Move earlier.
9860         (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
9861         (DECLARED_TYPE_TEMPLATE): Remove.
9862         (TYPE_DECLARED_TYPE): Remove.
9863         * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
9864         * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
9865         * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
9866         TYPE_DECLARED_TYPE.
9867
9868 2010-02-02  Tom Tromey  <tromey@redhat.com>
9869
9870         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
9871         * valops.c (search_struct_field): Compute nbases after calling
9872         CHECK_TYPEDEF.
9873         (check_field): Call CHECK_TYPEDEF.
9874         * cp-valprint.c (cp_print_value): Pass correct address to
9875         baseclass_offset.  Fix check for virtual base past the end of the
9876         object.  Don't offset address passed to cp_print_value_fields or
9877         apply_val_pretty_printer.
9878         (cp_print_value_fields): Fix call to val_print.
9879         (cp_print_value_fields_rtti): New function.
9880         * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
9881         * p-valprint.c (pascal_object_print_value_fields): Fix call to
9882         val_print.
9883         * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
9884         offset to address.
9885         * language.h (struct language_defn) <la_val_print>: Document.
9886         * c-lang.h (cp_print_value_fields_rtti): Declare.
9887
9888 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9889
9890         PR libc/11214:
9891         * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9892         (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
9893         (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9894
9895 2010-02-01  Michael Matz  <matz@suse.de>
9896             Daniel Jacobowitz  <dan@codesourcery.com>
9897
9898         * i386-tdep.c (i386_frame_cache): Assume valid anonymous
9899         functions use a frame pointer.
9900
9901 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9902
9903         * solib-svr4.c (scan_dyntag): New variable dyn_addr.  Replace gdb_assert
9904         by a conditional setting DYN_ADDR.  Use DYN_ADDR.
9905         * config/djgpp/fnchange.lst: Add translations for
9906         symbol-without-target_section.exp and symbol-without-target_section.c.
9907
9908 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9909
9910         * gdbarch.sh: Set LANG and LC_ALL to C, not c.
9911         (remote_breakpoint_for_pc): Correct invalid_p check.
9912         * gdbarch.c: Regenerated.
9913
9914 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9915
9916         * arm-tdep.c (arm_find_mapping_symbol): New function, from
9917         arm_pc_is_thumb.
9918         (arm_pc_is_thumb): Use arm_find_mapping_symbol.
9919         (extend_buffer_earlier): New function.
9920         (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
9921         (arm_adjust_breakpoint_address): New function.
9922         (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
9923
9924 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9925
9926         * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
9927         (arm_linux_thumb2_le_breakpoint): New constants.
9928         (arm_linux_init_abi): Set thumb2_breakpoint and
9929         thumb2_breakpoint_size.
9930         * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
9931         (thumb_get_next_pc): Add a comment.  Rename IT to ITSTATE.
9932         Implement support for single stepping through IT blocks if
9933         a 32-bit Thumb breakpoint instruction is available.
9934         (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
9935         is available, use it when needed.
9936         (arm_remote_breakpoint_from_pc): New function.
9937         (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
9938         * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
9939         comment.  Add thumb2_breakpoint and thumb2_breakpoint_size.
9940
9941 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9942
9943         * arch-utils.c (default_remote_breakpoint_from_pc): New function.
9944         * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
9945         * gdbarch.c, gdbarch.h: Regenerated.
9946         * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
9947         * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
9948         gdbarch_remote_breakpoint_from_pc.
9949
9950 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
9951
9952         * infrun.c (prepare_to_proceed): Handle other signals which might
9953         match a breakpoint.
9954         (handle_inferior_event): Move the check for unusual breakpoint
9955         signals earlier.
9956
9957 2010-01-29  Paul Hilfinger  <hilfinger@adacore.com>
9958
9959         amd64 - function returning record with field straddling 2 registers.
9960         * amd64-tdep.c (amd_classify_aggregate): Handle the case of
9961         a record of length <= 16 in which a field straddles the two
9962         eightbytes.
9963
9964 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9965
9966         Implement return values on amd64-windows.
9967         * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
9968         (amd64_windows_return_value): New function.
9969         (amd64_windows_init_abi): Call set_gdbarch_return_value with
9970         amd64_windows_return_value.
9971
9972 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9973
9974         amd64-windows: 32 bytes allocated on stack by caller for integer
9975         parameter registers.
9976         * i386-tdep.h (struct gdbarch_tdep): Add new field
9977         integer_param_regs_saved_in_caller_frame.
9978         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9979         tdep->integer_param_regs_saved_in_caller_frame to 1.
9980         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
9981         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
9982
9983 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9984
9985         amd64-windows: memory args passed by pointer during function calls.
9986         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
9987         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
9988         where tdep->memory_args_by_pointer is non-zero.
9989         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9990         tdep->memory_args_by_pointer to 1.
9991
9992 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9993
9994         amd64-windows: Integer parameters in function calls.
9995         * i386-tdep.h (enum amd64_reg_class): New, moved here from
9996         amd64-tdep.c.
9997         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
9998         call_dummy_integer_regs, and classify.
9999         * amd64-tdep.h (amd64_classify): Add declaration.
10000         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
10001         (amd64_reg_class): Delete, moved to i386-tdep.h.
10002         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
10003         Replace call to amd64_classify by call to tdep->classify.
10004         (amd64_push_arguments): Get the list of registers to use for
10005         passing integer parameters from the gdbarch tdep structure,
10006         rather than using a hardcoded one.  Replace calls to amd64_classify
10007         by calls to tdep->classify.
10008         (amd64_push_dummy_call): Get the register number used for
10009         the "hidden" argument from tdep->call_dummy_integer_regs.
10010         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
10011         and tdep->call_dummy_integer_regs.  Set tdep->classify.
10012         * amd64-windows-tdep.c: Add include of gdbtypes.h.
10013         (amd64_windows_dummy_call_integer_regs): New static global.
10014         (amd64_windows_classify): New function.
10015         (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
10016         tdep->call_dummy_integer_regs and tdep->classify.
10017
10018 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
10019
10020         * regcache.c (regcache_xmalloc): Add aspace argument.  Use it
10021         for the new regcache.  All callers updated.
10022         (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
10023         (get_thread_arch_regcache): Do not set aspace here.
10024         * regcache.h (regcache_xmalloc): Update declaration.
10025
10026         * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
10027         regcache_xmalloc updated.
10028
10029 2010-01-28  Joel Brobecker  <brobecker@adacore.com>
10030
10031         Another -Wunused-function error in procfs.c (sparc-solaris)
10032         * procfs.c (insert_dbx_link_breakpoint): Delete declaration.  Move up.
10033         Only define if SYS_syssgi is defined.
10034         (remove_dbx_link_breakpoint): Delete declaration.  Move up.
10035         (dbx_link_addr, insert_dbx_link_bpt_in_file)
10036         (insert_dbx_link_bpt_in_region): Move up.  Only define if SYS_syssgi
10037         is itself defined.
10038
10039 2010-01-27  Christopher Faylor  <me+cygwin@cgf.cx>
10040
10041         * windows-nat.c (windows_initialization_done): New variable.
10042         (get_windows_debug_event): Issue error when process dies before
10043         completely initializing.
10044         (do_initial_windows_stuff): Set flag to indicate when we are done with
10045         the initial steps of attaching to the child.
10046
10047 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10048
10049         * symtab.h (struct symbol <symtab>): New comment on NULL values.
10050
10051 2010-01-27  Doug Evans  <dje@google.com>
10052
10053         * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
10054
10055         * breakpoint.c (bpstat_stop_status): Delete useless code.
10056
10057 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10058
10059         * printcmd.c (display_uses_solib_p): Remove variable section.  Access
10060         objfile via SYMBOL_SYMTAB.
10061
10062 2010-01-26  Tom Tromey  <tromey@redhat.com>
10063
10064         PR exp/7643:
10065         * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
10066         coerce_array on result.
10067
10068 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
10069
10070         * cp-namespace.c (cp_lookup_symbol_namespace): Added
10071         search_parent argument.
10072         (cp_add_using): Initialize 'searched' field.
10073         (reset_directive_searched): New function.
10074         * cp-support.h: Add 'searched' field to using_direct struct.
10075         (cp_lookup_symbol_imports): Ditto.
10076         * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
10077         Perform recursive search.
10078         Implement non parent search.
10079         * valops.c (value_maybe_namespace_elt): Updated.
10080
10081 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
10082
10083         PR gdb/10929:
10084         * dwarf2read.c (read_lexical_block_scope): Create blocks for
10085         scopes which contain using directives even if they contain no
10086         declarations.
10087         * symtab.c (lookup_symbol_aux): Pass lowest level block to
10088         la_lookup_symbol_nonlocal.
10089         * cp-namespace.c (cp_lookup_symbol_nonlocal): call
10090         cp_lookup_symbol_namespace.
10091         (cp_lookup_symbol_namespace): Perform an import lookup at every
10092         block level.
10093         (cp_lookup_symbol_imports): New function.
10094         (cp_lookup_symbol_in_namespace): New function.
10095
10096 2010-01-25  Tom Tromey  <tromey@redhat.com>
10097
10098         PR gdb/11049:
10099         * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
10100         result.
10101
10102 2010-01-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10103
10104         * configure.ac: Only use host_os part when disabling TUI on osf.
10105         Use test to check variables, prefix strings with x.
10106         * configure: Regenerate.
10107
10108         * solib-osf.c (osf_current_sos): Initialize tail.
10109
10110 2010-01-25  gingold  <gingold@adacore.com>
10111
10112         * windows-nat.c (windows_continue): Use %x to print thread id.
10113         (get_windows_debug_event): Ditto.
10114
10115 2010-01-22  Tom Tromey  <tromey@redhat.com>
10116
10117         PR symtab/11199:
10118         * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
10119         type and arguments.  Use smash_to_methodptr_type.
10120         (read_structure_type): Call quirk_gcc_member_function_pointer
10121         later.
10122         * gdbtypes.h (smash_to_methodptr_type): Declare.
10123         * gdbtypes.c (smash_to_methodptr_type): New function.
10124         (lookup_methodptr_type): Use it.
10125
10126 2010-01-21  Tom Tromey  <tromey@redhat.com>
10127
10128         PR symtab/11198:
10129         * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
10130         * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
10131         * glibc-tdep.c (find_minsym_and_objfile): Remove.
10132         (glibc_skip_solib_resolver): Use
10133         lookup_minimal_symbol_and_objfile.
10134
10135 2010-01-21  Kai Tietz  <kai.tietz@onevision.com>
10136
10137         * inflow.c (check_syscall): Guard by #if clause for GO32 and
10138         WIN32 targets.
10139
10140 2010-01-20  Tom Tromey  <tromey@redhat.com>
10141
10142         PR backtrace/10770:
10143         * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
10144         BINOP_GEQ.  Handle BINOP_NOTEQUAL in the signed case.
10145         * dwarf2expr.c (new_dwarf_expr_context): Allocate
10146         dwarf_stack_values, not CORE_ADDRs.
10147         (execute_stack_op): Change DW_OP_div and comparison operators to
10148         use signed operands.
10149
10150 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
10151
10152         Per-inferior args and tty and environment.
10153
10154         * infcmd.c (inferior_args): Rename to ...
10155         (inferior_args_scratch): ... this.
10156         (inferior_io_terminal): Rename to ...
10157         (inferior_io_terminal_scratch): ... this.
10158         (inferior_argc, inferior_argv): Remove.
10159         (set_inferior_io_terminal, get_inferior_io_terminal): Store
10160         inside current_inferior().
10161         (set_inferior_tty_command, show_inferior_tty_command): New.
10162         (get_inferior_args, set_inferior_args): Store inside
10163         current_inferior().
10164         (notice_args_set): Likewise and rename to...
10165         (set_args_command): ... this.
10166         (set_inferior_args_vector): Likewise.
10167         (notice_args_read): Rename to...
10168         (show_args_command): ...new.
10169         (tty_command): Remove.
10170         (run_command_1): Don't free old args, as they are freed by
10171         set_inferior_arg now.
10172         (run_no_args_command): Likewise.
10173         (inferior_environ): Remove.
10174         (run_command_1): Use environment of the current inferior.
10175         (environment_info, set_environment_command)
10176         (unset_environment_command, path_info, path_command): Likewise.
10177         (_initialize_infcmd): Adjust for function and variable renames.
10178         Do not init inferior_environ.
10179         * inferior.h (set_inferior_arg): Adjust prototype.
10180         (struct inferior): New fields args, argc, argv, terminal, environment.
10181         (inferior_environ): Remove declaration.
10182         * inferior.c (free_inferior): Free new fields.
10183         (add_inferior_silent): Initialize 'environment' field.
10184         * main.c (captured_main): Set arguments only after the initial
10185         inferior has been created.  Set set_inferior_io_terminal,
10186         not tty_command.
10187         * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
10188         inferior.
10189         (_initialize_mi_cmd_env): Adjust for disappearance of global
10190         inferior_environ.
10191         * solib.c (solib_find): Use environment of the current inferior.
10192
10193 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10194
10195         * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
10196         HAVE_PYTHON.
10197         (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
10198
10199 2010-01-20  Joel Brobecker  <brobecker@adacore.com>
10200
10201         Get rid of ada-lang.c:function_name_from_pc.
10202         * ada-lang.c: Add "stack.h" #include.
10203         (function_name_from_pc): Delete.
10204         (is_known_support_routine): Replace call to function_name_from_pc
10205         by call to find_frame_funname.
10206         (ada_unhandled_exception_name_addr_from_raise): Likewise.
10207
10208 2010-01-19  Tom Tromey  <tromey@redhat.com>
10209
10210         PR c++/11026:
10211         * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
10212         objfile obstack.
10213
10214 2010-01-19  Tom Tromey  <tromey@redhat.com>
10215
10216         * top.c (stop_sig, float_handler, do_nothing): Remove.
10217
10218 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10219
10220         * breakpoint.c (watchpoint_check): Check the call
10221         gdbarch_in_function_epilogue_p before calling frame_find_by_id.
10222         Extend the comment.
10223         * config/djgpp/fnchange.lst: Add translations for
10224         watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
10225         watchpoint-cond-gone-stripped.c.
10226
10227 2010-01-19  Tom Tromey  <tromey@redhat.com>
10228
10229         PR c++/8000:
10230         * dwarf2read.c (partial_die_parent_scope): Put enumeration type
10231         into parent scope, and enumerator into grandparent scope.
10232
10233 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10234
10235         * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
10236
10237 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10238
10239         * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
10240         i[34567]86-*-solaris2.1[0-9]*.
10241         * configure.tgt: Likewise.
10242
10243 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10244
10245         * NEWS: Document the source command enhancement allowing it
10246         to load Python scripts. Document the "set/show script-extension"
10247         commands.
10248
10249 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10250
10251         Add -Wunused-function to compile flags.
10252         * configure.ac: Add -Wunused-function to build_warnings.
10253         * configure: Regenerate.
10254
10255 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10256
10257         "delete" ada-lex.c:input function, not used.
10258         * ada-lex.l: #define YY_NO_INPUT.
10259
10260 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10261
10262         Delete free_named_symtabs and associated cleanup.
10263         * symfile.h (free_named_symtabs): Delete declaration.
10264         * symfile.c: Remove some commented out code (clear_symtab_users_once).
10265         (cashier_psymtab): Comment function out.
10266         Delete declaration.
10267         (free_named_symtabs): Delete.
10268         * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
10269         * dbxread.c (end_psymtab): Likewise.
10270         * dwarf2read.c (process_psymtab_comp_unit): Ditto.
10271         * exec.c (exec_close_1): Ditto.
10272         * xcoffread.c (xcoff_end_psymtab): Likewise.
10273
10274 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10275
10276         * stack.c (print_block_frame_labels): Comment function out.
10277
10278 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
10279
10280         Delete unused or undefined functions.
10281         * breakpoint.c (ep_parse_optional_filename): Delete.
10282         * dcache.c (dcache_write_line): Remove declaration.
10283         * infrun.c (build_infrun): Remove declaration.
10284         * tracepoint.c (tracepoint_save_command): Remove declaration.
10285         * linux-nat.c (init_lwp_list): Delete. No longer used.
10286         * event-loop.c (check_async_signal_handlers): Delete declaration.
10287         * infrun.c (init_execution_control_state): Delete.
10288         (proceed): Update comment to avoid mentioning
10289         init_execution_control_state.
10290         * target.c (kill_or_be_killed, nosupport_runtime): Delete.
10291         * ada-lang.c (ada_to_static_fixed_value): Delete.
10292         * scm-lang.c (evaluate_subexp_scm): Delete declaration.
10293         * cp-namespace.c (cp_copy_usings): Delete.
10294         * xml-syscall.c (xml_number_of_syscalls): Delete.
10295         * progspace.c (find_program_space_by_num): Delete.
10296         * inflow.c (handle_sigio): Delete declaration.
10297         * hppa-tdep.c (hppa_alignof): Delete.
10298         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
10299         (mipsnbsd_core_osabi_sniffer): Delete.
10300
10301 2010-01-18  Tom Tromey  <tromey@redhat.com>
10302
10303         PR c++/9680:
10304         * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
10305         (CONST_CAST): New tokens.
10306         (exp): Add new productions.
10307         (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
10308         reinterpret_cast.
10309         (is_cast_operator): New function.
10310         (yylex): Handle cast operators specially.
10311         * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
10312         UNOP_REINTERPRET_CAST>: New cases.
10313         * expprint.c (print_subexp_standard): Likewise.
10314         (op_name_standard): Likewise.
10315         (dump_subexp_body_standard): Likewise.
10316         * parse.c (operator_length_standard): Likewise.
10317         * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
10318         UNOP_REINTERPRET_CAST.
10319         * gdbtypes.c (class_types_same_p): New function.
10320         (is_ancestor): Use it.
10321         (is_public_ancestor): New function.
10322         (is_unique_ancestor_worker): Likewise.
10323         (is_unique_ancestor): Likewise.
10324         * gdbtypes.h (class_types_same_p, is_public_ancestor)
10325         (is_unique_ancestor): Declare.
10326         * valops.c (value_reinterpret_cast): New function.
10327         (dynamic_cast_check_1): Likewise.
10328         (dynamic_cast_check_2): Likewise.
10329         (value_dynamic_cast): Likewise.
10330         * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
10331
10332 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10333
10334         Fix build failure when building without Python support.
10335         * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
10336         is not defined.
10337
10338 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10339
10340         Use XVS field type instead of doing a parallel lookup.
10341         * ada-lang.c (ada_get_base_type): Follow the XVS field type
10342         if it is a reference type instead of doing a type lookup using
10343         the XVS field name.
10344
10345 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
10346
10347         Trust PAD types instead of using PAD___XVS.
10348         * ada-lang.c (trust_pad_over_xvs): New static variable.
10349         (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
10350         parallel XVS type, follow the XVS type instead of the PAD type.
10351         (unwrap_value): Make sure that there is no parallel XVE type
10352         before returning the value as is.
10353         (set_ada_list, show_ada_list): New static variables.
10354         (set_ada_command, show_ada_command): New functions.
10355         (_initialize_ada_language): Add new "set/show ada" prefix commands.
10356         Add new "set/show ada trust-PAD-over-XVS" setting.
10357
10358 2010-01-18  Tom Tromey  <tromey@redhat.com>
10359             Thiago Jung Bauermann  <bauerman@br.ibm.com>
10360
10361         Allow "source" to load python scripts.
10362         * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
10363         * python/python.c (source_python_script): New function.
10364         * python/python.h (source_python_script): Add declaration.
10365         * cli/cli-cmds.c: #include exceptions.h and python/python.h.
10366         (script_ext_off, script_ext_soft, script_ext_strict)
10367         (script_ext_enums, script_ext_mode): New static constants.
10368         (show_script_ext_mode, find_and_open_script): New functions.
10369         (source_script): Enhance to handle Python scripts.
10370         (init_cli_cmds): Add set/show script-extension commands.
10371
10372 2010-01-16  Stan Shebs  <stan@codesourcery.com>
10373
10374         * tracepoint.h (struct trace_status): Use unsigned long long
10375         instead of size_t.
10376         * tracepoint.c (trace_status_command): Fix printf directive.
10377         (trace_save_command): Check fwrite returns, fix printf directive.
10378         (trace_filename): New global.
10379         (tfile_open): Set it, check read returns.
10380         (tfile_close): Free trace_filename.
10381         (tfile_get_traceframe_address): Check read returns.
10382         (tfile_trace_find): Ditto.
10383         (tfile_fetch_registers): Ditto.
10384         (tfile_xfer_partial): Ditto.
10385         (tfile_get_trace_state_variable_value): Ditto.
10386
10387 2010-01-15  Stan Shebs  <stan@codesourcery.com>
10388
10389         Add trace file support.
10390         * tracepoint.h (enum trace_stop_reason): New enum.
10391         (struct trace_status): New struct.
10392         (parse_trace_status): Declare.
10393         (struct uploaded_tp): Move here from remote.c,
10394         add fields for actions.
10395         (struct uploaded_tsv): New struct.
10396         * tracepoint.c (tfile_ops): New target vector.
10397         (trace_fd): New global.
10398         (tfile_open): New function.
10399         (tfile_close): New function.
10400         (tfile_files_info): New function.
10401         (tfile_get_trace_status): New function.
10402         (tfile_get_traceframe_address): New function.
10403         (tfile_trace_find): New function.
10404         (tfile_fetch_registers): New function.
10405         (tfile_xfer_partial): New function.
10406         (tfile_get_trace_state_variable_value): New function.
10407         (init_tfile_ops): New function.
10408         (_initialize_tracepoint): Call it, add tfile target.
10409         (trace_status): New global.
10410         (current_trace_status): New function.
10411         (trace_running_p): Remove, change all users to get from
10412         current_trace_status()->running.
10413         (get_trace_status): Remove.
10414         (trace_status_command): Call target_get_trace_status directly,
10415         report more detail including tracing stop reasons.
10416         (trace_find_command): Always allow tfind on a file.
10417         (trace_find_pc_command): Ditto.
10418         (trace_find_tracepoint_command): Ditto.
10419         (trace_find_line_command): Ditto.
10420         (trace_find_range_command): Ditto.
10421         (trace_find_outside_command): Ditto.
10422         (trace_frames_offset, cur_offset): Declare as off_t.
10423         (trace_regblock_size): Rename from reg_size, update users.
10424         (parse_trace_status): New function.
10425         (tfile_interp_line): New function.
10426         (disconnect_or_stop_tracing): Ensure current trace
10427         status before asking what to do.
10428         (stop_reason_names): New global.
10429         (trace_save_command): New command.
10430         (get_uploaded_tp): Move here from remote.c.
10431         (find_matching_tracepoint): Ditto.
10432         (merge_uploaded_tracepoints): New function.
10433         (parse_trace_status): Use stop_reason_names.
10434         (_initialize_tracepoint): Define tsave command.
10435         * target.h (target_ops): New fields to_save_trace_data,
10436         to_upload_tracepoints, to_upload_trace_state_variables,
10437         to_get_raw_trace_data, change to_get_trace_status
10438         to take a pointer to a status struct.
10439         (target_save_trace_data): New macro.
10440         (target_upload_tracepoints): New macro.
10441         (target_upload_trace_state_variables): New macro.
10442         (target_get_raw_trace_data): New macro.
10443         * target.c (update_current_target): Add new methods, change
10444         signature of to_get_trace_status.
10445         * remote.c (hex2bin): Make globally visible.
10446         (bin2hex): Ditto.
10447         (remote_download_trace_state_variable): Download name also.
10448         (remote_get_trace_status): Update parameter, use
10449         parse_trace_status.
10450         (remote_save_trace_data): New function.
10451         (remote_upload_tracepoints): New function.
10452         (remote_upload_trace_state_variables): New function.
10453         (remote_get_raw_trace_data): New function.
10454         (remote_start_remote): Use them.
10455         (_initialize_remote_ops): Add operations.
10456         * ax-gdb.c: Include breakpoint.h.
10457         * breakpoint.c (create_tracepoint_from_upload): Use
10458         break_command_really, return tracepoint, warn about unimplemented
10459         parts.
10460         * NEWS: Mention trace file addition.
10461
10462 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10463
10464         Fix compilation warning on gcc-3.4.
10465         * exec.c (print_section_info): Move the `displacement' variable
10466         initialization to its declaration.
10467
10468 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10469
10470         * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
10471         comparison.
10472
10473 2010-01-15  Eric Botcazou  <botcazou@adacore.com>
10474
10475         "info tasks" broken by typedefs in ATCB type definitions.
10476         * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
10477         ada_check_typedef before retrieving the length of the type for
10478         regular fields.
10479
10480 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
10481
10482         Do not use name-based lookup for unconstrained packed arrays.
10483         * ada-lang.c (find_parallel_type_by_descriptive_type):
10484         Limit the fallback to name-based lookups to the case where
10485         the type is a constrained packed array.
10486
10487 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
10488
10489         Enhance gdb-gdb.py to handle main_type.type_specific.
10490         * gdb-gdb.py: Print the type-specific part of struct main_type.
10491
10492 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10493
10494         * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
10495         * configure: Regenerate.
10496         * config.in: Regenerate.
10497         * utils.c: Include sys/resource.h.
10498         (dump_core, can_dump_core): New.
10499         (internal_vproblem): Update the comment.  Check can_dump_core while
10500         setting dump_core_p.  Replace two abort calls by dump_core calls.
10501
10502 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10503             Eli Zaretskii  <eliz@gnu.org>
10504
10505         * NEWS: Document the PIE support.
10506
10507 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10508
10509         * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
10510         (check_is_pie_binary, _initialize_linux_tdep): Remove.
10511
10512 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10513
10514         * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
10515         Replace exec_entry_point call by bfd_get_start_address.
10516
10517 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10518
10519         Support Valgrind attachments broken by the PIE support.
10520         * auxv.c: Include gdbcore.h.
10521         (procfs_xfer_auxv): Make static.  Reduce its comment.  Drop its
10522         parameters ops, object and annex.  Remove their assertions.
10523         (ld_so_xfer_auxv, memory_xfer_auxv): New function.
10524         * auxv.h (procfs_xfer_auxv): Remove comment.  Rename to ...
10525         (memory_xfer_auxv): ... here.
10526         * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
10527         memory_xfer_auxv.
10528         * procfs.c (procfs_xfer_partial): Likewise.
10529         * solib-svr4.c (svr4_relocate_main_executable): New prototype.
10530         (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
10531         (svr4_solib_create_inferior_hook): Conditionalize the
10532         svr4_relocate_main_executable call.
10533
10534 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10535
10536         * solib-svr4.c (scan_dyntag): Remove variable dyn_addr.  New variable
10537         target_section.  Find SECT in current_target_sections, gdb_assert it.
10538         (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
10539         New variable abfd.
10540         * symtab.c (lookup_objfile_from_block): Return the binary file instead
10541         of separate debug info file.
10542
10543 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10544
10545         Support PIEs with no symfile_objfile.
10546         * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
10547         * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
10548
10549 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10550
10551         * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
10552         code part to ...
10553         (svr4_static_exec_displacement): ... a new function.
10554         (svr4_exec_displacement): New function.
10555         (svr4_relocate_main_executable): Call svr4_exec_displacement.  Allocate
10556         new_offsets using alloca now.  Remove variable old_chain and changed.
10557         Call objfile_relocate unconditionally now.
10558
10559 2010-01-14  Doug Evans  <dje@google.com>
10560
10561         * gdbtypes.c (arch_flags_type): Fix comment.
10562         * gdbtypes.h (arch_composite_type): Fix comment.
10563
10564 2009-01-14  Tristan Gingold  <gingold@adacore.com>
10565
10566         * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
10567         Call xstrdup for abfd->filename.  Pass symfile_flags and objfile flags
10568         to symbol_file_add_from_bfd.  Add OSO as separate objfile.
10569         (macho_oso_symfile): Add symfile_flags parameter.  Pass it to
10570         macho_add_oso_symfile.
10571         (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
10572
10573 2010-01-14  Joel Brobecker  <brobecker@adacore.com>
10574
10575         Tru64: Dead threads are never deleted.
10576         * dec-thread.c (dec_thread_ptid_is_alive): New function.
10577         (dec_thread_count_gdb_threads): Fix counter increment.
10578         (dec_thread_add_gdb_thread): Fix *listp increment.
10579         (resync_thread_list): Fix bug in deletion of dead threads that
10580         caused all threads to be deleted, instead of just the dead ones.
10581
10582 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
10583
10584         PR python/10705
10585
10586         * python/python-internal.h: Add lazy_string_object_type
10587         definition.
10588         (create_lazy_string_object, gdbpy_initialize_lazy_string)
10589         (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
10590         * python/py-value.c (valpy_lazy_string): New function.
10591         (convert_value_from_python): Add lazy string conversion.
10592         * python/py-prettyprint.c (pretty_print_one_value): Check if
10593         return is also a lazy string.
10594         (print_string_repr): Add lazy string printing branch.
10595         (print_children): Likewise.
10596         * python/py-lazy-string.c: New file. Implement lazy strings.
10597         * python/python.c (_initialize_python): Call
10598         gdbpy_initialize_lazy_string.
10599         * varobj.c (value_get_print_value): Add lazy string printing
10600         branch.  Account for encoding.
10601         * c-lang.c (c_printstr): Account for new encoding argument.  If
10602         encoding is NULL, find encoding suited for type, otherwise use
10603         user encoding.
10604         * language.h (language_defn): Add encoding argument.
10605         (LA_PRINT_STRING): Likewise.
10606         * language.c (unk_lang_printstr): Update to reflect new encoding
10607         argument to language_defn.
10608         * ada-lang.h (ada_printstr): Likewise.
10609         * c-lang.h (c_printstr): Likewise.
10610         * p-lang.h (pascal_printstr);
10611         * f-lang.c (f_printstr): Likewise.
10612         * m2-lang.c (m2_printstr): Likewise.
10613         * objc-lang.c (objc_printstr): Likewise.
10614         * p-lang.c (pascal_printstr): Likewise.
10615         * scm-lang.c (scm_printstr): Likewise.
10616         * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
10617         encoding argument.
10618         * ada-valprint.c (ada_printstr): Likewise.
10619         * f-valprint.c (f_val_print): Likewise
10620         * m2-valprint.c (m2_val_print): Likewise.
10621         * p-valprint.c (pascal_val_print): Likewise.
10622         * expprint.c (print_subexp_standard): Likewise.
10623         * valprint.c (val_print_string): Likewise.
10624         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
10625         (SUBDIR_PYTHON_SRCS): Likewise.
10626         (py-lazy-string.o): New rule.
10627
10628 2010-01-13  Doug Evans  <dje@google.com>
10629
10630         * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
10631         uninitialized" warning from gcc on local `tree'.
10632
10633 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
10634
10635         Implement core awareness.
10636
10637         * bcache.c (compare_ints): Remove
10638         (print_percentage): Use compare_positive_ints.
10639         * defs.h (compare_positive_ints): Declare.
10640         * linux-nat.h (struct lin_lwp): New field core.
10641         (linux_nat_core_of_thread_1): Declare.
10642         * linux-nat.c (add_lwp): Init the 'core' field.
10643         (linux_nat_wait_1): Record the core.
10644         (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
10645         (linux_nat_add_target): Register the above.
10646         * linux-thread-db.c (update_thread_core): New.
10647         (thread_db_find_new_threads): Update core information for
10648         every thread.
10649         * remote.c (struct private_thread_info): New.
10650         (free_private_thread_info, demand_private_info): New.
10651         (PACKET_qXfer_threads, use_osdata_threads): New.
10652         (struct thread_item, threads_parsing_context
10653         (start_thread, end_thread, thread_attributes)
10654         (thread_children, threads_children, threads_elements): New.
10655         (remote_threads_info): Try qXfer:threads before anything
10656         else.
10657         (remote_protocol_packets): Register qXfer:threads.
10658         (remote_open_1): Init use_osdata_threads.
10659         (struct stop_reply): New field 'core'.
10660         (remote_parse_stop_reply): Parse core number.
10661         (process_stop_reply): Record core number.
10662         (remote_xfer_partial): Handle qXfer:threads.
10663         (remote_core_of_thread): New.
10664         (init_remote_ops): Register remote_core_of_thread.
10665         (_initialize_remote): Register qXfer:read.
10666         * target.c (target_core_of_thread): New
10667         * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
10668         (struct target_ops): New field to_core_of_threads.
10669         (target_core_of_thread): Declare.
10670         * gdbthread.h (struct thread_info): New field private_dtor.
10671         * thread.c (print_thread_info): Report the core.
10672         * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
10673         * utils.c (compare_positive_ints): New.
10674         * features/threads.dtd: New.
10675         * mi/mi-interp.c (mi_on_normal_stop): Report the core.
10676         * mi/mi-main.c (struct collect_cores_data, collect_cores)
10677         (do_nothing, free_vector_of_osdata_items)
10678         (splay_tree_int_comparator, free_splay_tree): New.
10679         (print_one_inferior_data): Implemented printing of selected
10680         inferiors.  Collect and print cores.
10681         (output_cores): New.
10682         (mi_cmd_list_thread_groups): Support --recurse.  Permit specifying
10683         thread groups together with --available.
10684
10685 2010-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10686
10687         * configure: Regenerate (for _STRUCTURED_PROC).
10688
10689 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10690
10691         Delete dead function.
10692         * ada-lang.c (extract_string): Delete.  No longer used.
10693
10694 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10695
10696         Fix -Wunused warning in dec-thread.c.
10697         * dec-thread.c (dec_thread_count_gdb_threads)
10698         (dec_thread_add_gdb_thread): Prevent -Wunused warning.
10699
10700 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10701
10702         * ada-valprint.c (ada_print_floating): Remove trailing space.
10703
10704 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
10705
10706         Add support for DW_AT_GNAT_descriptive_type.
10707         * gdbtypes.h (enum type_specific_kind): New enum.
10708         (struct main_type) [type_specific_field]: New component.
10709         [type_specific]: Add new component "gnat_stuff".
10710         (struct gnat_aux_type): New type.
10711         (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
10712         (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
10713         (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
10714         (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
10715         (TYPE_SPECIFIC_FIELD): New macros.
10716         (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
10717         type does not hold any cplus-specific data.
10718         (TYPE_RAW_CPLUS_SPECIFIC): New macro.
10719         (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
10720         (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
10721         cplus-specific data.
10722         * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
10723         Set new component TYPE_SPECIFIC_FIELD (type).
10724         (gnat_aux_default): New constant.
10725         (allocate_gnat_aux_type): New function.
10726         (init_type): Add initialization the type-specific stuff for
10727         TYPE_CODE_FLT and TYPE_CODE_FUNC types.
10728         (print_gnat_stuff): New function.
10729         (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
10730         specific data.  Adjust code that prints the contents of the
10731         type-specific union using the TYPE_SPECIFIC_FIELD value.
10732         * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
10733         the type cplus stuff for Ada types.
10734         (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
10735         Error out if these routines are called with an Ada type.
10736         (read_structure_type, read_array_type, read_subrange_type):
10737         Add call to set_descriptive_type.
10738         (set_die_type): Initialize the gnat-specific data if necessary.
10739         (need_gnat_info, die_descriptive_type, set_descriptive_type):
10740         New functions.
10741         * ada-lang.c (decode_constrained_packed_array_type): Use
10742         decode_constrained_packed_array_type instead of doing a standard
10743         lookup to locate a parallel type.
10744         (find_parallel_type_by_descriptive_type): New function.
10745         (ada_find_parallel_type_with_name): New function.
10746         (ada_find_parallel_type): Reimplement using
10747         ada_find_parallel_type_with_name.
10748         * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
10749         to check if type has a cplus stuff.
10750         * linespec.c (total_number_of_methods): Likewise.
10751         * mdebugread.c (new_type): Likewise.
10752
10753 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10754
10755         * NEWS: Document the 0b binary number prefix parsing.
10756
10757 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10758
10759         * objfiles.c (objfile_relocate1): Change the return type to int.
10760         Describe the new return value.  Return non-zero if data changed.
10761         (objfile_relocate): New variable changed.  Set it.  Call
10762         breakpoint_re_set depending on CHANGED.
10763
10764 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10765
10766         Implement binary numbers parsing.
10767         * c-exp.y (parse_number): New case 'b' and 'B'.
10768
10769 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10770             Tristan Gingold  <gingold@adacore.com>
10771
10772         * solib.c (info_sharedlibrary_command): Replace
10773         objfile_has_partial_symbols and objfile_has_full_symbols calls by
10774         objfile_has_symbols.
10775
10776 2010-01-10  Joel Brobecker  <brobecker@adacore.com>
10777
10778         * NEWS: Document the improvements made to the mips-irix port.
10779
10780 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10781
10782         Fix the documentation of valprint.c:value_print.
10783         * valprint.c (value_print): Update the function description to
10784         mention that the syntax of the output follows the current_language,
10785         not necessarily C.
10786
10787 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10788
10789         Fix displacement of separate debug info files.
10790         * objfiles.c (objfile_relocate): Rename to ...
10791         (objfile_relocate1): ... here and make it static.  Extend the comment.
10792         (objfile_relocate): New function.
10793         * solib-spu.c (spu_relocate_main_executable): Explicitly check if
10794         SYMFILE_OBJFILE is NULL.  Remove variables objfile and old_chain.
10795         Remove following of SEPARATE_DEBUG_OBJFILE.  new_offsets is now
10796         allocated using alloca.
10797         * symfile.c (copy_section_addr_info): Remove.
10798         (build_section_addr_info_from_objfile): Make it global.  New variables
10799         addr_bit and mask, use them.
10800         * symfile.h (build_section_addr_info_from_objfile): New prototype.
10801         (copy_section_addr_info): Remove.
10802
10803 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10804
10805         Signal unwinder for mips-irix N32.
10806         * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
10807         tramp-frame.h.
10808         (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
10809         (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
10810         (SIGCONTEXT_LO_OFF): New macros.
10811         (mips_irix_n32_tramp_frame_init): New function.
10812         (mips_irix_n32_tramp_frame): New static constant.
10813         (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
10814
10815 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10816
10817         Breakpoint in shared library does not work on mips-irix.
10818         * procfs.c: #include "observer.h".
10819         (procfs_inferior_created): New function, moving here the code
10820         which unsets the syssgi syscall-exit notifications.
10821         (procfs_create_inferior): Remove the code which unsets the syssgi
10822         syscall-exit notifications. It is too early to do this here.
10823         (_initialize_procfs): Attach the procfs_inferior_created observer.
10824
10825 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10826
10827         Wrong return convention for arrays (mips-irix).
10828         * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
10829         128 bits or smaller are returned the same way as structs
10830         and unions of the the same size.
10831
10832 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10833
10834         Cannot set the PC on mips-irix.
10835         * irix5-nat.c (fill_gregset): Check regno against the raw PC
10836         register number, no the cooked one.
10837
10838 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10839
10840         Error while loading core file on mips-irix.
10841         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
10842         if debugging from a core file.
10843
10844 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10845
10846         GDB hangs when attaching to process on mips-irix.
10847         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
10848         attaching to a process.
10849
10850 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10851
10852         Use the correct breakpoint instruction on mips-irix.
10853         * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
10854         containing the correct breakpoint instruction to use on mips-irix.
10855         Use it when the osabi is GDB_OSABI_IRIX.
10856
10857 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10858
10859         -Wunused warning in procfs.c (mips-irix only).
10860         * procfs.c (gdb_praddset, gdb_prdelset): New macros.  Use them
10861         throughout instead of using praddset and prdelset respectively.
10862
10863 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10864
10865         GDB crash while stepping into function.
10866         * infrun.c (handle_inferior_event): Refetch the current frame
10867         after handling what.main_action, in case that pointer became
10868         dangling.
10869
10870 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
10871
10872         Fix build failure of solaris-hosted cross debuggers.
10873         * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
10874
10875 2010-01-09  Daniel Gutson  <dgutson@codesourcery.com>
10876
10877         Fix build failure on sparc-solaris.
10878         * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
10879
10880 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10881
10882         Move some symfile code into subroutines.
10883         * symfile.h (relative_addr_info_to_section_offsets)
10884         (addr_info_make_relative): New prototypes.
10885         * symfile.c (default_symfile_offsets): Move a part to ...
10886         (relative_addr_info_to_section_offsets): ... this new function.
10887         (default_symfile_offsets): Call it.
10888         (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
10889         this part to ...
10890         (addr_info_make_relative): ... this new function.
10891
10892 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10893
10894         Add from_tty to solib_create_inferior_hook.
10895         * infcmd.c (post_create_inferior): Move solib_add after
10896         solib_create_inferior_hook.  Pass from_tty to
10897         solib_create_inferior_hook.  Call solib_add and SOLIB_ADD with
10898         0 from_tty and comment why.
10899         * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
10900         * linux-nat.c (linux_child_follow_fork): Likewise.
10901         * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
10902         * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
10903         from_tty.
10904         * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
10905         * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
10906         * solib-null.c (null_solib_create_inferior_hook): Likewise.
10907         * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
10908         * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
10909         * solib-som.c (som_solib_create_inferior_hook): Likewise.
10910         * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
10911         Pass it to svr4_so_ops.solib_create_inferior_hook.
10912         * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
10913         from_tty.
10914         * solib-svr4.c (enable_break): New parameter from_tty.  Pass it to
10915         solib_add.
10916         (svr4_solib_create_inferior_hook): New parameter from_tty.  Pass it to
10917         enable_break.
10918         * solib-target.c (solib_target_solib_create_inferior_hook): New
10919         parameter from_tty.
10920         * solib.c (solib_create_inferior_hook): New parameter from_tty.  Pass
10921         it to ops->solib_create_inferior_hook.
10922         (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
10923         Move solib_add after solib_create_inferior_hook, call it now with
10924         from_tty as 0.  New comment there.
10925         * solib.h (solib_create_inferior_hook): New parameter from_tty.
10926         * solist.h (struct target_so_ops <solib_create_inferior_hook>):
10927         Likewise.
10928
10929 2010-01-08  Vladimir Prus  <vladimir@codesourcery.com>
10930
10931         Fix multiexec race.
10932         * infrun.c (handle_inferior_event): Use get_thread_regcache
10933         with events ptid, not get_current_regcache.
10934
10935 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10936
10937         GDB crash with empty executable name (MinGW).
10938         * source.c (openp): Add assert that parameter string is not NULL.
10939         if parameter string is an empty string, then return with a failure
10940         immediately.
10941
10942 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10943
10944         Get rid of support for VAX Floats.
10945         * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10946         (ada_vax_float_print_function): Delete.
10947         * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10948         (ada_vax_float_print_function): Delete.
10949         * ada-typeprint.c (print_vax_floating_point_type): Delete.
10950         (ada_print_type): Remove support for VAX floats.
10951         * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
10952
10953 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10954
10955         * stabsread.c (read_args): Handle zero arguments.
10956
10957 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10958
10959         Cannot find in-tree libiconv.a after reconfigure.
10960         * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
10961         that we can use, then cache the path to this archive.
10962         * configure: Regenerate.
10963
10964 2010-01-07  Stan Shebs  <stan@codesourcery.com>
10965
10966         Make tracepoint operations go through target vector.
10967         * target.h (enum trace_find_type): New enum.
10968         (struct target_ops): New fields to_trace_init,
10969         to_download_tracepoint, to_download_trace_state_variable,
10970         to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
10971         to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
10972         to_set_disconnected_tracing.
10973         (target_trace_init): New macro.
10974         (target_download_tracepoint): New macro.
10975         (target_download_trace_state_variable): New macro.
10976         (target_trace_start): New macro.
10977         (target_trace_set_readonly_regions): New macro.
10978         (target_get_trace_status): New macro.
10979         (target_trace_stop): New macro.
10980         (target_trace_find): New macro.
10981         (target_get_trace_state_variable_value): New macro.
10982         (target_set_disconnected_tracing): New macro.
10983         * target.c (update_current_target): Inherit and set defaults for
10984         tracepoint operations.
10985         * tracepoint.c (default_collect): Make globally visible.
10986         (target_is_remote): Remove, along with all calls.
10987         (tvariables_info): Call target_get_trace_state_variable_value.
10988         (remote_set_transparent_ranges): Remove.
10989         (trace_start_command): Call target_trace_init,
10990         target_download_tracepoint, etc.
10991         (download_tracepoint): Remove.
10992         (trace_stop_command): Simplify.
10993         (stop_tracing): Call target_trace_stop.
10994         (get_trace_status): Call target_get_trace_status.
10995         (trace_status_command): Add case for targets that cannot trace.
10996         (finish_tfind_command): Change to take numerical arguments, call
10997         target_trace_find.
10998         (trace_find_command): Update call to finish_tfind_command.
10999         (trace_find_pc_command): Ditto.
11000         (trace_find_tracepoint_command): Ditto.
11001         (trace_find_line_command): Ditto.
11002         (trace_find_range_command): Ditto.
11003         (trace_find_outside_command): Ditto.
11004         (set_disconnected_tracing_value): Call
11005         target_set_disconnected_tracing.
11006         * remote.c: Add protocol encoding bits from tracepoint.c.
11007         (trace_error): Move from tracepoint.c.
11008         (remote_get_noisy_reply): Ditto.
11009         (free_actions_list_cleanup_wrapper): Ditto.
11010         (free_actions_list): Ditto.
11011         (remote_trace_init): New function.
11012         (remote_download_tracepoint): New function.
11013         (remote_download_trace_state_variable): New function.
11014         (remote_trace_set_readonly_regions): New function.
11015         (remote_trace_start): New function.
11016         (remote_get_trace_status): New function.
11017         (remote_trace_stop): New function.
11018         (remote_trace_find): New function.
11019         (remote_download_trace_state_variable): New function.
11020         (remote_set_disconnected_tracing): New function.
11021         (init_remote_ops): Add tracepoint operations.
11022
11023         * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
11024
11025 2010-01-07  Tristan Gingold  <gingold@adacore.com>
11026
11027         * symfile.c (build_section_addr_info_from_objfile): New function.
11028         (symbol_file_add_separate): Don't use offsets from objfile but
11029         built an addr info.
11030
11031 2010-01-06  Stan Shebs  <stan@codesourcery.com>
11032
11033         Support disconnected tracing.
11034         * infcmd.c (detach_command): Ask whether to stop tracing.
11035         * cli/cli-cmds.c (quit_command): Ditto.
11036         * breakpoint.h (struct breakpoint): New field number_on_target.
11037         * breakpoint.c (create_tracepoint_from_upload): New function.
11038         (get_tracepoint_by_number_on_target): New function.
11039         * remote.c (struct remote): New field disconnected_tracing.
11040         (remote_disconnected_tracing_feature): New function.
11041         (remote_protocol_features): Add DisconnectedTracing.
11042         (struct uploaded_tp): New struct.
11043         (uploaded_tps): New global.
11044         (get_uploaded_tp): New function.
11045         (find_matching_tracepoint): New function.
11046         (remote_get_tracing_state): New function.
11047         (remote_start_remote): Call it.
11048         * tracepoint.c (disconnected_tracing): New global.
11049         (trace_start_command): Initialize number_on_target.
11050         (stop_tracing): New function, split out from...
11051         (trace_stop_command): Call stop_tracing.
11052         (get_trace_status): New function, split out from...
11053         (trace_status_command): Call get_trace_status, add info on
11054         disconnection behavior.
11055         (disconnect_or_stop_tracing): New function.
11056         (finish_tfind_command): Translate from number on target.
11057         (trace_find_tracepoint_command): Translate to number on target.
11058         (send_disconnected_tracing_value): New function.
11059         (set_disconnected_tracing): New function.
11060         (_initialize_tracepoint): Add disconnected-tracing variable.
11061         * NEWS: Mention disconnected tracing.
11062
11063 2010-01-06  Tristan Gingold  <gingold@adacore.com>
11064
11065         * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
11066         parameter to main_objfile.  Iterate on all separate debug objfiles.
11067         * symfile.h (symbol_file_add_separate)
11068         (find_separate_debug_file_by_debuglink): Remove parameter names.
11069         * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
11070         (reread_symbols): Use free_objfile_separate_debug.
11071         * objfiles.h (struct objfile): Add separate_debug_objfile_link.
11072         Adjust comment.
11073         (objfile_separate_debug_iterate, add_separate_debug_objfile)
11074         (free_objfile_separate_debug): New prototypes.
11075         * objfiles.c (objfile_separate_debug_iterate): New function.
11076         (add_separate_debug_objfile, free_objfile_separate_debug): New
11077         functions.
11078         (free_objfile): Use free_objfile_separate_debug.  Adjust for
11079         multiple separate debug objfile.
11080         (objfile_has_symbols): Adjust comment.  Iterate on all separate
11081         debug objfiles.
11082         * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
11083         debug objfile.
11084         (lookup_minimal_symbol_text): Ditto.
11085         (lookup_minimal_symbol_by_pc_name): Ditto.
11086         (lookup_minimal_symbol_solib_trampoline): Ditto.
11087         (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
11088         debug objfiles.
11089
11090 2010-01-05  Stan Shebs  <stan@codesourcery.com>
11091
11092         Add fast tracepoints.
11093         * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
11094         * arch-utils.c (default_fast_tracepoint_valid_at): New function.
11095         * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
11096         * breakpoint.c (tracepoint_type): New function.
11097         (ALL_TRACEPOINTS): Use it.
11098         (should_be_inserted): Ditto.
11099         (bpstat_check_location): Ditto.
11100         (print_one_breakpoint_location): Ditto.
11101         (user_settable_breakpoint): Ditto.
11102         (set_breakpoint_location_function): Ditto.
11103         (disable_breakpoints_in_shlibs): Ditto.
11104         (delete_trace_command): Ditto.
11105         (print_it_typical): Add bp_fast_tracepoint case.
11106         (bpstat_what): Ditto.
11107         (print_one_breakpoint_location): Ditto.
11108         (allocate_bp_location): Ditto.
11109         (mention): Ditto.
11110         (breakpoint_re_set_one): Ditto.
11111         (disable_command): Ditto.
11112         (enable_command): Ditto.
11113         (check_fast_tracepoint_sals): New function.
11114         (break_command_really): Call it.
11115         (ftrace_command): New function.
11116         (_initialize_breakpoint): Add ftrace command.
11117         * gdbarch.sh (fast_tracepoint_valid_at): New.
11118         * gdbarch.h, gdbarch.c: Regenerate.
11119         * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
11120         (i386_gdbarch_init): Use it.
11121         * remote.c (struct remote_state): New field fast_tracepoints.
11122         (PACKET_FastTracepoints): New packet config type.
11123         (remote_fast_tracepoint_feature): New function.
11124         (remote_protocol_features): Add FastTracepoints.
11125         (remote_supports_fast_tracepoints): New function.
11126         (_initialize_remote): Add FastTracepoints.
11127         * tracepoint.c (download_tracepoint): Add fast tracepoint option.
11128         * NEWS: Mention fast tracepoints.
11129
11130 2010-01-06  Joel Brobecker  <brobecker@adacore.com>
11131
11132         * gdb-gdb.py: New file.
11133
11134 2010-01-05  Michael Snyder  <msnyder@vmware.com>
11135
11136         * infrun.c (handle_inferior_event): Fix typo in comment.
11137
11138 2010-01-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
11139
11140         * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
11141
11142 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11143
11144         * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
11145         and s390x-linux64.
11146         (s390-linux32-expedite): Define.
11147         (s390-linux64-expedite): Define.
11148         (s390x-linux64-expedite): Define.
11149         * features/s390-acr.xml: New file.
11150         * features/s390-fpr.xml: New file.
11151         * features/s390-core32.xml: New file.
11152         * features/s390-core64.xml: New file.
11153         * features/s390x-core64.xml: New file.
11154         * features/s390-linux32.xml: New file.
11155         * features/s390-linux64.xml: New file.
11156         * features/s390x-linux64.xml: New file.
11157         * features/s390-linux32.c: New generated file.
11158         * features/s390-linux64.c: New generated file.
11159         * features/s390x-linux64.c: New generated file.
11160
11161         * regformats/s390-linux32.dat: New generated file.
11162         * regformats/s390-linux64.dat: New generated file.
11163         * regformats/s390x-linux64.dat: New generated file.
11164         * regformats/reg-s390.dat: Remove.
11165         * regformats/reg-s390x.dat: Remove.
11166
11167         * s390-nat.c: Include "auxv.h" and <elf.h>.
11168         (HWCAP_S390_HIGH_GPRS): Define if undefined.
11169         (s390_target_wordsize): New function.
11170         (s390_auxv_parse): Likewise.
11171         (s390_get_hwcap): Likewise.
11172         (s390_read_description): Likewise.
11173         (_initialize_s390_nat): Install s390_auxv_parse and
11174         s390_read_description.
11175
11176         * s390-tdep.c: Include "features/s390-linux32.c",
11177         "features/s390-linux64.c", and "features/s390x-linux64.c".
11178         (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
11179         (s390_register_call_saved): New function.
11180         (s390_register_name): Remove.
11181         (s390_register_type): Remove.
11182         (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
11183         (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
11184         (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
11185         (s390_pseudo_register_name): New function.
11186         (s390_pseudo_register_type): New function.
11187         (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
11188         Handle full GPR pesudos and varying pseudo register numbers.
11189         (s390_pseudo_register_write): Likewise
11190         (s390x_pseudo_register_read): Remove.
11191         (s390x_pseudo_register_write): Likewise.
11192         (s390_register_group): Remove.
11193         (s390_pseudo_register_group): New function.
11194         (s390_regmap_gregset): Add GPR upper halves.
11195         (s390x_regmap_gregset): Likewise.
11196         (s390_regmap_fpregset): Likewise.
11197         (s390_regmap_upper): New global variable.
11198         (s390_upper_regset): New global variable.
11199         (s390_upper_regset_sections): New global variable.
11200         (s390_regset_from_core_section): Handle GPR upper halves.
11201         (s390_core_read_description): New function.
11202         (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
11203         register information.  Handle varying pseudo register numbers.
11204         (s390_backchain_frame_unwind_cache): Likewise.
11205         (s390_frame_prev_register): Unwind full GPRs to show lower halves.
11206         (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
11207         (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
11208         PC and CC pseudos.  Unwind upper halves and full GPRs as appropriate.
11209         Handle varying pseudo register numbers.
11210         (s390_unwind_pc): Handle varying pseudo register numbers.
11211         (s390_dwarf2_prev_register): New function.
11212         (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
11213         register information.  Handle varying pseudo register numbers.
11214         Install s390_dwarf2_prev_register to unwind full GPRs.
11215         (s390_gdbarch_init): Handle target descriptions.  Assign varying
11216         pseudo register numbers.  Install s390_adjust_frame_regnum.
11217         (_initialize_s390_tdep): Initialize target descriptions.
11218
11219         * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
11220         (S390_NUM_REGS): Redefine to include upper half registers.
11221         (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
11222         (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
11223         (tdesc_s390_linux32): Add declaration.
11224         (tdesc_s390_linux64): Likewise.
11225         (tdesc_s390x_linux64): Likewise.
11226
11227 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11228
11229         * regset.h (struct core_regset_section): Add HUMAN_NAME.
11230         * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
11231         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
11232         (ppc_linux_vmx_regset_sections): Likewise.
11233         (ppc_linux_fp_regset_sections): Likewise.
11234
11235         * corelow.c (get_core_register_section): Constify arguments.
11236         (get_core_registers): Use gdbarch_core_regset_sections instead
11237         of hard-coded platform-specific register section names.
11238
11239 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11240
11241         * dwarf2loc.c (read_pieced_value): If a piece occupies part of
11242         a register, assume the least-significant part is used.
11243         (write_pieced_value): Likewise.
11244
11245 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11246
11247         * printcmd.c: Include "arch-utils.h".
11248         (do_one_display): Re-parse expression if current architecture changed.
11249
11250 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11251             Joel Brobecker  <brobecker@adacore.com>
11252
11253         * gdbtypes.c (check_typedef): New comment on type length.
11254         * value.c (allocate_value_lazy): Remove the unused atype variable.  New
11255         comment on type length.
11256         (value_primitive_field): Keep the original TYPE value, new comment.
11257
11258 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11259
11260         * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
11261         p_start.  Change != comparisons to > and < comparisons.
11262
11263 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11264
11265         * cli/cli-script.c (process_next_line): Check P2 overrun.
11266
11267 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
11268
11269         Update the copyright hearder to add year 2010 for most GDB files.
11270
11271 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
11272
11273         Fix build failure in inf-ptrace.c.
11274         * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
11275
11276 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
11277
11278         * top.c (print_gdb_version): Update copyright year.
11279
11280 2010-01-01, 10  Joel Brobecker  <brobecker@adacore.com>
11281
11282         Fix break *FUN'address thread NUM.
11283         * ada-lex.l (task): Expand rule to also match the thread keyword.
11284
11285 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
11286
11287         Fix break *FUN'address task NUM.
11288         * ada-lex.l (task): New rule.
11289         * ada-lang.c (valid_task_id): Make sure the Ada task list has
11290         been built before using it.
11291
11292 For older changes see ChangeLog-2009.
11293 \f
11294 Local Variables:
11295 mode: change-log
11296 left-margin: 8
11297 fill-column: 74
11298 version-control: never
11299 coding: utf-8
11300 End: