Extend hashed symbol dictionaries to work with Ada
[external/binutils.git] / gdb / ChangeLog
1 2010-10-06  Paul Hilfinger  <hilfinger@adacore.com>
2
3         * ada-lang.c (ada_match_name): Use new API for wild_match.
4         (wild_match): Change API to be consistent with that of strcmp_iw;
5         return 0 for a match, and switch operand order.
6         (full_match): New function.
7         (ada_add_block_symbols): Use dict_iter_match_{first,next} for
8         matching to allow use of hashing.
9         * dictionary.c (struct dict_vector): Generalize iter_name_first,
10         iter_name_next ot iter_match_first, iter_match_next.
11         (iter_name_first_hashed): Replace with iter_match_first_hashed.
12         (iter_name_next_hashed): Replace with iter_match_next_hashed.
13         (iter_name_first_linear): Replace with iter_match_first_linear.
14         (iter_name_next_linear): Replace with iter_match_next_linear.
15         (dict_iter_name_first): Re-implement to use dict_iter_match_first.
16         (dict_iter_name_next): Re-implement to use dict_iter_match_next.
17         (dict_iter_match_first): New function.
18         (dict_iter_match_next): New function.
19         (dict_hash): New function.
20         * dictionary.h (dict_iter_match_first, dict_iter_match_next): Declare.
21         * psymtab.c (ada_lookup_partial_symbol): Use new wild_match API.
22
23 2010-10-06  Doug Evans  <dje@google.com>
24
25         * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
26
27 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
28
29         * dwarf2read.c (read_tag_const_type): Handle const arrays.
30
31 2010-10-06  Doug Evans  <dje@google.com>
32
33         * Makefile.in (REQUIRED_SUBDIRS): New var.
34         (subdir_do): Verify required subdir Makefiles exist.
35
36         Create subdir data-directory.
37         * Makefile.in (XML_SYSCALL_DIR, XML_SYSCALL_FILES): Moved to
38         data-directory/Makefile.in.
39         (SUBDIRS): Add data-directory.
40         (all): Remove xml-syscall-copy dependency.
41         (xml-syscall-copy): Moved to data-directory/Makefile.in as
42         stamp-syscalls.
43         (xml-syscall-install): Moved to data-directory/Makefile.in as
44         install-syscalls.
45         (install-only): Remove xml-syscall-install dependency.
46         (all-data-directory): New rule.
47         (data-directory/Makefile): New rule.
48         * configure.ac (AC_OUTPUT): Add data-directory/Makefile.
49         * configure: Regenerate.
50         * data-directory/Makefile.in: New file.
51         * python/lib/gdb/__init__.py: New file.
52
53 2010-10-06  Joel Brobecker  <brobecker@adacore.com>
54
55         Fix ARI warnings in advance_wild_match.
56         * ada-lang.c (advance_wild_match): Delete local variable t2.
57         Adjust code accordingly.  Minor reformatting.
58
59 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
60
61         * gdbtypes.h (struct main_type): Remove flag_nottext.
62         (enum type_flag_value): Remove TYPE_FLAG_NOTTEXT.
63         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_NOTTEXT.
64         (TYPE_NOTTEXT): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of flag_nottext.
65         * gdbtypes.c (make_vector_type): Use TYPE_INSTANCE_FLAG_NOTTEXT instead
66         of TYPE_FLAG_NOTTEXT.
67         (init_type): Remove the initialization of the flag_nottext field.
68         (gdbtypes_post_init): Use TYPE_INSTANCE_FLAG_NOTTEXT instead of
69         TYPE_FLAG_NOTTEXT.
70         * c-valprint.c (c_val_print): Remove TYPE_VECTOR check.
71
72 2010-10-04  Doug Evans  <dje@google.com>
73
74         * cc-with-index.sh: New file.
75
76         * dwarf2read.c (dw2_do_instantiate_symtab): Insert blank line after
77         function comment.
78         (dw2_instantiate_symtab, dw2_get_cu, extract_cu_value): Ditto.
79         (create_cus_from_index, create_addrmap_from_index): Ditto.
80         (mapped_index_string_hash, find_slot_in_mapped_hash): Ditto.
81         (dw2_setup, dw2_require_line_header, dw2_require_full_path): Ditto.
82         (dw2_do_expand_symtabs_matching): Ditto.
83         (eq_strtab_entry, create_strtab, add_string): Ditto.
84         (hash_strtab_entry): Ditto.
85         (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry): Ditto.
86         (create_index_table, create_mapped_symtab, find_slot): Ditto.
87         (hash_expand, add_index_entry, add_indices_to_cpool): Ditto.
88         (write_hash_table, add_address_entry, write_psymbols): Ditto.
89         (write_obstack, unlink_if_set, write_one_signatured_type): Ditto.
90         (write_psymtabs_to_index): Ditto.
91
92 2010-10-04  Joel Brobecker  <brobecker@adacore.com>
93
94         * ada-lang.c: #include "value.h".
95         (ensure_lval): Delete advance declaration.  Remove gdbarch and sp
96         arguments.  Implement using value_allocate_space_in_inferior
97         instead of allocating memory from the stack.
98         (make_array_descriptor): Remove gdbarch and sp parameters.  Update
99         calls to ensure_lval.
100         (ada_convert_actual): Remove gdbarch and sp parameters.  Update
101         calls to make_array_descriptor and ensure_lval.
102         * ada-lang.h (ada_convert_actual): Update declaration.
103         * infcall.c (value_arg_coerce): Update call to ada_convert_actual.
104
105 2010-10-04  Doug Evans  <dje@google.com>
106
107         * python/python.c (_initialize_python): Define new function
108         GdbSetPythonDirectory in python.  Use it to update sys.path and
109         gdb.__path__.
110
111 2010-10-03  Paul Hilfinger  <hilfinger@adacore.com>
112
113         * gdb/ada-typeprint.c (print_selected_record_field_types): New function,
114         incorporating and generalizing print_record_field_types.
115         (print_record_field_types): Change return value and update comment.
116         Re-implement using print_selected_record_field_types.
117         (print_choices): Print "=>" here.
118         Handle case of unencoded variant branch.
119         (print_variant_clauses): Reformat comment.
120         Special-case unencoded variant branch.
121
122 2010-10-03  Paul Hilfinger  <hilfinger@adacore.com>
123
124         * ada-lang.c (wild_match): Reimplement.
125         Change API to eliminate unused length argument, reverse arguments and
126         make 0 the 'true' return value.
127         (advance_wild_match): New auxiliary function for wild_match to improve
128         readability.
129         (ada_match_name, ada_add_block_symbols): Use new API for wild_match.
130         * psymtab.c (ada_lookup_partial_symbol, map_ada_symtabs): Use new
131         API for wild_match.
132         * symfile.h (map_ada_symtabs): Modify declaration to use new API for
133         wild_match.
134         * dwarf2read.c (dw2_map_ada_symtabs): Ditto.
135
136 2010-10-01  Doug Evans  <dje@google.com>
137
138         * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
139         for `save gdb-index' command.
140
141 2010-10-01  Tom Tromey  <tromey@redhat.com>
142
143         * symfile.h (allocate_symtab): Update.
144         * symfile.c (allocate_symtab): Make 'filename' const.
145         * psymtab.c (add_psymbol_to_bcache): Make 'name' const.
146         (add_psymbol_to_list): Likewise.
147         * psympriv.h (struct partial_symtab) <filename, dirname>: Now
148         const.
149         (add_psymbol_to_list): Update.
150         * mdebugread.c (new_symtab): Make 'name' const.
151         (psymtab_to_symtab_1): Make 'filename' const.
152         * elfread.c (elfstab_offset_sections): Update.
153         * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const.
154         (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const.
155         (psymtab_include_file_name): Update.
156         * dbxread.c (find_stab_function_addr): Make 'filename' const.
157         * buildsym.h (start_subfile): Update.
158         * buildsym.c (start_subfile): Make arguments const.
159
160 2010-09-30  Ali Lakhia  <lakhia@alumni.utexas.net>
161
162         * fork-child.c (breakup_args): Fix crash if shell forking is
163         disabled at compile time.
164
165 2010-10-01  Joel Brobecker  <brobecker@adacore.com>
166
167         * ada-lang.c (desc_bounds): Add handling of the case where
168         the P_BOUNDS field is a pointer to a stub.
169         (desc_data_target_type): Same for P_ARRAY field.
170         (ada_check_typedef): Strip the typedef layers from the type
171         found by ada_find_any_type.
172
173 2010-10-01  Joel Brobecker  <brobecker@adacore.com>
174
175         * sparc-tdep.c (sparc32_frame_align): New function.
176         (sparc32_gdbarch_init): Set the frame_align gdbarch method.
177         * sparc64-tdep.c (sparc64_frame_align): New function.
178         (sparc64_gdbarch_init): Set the frame_align gdbarch method.
179
180 2010-09-30  H.J. Lu  <hongjiu.lu@intel.com>
181
182         * defs.h (MAX_REGISTER_SIZE): Set to 64.
183
184 2010-09-30  Tom Tromey  <tromey@redhat.com>
185
186         * symfile.h (struct sym_fns) <next>: Remove.
187         (add_symtab_fns): Update.
188         * symfile.c (sym_fns_ptr): New typedef.
189         (symtab_fns): Now a VEC.
190         (add_symtab_fns): Update.  Change argument type.
191         (find_sym_fns): Update.  Change return type.
192         (get_symfile_segment_data): Update.
193         * objfiles.h (struct objfile) <sf>: Now const.
194         * somread.c (som_sym_fns): Now const.  Update.
195         * xcoffread.c (xcoff_sym_fns): Now const.  Update.
196         * mipsread.c (ecoff_sym_fns): Now const.  Update.
197         * machoread.c (macho_sym_fns): Now const.  Update.
198         * elfread.c (elf_sym_fns): Now const.  Update.
199         (elf_sym_fns_gdb_index): Likewise.
200         * dbxread.c (aout_sym_fns): Now const.  Update.
201         * coffread.c (coff_sym_fns): Now const.  Update.
202
203 2010-09-30  Tom Tromey  <tromey@redhat.com>
204
205         * value.c (value_primitive_field): Take 'offset' into account for
206         packed field.
207
208 2010-09-30  Tom Tromey  <tromey@redhat.com>
209
210         * completer.c (count_struct_fields): Handle anonymous structs and
211         unions.
212         (add_struct_fields): Likewise.
213
214 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
215
216         Fix printing parameters of inlined functions.
217         * ada-lang.c (is_known_support_routine)
218         (ada_unhandled_exception_name_addr_from_raise): Provide NULL parameter
219         for find_frame_funname.
220         * python/py-frame.c (frapy_name): Likewise.
221         * stack.c (find_frame_funname): New parameter funcp.  Update the
222         function comment.  Fill it in.
223         (print_frame): New variable func.  Initialize it by
224         find_frame_funname.  Print arguments only if FUNC is not NULL.  Use
225         FUNC as the parameter of print_args_stub.
226         * stack.h (find_frame_funname): New parameter funcp.  Remove the
227         function declaration comment.
228
229 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
230
231         PR corefiles/12071.
232         * inferior.c (have_live_inferiors): New variables old_chain, inf and
233         tp.  Iterate INFERIOR_LIST and call target_has_execution.
234
235 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
236
237         Fix GDB crash on inferior calls with self-referencing classes.
238         * gnu-v3-abi.c (gnuv3_pass_by_reference): Do not call itself on static
239         member fields.
240
241 2010-09-29  Doug Evans  <dje@google.com>
242
243         Workaround for gcc/45682.
244         * dwarf2read.c (partial_die_info): New fields fixup_called,
245         linkage_name.
246         (guess_partial_die_structure_name): Renamed from guess_structure_name.
247         Move definition next to use.  Use linkage_name to determine if class
248         is in a namespace.  All callers updated.
249         (fixup_partial_die): Return early if already called.
250         Set fixup_called when done.
251         (guess_full_die_structure_name): New function.
252         (determine_prefix): Call it for class/struct/union dies if c++ and
253         .debug_types section is present and parent is DW_TAG_compile_unit.
254
255 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
256
257         * configure.tgt (sparc-*-*): Set gdb_sim to ../sim/erc32/libsim.a.
258         (sparc-*-rtems*): Delete. Now redundant with sparc-*-*.
259
260 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
261
262         * NEWS: Announce Ravenscar Profile support.
263
264 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
265             Jerome Guitton  <guitton@adacore.com>
266
267         * ravenscar-thread.c, ravenscar-thread.h, ravenscar-sparc-thread.c:
268         New files.
269         * configure.tgt (sparc-*-*): Add ravenscar-thread.o and
270         ravenscar-sparc-thread.o to gdb_target_obs.
271
272 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
273
274         * ada-tasks.c (iterate_over_live_ada_tasks): New function.
275         * ada-lang.h (iterate_over_live_ada_tasks): Declare.
276
277 2010-09-27  Pierre Muller  <muller@ics.u-strasbg.fr>
278
279         * amd64-windows-tdep.c (amd64_skip_main_prologue): New function.
280         (amd64_windows_init_abi): Register amd64_skip_main_prologue as gdbarch
281         skip_main_prologue method.
282
283 2010-09-27  Tom Tromey  <tromey@redhat.com>
284
285         * dwarf2read.c (dwarf2_read_index): Only allow version 3.
286         (write_psymbols): Add 'psyms_seen' and 'is_static' arguments.
287         Only emit a given psymbol once.
288         (struct signatured_type_index_data) <psyms_seen>: New field.
289         (write_one_signatured_type): Update.
290         (cleanup_htab): New function.
291         (write_psymtabs_to_index): Update.  Create psyms_seen hash.  Bump
292         version to 3.
293         (save_gdb_index_command): Update index documentation.
294
295 2010-09-27  Tom Tromey  <tromey@redhat.com>
296
297         * bcache.c (expand_hash_table): Use hash_function, not hash.
298
299 2010-09-27  Tom Tromey  <tromey@redhat.com>
300
301         * gdb_wchar.h: Change minimum libiconv to 0x108.
302
303 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
304
305         Fix lost siginfo_t for inferior calls.
306         * infrun.c
307         (struct inferior_thread_state) <siginfo_gdbarch, siginfo_data>: New.
308         (save_inferior_thread_state): New variables regcache, gdbarch and
309         siginfo_data.  Initialize SIGINFO_DATA if gdbarch_get_siginfo_type_p.
310         Move INF_STATE allocation later, pre-clear it.  Initialize REGISTERS
311         using REGCACHE.
312         (restore_inferior_thread_state): New variables regcache and gdbarch.
313         Restore SIGINFO_DATA for matching GDBARCH.  Restore REGISTERS using
314         REGCACHE.  Free also SIGINFO_DATA.
315
316 2010-09-24  Tom Tromey  <tromey@redhat.com>
317
318         * dwarf2read.c (dw2_expand_symtabs_matching): Add missing
319         MAYBE_SWAPs.
320         (dw2_map_symbol_names): Likewise.
321
322 2010-09-24  Sami Wagiaalla  <swagiaal@redhat.com>
323
324         * valops.c (find_oload_champ_namespace_loop): replace incorrect
325         discard_cleanups do_cleanups.
326
327 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
328
329         PR gdb/11842
330
331         * amd64-linux-nat.c (compat_siginfo_from_siginfo)
332         (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
333         si_code is < 0.  Check for si_code == SI_TIMER before checking for
334         si_code < 0.
335
336 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
337
338         * objfiles.h (ALL_OBJSECTIONS): Handle breaks in the inner loop.
339
340 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
341
342         * ada-tasks.c (read_atcb): Do not compute the task ptid when
343         debugging a core file.
344
345 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
346
347         Code cleanup.
348         * objfiles.c (allocate_objfile) <objfile->name != NULL>: Remove.
349         (free_objfile) <objfile->name != NULL>: Remove the conditional around
350         xfree.
351         * objfiles.h (struct objfile) <name>: New comment it is never NULL.
352         * python/py-auto-load.c (auto_load_new_objfile) <!objfile->name>:
353         Remove.
354         * python/py-objfile.c (objfpy_get_filename) <obj->objfile->name>
355         Remove the conditional.
356         * python/py-progspace.c (pspy_get_filename) <objfile->name>: Likewise.
357
358 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
359
360         * main.c: Include objfiles.h.
361         (captured_main): New variable objfile.  Call
362         load_auto_scripts_for_objfile for ALL_OBJFILES.
363
364 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
365
366         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: Add also
367         DW_TAG_constant.
368
369 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
370
371         * dwarf2read.c (scan_partial_symbols): Add handling of
372         DW_TAG_constant DIEs.
373         (add_partial_symbol, load_partial_dies, new_symbol): Likewise.
374
375 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
376
377         * configure.ac: Add support for --enable-gdbserver.
378         * configure: Regenerate.
379
380 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
381
382         PR C++/12028
383         * valops.c (find_oload_champ_namespace_loop): removed incorrect
384         'old_cleanups' reassignment.
385
386 2010-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
387
388         * charset.c (wchar_iterate) <EILSEQ>: Return any possibly converted
389         characters.
390
391 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
392
393         PR mi/11407
394         * mi/mi-cmd-stack.c (list_args_or_locals): Catch exceptions from
395         read_var_value and common_val_print and print a warning.
396
397 2010-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
398
399         * MAINTAINERS (GLOBAL MAINTAINERS) <Jan Kratochvil>: Move the entry to
400         keep the list in alphabetical order.  Use longer e-mail address.
401
402 2010-09-15  Tom Tromey  <tromey@redhat.com>
403
404         * MAINTAINERS (GLOBAL MAINTAINERS): Add Jan Kratochvil.
405
406 2010-09-15  Tom Tromey  <tromey@redhat.com>
407
408         * charset.c (iconv_open): New define.
409         (iconv): Likewise.
410         (iconv_close): Likewise.
411         (phony_iconv_open): Add "phony_" prefix.
412         (phony_iconv_close): Likewise.
413         (phony_iconv): Likewise.
414         * gdb_wchar.h: Check _LIBICONV_VERSION, __STDC_ISO_10646__.
415         Change how INTERMEDIATE_ENCODING is defined.
416
417 2010-09-15  Doug Evans  <dje@google.com>
418
419         * dwarf2read.c (struct die_info): Fix comment.
420
421 2010-09-15  Alan Modra  <amodra@gmail.com>
422
423         PR 4606
424         * gcore.c (gcore_create_callback): Clear SEC_HAS_CONTENTS rather
425         than setting SEC_NEVER_LOAD on sections that need not be copied.
426
427 2010-09-14  Tom Tromey  <tromey@redhat.com>
428
429         * psympriv.h (add_psymbol_to_list, init_psymbol_list)
430         (start_psymtab_common, allocate_psymtab, discard_psymtab):
431         Declare.
432         * symfile.h (extend_psymbol_list): Remove.
433         (add_psymbol_to_list, init_psymbol_list, start_psymtab_common)
434         (allocate_psymtab, discard_psymtab): Move to psympriv.h.
435         * psymtab.c (extend_psymbol_list): Move earlier.  Now static.
436
437 2010-09-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
438
439         * dwarf2read.c (dw2_map_ada_symtabs): Remove the internal_error.
440         Update the comment.
441
442 2010-09-14  Tom Tromey  <tromey@redhat.com>
443
444         PR symtab/8399:
445         * dwarf2loc.c (locexpr_describe_location_piece): Don't call error
446         for unrecognized frame base expression.
447
448 2010-09-14  Tom Tromey  <tromey@redhat.com>
449
450         PR exp/11803:
451         * value.c (value_static_field): Use value_of_variable.
452
453 2010-09-14  Pierre Muller  <muller@ics.u-strasbg.fr>
454
455         * m32r-rom.c: Replace winsock.h with winsock2.h header.
456         * remote-m32r-sdi.c: Replace winsock.h by winsock2.h.
457
458 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
459
460         PR symtab/11992:
461         * c-exp.y (classify_name): Check is_a_member_of_this before returning
462         UNKNOWN_CPP_NAME.
463
464 2010-09-13  Joel Brobecker  <brobecker@adacore.com>
465
466         * NEWS: Add x86-lynxos to the list of platforms supported by
467         gdbserver.
468
469 2010-09-13  Joel Brobecker  <brobecker@adacore.com>
470
471         * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
472
473 2010-09-13  Tom Tromey  <tromey@redhat.com>
474
475         * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
476
477 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
478
479         * i386-tdep.c (i386_ymm_type): Set type name to
480         builtin_type_vec256i.
481
482 2010-09-12  Michael Snyder  <msnyder@vmware.com>
483
484         * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
485
486 2010-09-12  H.J. Lu  <hongjiu.lu@intel.com>
487
488         * i386-tdep.c (i386_gdbarch_init): Fix typo in comments.
489
490 2010-09-11  H.J. Lu  <hongjiu.lu@intel.com>
491
492         * amd64-tdep.c (amd64_register_name): Removed.
493         (amd64_init_abi): Don't call set_gdbarch_register_name.
494
495         * i386-tdep.c (i386_ymmh_regnum_p): Make it static.
496
497         * i386-tdep.h (i386_ymmh_regnum_p): Removed.
498
499 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
500             Paul Bolle  <pebolle@tiscali.nl>
501
502         Redirect also uiout and stdtarg{,err} in execute_command_to_string.
503         * cli-logging.c (struct saved_output_files) <targerr>: New.
504         (set_logging_redirect, pop_output_files, handle_redirections):
505         Redirect also gdb_stdtargerr.
506         * defs.h (struct ui_out, make_cleanup_ui_out_redirect_pop): New
507         declarations.
508         * event-top.c (gdb_setup_readline, gdb_disable_readline): Redirect
509         also gdb_stdtargerr.
510         * top.c (execute_command_to_string): Move make_cleanup_ui_file_delete
511         to the top.  Redirect also gdb_stdlog, gdb_stdtarg and gdb_stdtargerr.
512         Use ui_out_redirect, register make_cleanup_ui_out_redirect_pop.
513         * tui/tui-io.c (tui_setup_io): Redirect also gdb_stdtargerr.
514         * utils.c (do_ui_out_redirect_pop, make_cleanup_ui_out_redirect_pop):
515         New functions.
516
517 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
518
519         * hppa-tdep.c (unwind_command): Use host_address_to_string function
520         to display a host address.
521         * monitor.c (monitor_read_memory): Likewise.
522         * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
523
524 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
525
526         * coffread.c (struct coff_symbol): Change c_value type from `long' to
527         `CORE_ADDRESS' as it might contain target addresses.
528
529 2010-09-10  Pierre Muller  <muller@ics.u-strasbg.fr>
530
531         * alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
532         before cast to pointer to avoid warning.
533
534 2010-09-09  Kevin Buettner  <kevinb@redhat.com>
535
536         * v850-tdep.c (v850_gdbarch_init): Change the v850's `char'
537         type to be signed.
538
539 2010-09-09  Ulrich Weigand  <uweigand@de.ibm.com>
540
541         * dwarf2read.c (fixup_partial_die): Do not set dummy name for
542         anonymous class partial DIEs.
543
544 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
545
546         * dwarf2read.c (dwarf2_compute_name): Check that the first
547         argument is a pointer.
548
549 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
550
551         * dwarf2read.c (read_func_scope, read_structure_type)
552         (read_common_block): Check for a NULL return from new_symbol.
553
554 2010-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
555
556         * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
557
558 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
559
560         * dwarf2read.c (read_structure_type): Move processing of
561         fields and member functions from here...
562         (process_structure_scope): ... to here.
563
564 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
565
566         * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
567         the domain type.
568         (gnuv3_make_method_ptr): Likewise.
569
570 2010-09-08  Tom Tromey  <tromey@redhat.com>
571
572         * breakpoint.c (create_breakpoint): Add missing _().
573
574 2010-09-08  Doug Evans  <dje@google.com>
575
576         * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
577
578 2010-09-08  Tom Tromey  <tromey@redhat.com>
579
580         Revert:
581         2010-09-01  Tom Tromey  <tromey@redhat.com>
582         * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
583         symtab.h: Revert earlier change.
584
585 2010-09-09  Sami Wagiaalla  <swagiaal@redhat.com>
586
587         * psymtab.c (add_psymbol_to_bcache): Initialize
588         obj_section.
589         memset psymbol.ginfo.value to 0.
590
591 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
592
593         * infrun.c (resume): Extend comment on ignoring single-step
594         requests on vfork parents waiting for a vfork-done.
595
596 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
597             Pedro Alves  <pedro@codesourcery.com>
598
599         * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
600         is NULL.
601         * fork-child.c (startup_inferior) <resume_signal>: Use enum
602         target_signal type.
603         * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
604         calling strsignal.  Use enum target_signal type for saved_signo.
605         (linux_handle_extended_wait) <signo>: Use enum target_signal type.
606         (linux_nat_wait_1): Use enum target_signal type for signo.  Use
607         target_signal_to_host before calling strsignal.
608         * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
609         TARGET_SIGNAL_0.
610
611 2010-09-06  Pedro Alves  <pedro@codesourcery.com>
612             Jan Kratochvil  <jan.kratochvil@redhat.com>
613
614         * common/signals.c (ANY): Remove.
615         (SET): No longer use ANY.
616
617 2010-09-06  Yao Qi  <yao@codesourcery.com>
618
619         * infrunc(resume): When inferior is waiting_for_vfork_done,
620         clear step and don't use displaced stepping.
621
622 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
623
624         * breakpoint.c (can_use_hardware_watchpoint): Handle the first
625         value specially.
626
627 2010-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
628
629         Code cleanup - split print_stop_reason.
630         * infrun.c (enum inferior_stop_reason): Remove.
631         (print_stop_reason): Remove by splitting into ...
632         (print_exited_reason, print_signal_exited_reason)
633         (print_no_history_reason, print_signal_received_reason)
634         (print_end_stepping_range_reason): ... these new functions.  Update
635         the preceding comment.
636         (handle_inferior_event): Change the calls to print_exited_reason,
637         print_signal_exited_reason, print_no_history_reason,
638         print_signal_received_reason, print_end_stepping_range_reason.
639         (handle_step_into_function, handle_step_into_function_backward):
640         Change the calls to print_end_stepping_range_reason.
641
642 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
643
644         * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
645         * cli-out.c: Include vec.h.
646         (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
647         variable stream, initialize it, use it.
648         (cli_redirect): New function comment.  Replace the stream and
649         original_stream fields by the new streams field.  Remove the
650         original_stream != NULL conditional, assert error on NULL instead.
651         (out_field_fmt, field_separator): New variable stream, initialize it, use it.
652         (cli_out_data_ctor): Assert non-NULL stream.  Replace the stream and
653         original_stream fields by the new streams field.
654         (cli_out_set_stream): Replace the stream field by the new streams
655         field.
656         * cli-out.h: Include vec.h.
657         (ui_filep): New typedef, call DEF_VEC_P for it.
658         (struct cli_ui_out_data): Replace the stream and original_stream
659         fields by the new streams field.
660         * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
661         NULL first.  Extend the comment.
662         (handle_redirections): Call ui_out_redirect with output.
663         * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
664         calls outside of the TRY_CATCH block.
665
666 2010-09-03  Joel Brobecker  <brobecker@adacore.com>
667
668         GDB 7.2 released.
669
670 2010-09-02  Joel Brobecker  <brobecker@adacore.com>
671
672         Back out the following change:
673         | 2010-06-29  Hui Zhu  <teawater@gmail.com>
674         | * record.c (set_record_pic_cmdlist,
675         | show_record_pic_cmdlist): New variables.
676         | (set_record_pic_command,
677         | show_record_pic_command): New functions.
678         | (record_pic_function, record_pic_line, record_pic_enum,
679         | set_record_pic_type, record_pic_hide_nofunction,
680         | record_pic_hide_nosource, record_pic_hide_same): New variables.
681         | (record_pic_fputs): New function.
682         | (function_list, node_list, edge_list): New struct.
683         | (function_list, node_list, edge_list): New variables.
684         | (record_pic_cleanups, record_pic_node,
685         | record_pic_edge, cmd_record_pic): New functions.
686         | (_initialize_record): Add new commands for record pic.
687
688 2010-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
689
690         * config.in, configure: Regenerated.
691         * configure.ac: Check for waitpid.
692         * ser-pipe.c (pipe_close): Wait for the program to exit.
693
694 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
695
696         * cli/cli-logging.c: Include gdb_assert.h.
697         (set_logging_overwrite): New function.
698         (logging_redirect): New comment.
699         (logging_no_redirect_file, set_logging_redirect)
700         (pop_output_files) <logging_no_redirect_file>: New.
701         (handle_redirections) <!logging_redirect>: New variable
702         no_redirect_file.  Remove file autoclose for tee_file_new.  No longer
703         discard cleanup for the close of former OUTPUT.  Set
704         LOGGING_NO_REDIRECT_FILE.
705         (handle_redirections) <logging_redirect>: gdb_assert
706         LOGGING_NO_REDIRECT_FILE.
707         (show_logging_command) <logging_redirect handling>: Adjust messages
708         for SAVED_FILENAME not NULL.
709         (_initialize_cli_logging): Install set_logging_overwrite and
710         set_logging_redirect.
711
712 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
713
714         * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
715
716 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
717
718         * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
719         (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
720         add $(GDB_WARN_CFLAGS_NO_FORMAT).
721         (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
722
723 2010-09-02  Yao Qi  <yao@codesourcery.com>
724
725         * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
726         number from a WIFSIGNALED status.
727
728 2010-09-01  Tom Tromey  <tromey@redhat.com>
729
730         * symtab.h (lookup_type_symbol): Declare.
731         * symtab.c (lookup_symbol_in_language_full): Rename from
732         lookup_symbol_in_language.  Add 'for_type' argument.
733         (lookup_symbol_in_language): New function.
734         (lookup_type_symbol): Likewise.
735         (lookup_symbol_aux): Add 'for_type' argument.
736         (match_symbol_aux): New function.
737         (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
738         (match_transparent_type): New function.
739         (basic_lookup_transparent_type): Use expand_one_symtab_matching.
740         * symfile.h (struct quick_symbol_functions)
741         <pre_expand_symtabs_matching>: Remove.
742         <expand_one_symtab_matching>: New field.
743         * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
744         (pre_expand_symtabs_matching_psymtabs): Remove.
745         (psym_functions): Update.
746         * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
747         * dwarf2read.c (dw2_lookup_symbol): Update comment.
748         (dw2_pre_expand_symtabs_matching): Remove.
749         (dw2_expand_one_symtab_matching): New function.
750         (dwarf2_gdb_index_functions): Update.
751
752 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
753
754         * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
755
756 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
757
758         * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
759         as a feature reported by -list-target-features.
760
761 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
762
763         * features/Makefile (WHICH): Add rs6000/powerpc-32.
764         (powerpc-32.o, powerpc-32.c): New rules.
765         (clean): Also remove powerpc-32.c.
766         * regformats/rs6000/powerpc-32.dat: Generate.
767
768 2010-08-31  Sami Wagiaalla  <swagiaal@redhat.com>
769
770         * symfile.c (reread_symbols): Use psymbol_bcache_free, and
771         psymbol_bcache_init.
772         * psymtab.h (psymbol_bcache_init): New function prototype.
773         (psymbol_bcache_free): New function prototype.
774         (psymbol_bcache_get_bcache): New function prototype.
775         * psymtab.c (psymbol_bcache_init): New function.
776         (psymbol_bcache_free): New function.
777         (psymbol_bcache_full): New function.
778         (psymbol_bcache_get_bcache): New function.
779         (add_psymbol_to_bcache): use psymbol_bcache_full.
780         * objfiles.h (psymbol_cache): Change type of psymbol_cache to
781         psymbol_bcache.
782         * symmisc.c (print_symbol_bcache_statistics): Updated.
783         (print_objfile_statistics): Updated.
784         * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
785         psymbol_cache.
786         (free_objfile): Use psymbol_bcache_free.
787
788 2010-08-31  Tom Tromey  <tromey@redhat.com>
789
790         PR c++/11961:
791         * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
792         Don't set TYPE_NAME on the type.
793
794 2010-08-31  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
795
796         * infrun.c (set_exec_direction_func): Error out if target does not
797         support reverse execution.
798
799 2010-08-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
800
801         Make linux_get_siginfo_type `type *' unique.
802         * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
803         (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
804         (linux_get_siginfo_type): New variable linux_gdbarch_data.  Initialize
805         it.  Use linux_gdbarch_data->siginfo_type as a persistent storage.
806         (_initialize_linux_tdep): New.
807
808 2010-08-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
809
810         Code cleanup.
811         * defs.h (find_memory_region_ftype): New typedef.
812         (exec_set_find_memory_regions): Use it.
813         * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
814         * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
815         * gcore.c (objfile_find_memory_regions): Likewise.
816         * gnu-nat.c (gnu_find_memory_regions): Likewise.
817         * linux-nat.c (linux_nat_find_memory_regions): Likewise.
818         * procfs.c (iterate_over_mappings_cb_ftype): Remove.
819         (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
820         find_memory_region_ftype.
821         (insert_dbx_link_bpt_in_region): Likewise.
822         (iterate_over_mappings): Likewise.  Drop the comment part about the
823         function prototype.
824         (find_memory_regions_callback): Use find_memory_region_ftype.
825         (proc_find_memory_regions): Likewise.
826         (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
827         find_memory_region_ftype.
828         * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
829         * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
830
831 2010-08-31  Sami Wagiaalla  <swagiaal@redhat.com>
832
833         * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
834         'static partial_symbol psymbol'.
835         (psymbol_hash): New function.
836         (psymbol_compare): New function.
837         * bcache.c (hash_continue): New.
838         (hash): Use hash_continue.
839         * bcache.c: Add hash_function and compare_function
840         pointers to bcache struct.
841         (bcache_full): Use bcache->hash_function, and
842         bcache->compare_function.
843         (bcache_compare): New function.
844         (bcache_xmalloc): Take hash_function and
845         compare_function arguments and initialize the
846         bcach's pointers.
847         Updated comment.
848         * objfiles.c (allocate_objfile): Updated.
849         * symfile.c (reread_symbols): Updated.
850         * python/py-type.c (typy_richcompare): Updated.
851
852 2010-08-30  Andre Poenitz  <andre.poenitz@nokia.com>
853             Tom Tromey  <tromey@redhat.com>
854
855         PR python/11792:
856         * python/py-value.c (valpy_get_dynamic_type): New function.
857         (value_object_getset): Add "dynamic_type".
858         (valpy_get_type): Fail on error.
859
860 2010-08-30  Yao Qi  <yao@codesourcery.com>
861
862         * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
863         (arm_linux_syscall_next_pc): New.
864         (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead. 
865         (arm_linux_init_abi): Initialize syscall_next_pc.
866         * arm-tdep.c (thumb_get_next_pc_raw):  Get next pc of SWI in Thumb mode.
867         (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
868         * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc. 
869         Declare arm_frame_is_thumb.
870
871 2010-08-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
872
873         Code cleanup.
874         * breakpoint.c (bpstat_alloc): Remove unused prototype.
875         (bpstat_alloc): Change parameters cbs to bs_link_pointer.  Adjust the
876         code.
877         (bpstat_stop_status): Change root_bs into bs_head and bs_link.  Adjust
878         calls of bpstat_alloc.  Remove explicit bs chain termination.
879
880 2010-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
881
882         Code cleanup.
883         * linux-nat.c (pull_pid_from_list): Rename status to statusp.
884         (my_waitpid): Likewise.
885
886 2010-08-27  Doug Evans  <dje@google.com>
887
888         * dwarf2read.c (dw2_require_line_header): Read from .debug_types
889         as appropriate.
890
891 2010-08-27  Tom Tromey  <tromey@redhat.com>
892
893         * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
894         TYPE_FIELD_IGNORE_BITS.
895
896 2010-08-27  Doug Evans  <dje@google.com>
897
898         * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
899         the order they're defined in.  munmap .debug_types buffer.
900
901 2010-08-26  Doug Evans  <dje@google.com>
902
903         * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
904         (dw2_forget_cached_source_info): Rename local cu to per_cu.
905         (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
906         (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
907         (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
908         (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
909         (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
910         (dwarf2_free_objfile, write_one_signatured_type): Ditto.
911         (write_psymtabs_to_index): Ditto.
912
913 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
914
915         * NEWS: Mention libthread_db debugging with core files.
916
917 2010-08-26  Doug Evans  <dje@google.com>
918
919         * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
920         forward decl.  Pass pst->dirname to dwarf_decode_lines.
921         (psymtab_include_file_name): New function.
922         (dwarf_decode_lines): Call it.  Update comments.
923
924 2010-08-25  Pedro Alves  <pedro@codesourcery.com>
925
926         * dwarf2read.c (inherit_abstract_dies): Handle origin die's
927         compilation unit being different from target die's.
928
929 2010-08-24  Doug Evans  <dje@google.com>
930
931         PR symtab/11942
932         * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
933         debug_types_type_hash.
934         (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
935         All uses updated.
936         (lookup_die_type): Renamed from tag_type_to_tag.  First look in
937         appropriate type_hash table.  All callers updated.
938         (allocate_signatured_type_table): Renamed from
939         allocate_signatured_type_hash_table.  All callers updated.
940         (create_signatured_type_table_from_index): Renamed from
941         create_signatured_type_hash_from_index.  All callers updated.
942         (read_die_type): Add comment.  Move actual reading to ...
943         (read_die_type_1): ... here.  New function.
944         (follow_die_ref_or_sig): Tweak comment.
945         (set_die_type): Rewrite to use appropriate choice of
946         debug_info_type_hash or debug_types_type_hash.
947         (get_die_type_at_offset): New function.
948         (get_die_type): Call it.
949
950 2010-08-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
951
952         * python/py-type.c (typy_richcompare): Initialize worklist.
953
954 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
955             Kazu Hirata  <kazu@codesourcery.com>
956             Jonathan Larmour  <jifl@eCosCentric.com>
957
958         * arm-tdep.c: Include features/arm-with-m.c.
959         (arm_psr_thumb_bit): New.  Update all uses of CPSR_T to
960         call this function.
961         (arm_pc_is_thumb): Add a gdbarch argument.  Update all callers.
962         Check is_m after force-mode.
963         (arm_gdbarch_init): Check the binary before the target description.
964         Add check for M profile attribute.  If we have an M-profile device,
965         but no target register description, use arm-with-m.  Recognize the
966         new org.gnu.gdb.arm.m-profile feature and its xpsr register.
967         (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
968         * arm-tdep.h (XPSR_T): Define.
969         (struct gdbarch_tdep): Add is_m member.
970         * features/arm-m-profile.xml, features/arm-with-m.c,
971         features/arm-with-m.xml: New files.
972
973 2010-08-23  Doug Evans  <dje@google.com>
974
975         * dwarf2read.c (read_structure_type): Add comment.
976         (read_enumeration_type): Add comment.
977         (process_enumeration_scope): Move definition of some locals
978         closer to their use.
979         (read_namespace_type): Add comment.
980         (set_die_type): Fix typo in comment.
981
982 2010-08-23  Tom Tromey  <tromey@redhat.com>
983
984         PR python/11145:
985         * python/py-value.c: Include expression.h.
986         (valpy_do_cast): New function.
987         (valpy_cast): Use it.
988         (valpy_dynamic_cast): New function.
989         (valpy_reinterpret_cast): Likewise.
990         (value_object_methods): Add dynamic_cast, reinterpret_cast.
991
992 2010-08-23  Tom Tromey  <tromey@redhat.com>
993
994         PR python/11391:
995         * python/py-value.c (valpy_nonzero): Don't throw error for other
996         Value types.
997
998 2010-08-23  Tom Tromey  <tromey@redhat.com>
999
1000         PR python/10676:
1001         * python/py-type.c: Include bcache.h, vec.h.
1002         (struct type_equality_entry): New.
1003         (compare_strings): New function.
1004         (check_types_equal): Likewise.
1005         (check_types_worklist): Likewise.
1006         (typy_richcompare): Likewise.
1007         (type_object_type): Set tp_richcompare field.
1008
1009 2010-08-23  Tom Tromey  <tromey@redhat.com>
1010
1011         PR python/10953:
1012         * python/py-type.c (typy_fields): Call check_typedef.
1013         (typy_template_argument): Add TRY_CATCH.
1014
1015 2010-08-23  Tom Tromey  <tromey@redhat.com>
1016
1017         PR python/11915:
1018         * python/py-type.c (typy_array): New function.
1019         (type_object_methods): Add "array".
1020
1021 2010-08-20  Pedro Alves  <pedro@codesourcery.com>
1022
1023         * python/python.c: Include "serial.h".
1024         (gdbpy_event_fds): Change type to `struct serial *' a array from
1025         int array.
1026         (gdbpy_run_events): Change parameters.  Use serial_readchar in
1027         place of read.
1028         (gdbpy_post_event): Use serial_write in place of write.
1029         (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
1030         serial_async in place of add_file_handler.
1031
1032 2010-08-20  Pedro Alves  <pedro@codesourcery.com>
1033
1034         * serial.h (gdb_pipe, serial_pipe): Declare.
1035         * serial.c (serial_interface_lookup): Take a const char pointer.
1036         (serial_fdopen): Rename to ...
1037         (serial_fdopen_ops): ... this.  Add an OPS parameter and use it.
1038         Call the OPS' fdopen function if there is one.
1039         (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
1040         (serial_pipe): New.
1041         (struct serial_ops) <fdopen>: New field.
1042
1043         * ser-mingw.c (free_pipe_state):
1044         (free_pipe_state): Close output on non-pex pipes.
1045         (pipe_windows_fdopen): New.
1046         (gdb_pipe): New.
1047         (_initialize_ser_windows): Register pipe_windows_fdopen.
1048         * ser-go32.c (gdb_pipe): New.
1049         * ser-pipe.c (pipe_close): Close file descriptor even if there's
1050         no state pointer.
1051         (pipe_ops): Delete.
1052         (gdb_pipe): New.
1053
1054 2010-08-20  Keith Seitz  <keiths@redhat.com>
1055
1056         PR symtab/11465:
1057         * dwarf2read.c (struct delayed_method_info): New struct.
1058         (struct dwarf2_cu): Add vector method_list.
1059         (scan_partial_symbols): Count methods for union, class, structure,
1060         and interface types.
1061         (add_to_method_list): New function.
1062         (free_delayed_list): New function.
1063         (compute_delayed_physnames): New function.
1064         (process_full_comp_unit): Make a cleanup for the CU's delayed
1065         physname list, compute the delayed physnames, and free the
1066         the list.
1067         (dwarf2_add_member_fn): For C++ and Java, delay the computation
1068         of the physname until after the CU is read.
1069
1070         * dwarf2read.c (read_structure_type): Check if the current
1071         DIE's type was already completed after dwarf2_full_name
1072         was called.
1073
1074 2010-08-19  Stan Shebs  <stan@codesourcery.com>
1075
1076         * NEWS: Mention some additional changes.
1077
1078 2010-08-19  Tom Tromey  <tromey@redhat.com>
1079
1080         * Makefile.in (install-python): Add DESTDIR.
1081
1082 2010-08-19  Doug Evans  <dje@google.com>
1083
1084         PR exp/11926
1085         * parser-defs.h (parse_float, parse_c_float): Declare.
1086         * parse.c (parse_float, parse_c_float): New function.
1087         * c-exp.y (parse_number): Call parse_c_float.
1088         * objc-exp.y (parse_number): Ditto.
1089         * p-exp.y (parse_number): Ditto.  Use ANSI/ISO-style definition.
1090         * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
1091
1092 2010-08-19  Joel Brobecker  <brobecker@adacore.com>
1093
1094         * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
1095         the arguments in the correct order.
1096         * symtab.c (maybe_add_partial_symtab_filename): Declare
1097         the arguments in the correct order.
1098
1099 2010-08-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1100
1101         * varobj.c (varobj_create): Replace variable old_fi with old_id,
1102         initialize it by null_frame_id, wrap its usage by get_frame_id,
1103         frame_id_p and frame_find_by_id.
1104
1105 2010-08-18  Tom Tromey  <tromey@redhat.com>
1106
1107         PR python/11900:
1108         * configure: Rebuild.
1109         * configure.ac: Add install-python to CONFIG_INSTALL.
1110         * Makefile.in (install-python): New.
1111
1112 2010-08-18  Doug Evans  <dje@google.com>
1113
1114         * gdb_assert.h (gdb_assert_not_reached): New macro.
1115         (gdb_assert_fail): Fix typo in comment.
1116         * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
1117         gdb_assert (0).
1118         * darwin-nat.c (darwin_check_new_threads): Ditto.
1119         * dwarf2read.c (dwarf2_get_section_info): Ditto.
1120         (munmap_section_buffer): Ditto.
1121         * m32c-tdep.c (make_types): Ditto.
1122         (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
1123         * macroexp.c (get_character_constant): Ditto.
1124         (get_string_literal): Ditto.
1125         * mep-tdep.c (mep_pseudo_cr_size): Ditto.
1126         (mep_pseudo_cr_index, mep_register_type): Ditto.
1127         (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
1128         (mep_get_insn, mep_analyze_prologue): Ditto.
1129         * objfiles.c (qsort_cmp): Ditto.
1130         * prologue-value.c (pv_is_identical): Ditto.
1131         * record.c (record_get_loc): Ditto.
1132         * value.c (value_static_field): Ditto.
1133         * xtensa-tdep.c (call0_track_op): Ditto.
1134
1135 2010-08-18  Tom Tromey  <tromey@redhat.com>
1136
1137         PR symtab/11919:
1138         * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
1139         * parse.c (parse_field_expression): Use RETURN_MASK_ERROR.  Move
1140         name-copying lower.  Document exception behavior.
1141         * completer.c (expression_completer): Catch exceptions from
1142         parse_field_expression.
1143
1144 2010-08-18  Pedro Alves  <pedro@codesourcery.com>
1145
1146         PR corefile/8210
1147
1148         * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
1149         workaround on core files.
1150         (try_thread_db_load_1): Don't try enabling thread event reporting
1151         on core files.
1152         (thread_db_load): Allow thread_db on core files.
1153         (attach_thread): Don't check thread signals on core files, nor try
1154         really attaching to the thread, nor enabling thread event event
1155         reporting.
1156         (thread_db_detach): Don't try disabing thread event reporting or
1157         removing thread event breakpoints when debugging a core file.
1158         (find_new_threads_callback): Don't try enabling thread event
1159         reporting on core files.
1160         (thread_db_find_new_threads_2): Don't look for a stopped lwp when
1161         debugging a core file.
1162         (thread_db_find_new_threads): Don't update thread
1163         cores (processors) when debugging a core (dump).
1164
1165 2010-08-18  Pedro Alves  <pedro@codesourcery.com>
1166
1167         PR corefile/8210
1168
1169         * corelow.c (add_to_thread_list): Don't use
1170         gdbarch_core_reg_section_encodes_pid.  Use bfd_core_file_pid.
1171         (get_core_register_section): Don't use
1172         gdbarch_core_reg_section_encodes_pid.
1173
1174         * gdbarch.sh (core_reg_section_encodes_pid): Delete.
1175         * gdbarch.h, gdbarch.c: Regenerate.
1176         * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
1177         gdbarch_core_reg_section_encodes_pid.
1178         * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
1179         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
1180         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1181
1182 2010-08-18  Yao Qi  <yao@codesourcery.com>
1183
1184         * MAINTAINERS : Add myself under Write After Approval.
1185
1186 2010-08-17  Tom Tromey  <tromey@redhat.com>
1187
1188         * NEWS: Mention template parameter support.
1189
1190 2010-08-17  Pedro Alves  <pedro@codesourcery.com>
1191
1192         PR breakpoints/11371
1193
1194         * breakpoint.c (decref_bp_location): Assert the reference count is
1195         sane.
1196
1197 2010-08-17  Pedro Alves  <pedro@codesourcery.com>
1198
1199         PR breakpoints/11371
1200
1201         * breakpoint.c (breakpoint_init_inferior): Decrement the
1202         location's reference count instead of deleting right away.
1203         (bpstat_free): Decrement the location's reference count.  Make
1204         static.
1205         (bpstat_copy): Increment the location's reference count.
1206         (bpstat_find_breakpoint): Adjust.
1207         (bpstat_num): Adjust.
1208         (print_it_typical): Adjust.  Use the breakpoint pointer in the
1209         bpstat instead of the location's owner.
1210         (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
1211         Adjust to record the location's owner in the bpstat.
1212         (watchpoint_check): Use the breakpoint pointer in the bpstat
1213         instead of the location's owner.
1214         (bpstat_check_breakpoint_conditions): Don't handle
1215         bp_watchpoint_scope here.  Use the breakpoint pointer in the
1216         bpstat instead of the location's owner.
1217         (bpstat_stop_status): Defer inferior function calls to after
1218         building the bpstat list.  Handle bp_watchpoint_scope here.  Use
1219         the breakpoint pointer in the bpstat instead of the location's
1220         owner.
1221         (bpstat_what): Use the breakpoint pointer in the bpstat instead of
1222         the location's owner.
1223         (free_bp_location): Don't walk bpstats clearing locations.
1224         (incref_bp_location): New.
1225         (decref_bp_location): New.
1226         (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
1227         instead of the location's owner.
1228         (update_global_location_list): Clear the location's owner, and
1229         decrement the location's reference count instead of deleting it
1230         right away.
1231         (breakpoint_retire_moribund): Decrement the location's reference
1232         count instead of deleting it right away.
1233         (bpstat_remove_bp_location): Delete.
1234         (bpstat_remove_breakpoint): New.
1235         (bpstat_remove_bp_location_callback): Delete.
1236         (bpstat_remove_breakpoint_callback): New.
1237         (delete_breakpoint): Iterate over all threads' stop_bpstat's
1238         clearing references to the breakpoint that is being deleted.
1239
1240         * breakpoint.h (struct bp_location) <refc>: New field.
1241         <owner>: Update comments.
1242         (bpstat_free): Delete declaration.
1243         (struct bpstats): Change the type of the breakpoint_at field to
1244         struct breakpoint point, from struct bp_location pointer.  Add new
1245         field bp_location_at.
1246
1247 2010-08-16  Tom Tromey  <tromey@redhat.com>
1248
1249         * NEWS: Fix typo.
1250
1251 2010-08-16  Tom Tromey  <tromey@redhat.com>
1252
1253         * NEWS: Mention watch -location.
1254
1255 2010-08-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1256
1257         * breakpoint.c (update_watchpoint): Add source empty line.  Prefer
1258         EXP_STRING_REPARSE to EXP_STRING.
1259         (watch_command_1): Set also EXP_STRING_REPARSE.
1260         (delete_breakpoint): Free also EXP_STRING_REPARSE.
1261         * breakpoint.h (struct breakpoint): New field exp_string_reparse.
1262         Update comment for exp_string.
1263
1264 2010-08-16  Tom Tromey  <tromey@redhat.com>
1265
1266         * value.c (release_value): Clear 'next' pointer.
1267         * breakpoint.c (watch_command_1): Add 'just_location' argument.
1268         (watch_command_wrapper): Update.
1269         (watch_maybe_just_location): New function.
1270         (watch_command): Update.
1271         (rwatch_command_wrapper): Update.
1272         (rwatch_command): Update.
1273         (awatch_command_wrapper): Update.
1274         (awatch_command): Update.
1275         (check_for_argument): New function.
1276         (_initialize_breakpoint): Update help text.
1277
1278 2010-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
1279
1280         * arm-tdep.c (arm_push_dummy_call): Handle pointers to
1281         typedef'ed function types correctly.
1282
1283 2010-08-13  Tom Tromey  <tromey@redhat.com>
1284
1285         * python/python-internal.h (gdbpy_get_hook_function): Don't
1286         declare.
1287
1288 2010-08-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1289
1290         * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
1291         static.
1292
1293 2010-08-13  Ken Werner  <ken.werner@de.ibm.com>
1294
1295         * python/python.c (gdbpy_solib_name): Remove the const qualifier of
1296         the format strings to be compatible with Python 2.4.
1297
1298 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
1299
1300         Easier and more stubborn MI memory read commands.
1301
1302         * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
1303         and data-write-memory-bytes.
1304         * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
1305         (mi_cmd_data_write_memory_bytes): New.
1306         * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
1307         (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
1308         New.
1309         (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
1310         * target.c (target_read_until_error): Remove.
1311         (read_whatever_is_readable, free_memory_read_result_vector)
1312         (read_memory_robust): New.
1313         * target.h (target_read_until_error): Remove.
1314         (struct memory_read_result, free_memory_read_result_vector)
1315         (read_memory_robust): New.
1316
1317 2010-08-13  Hui Zhu  <teawater@gmail.com>
1318
1319         * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
1320         (read_comp_unit): Initialize back_to.
1321
1322 2010-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
1323             Pedro Alves  <pedro@codesourcery.com>
1324
1325         * dwarf2read.c: Include "c-lang.h" and "valprint.h".
1326         (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
1327         (struct partial_die_info) <has_template_arguments>: New field.
1328         <num_attrs>: Change type to unsigned char.
1329         <building_fullname>: New field.
1330         (dwarf2_build_psymtabs_hard): Set reading_partial_symbols.  Only
1331         allocate a CU if we don't have one already.  Add a cleanup for the
1332         CU.
1333         (partial_die_full_name): Handle template arguments not in
1334         DW_AT_name.
1335         (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
1336         (load_full_comp_unit): Only allocate a CU if we don't have one
1337         already.
1338         (do_ui_file_peek_last): New.
1339         (dwarf2_compute_name): Handle template parameters not in
1340         DW_AT_name.
1341         (read_comp_unit): Read and free abbrevs if not read yet.
1342         (load_partial_dies): Handle template arguments not in DW_AT_name.
1343         (find_partial_die): If we have a CU, but no a partial dies yet,
1344         also read in the CU.
1345         (dwarf2_const_value_attr): New, abstracted out from
1346         dwarf2_const_value.
1347         (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
1348         dwarf2_const_value_attr.
1349         (determine_prefix): Detect and break loops created by RCVT's debug
1350         info.
1351         (maybe_queue_comp_unit): Bail out early if reading partial
1352         symbols.
1353         (follow_die_offset): Load full CU if we have no dies.
1354         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
1355         * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
1356
1357 2010-08-11  Tom Tromey  <tromey@redhat.com>
1358             Phil Muldoon  <pmuldoon@redhat.com>
1359
1360         * python/python.c (gdbpy_run_events): New function.
1361         (gdbpy_post_event): Likewise.
1362         (gdbpy_initialize_events): Likewise.
1363         (_initialize_python): Call gdbpy_initialize_events.
1364
1365 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
1366
1367         * gdb/valarith.c (vector_binop): New function.
1368         (scalar_binop): Likewise.
1369         (value_binop): Call scalar_binop or vector_binop depending on the types.
1370         * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
1371         (evaluate_subexp_with_coercion): Add vector check to not convert vectors
1372         to pointers.
1373         * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
1374
1375 2010-08-11  Brad Roberts  <braddr@puremagic.com>
1376
1377         * d-lang.c (extract_identifiers): Handle multiple digits.
1378
1379 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1380
1381         Code cleanup.
1382         * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
1383         Rename to dummy_frame_unwind.
1384         (dummy_frame_unwind): Remove.
1385         * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
1386         * frame-unwind.c (frame_unwind_init): Use address of
1387         dummy_frame_unwind and inline_frame_unwind.
1388         * frame.c (create_sentinel_frame): Use address of
1389         sentinel_frame_unwind.
1390         * inline-frame.c (inline_frame_unwinder): Rename to
1391         inline_frame_unwind.
1392         (inline_frame_unwind): Remove.
1393         * inline-frame.h (inline_frame_unwind): Reference directly the struct.
1394         * sentinel-frame.c (sentinel_frame_unwinder): Rename to
1395         sentinel_frame_unwind.
1396         (sentinel_frame_unwind): Remove.
1397         * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
1398         struct.
1399
1400 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1401
1402         Code cleanup.
1403         * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
1404         and returned value.  New comment from frame-unwind.h.
1405         * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
1406         Extend the comment.
1407         * frame.c (get_frame_id, frame_unwind_register_value)
1408         (create_new_frame, get_prev_frame_1, frame_unwinder_is)
1409         (get_frame_type, frame_unwind_arch): Do not use the return value of
1410         frame_unwind_find_by_frame.
1411
1412 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
1413             Thiago Jung Bauermann  <bauerman@br.ibm.com>
1414             Tom Tromey  <tromey@redhat.com>
1415
1416         * python/python.c (gdbpy_solib_address):  New function.
1417         (gdbpy_decode_line): Likewise.
1418
1419 2010-08-10  Tom Tromey  <tromey@redhat.com>
1420
1421         Revert gdb-add-index addition:
1422         * Makefile.in (install-only): Don't install gdb-add-index.
1423         * gdb-add-index.sh: Remove.
1424
1425 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
1426
1427         * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
1428         `target_has_execution' check with `to_has_memory' check.
1429         (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
1430         (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
1431         with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
1432
1433 2010-08-09  Kevin Buettner  <kevinb@redhat.com>
1434
1435         * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
1436         (resume_siggnal, resume_step): Move these static globals...
1437         (struct sim_inferior_data): ...into this new struct.
1438         (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
1439         New static globals.
1440         (gdb_callback, callbacks_initialized): Move these globals to
1441         a point earlier in the file.
1442         (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
1443         (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
1444         (gdbsim_close_inferior, gdbsim_resume_inferior)
1445         (gdbsim_stop_inferior): New functions.
1446         (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
1447         New constants.
1448         (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
1449         (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
1450         (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
1451         (gdbsim_xfer_inferior_memory, gdbsim_files_info)
1452         (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
1453         (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
1454         new local variable `sim_data' in each of these functions.  Use
1455         `sim_data' to reference former globals `program_loaded',
1456         `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
1457         `resume_step'.
1458         (gdbsim_open): Remove local variable `argv'.  Put results of call
1459         to `gdb_buildargv' in `sim_argv' rather than in `argv'.  Don't
1460         make a cleanup for it.  Free it though when a sim instance cannot
1461         be obtained.
1462         (gdbsim_close): Free sim_argv and null it out as appropriate.
1463         Close sim instances in all inferiors.
1464         (gdbsim_cntrl_c): Stop all inferiors.
1465         (gdbsim_wait): 
1466         (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
1467
1468 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
1469
1470         * dwarf2read.c (new_symbol): Add symbol to variable list at end of
1471         function after symbol construction is complete.
1472         Do the same for template symbol addition to template_symbols list.
1473
1474 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
1475
1476         * symtab.c (symbol_get_demangled_name): Remove assertion and
1477         return NULL when language_specific.cplus_specific is not initialized.
1478         * stabsread.c (define_symbol): Set the name before calling
1479         cp_scan_for_anonymous_namespaces.
1480
1481 2010-08-09  Sami Wagiaalla  <swagiaal@redhat.com>
1482
1483         * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
1484         SYMBOL_SET_LANGUAGE.
1485         (symbol_init_language_specific): Renamed to symbol_set_language.
1486         * symtab.c (symbol_init_language_specific): Removed redundant check
1487         for language_cplus.
1488         Renamed to symbol_set_language.
1489         * stabsread.c (define_symbol): Updated.
1490         (read_enum_type): Updated
1491         * psymtab.c (add_psymbol_to_bcache): Updated.
1492         * minsyms.c (install_minimal_symbols): Updated.
1493         * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
1494         SYMBOL_LANGUAGE to set the language.
1495         * minsyms.c (prim_record_minimal_symbol_full): Ditto.
1496         * mdebugread.c (new_symbol): Ditto.
1497         * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
1498         * dwarf2read.c (new_symbol_full): Ditto.
1499         * jv-lang.c (add_class_symbol): Ditto.
1500
1501 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1502
1503         * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
1504         (make_cleanup_restore_page_info)
1505         (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
1506         * gdbcmd.h (execute_command_to_string): New declaration.
1507         * python/python.c (struct restore_ui_file_closure, restore_ui_file)
1508         (make_cleanup_restore_ui_file): Move to utils.c
1509         (execute_gdb_command) <to_string>: Move ...
1510         * top.c (execute_command_to_string): ... here.  Call
1511         set_batch_flag_and_make_cleanup_restore_page_info.
1512         * utils.c (make_cleanup_restore_integer): New source file blank line.
1513         (make_cleanup_restore_uinteger): New.
1514         (struct restore_ui_file_closure, do_restore_ui_file)
1515         (make_cleanup_restore_ui_file): Move here from python/python.c.
1516         (init_page_info) <batch_flag>
1517         (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
1518         (set_batch_flag_and_make_cleanup_restore_page_info): New.
1519
1520 2010-08-06  Maciej W. Rozycki  <macro@codesourcery.com>
1521
1522         * thread.c (add_thread_silent): Use null_ptid instead of
1523         minus_one_ptid while getting rid of stale inferior_ptid.
1524
1525 2010-08-06  Corinna Vinschen  <vinschen@redhat.com>
1526
1527         * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
1528         Throughout, call read_encoded_value with ptr_size rather than addr_size.
1529         (decode_frame_entry_1): Remove redundant setting of
1530         addr_size.  Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
1531         to determine addr_size in Dwarf versions < 4.  Set ptr_size dependent
1532         on examined frame section.  Add comment to explain why.
1533         * gdbarch.sh (dwarf2_addr_size): Define as variable.  Add lengthy
1534         comment to explain usage.
1535         * gdbarch.c: Regenerate.
1536         * gdbarch.h: Regenerate.
1537
1538         * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
1539
1540 2010-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1541
1542         Code cleanup.
1543         * varobj.c (varobj_create): Move variables fi, old_fi and block to
1544         a more inner block.
1545
1546 2010-08-05  Pedro Alves  <pedro@codesourcery.com>
1547
1548         * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
1549         (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
1550         (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
1551         (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
1552         linux-tdep.o to gdb_target_obs.
1553
1554 2010-08-05  Marc Khouzam  <marc.khouzam@ericsson.com>
1555
1556         * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
1557         argument.
1558
1559 2010-08-05  Hui Zhu  <teawater@gmail.com>
1560
1561         * mips-linux-tdep.c(regset.h): New include.
1562         (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
1563         mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
1564         mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
1565         mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
1566         mips_linux_regset_from_core_section): New functions.
1567         (fetch_core_registers, regset_core_fns): Deleted.
1568         (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
1569         Deleted regset_core_fns.
1570         * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
1571         tdep->gregset64, tdep->fpregset and tdep->fpregset64.
1572         * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
1573         and fpregset64.
1574
1575 2010-08-04  Pedro Alves  <pedro@codesourcery.com>
1576
1577         * s390-tdep.c: Include linux-tdep.h.
1578         (s390_gdbarch_init): Call linux_init_abi.
1579
1580 2010-08-04  Pedro Alves  <pedro@codesourcery.com>
1581
1582         * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
1583         instead of printing "Thread" here.
1584         * linux-tdep.c: Include inferior.h.
1585         (linux_core_pid_to_str): New.
1586         (linux_init_abi): New.
1587         * linux-tdep.h (linux_init_abi): Declare.
1588         * alpha-linux-tdep.c: Include linux-tdep.h.
1589         (alpha_linux_init_abi): Call linux_init_abi.
1590         * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
1591         * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
1592         * frv-linux-tdep.c: Include linux-tdep.h
1593         (frv_linux_init_abi): Call linux_init_abi.
1594         * hppa-linux-tdep.c: Include linux-tdep.h
1595         (hppa_linux_init_abi): Call linux_init_abi.
1596         * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
1597         * ia64-linux-tdep.c: Include linux-tdep.h.
1598         (ia64_linux_init_abi): Call linux_init_abi.
1599         * m32r-linux-tdep.c: Include linux-tdep.h.
1600         (m32r_linux_init_abi): Call linux_init_abi.
1601         * m68klinux-tdep.c: Include linux-tdep.h.
1602         (m68k_linux_init_abi): Call linux_init_abi.
1603         * microblaze-linux-tdep.c: Include linux-tdep.h.
1604         (microblaze_linux_init_abi): Call linux_init_abi.
1605         * mips-linux-tdep.c: Include linux-tdep.h.
1606         (mips_linux_init_abi): Call linux_init_abi.
1607         * mn10300-linux-tdep.c: Include linux-tdep.h.
1608         (am33_linux_init_osabi): Call linux_init_abi.  Rename the
1609         'gdbinfo' parameter to 'info'.
1610         * ppc-linux-tdep.c: Include linux-tdep.h.
1611         (ppc_linux_init_abi): Call linux_init_abi.
1612         * sh-linux-tdep.c: Include linux-tdep.h.
1613         (sh_linux_init_abi): Call linux_init_abi.
1614         * sparc-linux-tdep.c: Include linux-tdep.h.
1615         (sparc32_linux_init_abi): Call linux_init_abi.
1616         * sparc64-linux-tdep.c: Include linux-tdep.h.
1617         (sparc64_linux_init_abi): Call linux_init_abi.
1618         * xtensa-linux-tdep.c: Include linux-tdep.h.
1619         (xtensa_linux_init_abi): Call linux_init_abi.
1620         * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
1621         (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
1622         callback.
1623
1624 2010-08-03  Doug Evans  <dje@google.com>
1625
1626         * breakpoint.c (bpdisp_text): Constify bpdisps.
1627         * solib-svr4.c (solib_break_names): Constify.
1628         (bkpt_names, main_name_list): Constify.
1629         (match_main): Constify soname arg.
1630         (bfd_lookup_symbol): Remove unnecessary forward decl.
1631         Constify symname arg.
1632         (enable_break): Constify bkpt_namep.
1633         * symtab.c (search_symbols): Constify types, types2, types3, types4.
1634         (symtab_symbol_info): Constify classnames.
1635
1636 2010-08-03  Phil Muldoon  <pmuldoon@redhat.com>
1637
1638         * NEWS: Document Python value inferior function calls.
1639
1640 2010-08-02  Doug Evans  <dje@google.com>
1641
1642         * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
1643
1644 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
1645
1646         * linux-thread-db.c (libthread_db_debug): New variable.
1647         (thread_db_find_new_threads_silently): Control verbosity with it.
1648         (try_thread_db_load_1, try_thread_db_load): Likewise.
1649         (find_new_threads_once): Likewise.
1650         (_initialize_thread_db): Set/show it.
1651
1652 2010-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1653
1654         * common/signals.c (signals): Move the content to signals.def.
1655         Include it.  Remove the INDENT comments.
1656
1657 2010-07-30  Tom Tromey  <tromey@redhat.com>
1658
1659         * Makefile.in (install-only): Install gdb-add-index.
1660         * gdb-add-index.sh: New file.
1661
1662 2010-07-31  Renquan Cheng  <crq@gcc.gnu.org>
1663
1664         * MAINTAINERS: Add myself for write after approval privileges.
1665
1666 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1667
1668         * symfile.c (addr_section_name): New function.
1669         (addrs_section_compar): Use it.
1670         (addr_info_make_relative): Use it.  Move variable sect_name into a more
1671         inner block.  Make ".dynbss" and ".sdynbss" checks more strict.
1672
1673 2010-07-30  Tom Tromey  <tromey@redhat.com>
1674
1675         * configure: Rebuild.
1676         * configure.ac: Add missing case for Python 2.7.
1677
1678 2010-07-29  DJ Delorie  <dj@redhat.com>
1679
1680         * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
1681         conditions.
1682
1683 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
1684
1685         * PROBLEMS: Remove mention of all problems.
1686
1687 2010-07-28  Pedro Alves  <pedro@codesourcery.com>
1688
1689         PR build/11848
1690         * configure.ac: Check for wresize.
1691         * configure, config.in: Regenerate.
1692         * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
1693         with HAVE_WRESIZE.
1694
1695 2010-07-28  Tom Tromey  <tromey@redhat.com>
1696
1697         PR python/11060:
1698         * python/py-type.c (typy_legacy_template_argument): New function,
1699         extracted from typy_template_argument.
1700         (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT.  Return a
1701         value when needed.
1702
1703 2010-07-28  Oleg Nesterov  <oleg@redhat.com>
1704
1705         * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
1706
1707 2010-07-27  Tom Tromey  <tromey@redhat.com>
1708
1709         * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
1710
1711 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
1712
1713         * dwarf2read.c (read_subroutine_type): Improve THIS detection,
1714         handling DW_AT_object_pointer, and workaround GCC PR 43053.
1715
1716 2010-07-28  Tom Tromey  <tromey@redhat.com>
1717
1718         * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
1719
1720 2010-07-28  Joel Brobecker  <brobecker@adacore.com>
1721
1722         * remote.c (remote_download_tracepoint): Add missing gettext markup.
1723         * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
1724
1725 2010-07-28  Joel Brobecker  <brobecker@adacore.com>
1726
1727         * breakpoint.c (breakpoint_re_set_one): Move call to set_language
1728         down, just before the block that parse the breakpoint addr_string.
1729
1730 2010-07-28  Tom Tromey  <tromey@redhat.com>
1731
1732         PR c++/9946:
1733         * symfile.c (reread_symbols): Clear template_symbols.
1734         * symtab.h (struct symbol) <is_cplus_template_function>: New
1735         field.
1736         (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
1737         (struct template_symbol): New.
1738         * symtab.c (lookup_symbol_aux_local): Use
1739         cp_lookup_symbol_imports_or_template.
1740         * objfiles.h (struct objfile) <template_symbols>: New field.
1741         * objfiles.c (relocate_one_symbol): New function.
1742         (objfile_relocate1): Use it.  Relocate isolated symbols.
1743         * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
1744         template_arguments>: New fields.
1745         (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
1746         (TYPE_TEMPLATE_ARGUMENTS): Likewise.
1747         (TYPE_TEMPLATE_ARGUMENT): Likewise.
1748         (lookup_typename): Update.
1749         * gdbtypes.c (lookup_typename): Constify "block" argument.
1750         * dwarf2read.c: Include vec.h.
1751         (symbolp): New typedef.
1752         (read_func_scope): Read template arguments.  Allocate a
1753         template_symbol when needed.
1754         (read_structure_type): Read template arguments.
1755         (new_symbol_full): New function, from new_symbol.  Handle
1756         DW_TAG_template_type_param and DW_TAG_template_value_param.
1757         (new_symbol): Rewrite as wrapper.
1758         * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
1759         * cp-namespace.c: Include language.h.
1760         (search_symbol_list): New function.
1761         (cp_lookup_symbol_imports_or_template): Likewise.
1762
1763 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
1764
1765         * tui/tui-win.c (make_visible_with_new_height): Resize and move
1766         the command window to the new size and position.
1767
1768 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
1769
1770         * tui/tui-win.c (tui_resize_all): Update the locator's origin's
1771         coordinates.
1772
1773 2010-07-28  Balazs Kezes  <rlblaster@gmail.com>
1774
1775         * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
1776         after a detecting a resize.
1777         * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
1778         call.
1779
1780 2010-07-28  Pedro Alves  <pedro@codesourcery.com>
1781
1782         * configure.ac: Check for resize_term.
1783         * configure, config.in: Regenerate.
1784
1785 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
1786
1787         * MAINTAINERS (Write After Approval): Reorder a couple of entries.
1788
1789 2010-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
1790
1791         * dwarf2read.c (read_string): Rename to ...
1792         (read_direct_string): ... this.
1793         (skip_one_die, read_attribute_value, dwarf_decode_line_header)
1794         (dwarf_decode_lines, dwarf_decode_macros): Adjust.
1795
1796 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1797
1798         * linux-nat.c (linux_nat_lp_status_is_event): New function.
1799         (count_events_callback, select_event_lwp_callback)
1800         (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
1801
1802 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1803
1804         * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
1805         (_initialize_ia64_linux_nat): Install it.
1806         * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
1807         (linux_nat_set_status_is_event): New.
1808         (stop_wait_callback, count_events_callback, select_event_lwp_callback)
1809         cancel_breakpoints_callback, linux_nat_filter_event)
1810         (linux_nat_wait_1): Use linux_nat_status_is_event.
1811         * linux-nat.h (linux_nat_set_status_is_event): New prototype.
1812
1813 2010-07-27  Tom Tromey  <tromey@redhat.com>
1814
1815         * NEWS: Mention labels, .gdb_index.
1816
1817 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
1818
1819         * cli/cli-cmds.c (disassemble_command): Add support of disassemble
1820         "start,+length" form of arguments.
1821         * NEWS: Add "Changed commands" (disassemble) section for "Changes
1822         since GDB 7.1"; and merge two separated paragraphs of disassemble
1823         description in "Changes in GDB 7.0".
1824
1825 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1826
1827         * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
1828         * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
1829         (fputs_maybe_filtered): Do not do filtering also on
1830         ! INPUT_FROM_TERMINAL_P.
1831
1832 2010-07-27  Joel Brobecker  <brobecker@adacore.com>
1833
1834         * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
1835         in warning message.
1836
1837 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
1838
1839         * python/py-value.c (valpy_call): New Function.
1840
1841 2010-07-27  Ken Werner  <ken.werner@de.ibm.com>
1842
1843         * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
1844         types_list_elements variables.
1845
1846 2010-07-26  Tom Tromey  <tromey@redhat.com>
1847
1848         * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
1849         TLS with DW_OP_const4u or DW_OP_const8u.
1850
1851 2010-07-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
1852
1853         * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
1854         VSX registers contents.
1855
1856 2010-07-26  Jerome Guitton  <guitton@adacore.com>
1857
1858         * dwarf2read.c (add_partial_symbol): Do not add a global variable if
1859         its adress is null. Add comment to explain why.
1860         (new_symbol): Ditto.
1861
1862 2010-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1863
1864         * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
1865         the host signal first.
1866
1867 2010-07-23  Tom Tromey  <tromey@redhat.com>
1868
1869         * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
1870         type_comp_units>: New fields.
1871         (dw2_get_cu): New function.
1872         (create_cus_from_index): Remove unused argument.
1873         (create_signatured_type_hash_from_index): New function.
1874         (create_addrmap_from_index): Update.
1875         (dwarf2_read_index): Handle version 2.
1876         (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
1877         (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
1878         (dw2_print_stats, dw2_expand_all_symtabs)
1879         (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
1880         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
1881         (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
1882         (allocate_signatured_type_hash_table): New function.
1883         (add_signatured_type_cu_to_list): Likewise.
1884         (create_debug_types_hash_table): Use them.  Set type_comp_units.
1885         (read_signatured_type): Ensure section data is available.
1886         (add_address_entry): Don't record empty ranges.
1887         (struct signatured_type_index_data): New.
1888         (write_one_signatured_type): New function.
1889         (write_psymtabs_to_index): Write type CUs.
1890         (save_gdb_index_command): Update comment.
1891         (process_type_comp_unit): Move inititalization of
1892         from_debug_types...
1893         (create_debug_types_hash_table): ... here.
1894
1895 2010-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1896
1897         * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
1898         cleanup and generating of gdb script to it.
1899         (gdb): Use redirection from /dev/null.  Use --nx.  Turn off pagination
1900         and terminal size.  Convert $tmpfile to a series of -ex-es.
1901
1902 2010-07-23  Keith Seitz  <keiths@redhat.com>
1903
1904         * symtab.c (basic_lookup_transparent_type): Call pre-expand
1905         hook for STATIC_BLOCK types, too.
1906
1907 2010-07-23  Keith Seitz  <keiths@redhat.com>
1908
1909         * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
1910         and vector definition.
1911
1912 2010-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
1913
1914         * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
1915
1916 2010-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1917
1918         * dwarf2read.c: Include completer.h.
1919         (save_gdb_index_command): Use matching usage command name.
1920         (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
1921         Set filename_completer for it.
1922
1923 2010-07-22  Tom Tromey  <tromey@redhat.com>
1924
1925         * dwarf2read.c (create_debug_types_hash_table): Set objfile on
1926         type signature's per-CU data.
1927
1928 2010-07-22  Pedro Alves  <pedro@codesourcery.com>
1929
1930         * NEWS: Mention target reported shared libraries support by
1931         default.
1932
1933 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
1934
1935         PR symtab/11827
1936
1937         Revert:
1938         2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1939         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
1940         and DW_TAG_volatile_type.
1941         (new_symbol): Likewise.
1942
1943 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
1944
1945         * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
1946         function symbols before overload resolution.
1947
1948 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
1949
1950         * breakpoint.c (bptype_string): New, abstracted out from
1951         print_one_breakpoint_location.
1952         (print_one_breakpoint_location): Adjust.
1953         (breakpoint_1): Adjust the type column width dynamically.
1954
1955 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1956
1957         * symfile.c (find_separate_debug_file_by_debuglink): Remove
1958         a gdb_assert call, new comment.
1959
1960 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1961
1962         * linux-nat.c (linux_handle_extended_wait): Handle case when
1963         event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
1964
1965 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1966
1967         Code cleanup.
1968         * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
1969         linux_nat_wait_1.  Use always LP->STATUS afterwards.
1970
1971 2010-07-20  Hui Zhu  <teawater@gmail.com>
1972
1973         * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
1974         (inf_ptrace_attach): Ditto.
1975
1976 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1977
1978         Make core files the process_stratum.
1979         * corefile.c (core_target): New variable.
1980         (core_file_command): Remove variable t, use core_target.
1981         * corelow.c (core_ops): Make it static.
1982         (init_core_ops): Change to process_stratum.  Initialize CORE_TARGET.
1983         * defs.h (make_cleanup_unpush_target): New prototype.
1984         * gdbarch.h: Regenerate.
1985         * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
1986         * gdbcore.h (core_target): New declaration.
1987         * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
1988         variables ops_already_pushed and back_to.  Use push_target,
1989         make_cleanup_unpush_target and discard_cleanups calls.
1990         * record.c (record_open): Replace core_stratum by a core_bfd check.
1991         * target.c (target_is_pushed): New function.
1992         (find_core_target): Remove.
1993         * target.h (enum strata) <core_stratum>: Remove.
1994         (target_is_pushed): New declaration.
1995         (find_core_target): Remove declaration.
1996         * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
1997         * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
1998
1999 2010-07-19  Hui Zhu  <teawater@gmail.com>
2000
2001         * breakpoint.c (single_step_breakpoints_inserted): New
2002         function.
2003         * breakpoint.h (single_step_breakpoints_inserted): Extern.
2004         * infrun.c (maybe_software_singlestep): Add check code.
2005         * record.c (record_resume): Add code for software single step.
2006         (record_wait): Ditto.
2007
2008 2010-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2009
2010         * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
2011         a more inner block.  Remove its unused declaration initializer.
2012
2013 2010-07-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
2014
2015         * NEWS: Mention support for the new ptrace interface and hardware
2016         accelerated watchpoint conditions on powerpc-linux.
2017
2018 2010-07-16  Ozkan Sezer  <sezeroz@gmail.com>
2019
2020         * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
2021         long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
2022         and host_address_to_string() and %s for pointers.
2023         (debug_to_remove_breakpoint): Likewise.
2024         (debug_to_region_ok_for_hw_watchpoint): Likewise.
2025         (debug_to_can_accel_watchpoint_condition): Likewise.
2026         (debug_to_stopped_data_address): Likewise.
2027         (debug_to_watchpoint_addr_within_range): Likewise.
2028         (debug_to_insert_hw_breakpoint): Likewise.
2029         (debug_to_remove_hw_breakpoint): Likewise.
2030         (debug_to_insert_watchpoint): Likewise.
2031         (debug_to_remove_watchpoint): Likewise.
2032
2033 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2034
2035         * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
2036         argument.
2037         (cplus_specific): New struct.
2038         * symtab.c (symbol_set_demangled_name): Updated.
2039         Use cplus_specific for cplus symbols.
2040         (symbol_get_demangled_name): Retrive the name from the cplus_specific
2041         struct for cplus symbols.
2042         (symbol_init_language_specific): Set cplus_specific for cplus symbols.
2043         (symbol_set_names): Pass objfile to symbol_set_demangled_name.
2044         * symtab.c (symbol_init_cplus_specific): New function.
2045
2046 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2047
2048         * symtab.h (symbol_set_demangled_name): New function.
2049         (symbol_get_demangled_name): New function.
2050         * symtab.c (symbol_set_demangled_name): New function.
2051         (symbol_get_demangled_name): New function.
2052         (symbol_init_language_specific): Use demangled_name setter and getter.
2053         (symbol_set_names): Ditto.
2054         (symbol_natural_name): Ditto.
2055         (symbol_demangled_name): Ditto.
2056         * dwarf2read.c (new_symbol): Ditto.
2057
2058 2010-07-16  Sami Wagiaalla  <swagiaal@redhat.com>
2059
2060         * symtab.h: Renamed cplus_specific to mangled_lang.
2061         * symtab.c (symbol_init_language_specific): Updated.
2062         (symbol_set_names): Updated.
2063         (symbol_natural_name): Updated.
2064         (symbol_demangled_name): Updated.
2065         * ada-lang.c (ada_decode_symbol): Updated.
2066         * dwarf2read.c (new_symbol): Updated.
2067
2068 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
2069
2070         * valops.c (value_assign): Do not call to value_coerce_to_target.
2071         (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
2072
2073 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
2074
2075         * MAINTAINERS: Add myself for write after approval privileges.
2076
2077 2010-07-13  Emmanuel Thomé  <Emmanuel.Thome@gmail.com>
2078
2079         * c-valprint.c (c_val_print): Add embedded_offset to address in
2080         call to val_print_array_elements.
2081
2082 2010-07-13  Tom Tromey  <tromey@redhat.com>
2083
2084         * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
2085
2086 2010-07-13  Tom Tromey  <tromey@redhat.com>
2087
2088         * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
2089         objfile.
2090
2091 2010-07-13  Tom Tromey  <tromey@redhat.com>
2092
2093         * symfile.c (set_initial_language): Update.
2094         (deduce_language_from_filename): Argument type now const.
2095         * symtab.h (find_main_filename): Update.
2096         (deduce_language_from_filename): Update.
2097         * symtab.c (find_main_filename): Make result const.
2098         * dwarf2read.c (dw2_find_symbol_file): Change return type.
2099         * psymtab.c (find_symbol_file_from_partial): Change return type.
2100         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2101         Make result const.
2102
2103 2010-07-13  Tom Tromey  <tromey@redhat.com>
2104
2105         * breakpoint.c (save_cmdlist): No longer static.
2106         * gdbcmd.h (save_cmdlist): Declare.
2107         * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
2108         OBJF_READNOW on objfile if readnow_symbol_files.
2109         * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
2110         (elf_sym_fns_gdb_index): New global.
2111         * dwarf2read.c: Include exceptions.h.
2112         (offset_type): New.
2113         (struct mapped_index): New.
2114         (dwarf2_per_cu_data_ptr): New typedef.
2115         (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
2116         New fields.
2117         (GDB_INDEX_SECTION): New define.
2118         (struct dwarf2_per_cu_quick_data): New.
2119         (struct dwarf2_per_cu_data) <objfile>: New field.
2120         <psymtab>: Removed.
2121         <v>: New field.
2122         (byte_swap): New function.
2123         (MAYBE_SWAP): New macro.
2124         (INDEX_SUFFIX): New macro.
2125         (dw2_do_instantiate_symtab): New function.
2126         (dw2_instantiate_symtab): Likewise.
2127         (create_cus_from_index): Likewise.
2128         (create_addrmap_from_index): Likewise.
2129         (mapped_index_string_hash): Likewise.
2130         (find_slot_in_mapped_hash): Likewise.
2131         (dwarf2_read_index): Likewise.
2132         (dw2_setup): Likewise.
2133         (dw2_require_line_header): Likewise.
2134         (dw2_require_full_path): Likewise.
2135         (dw2_find_last_source_symtab): Likewise.
2136         (dw2_forget_cached_source_info): Likewise.
2137         (dw2_lookup_symtab): Likewise.
2138         (dw2_lookup_symbol): Likewise.
2139         (dw2_do_expand_symtabs_matching): Likewise.
2140         (dw2_pre_expand_symtabs_matching): Likewise.
2141         (dw2_print_stats): Likewise.
2142         (dw2_dump): Likewise.
2143         (dw2_relocate): Likewise.
2144         (dw2_expand_symtabs_for_function): Likewise.
2145         (dw2_expand_all_symtabs): Likewise.
2146         (dw2_expand_symtabs_with_filename): Likewise.
2147         (dw2_find_symbol_file): Likewise.
2148         (dw2_map_ada_symtabs): Likewise.
2149         (dw2_expand_symtabs_matching): Likewise.
2150         (dw2_find_pc_sect_symtab): Likewise.
2151         (dw2_map_symbol_names): Likewise.
2152         (dw2_map_symbol_filenames): Likewise.
2153         (dw2_has_symbols): Likewise.
2154         (dwarf2_gdb_index_functions): New global.
2155         (dwarf2_initialize_objfile): New function.
2156         (process_psymtab_comp_unit): Update.
2157         (add_partial_subprogram): Likewise.
2158         (dwarf2_psymtab_to_symtab): Likewise.
2159         (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
2160         (process_full_comp_unit): Update.
2161         (find_file_and_directory): New function.
2162         (read_file_scope): Use find_file_and_directory.
2163         (dwarf2_per_cu_objfile): Update.
2164         (dwarf2_per_cu_addr_size): Update.
2165         (dwarf2_per_cu_offset_size): Update.
2166         (dwarf2_free_objfile): Free the index, if needed.
2167         (dwarf2_per_objfile_free): Unmap the index, if needed.
2168         (struct strtab_entry): New.
2169         (hash_strtab_entry): New function.
2170         (eq_strtab_entry): Likewise.
2171         (create_strtab): Likewise.
2172         (add_string): Likewise.
2173         (struct symtab_index_entry): New.
2174         (struct mapped_symtab): New.
2175         (hash_symtab_entry): New function.
2176         (eq_symtab_entry): Likewise.
2177         (delete_symtab_entry): Likewise.
2178         (create_index_table): Likewise.
2179         (create_mapped_symtab): Likewise.
2180         (cleanup_mapped_symtab): Likewise.
2181         (find_slot): Likewise.
2182         (hash_expand): Likewise.
2183         (add_index_entry): Likewise.
2184         (add_indices_to_cpool): Likewise.
2185         (write_hash_table): Likewise.
2186         (add_address_entry): Likewise.
2187         (write_psymbols): Likewise.
2188         (write_obstack): Likewise.
2189         (unlink_if_set): Likewise.
2190         (write_psymtabs_to_index): Likewise.
2191         (save_gdb_index_command): Likewise.
2192         (_initialize_dwarf2_read): Install "save gdb-index"
2193         command.
2194         (create_all_comp_units): Initialize 'objfile' field of CU.
2195         (dwarf2_locate_sections): Check for .gdb_index.
2196         * psymtab.h (dwarf2_gdb_index_functions): Declare.
2197         * symfile.h (dwarf2_initialize_objfile): Declare.
2198
2199 2010-07-13  Tom Tromey  <tromey@redhat.com>
2200
2201         * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
2202         (basic_lookup_transparent_type): Likewise.
2203         * symfile.h (struct quick_symbol_functions)
2204         <pre_expand_symtabs_matching>: New field.
2205         * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
2206         (psym_functions): Update.
2207
2208 2010-07-13  Tom Tromey  <tromey@redhat.com>
2209
2210         PR breakpoints/8357:
2211         * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
2212         * linespec.c (decode_line_1): Update comment.  Call decode_label.
2213         (decode_label): New function.
2214         (symbol_found): Handle LOC_LABEL.
2215         * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
2216         domain.  Call add_symbol_to_list.
2217
2218 2010-07-13  Tom Tromey  <tromey@redhat.com>
2219
2220         * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
2221         * dwarf2loc.c (find_location_expression): Use
2222         dwarf2_per_cu_text_offset.
2223         (dwarf2_evaluate_loc_desc): Likewise.
2224         (dwarf2_loc_desc_needs_frame): Likewise.
2225         (compile_dwarf_to_ax): Likewise.
2226         (loclist_describe_location): Likewise.
2227         * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
2228         (dwarf2_per_cu_objfile): Update comment.
2229
2230 2010-07-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2231
2232         * dwarf2read.c (read_subrange_type): Call read_subrange_type.
2233         * p-lang.c (pascal_printstr): Likewise.
2234
2235 2010-07-09  Tom Tromey  <tromey@redhat.com>
2236
2237         * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
2238         'hint' if it is NULL.
2239
2240 2010-07-09  Hui Zhu  <teawater@gmail.com>
2241
2242         * source.c (print_source_lines_base): Add check for noprint.
2243
2244 2010-07-08  Joel Brobecker  <brobecker@adacore.com>
2245
2246         * python/python-config.py: Resync with Python 2.7 version of this
2247         script.
2248
2249 2010-07-08  Joel Brobecker  <brobecker@adacore.com>
2250
2251         * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
2252
2253 2010-07-07  Joel Brobecker  <brobecker@adacore.com>
2254
2255         * NEWS: Create a new section for the next release branch.
2256         Rename the section of the current branch, now that it has
2257         been cut.
2258
2259 2010-07-07  Joel Brobecker  <brobecker@adacore.com>
2260
2261         GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
2262         * version.in: Bump version to 7.2.50.20100707-cvs.
2263
2264 2010-07-07  Tom Tromey  <tromey@redhat.com>
2265
2266         * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
2267         LOC_COMPUTED symbol.
2268         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
2269         (dwarf2_loc_desc_needs_frame): Likewise.
2270         (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
2271         * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
2272         * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
2273         * dwarf2-frame.c (execute_stack_op): Set 'offset' field.  Add
2274         'offset' argument.
2275         (struct dwarf2_frame_cache) <text_offset>: New field.
2276         (dwarf2_frame_cache): Set new field.
2277         (dwarf2_frame_prev_register): Update.
2278         (dwarf2_frame_sniffer): Update.
2279         (dwarf2_frame_base_sniffer): Update.
2280         (dwarf2_frame_find_fde): Add 'out_offset' argument.
2281
2282 2010-07-07  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
2283             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2284
2285         Support for hw accelerated condition watchpoints in booke powerpc.
2286
2287         * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
2288         and move to eval.c.  Change callers.
2289         (insert_bp_location): Pass watchpoint condition in
2290         target_insert_watchpoint.
2291         (remove_breakpoint_1) Pass watchpoint condition in
2292         target_remove_watchpoint.
2293         (watchpoint_locations_match): Call
2294         target_can_accel_watchpoint_condition.
2295         * eval.c: Include wrapper.h.
2296         (fetch_subexp_value): Moved from breakpoint.c.
2297         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
2298         Formatting fix.
2299         (can_use_watchpoint_cond_accel): New function.
2300         (calculate_dvc): Likewise.
2301         (num_memory_accesses): Likewise.
2302         (check_condition): Likewise.
2303         (ppc_linux_can_accel_watchpoint_condition): Likewise
2304         (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
2305         check_condition and calculate_dvc.
2306         (ppc_linux_remove_watchpoint): Likewise.
2307         (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
2308         ppc_linux_can_accel_watchpoint_condition
2309         * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
2310         condition.
2311         (debug_to_remove_watchpoint): Likewise.
2312         (debug_to_can_accel_watchpoint_condition): New function.
2313         (update_current_target): Set to_can_accel_watchpoint_condition.
2314         (setup_target_debug): Set to_can_accel_watchpoint_condition.
2315         * target.h: Add opaque declaration for struct expression.
2316         (struct target_ops) <to_insert_watchpoint>,
2317         <to_remove_watchpoint>: Add new arguments to pass the watchpoint
2318         <to_can_accel_watchpoint_condition>: New member.
2319         condition.  Update all callers and implementations.
2320         (target_can_accel_watchpoint_condition): New macro.
2321         * value.c (free_value_chain): New function.
2322         * value.h (fetch_subexp_value): New prototype.
2323         (free_value_chain): Likewise.
2324
2325 2010-07-07  Ulrich Weigand  <uweigand@de.ibm.com>
2326
2327         * linux-nat.c (linux_nat_do_thread_registers): Use section size
2328         from gdbarch_core_regset_sections also for .reg if present.
2329
2330         * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
2331         section size for .reg.
2332         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
2333         (ppc_linux_vmx_regset_sections): Likewise.
2334         (ppc_linux_fp_regset_sections): Likewise.
2335         (ppc64_linux_vsx_regset_sections): New variable.
2336         (ppc64_linux_vmx_regset_sections): Likewise.
2337         (ppc64_linux_fp_regset_sections): Likewise.
2338         (ppc_linux_init_abi): Install core_regset_section lists appropriate
2339         for current word size.
2340
2341 2010-07-06  Joel Brobecker  <brobecker@adacore.com>
2342
2343         * server.c (myresume): Make static.
2344
2345 2010-07-06  Tom Tromey  <tromey@redhat.com>
2346
2347         * configure, config.in: Rebuild.
2348         * configure.ac (HAVE_LIBPYTHON2_7): New define.
2349         * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
2350
2351 2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
2352
2353         * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
2354         "clear".
2355
2356 2010-07-06  Ken Werner  <ken.werner@de.ibm.com>
2357
2358         * gdbtypes.h (floatformats_ieee_half): Add declaration.
2359         * gdbtypes.c (floatformats_ieee_half): New variable.
2360         * doublest.c (floatformat_from_length): Set format to
2361         gdbarch_half_format if length matches.
2362         * gdbarch.sh (half_bit): New architecture method.
2363         (half_format): Likewise.
2364         * gdbarch.h: Regenerate.
2365         * gdbarch.c: Likewise.
2366
2367 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2368             Joel Brobecker  <brobecker@adacore.com>
2369
2370         Fix re-run of PIE executable, PR shlibs/11776.
2371         * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
2372         the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
2373
2374 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2375             Joel Brobecker  <brobecker@adacore.com>
2376
2377         * auxv.c (memory_xfer_auxv): Update attach comment.
2378         * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
2379         svr4_relocate_main_executable.
2380         (svr4_solib_create_inferior_hook): Make the call to
2381         svr4_relocate_main_executable unconditional.
2382
2383 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2384             Joel Brobecker  <brobecker@adacore.com>
2385
2386         * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
2387
2388 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2389             Joel Brobecker  <brobecker@adacore.com>
2390
2391         Fix attaching to PIEs prelinked on the disk after the process was
2392         started.
2393         * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
2394         Verify it against bfd_get_arch_size.  Try to match arbitrary
2395         displacement for the phdrs comparison.
2396
2397 2010-07-02  Tom Tromey  <tromey@redhat.com>
2398
2399         PR exp/11780:
2400         * libunwind-frame.c (libunwind_frame_prev_register): Don't set
2401         value as optimized-out.
2402
2403 2010-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
2404             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2405
2406         * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
2407         represent?" question in comment.  Change comment to a proper sentence.
2408
2409 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
2410
2411         * c-valprint.c (c_val_print): Fix printing of character vectors.
2412
2413 2010-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2414
2415         * spu-tdep.c (spu_catch_start): Adjust the caller of changed
2416         create_breakpoint prototype.
2417
2418 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
2419
2420         * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
2421         usefulness suggestion of multiple breakpoints at same location.
2422
2423 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
2424
2425         * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
2426
2427 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
2428
2429         * dwarf2loc.c (locexpr_tracepoint_var_ref)
2430         (loclist_tracepoint_var_ref): Handle optimized out values.
2431
2432 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
2433
2434         * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
2435         unnecessary space in string.
2436         * filesystem.c (_initialize_filesystem): Ditto.
2437         * frame.c (_initialize_frame): Ditto.
2438         * infcmd.c (step_once): Ditto.
2439         * infrun.c (_initialize_infrun): Ditto.
2440         * linux-nat.c (linux_child_follow_fork): Ditto.
2441         * maint.c (maintenance_deprecate): Ditto.
2442         * memattr.c (_initialize_mem): Ditto.
2443         * mips-tdep.c (_initialize_mips_tdep): Ditto.
2444         * monitor.c (monitor_open): Ditto.
2445         * procfs.c (procfs_xfer_memory): Ditto.
2446         * reverse.c (bookmarks_info): Ditto.
2447         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
2448         * stack.c (_initialize_stack): Ditto.
2449         * tracepoint.c (_initialize_tracepoint): Ditto.
2450         * xtensa-tdep.c (xtensa_supply_gregset,
2451         xtensa_regset_from_core_section): Ditto.
2452
2453 2010-07-01  Tom Tromey  <tromey@redhat.com>
2454
2455         * value.h (struct lval_funcs) <check_any_valid>: Rename from
2456         check_all_valid.
2457         * value.c (value_entirely_optimized_out): Invert result.  Update
2458         for new function name.
2459
2460 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
2461
2462         Static tracepoints support.
2463
2464         * NEWS: Mention new support for static tracepoints.
2465         (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
2466         qXfer:statictrace:read.
2467         (New features in the GDB remote stub, GDBserver): Mention static
2468         tracepoints support using an UST based backend.
2469         (New commands): Mention "info static-tracepoint-markers" and
2470         "strace".
2471         * breakpoint.c (is_marker_spec): New.
2472         (is_tracepoint): Handle static tracepoints.
2473         (validate_commands_for_breakpoint): Static tracepoints can't do
2474         while-stepping.
2475         (static_tracepoints_here): New.
2476         (bpstat_what): Handle static tracepoints.
2477         (print_one_breakpoint_location, allocate_bp_location, mention):
2478         Ditto.
2479         (create_breakpoint_sal): Ditto.
2480         (decode_static_tracepoint_spec): New.
2481         (create_breakpoint): Replace `hardwareflag', and `traceflag' with
2482         `type_wanted'.  Adjust.  Handle static tracepoint marker
2483         locations.
2484         (break_command_1): Adjust.
2485         (update_static_tracepoint): New.
2486         (update_breakpoint_locations): Handle static tracepoints.
2487         (breakpoint_re_set_one): Handle static tracepoint marker
2488         locations.
2489         (disable_command, enable_command): Handle static tracepoints.
2490         (trace_command, ftrace_command): Adjust.
2491         (strace_command): New.
2492         (create_tracepoint_from_upload): Adjust.
2493         (save_breakpoints): Handle static tracepoints.
2494         (_initialize_breakpoint): Install the "strace" command.
2495         * breakpoint.h (enum bptype): New bp_static_tracepoint type.
2496         (struct breakpoint): New fields static_trace_marker_id and
2497         static_trace_marker_id_idx.
2498         (breakpoints_here_p): Declare.
2499         (create_breakpoint): Adjust.
2500         (static_tracepoints_here): Declare.
2501         * remote.c (struct remote_state) <static_tracepoints>: New field.
2502         (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
2503         (remote_static_tracepoint_marker_at): New.
2504         (remote_static_tracepoint_markers_by_strid): New.
2505         (remote_static_tracepoint_feature): New.
2506         (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
2507         (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
2508         (remote_supports_static_tracepoints): New.
2509         (remote_download_tracepoint): Download static tracepoints.
2510         (init_remote_ops): Install remote_static_tracepoint_marker_at and
2511         remote_static_tracepoint_markers_by_strid.
2512         (_initialize_remote): Install set|show remote static-tracepoints,
2513         and set|show remote read-sdata-object commands.
2514         * target.c (update_current_target): Inherit and default
2515         to_static_tracepoint_marker_at, and
2516         to_static_tracepoint_markers_by_strid.
2517         * target.h (static_tracepoint_marker): Forward declare.
2518         (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
2519         (static_tracepoint_marker_p): New typedef.
2520         (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
2521         (struct target_ops): New fields to_static_tracepoint_marker_at and
2522         to_static_tracepoint_markers_by_strid.
2523         (target_static_tracepoint_marker_at)
2524         (target_static_tracepoint_markers_by_strid): New.
2525         * tracepoint.c: Include source.h.
2526         (validate_actionline): Handle $_sdata.
2527         (struct collection_list): New field strace_data.
2528         (add_static_trace_data): New.
2529         (clear_collection_list): Clear strace_data.
2530         (stringify_collection_list): Account for a possible static trace
2531         data collection.
2532         (encode_actions_1): Encode an $_sdata collection.
2533         (parse_tracepoint_definition): Handle static tracepoints.
2534         (parse_static_tracepoint_marker_definition): New.
2535         (release_static_tracepoint_marker): New.
2536         (print_one_static_tracepoint_marker): New.
2537         (info_static_tracepoint_markers_command): New.
2538         (sdata_make_value): New.
2539         (_initialize_tracepoint): Create the $_sdata convenience variable.
2540         Add the "info static-tracepoint-markers" command.
2541         Mention $_sdata in the "collect" command's help output.
2542         * tracepoint.h (struct static_tracepoint_marker): New.
2543         (parse_static_tracepoint_marker_definition)
2544         (release_static_tracepoint_marker): Declare.
2545         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
2546         * python/py-breakpoint.c (bppy_new): Adjust.
2547
2548 2010-06-30  Joel Brobecker  <brobecker@adacore.com>
2549
2550         * python/python-internal.h (_XOPEN_SOURCE): Undefine before
2551         including Python.h.
2552
2553 2010-06-29  Doug Evans  <dje@google.com>
2554
2555         PR gdb/11702
2556         * dwarf2read.c (dwarf2_add_field): Only create a symbol if
2557         DW_AT_external is present.
2558
2559         PR gdb/11702
2560         * NEWS: Add entry.
2561         * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
2562         create a symbol for the field and record the value.
2563         (new_symbol): Handle DW_TAG_member.
2564         * gdbtypes.c (field_is_static): Remove FIXME.
2565         * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
2566         only ignore LOC_CONST symbols that are enums.
2567
2568         * dwarf2read.c: Remove trailing whitespace.
2569
2570         Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
2571         * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
2572         (struct main_type, field loc): Delete dwarf_block.
2573         (FIELD_DWARF_BLOCK): Delete.
2574         (SET_FIELD_DWARF_BLOCK): Delete.
2575         (TYPE_FIELD_DWARF_BLOCK): Delete.
2576         * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
2577         Update.
2578
2579 2010-06-29  Hui Zhu  <teawater@gmail.com>
2580
2581         * record.c (set_record_pic_cmdlist,
2582         show_record_pic_cmdlist): New variables.
2583         (set_record_pic_command,
2584         show_record_pic_command): New functions.
2585         (record_pic_function, record_pic_line, record_pic_enum,
2586         set_record_pic_type, record_pic_hide_nofunction,
2587         record_pic_hide_nosource, record_pic_hide_same): New variables.
2588         (record_pic_fputs): New function.
2589         (function_list, node_list, edge_list): New struct.
2590         (function_list, node_list, edge_list): New variables.
2591         (record_pic_cleanups, record_pic_node,
2592         record_pic_edge, cmd_record_pic): New functions.
2593         (_initialize_record): Add new commands for record pic.
2594
2595 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2596
2597         * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
2598         ALLOCATE_CPLUS_STRUCT_TYPE.
2599
2600 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
2601             Tom Tromey  <tromey@redhat.com>
2602             Thiago Jung Bauermann  <bauerman@br.ibm.com>
2603
2604         * value.c (pack_unsigned_long): New function.
2605         (value_from_ulongest): New function.
2606         * value.h (value_from_ulongest): Declare.
2607         * python/python.c (_initialize_python): Call
2608         gdbpy_initialize_thread and gdbpy_initialize_inferior.
2609         * python/python-internal.h: Define thread_object.
2610         (gdbpy_inferiors, gdbpy_selected_thread)
2611         (frame_info_to_frame_object, create_thread_object)
2612         (find_thread_object, find_inferior_object)
2613         (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
2614         (gdbpy_is_value_object, get_addr_from_python): Declare.
2615         * python/py-value.c (builtin_type_upylong): Define.
2616         (convert_value_from_python): Add logic for ulongest.
2617         (gdbpy_is_value_object): New function.
2618         * python/py-utils.c (get_addr_from_python): New function.
2619         * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
2620         (gdbpy_selected_frame): Use PyObject over frame_info.
2621         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
2622         py-infthread.
2623         (SUBDIR_PYTHON_SRCS): Likewise.
2624         (py-inferior.o): New Rule.
2625         (py-infthread.o): New Rule.
2626         * python/py-inferior.c: New File.
2627         * python/py-infthread.c: New File.
2628
2629 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2630
2631         * c-typeprint.c (c_type_print_base): For no fields check include also
2632         TYPE_TYPEDEF_FIELD_COUNT.  Print new typedefs section.
2633         * dwarf2read.c (struct typedef_field_list)
2634         (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
2635         (dwarf2_add_typedef): New.
2636         (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
2637         Copy also FI.TYPEDEF_FIELD_LIST.
2638         * gdbtypes.h (struct typedef_field)
2639         (struct cplus_struct_type) <typedef_field, typedef_field_count>
2640         (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
2641         (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
2642
2643 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2644
2645         * cp-namespace.c (cp_lookup_nested_type): New variable
2646         concatenated_name.  Turn the current return condition into a reverse
2647         one.  Call also lookup_static_symbol_aux on the constructed qualified
2648         name.
2649         * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
2650         other files into a called ...
2651         (lookup_static_symbol_aux): ... new function here.
2652         * symtab.h (lookup_static_symbol_aux): New prototype.
2653         * valops.c (value_maybe_namespace_elt): Call also
2654         lookup_static_symbol_aux if we failed otherwise.
2655
2656 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2657
2658         Fix PR c++/11703 and PR gdb/1448.
2659         * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
2660         FIRST_ITER check.
2661
2662 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2663
2664         Fix modification of cplus_struct_default.
2665         * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
2666         Call ALLOCATE_CPLUS_STRUCT_TYPE.
2667         * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
2668
2669 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
2670
2671         * NEWS: Add entry announcing the python directory.
2672
2673 2010-06-28  Tom Tromey  <tromey@redhat.com>
2674
2675         * dwarf2read.c (read_structure_type): Allocate null cleanup later.
2676
2677 2010-06-28  Doug Evans  <dje@google.com>
2678
2679         * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
2680         All callers updated.
2681
2682 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2683
2684         * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
2685         obstack_begin after each obstack_free.
2686
2687 2010-06-27  Doug Evans  <dje@google.com>
2688
2689         * value.c (value_static_field): Use `switch' instead of `if'.
2690         Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
2691
2692         * valops.c (search_struct_field): Fix typo in error message.
2693
2694 2010-06-26  Ulrich Weigand  <uweigand@de.ibm.com>
2695
2696         * dwarf2expr.c (execute_stack_op): Place preprocessor
2697         directives at the start of the source line.
2698
2699 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
2700
2701         * defs.h (make_command_stats_cleanup): Declare.
2702         (set_display_time): Declare.
2703         (set_display_space): Declare.
2704         * event-top.c (command_handler): Use make_command_stats_cleanup.
2705         * main.c (display_time, display_space): Move definitions to utils.c.
2706         (captured_main): Use make_command_stats_cleanup to get start-up
2707         statistics.
2708         Use set_display_time and set_display_space for processing OPT_STATISTICS
2709         case.
2710         * maint.c (maintenance_time_display): Use set_display_time.
2711         (maintenance_space_display): Use set_display_space.
2712         * top.c (execute_command): Remove obsolete 'maint time' code.
2713         (command_loop): Use make_command_stats_cleanup.
2714         * utils.c (struct cmd_stats): Structure for storing initial time
2715         and space usage.
2716         (display_time, display_space): Move definitions here from utils.c.
2717         (set_display_time): New function.
2718         (set_display_space): New function.
2719         (make_command_stats_cleanup): New function.
2720         (report_command_stats): New auxiliary function for
2721         make_command_stats_cleanup.
2722
2723 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
2724
2725         * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
2726         hosts where CORE_ADDR is long long.
2727
2728 2010-06-25  Tom Tromey  <tromey@redhat.com>
2729
2730         PR python/10808:
2731         * python/python.c (execute_gdb_command): Add keywords.  Accept
2732         "to_string" argument.
2733         (struct restore_ui_file_closure): New.
2734         (restore_ui_file): New function.
2735         (make_cleanup_restore_ui_file): Likewise.
2736         (GdbMethods) <execute>: Update.
2737
2738 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
2739
2740         * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
2741         during inferior call stack frame setup.
2742
2743 2010-06-25  Ken Werner  <ken.werner@de.ibm.com>
2744
2745         * solib-spu.c: Include "exception.h".
2746         (ocl_program_data_key): New variable.
2747         (append_ocl_sos): New function.
2748         (ocl_enable_break): Likewise.
2749         (spu_current_sos): Call append_ocl_sos.
2750         (spu_solib_loaded): Call ocl_enable_break.
2751         (_initialize_spu_solib): Register ocl_program_data_key.
2752
2753 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
2754
2755         * cp-support.c (reset_directive_searched): New function.
2756         (make_symbol_overload_list_using): Prevent recursive calls.
2757
2758 2010-06-25  Phil Muldoon  <pmuldoon@redhat.com>
2759
2760         * printcmd.c (print_variable_and_value): Print error message on
2761         caught exception.
2762
2763 2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
2764
2765         * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
2766         of stack values.
2767         (struct dwarf_expr_piece): Rename "expr" member to "mem".  Add new
2768         "value" member.
2769         (dwarf_expr_push): Change input type to ULONGEST.
2770         (dwarf_expr_fetch): Change return type to ULONGEST.
2771         (dwarf_expr_fetch_address): Add prototype.
2772         (dwarf2_read_address): Remove prototype.
2773         * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
2774         Truncate stack values to ctx->addr_size bytes.
2775         (dwarf_expr_fetch): Change return value to ULONGEST.
2776         (dwarf_expr_fetch_address): New function.
2777         (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
2778         when appropriate.  Update for struct dwarf_expr_piece changes.
2779         (dwarf2_read_address): Remove.
2780         (unsigned_address_type): Remove.
2781         (signed_address_type): Remove.
2782         (execute_stack_op): Use dwarf_expr_fetch_address instead of
2783         dwarf_expr_fetch when appropriate.  Use ULONGEST as type of stack
2784         values.  Perform operations on ULONGEST instead of on GDB values,
2785         sign-extending from ctx->addr_size bytes as needed.  Read DW_OP_addr
2786         values and DW_OP_deref results as unsigned integers.
2787         * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
2788         changes.
2789         (write_pieced_value): Likewise.
2790         (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
2791         dwarf_expr_fetch when appropriate.
2792         (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
2793         * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
2794         instead of dwarf_expr_fetch when appropriate.
2795
2796 2010-06-25  Pierre Muller  <muller@ics.u-strasbg.fr>
2797
2798         * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
2799
2800 2010-06-24  Joel Brobecker  <brobecker@adacore.com>
2801
2802         * python/python.c (_initialize_python): Add new "constant"
2803         PYTHONDIR in gdb module.  Insert this path at the head of
2804         sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
2805         exec its __init__.py script if it exists in that directory.
2806
2807 2010-06-24  Kevin Buettner  <kevinb@redhat.com>
2808
2809         * rx-tdep.c (RX_ACC_REGNUM): Define.
2810         (RX_NUM_REGS): Redefine to 26.
2811         (rx_register_name): Add register "acc".  Change order of several
2812         registers.  Change name of "vct" register to "fintv" to match RX
2813         documentation.
2814         (rx_register_type): Add case for RX_ACC_REGNUM.
2815
2816 2010-06-24  Tom Tromey  <tromey@redhat.com>
2817
2818         * psymtab.c (lookup_partial_symbol): Mark definition as static.
2819
2820 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2821             Tom Tromey  <tromey@redhat.com>
2822
2823         Fix GDB startup on readonly filesystem.
2824         * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
2825
2826 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2827             Pedro Alves  <pedro@codesourcery.com>
2828
2829         Fix PR 9436.
2830         * breakpoint.c (handle_jit_event): New function.
2831         (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
2832         jit, err, table and bs_class.  New variables shlib_event, jit_event,
2833         this_action and bptype.  Change bs_class assignments to this_action
2834         assignments.  new unhandled bptype internal error.  Move here
2835         shlib_event and jit_event handling from handle_inferior_event.
2836         * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
2837         Reorder items.  Remove BPSTAT_WHAT_CHECK_SHLIBS and
2838         BPSTAT_WHAT_CHECK_JIT.
2839         * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
2840         * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
2841         (handle_inferior_event): Reinitialize frame and gdbarch after
2842         bpstat_what call.  Move BPSTAT_WHAT_CHECK_SHLIBS and
2843         BPSTAT_WHAT_CHECK_JIT handling to bpstat_what.  Reinitialize even
2844         gdbarch when frame gets reinitialized.
2845
2846 2010-06-24  Hui Zhu  <teawater@gmail.com>
2847
2848        * printcmd.c (ui_printf): New function.
2849        (printf_command): Call ui_printf.
2850        (_initialize_printcmd): New command "eval".
2851
2852 2010-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
2853
2854         * infrun.c (handle_inferior_event): Handle presence of single-step
2855         breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
2856         Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
2857         TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
2858         * breakpoint.c (detach_single_step_breakpoints): New function.
2859         (detach_breakpoints): Call it.
2860         (cancel_single_step_breakpoints): New function.
2861         * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
2862
2863         * spu-tdep.c (spu_memory_remove_breakpoint): New function.
2864         (spu_gdbarch_init): Install it.
2865
2866 2010-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
2867
2868         * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
2869         * configure: Regenerate.
2870
2871 2010-06-22  Hui Zhu  <teawater@gmail.com>
2872
2873         * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
2874         (i386_process_record): Ditto.
2875         * record.c (record_memory_query): New variable.
2876         (_initialize_record): New command "set record memory-query".
2877         * record.h (record_memory_query): New extern.
2878
2879 2010-06-21  Doug Evans  <dje@google.com>
2880
2881         * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
2882         * i386-tdep.c (i386_displaced_step_copy_insn): New function.
2883         (i386_syscall_p): Change type of lengthp to int.
2884         (i386_displaced_step_fixup): Handle kernels that run one past a
2885         syscall insn.
2886         * i386-linux-tdep.c (i386_linux_init_abi): Use
2887         i386_displaced_step_copy_insn instead of
2888         simple_displaced_step_copy_insn.
2889
2890 2010-06-21  Tom Tromey  <tromey@redhat.com>
2891
2892         * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
2893         (dwarf_type_encoding_name): Likewise.
2894
2895 2010-06-21  Tom Tromey  <tromey@redhat.com>
2896
2897         * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
2898         * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
2899         * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
2900         * gdbtypes.h (TYPE_ERROR_NAME): New macro.
2901         * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
2902         * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
2903         * dwarf2read.c (tag_type_to_type): Create a new error type on
2904         failure.
2905         * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
2906         * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
2907
2908 2010-06-21  Michael Snyder  <msnyder@vmware.com>
2909
2910         * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
2911         not add_abbrev_prefix_cmd, for "enable breakpoints".
2912
2913 2010-06-21  Ulrich Weigand  <uweigand@de.ibm.com>
2914
2915         * dwarf2loc.c (find_location_expression): Add relocation offset
2916         to base-address-selection entry base addresses.  Read addresses
2917         (and offsets) as signed/unsigned integers, depending on the
2918         BFD's sign_extend_vma flag.  Do not call dwarf2_read_address.
2919         (loclist_describe_location): Likewise.
2920         (disassemble_dwarf_expression): Read DW_OP_addr operand as
2921         unsigned integer.  Do not call dwarf2_read_address.
2922         (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
2923
2924 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
2925
2926         * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
2927         value instead of hard-coded SPU_LS_SIZE.
2928         (spu_software_single_step): Likewise.
2929         * spu-tdep.h (SPU_LS_SIZE): Remove.
2930
2931 2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
2932
2933         * spu-multiarch.c (spu_xfer_partial): Wrap around local store
2934         limit on local store memory accesses.
2935         * spu-linux-nat.c (spu_xfer_partial): Likewise.
2936         * spu-tdep.c (spu_lslr): Remove.
2937         (spu_pointer_to_address): Do not truncate addresses.
2938         (spu_integer_to_address): Likewise.
2939         (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
2940         * spu-tdep.h: Add comments.
2941         (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
2942         (SPU_OVERLAY_LMA): Define.
2943
2944 2010-06-18  Stan Shebs  <stan@codesourcery.com>
2945
2946         * osdata.c (get_osdata): Warn separately if target does not report
2947         type list.
2948         (info_osdata_command): Allow empty type, report error if target
2949         does not return available types of OS data.
2950         * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
2951         types if no annex supplied.
2952
2953         * thread.c (thread_id_make_value): Make a value representing the
2954         current thread.
2955         (_initialize_thread): Create $_thread.
2956
2957 2010-06-17  Joel Brobecker  <brobecker@adacore.com>
2958
2959         * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
2960         last local variable declaration.  No real code change.
2961
2962 2010-06-17  Tom Tromey  <tromey@redhat.com>
2963
2964         * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
2965         (dwarf2_build_psymtabs_hard): Use it.  Create addrmap on a
2966         temporary obstack.
2967
2968 2010-06-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2969             Jan Kratochvil  <jan.kratochvil@redhat.com>
2970
2971         * breakpoint.c: Include parser-defs.h.
2972         (watchpoint_exp_is_const): New function.
2973         (watch_command_1): Call watchpoint_exp_is_const to check
2974         if the expression is constant.
2975
2976 2010-06-15  Andreas Schwab  <schwab@linux-m68k.org>
2977
2978         * configure.ac: Check for RDYNAMIC also for cross builds.
2979         * configure: Regenerate.
2980
2981 2010-06-15  Pedro Alves  <pedro@codesourcery.com>
2982
2983         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
2984         (SFILES): Remove solib-null.c, add solib-target.c.
2985         (COMMON_OBS): Remove solib-null.o, add solib-target.o.
2986         (ALLDEPFILES): Remove solib-target.c.
2987         * solib-target.c (_initialize_solib_target): Set
2988         current_target_so_ops to solib_target_so_ops if not already set.
2989         * solib-null.c: Delete.
2990
2991 2010-06-14  Pedro Alves  <pedro@codesourcery.com>
2992
2993         * NEWS: Mention GDBserver's JIT compilation of tracepoint
2994         bytecode.
2995
2996 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
2997
2998         * cp-valprint.c (cp_print_static_field): Members of
2999         dont_print_stat_array_obstack are of type "struct type *".
3000         (_initialize_cp_valprint): Likewise.
3001
3002 2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
3003
3004         * frame.c (frame_register_unwind): Do not access contents
3005         of "optimized out" unwound register value.
3006
3007 2010-06-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3008
3009         * ada-lang.h (ada_print_type): Make varstring const.
3010         * ada-typeprint.c (print_func_type): Make name const.
3011         (ada_print_type): Make varstring const.
3012         * c-lang.h (c_print_type): Make varstring const.
3013         * c-typeprint.c (c_print_type): Likewise.
3014         * f-lang.h (f_print_type): Likewise.
3015         * f-typeprint.c (f_print_type): Likewise.
3016         * jv-lang.h (java_print_type): Likewise.
3017         * jv-typeprint.c (java_print_type): Likewise.
3018         * language.c (unk_lang_print_type): Likewise.
3019         * language.h (struct language_defn) <la_print_type>: Likewise.
3020         * m2-lang.h (m2_print_type): Likewise.
3021         * m2-typeprint.c (m2_print_type): Likewise.
3022         * p-lang.h (pascal_print_type): Likewise.
3023         * p-typeprint.c (pascal_print_type): Likewise.
3024
3025 2010-06-11  Stan Shebs  <stan@codesourcery.com>
3026
3027         Add per-operation permission flags.
3028
3029         * target.h (struct target_ops): New method to_set_permissions.
3030         (target_set_permissions): New macro.
3031         (target_insert_breakpoint): Change macro to function.
3032         (target_remove_breakpoint): Ditto.
3033         (target_stop): Ditto.
3034         (may_write_registers): Declare.
3035         (may_write_memory): Declare.
3036         (may_insert_breakpoints): Declare.
3037         (may_insert_tracepoints): Declare.
3038         (may_insert_fast_tracepoints): Declare.
3039         (may_stop): Declare.
3040         * target.c (may_write_registers, may_write_registers_1): New globals.
3041         (may_write_memory, may_write_memory_1): New globals.
3042         (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
3043         (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
3044         (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
3045         globals.
3046         (may_stop, may_stop_1): New global.
3047         (target_xfer_partial): Test for write permission.
3048         (target_store_registers): Ditto.
3049         (target_insert_breakpoint): New function.
3050         (target_remove_breakpoint): New function.
3051         (target_stop): New function.
3052         (_initialize_targets): Add new set/show variables.
3053         (set_write_memory_permission): New function.
3054         (update_target_permissions): New function.
3055         (set_target_permissions): New function.
3056         (update_current_target): Default to_set_permissions.
3057         (_initialize_targets): Use new globals and setter function.
3058         * tracepoint.c (start_tracing): Test for permission.
3059         * inferior.h (update_observer_mode): Declare.
3060         * infrun.c (non_stop_1): Define earlier.
3061         (observer_mode, observer_mode_1): New globals.
3062         (set_observer_mode, show_observer_mode): New functions.
3063         (update_observer_mode): New function.
3064         (_initialize_infrun): Define "set observer" command.
3065         * remote.c (PACKET_QAllow): New optional packet.
3066         (remote_protocol_features): Add QAllow.
3067         (remote_set_permissions): New function.
3068         (remote_start_remote): Call it.
3069         (init_remote_ops): Add it to target vector.
3070         (_initialize_remote): Add config command for QAllow.
3071
3072 2010-06-11  Tom Tromey  <tromey@redhat.com>
3073
3074         * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
3075         DW_AT_vtable_elem_location even when GCC extension is seen.
3076
3077 2010-06-11  Tom Tromey  <tromey@redhat.com>
3078
3079         PR gdb/9977, PR exp/11636:
3080         * value.h (value_offset): Update.
3081         (struct lval_funcs) <check_validity>: New field.
3082         <copy_closure>: Make argument const.
3083         (value_computed_closure): Update.
3084         (value_contents_for_printing): Declare.
3085         (value_bits_valid): Likewise.
3086         (val_print): Likewise.
3087         (set_value_component_location): Update.
3088         (value_entirely_optimized_out): Declare.
3089         * value.c (value_offset): Argument now const.
3090         (require_not_optimized_out): New function.
3091         (value_contents_for_printing): New function.
3092         (value_contents_all): Call require_not_optimized_out.
3093         (value_contents): Likewise.
3094         (value_bits_valid): New function.
3095         (value_computed_closure): Argument now const.
3096         (set_value_component_location): Make 'whole' argument const.
3097         (value_entirely_optimized_out): New function.
3098         (value_bitsize): Argument now 'const'.
3099         (value_bitpos): Likewise.
3100         (value_type): Likewise.
3101         * valprint.h (val_print_array_elements): Update.
3102         * valprint.c (val_print): Add 'val' argument.  Use
3103         valprint_check_validity.
3104         (valprint_check_validity): New function.
3105         (value_check_printable): Use value_entirely_optimized_out.
3106         (common_val_print): Update.
3107         (value_print): Likewise.
3108         (val_print_array_elements): Add 'val' argument.
3109         * valops.c (value_fetch_lazy): Use value_contents_for_printing,
3110         value_bits_valid.  Reinit frame cache for lval_computed.
3111         * sh64-tdep.c (sh64_do_register): Update.
3112         * scm-valprint.c (scm_val_print): Add 'val' argument.
3113         * scm-lang.h (scm_val_print): Update.
3114         * python/python.h (apply_val_pretty_printer): Update.
3115         * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
3116         argument.  Call set_value_component_location.
3117         * printcmd.c (print_scalar_formatted): Update.
3118         * p-valprint.c (pascal_val_print): Add 'val' argument.
3119         (pascal_object_print_value_fields): Likewise.
3120         (pascal_object_print_value): Likewise.
3121         (pascal_object_print_static_field): Update.
3122         * p-lang.h (pascal_val_print): Update.
3123         (pascal_object_print_value_fields): Update.
3124         * mt-tdep.c (mt_registers_info): Update.
3125         * mi/mi-main.c (get_register): Update.
3126         (mi_cmd_data_evaluate_expression): Use common_val_print.
3127         * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
3128         (m2_print_unbounded_array): Likewise.
3129         (m2_val_print): Likewise.
3130         * m2-lang.h (m2_val_print): Update.
3131         * language.h (struct language_defn) <la_val_print>: Add 'val'
3132         argument.
3133         (LA_VAL_PRINT): Likewise.
3134         * language.c (unk_lang_val_print): Add 'val' argument.
3135         * jv-valprint.c (java_print_value_fields): Add 'val' argument.
3136         (java_val_print): Likewise.
3137         * jv-lang.h (java_val_print): Add 'val' argument.
3138         * infcmd.c (default_print_registers_info): Update.
3139         * f-valprint.c (f77_print_array_1): Add 'val' argument.
3140         (f77_print_array): Likewise.
3141         (f_val_print): Likewise.
3142         * f-lang.h (f_val_print): Add 'val' argument.
3143         * dwarf2loc.c (read_pieced_value): Use value_bitsize and
3144         value_bitpos.
3145         <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning.  Call
3146         set_value_optimized_out.
3147         (write_pieced_value): Use value_bitsize and value_bitpos.
3148         <default>: Don't exit loop.
3149         (check_pieced_value_validity): New function.
3150         (pieced_value_funcs): Reference check_pieced_value_validity,
3151         check_pieced_value_invalid.
3152         (copy_pieced_value_closure): Update.
3153         (check_pieced_value_bits): New function.
3154         (check_pieced_value_invalid): New function.
3155         * d-valprint.c (dynamic_array_type): Add 'val' argument.
3156         (d_val_print): Likewise.
3157         * d-lang.h (d_val_print): Update.
3158         * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
3159         (cp_print_value_fields_rtti): Likewise.
3160         (cp_print_value): Likewise.
3161         (cp_print_static_field): Update.
3162         * c-valprint.c (c_val_print): Add 'val' argument.
3163         (c_value_print): Update.
3164         * c-lang.h (c_val_print): Update.
3165         (cp_print_value_fields): Likewise.
3166         (cp_print_value_fields_rtti): Likewise.
3167         * ada-valprint.c (struct ada_val_print_args): Remove.
3168         (val_print_packed_array_elements): Add 'val' argument.
3169         (ada_val_print): Likewise.  Rewrite.
3170         (ada_val_print_stub): Remove.
3171         (ada_val_print_array): Add 'val' argument.
3172         (ada_val_print_1): Likewise.
3173         (print_variant_part): Likewise.
3174         (ada_value_print): Update.
3175         (print_record): Add 'val' argument.
3176         (print_field_values): Likewise.
3177         * ada-lang.h (ada_val_print): Update.
3178
3179 2010-06-11  Tom Tromey  <tromey@redhat.com>
3180
3181         * vec.h (VEC_cleanup): New macro.
3182         (DEF_VEC_ALLOC_FUNC_I): Update.
3183         (DEF_VEC_ALLOC_FUNC_P): Likewise.
3184         (DEF_VEC_ALLOC_FUNC_O): Likewise.
3185         * dwarf2loc.c (struct axs_var_loc): Remove.
3186         (unimplemented): New function.
3187         (translate_register): Likewise.
3188         (access_memory): Likewise.
3189         (compile_dwarf_to_ax): Likewise.
3190         (dwarf2_tracepoint_var_loc): Remove.
3191         (dwarf2_tracepoint_var_access): Likewise.
3192         (dwarf2_tracepoint_var_ref): Likewise.
3193         (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
3194         (loclist_tracepoint_var_ref): Likewise.
3195         * dwarf2expr.h (dwarf_expr_require_composition): Declare.
3196         * dwarf2expr.c (dwarf_expr_require_composition): Rename from
3197         require_composition.  No longer static.
3198         (execute_stack_op): Update.
3199         * ax-gdb.h (trace_kludge): Declare.
3200
3201 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3202
3203         * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
3204         (should_be_inserted): Return zero also on NULL OWNER.
3205         (breakpoint_program_space_exit): New OWNER comment.
3206         (insert_breakpoint_locations): Extend comment for OWNER.
3207         (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
3208         (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
3209         New OWNER comment.
3210         (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
3211         (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
3212         (bpstat_check_location): New assert on OWNER.
3213         (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
3214         and B initializations to the code block.  New assert on them.
3215         (print_one_breakpoint_location): New OWNER comment.
3216         (watchpoint_locations_match): Assert on OWNER.
3217         (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
3218         initializations to the code block.  New assert on OWNER.
3219         (set_breakpoint_location_function): New assert on OWNER.
3220         (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
3221         (bp_location_compare, update_global_location_list)
3222         (update_global_location_list): New OWNER comment.
3223
3224 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
3225
3226         * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
3227
3228 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
3229
3230         * config/nm-linux.h (struct target_ops): Remove forward declaration.
3231         (lin_thread_get_thread_signals): Remove prototype.
3232         (GET_THREAD_SIGNALS): Remove.
3233         * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
3234         * linux-thread-db.c (check_thread_signals): Directly call
3235         lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
3236
3237 2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
3238
3239         * gregset.h (GDB_FPXREGSET_T): Remove.
3240         (gdb_fpxregset_t): Likewise.
3241         (supply_fpxregset): Remove prototype.
3242         (fill_fpxregset): Likewise.
3243         * i386-linux-nat.c (supply_fpxregset): Remove.
3244         (fill_fpxregset): Likewise.
3245         (fetch_fpxregs): Inline supply_fpxregset call.
3246         (store_fpxregs): Inline fill_fpxregset call.
3247
3248         * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
3249         * config/i386/nm-linux.h: Remove file.
3250
3251 2010-06-09  Michael Snyder  <msnyder@vmware.com>
3252
3253         * target.c (update_current_target): Fix spelling error in comment.
3254         (target_mourn_inferior): Fix spelling error in error message.
3255
3256 2010-06-08  Paul Hilfinger  <hilfingr@adacore.com>
3257
3258       * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
3259       SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
3260
3261 2010-06-08  Michael Snyder  <msnyder@vmware.com>
3262
3263         * remote.c (remote_close): Set inferior_ptid to null_ptid.
3264
3265 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3266
3267         * configure.ac <"${have_libpython}" != no>: New workaround of
3268         python#4434.
3269         * configure: Regenerate.
3270
3271 2010-06-08  Hui Zhu  <teawater@gmail.com>
3272
3273         * record.c (record_wait): Move signal out of replay code.
3274
3275 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3276
3277         Fix PR 10640.
3278         * dwarf2-frame.c (no_dwarf_call): New function.
3279         (execute_stack_op): Set CTX->DWARF_CALL.
3280         * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
3281         * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
3282         (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
3283         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
3284         (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
3285         (needs_frame_dwarf_call): New function.
3286         (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
3287         * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
3288         Update the comment.  Move variables die, offset and error call to ...
3289         (follow_die_ref): ... a new function.
3290         (dwarf2_fetch_die_location_block): New function.
3291         * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
3292
3293 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3294
3295         * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
3296         (dwarf_expr_tls_address): Use per_cu instead of objfile.
3297         (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
3298         Initialize new BATON.PER_CU.  Adjust CTX->GDBARCH initialization for
3299         this change.
3300         (struct needs_frame_baton): New field per_cu.
3301         (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
3302         * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
3303
3304 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
3305
3306         * cp-support.c (make_symbol_overload_list_namespace): Only search
3307         static and global blocks.
3308         (make_symbol_overload_list_block): New function.
3309         (make_symbol_overload_list): Separate namespace search from block
3310         search.
3311         (make_symbol_overload_list_qualified): Use
3312         make_symbol_overload_list_block.
3313
3314 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
3315
3316         * value.h: Created oload_search_type enum.
3317         (find_overload_match): Use oload_search_type enum.
3318         * valops.c (find_overload_match): Support combined member and
3319         non-member search.
3320         * eval.c (evaluate_subexp_standard): Calls to
3321         find_overload_match now use oload_search_type enum.
3322         (oload_method_static): Verify index is a proper value.
3323         * valarith.c (value_user_defined_cpp_op): Search for and handle
3324         both member and non-member operators.
3325         (value_user_defined_cpp_op): New function.
3326         (value_user_defined_op): New function.
3327         (value_x_unop): Use value_user_defined_op.
3328         (value_x_binop): Ditto.
3329         * cp-support.c (make_symbol_overload_list_using): Added block
3330         iteration.
3331         Add check for namespace aliases and imported declarations.
3332
3333 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3334
3335         * breakpoint.h (owner): Extend the comment.
3336
3337 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3338
3339         Clear stale specific bp_location from former whole breakpoint.
3340         * breakpoint.c (delete_breakpoint): Move the stale referencing clear
3341         code ...
3342         (free_bp_location): ... here.  Rename there the called function to
3343         bpstat_remove_bp_location_callback.
3344         (bpstat_remove_breakpoint_callback): Rename to ...
3345         (bpstat_remove_bp_location_callback): ... here, change DATA resolution
3346         to struct bp_location.  Change the called function to
3347         bpstat_remove_bp_location.  Create new declaration for the function.
3348         (bpstat_remove_breakpoint): Rename to ...
3349         (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
3350         code for the new parameter type.
3351
3352 2010-06-07  Nathan Sidwell  <nathan@codesourcery.com>
3353
3354         * README: Make version-agnostic.
3355
3356 2010-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3357
3358         Fix duplicate types for single DIE.
3359         * dwarf2read.c (read_structure_type): Move set_descriptive_type after
3360         set_die_type.
3361         (read_array_type): Remove type initialization.  Recheck get_die_type
3362         after initial die_type.  Move set_die_type before set_descriptive_type.
3363         (read_set_type): New variable domain_type.  Recheck get_die_type after
3364         initial die_type.  Move attr initialization later.
3365         (read_tag_pointer_type, read_tag_reference_type): New variable
3366         target_type.  Recheck get_die_type after initial die_type.
3367         (read_tag_ptr_to_member_type): Recheck get_die_type after initial
3368         die_type and die_containing_type.
3369         (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
3370         Recheck get_die_type after initial die_type.
3371         (read_subrange_type): Recheck get_die_type after initial die_type.
3372         Move set_die_type before set_descriptive_type.
3373         (set_die_type): Extend the function comment.  Call complaint if DIE has
3374         some type already set.
3375
3376 2010-06-05  Vladimir Prus  <vladimir@codesourcery.com>
3377
3378         * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
3379         for current naming of thread groups (iN, not N).
3380
3381 2010-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3382
3383         * ada-lang.c (ada_operator_length): Constify `struct expression'.
3384         * parse.c (operator_length): Likewise.
3385         (operator_length_standard): Likewise.
3386         * parser-defs.h (operator_length): Likewise.
3387         (operator_length_standard): Likewise.
3388         (struct exp_descriptor <operator_length>): Likewise.
3389
3390 2010-06-04  Doug Evans  <dje@google.com>
3391
3392         Add support for enabling/disabling individual pretty-printers.
3393         * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
3394         * python/python-internal.h (gdbpy_enabled_cst): Declare.
3395         * python/python.c (gdbpy_enabled_cst): Define.
3396         (_initialize_python): Initialize gdbpy_enabled_cst.
3397         * NEWS: Add entry.
3398
3399 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3400
3401         * breakpoint.c (update_global_location_list): Fix comment typo.
3402
3403 2010-06-04  Hui Zhu  <teawater@gmail.com>
3404
3405         * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
3406
3407 2010-06-03  Doug Evans  <dje@google.com>
3408
3409         * configure.ac: Don't fail if python is unusable when
3410         configured with --with-python=auto.
3411         * configure: Regenerate.
3412
3413 2010-06-03  Sami Wagiaalla  <swagiaal@redhat.com>
3414
3415         * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
3416
3417 2010-06-03  Pierre Muller  <muller@ics.u-strasbg.fr>
3418
3419         * valprint.h (get_array_bounds): Change low and high parameter types
3420         to LONGEST *.
3421         * valprint.c (get_array_bounds): Use get_discrete_bounds call to
3422         compute bounds.
3423         (val_print_array_elements): Adapt to change above.
3424         * ada-valprint.c (print_optional_low_bound): Adapt to change above.
3425         * p-valprint.c (pascal_val_print): Likewise.
3426
3427 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3428
3429         * symfile.c (init_filename_language_table): New extensions .for, .FOR,
3430         .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
3431         .F08.
3432
3433 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3434
3435         Support DW_TAG_module as separate namespaces.
3436         * dwarf2read.c (typename_concat): New parameter physname.
3437         (read_module_type): New function and declaration.
3438         (scan_partial_symbols): Scan also DW_TAG_module children.
3439         (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
3440         to typename_concat backward compatible physname value 0.
3441         (partial_die_full_name, read_namespace_type): Pass to typename_concat
3442         backward compatible physname value 0.
3443         (add_partial_module, read_module): Remove FIXME comment.
3444         (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
3445         (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
3446         DIEs under DW_TAG_module.
3447         (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
3448         DW_AT_MIPS_linkage_name first, extend it for language_fortran
3449         && physname and return there instead of just setting NAME.  Extend
3450         the main block for language_fortran.  Pass physname parameter to the
3451         typename_concat call.
3452         (read_import_statement, read_func_scope, get_scope_pc_bounds)
3453         (load_partial_dies, determine_prefix): Support also DW_TAG_module.
3454         (new_symbol): Fill in cplus_specific.demangled_name if it is still
3455         missing from SYMBOL_SET_NAMES in the language_fortran case.
3456         (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
3457         variables.
3458         (read_type_die) <DW_TAG_module>: New.
3459         (MAX_SEP_LEN): Increase to 7.
3460         (typename_concat): New parameter physname.  New variable lead.  Support
3461         also language_fortran.
3462         * f-exp.y (yylex): Consider : also as a symbol name character class.
3463         * f-lang.c: Include cp-support.h.
3464         (f_word_break_characters, f_make_symbol_completion_list): New functions.
3465         (f_language_defn): Use cp_lookup_symbol_nonlocal,
3466         f_word_break_characters and f_make_symbol_completion_list.
3467         * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
3468         * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
3469         * symtab.c (symbol_init_language_specific): Support language_fortran.
3470         (symbol_find_demangled_name): New comment on language_fortran.
3471         (symbol_natural_name, symbol_demangled_name): Use demangled_name even
3472         for language_fortran.
3473         (lookup_symbol_aux_local): Check imports also for language_fortran.
3474         (default_make_symbol_completion_list): Rename to ...
3475         (default_make_symbol_completion_list_break_on): ... this name.  New
3476         parameter break_on, use it.
3477         (default_make_symbol_completion_list): New stub.
3478         * symtab.h (default_make_symbol_completion_list_break_on): New
3479         prototype.
3480
3481 2010-06-02  Joel Brobecker  <brobecker@adacore.com>
3482
3483         * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
3484         to error.
3485
3486 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3487
3488         * dwarf2read.c (typename_concat): Add const to the variable sep.
3489
3490 2010-06-02  Tom Tromey  <tromey@redhat.com>
3491
3492         * dwarf2loc.h (dwarf2_per_cu_data): Declare.
3493         * dwarf2read.c (dwarf_stack_op_name): No longer static.  Return
3494         type is const.  Add 'def' argument.  Add missing operators, remove
3495         unhandled ones.
3496         (decode_locdesc): Update.
3497         (dwarf2_always_disassemble): New global.
3498         (show_dwarf2_always_disassemble): New function.
3499         (_initialize_dwarf2_read): Add always-disassemble.
3500         (dwarf2_per_cu_offset_size): New function.
3501         * dwarf2loc.c (dwarf2_always_disassemble): Declare.
3502         (piece_end_p): New function.
3503         (locexpr_describe_location_piece): Replace 'size' argument with
3504         'end'.  Use piece_end_p.  Rewrite recognition of TLS.  Recognize
3505         some constants.  Remove errors.
3506         (disassemble_dwarf_expression): New function.
3507         (locexpr_describe_location_1): Use disassemble_dwarf_expression.
3508         Add 'offset_size' argument.
3509         (loclist_describe_location): Change output formatting.
3510         * dwarf2expr.h (dwarf_stack_op_name): Declare.
3511
3512 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
3513
3514         * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
3515         anonymous type case.
3516
3517 2010-06-02  Pierre Muller  <muller@ics.u-strasbg.fr>
3518
3519         * dwarf2read.c (read_subrange_type): Handle missing base type
3520         according to Dwarf-2 specifications.
3521
3522 2010-06-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3523
3524         * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
3525         BINOP_EXCL.
3526         (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
3527         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
3528         (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
3529         BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
3530         UNOP_CHMAX, UNOP_CHMIN.
3531         * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
3532         UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
3533         UNOP_CHMIN>: Remove opcodes.
3534
3535 2010-06-01  Pierre Muller  <muller@ics.u-strasbg.fr>
3536
3537         * dwarf2read.c (read_func_scope): Do not complain for
3538         external function if bounds are not found.
3539
3540 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
3541
3542         * NEWS: Mention gdbserver fast tracepoints support.
3543
3544 2010-05-31  Pierre Muller  <muller@ics.u-strasbg.fr>
3545
3546         * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
3547         New macros.
3548         (windows_set_console_info): New function.
3549         (windows_create_inferior): Call windows_set_console_info
3550         if NEW_CONSOLE is true.
3551         (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
3552         (_initialize_loadable): Initialize GetConsoleFontSize and
3553         GetCurrentConsoleFont.
3554
3555 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3556
3557         * Makefile.in (RDYNAMIC): New.
3558         (SFILES): Add proc-service.list.
3559         * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
3560         (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
3561         * config/arm/linux.mh: Likewise.
3562         * config/i386/linux.mh: Likewise.
3563         * config/i386/linux64.mh: Likewise.
3564         * config/ia64/linux.mh: Likewise.
3565         * config/m32r/linux.mh: Likewise.
3566         * config/m68k/linux.mh: Likewise.
3567         * config/mips/linux.mh: Likewise.
3568         * config/pa/linux.mh: Likewise.
3569         * config/powerpc/linux.mh: Likewise.
3570         * config/powerpc/ppc64-linux.mh: Likewise.
3571         * config/s390/s390.mh: Likewise.
3572         * config/sparc/linux.mh: Likewise.
3573         * config/sparc/linux64.mh: Likewise.
3574         * config/xtensa/linux.mh: Likewise.
3575         * configure.ac: New RDYNAMIC on native host and GCC.
3576         (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
3577         * configure: Regenerate.
3578         * proc-service.list: New.
3579
3580 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3581
3582         * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
3583         CONTENT.
3584
3585 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3586
3587         * linux-nat.c (linux_nat_wait_1): Do not call
3588         linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
3589         TARGET_WAITKIND_SIGNALLED.
3590
3591 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
3592
3593         * ada-lang.c (ada_inferior_data): New struct.
3594         (ada_inferior_data): New static global.
3595         (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
3596         (ada_get_tsd_type): New functions.
3597         (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
3598         to look the tsd type up.
3599         (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
3600         event.  Set ada_inferior_data.
3601
3602 2010-05-27  Pedro Alves  <pedro@codesourcery.com>
3603
3604         * remote.c (unpack_varlen_hex): Remove forward declaration.
3605         (remote_console_output): Make static, and add forward declaration.
3606         * remote.h: Drop FIXME comment.
3607         (unpack_varlen_hex): Declare.
3608         (remote_console_output, remote_cisco_objfile_relocate)
3609         (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
3610         Delete declarations.
3611         * tracepoint.c: Include "remote.h".
3612         (unpack_varlen_hex): Delete declaration.
3613
3614 2010-05-27  Tom Tromey  <tromey@redhat.com>
3615
3616         * dwarf2loc.c (struct piece_closure) <refc>: New field.
3617         (allocate_piece_closure): Initialize refc.
3618         (copy_pieced_value_closure): Use refc.
3619         (free_pieced_value_closure): Likewise.
3620
3621 2010-05-27  Tom Tromey  <tromey@redhat.com>
3622
3623         * arm-tdep.c (push_stack_item): 'contents' now const.
3624         (arm_push_dummy_call): Make 'val' const.  Use value_contents, not
3625         value_contents_writeable.  Introduce new temporary.
3626
3627 2010-05-27  Tom Tromey  <tromey@redhat.com>
3628
3629         * findcmd.c (parse_find_args): Use value_contents, not
3630         value_contents_raw.
3631
3632 2010-05-27  Tom Tromey  <tromey@redhat.com>
3633
3634         * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
3635         const.  Use value_contents, not value_contents_writeable.
3636
3637 2010-05-27  Joel Brobecker  <brobecker@adacore.com>
3638
3639         * ada-lang.c (ensure_lval): Replace call to value_contents_raw
3640         by call to value_contents.
3641
3642 2010-05-27  Ozkan Sezer  <sezeroz@gmail.com>
3643
3644         * MAINTAINERS: Add myself for write after approval privileges.
3645
3646 2010-05-26  Doug Evans  <dje@google.com>
3647
3648         Allow python to find its files if moved from original location.
3649         * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
3650         (GDB_AC_WITH_DIR): Call it.
3651         * configure.ac: Define WITH_PYTHON_PATH if we can find the
3652         python installation directory.
3653         * config.in: Regenerate.
3654         * configure: Regenerate.
3655         * defs.h (python_libdir): Declare.
3656         * main.c (python_libdir): Define.
3657         (captured_main): Initialize python_libdir.
3658         * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
3659         call Py_SetProgramName to make sure python can find its libraries
3660         and modules.
3661
3662         * configure.ac: Try to use python's distutils to fetch compilation
3663         parameters.
3664         * configure: Regenerate.
3665         * python/python-config.py: New file.
3666
3667 2010-05-26  Ozkan Sezer  <sezeroz@gmail.com>
3668
3669         * ser-tcp.c (net_open): Check error return from socket() call by its
3670         equality to -1 not by it being negative.
3671         (net_close): Likewise.
3672
3673 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
3674
3675         * NEWS: Mention the `qRelocInsn' feature.
3676         * gdbarch.sh (relocate_instruction): New.
3677         * amd64-tdep.c (rip_relative_offset): New.
3678         (append_insns): New.
3679         (amd64_relocate_instruction): New.
3680         (amd64_init_abi): Install it.
3681         * i386-tdep.c (append_insns): New.
3682         (i386_relocate_instruction): New.
3683         (i386_gdbarch_init): Install it.
3684         * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
3685         * gdbarch.h, gdbarch.c: Regenerate.
3686
3687 2010-05-26  Tom Tromey  <tromey@redhat.com>
3688
3689         * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
3690         (struct dwarf2_loclist_baton) <data>: Likewise.
3691         * dwarf2loc.c (find_location_expression): Constify return type.
3692         (dwarf2_evaluate_loc_desc): Make 'data' argument const.
3693         (dwarf2_loc_desc_needs_frame): Likewise.
3694         (loclist_read_variable): Constify.
3695         (loclist_describe_location): Likewise.
3696         (loclist_tracepoint_var_ref): Likewise.
3697
3698 2010-05-25  Tom Tromey  <tromey@redhat.com>
3699
3700         * dwarf2loc.c (dwarf_expr_frame_base): Constify.
3701         (dwarf_expr_frame_base_1): Likewise.
3702         (read_pieced_value): Update.
3703         (needs_frame_frame_base): Constify.
3704         (dwarf2_tracepoint_var_loc): Likewise.
3705         (dwarf2_tracepoint_var_access): Likewise.
3706         (locexpr_describe_location_piece): Likewise.
3707         (locexpr_describe_location_1): Likewise.
3708         * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
3709         Constify.
3710         (data): Now const.
3711         (struct dwarf_expr_piece) <v.literal.data>: Likewise.
3712         (dwarf_expr_eval, read_uleb128, read_sleb128)
3713         (dwarf2_read_address): Update.
3714         * dwarf2expr.c (dwarf_expr_eval): Constify.
3715         (read_uleb128): Likewise.
3716         (read_sleb128): Likewise.
3717         (dwarf2_read_address): Likewise.
3718         (require_composition): Likewise.
3719         (execute_stack_op): Likewise.
3720         * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
3721         "const gdb_byte *".
3722         * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
3723         Now const.
3724         (no_get_frame_base): Constify.
3725         (execute_stack_op): Likewise.
3726         (execute_cfa_program): Likewise.
3727         (read_encoded_value): Likewise.
3728
3729 2010-05-25  Doug Evans  <dje@google.com>
3730
3731         * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
3732
3733         * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
3734         * event-loop.c: ... here.
3735         * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
3736         `error' for clarity.
3737         (tui_getc): Pass correct value for `error' parameter to
3738         tui_readline_output.
3739
3740         Add python gdb.GdbError and gdb.string_to_argv.
3741         * NEWS: Document them.
3742         * python/py-cmd.c (cmdpy_function): Don't print a traceback if
3743         the exception is gdb.GdbError.  Print a second traceback if there's
3744         an error computing the error message.
3745         (gdbpy_string_to_argv): New function.
3746         * python/py-utils.c (gdbpy_obj_to_string): New function.
3747         (gdbpy_exception_to_string): New function.
3748         * python/python-internal.h (gdbpy_string_to_argv): Declare.
3749         (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
3750         (gdbpy_gdberror_exc): Declare.
3751         * python/python.c (gdbpy_gdberror_exc): New global.
3752         (_initialize_python): Initialize gdbpy_gdberror_exc and create
3753         gdb.GdbError.
3754         (GdbMethods): Add string_to_argv.
3755
3756 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
3757
3758         * windows-nat.c (display_selector): Call GetLastError to give better
3759         failure explanation.
3760
3761 2010-05-24  Pedro Alves  <pedro@codesourcery.com>
3762
3763         * config.in: Regenerate.
3764
3765 2010-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3766
3767         Code cleanup.
3768         * target.c (push_target): Return only void.  Remove the return value
3769         comment.
3770         * target.h (push_target): Return only void.
3771
3772 2010-05-23  Pedro Alves  <pedro@codesourcery.com>
3773
3774         Update gnulib from latest git.
3775         (250b80067c1e1d8faa0c42fb572f721975b929c5)
3776
3777         * gnulib/memcmp.c: Removed.
3778         * gnulib/memchr.valgrind: New.
3779         * gnulib/stddef.in.h: New.
3780         * gnulib/Makefile.am: Updated.
3781         * gnulib/memchr.c: Updated.
3782         * gnulib/memmem.c: Updated.
3783         * gnulib/stdint.in.h: Updated.
3784         * gnulib/str-two-way.h: Updated.
3785         * gnulib/string.in.h: Updated.
3786         * gnulib/wchar.in.h: Updated.
3787
3788         * gnulib/extra/link-warning.h: Removed.
3789         * gnulib/extra/c++defs.h: New.
3790         * gnulib/extra/warn-on-use.h: New.
3791         * gnulib/extra/arg-nonnull.h: Updated.
3792
3793         * gnulib/m4/extensions.m4: Updated.
3794         * gnulib/m4/gnulib-cache.m4: Updated.
3795         * gnulib/m4/gnulib-common.m4: Updated.
3796         * gnulib/m4/gnulib-comp.m4: Updated.
3797         * gnulib/m4/gnulib-tool.m4: Updated.
3798         * gnulib/m4/include_next.m4: Updated.
3799         * gnulib/m4/longlong.m4: Updated.
3800         * gnulib/m4/memchr.m4: Updated.
3801         * gnulib/m4/memmem.m4: Updated.
3802         * gnulib/m4/stdint.m4: Updated.
3803         * gnulib/m4/string_h.m4: Updated.
3804         * gnulib/m4/memcmp.m4: Removed.
3805         * gnulib/m4/onceonly_2_57.m4: Removed.
3806         * gnulib/m4/00gnulib.m4: New.
3807         * gnulib/m4/mmap-anon.m4: New.
3808         * gnulib/m4/multiarch.m4: New.
3809         * gnulib/m4/onceonly.m4: New.
3810         * gnulib/m4/stddef_h.m4: New.
3811         * gnulib/m4/warn-on-use.m4: New.
3812         * gnulib/m4/wchar.m4: Removed.
3813         * gnulib/m4/wchar_h.m4: New.
3814         * gnulib/m4/wchar_t.m4: New.
3815         * gnulib/m4/wint_t.m4: New.
3816
3817         * aclocal.m4: Regenerate.
3818         * config.in: Likewise.
3819         * configure: Likewise.
3820         * gnulib/Makefile.in: Likewise.
3821
3822 2010-05-21  Tom Tromey  <tromey@redhat.com>
3823
3824         * dwarf2loc.c (extract_bits_primitive): New function.
3825         (extract_bits): Likewise.
3826         (insert_bits): Likewise.
3827         (copy_bitwise): Likewise.
3828         (read_pieced_value): Do all operations in bits.
3829         (write_pieced_value): Likewise.
3830         * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
3831         * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
3832         Always use xrealloc to resize piece array.
3833         (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
3834         <DW_OP_piece>: Update.
3835         <DW_OP_bit_piece>: New case.
3836
3837 2010-05-21  Tom Tromey  <tromey@redhat.com>
3838
3839         * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
3840         <DWARF_VALUE_OPTIMIZED_OUT>: New case.
3841         * dwarf2expr.h (enum dwarf_value_location)
3842         <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
3843         * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
3844         (add_piece): Handle empty piece.
3845         (execute_stack_op) <DW_OP_piece>: Handle
3846         DWARF_VALUE_OPTIMIZED_OUT.
3847
3848 2010-05-21  Tom Tromey  <tromey@redhat.com>
3849
3850         * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
3851         evaluate_subexp, not evaluate_subexp_with_coercion.
3852
3853 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
3854
3855         * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
3856         attribute.
3857
3858 2010-05-21  Tom Tromey  <tromey@redhat.com>
3859
3860         * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
3861         offset.
3862         (write_pieced_value): Likewise.
3863
3864 2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
3865
3866         * dwarf2read.c (process_die): Also allow DW_TAG_const_type
3867         and DW_TAG_volatile_type.
3868         (new_symbol): Likewise.
3869
3870 2010-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
3871
3872         * p-valprint.c (pascal_val_print): Call get_array_bounds
3873         to obtain the number of elements in an array.
3874
3875 2010-05-19  Doug Evans  <dje@google.com>
3876
3877         * python.c (gdbpy_print_stack): Ensure output ends with a newline.
3878
3879         * python.c (source_python_script): Add comment.
3880         (source_python_script_for_objfile): Remove unnecessary call to
3881         gdbpy_print_stack.
3882
3883 2010-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3884             Sergio Durigan Junior  <sergiodj@redhat.com>
3885
3886         Code cleanup.
3887         * parse.c (exp_iterate): Use operator_length wrapper function.
3888
3889 2010-05-18  Michael Snyder  <msnyder@vmware.com>
3890
3891         * ada-lang.c: White space.
3892         * ada-typeprint.c: White space.
3893         * ada-valprint.c: White space.
3894         * addrmap.c: White space.
3895         * auxv.c: White space.
3896         * ax-gdb.c: White space.
3897
3898 2010-05-18  Hui Zhu  <teawater@gmail.com>
3899
3900         * linux-fork.c (inferior_call_waitpid_cleanup): Add check
3901         for oldfp.
3902         (inferior_call_waitpid): Move make_cleanup out of check.
3903         Check the return of waitpid.
3904         (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
3905
3906 2010-05-17  Michael Snyder  <msnyder@vmware.com>
3907
3908         * tui/tui.c: White space.
3909         * tui/tui-data.c: White space.
3910         * tui/tui-disasm.c: White space.
3911         * tui/tui-file.c: White space.
3912         * tui/tui-interp.c: White space.
3913         * tui/tui-main.c: White space.
3914         * tui/tui-out.c: White space.
3915         * tui/tui-regs.c: White space.
3916         * tui/tui-source.c: White space.
3917         * tui/tui-stack.c: White space.
3918         * tui/tui-win.c: White space.
3919         * tui/tui-winsource.c: White space.
3920
3921         * procfs.c: White space.
3922
3923         * python/py-auto-load.c: White space.
3924         * python/py-block.c: White space.
3925         * python/py-breakpoint.c: White space.
3926         * python/py-cmd.c: White space.
3927         * python/py-function.c: White space.
3928         * python/py-lazy-string.c: White space.
3929         * python/py-objfile.c: White space.
3930         * python/py-param.c: White space.
3931         * python/py-prettyprint.c: White space.
3932         * python/py-progspace.c: White space.
3933         * python/py-symtab.c: White space.
3934         * python/python.c: White space.
3935         * python/py-type.c: White space.
3936         * python/py-utils.c: White space.
3937         * python/py-value.c: White space.
3938
3939         * mi/mi-cmd-break.c: White space.
3940         * mi/mi-cmd-env.c: White space.
3941         * mi/mi-cmds.c: White space.
3942         * mi/mi-cmd-stack.c: White space.
3943         * mi/mi-cmd-var.c: White space.
3944         * mi/mi-console.c: White space.
3945         * mi/mi-getopt.c: White space.
3946         * mi/mi-interp.c: White space.
3947         * mi/mi-main.c: White space.
3948         * mi/mi-out.c: White space.
3949         * mi/mi-parse.c: White space.
3950
3951         * cli/cli-cmds.c: White space.
3952         * cli/cli-decode.c: White space.
3953         * cli/cli-dump.c: White space.
3954         * cli/cli-interp.c: White space.
3955         * cli/cli-logging.c: White space.
3956         * cli/cli-script.c: White space.
3957         * cli/cli-setshow.c: White space.
3958
3959         * valarith.c: White space.
3960         * valops.c: White space.
3961         * valprint.c: White space.
3962         * value.c: White space.
3963         * varobj.c: White space.
3964         * xcoffread.c: White space.
3965         * xml-support.c: White space.
3966         * xml-tdesc.c: White space.
3967
3968 2010-05-17  Andreas Schwab  <schwab@redhat.com>
3969
3970         PR gdb/11092
3971         * c-lang.c (c_printstr): Compute real length of NUL terminated
3972         string at first.
3973
3974 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
3975
3976         * parse.c (parse_exp_in_context): When block is not NULL, use
3977         its associated language to parse the expression instead of
3978         the current_language.
3979
3980 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
3981
3982         * jv-lang.c (java_lookup_class): Remove commented out code.
3983         (type_from_class): Likewise.
3984         (java_op_print_tab): Remove commented-out elements.
3985
3986 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
3987
3988         * ada-lang.c (to_fixed_range_type): The the raw index type as
3989         argument instead of the raw type name.  Remove orig_type parameter.
3990         Update calls throughout.
3991         (ada_fixup_array_indexes_type): New function.
3992         (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
3993         * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
3994         * ada-typeprint.c (print_range_type): Renames print_range_type_named.
3995         Remove name parameter.
3996         (print_array_type): Add call to ada_fixup_array_indexes_type.
3997         Update calls to print_range_type.
3998         (ada_print_type): Update calls to print_range_type.
3999
4000 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
4001
4002         * dwarf2read.c (read_set_type): Set type length if
4003         DW_AT_byte_size attribute is present.
4004
4005 2010-05-17  Pierre Muller  <muller@ics.u-strasbg.fr>
4006
4007         * p-valprint.c (pascal_val_print): Handle set type if range limits
4008         are undefined but size is known.
4009
4010 2010-05-17  Pedro Alves  <pedro@codesourcery.com>
4011
4012         * procfs.c: Reformat.
4013
4014 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4015
4016         * target.c: White space.
4017         * target-descriptions.c: White space.
4018         * target-memory.c: White space.
4019         * thread.c: White space.
4020         * top.c: White space.
4021         * tracepoint.c: White space.
4022         * trad-frame.c: White space.
4023         * tramp-frame.c: White space.
4024         * ui-file.c: White space.
4025         * ui-out.c: White space.
4026         * user-regs.c: White space.
4027         * utils.c: White space.
4028
4029         * scm-exp.c: White space.
4030         * scm-lang.c: White space.
4031         * scm-valprint.c: White space.
4032         * sentinel-frame.c: White space.
4033         * ser-base.c: White space.
4034         * ser-go32.c: White space.
4035         * serial.c: White space.
4036         * ser-mingw.c: White space.
4037         * ser-pipe.c: White space.
4038         * ser-tcp.c: White space.
4039         * ser-unix.c: White space.
4040         * solib.c: White space.
4041         * solib-darwin.c: White space.
4042         * solib-frv.c: White space.
4043         * solib-irix.c: White space.
4044         * solib-osf.c: White space.
4045         * solib-pa64.c: White space.
4046         * solib-som.c: White space.
4047         * solib-spu.c: White space.
4048         * solib-svr4.c: White space.
4049         * solib-target.c: White space.
4050         * source.c: White space.
4051         * stabsread.c: White space.
4052         * stack.c: White space.
4053         * std-regs.c: White space.
4054         * symfile.c: White space.
4055         * symmisc.c: White space.
4056         * symtab.c: White space.
4057
4058 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4059
4060         * source.c (_initialize_source): Add "rev" as an abbreviation
4061         for the "reverse-search" command.
4062
4063 2010-05-16  Michael Snyder  <msnyder@vmware.com>
4064
4065         * record.c: White space.
4066         * regcache.c: White space.
4067         * reggroups.c: White space.
4068         * remote-fileio.c: White space.
4069         * remote-m32r-sdi.c: White space.
4070         * remote-mips.c: White space.
4071         * remote-sim.c: White space.
4072         * remote.c: White space.
4073         (process_g_packet): Remove orphan braces.
4074
4075 2010-05-15  Michael Snyder  <msnyder@vmware.com>
4076
4077         * parse.c: White space.
4078         * p-lang.c: White space.
4079         * posix-hdep.c: White space.
4080         * printcmd.c: White space.
4081         * progspace.c: White space.
4082         * prologue-value.c: White space.
4083         * psymtab.c: White space.
4084         * p-typeprint.c: White space.
4085         * p-valprint.c: White space.
4086
4087         * objc-lang.c: White space.
4088         * objfiles.c: White space.
4089         * observer.c: White space.
4090         * osabi.c: White space.
4091         * osdata.c: White space.
4092
4093         * m2-lang.c: White space.
4094         * m2-valprint.c: White space.
4095         * macrocmd.c: White space.
4096         * macroexp.c: White space.
4097         * macroscope.c: White space.
4098         * macrotab.c: White space.
4099         * main.c: White space.
4100         * maint.c: White space.
4101         * mdebugread.c: White space.
4102         * memattr.c: White space.
4103         * minsyms.c: White space.
4104         * monitor.c: White space.
4105
4106 2010-05-14  Michael Snyder  <msnyder@vmware.com>
4107
4108         * jv-lang.c: White space.
4109         * jv-typeprint.c: White space.
4110         * jv-valprint.c: White space.
4111         * language.c: White space.
4112         * libunwind-frame.c: White space.
4113         * linespec.c: White space.
4114         * linux-nat.c: White space.
4115         * linux-record.c: White space.
4116         * linux-thread-db.c: White space.
4117
4118         * infcall.c: White space.
4119         * inf-child.c: White space.
4120         * infcmd.c: White space.
4121         * inferior.c: White space.
4122         * inf-loop.c: White space.
4123         * inflow.c: White space.
4124         * inline-frame.c: White space.
4125         * interps.c: White space.
4126
4127         * gcore.c: White space.
4128         * gdb.c: White space.
4129         * gdbtypes.c: White space.
4130         * gnu-nat.c: White space.
4131         * gnu-v2-abi.c: White space.
4132         * gnu-v3-abi.c: White space.
4133
4134         * findcmd.c: White space.
4135         * findvar.c: White space.
4136         * fork-child.c: White space.
4137         * frame-base.c: White space.
4138         * frame.c: White space.
4139         * frame-unwind.c: White space.
4140         * f-valprint.c: White space.
4141
4142         * elfread.c: White space.
4143         * environ.c: White space.
4144         * eval.c: White space.
4145         * event-loop.c: White space.
4146         * event-top.c: White space.
4147         * exceptions.c: White space.
4148         * exec.c: White space.
4149         * expprint.c: White space.
4150
4151         * dbxread.c: White space.
4152         * dcache.c: White space.
4153         * disasm.c: White space.
4154         * doublest.c: White space.
4155         * dsrec.c: White space.
4156         * dummy-frame.c: White space.
4157         * dwarf2expr.c: White space.
4158         * dwarf2-frame.c: White space.
4159         * dwarf2loc.c: White space.
4160         * dwarf2read.c: White space.
4161
4162 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
4163
4164         PR python/11482
4165
4166         * python/py-value.c (valpy_hash): New function.
4167         (value_object_type): Register valpy_hash.
4168
4169 2010-05-14  Hui Zhu  <teawater@gmail.com>
4170             Michael Snyder  <msnyder@vmware.com>
4171
4172         * linux-fork.c (gdbthread.h): New include.
4173         (fork_info): Add parent_ptid.
4174         (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
4175         functions.
4176         (delete_checkpoint_command): Call inferior_call_waitpid.
4177         (checkpoint_command): Set parent_ptid.
4178
4179 2010-05-13  Michael Snyder  <msnyder@vmware.com>
4180
4181         * dictionary.c: Re-indent to GNU coding standard.
4182
4183         * charset.c: White space.
4184         * c-lang.c: White space.
4185         * cli-out.c: White space.
4186         * coffread.c: White space.
4187         * complaints.c: White space.
4188         * completer.c: White space.
4189         * corefile.c: White space.
4190         * corelow.c: White space.
4191         * cp-abi.c: White space.
4192         * cp-namespace.c: White space.
4193         * cp-support.c: White space.
4194         * cp-valprint.c: White space.
4195         * c-typeprint.c: White space.
4196         * c-valprint.c: White space.
4197         * blockframe.c: White space.
4198         * breakpoint.c: White space.
4199         * buildsym.c: White space.
4200         * blockframe.c: White space.
4201         * bcache.c: White space.
4202         * gdbarch.sh: White space, add blank lines.
4203         * arch-utils.c: Ditto.
4204         * gdbarch.c: Regenerate.
4205         * frame.c: White space, add blank lines.
4206         * stack.c: White space, add blank lines.
4207         (initialize_stack): Remove long-dead code.
4208
4209 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4210
4211         Code cleanup.
4212         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
4213         (locexpr_read_variable, loclist_read_variable): Update the callers.
4214
4215 2010-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4216
4217         Code cleanup.
4218         * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
4219         Remove check of NULL returned by tag_type_to_type.
4220         (die_containing_type): Remove variable type.  Remove type_die variable
4221         initialization.  Remove check of NULL returned by tag_type_to_type.
4222
4223 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
4224
4225         PR exp/11530.
4226         * gdbtypes.c (lookup_struct_elt_type): Also lookup
4227         names of unnamed structures or unions.
4228
4229 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
4230
4231         * procfs.c (proc_watchpoint_address): New function.
4232         (procfs_stopped_by_watchpoint): Remove useless check after
4233         find_procinfo_or_die call.
4234         (procfs_stopped_data_address): New function.
4235         (procfs_use_watchpoints): Register new watchpoint related function.
4236
4237 2010-05-11  Tom Tromey  <tromey@redhat.com>
4238
4239         * eval.c (evaluate_subexp_standard): Revert inadvertent change.
4240
4241 2010-05-10  Michael Snyder  <msnyder@vmware.com>
4242
4243         * utils.c: White space cleanup.
4244
4245 2010-05-10  Tom Tromey  <tromey@redhat.com>
4246
4247         * eval.c (ptrmath_type_p): Add 'lang' argument.
4248         (evaluate_subexp_standard): Update.
4249         (evaluate_subexp_with_coercion): Update.
4250         * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
4251
4252 2010-05-10  Michael Snyder  <msnyder@vmware.com>
4253
4254         * utils.c (do_fclose_cleanup) Restore local variable.
4255
4256 2010-05-09  Doug Evans  <dje@google.com>
4257
4258         * record.c (init_record_core_ops): Rename record_core to record-core.
4259
4260 2010-05-08  Joel Brobecker  <brobecker@adacore.com>
4261
4262         Implement task switching on pa-hpux.
4263         * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
4264         (inf_ttrace_target): Set t->to_get_ada_task_ptid.
4265
4266 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
4267
4268         * valops.c (find_overload_match): Add missing i18n markup.
4269
4270 2010-05-08  Pierre Muller  <muller@ics.u-strasbg.fr>
4271
4272         * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
4273
4274 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4275
4276         * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
4277         list for the obconcat call.
4278         * mdebugread.c (parse_symbol): Likewise.
4279         * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
4280         Likewise.
4281         * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
4282         New variable ap.  Remove variables len and val.
4283         * symfile.h (obconcat): Likewise for the prototype.
4284
4285 2010-05-07  Michael Snyder  <msnyder@vmware.com>
4286
4287         * python/python.c (execute_gdb_command): Remove unused variables.
4288         * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
4289         * python/py-breakpoint.c (gdbpy_breakpoint_created):
4290         Remove unused variable.
4291         * python/py-cmd.c (cmdpy_function): Remove unused variable.
4292         (cmdpy_completer): Remove unused variable.
4293         * python/py-frame.c (frapy_find_sal): Remove unused variable.
4294         * python/py-function.c (fnpy_call): Remove unused variable.
4295         * python/py-objfile.c (objfile_to_objfile_object):
4296         Remove unused variable.
4297         * python/py-param.c (parmpy_init): Remove unused variable.
4298         * python/py-prettyprint.c (apply_varobj_pretty_printer):
4299         Remove unused variable.
4300         (gdbpy_default_visualizer): Remove unused variable.
4301         * python/py-progspace.c (pspace_to_pspace_object):
4302         Remove unused variable.
4303         * python/py-symtab.c (symtab_and_line_to_sal_object):
4304         Remove unused variable.
4305         * python/py-type.c (typy_template_argument):
4306         Remove unused variable.
4307         * python/py-value.c (valpy_string): Remove unused variable.
4308         (convert_value_from_python): Remove unused variables.
4309
4310 2010-05-07  Michael Snyder  <msnyder@vmware.com>
4311
4312         * valops.c (value_cast_pointers): Restore unused variable 'type1',
4313         and use it to compute variable 't1'.
4314
4315 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
4316
4317         * ada-lang.c (assign_aggregate): Remove unused variable.
4318
4319 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
4320
4321         PR C++/7943:
4322         * valops.c (find_overload_match): Handle fsym == NULL case.
4323         Add int no_adl argument.
4324         (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
4325         when appropriate.
4326         Add int no_adl argument.
4327         (find_oload_champ_namespace):   Add int no_adl argument.
4328         * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
4329         expression.
4330         * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
4331         * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
4332         Evaluate arguments and use them to perform ADL lookup.
4333         Pass no_adl argument to find_overload_match.
4334         Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
4335         * cp-support.h: Added prototype for
4336         make_symbol_overload_list_namespace.
4337         * cp-support.c (make_symbol_overload_list_namespace): New function.
4338         (make_symbol_overload_list_adl_namespace): New function.
4339         (make_symbol_overload_list_adl): New function.
4340         (make_symbol_overload_list_using): Moved code to add function to
4341         overload set to make_symbol_overload_list_namespace.
4342         * c-exp.y: create UNKNOWN_CPP_NAME token.
4343         Add parse rule for ADL functions.
4344         (classify_name): Recognize an UNKNOWN_CPP_NAME.
4345
4346 2010-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4347
4348         * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
4349         sentinel.
4350
4351 2010-05-07  Joel Brobecker  <brobecker@adacore.com>
4352
4353         Implement task switching on solaris targets.
4354         * sol-thread.c (thread_db_find_thread_from_tid)
4355         (sol_get_ada_task_ptid): New functions.
4356         (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
4357
4358 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
4359
4360         * remote.c (remote_query_supported_append): Use reconcat.
4361         (remote_query_supported): Install a cleanup.  Use reconcat.
4362
4363 2010-05-07  Pedro Alves  <pedro@codesourcery.com>
4364
4365         * gdbarch.sh (qsupported): Delete.
4366         * gdbarch.h, gdbarch.c: Regenerate.
4367         * remote.c (remote_query_supported): Remove use of
4368         gdbarch_qsupported.
4369
4370 2010-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
4371
4372         * xml-syscall.c (syscall_start_syscalls_info): Remove unused
4373         function.
4374
4375 2010-05-06  Michael Snyder  <msnyder@vmware.com>
4376
4377         * xml-support.c (xinclude_start_include): Delete unused variable.
4378         (xml_process_xincludes): Delete unused variable.
4379         * xml-syscall.c (syscall_parse_xml): Delete unused variable.
4380         * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
4381         (tdesc_find_arch_register): Delete unused variable.
4382         (tdesc_use_registers): Delete unused variable.
4383         * xml-tdesc.c (tdesc_start_target): Delete unused variable.
4384         * inferior.c (print_inferior): Delete unused variable.
4385         * record.c (record_open_1): Delete unused variable.
4386         (record_restore): Delete unused variable.
4387         (cmd_record_save): Delete unused variable.
4388         * gcore.c (derive_heap_segment): Delete unused variable.
4389         (objfile_find_memory_regions): Use unused variable.
4390         * jit.c (jit_inferior_init): Delete unused variable.
4391         * progspace.c (clone_program_space): Delete unused variable.
4392         (pspace_empty_p): Delete unused variable.
4393
4394         * frame-unwind.c (frame_unwind_find_by_frame):
4395         Delete unused variable.
4396         * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
4397         * cp-support.c (mangled_name_to_comp): Delete unused variable.
4398         (method_name_from_physname): Delete unused variable.
4399         (cp_func_name): Delete unused variable.
4400         (cp_validate_operator): Delete unused variable.
4401         * cp-namespace.c (cp_scan_for_anonymous_namespaces):
4402         Delete unused variable.
4403         * trad-frame.c (trad_frame_get_prev_register):
4404         Delete unused variable.
4405         * tramp-frame.c (tramp_frame_cache): Delete unused variable.
4406
4407         * serial.c (serial_for_fd): Delete unused variable.
4408         * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
4409         * top.c (execute_command): Delete unused variable.
4410         (init_main): Delete unused variable.
4411         * utils.c (do_fclose_cleanup): Delete unused variable.
4412         (do_all_inferior_continuations): Delete unused variable.
4413         (initialize_utils): Delete unused variable.
4414         (internal_problem_mode): Delete unused global.
4415         * frame.c (get_prev_frame): Delete unused global.
4416         (get_frame_locals_address): Delete unused global.
4417         (get_frame_args_address): Delete unused global.
4418
4419         * p-typeprint.c (pascal_type_print_base): Delete unused variable.
4420         (pascal_type_print_varspec_prefix): Delete unused variable.
4421         * f-typeprint.c (f_type_print_base): Delete unused variable.
4422         (f_type_print_varspec_suffix): Delete unused variable.
4423         * m2-typeprint.c (m2_print_type): Delete unused variable.
4424         (m2_long_set): Delete unused variable.
4425         * ada-valprint.c (ada_val_print_1): Delete unused variable.
4426         * d-valprint.c (dynamic_array_type): Delete unused variable.
4427         * f-valprint.c (f77_get_dynamic_length_of_aggregate):
4428         Delete unused variable.
4429         (f77_create_arrayprint_offset_tbl): Delete unused variable.
4430         * m2-valprint.c (m2_val_print): Delete unused variable.
4431
4432         * ui-out.c (ui_out_field_int): Delete unused variable.
4433         (ui_out_field_fmt_int): Delete unused variable.
4434         * varobj.c (varobj_list_children): Delete unused variable.
4435         (varobj_set_value): Delete unused variable.
4436         (install_new_value_visualizer): Delete unused variable.
4437         (varobj_set_visualizer): Delete unused variable.
4438         (varobj_update): Delete unused variable.
4439         (varobj_editable_p): Delete unused variable.
4440         (c_value_of_root): Delete unused variable.
4441         (cplus_describe_child): Delete unused variable.
4442
4443         * ada-lang.c (add_defn_to_vec): Delete unused variable.
4444         (decode_constrained_packed_array_type): Delete unused variable.
4445         (add_defn_to_vec): Delete unused variable.
4446         (symbol_completion_match): Delete unused variable.
4447         (value_tag_from_contents_and_address): Delete unused variable.
4448         (ada_evaluate_subexp): Delete unused variable.
4449         * c-lang.c (classify_type): Delete unused variable.
4450         * f-lang.c (f_printstr): Delete unused variable.
4451         * objc-lang.c (objc_printstr): Delete unused variable.
4452         * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
4453         * jv-lang.c (type_from_class): ifdef unused variable.
4454         (java_class_name_from_physname): Delete unused variable.
4455         * m2-lang.c (m2_printstr): Delete unused variable.
4456
4457         * objfiles.c (objfile_relocate): Delete unused variable.
4458         * maint.c (_initialize_maint_cmds): Delete unused variable.
4459         * demangle.c (_initialize_demangler): Delete unused variable.
4460         * corefile.c (reopen_exec_file): Delete unused variable.
4461         * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
4462         * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
4463
4464         * osabi.c (_initialize_gdb_osabi): Delete unused variable.
4465         * memattr.c (mem_delete): Delete unused variable.
4466         (invalidate_target_mem_regions): Delete unused variable.
4467         * mem-break.c (default_memory_insert_breakpoint):
4468         Delete unused variable.
4469         * target.c (target_get_osdata): Delete unused variable.
4470         * parse.c (length_of_subexp): Delete unused variable.
4471         (prefixify_subexp): Delete unused variable.
4472         (exp_iterate): Delete unused variable.
4473         * reverse.c (delete_bookmark_command): Delete unused variable.
4474
4475         * macrocmd.c (_initialize_macrocmd): Delete unused variable.
4476         * macroexp.c (gather_arguments): Delete unused variable.
4477         (substitute_args): Delete unused variable.
4478         * completer.c (gdb_completer_loc_break_characters): Unused, delete.
4479         * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
4480         (_initialize_gdbarch): Delete unused variable.
4481         * gdbarch.c, gdbarch.h: Regenerate.
4482         * arch-utils.c (initialize_current_architecture):
4483         Delete unused variable.
4484         (_initialize_gdbarch_utils): Delete unused variable.
4485         * gdbtypes.c (make_cv_type): Delete unused variable.
4486         (make_type_with_address_space): Delete unused variable.
4487
4488         * linespec.c (decode_compound): Delete unused variable.
4489         * dictionary.c (iterator_next_hashed): Delete unused variable.
4490         * infcall.c (call_function_by_hand): Delete unused variable.
4491         * infcmd.c (step_1): Delete unused variable.
4492         (registers_info): Delete unused variable.
4493         (attach_command): Delete unused variable.
4494         * infrun.c (follow_exec): Delete unused variable.
4495         (handle_step_into_function_backwards): Delete unused variable.
4496         (_initialize_infrun): Delete unused variable.
4497         * stack.c (parse_frame_specification_1): Delete unused variable.
4498         (frame_info): Delete unused variable.
4499         (backtrace_command_1): Delete unused variable.
4500         (catch_info): Delete unused variable.
4501
4502         * eval.c (evaluate_subexp_standard): Delete unused variable.
4503         * valops.c (value_cast_pointers): Delete unused variable.
4504         (value_dynamic_cast): Delete unused variable.
4505         (value_array): Delete unused variable.
4506         (find_overload_match): Delete unused variable.
4507         * valarith.c (value_subscript): Delete unused variable.
4508         (value_binop): Delete unused variable.
4509         * valprint.c (_initialize_valprint): Delete unused variable.
4510         * printcmd.c (print_command_1): Delete unused variable.
4511         (address_info): Delete unused variable.
4512         (printf_command): Delete unused variable.
4513
4514         * auxv.c (target_auxv_search): Delete unused variable.
4515         * blockframe.c (get_frame_block): Delete unused variable.
4516         * regcache.c (regcache_cpy): Delete unused variable.
4517         (regcache_cpy_no_passthrough): Delete unused variable.
4518         * charset.c (wchar_iterate): Delete unused variable.
4519         (find_charset_names): Delete unused variable.
4520         (_initialize_charset): Delete unused variable.
4521         * disasm.c (do_mixed_source_and_assembly):
4522         Delete unused variable.
4523         * source.c (set_default_source_symtab_and_line):
4524         Delete unused variable.
4525         (set_substitute_path_command): Delete unused variable.
4526         * value.c (preserve_values): Delete unused variable.
4527         (value_from_double): Delete unused variable.
4528
4529 2010-05-05  Michael Snyder  <msnyder@vmware.com>
4530
4531         * psymtab.c (lookup_partial_symbol): Delete unused variable.
4532         (find_last_source_symtab_from_partial): Delete unused variable.
4533         * symfile.c (place_section): Delete unused variable.
4534         (default_symfile_offsets): Delete unused variable.
4535         (get_debug_link_info): Delete unused variable.
4536         (find_separate_debug_file_by_debuglink): Delete unused variable.
4537         (add_symbol_file_command): Delete unused variable.
4538         (symfile_find_segment_sections): Delete unused variable.
4539         * symmisc.c (free_symtab): Delete unused variable.
4540         (dump_symtab_1): Delete unused variable.
4541         * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
4542         (find_pc_sect_symtab): Delete unused variable.
4543         (skip_prologue_using_lineinfo): Delete unused variable.
4544         (sources_info): Delete unused variable.
4545         (completion_list_add_name): Delete unused variable.
4546         (expand_line_sal): Delete unused variable.
4547
4548         * breakpoint.c (validate_commands_for_breakpoint):
4549         Delete unused variables.
4550         (insert_catchpoint): Delete unused variable.
4551         (update_watchpoint): Delete unused variable.
4552         (insert_bp_location): Delete unused variable.
4553         (insert_breakpoint_locations): Delete unused variable.
4554         (remove_breakpoint_1): Delete unused variable.
4555         (software_breakpoint_inserted_here_p): Delete unused variable.
4556         (watchpoints_triggered): Delete unused variable.
4557         (bpstat_check_watchpoint): Delete unused variable.
4558         (bpstat_stop_status): Delete unused variable.
4559         (print_one_breakpoint_location): Delete unused variable.
4560         (allocate_bp_location): Delete unused variable.
4561         (create_breakpoint): Delete unused variable.
4562         (watch_command_1): Delete unused variable.
4563         (catch_exception_command_1): Delete unused variable.
4564         (catch_ada_exception_command): Delete unused variable.
4565         (delete_breakpoint): Delete unused variable.
4566         (breakpoint_re_set_one): Delete unused variable.
4567         (do_enable_breakpoint): Delete unused variable.
4568
4569 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
4570
4571         * amd64-tdep.c: Include disasm.h.
4572         (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
4573         (amd64_insn_length): Moved to disasm.c and renamed.
4574         (fixup_riprel): Adjust.
4575         * disasm.c (do_ui_file_delete): New.
4576         (gdb_insn_length): New.
4577         (gdb_buffered_insn_length_fprintf)
4578         (gdb_buffered_insn_length_init_dis)
4579         (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
4580         renamed.
4581         * disasm.h (gdb_insn_length): Declare.
4582         (gdb_buffered_insn_length): Declare.
4583
4584 2010-05-06  Pedro Alves  <pedro@codesourcery.com>
4585
4586         * remote.c (clear_threads_parsing_context): New.
4587         (remote_threads_info): Delete unused null_cleanup.  Install a
4588         cleanup to clear the threads_parsing_context in case parsing
4589         throws.
4590
4591 2010-05-05  Michael Snyder  <msnyder@vmware.com>
4592
4593         * c-exp.y (parse_string_or_char): Delete unused variable.
4594         (c_lex): Delete unused variable.
4595         * cp-name-parser.y (cpname_lex): Delete unused variable.
4596         * ada-exp.y (find_primitive_type): Delete unused variable.
4597         (write_var_or_type): Delete unused variable.
4598         * jv-exp.y (java_parse): Delete unused variable.
4599         (push_expression_name): Delete unused variable.
4600         * p-exp.y (pascal_lex): Delete unused variable.
4601
4602 2010-05-05  Pedro Alves  <pedro@codesourcery.com>
4603
4604         * remote.c (remote_threads_info): Really revert previous previous
4605         change.
4606
4607 2010-05-05  Michael Snyder  <msnyder@vmware.com>
4608
4609         * elfread.c (elf_symtab_read): Delete unused variable.
4610         (find_separate_debug_file_by_buildid): Delete unused variables.
4611         (elf_symfile_read): Delete unused variable.
4612
4613         * coffread.c (coff_symfile_read): Delete unused variables.
4614
4615         * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
4616         (read_pe_exported_syms): Delete unused variable.
4617
4618         * stabsread.c (define_symbol): Delete unused variable.
4619
4620         * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
4621         (process_psymtab_comp_unit): Delete unused variable.
4622         (dwarf2_build_psymtabs_hard): Delete unused variable.
4623         (load_partial_comp_unit): Delete unused variable.
4624         (create_all_comp_units): Delete unused variable.
4625         (scan_partial_symbols): Delete unused variable.
4626         (add_partial_symbol): Delete unused variable.
4627         (add_partial_namespace): Delete unused variable.
4628         (add_partial_enumeration): Delete unused variable.
4629         (load_full_comp_unit): Delete unused variable.
4630         (process_full_comp_unit): Delete unused variable.
4631         (read_file_scope): Delete unused variable.
4632         (read_type_unit_scope): Delete unused variable.
4633         (process_structure_scope): Delete unused variable.
4634         (process_enumeration_scope): Delete unused variable.
4635         (read_tag_ptr_to_member_type): Delete unused variable.
4636         (read_typedef): Delete unused variable.
4637         (read_partial_die): Delete unused variable.
4638         (decode_locdesc): Delete unused variable.
4639         (zeroed_partial_die): Delete unused global variable.
4640
4641         * tui/tui-interp.c (_initialize_tui_interp):
4642         Delete unused variable.
4643         * tui/tui-regs.c tui_display_registers_from):
4644         Delete unused variable.
4645         (tui_check_register_values): Delete unused variable.
4646         (tui_register_format): Delete unused variable.
4647         * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
4648         * tui/tui-windata.c (tui_display_data_from_line):
4649         Delete unused variables.
4650         (tui_vertical_data_scroll): Delete unused variables.
4651
4652 2010-05-05  Michael Snyder  <msnyder@vmware.com>
4653
4654         * remote.c (remote_threads_info): Revert questionable part of
4655         the previous change.
4656
4657 2010-05-05  Michael Snyder  <msnyder@vmware.com>
4658
4659         * mi/mi-out.c (mi_table_begin): Delete unused variable.
4660         * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
4661         (mi_cmd_var_list_children): Delete unused variable.
4662         (varobj_update_one): Delete unused variable.
4663         * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
4664         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
4665         Delete unused variable.
4666         (mi_cmd_stack_list_variables): Delete unused variable.
4667         (list_args_or_locals): Delete unused variable.
4668         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
4669         Delete unused variables.
4670         (mi_cmd_file_list_exec_source_files): Delete unused variable.
4671         * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
4672         Delete unused variable.
4673         * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
4674         (mi_cmd_interpreter_exec): Delete unused variable.
4675         (mi_on_normal_stop): Delete unused variable.
4676         * mi/mi-main.c (run_one_inferior): Delete unused variable.
4677         (print_one_inferior): Delete unused variables.
4678         (mi_execute_command): Delete unused variable.
4679         (mi_cmd_execute): Delete unused variable.
4680         (timestamp): Delete unused variable.
4681
4682         * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
4683         (restore_binary_file): Delete unused variable.
4684         * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
4685         * cli/cli-script.c (define_command): Delete unused variables.
4686         (recurse_read_control_structure): Delete unused variable.
4687         (script_from_file): Delete unused variable.
4688         * cli/cli-cmds.c (complete_command): Delete unused variable.
4689         (disassemble_command): Delete unused variable.
4690
4691         * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
4692         * tracepoint.c (delete_trace_variable_command):
4693         Delete unused variables.
4694         (encode_actions_1): Delete unused variables.
4695         (start_tracing): Delete unused variable.
4696         (trace_status_mi): Delete unused variable.
4697         (tfind_1): Delete unused variable.
4698         (trace_find_pc_command): Delete unused variable.
4699         (trace_find_line_command): Delete unused variables.
4700         (trace_find_range_command): Delete unused variables.
4701         (trace_find_outside_command): Delete unused variables.
4702         (parse_tracepoint_definition): Delete unused variables.
4703         (tfile_fetch_registers): Delete unused variable.
4704
4705         * dcache.c (dcache_init): Delete unused variable.
4706         (dcache_info): Delete unused variable.
4707
4708         * remote.c (remote_threads_info): Delete unused variable.
4709         (process_stop_reply) :Delete unused variable.
4710         (remote_get_trace_status): Delete unused variables.
4711
4712         * linux-thread-db.c (add_thread_db_info): Delete unused variable.
4713         (thread_from_lwp): Delete unused variable.
4714         (enable_thread_event_reporting): Delete unused variable.
4715         (check_for_thread_db): Delete unused variables.
4716         (thread_db_find_new_threads_2): Delete unused variable.
4717
4718         * linux-fork.c (info_checkpoints_command): Delete unused variables.
4719         (checkpoint_command): Delete unused variable.
4720         (linux_fork_context): Delete unused variables.
4721
4722         * linux-nat.c (linux_parent_pid): Delete unused global variable.
4723         (linux_tracefork_child): Delete unused variable.
4724         (linux_child_follow_fork): Delete unused variable.
4725         (linux_nat_detach): Delete unused variable.
4726         (linux_handle_extended_wait): Delete unused variable.
4727         (linux_nat_has_pending_sigint): Delete unused variable.
4728         (linux_nat_find_memory_regions): Delete unused variable.
4729         (linux_nat_make_corefile_notes): Delete unused variables.
4730         (linux_nat_info_proc_cmd): Delete unused variable.
4731         (linux_proc_pending_signals): Delete unused variable.
4732         (linux_nat_stop_lwp): Delete unused variables.
4733         (_initialize_linux_nat): Delete unused variable.
4734
4735         * ser-pipe.c (pipe_ops): Delete unused global variable.
4736
4737         * linux-record.c (record_linux_system_call):
4738         Delete unused variables.
4739
4740         * corelow.c (core_xfer_partial): Delete unused variables.
4741
4742         * solib-svr4.c (find_program_interpreter): Delete unused variable.
4743         (svr4_solib_create_inferior_hook): Add ifdef around
4744         conditionally-used variable declarations.
4745
4746         * solib.c (solib_find): Delete unused variable.
4747         (free_so_symbols): Delete unused variable.
4748         (info_sharedlibrary_command): Delete unused variable.
4749         (reload_shared_libraries_1): Delete unused variable.
4750         (_initialize_solib): Delete unused variable.
4751
4752         * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
4753         (i386_collect_xstateregset): Delete unused variable.
4754         * i387-tdep.c (i387_print_float_info): Delete unused variable.
4755
4756         * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
4757         Delete unused variable 'type'.
4758
4759 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
4760
4761         * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros.  *
4762         ada-lang.c: Remove comment mentioning these macros.
4763         * m2-exp.y: Delete commented out code.
4764
4765 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
4766
4767         * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
4768         for array types.
4769         * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
4770
4771 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
4772
4773         ARI fix: Remove ATTRIBUTE_UNUSED throughout.
4774         * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
4775         ATTRIBUTE_UNUSED.
4776         (cleanup_kernel_helper_return): Likewise.
4777         * arm-tdep.c (copy_unmodified): Likewise.
4778         (copy_preload): Likewise.
4779         (copy_copro_load_store): Likewise.
4780         (cleanup_branch): Likewise.
4781         (copy_b_bl_blx): Likewise.
4782         (copy_bx_blx_reg): Likewise.
4783         (copy_alu_imm): Likewise.
4784         (copy_alu_reg): Likewise.
4785         (copy_alu_shifted_reg): Likewise.
4786         (cleanup_load): Likewise.
4787         (cleanup_store): Likewise.
4788         (cleanup_block_load_pc): Likewise.
4789         (cleanup_svc): Likewise.
4790         (copy_undef): Likewise.
4791         (copy_unpred): Likewise.
4792         * remote.c (register_remote_support_xml): Likewise.
4793
4794 2010-05-05  Hui Zhu  <teawater@gmail.com>
4795
4796         * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
4797
4798 2010-05-04  Mark Kettenis  <kettenis@gnu.org>
4799
4800         * remote.c (register_remote_support_xml)
4801         (remote_query_supported_append, remote_query_supported): Add cast
4802         to NULL used as sentinel.
4803         * tracepoint.c (tvariables_info_1): Likewise.
4804         * utils.c (add_internal_problem_command): Likewise.
4805
4806 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4807
4808         * dwarf2loc.c (read_pieced_value, write_pieced_value,
4809         dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
4810         registers gracefully.
4811
4812 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4813
4814         * exec.c (print_section_info): Display entry point without arch
4815         specific parts.
4816
4817 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
4818
4819         PR exp/11349.
4820         * printcmd.c (x_command): Only dereference once implicitly for
4821         TYPE_CODE_REF.
4822
4823 2010-05-03  Doug Evans  <dje@google.com>
4824
4825         * event-loop.c (gdb_timer): Delete unused global.
4826         (create_timer): Update.
4827
4828 2010-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4829
4830         * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
4831         CURRENT->DECLARATION case.
4832         * cp-support.h (struct using_direct): Provide extended comment.
4833
4834 2010-05-03  Mark Kettenis  <kettenis@gnu.org>
4835
4836         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
4837         HPPABSD_SIZEOF_GREGS.
4838         (HPPAOBSD_SIZEOF_FPREGS): New define.
4839         (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
4840         (hppaobsd_supply_fpregset): New function.
4841         (hppaobsd_gregset): Renamed from hppabsd_gregset.
4842         (hppaobsd_fpregset): New variable.
4843         (hppaobsd_regset_from_core_section): Handle floating-point registers.
4844         (_initialize_hppabsd_tdep): Remove spurious blank line.
4845
4846 2010-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
4847
4848         PR pascal/11349.
4849         * p-valprint.c (pascal_value_print): Always dereference a value with
4850         type code TYPE_CODE_REF.
4851
4852 2010-05-03  Pedro Alves  <pedro@codesourcery.com>
4853
4854         * remote.c (remote_notice_signals): New.
4855         (remote_start_remote): In non-stop mode, update the remote end on
4856         which signals it can silently pass.
4857         (init_remote_ops): Install remote_notice_signals.
4858
4859 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4860
4861         * cli/cli-cmds.h (error_no_arg): Remove.  Move the comment ...
4862         * command.h (error_no_arg): ... here.  Remove NORETURN, change
4863         ATTR_NORETURN to ATTRIBUTE_NORETURN.
4864         * defs.h (NORETURN, ATTR_NORETURN): Remove.
4865         (perror_with_name, verror, error, error_stream, vfatal, fatal)
4866         (internal_verror, internal_error, nomem): Remove NORETURN, change
4867         ATTR_NORETURN to ATTRIBUTE_NORETURN.
4868         * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
4869         (throw_vfatal, throw_error): Remove NORETURN.
4870         (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
4871         * exceptions.h (throw_exception, throw_verror, throw_vfatal)
4872         (throw_error, deprecated_throw_reason): Remove NORETURN, change
4873         ATTR_NORETURN to ATTRIBUTE_NORETURN.
4874         * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
4875         to ATTRIBUTE_NORETURN for prototype, for the definition only remove
4876         NORETURN.
4877         * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
4878         * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
4879         ATTRIBUTE_NORETURN.
4880         * target.c (tcomplain): Likewise.
4881         * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
4882         ATTRIBUTE_NORETURN.
4883         * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
4884         (internal_error, perror_with_name, nomem): Remove NORETURN.
4885         * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
4886         ATTRIBUTE_NORETURN.
4887
4888 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4889
4890         * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4891         * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
4892         * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
4893         (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4894         * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
4895         (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4896         * complaints.h (complaint, internal_complaint): Likewise.
4897         * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
4898         (ATTR_FORMAT): Remove.
4899         (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
4900         (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
4901         (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
4902         (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
4903         (xsnprintf, verror, error, vfatal, fatal, internal_verror)
4904         (internal_error, internal_vwarning, internal_warning, warning)
4905         (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4906         * disasm.c (fprintf_disasm): Likewise.
4907         * exceptions.c (throw_it): Likewise.
4908         * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
4909         (throw_error): Likewise.
4910         * language.h (type_error, range_error): Likewise.
4911         * linespec.c (cplusplus_error): Likewise.
4912         * mi/mi-interp.c (mi_interp_query_hook): Likewise.
4913         * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
4914         * monitor.c (monitor_debug): Likewise.
4915         * parser-defs.h (parser_fprintf): Likewise.
4916         * serial.h (serial_printf): Likewise.
4917         * tui/tui-hooks.c (tui_query_hook): Likewise.
4918         * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
4919         (uo_message): Likewise.
4920         * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
4921         * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
4922         Likewise.
4923         * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
4924
4925 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
4926
4927         * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
4928         (cli_table_header, cli_begin, cli_end, cli_field_int)
4929         (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
4930         (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
4931         Delete forward declarations.
4932         (cli_ui_out_impl): Move below the callbacks.
4933         (_initialize_cli_out): Delete.
4934
4935 2010-05-02  Pedro Alves  <pedro@codesourcery.com>
4936
4937         * README: Use consistent `GDB' and `GDBserver' spellings.
4938
4939 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4940
4941         * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
4942
4943 2010-05-01  Pedro Alves  <pedro@codesourcery.com>
4944
4945         * infrun.c (prepare_for_detach): In non-stop, context switch to
4946         the thread that got the event before handling the event.
4947
4948 2010-04-30  Tom Tromey  <tromey@redhat.com>
4949
4950         * symtab.c (symbol_set_names): Fix typo.
4951
4952 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
4953
4954         * python/py-param.c (parm_constants): Avoid ARI warning
4955         by adding ARI comment.
4956         (parmpy_init): Likewise.
4957
4958 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
4959
4960         * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
4961         and created type for re-use.
4962
4963 2010-04-30  Pierre Muller  <muller@ics.u-strasbg.fr>
4964
4965         * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
4966
4967 2010-04-29  Doug Evans  <dje@google.com>
4968
4969         * ser-base.h (reschedule): Delete prototype.
4970         * ser-base.c (reschedule): Make static.
4971
4972 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4973
4974         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
4975         (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
4976         (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
4977         EABI.
4978         (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
4979         use.
4980
4981 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
4982
4983         PR gdb/11557
4984
4985         * regcache.c (registers_changed): Rename to ...
4986         (registers_changed_ptid): ... this, and only delete register cache
4987         entries matching the ptid filter argument.
4988         (registers_changed): Reimplement on top of registers_changed_ptid.
4989         * regcache.h (registers_changed_ptid): Declare.
4990         * target.c (target_resume): Flush register caches.
4991
4992 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4993             Tom Tromey  <tromey@redhat.com>
4994             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4995
4996         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
4997         (SUBDIR_PYTHON_SRCS): Likewise.
4998         (py-parameter.o): New rule.
4999         * python/py-parameter.c: New file.
5000         * python/python-internal.h (gdbpy_initialize_parameter)
5001         (gdbpy_parameter, gdbpy_parameter_value)
5002         (gdbpy_parse_command_name): Declare.
5003         * python/py-cmd.c (parse_command_name): Rename to
5004         gdbpy_parse_command_name.
5005         (gdbpy_parse_command_name): Accept a starting list parameter and
5006         use over cmdlist.
5007         (cmdpy_init): Use gdbpy_parse_command_name.
5008         * python/python.c (parameter_to_python): Rename to
5009         gdbpy_parameter_to_python.  Accept enum var_types and value.
5010         (gdbpy_parameter): Use gdbpy_parameter_value.
5011         (_initialize_python): Call gdbpy_initialize_parameters.
5012
5013 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5014
5015         * MAINTAINERS: Add myself for write after approval privileges.
5016
5017 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
5018
5019         D language support.
5020         * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
5021         (COMMON_OBS): Add d-lang.o d-valprint.o.
5022         (HFILES_NO_SRCDIR): Add d-lang.h.
5023         * NEWS: Mention D language support.
5024         * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
5025         * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
5026         * d-lang.c: New file.
5027         * d-lang.h: New file.
5028         * d-valprint.c: New file.
5029         * defs.h (enum language): Add language_d.
5030         * dwarf2read.c (set_cu_language): Add DW_LANG_D.
5031         * language.c (binop_result_type, integral_type, character_type)
5032         (string_type, boolean_type, structured_type): Add language_d.
5033         * symfile.c (init_filename_language_table): Add language_d.
5034         * symtab.c: Include d-lang.h.
5035         (symbol_init_language_specific, symbol_find_demangled_name)
5036         (symbol_natural_name, lookup_symbol_in_language)
5037         (symbol_demangled_name, symbol_matches_domain): Add language_d.
5038
5039 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5040
5041         * solib-svr4.c (solib_svr4_r_map): Expand function description.
5042
5043 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5044
5045         * symfile.c (init_filename_language_table): Register .dg files
5046         with language_ada.
5047
5048 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5049
5050         * gdbtypes.h (struct main_type): Expand comment about target_type
5051         field.
5052
5053 2010-04-27  Pedro Alves  <pedro@codesourcery.com>
5054             Tristan Gingold  <gingold@adacore.com>
5055
5056         * symfile.c (reread_symbols): Also search for file in libraries.
5057         Update comment.
5058
5059 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5060
5061         * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
5062         in terms of configuration.
5063
5064 2010-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5065
5066         * objfiles.c: Include solist.h.
5067         (free_all_objfiles): New variable so.  Check stale solist objfiles.
5068         * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
5069         and no_shared_libraries.
5070
5071 2010-04-27  Joel Brobecker  <brobecker@adacore.com>
5072
5073         ARI warning fix.
5074         * python/py-auto-load.c (source_section_scripts): Remove trailing
5075         new-line in i18n string.
5076
5077 2010-04-26  Doug Evans  <dje@google.com>
5078
5079         * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
5080
5081 2010-04-26  Tom Tromey  <tromey@redhat.com>
5082
5083         * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
5084         command list.
5085
5086 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5087
5088         Removal of config/i386/nm-i386sol2.h native configuration file.
5089         * config/i386/nm-i386sol2.h: Remove file.
5090         * config/i386/i386sol2.mh: Remove NAT_FILE definition.
5091         * config/i386/sol2-64.mh: Idem.
5092         * config/djgpp/fnchange.lst: Remove reference to that file.
5093         * Makefile.in (HFILES_NO_SRCDIR): Idem.
5094
5095 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5096
5097         PR breakpoints/11531.
5098         * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
5099         macro definition and related comment.
5100         * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
5101         (resume): Remove code and comment related to this macro.
5102
5103 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
5104
5105         * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
5106         Fix whitespace.
5107
5108 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
5109
5110         * defs.h: Adjust comment.
5111         * filesystem.h, filesystem.c: New files.
5112         * Makefile.in (SFILES): Add filesystem.c.
5113         (COMMON_OBS): Add filesystem.o.
5114         * solib.c (solib_find): Handle DOS-based filesystems.  Handle
5115         different target and host path flavours.
5116         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
5117         has_dos_based_file_system on the gdbarch.
5118         * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
5119         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
5120         * i386-tdep.c (i386_go32_init_abi): Ditto.
5121         * gdbarch.sh (has_dos_based_file_system): New.
5122         * gdbarch.h, gdbarch.c: Regenerate.
5123         * NEWS: Mention improved support for remote targets with DOS-based
5124         filesystems.  Mention new `set/show target-file-system-kind'
5125         commands.
5126
5127 2010-04-23  Stan Shebs  <stan@codesourcery.com>
5128
5129         * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
5130         comments.
5131         (struct agent_reqs): Remove.
5132         (ax_reg_mask): Declare.
5133         * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
5134         (free_agent_expr): Free reg_mask.
5135         (ax_print): Add scope and register mask info.
5136         (ax_reqs): Remove agent_reqs argument, use agent expression
5137         fields, and move part of register mask computation to...
5138         (ax_reg_mask): New function.
5139         * ax-gdb.c (gen_trace_static_fields): Call it.
5140         (gen_traced_pop): Ditto.
5141         (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
5142         (gen_trace_for_var): Pass gdbarch to new_agent_expr.
5143         (gen_trace_for_expr): Ditto, and clear optimized_out flag.
5144         (gen_eval_for_expr): Ditto, and require an rvalue.
5145         (agent_command): Call ax_reqs.
5146         (agent_eval_command): Ditto.
5147         * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
5148         (validate_action_line): Ditto.
5149         (collect_symbol): Ditto.
5150         (encode_actions_1): Ditto.
5151
5152 2010-04-23  Daniel Jacobowitz  <dan@codesourcery.com>
5153             Paul Pluzhnikov  <ppluzhnikov@google.com>
5154             Jan Kratochvil  <jan.kratochvil@redhat.com>
5155
5156         Fix deadlock on looped list of loaded shared objects.
5157         * solib-svr4.c (LM_PREV): New function.
5158         (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
5159         (svr4_current_sos): Check for correct l_prev.  New variables prev_lm
5160         and next_lm.  Clear prev_lm for solib_svr4_r_ldsomap.
5161         * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
5162
5163 2010-04-23  Doug Evans  <dje@google.com>
5164
5165         * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
5166         python.
5167         * configure: Regenerate.
5168         * main.c: #include "python/python.h".
5169         (captured_main): Defer loading auto-loaded scripts until after
5170         local_gdbinit has been sourced.
5171         * python/py-auto-load.c (gdbpy_global_auto_load): New global.
5172         (load_auto_scripts_for_objfile): New function.
5173         (auto_load_new_objfile): Call it.
5174         * python/python.h (gdbpy_global_auto_load): Declare.
5175         (load_auto_scripts_for_objfile): Declare.
5176
5177         Add support for auto-loading scripts from .debug_gdb_scripts section.
5178         * NEWS: Add entry for .debug_gdb_scripts.
5179         * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
5180         (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
5181         (py-auto-load.o): New rule.
5182         * cli/cli-cmds.c (find_and_open_script): Make externally visible.
5183         * cli/cli-cmds.h (find_and_open_script): Update prototype.
5184         * python/py-auto-load.c: New file.
5185         * python/python-internal.h: #include <stdio.h>.
5186         (set_python_list, show_python_list): Declare.
5187         (gdbpy_initialize_auto_load): Declare.
5188         (source_python_script_for_objfile): Declare.
5189         * python/python.c: Remove #include of observer.h.
5190         (gdbpy_auto_load): Moved to py-auto-load.c.
5191         (GDBPY_AUTO_FILENAME): Ditto.
5192         (gdbpy_new_objfile): Delete.
5193         (source_python_script_for_objfile): New function.
5194         (set_python_list, show_python_list): Make externally visible.
5195         (_initialize_python): Move "auto-load" command to py-auto-load.c
5196         and observer_attach_new_objfile to py-auto-load.c.
5197
5198 2010-04-23  Jerome Guitton  <guitton@adacore.com>
5199
5200         * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
5201         (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
5202         (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
5203         New constants.
5204         (alpha_heuristic_analyze_probing_loop): New function.
5205         (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
5206         and handle cases when a stack probe loop is generated.
5207         * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
5208         (alpha_mdebug_max_frame_size_exceeded): New function.
5209         (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
5210         (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
5211         Return 0 when the maximum debuggable frame size has been exceeded.
5212
5213 2010-04-23  Joel Brobecker  <brobecker@adacore.com>
5214
5215         Fix ARI warning.
5216         * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
5217
5218 2010-04-20  Chris Moller  <cmoller@redhat.com>
5219
5220         PR 10179
5221
5222         * symtab.c (rbreak_command): Added code to include a filename
5223         specification in the rbreak argument.
5224         * NEWS: Added a brief description of filename-qualified rbreak.
5225
5226 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5227
5228         Fix crashes on dangling display expressions.
5229         * ada-lang.c (ada_operator_check): New function.
5230         (ada_exp_descriptor): Fill-in the field operator_check.
5231         * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
5232         * jv-lang.c (exp_descriptor_java): Likewise.
5233         * m2-lang.c (exp_descriptor_modula2): Likewise.
5234         * scm-lang.c (exp_descriptor_scm): Likewise.
5235         * parse.c (exp_descriptor_standard): Likewise.
5236         (operator_check_standard): New function.
5237         (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
5238         * parser-defs.h (struct exp_descriptor): New field operator_check.
5239         (operator_check_standard, exp_uses_objfile): New declarations.
5240         * printcmd.c: Remove the inclusion of solib.h.
5241         (display_uses_solib_p): Remove the function.
5242         (clear_dangling_display_expressions): Call lookup_objfile_from_block
5243         and exp_uses_objfile instead of display_uses_solib_p.
5244         * solist.h (struct so_list) <objfile>: New comment.
5245         * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
5246         * symtab.h (lookup_objfile_from_block): New declaration.
5247         (struct general_symbol_info) <obj_section>: Extend the comment.
5248
5249 2010-04-22  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
5250             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5251
5252         * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
5253         (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
5254         ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
5255         PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
5256         PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
5257         PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
5258         PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
5259         PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
5260         PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
5261         PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
5262         PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
5263         PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
5264         PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
5265         Define, in case <ptrace.h> doesn't provide it.
5266         (booke_debug_info): New variable.
5267         (max_slots_number): Ditto.
5268         (hw_break_tuple): New struct.
5269         (thread_points): Ditto.
5270         (ppc_threads): New variable.
5271         (PPC_DEBUG_CURRENT_VERSION): New define.
5272         (have_ptrace_new_debug_booke): New function.
5273         (ppc_linux_check_watch_resources): Renamed to ...
5274         (ppc_linux_can_use_hw_breakpoint): ... this.  Handle BookE processors.
5275         (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
5276         (booke_cmp_hw_point): New function.
5277         (booke_find_thread_points_by_tid): Ditto.
5278         (booke_insert_point): Ditto.
5279         (booke_remove_point): Ditto.
5280         (ppc_linux_insert_hw_breakpoint): Ditto.
5281         (ppc_linux_remove_hw_breakpoint): Ditto.
5282         (get_trigger_type): Ditto.
5283         (ppc_linux_insert_watchpoint): Handle BookE processors.
5284         (ppc_linux_remove_watchpoint): Ditto.
5285         (ppc_linux_new_thread): Ditto.
5286         (ppc_linux_thread_exit): New function..
5287         (ppc_linux_stopped_data_address): Handle BookE processors.
5288         (ppc_linux_watchpoint_addr_within_range): Ditto.
5289         (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
5290         to_remove_hw_breakpoint fields of the target operations struct.
5291         Add observe for the thread_exit event.
5292
5293 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
5294
5295         * i386-linux-nat.c (regmap): Removed.
5296         (fetch_register): Replace regmap with
5297         i386_linux_gregset_reg_offset.
5298         (store_register): Likewise.
5299         (supply_gregset): Likewise.
5300         (fill_gregset): Likewise.
5301
5302         * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
5303         global.
5304
5305         * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
5306
5307 2010-04-22  Chris Moller  <cmoller@redhat.com>
5308
5309         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
5310         method of popping recursion-detection stack with a method based on
5311         obstack_object_size().  (Similar to the PR9167 patch below, but for
5312         the static array obstack rather than the static member obstack.)
5313
5314 2010-04-22  H.J. Lu  <hongjiu.lu@intel.com>
5315
5316         * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
5317         (_initialize_amd64_linux_nat): Replace
5318         amd64_linux_gregset64_reg_offset with
5319         amd64_linux_gregset_reg_offset.
5320
5321         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
5322         global.
5323
5324         * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
5325
5326 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5327
5328         PR stabs/11479.
5329         * stabsread.c (set_length_in_type_chain): New function.
5330         (read_struct_type): Call set_length_in_type_chain function.
5331         (read_enum_type): Idem.
5332
5333 2010-04-21  Stan Shebs  <stan@codesourcery.com>
5334             Nathan Sidwell  <nathan@codesourcery.com>
5335
5336         * tracepoint.c (trace_save): Open in binary mode.
5337
5338 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5339
5340         * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
5341         fields.
5342         * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
5343         builtin_char32 fields.
5344         * printcmd.c (decode_format): Set char size to '\0'
5345         for strings unless explicit size is given.
5346         (print_formatted): Correct calculation of NEXT_ADDRESS
5347         for 16 or 32 bit strings.
5348         (do_examine): Do not force byte size for strings.
5349         Use builtin_char16 and builtin_char32 types to display
5350         16 or 32 bit-wide strings.
5351         (x_command): Set LAST_SIZE to 'b' for string type.
5352
5353 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
5354
5355         PR corefiles/11523
5356         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5357         XCR0 first.
5358
5359         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
5360         there is no .reg-xstate section.
5361         (i386_linux_core_read_description): Check XCR0 first.
5362
5363 2010-04-21  Mike Frysinger  <vapier@gentoo.org>
5364
5365         * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
5366         for len <= 8.
5367
5368 2010-04-21  Chris Moller  <cmoller@redhat.com>
5369
5370         PR 9167
5371         * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
5372         method of popping recursion-detection stack with a method based on
5373         obstack_object_size().
5374
5375 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
5376
5377         PR pascal/11492.
5378         * p-valprint.c (pascal_val_print): Fix default printing of integer
5379         arrays.
5380
5381 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
5382
5383         Fix compilation warning on gcc-4.1.2.
5384         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
5385         local variable`pc' to zero.
5386
5387 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5388
5389         Implement thread support with core files on alpha-tru64.
5390         * dec-thread.c (dec_thread_find_new_threads): New function,
5391         extracted from resync_thread_list.
5392         (resync_thread_list): Add OPS parameter.  Replace extracted-out
5393         code by call to dec_thread_find_new_threads.
5394         (dec_thread_wait): Update call to resync_thread_list.
5395         (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
5396
5397 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5398
5399         * ada-lang.c (value_pointer): New function.
5400         (make_array_descriptor): Call value_pointer to convert addresses to
5401         pointers.
5402
5403 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5404
5405         * rs6000-aix-tdep.c: #include exceptions.h.
5406         (rs6000_convert_from_func_ptr_addr): If an exception is thrown
5407         while reading the memory at ADDR, then ADDR cannot be a function
5408         descriptor.
5409
5410 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5411
5412         * ada-typeprint.c (ada_print_typedef): New function.
5413         * ada-lang.h (ada_print_typedef): Add declaration.
5414         * ada-lang.c (ada_language_defn): set la_print_typdef field
5415         to ada_print_typedef.
5416
5417 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5418
5419         * procfs.c (procfs_address_to_host_pointer): Only define when used.
5420
5421 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5422
5423         * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
5424         (iterate_over_mappings): Adjust function profile. Add declaration.
5425         (insert_dbx_link_bpt_in_region, info_mappings_callback):
5426         Adjust accordingly.
5427
5428 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5429
5430         * procfs.c (solib_mappings_callback): Move function up to avoid
5431         a compiler warning.
5432
5433 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5434
5435         * procfs.c (find_signalled_thread, find_stop_signal): Move
5436         these functions down to define them only when used.
5437
5438 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
5439
5440         * valprint.c (common_val_print): Fix the value before extracting
5441         its contents.
5442         * ada-lang.c (ada_to_fixed_value): Make this function extern.
5443         * ada-lang.h (ada_to_fixed_value): New function declaration.
5444         * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
5445         to avoid code duplication and fix a bug in the handling of
5446         fixed types contents.
5447
5448 2010-04-20  Tom Tromey  <tromey@redhat.com>
5449
5450         * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
5451         (read_partial_die): Likewise.
5452         (dwarf_attr_name): Likewise.
5453
5454 2010-04-20  Chris Moller  <cmoller@redhat.com>
5455
5456         PR 10867
5457
5458         * cp-valprint.c (global): Adding new static array recursion
5459         detection obstack.
5460         (cp_print_value_fields, cp_print_static_field): Added new static
5461         array recursion detection code.
5462
5463 2010-04-20  Mark Kettenis  <kettenis@gnu.org>
5464
5465         * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
5466         general-purpose register set should be 68 instead of 144.
5467         (i386_linux_sse_regset_sections): Likewise.
5468         (i386_linux_avx_regset_sections): Likewise.
5469
5470 2010-04-20  Stan Shebs  <stan@codesourcery.com>
5471             Nathan Sidwell  <nathan@codesourcery.com>
5472
5473         * dwarf2loc.c (struct axs_var_loc): New struct.
5474         (dwarf2_tracepoint_var_loc): New function.
5475         (dwarf2_tracepoint_var_access): New function.
5476         (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
5477         with DW_OP_piece.
5478         (locexpr_describe_location_piece): New function.
5479         (locexpr_describe_location_1): New function.
5480         (locexpr_describe_location): Call it, update signature.
5481         (loclist_describe_location): Rewrite to loop over locations,
5482         update signature.
5483         * symtab.h (struct symbol_computed_ops): Add address to
5484         describe_location arguments, return void.
5485         * printcmd.c (address_info): Get context PC, pass to computed
5486         location description.
5487         * tracepoint.c (scope_info): Ditto.
5488         * ax-gdb.c (trace_kludge): Export.
5489
5490 2010-04-20  Tom Tromey  <tromey@redhat.com>
5491
5492         * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
5493         (struct dwarf2_cie) <segment_size>: New field.
5494         * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
5495         (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
5496         DW_FORM_exprloc.
5497         (read_attribute_value): Handle DW_FORM_flag_present,
5498         DW_FORM_sec_offset, DW_FORM_exprloc.
5499         (dump_die_shallow): Likewise.
5500         (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
5501         (dwarf2_const_value): Handle DW_FORM_exprloc.
5502         (attr_form_is_block): Likewise.
5503         (struct line_header) <maximum_ops_per_instruction>: New field.
5504         (dwarf_decode_line_header): Set new field.
5505         (dwarf_decode_lines): Handle new field.
5506
5507 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5508
5509         * f-exp.y: Add new production to recognize the `logical*8' type.
5510         (LOGICAL_S8_KEYWORD): New token.
5511         * f-lang.c (enum f_primitive_types)
5512         <f_primitive_type_logical_s8>: New field.
5513         (f_language_arch_info): Handling `logical*8' type.
5514         (build_fortran_types): Building `logical*8' type.
5515         * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
5516
5517 2010-04-19  Doug Evans  <dje@google.com>
5518
5519         * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
5520         * ser-pipe.c (pipe_open): Fix file descriptor leaks.
5521         (pipe_close): Ditto.
5522
5523 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5524
5525         * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
5526
5527 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5528
5529         * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
5530         type to void function.
5531
5532 2010-04-19  Stan Shebs  <stan@codesourcery.com>
5533             Vladimir Prus  <vladimir@codesourcery.com>
5534
5535         * tracepoint.c (tfind_1): Add missing newline, report exit from
5536         tfind mode as such.
5537         * target.c (update_current_target): Make default
5538         to_trace_find return -1.
5539
5540 2010-04-19  Mike Frysinger  <vapier@gentoo.org>
5541
5542         * objc-lang.c (find_methods): Move symname check up.
5543
5544 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
5545
5546         * ada-lang.c (print_recreate_exception)
5547         <ex_catch_exception_unhandled>: It's "catch exception unhandled",
5548         not "catch unhandled".
5549
5550 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
5551
5552         PR breakpoints/8554.
5553
5554         Implement `save-breakpoints'.
5555
5556         * breakpoint.c (save_cmdlist): New.
5557         (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
5558         to save_cmdlist.
5559         (print_recreate_catch_fork): New.
5560         (catch_fork_breakpoint_ops): Install it.
5561         (print_recreate_catch_vfork): New.
5562         (catch_vfork_breakpoint_ops): Install it.
5563         (print_recreate_catch_syscall): New.
5564         (catch_syscall_breakpoint_ops): Install it.
5565         (print_recreate_catch_exec): New.
5566         (catch_exec_breakpoint_ops): Install it.
5567         (print_recreate_exception_catchpoint): New.
5568         (gnu_v3_exception_catchpoint_ops): Install it.
5569         (save_breakpoints): New, based on tracepoint_save_command, but
5570         handle all breakpoint types.
5571         (save_breakpoints_command): New.
5572         (tracepoint_save_command): Rename to...
5573         (save_tracepoints_command): ... this, and reimplement using
5574         save_breakpoints.
5575         (save_command): New.
5576         (_initialize_breakpoints): Install the "save" command prefix.
5577         Install the "save breakpoints" command.  Make "save-tracepoints" a
5578         deprecated alias for "save tracepoints".
5579         * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
5580         * ada-lang.c (print_recreate_exception): New.
5581         (print_recreate_catch_exception): New.
5582         (catch_exception_breakpoint_ops): Install it.
5583         (print_recreate_catch_exception_unhandled): New.
5584         (catch_exception_unhandled_breakpoint_ops): Install it.
5585         (print_recreate_catch_assert): New.
5586         (catch_assert_breakpoint_ops): Install it.
5587
5588         * NEWS: Mention the new `save breakpoints' command.  Mention the
5589         new `save tracepoints' alias and that `save-tracepoints' is now
5590         deprecated.
5591
5592 2010-04-18  Pedro Alves  <pedro@codesourcery.com>
5593
5594         PR tui/9217
5595
5596         * tui/tui-out.c: Include cli-out.h.
5597         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
5598         (tui_begin, tui_end, tui_field_int, tui_field_skip)
5599         (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
5600         (tui_message, tui_wrap_hint, tui_flush): Delete forward
5601         declarations.
5602         (struct ui_out_data): Rename to...
5603         (struct tui_ui_out_data): ... this.  Remove `stream' and
5604         `suppress_output' fields, and inherit cli_ui_out_data.
5605         (tui_out_data): New typedef.
5606         (tui_ui_out_impl): Don't initialize fields staticaly.
5607         (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
5608         (tui_begin, tui_end): Delete.
5609         (tui_field_int): Adjust to delegate most work to the base type.
5610         (tui_field_skip): Delete.
5611         (tui_field_string, tui_field_fmt): Adjust comment.  Adjust to
5612         delegate most work to the base type.
5613         (tui_spaces): Delete.
5614         (tui_text): Adjust to delegate most work to the base type.
5615         (tui_message): Delete.
5616         (tui_wrap_hint): Delete.
5617         (tui_flush): Delete.
5618         (out_field_fmt): Delete.
5619         (field_separator): Delete.
5620         (tui_out_new): Adjust to initialize the base type.
5621         (_initialize_tui_out): Initialize tui_ui_out_impl.
5622         * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
5623         cli_ui_out_data.
5624         (cli_out_data): Adjust.
5625         (cli_ui_out_impl): Make extern.
5626         (cli_table_header, cli_field_int, cli_field_skip): Use
5627         uo_field_string instead of cli_field_string.
5628         (cli_redirect): Adjust to use cli_out_data.
5629         (cli_out_data_ctor): New.
5630         (cli_out_new): Use it.
5631         * cli-out.h (struct ui_file): Remove forward declaration.
5632         (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
5633         (cli_ui_out_impl): Declare.
5634         (cli_out_data_ctor): Declare.
5635         * ui-out.c (struct ui_out) <data>: Change type to void pointer.
5636         (uo_field_string): No longer static.
5637         (ui_out_data): Change return type to void pointer.
5638         (ui_out_new): Change `data' parameter type to void pointer.
5639         * ui-out.h (struct ui_out_data): Don't forward declare.
5640         (ui_out_data): Change return type to void pointer.
5641         (ui_out_new): Change `data' parameter type to void pointer.
5642         (uo_field_string): Declare.
5643
5644 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
5645
5646         * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
5647         instead of always false.
5648
5649 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
5650
5651         PR corefiles/11511
5652         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
5653         orig_rax.
5654
5655 2010-04-17  Pedro Alves  <pedro@codesourcery.com>
5656
5657         * breakpoint.c (watchpoints_triggered): Use
5658         is_hardware_watchpoint.
5659         (watchpoints_triggered): Ditto.
5660         (bpstat_check_location): Use is_watchpoint and
5661         is_hardware_watchpoint.
5662         (bpstat_check_watchpoint): Use is_watchpoint and
5663         is_hardware_watchpoint.
5664         (bpstat_stop_status): Fix comment.
5665         (user_settable_breakpoint): Use is_watchpoint.
5666         (hw_watchpoint_used_count): Use is_hardware_watchpoint.
5667         (disable_watchpoints_before_interactive_call_start): Use
5668         is_watchpoint.
5669         (enable_watchpoints_after_interactive_call_stop): Use
5670         is_watchpoint.
5671         (clear_command): Use is_watchpoint.
5672         (do_enable_breakpoint): Use is_watchpoint.
5673
5674 2010-04-16  Mike Frysinger  <vapier@gentoo.org>
5675
5676         * solib-frv.c (enable_break1_done): Delete.
5677         (enable_break2): Do not check enable_break1_done.  Move the
5678         enable_break2_done setting and call to
5679         remove_solib_event_breakpoints() to the end.  Return without
5680         warning when the contents of _dl_debug_addr are 0.
5681         (enable_break): Do not set enable_break1_done.
5682         (frv_clear_solib): Likewise.
5683
5684 2010-04-16  Kevin Buettner  <kevinb@redhat.com>
5685
5686         * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
5687         instead of an error if no PLT entry is found.  Return a
5688         potentially useful result.
5689         (m32c_m16c_pointer_to_address): Add code to search for function
5690         address when no .plt entry is found.
5691
5692 2010-04-16  Stan Shebs  <stan@codesourcery.com>
5693
5694         * tracepoint.c (trace_variable_command): Run a cleanup.
5695
5696 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
5697
5698         * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
5699
5700 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
5701
5702         Support for Windows OS Thread Information Block.
5703         * NEWS: Document new feature.
5704         * remote.c (PACKET_qGetTIBAddr): New enum element.
5705         (remote_get_tib_address): New function.
5706         (init_remote_ops): Set to_get_tib_address field
5707         to remote_get_tib_address.
5708         (_initialize_remote): Add add_packet_config_cmd
5709         for PACKET_qGetTIBAddr.
5710         * target.c (update_current_target): Set default value for
5711         new to_get_tib_address field.
5712         * target.h (target_ops): New field to_get_tib_address.
5713         (target_get_tib_address): New macro.
5714         * windows-nat.c (thread_info): Add thread_local_base field.
5715         (windows_add_thread): Add tlb argument of type 'void *'.
5716         (fake_create_process): Adapt windows_add_thread call.
5717         (get_windows_debug_event): Idem.
5718         (windows_get_tib_address): New function.
5719         (init_windows_ops): Set to_get_tib_address field
5720         to remote_get_tib_address.
5721         (_initialize_windows_nat): Replace info_w32_cmdlist
5722         initialization by a call to init_w32_command_list.
5723         (info_w32_command, info_w32_cmdlist): Removed from here...
5724         to windows-tdep.c file.
5725         * windows-tdep.h (info_w32_cmdlist): Declare.
5726         (init_w32_command_list): New external function
5727         declaration.
5728         * windows-tdep.c: Add several headers.
5729         (info_w32_cmdlist): to here, made global.
5730         (thread_information_32): New struct.
5731         (thread_information_64): New struct.
5732         (TIB_NAME): New char array.
5733         (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
5734         (maint_display_all_tib): New static variable.
5735         (windows_get_tlb_type): New function.
5736         (tlb_value_read, tlb_value_write): New functions.
5737         (tlb_value_funcs): New static struct.
5738         (tlb_make_value): New function.
5739         (display_one_tib): New function.
5740         (display_tib): New function.
5741         (show_maint_show_all_tib):New function.
5742         (info_w32_command): Moved from windows-nat.c.
5743         (init_w32_command_list): New function.
5744         (_initialize_windows_tdep): New function.
5745         New "maint set/show show-all-tib" command
5746         New "$_tlb" internal variable.
5747
5748 2010-04-16  Joel Brobecker  <brobecker@adacore.com>
5749
5750         * tui/tui-regs.c (tui_display_register): Add comment about
5751         a couple of casts.
5752         * tui/tui-stack.c (tui_show_locator_content): Ditto.
5753
5754 2010-04-15  Stan Shebs  <stan@codesourcery.com>
5755
5756         * frame.c: Include tracepoint.h.
5757         (get_current_frame): Allow a trace frame to be an alternate source
5758         of stack frame data.
5759         * tracepoint.c (tfind_1): Don't try to get current stack frame if
5760         it won't succeed.
5761
5762 2010-04-15  Pedro Alves  <pedro@codesourcery.com>
5763
5764         * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
5765         flags.
5766         * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
5767
5768 2010-04-15  Doug Evans  <dje@google.com>
5769
5770         * NEWS: Add entry for python program space support.
5771         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
5772         (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
5773         (py-progspace.o): New rule.
5774         * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
5775         function.
5776         (find_pretty_printer_from_progspace): New function.
5777         (find_pretty_printer_from_gdb): New function.
5778         (find_pretty_printer): Rewrite.
5779         * python/py-progspace.c: New file.
5780         * python/python-internal.h (program_space): Add forward decl.
5781         (pspace_to_pspace_object, pspy_get_printers): Declare.
5782         (gdbpy_initialize_pspace): Declare.
5783         * python/python.c: #include "progspace.h".
5784         (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
5785         (_initialize_python): Call gdbpy_initialize_pspace.
5786         (GdbMethods): Add current_progspace, progspaces.
5787
5788         Add -s option to source command.
5789         * NEWS: Document new option.
5790         * cli/cli-cmds.c (find_and_open_script): Add function comment.
5791         Delete from_tty and cleanupp args.  Split filep arg into file and
5792         full_pathp.  New arg search_path.
5793         (source_script_from_stream): New function.
5794         (source_script_with_search): New function.
5795         (source_script): Rewrite.
5796         (source_command): Parse "-s" option.
5797         (init_cli_cmds): Add "-s" docs to source command help, and reformat.
5798         * python/python.c (source_python_script): Make file arg a const char *.
5799         Don't call fclose, leave for caller.
5800         * python/python.h (source_python_script): Update.
5801
5802 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
5803             Pedro Alves  <pedro@codesourcery.com>
5804
5805         Avoid rereading shared libraries that haven't changed.
5806
5807         * solib.c (free_so_symbols): New function, from ...
5808         (free_so): ... here.  Call it.
5809         (solib_read_symbols): Don't warn here if symbols have already been
5810         loaded.
5811         (solib_add): Warn here instead, if a pattern was specified.
5812         (reload_shared_libraries_1): New.
5813         (reload_shared_libraries): Rewrite to not fetch the library list.
5814
5815 2010-04-14  Doug Evans  <dje@google.com>
5816
5817         * source.c (openp): Strip DOS drive letter if present before
5818         concatenating string to search path.
5819
5820 2010-04-14  Pedro Alves  <pedro@codesourcery.com>
5821
5822         * objfiles.h (gdb_bfd_close_or_warn): Declare.
5823         * objfiles.c (gdb_bfd_close_or_warn): New.
5824         * corelow.c: Include objfiles.h
5825         (core_close): Use gdb_bfd_close_or_warn.
5826         * elfread.c (build_id_verify): Ditto.
5827         * exec.c (exec_close, exec_close_1): Ditto.
5828
5829 2010-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
5830             Pedro Alves  <pedro@codesourcery.com>
5831
5832         Group errors for many missing shared libraries.
5833
5834         * solist.h (struct so_list): Remove from_tty.
5835         * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
5836         (solib_map_sections): Take so_list argument.  Return 0 if we
5837         failed to open a BFD.  Add target sections here.
5838         (symbol_add_stub): Delete.
5839         (solib_read_symbols): Inline symbol_add_stub.  Use current flags,
5840         not from_tty copied from the so_list.  Don't warn a second time
5841         for a missing library.
5842         (update_solib_list): Don't save from_tty.  Use TRY_CATCH.  Do not
5843         add to the section table here.  Print out a single warning for all
5844         missing libraries.
5845         * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
5846         flags.
5847
5848 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
5849
5850         * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
5851         error/warning messages.  Capitalize and use complete sentences.
5852         (blpy_block_syms_iternext): Likewise.
5853         * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
5854         * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
5855         (frame_info_to_frame_object, frapy_read_var)
5856         (gdbpy_frame_stop_reason_string): Likewise.
5857         * python/py-lazy-string.c (stpy_convert_to_value)
5858         (gdbpy_create_lazy_string_object): Likewise.
5859         * python/py-objfile.c (objfpy_set_printers): Likewise.
5860         * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
5861         * python/python.c (parameter_to_python): Likewise.
5862         * python/py-type.c (typy_range, typy_target): Likewise.
5863         * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
5864         (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
5865
5866
5867 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
5868
5869         PR python/11381
5870
5871         * python/py-prettyprint.c (pretty_print_one_value): Test for
5872         Py_None.
5873         (print_string_repr): Test for Py_None.  Set flags accordingly.
5874         Return value depending on return type.
5875         (print_children): Take a value indicating whether data was printed
5876         before this function was called.  Alter output accordingly.
5877         (apply_val_pretty_printer): Capture return value from
5878         print_string_repr and pass to print_children.
5879
5880 2010-04-13  Mark Kettenis  <kettenis@gnu.org>
5881
5882         PR corefiles/11481
5883         * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
5884         register note sections.
5885         (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
5886         New variables.
5887         (i386_linux_init_abi): Install list of supported register note
5888         sections that matches the target description.
5889
5890 2010-04-13  Pedro Alves  <pedro@codesourcery.com>
5891
5892         * remote.c (remote_get_noisy_reply): Don't error out on empty
5893         replies.
5894         (remote_start_remote): Update and merge tracepoints and trace
5895         state variables as long as the target supports tracepoints.
5896         (remote_trace_init): Fix prototype.
5897         (remote_download_trace_state_variable): Validate reply.
5898         (remote_trace_set_readonly_regions): Fix prototype.
5899         (remote_trace_start): Fix prototype.  Check for empty reply.
5900         (remote_get_trace_status): Small cleanup.
5901         (remote_trace_stop): Fix prototype.  Check for empty reply.
5902         (remote_trace_find): Check for empty reply.
5903         (remote_save_trace_data): Validate reply.
5904         (remote_set_disconnected_tracing): Check for empty reply, and
5905         validate reply.
5906         (remote_set_circular_trace_buffer): Ditto.
5907
5908 2010-04-13  Pierre Muller  <muller@ics.u-strasbg.fr>
5909
5910         Suppress unused value warning during compilation.
5911         * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
5912         calls to void.
5913         * tui/tui-stack.c (tui_show_locator_content): Likewise.
5914
5915 2010-04-12  Stan Shebs  <stan@codesourcery.com>
5916
5917         * tracepoint.c (tfile_xfer_partial): Check read result.
5918
5919 2010-04-12  Mike Frysinger  <vapier@gentoo.org>
5920
5921         * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
5922         * remote-sim.c (gdbsim_files_info): Likewise.
5923
5924 2010-04-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5925
5926         * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
5927         * arm-linux-nat.c (arm_linux_vfp_register_count): New
5928         variable.
5929         (fetch_vfp_registers): New function to fetch VFP registers.
5930         (store_vfp_registers): New function to store VFP registers.
5931         (arm_linux_fetch_inferior_registers): Add support for VFP
5932         registers.
5933         (arm_linux_store_inferior_registers): Likewise.
5934         (arm_linux_read_description): Likewise.
5935         (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
5936         until we need it.
5937
5938 2010-04-11  H.J. Lu  <hongjiu.lu@intel.com>
5939
5940         * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
5941         tdep.
5942         (amd64_collect_xstateregset): Likewise.
5943
5944 2010-04-09  Stan Shebs  <stan@codesourcery.com>
5945
5946         * tracepoint.c (trace_status_mi): Report frames created.
5947
5948         * tracepoint.c (trace_dump_command): Include default-collect
5949         expressions.
5950
5951 2010-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
5952
5953         * symtab.c (find_function_start_sal): Never return SAL pointing
5954         before function start address, even if line info is missing.
5955
5956 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
5957
5958         * NEWS: Mention tracepoints support.
5959
5960 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
5961
5962         * tracepoint.c (trace_status_mi): Report disconnected tracing and
5963         circular trace buffer statuses.
5964
5965 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
5966
5967         * config/djgpp/fnchange.lst: Fix typo in translations for
5968         symbol-without-target_section.exp and symbol-without-target_section.c.
5969
5970 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
5971
5972         * breakpoint.c (condition_command): Pass condition expression to
5973         set_breakpoint_condition stripped from breakpoint number.
5974
5975 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
5976             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5977             Tom Tromey  <tromey@redhat.com>
5978
5979         * breakpoint.c (condition_command): Simplify.  Move condition
5980         setting code to ...
5981         (set_breakpoint_condition): ... here.  New function.
5982         * breakpoint.h  (set_breakpoint_condition): Declare.
5983         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
5984         (SUBDIR_PYTHON_SRCS): Likewise.
5985         (py-breakpoint.o): New rule.
5986         * python/py-breakpoint.c: New file.
5987         * python/python-internal.h (gdbpy_breakpoints)
5988         (gdbpy_initialize_breakpoints): Declare.
5989         (GDB_PY_SET_HANDLE_EXCEPTION) Define.
5990
5991 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
5992
5993         * regformats/regdat.sh: Include server.h.  Don't include
5994         regcache.h.
5995
5996 2010-04-08  Stan Shebs  <stan@codesourcery.com>
5997             Pedro Alves  <pedro@codesourcery.com>
5998
5999         * tracepoint.h (struct trace_status): New fields disconnected_tracing
6000         and circular_buffer.
6001         (disconnect_tracing): Rename from disconnect_or_stop_tracing.
6002         * tracepoint.c (trace_status_command): Display target's status for
6003         disconnected tracing and circular buffer.
6004         (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
6005         query for non-disconnected-tracing case, remove the stop_tracing
6006         call.
6007         (tfile_open): Clear disconnected and circular buffer status.
6008         (trace_save): Save disconnected and circular buffer status.
6009         (parse_trace_status): Parse disconnected and circular buffer status,
6010         also recognize disconnected as a stop reason.
6011         * remote.c (remote_set_disconnected_tracing): Only set
6012         QTDisconnected if the remote end supports disconnected tracing.
6013         Warn otherwise, if trying to enable disconnected tracing.
6014         * infcmd.c (detach_command): Update disconnect_tracing call.
6015         * cli/cli-cmds.c (quit_command): Ditto.
6016
6017 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6018
6019         * i387-tdep.c (i387_collect_xsave): Replace abort with
6020         internal_error.
6021
6022 2010-04-08  Stan Shebs  <stan@codesourcery.com>
6023
6024         * breakpoint.c (default_collect_info): New function.
6025         (breakpoints_info): Call it.
6026         (maintenance_info_breakpoints): Ditto.
6027         (tracepoints_info): Ditto.
6028
6029 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6030
6031         * i387-tdep.c (i387_collect_xsave): Re-indent.
6032
6033 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
6034
6035         * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
6036         if HAVE_PTRACE_GETFPXREGS is defined.
6037         (i386_linux_read_description): Set have_ptrace_getfpxregs and
6038         have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
6039
6040         * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
6041         (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
6042         if .reg-xfp section doesn't exist.
6043         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
6044
6045         * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
6046
6047         * i386-tdep.c: Include "features/i386/i386-mmx.c".
6048         (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
6049         (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional.  Set
6050         xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
6051         (i386_gdbarch_init): Update comments.
6052         (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
6053
6054         * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
6055
6056         * config/djgpp/fnchange.lst: Add i386 MMX XML files.
6057
6058         * features/Makefile (i386/i386-mmx-expedite): New.
6059         (i386/i386-mmx-linux-expedite): Likewise.
6060         ($(outdir)/i386/i386-mmx.dat): Likewise.
6061         ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
6062
6063         * features/i386/i386-mmx-linux.c: New.
6064         * features/i386/i386-mmx-linux.xml: Likewise.
6065         * features/i386/i386-mmx.c: Likewise.
6066         * features/i386/i386-mmx.xml: Likewise.
6067         * regformats/i386/i386-mmx-linux.dat: Likewise.
6068         * regformats/i386/i386-mmx.dat: Likewise.
6069
6070         * features/Makefile (WHICH): Add i386/i386-mmx and
6071         i386/i386-mmx-linux.
6072
6073 2010-04-08  Doug Evans  <dje@google.com>
6074
6075         * source.c (openp): Skip $cdir in PATH.
6076
6077 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
6078
6079         PR python/11417
6080         * python/py-lazy-string.c (stpy_convert_to_value): Check for
6081         a NULL address.
6082         (gdbpy_create_lazy_string_object): Allow strings with a NULL
6083         address and a zero length.
6084
6085 2010-04-08  Hui Zhu  <teawater@gmail.com>
6086
6087         * i386-tdep.c (i386_process_record): Add support for insn
6088         rdtsc.
6089
6090 2010-04-07  Doug Evans  <dje@google.com>
6091
6092         * python/python.c (source_python_script): Use ensure_python_env
6093         to prepare environment for script.
6094
6095 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6096
6097         * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
6098         <sys/uio.h> and "i386-xstate.h".
6099         (PTRACE_GETREGSET): New.
6100         (PTRACE_SETREGSET): Likewise.
6101         (have_ptrace_getregset): Likewise.
6102         (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
6103         registers.
6104         (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
6105         registers.
6106         (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
6107         (amd64_linux_store_inferior_registers): Likewise.
6108         (amd64_linux_read_description): Check and enable AVX target
6109         descriptions.
6110
6111         * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
6112         and "features/i386/amd64-avx-linux.c".
6113         (amd64_linux_regset_sections): New.
6114         (amd64_linux_core_read_description): Check and enable AVX
6115         target description.
6116         (amd64_linux_init_abi): Set xsave_xcr0_offset.  Call
6117         set_gdbarch_core_regset_sections.
6118         (_initialize_amd64_linux_tdep): Call
6119         initialize_tdesc_amd64_avx_linux.
6120
6121         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
6122         AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
6123         (tdesc_amd64_avx_linux): New.
6124         (amd64_linux_update_xstateregset): Likewise.
6125
6126         * amd64-tdep.c: Include "features/i386/amd64-avx.c".
6127         (amd64_ymm_names): New.
6128         (amd64_ymmh_names): Likewise.
6129         (amd64_register_name): Likewise.
6130         (amd64_supply_xstateregset): Likewise.
6131         (amd64_collect_xstateregset): Likewise.
6132         (amd64_supply_xsave): Likewise.
6133         (amd64_collect_xsave): Likewise.
6134         (AMD64_NUM_REGS): Removed.
6135         (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
6136         %xmmN if AVX is available.
6137         (amd64_pseudo_register_name): Support pseudo YMM registers.
6138         (amd64_regset_from_core_section): Support .reg-xstate section.
6139         (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
6140         and ymm0h_regnum.  Call set_gdbarch_register_name.
6141         (amd64_init_abi): Call initialize_tdesc_amd64_avx.
6142
6143         * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
6144         AMD64_YMM15H_REGNUM.
6145         (AMD64_NUM_REGS): New.
6146         (amd64_supply_xsave): Likewise.
6147         (amd64_collect_xsave): Likewise.
6148         (amd64_register_name): Removed.
6149         (amd64_register_type): Likewise.
6150
6151 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6152
6153         * i387-tdep.c: Include "i386-xstate.h".
6154         (XSAVE_XSTATE_BV_ADDR): New.
6155         (xsave_avxh_offset): Likewise.
6156         (XSAVE_AVXH_ADDR): Likewise.
6157         (i387_supply_xsave): Likewise.
6158         (i387_collect_xsave): Likewise.
6159
6160         * i387-tdep.h (I387_NUM_YMM_REGS): New.
6161         (I387_YMM0H_REGNUM): Likewise.
6162         (I387_YMMENDH_REGNUM): Likewise.
6163         (i387_supply_xsave): Likewise.
6164         (i387_collect_xsave): Likewise.
6165
6166 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6167
6168         * i386-linux-nat.c: Include "regset.h", "elf/common.h",
6169         <sys/uio.h> and "i386-xstate.h".
6170         (PTRACE_GETREGSET): New.
6171         (PTRACE_SETREGSET): Likewise.
6172         (fetch_xstateregs): Likewise.
6173         (store_xstateregs): Likewise.
6174         (GETXSTATEREGS_SUPPLIES): Likewise.
6175         (regmap): Include 8 upper YMM registers.
6176         (i386_linux_fetch_inferior_registers): Support XSAVE extended
6177         state.
6178         (i386_linux_store_inferior_registers): Likewise.
6179         (i386_linux_read_description): Check and enable AVX target
6180         descriptions.
6181
6182         * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
6183         "i386-xstate.h" and "features/i386/i386-avx-linux.c".
6184         (i386_linux_regset_sections): Add ".reg-xstate".
6185         (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
6186         (i386_linux_core_read_xcr0): New.
6187         (i386_linux_core_read_description): Check and enable AVX target
6188         description.
6189         (i386_linux_init_abi): Set xsave_xcr0_offset.
6190         (_initialize_i386_linux_tdep): Call
6191         initialize_tdesc_i386_avx_linux.
6192
6193         * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
6194         I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
6195         (i386_linux_core_read_xcr0): New.
6196         (tdesc_i386_avx_linux): Likewise.
6197         (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
6198
6199         * i386-tdep.c: Include "i386-xstate.h" and
6200         "features/i386/i386-avx.c".
6201         (i386_ymm_names): New.
6202         (i386_ymmh_names): Likewise.
6203         (i386_ymmh_regnum_p): Likewise.
6204         (i386_ymm_regnum_p): Likewise.
6205         (i386_xmm_regnum_p): Likewise.
6206         (i386_register_name): Likewise.
6207         (i386_ymm_type): Likewise.
6208         (i386_supply_xstateregset): Likewise.
6209         (i386_collect_xstateregset): Likewise.
6210         (i386_sse_regnum_p): Removed.
6211         (i386_pseudo_register_name): Support pseudo YMM registers.
6212         (i386_pseudo_register_type): Likewise.
6213         (i386_pseudo_register_read): Likewise.
6214         (i386_pseudo_register_write): Likewise.
6215         (i386_dbx_reg_to_regnum): Return %ymmN register number for
6216         %xmmN if AVX is available.
6217         (i386_regset_from_core_section): Support .reg-xstate section.
6218         (i386_register_reggroup_p): Supper upper YMM and YMM registers.
6219         (i386_process_record): Replace i386_sse_regnum_p with
6220         i386_xmm_regnum_p.
6221         (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
6222         Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
6223         (i386_gdbarch_init): Set xstateregset.  Set xsave_xcr0_offset.
6224         Call set_gdbarch_register_name.  Replace I386_SSE_NUM_REGS with
6225         I386_AVX_NUM_REGS.  Set ymmh_register_names, ymm0h_regnum and
6226         num_ymm_regs.  Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
6227         Set ymm0_regnum.
6228         (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
6229
6230         * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
6231         xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
6232         i386_ymm_type.
6233         (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
6234         (I386_AVX_NUM_REGS): New.
6235         (i386_xmm_regnum_p): Likewise.
6236         (i386_ymm_regnum_p): Likewise.
6237         (i386_ymmh_regnum_p): Likewise.
6238
6239         * common/i386-xstate.h: New.
6240
6241 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6242
6243         * config/djgpp/fnchange.lst: Add x86 AVX XML files.
6244
6245         * features/Makefile (WHICH): Add i386/i386-avx,
6246         i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
6247         (i386/i386-avx-expedite): New.
6248         (i386/i386-avx-linux-expedite): Likewise.
6249         (i386/x86-64-avx-expedite):Likewise.
6250         (i386/x86-64-avx-linux-expedite): Likewise.
6251         ($(outdir)/i386/i386-avx.dat): New dependency.
6252         ($(outdir)/i386/i386-avx-linux.dat): Likewise.
6253         ($(outdir)/i386/x86-avx-64.dat): Likewise.
6254         ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
6255
6256         * features/i386/32bit-avx.xml: New.
6257         * features/i386/64bit-avx.xml: Likewise.
6258         * features/i386/i386-avx-linux.c: Likewise.
6259         * features/i386/i386-avx-linux.xml: Likewise.
6260         * features/i386/i386-avx.c: Likewise.
6261         * features/i386/i386-avx.xml: Likewise.
6262         * features/i386/x86-64-avx-linux.c: Likewise.
6263         * features/i386/x86-64-avx-linux.xml: Likewise.
6264         * features/i386/x86-64-avx.c: Likewise.
6265         * features/i386/x86-64-avx.xml: Likewise.
6266         * regformats/i386/i386-avx-linux.dat: Likewise.
6267         * regformats/i386/i386-avx.dat: Likewise.
6268         * regformats/i386/x86-64-avx-linux.dat: Likewise.
6269         * regformats/i386/x86-64-avx.dat: Likewise.
6270
6271 2010-04-07  Doug Evans  <dje@google.com>
6272
6273         * top.c (source_file_name): Make const char *.
6274         * top.h (source_file_name): Update.
6275         * cli/cli-script.c (source_cleanup_lines_args): Make old_file
6276         const char *.
6277         (script_from_file): Change `file' arg to const char *.
6278         * cli/cli-script.h (script_from_file): Update.
6279
6280 2010-04-06  Doug Evans  <dje@google.com>
6281
6282         * cli/cli-cmds.c (source_command): Run cleanups.
6283
6284 2010-04-06  Stan Shebs  <stan@codesourcery.com>
6285
6286         * defs.h (char_ptr): Move typedef here from...
6287         * ada-lang.c (char_ptr): Remove.
6288         * charset.c (char_ptr): Remove.
6289         * tracepoint.h (struct uploaded_string): Remove.
6290         (struct uploaded_tp): Use vectors for string arrays.
6291         * tracepoint.c (trace_save): Use vectors of actions.
6292         (parse_tracepoint_definition): Ditto.
6293         (get_uploaded_tp): Clear vectors.
6294         * breakpoint.c (create_tracepoint_from_upload): Use vectors.
6295         (next_cmd): Change to an int.
6296         (read_next_cmd): Use vector of command strings.
6297
6298 2010-04-06  Doug Evans  <dje@google.com>
6299
6300         * top.h (source_script, cd_command): Delete.
6301         * main.c: #include "cli/cli-cmds.h"
6302
6303 2010-04-06  Kevin Buettner  <kevinb@redhat.com>
6304
6305         * m32c-tdep.c (make_types): When calling `arch_type', pass size of
6306         type in bytes, not bits.
6307
6308 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
6309
6310         * stabsread.c (define_symbol): Add support for char
6311         and string constants.
6312
6313 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
6314
6315         Remove remaining "%ll" uses.
6316         * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
6317         hex_string call.
6318         * rs6000-nat.c (rs6000_ptrace64): Idem.
6319         * solib-pa64.c (pa64_current_sos): Idem.
6320         * solib-spu.c (spu_current_sos): Idem.
6321         * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
6322         plongest call.
6323         * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
6324         phex (VAR, 8) call.
6325         * sh64-tdep.c (sh64_show_media_regs): Idem.
6326
6327 2010-04-05  Stan Shebs  <stan@codesourcery.com>
6328
6329         * tracepoint.c: Include gdbcore.h.
6330         (tfile_xfer_partial): Return partial results, also try reading
6331         from executable.
6332         (tfile_has_all_memory): New function.
6333         (init_tfile_ops): Use it.
6334
6335 2010-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6336
6337         PR gdb/10736:
6338         * xml-syscall.c (my_gdb_datadir): New variable to keep track of
6339         the changes in data-directory.
6340         (init_sysinfo): Reload the syscall XML file if the data-directory
6341         has changed.
6342
6343 2010-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6344
6345         Code cleanup.
6346         * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
6347
6348 2010-04-04  Stan Shebs  <stan@codesourcery.com>
6349             Nathan Sidwell  <nathan@codesourcery.com>
6350
6351         * breakpoint.c (breakpoint_1): Add filter argument, return number of
6352         breakpoints printed.
6353         (is_hardware_watchpoint): Make argument const.
6354         (is_watchpoint): Ditto.
6355         (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
6356         use it everywhere.
6357         (breakpoints_info): Pass NULL to breakpoint_1.
6358         (maintenance_info_breakpoints): Ditto.
6359         (watchpoints_info): New function.
6360         (tracepoints_info): Use breakpoint_1 filter.
6361         (set_ignore_count): Warn that tracepoint ignore count will be ignored.
6362         (_initialize_breakpoint): Make "info watchpoints" its own command.
6363         * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
6364         * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
6365
6366 2010-04-04  Stan Shebs  <stan@codesourcery.com>
6367
6368         * tracepoint.c (tfile_fetch_registers): Add fallback case.
6369
6370 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6371
6372         * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
6373         * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
6374
6375 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6376
6377         * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
6378         * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
6379
6380 2010-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6381
6382         * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
6383         code form.
6384
6385 2010-04-02  Hui Zhu  <teawater@gmail.com>
6386
6387         * i386-tdep.c (OT_DQUAD): New enum.
6388         (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
6389         SSE3, SSSE3 and SSE4.
6390
6391 2010-04-02  Hui Zhu  <teawater@gmail.com>
6392
6393         * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
6394         "*addr = 0".
6395
6396 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
6397
6398         * tracepoint.c (trace_dump_actions): New, factored out from
6399         trace_dump_command, and adjusted to recurse into while-stepping's
6400         action list.
6401         (trace_dump_command): Use it.
6402
6403 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
6404
6405         * breakpoint.h (struct counted_command_line): Moved definition to
6406         breakpoint.c, and forward declare.
6407         (breakpoint_commands): Declare.
6408         * breakpoint.c (struct counted_command_line): Moved here.
6409         (breakpoint_commands): New.
6410         * tracepoint.c (encode_actions): Use breakpoint_commands.
6411         * remote.c (remote_download_tracepoint): Ditto.
6412
6413 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
6414
6415         * remote.c (remote_parse_stop_reply): Use hex_string instead
6416         of phex_nz for error.
6417
6418 2010-04-01  Stan Shebs  <stan@codesourcery.com>
6419             Nathan Sidwell  <nathan@codesourcery.com>
6420
6421         * tracepoint.h (enum actionline_type): Remove.
6422         (validate_actionline): Change return to void.
6423         * tracepoint.c (report_agent_reqs_errors): New function.
6424         (validate_actionline): Call it, change return to void, report errors
6425         more consistently.
6426         (collect_symbol): Call report_agent_reqs_errors.
6427         (encode_actions_1): Ditto.
6428         (encode_actions): Don't expect a result from validate_actionline.
6429
6430 2010-04-01  Stan Shebs  <stan@codesourcery.com>
6431
6432         * tracepoint.c (trace_start_command): Confirm if trace is running.
6433         (trace_stop_command): Error if trace not running.
6434
6435 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
6436
6437         * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
6438         (AMD64_NUM_LOWER_BYTE_REGS): New.
6439         (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
6440         (amd64_pseudo_register_write): Likewise.
6441         (amd64_init_abi): Set num_byte_regs to 20.
6442
6443 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
6444
6445         * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
6446         (prev_breakpoint_count): New.
6447         (set_breakpoint_count): Adjust.
6448         (rbreak_start_breakpoint_count): New.
6449         (start_rbreak_breakpoints): Adjust.
6450         (end_rbreak_breakpoints): Adjust.
6451         (struct commands_info) <arg>: New field.
6452         (do_map_commands_command): Tweak output to include breakpoint spec
6453         range.
6454         (commands_command_1): Adjust.  Avoid setting an xfree cleanup if
6455         ARG was empty on entry.  Set INFO's arg.
6456         (create_breakpoint): Adjust.
6457
6458         * NEWS: Clarify `commands' changes.
6459
6460 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
6461
6462         * tracepoint.c: Include stack.h.
6463         (struct add_local_symbols_data): New.
6464         (do_collect_symbol): New.
6465         (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
6466         iterate_over_block_local_vars.
6467         * stack.c (print_block_frame_locals): Rewrite as ...
6468         (iterate_over_block_locals): ... this.  Take a callback function
6469         pointer and generic data pointer, and call that instead of
6470         print_variable_and_value.
6471         (struct print_variable_and_value_data): New.
6472         (do_print_variable_and_value): New.
6473         (iterate_over_block_local_vars): New, abstracted out from
6474         print_frame_local_vars.
6475         (print_frame_local_vars): Rewrite using
6476         iterate_over_block_local_vars.
6477         (iterate_over_block_arg_vars): New, abstracted out from
6478         print_frame_arg_vars.
6479         (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
6480         * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
6481         (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
6482
6483 2010-03-31  Richard Earnshaw  <rearnsha@arm.com>
6484
6485         * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
6486         instructions.  Use the PC+4 if the base of the TBB or TBH is the
6487         PC register.
6488
6489 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
6490
6491         Fix crash on reading wrong function declaration DWARF.
6492         * dwarf2read.c (read_subroutine_type): New variable void_type.
6493         Pre-fill all TYPE_FIELD_TYPEs.  Move nparams and iparams initialization
6494         more close to their use.
6495
6496 2010-03-31  Stan Shebs  <stan@codesourcery.com>
6497
6498         * breakpoint.c (tracepoint_save_command): Include variables,
6499         conditionals, tracepoint types, and default-collect.
6500         * tracepoint.c (save_trace_state_variables): New function.
6501         * tracepoint.h (save_trace_state_variables): Declare it.
6502
6503 2010-03-31  Pierre Muller  <muller@ics.u-strasbg.fr>
6504
6505         * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
6506
6507 2010-03-30  Keith Seitz  <keiths@redhat.com>
6508
6509         * c-typeprint.c (c_type_print_args): Don't print "void"
6510         for java, regardless of whether it is TYPE_PROTOTYPED.
6511         Use the passed-in language instead of current_language.
6512         (c_type_print_varspec_suffix): Use current_language instead
6513         of assuming language_c.
6514         * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
6515         any return type specifier from the physname.
6516
6517 2010-03-30  Pedro Alves  <pedro@codesourcery.com>
6518
6519         * tui/tui-interp.c (tui_is_toplevel): New.
6520         (tui_init): Set it.
6521         (tui_allowed_p): New.
6522         * tui/tui.c (tui_enable): Check if the TUI is allowed before
6523         enabling it.
6524         * tui/tui.h (tui_allowed_p): Declare.
6525
6526 2010-03-30  Ozkan Sezer  <sezeroz@gmail.com>
6527
6528         * serial.h: Include winsock2.h before windows.h.
6529
6530 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
6531
6532         * NEWS: Mention xmlRegisters= in qSupported packet.
6533
6534         * i386-tdep.c: Include "remote.h".
6535         (_initialize_i386_tdep): Call register_remote_support_xml.
6536
6537         * remote.c (remote_support_xml): New.
6538         (register_remote_support_xml): Likewise.
6539         (remote_query_supported_append): Likewise.
6540         (remote_query_supported): Support remote_support_xml.
6541
6542         * remote.h (register_remote_support_xml): New.
6543
6544 2010-03-29  Stan Shebs  <stan@codesourcery.com>
6545
6546         * tracepoint.c (trace_find_line_command): Remove dead code.
6547
6548         * tracepoint.h (struct uploaded_string): New struct.
6549         (struct uploaded_tp): New fields for source strings.
6550         * breakpoint.c (this_utp, next_cmd): New globals.
6551         (read_uploaded_action): New function.
6552         (create_tracepoint_from_upload): Fill in more parts
6553         of a tracepoint.
6554         * tracepoint.c (encode_source_string): New function.
6555         (trace_save): Write out source strings, fix error checks.
6556         (parse_tracepoint_definition): Add source string parsing.
6557         * remote.c (PACKET_TracepointSource): New packet type.
6558         (remote_download_command_source): New function.
6559         (remote_download_tracepoint): Download source pieces also.
6560         (_initialize_remote): Add packet config command.
6561
6562         * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
6563         expression handler.
6564
6565         * tracepoint.c (start_tracing): Check tracepoints before sending
6566         commands to target, don't start if all tracepoints disabled.
6567
6568 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
6569
6570         * cli/cli-script.c (process_next_line): Handle 'stepping'.
6571
6572 2010-03-26  Stan Shebs  <stan@codesourcery.com>
6573
6574         * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
6575
6576 2010-03-26  Tom Tromey  <tromey@redhat.com>
6577
6578         * breakpoint.c (commands_command_1): Duplicate 'arg'.
6579
6580 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
6581
6582         * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
6583         (skip_prologue_sal): Remove local definition.
6584         (resolve_sal_pc): Remove now unnecessary code.
6585         * linespec.c (minsym_found): Call skip_prologue_sal.
6586         * symtab.c (find_function_start_pc): Remove.
6587         (find_function_start_sal): Extract prologue skipping into ...
6588         (skip_prologue_sal): ... this new function.  Handle code both
6589         with and without debug info.  Respect SAL's explicit_pc and
6590         explicit_line flags.  Inline old find_function_start_pc.
6591         * symtab.h (find_function_start_pc): Remove.
6592         (skip_prologue_sal): Add prototype.
6593
6594 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
6595
6596         * dwarf2read.c (read_func_scope): Also scan specification DIEs
6597         for DW_TAG_imported_module children.
6598
6599 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
6600
6601         * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
6602         ignoring spurious DW_AT_name attributes for unnamed structs or unions.
6603         * completer.c (add_struct_fields): Fix inverted logic.
6604
6605 2010-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
6606
6607         * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
6608
6609 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
6610
6611         * tracepoint.c (current_trace_status): Don't make sure error_desc
6612         is non-NULL here.
6613         (parse_trace_status): Release a previous error_desc string, and
6614         set it to NULL by default.  If stop reason is tracepoint_error,
6615         make sure error_desc is not left NULL.
6616
6617 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
6618
6619         * tracepoint.c (trace_save): Remove X from tracepoint error
6620         description.
6621
6622 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
6623
6624         * tracepoint.c (parse_trace_status): Don't allow plain strings in
6625         the terror description.  Don't expect an X prefix.
6626
6627 2010-03-25  Stan Shebs  <stan@codesourcery.com>
6628
6629         * tracepoint.h (trace_stop_reason): Add tracepoint_error.
6630         (struct trace_status): New field error_desc.
6631         * tracepoint.c (stop_reason_names): Add terror.
6632         (current_trace_status): Ensure non-NULL error description.
6633         (trace_status_command): Add error report.
6634         (trace_status_mi): Ditto.
6635         (trace_save): Add special case for error description.
6636         (parse_trace_status): Add case for errors.
6637
6638 2010-03-25  Keith Seitz  <keiths@redhat.com>
6639
6640         * dwarf2read.c (read_subroutine_type): If the compilation unit
6641         language is Java, mark any formal parameter named "this" as
6642         artificial (GCC/43521).
6643         (dwarf2_name): Add special handling for Java constructors.
6644
6645 2010-03-25  Tom Tromey  <tromey@redhat.com>
6646
6647         PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
6648         * infrun.c (handle_inferior_event): Change initialization of
6649         stop_stack_dummy.
6650         (handle_inferior_event): Change assignment to stop_stack_dummy.
6651         (normal_stop): Update use of stop_stack_dummy.
6652         (struct inferior_status) <stop_stack_dummy>: Change type.
6653         * inferior.h (stop_stack_dummy): Update.
6654         * infcmd.c (stop_stack_dummy): Change type.
6655         * infcall.c (cleanup_delete_std_terminate_breakpoint): New
6656         function.
6657         (call_function_by_hand): Call set_std_terminate_breakpoint.
6658         Rewrite std::terminate handling.
6659         * breakpoint.h (enum bptype) <bp_std_terminate,
6660         bp_std_terminate_master>: New.
6661         (enum stop_stack_kind): New.
6662         (struct bpstat_what) <call_dummy>: Change type.
6663         (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
6664         Declare.
6665         * breakpoint.c (create_std_terminate_master_breakpoint): New
6666         function.
6667         (update_breakpoints_after_exec): Handle bp_std_terminate_master.
6668         Call create_std_terminate_master_breakpoint.
6669         (print_it_typical): Handle new breakpoint kinds.
6670         (bpstat_stop_status): Handle bp_std_terminate_master.
6671         (bpstat_what): Correctly set call_dummy field.  Handle
6672         bp_std_terminate_master and bp_std_terminate.
6673         (print_one_breakpoint_location): Update.
6674         (allocate_bp_location): Update.
6675         (set_std_terminate_breakpoint): New function.
6676         (delete_std_terminate_breakpoint): Likewise.
6677         (create_thread_event_breakpoint): Update.
6678         (delete_command): Update.
6679         (breakpoint_re_set_one): Update.
6680         (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
6681
6682 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6683
6684         * symfile.c (build_section_addr_info_from_bfd): New.
6685         (build_section_addr_info_from_objfile): Base it on
6686         build_section_addr_info_from_bfd.
6687         (addrs_section_compar, addrs_section_sort): New.
6688         (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
6689         addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs.  Build
6690         addrs_to_abfd_addrs.  Use it for recalculating ADDRS.
6691
6692 2010-03-24  Michael Snyder  <msnyder@localhost.localdomain>
6693
6694         * elfread.c (find_separate_debug_file_by_buildid):
6695         Remove unused local variable.
6696
6697 2010-03-24  Tom Tromey  <tromey@redhat.com>
6698
6699         PR breakpoints/9352:
6700         * NEWS: Mention changes to `commands' and `rbreak'.
6701         * symtab.c (do_end_rbreak_breakpoints): New function.
6702         (rbreak_command): Call start_rbreak_breakpoints; arrange to call
6703         end_rbreak_breakpoints.
6704         * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
6705         (set_breakpoint_count): Likewise.  Clear last_was_multi.
6706         (multi_start, multi_end, last_was_multi): New globals.
6707         (start_rbreak_breakpoints, end_rbreak_breakpoints): New
6708         functions.
6709         (struct commands_info): New
6710         (do_map_commands_command): New function.
6711         (commands_command_1): New function.
6712         (commands_command): Use it.
6713         (commands_from_control_command): Likewise.
6714         (do_delete_breakpoint): New function.
6715         (delete_command): Use it.
6716         (map_breakpoint_numbers): Add 'data' argument.  Pass to callback.
6717         (do_map_disable_breakpoint): New function.
6718         (disable_command): Use it.
6719         (do_map_enable_breakpoint): New function.
6720         (enable_command): Use it.
6721         (enable_once_breakpoint): Add argument.
6722         (enable_once_command): Update.
6723         (enable_delete_breakpoint): Add argument.
6724         (enable_delete_command): Update.
6725         (break_command_really): Set last_was_multi when needed.
6726         (check_tracepoint_command): Fix formatting.
6727         (validate_commands_for_breakpoint): New function.
6728         (breakpoint_set_commands): Use it.
6729         (tracepoint_save_command): Update.
6730         * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
6731         Declare.
6732
6733 2010-03-24  Tom Tromey  <tromey@redhat.com>
6734
6735         * breakpoint.h (struct counted_command_line): New struct.
6736         (struct breakpoint) <commands>: Change type.
6737         (struct bpstats) <commands>: Change type.
6738         <commands_left>: New field.
6739         * breakpoint.c (alloc_counted_command_line): New function.
6740         (incref_counted_command_line): Likewise.
6741         (decref_counted_command_line): Likewise.
6742         (do_cleanup_counted_command_line): Likewise.
6743         (make_cleanup_decref_counted_command_line): Likewise.
6744         (breakpoint_set_commands): Use decref_counted_command_line and
6745         alloc_counted_command_line.
6746         (commands_command): Don't error if breakpoint commands are
6747         executing.
6748         (commands_from_control_command): Likewise.
6749         (bpstat_free): Update.
6750         (bpstat_copy): Likewise.
6751         (bpstat_clear_actions): Likewise.
6752         (bpstat_do_actions_1): Likewise.
6753         (bpstat_stop_status): Likewise.
6754         (print_one_breakpoint_location): Likewise.
6755         (delete_breakpoint): Likewise.
6756         (bpstat_alloc): Initialize new field.
6757         (tracepoint_save_command): Update.
6758         * tracepoint.c (encode_actions): Update.
6759         (trace_dump_command): Update.
6760
6761 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
6762
6763         * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
6764         * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
6765         (read_structure_type): For RealView, set TYPE_STUB on structures with
6766         no byte size and no children.
6767         (read_subroutine_type): Mark functions as prototyped by default.
6768         * symtab.c (producer_is_realview): New function.
6769         * symtab.h (expand_line_sal): Fix declaration formatting.
6770         (producer_is_realview): Declare.
6771
6772 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
6773
6774         * arm-tdep.c (skip_prologue_function): New function.
6775         (submask, bit, bits, sbits, BranchDest): Move higher in the file.
6776         (thumb_analyze_prologue): Document return value.  Recognize more
6777         Thumb instructions, skippable calls, and some Thumb-2 instructions.
6778         Add debug output.
6779         (arm_skip_prologue): Remove call dummy check.  Check the prologue
6780         for non-GNU compilers.
6781         (arm_instruction_changes_pc): New function.
6782         (arm_analyze_prologue): New function, broken out from
6783         arm_scan_prologue.  Recognize more ARM instructions and skippable
6784         calls.  Update comments.  Handle NULL cache.  Return the address
6785         of the first unrecognized instruction.  Do not skip past other
6786         instructions which change control flow.  Add debug output.
6787         (arm_scan_prologue): Use arm_analyze_prologue.
6788         (ARM_PC_32): Delete.
6789         (shifted_reg_val): Simplify ARM_PC_32 check.
6790
6791 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
6792
6793         * tracepoint.c (tvariables_info_1): Actually compute
6794         the number of rows in the result.
6795
6796 2010-03-24  Pedro Alves  <pedro@codesourcery.com>
6797
6798         * remote.c (crc32): Constify `buf' parameter.
6799         (remote_verify_memory): New, abstracted out from...
6800         (compare_sections_command): ... this.  Remove hardcoded target
6801         checks.
6802         (init_remote_ops): Install remote_verify_memory.
6803         * target.c (target_verify_memory): New.
6804         * target.h (struct target_ops) <to_verify_memory>: New field.
6805         (target_verify_memory): Declare.
6806
6807 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
6808
6809         Implement -trace-save.
6810
6811         * mi-cmds.h (mi_cmds_trace_save): Declare.
6812         * mi-cmds.c (mi_cmds): Register -trace-save.
6813         * mi/mi-main.c (mi_cmd_trace_save): New.
6814         * remote.c (remote_save_trace_data): Take const parameter.
6815         * target.h (struct target_ops::to_save_trace_data): Take
6816         const parameter.
6817         * target.c (update_current_target): Adjust to the above.
6818         * tracepoint.c (trave_save): New, extracted from
6819         (trace_save_command): ...this.
6820         (tfile_trace_find): Remove message that is unnecessary now
6821         that 'tfind' reports found frame.
6822         * tracepoint.h (trace_save): Declare.
6823
6824 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
6825
6826         Implement -trace-find.
6827
6828         * mi/mi-cmds.c (mi_cmds): Register -trace-find.
6829         * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
6830         * mi/mi-main.c (mi_cmd_trace_find): New.
6831         * target.h (struct target_ops): Document to_trace_find.
6832         * tracepoint.h (tfind_1): Declare.
6833         * tracepoint.c (finish_tfind_command): Rename to...
6834         (tfind_1): ...this.
6835         * remote.c (remote_trace_find): Return -1 if target say
6836         there's no frame.  Improve error diagnostics.
6837
6838 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
6839
6840         -trace-define-variable and -trace-list-variables.
6841
6842         * tracepoint.c (create_trace_state_variable): Make
6843         private copy of name, as opposed to assuming the
6844         pointer lives forever.
6845         (tvariables_info_1): New.
6846         (tvariables_info): Use the above.
6847         * tracepoint.h (create_trace_state_variable, tvariables_info_1):
6848         Declare.
6849         * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
6850         and -trace-list-variables.
6851         * mi/mi-cmds.h (mi_cmd_trace_define_variable)
6852         (mi_cmd_trace_list_variables): New.
6853         * mi/mi-main.c (mi_cmd_trace_define_variable)
6854         (mi_cmd_trace_list_variables): New.
6855
6856 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
6857
6858         Implement -break-passcount.
6859
6860         * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
6861         * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
6862         * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
6863
6864 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
6865
6866         -trace-start/-trace-end/-trace-status.
6867
6868         * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
6869         and -trace-stop.
6870         * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
6871         (mi_cmd_trace_stop): Declare.
6872         * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
6873         (mi_cmd_trace_stop): New.
6874         * tracepoint.c (start_tracing): New, extracted from...
6875         (trace_start_command): ...this.
6876         (trace_status_mi): New.
6877         * tracepoint.h (struct trace_status): Document
6878         stopping_tracepoint.
6879         (start_tracing, stop_tracing, trace_status_mi): Declare.
6880
6881 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
6882
6883         Implement creating tracepoints with -break-insert.
6884
6885         * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
6886         to mean that tracepoint should be created.
6887
6888 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
6889
6890         * breakpoint.c (check_no_tracepoint_commands): Use
6891         current spelling of 'teval'.
6892
6893 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
6894
6895         Unify actions and commands
6896
6897         * defs.h (read_command_lines, read_command_lines_1): New
6898         parameters validator and closure.
6899         * tracepoint.h (struct action_line): Remove.
6900         * breakpoint.h (struct breakpoint): Remove the 'actions'
6901         field.
6902         * defs.h (enum command_control_type): New value
6903         while_stepping_control.
6904         (struct command_line): Add comments.
6905         * breakpoint.c (breakoint_is_tracepoint): New.
6906         (breakpoint_set_commands): For tracepoints,
6907         verify the commands are permissible.
6908         (check_tracepoint_commands): New.
6909         (commands_command): Require that each new line is validated using
6910         check_tracepoint_command, if we set commands for a tracepoint.
6911         (create_tracepoint_from_upload): Likewise.
6912         (print_one_breakpoint_location): Remove the code to print
6913         actions specifically.
6914         (tracepoint_save_command): Relay to print_command_lines.
6915         * cli/cli-script.c (process_next_line): New parameters validator
6916         and closure. Handle 'while-stepping'. Call validator if not null.
6917         (read_command_lines, read_command_lines1): Likewise.
6918         (recurse_read_control_structure): New parameters validator and
6919         closure. Handle while_stepping_control.
6920         (print_command_lines): Handle while-stepping.
6921         (get_command_line, define_command, document_command): Adjust.
6922         * remote.c (remote_download_tracepoint): Adjust.
6923         * tracepoint.c (make_cleanup_free_actions, read_actions)
6924         (free_actions, do_free_actions_cleanup): Remove.
6925         (trace_actions_command): Use read_command_lines.
6926         (validate_actionline): Use error in one place.
6927         (encode_actions_1): New, extracted from...
6928         (encode_actions): ...this. Also use cleanups for exception
6929         safety.
6930         (trace_dump_command): Adjust.
6931         * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
6932         it's tracepoint.
6933
6934 2010-03-23  Mike Frysinger  <vapier@gentoo.org>
6935
6936         * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
6937
6938 2010-03-22  Stan Shebs  <stan@codesourcery.com>
6939
6940         * value.c (value_static_field): Be lazy about the field's value.
6941
6942 2010-03-22  Reid Kleckner  <reid@kleckner.net>
6943
6944         PR gdb/11094
6945         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
6946         bp_jit_event.
6947         (disable_breakpoints_in_shlibs): Likewise.
6948
6949 2010-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
6950
6951         * dwarf2read.c (partial_die_parent_scope): Work around buggy
6952         GCC 4.1 debug info generation (GCC PR c++/28460).
6953         (determine_prefix): Likewise.
6954
6955 2010-03-20  Daniel Jacobowitz  <dan@codesourcery.com>
6956
6957         * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
6958         get_current_arch.
6959         * tui/tui-layout.c (extract_display_start_addr): Likewise.
6960
6961 2010-03-19  Stan Shebs  <stan@codesourcery.com>
6962
6963         * ax-gdb.c (gen_fetch): Handle bool.
6964         (gen_usual_unary): Ditto.
6965         (gen_cast): Ditto.
6966         (gen_equal): New function.
6967         (gen_less): New function.
6968         (gen_expr_binop_rest): Call them, also return integer type from
6969         logical operations.
6970         (gen_expr): Ditto.
6971
6972 2010-03-19  Tom Tromey  <tromey@redhat.com>
6973
6974         * jv-lang.c (jv_dynamics_objfile_data_key)
6975         (jv_type_objfile_data_key): New globals.
6976         (class_symtab): Move earlier.
6977         (jv_per_objfile_free): New function.
6978         (get_dynamics_objfile): Call set_objfile_data.  Add 'gdbarch'
6979         parameter.
6980         Remove ancient #if 1.
6981         (add_class_symbol): Remove redundant declaration.
6982         (java_lookup_class): Use alloc_type, not alloc_type_arch.
6983         (java_link_class_type): Mark as static.  Update.
6984         (jv_clear_object_type): New function.
6985         (set_java_object_type): Likewise.
6986         (get_java_object_type): Use set_java_object_type.
6987         (is_object_type): Likewise.
6988         (_initialize_java_language): Register new objfile keys.
6989         (get_java_class_symtab): Add 'gdbarch' parameter.
6990         (add_class_symtab_symbol): Update.
6991         (type_from_class): Update.
6992
6993 2010-03-19  Stan Shebs  <stan@codesourcery.com>
6994
6995         * ax-general.c (ax_const_l): Fix a sizing bug.
6996
6997 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
6998
6999         GDB 7.1 released.
7000
7001 2010-03-18  Stan Shebs  <stan@codesourcery.com>
7002             Pedro Alves  <pedro@codesourcery.com>
7003
7004         * target.h (struct target_ops): New method
7005         to_set_circular_trace_buffer.
7006         (target_set_circular_trace_buffer): New macro.
7007         * target.c (update_current_target): Add
7008         to_set_circular_trace_buffer, fix to_set_disconnected_tracing
7009         default behavior.
7010         * remote.c (remote_set_circular_trace_buffer): New function.
7011         (init_remote_ops): Add it to vector.
7012         * tracepoint.h (struct trace_status): New field traceframes_created,
7013         change buffer_size and buffer_free to int.
7014         * tracepoint.c (circular_trace_buffer): New global.
7015         (start_tracing): Send values of disconnected tracing and circular
7016         trace buffer settings.
7017         (set_circular_trace_buffer): New function.
7018         (parse_trace_state): Handle total space and frames created.
7019         (trace_status_command): Display total space and total frames
7020         created.
7021         (trace_save): Write out new status values.
7022         (parse_trace_status): Set traceframe_count, traceframes_created,
7023         buffer_free and buffer_size to -1 by default.
7024         (_initialize_tracepoint): New setshow for circular-trace-buffer.
7025         * NEWS: Mention the circular trace buffer option.
7026
7027 2010-03-18  Tom Tromey  <tromey@redhat.com>
7028
7029         * infcmd.c (finish_command_continuation): Wrap print_return_value
7030         in TRY_CATCH.
7031
7032 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
7033
7034         * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
7035         DIE has a name before creating the associated partial symbol.
7036         (read_func_scope): Emit a complaint if the subprogram does not
7037         have a name or when we can't extract the subprogram PC bounds.
7038
7039 2010-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
7040
7041         * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
7042         instead of selected frame architecture.
7043
7044 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
7045
7046         * infcmd.c (until_command): Use ERROR_NO_INFERIOR.  Ensure there's
7047         a valid selected thread, and that it is not running.
7048         (advance_command): Ditto.
7049         (finish_command): Ditto.
7050
7051 2010-03-17 Stan Shebs  <stan@codesourcery.com>
7052
7053         * ax-gdb.c (require_rvalue): Disallow non-scalars.
7054
7055         * infcall.c: Include tracepoint.h.
7056         (call_function_by_hand): Disallow calls in tfind mode.
7057         * infcmd.c: Include tracepoint.h.
7058         (ensure_not_tfind_mode): New function.
7059         (continue_1): Call it.
7060         (step_1) Ditto.
7061         (jump_command): Ditto.
7062         (signal_command): Ditto.
7063         (advance_command): Ditto.
7064         (until_command): Ditto.
7065         (finish_command): Ditto.
7066         * tracepoint.h (disconnect_or_stop_tracing): Declare.
7067
7068         * ax-gdb.h (struct axs_value): New field optimized_out.
7069         (gen_trace_for_var): Add gdbarch argument.
7070         * ax-gdb.c (gen_trace_static_fields): New function.
7071         (gen_traced_pop): Call it, add gdbarch argument.
7072         (gen_trace_for_expr): Update call to it.
7073         (gen_trace_for_var): Ditto, and report optimized-out variables.
7074         (gen_struct_ref_recursive): Check for optimized-out value.
7075         (gen_struct_elt_for_reference): Ditto.
7076         (gen_static_field): Pass gdbarch instead of expression, assume
7077         optimization if field not found.
7078         (gen_var_ref): Set the optimized_out flag.
7079         (gen_expr): Error on optimized-out variable.
7080         * tracepoint.c (collect_symbol): Handle struct-valued vars as
7081         expressions, skip optimized-out variables with computed locations.
7082         * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
7083         erroring out if location expression missing.
7084         (loclist_tracepoint_var_ref): Don't error out here.
7085
7086 2010-03-17  Tom Tromey  <tromey@redhat.com>
7087
7088         * dwarf2read.c (dwarf2_get_section_info): Handle case where no
7089         DWARF data is available.
7090
7091 2010-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
7092
7093         * symfile.c (generic_load): Reset breakpoints after loading.
7094
7095 2010-03-17  Tom Tromey  <tromey@redhat.com>
7096
7097         * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
7098
7099 2010-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7100
7101         * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
7102         create_breakpoint call, adjust the parameters.
7103
7104 2010-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7105             Chandru <chandru@in.ibm.com>
7106
7107         * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
7108         * valarith.c (value_subscripted_rvalue): Suppress error if
7109         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
7110
7111 2010-03-16  Holger Hans Peter Freyther  <zecke@selfish.org>
7112
7113         * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
7114
7115 2010-03-16  Joel Brobecker  <brobecker@adacore.com>
7116
7117         * ada-tasks.c (task_command_1): Check that the task ptid is valid
7118         before doing the associated thread switch.
7119
7120 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
7121
7122         * MAINTAINERS: Update my email address.
7123
7124 2010-03-16  Vladimir Prus  <vladimir@codesourcery.com>
7125
7126         Simplify MI breakpoint setting.
7127
7128         * breakpoint.c (break_command_really): Make nonstatic and
7129         rename to...
7130         (create_breakpoint): ...this. Rename prior function by this name
7131         to...
7132         (create_breakpoint_sal): ...this.
7133         (create_breakpoints): Rename to...
7134         (create_breakpoints_sal): ...this.
7135         (set_breakpoint): Remove.
7136         * breakpoint.h: Adjust to above changes.
7137         * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
7138
7139 2010-03-15 Stan Shebs  <stan@codesourcery.com>
7140
7141         * ax-gdb.c: Include cp-support.h.
7142         (find_field): Remove.
7143         (gen_primitive_field): New function.
7144         (gen_struct_ref_recursive): New function.
7145         (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
7146         of find_field.
7147         (gen_static_field): New function.
7148         (gen_struct_elt_for_reference): New.
7149         (gen_namespace_elt): New.
7150         (gen_maybe_namespace_elt): New.
7151         (gen_aggregate_elt_ref): New.
7152         (gen_expr): Add OP_SCOPE, display opcode name in error message.
7153
7154 2010-03-15  Tom Tromey  <tromey@redhat.com>
7155
7156         * dwarf2read.c (die_needs_namespace): Also return 0 for
7157         DW_TAG_subprogram.
7158
7159 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
7160
7161         PR c++/7936:
7162         * cp-support.h: Added char *declaration element to using_direct
7163         data struct.
7164         (cp_add_using): Added char *declaration argument.
7165         (cp_add_using_directive): Ditto.
7166         (cp_lookup_symbol_imports): made extern.
7167         * cp-namespace.c: Updated with the above changes.
7168         * dwarf2read.c (read_import_statement): Ditto.
7169         (read_namespace): Ditto.
7170         (read_import_statement): Support import declarations.
7171         * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
7172         declarations.
7173         Added support for 'declaration_only' search.
7174         (cp_lookup_symbol_namespace): Attempt to search for the name as
7175         is before consideration of imports.
7176         * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
7177         search at every block level search.
7178         Now takes language argument.
7179         (lookup_symbol_aux): Updated.
7180
7181 2010-03-15  Tom Tromey  <tromey@redhat.com>
7182
7183         * c-exp.y (name_not_typename): Add 'operator' clause.
7184
7185 2010-03-15  Ralf Corsepius  <ralf.corsepius@rtems.org>  (tiny change)
7186
7187         * configure.ac: Exit if ${gdb_target_obs}" is not set.
7188         * configure: Regenerate.
7189
7190 2010-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7191
7192         * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
7193         and ".sdynbss".  Update the comment.
7194
7195 2010-03-15  Jie Zhang  <jie@codesourcery.com>
7196
7197         * MAINTAINERS: Update my email address.
7198
7199 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
7200
7201         * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
7202
7203 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
7204
7205         * charset.c [USE_WIN32API]: Include <windows.h>.
7206          (_initialize_charset): Correct type of w32_host_default_charset.
7207
7208 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
7209
7210         * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
7211
7212 2010-03-12  Tom Tromey  <tromey@redhat.com>
7213
7214         PR c++/9708:
7215         * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
7216         in a lexical block does not need a namespace.
7217         (new_symbol) <DW_TAG_variable>: Put extern variables on
7218         list_in_scope in all cases.
7219
7220 2010-03-12 Stan Shebs  <stan@codesourcery.com>
7221
7222         * ax-gdb.c (gen_expr): Add shift expressions.
7223         (gen_expr_binop_rest): Ditto.
7224
7225 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
7226
7227         * buildsym.c (finish_block): Reset using_directives pointer
7228         after block initialization.
7229
7230 2010-03-12  H.J. Lu  <hongjiu.lu@intel.com>
7231
7232         * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
7233         * i386-tdep.c (i386_word_names): Likewise.
7234
7235 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
7236
7237         * target.c (memory_xfer_partial): Don't use the stack cache if
7238         inspecting trace frames.
7239         * tracepoint.c (finish_tfind_command): Invalidate the target
7240         dcache.
7241
7242 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7243
7244         * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
7245         for the PIC displacement, print also the displacement value.
7246         (svr4_exec_displacement):  Print DISPLACEMENT if INFO_VERBOSE.
7247
7248 2010-03-10  Kevin Buettner  <kevinb@redhat.com>
7249
7250         * remote-mips.c (close_ports, mips_initialize_cleanups)
7251         (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
7252         (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
7253         (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
7254         (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
7255         (pmon_check_entry_address, pmon_check_total, pmon_end_download)
7256         (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
7257         comments describing each of these functions.
7258         (mips_enter_debug, mips_exit_debug, common_open)
7259         (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
7260         blank line after the comment describing the function.
7261
7262 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7263
7264         * solib-svr4.c (svr4_exec_displacement): Return now success, new
7265         parameter displacementp.  Update comment.
7266         (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
7267         element exists.  Return if svr4_exec_displacement was not successful.
7268         Update comment.
7269
7270 2010-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7271             Daniel Jacobowitz  <dan@codesourcery.com>
7272
7273         * solib-svr4.c (read_program_header): Support type == -1 to read
7274         all program headers.
7275         (read_program_headers_from_bfd): New function.
7276         (svr4_static_exec_displacement): Remove and move the comment ...
7277         (svr4_exec_displacement): ... here.  Remove variable found.  New
7278         variable displacement.  Check also DYNAMIC.  Verify DISPLACEMENT
7279         alignment for ELF targets.  Compare target vs. exec_bfd PHDRs for ELF
7280         targets using read_program_headers_from_bfd.  Remove the call of
7281         svr4_static_exec_displacement.
7282
7283 2010-03-10  Tom Tromey  <tromey@redhat.com>
7284
7285         * dwarf2read.c (struct pubnames_header): Remove.
7286         (_PUBNAMES_HEADER): Remove.
7287         (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
7288         (struct aranges_header): Remove.
7289         (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
7290         (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
7291         (PUBNAMES_SECTION): Remove.
7292         (ARANGES_SECTION): Remove.
7293         (dwarf2_locate_sections): Don't handle pubnames or aranges.
7294         (dwarf2_build_psymtabs): Remove dead code.
7295         (dwarf2_build_psymtabs_easy): Remove.
7296
7297 2010-03-10  Tom Tromey  <tromey@redhat.com>
7298
7299         * elfread.c (elf_symfile_read): Don't call
7300         dwarf2_build_frame_info.
7301         * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
7302         (struct dwarf2_per_objfile) <objfile>: New field.
7303         (dwarf2_has_info): Now idempotent.  Set objfile field.
7304         (dwarf2_read_section): Check and set readin field.  Call
7305         posix_madvise.
7306         (dwarf2_build_psymtabs): Don't read all sections.
7307         (read_type_comp_unit_head): Read types section.
7308         (create_debug_types_hash_table): Likewise.
7309         (init_cu_die_reader): Add asserts.
7310         (process_type_comp_unit): Add assert.
7311         (dwarf2_build_psymtabs_hard): Read info section.
7312         (load_partial_comp_unit): Add assert.
7313         (create_all_comp_units): Read info section.
7314         (load_full_comp_unit): Likewise.
7315         (dwarf2_ranges_read): Read ranges section.
7316         (dwarf2_record_block_ranges): Add assert.
7317         (dwarf2_read_abbrevs): Read abbrev section.
7318         (read_indirect_string): Read str section.
7319         (dwarf_decode_line_header): Read line section.
7320         (read_signatured_type_at_offset): Read types section.
7321         (dwarf_decode_macros): Read macinfo section.
7322         (dwarf2_symbol_mark_computed): Read loc section.
7323         * dwarf2-frame.c (dwarf2_frame_find_fde): Call
7324         dwarf2_build_frame_info.
7325         (dwarf2_build_frame_info): Unconditionally set
7326         dwarf2_frame_objfile_data on the objfile.
7327         * configure.ac: Check for posix_madvise.
7328         * config.in, configure: Rebuild.
7329
7330 2010-03-10  Tom Tromey  <tromey@redhat.com>
7331
7332         * xcoffread.c (xcoff_start_psymtab): Update.
7333         (xcoff_end_psymtab): Update.
7334         * psymtab.c (allocate_psymtab): Remove dead code.
7335         * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
7336         void*.
7337         * mdebugread.c (parse_partial_symbols): Update.
7338         (new_psymtab): Likewise.
7339         * dwarf2read.c (process_psymtab_comp_unit): Update.
7340         (psymtab_to_symtab_1): Update.
7341         * dbxread.c (start_psymtab): Update.
7342         (end_psymtab): Likewise.
7343
7344 2010-03-10  Tom Tromey  <tromey@redhat.com>
7345
7346         * xcoffread.c: Include psymtab.h.
7347         (xcoff_sym_fns): Update.
7348         * symtab.h (struct partial_symbol): Remove.
7349         (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
7350         (struct partial_symtab): Remove.
7351         (PSYMTAB_TO_SYMTAB): Remove.
7352         (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
7353         (find_pc_sect_psymtab): Remove.
7354         (find_pc_sect_symtab_via_partial): Declare.
7355         (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
7356         (find_main_psymtab): Remove.
7357         (find_main_filename): Declare.
7358         (fixup_psymbol_section): Remove.
7359         (fixup_section): Declare.
7360         * symtab.c: Include psymtab.h.
7361         (lookup_symtab): Use lookup_symtab method.
7362         (lookup_partial_symtab): Remove.
7363         (find_pc_sect_psymtab_closer): Remove.
7364         (find_pc_sect_psymtab): Remove.
7365         (find_pc_sect_symtab_via_partial): New function.
7366         (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
7367         (fixup_section): No longer static.
7368         (fixup_psymbol_section): Remove.
7369         (lookup_symbol_aux): Use lookup_symbol_aux_quick.
7370         (lookup_global_symbol_from_objfile): Likewise.
7371         (lookup_symbol_aux_psymtabs): Remove.
7372         (lookup_symbol_aux_quick): New function.
7373         (lookup_symbol_global): Use lookup_symbol_aux_quick.
7374         (lookup_partial_symbol): Remove.
7375         (basic_lookup_transparent_type_quick): New function.
7376         (basic_lookup_transparent_type): Use it.
7377         (find_main_psymtab): Remove.
7378         (find_main_filename): New function.
7379         (find_pc_sect_symtab): Use find_pc_sect_symtab method.
7380         (find_line_symtab): Use expand_symtabs_with_filename method.
7381         (output_partial_symbol_filename): New function.
7382         (sources_info): Use map_partial_symbol_filenames.
7383         (struct search_symbols_data): New type.
7384         (search_symbols_file_matches): New function.
7385         (search_symbols_name_matches): Likewise.
7386         (search_symbols): Use expand_symtabs_matching method.
7387         (struct add_name_data): Rename from add_macro_name_data.
7388         (add_macro_name): Update.
7389         (add_partial_symbol_name): New function.
7390         (default_make_symbol_completion_list): Use
7391         map_partial_symbol_names.
7392         (struct add_partial_symbol_name): New type.
7393         (maybe_add_partial_symtab_filename): New function.
7394         (make_source_files_completion_list): Use
7395         map_partial_symbol_filenames.
7396         (expand_line_sal): Use expand_symtabs_with_filename method.
7397         * symmisc.c: Include psymtab.h.
7398         (print_objfile_statistics): Use print_stats method.
7399         (dump_objfile): Use dump method.
7400         (dump_psymtab, maintenance_print_psymbols)
7401         (maintenance_info_psymtabs, maintenance_check_symtabs)
7402         (extend_psymbol_list): Remove.
7403         * symfile.h (struct quick_symbol_functions): New struct.
7404         (struct sym_fns) <qf>: New field.
7405         (sort_pst_symbols): Remove.
7406         (increment_reading_symtab): Declare.
7407         * symfile.c: Include psymtab.h.
7408         (compare_psymbols, sort_pst_symbols): Remove.
7409         (psymtab_to_symtab): Remove.
7410         (increment_reading_symtab): New function.
7411         (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
7412         method.
7413         (set_initial_language): Use find_main_filename.
7414         (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
7415         (free_named_symtabs): Remove unused code.
7416         (start_psymtab_common, add_psymbol_to_bcache)
7417         (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
7418         Remove.
7419         * stack.c: Include psymtab.h, symfile.h.
7420         (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
7421         * source.h (psymtab_to_fullname): Don't declare.
7422         * source.c: Include psymtab.h.
7423         (select_source_symtab): Use find_last_source_symtab method.
7424         (forget_cached_source_info): Use forget_cached_source_info
7425         method.
7426         (find_and_open_source): No longer static.
7427         (psymtab_to_fullname): Remove.
7428         * somread.c: Include psymtab.h.
7429         (som_sym_fns): Update.
7430         * psympriv.h: New file.
7431         * psymtab.h: New file.
7432         * psymtab.c: New file.
7433         * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
7434         (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
7435         * objfiles.c: Include psymtab.h.
7436         (objfile_relocate1): Use relocate method.
7437         (objfile_has_partial_symbols): Use has_symbols method.
7438         * mipsread.c: Include psymtab.h.
7439         (ecoff_sym_fns): Update.
7440         * mi/mi-cmd-file.c: Include psymtab.h.
7441         (print_partial_file_name): New function.
7442         (mi_cmd_file_list_exec_source_files): Use
7443         map_partial_symbol_filenames.
7444         * mdebugread.c: Include psympriv.h.
7445         * machoread.c: Include psympriv.h.
7446         (macho_sym_fns): Update.
7447         * m2-exp.y (yylex): Use lookup_symtab.
7448         * elfread.c: Include psympriv.h.
7449         (elf_sym_fns): Update.
7450         * dwarf2read.c: Include psympriv.h.
7451         * dbxread.c: Include psympriv.h.
7452         (aout_sym_fns): Update.
7453         * cp-support.c: Include psymtab.h.
7454         (read_in_psymtabs): Remove.
7455         (make_symbol_overload_list_qualified): Use
7456         expand_symtabs_for_function method.
7457         * coffread.c: Include psympriv.h.
7458         (coff_sym_fns): Update.
7459         * blockframe.c: Include psymtab.h.
7460         (find_pc_partial_function): Use find_pc_sect_symtab method.
7461         * ada-lang.h (ada_update_initial_language): Update.
7462         * ada-lang.c: Include psymtab.h.
7463         (ada_update_initial_language): Remove 'main_pst' argument.
7464         (ada_lookup_partial_symbol): Remove.
7465         (struct ada_psym_data): New type.
7466         (ada_add_psyms): New function.
7467         (ada_add_non_local_symbols): Use map_ada_symtabs method.
7468         (struct add_partial_datum): New type.
7469         (ada_add_partial_symbol_completions): New function.
7470         (ada_make_symbol_completion_list): Use map_partial_symbol_names.
7471         (ada_exception_support_info_sniffer): Update.
7472         * Makefile.in (SFILES): Add psymtab.c.
7473         (COMMON_OBS): Add psymtab.o.
7474         (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
7475
7476 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
7477
7478         * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
7479
7480 2010-03-10  Sami Wagiaalla  <swagiaal@redhat.com>
7481
7482         PR C++/11236:
7483         * cp-namespace.c (cp_add_using): Deleted.
7484         (cp_add_using_directive): Use obstack allocations.
7485         Merged the function cp_add_using into this one.
7486         Added 'struct obstack *' argument.
7487         (cp_scan_for_anonymous_namespaces): Updated.
7488         * cp-support.h: Updated.
7489         * dwarf2read.c (read_import_statement): Updated.
7490         (read_namespace): Updated.
7491
7492 2010-03-10  Pierre Muller  <muller@ics.u-strasbg.fr>
7493
7494         * windows-nat.c (cygwin_conv_path): Remove old macro.
7495
7496 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
7497
7498         * breakpoint.c (condition_command): Handle watchpoint conditions.
7499         (is_hardware_watchpoint): Add comment.
7500         (is_watchpoint): New.
7501         (update_watchpoint): Don't reparse the watchpoint's condition
7502         unless necessary.
7503         (WP_IGNORE): New.
7504         (watchpoint_check): Use it.
7505         (bpstat_check_watchpoint): Handle it.
7506         (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
7507         conditions in a frame where it makes sense.
7508         (watch_command_1): Store the innermost block of the condition
7509         expression.
7510         (delete_breakpoint): Delete the watchpoint condition expression.
7511         * breakpoint.h (struct bp_location) <cond>: Update comment.
7512         (struct breakpoint): New field `cond_exp_valid_block'.
7513
7514 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
7515
7516         Adjust handling of Ada DIEs after dwarf2_physname patch.
7517         * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
7518
7519 2010-03-09  Christopher Faylor  <me+cygwin@cgf.cx>
7520             Pierre Muller  <muller@ics.u-strasbg.fr>
7521
7522         * windows-nat.c (cygwin_conv_path): Redefine to properly convert
7523         from/to posix/win32.
7524         (windows_make_so): Use non-Cygwin 1.7 specific function.
7525         (windows_create_inferior): Make sure that cygallargs points to
7526         original args in non Cygwin 1.7. case.
7527
7528 2010-03-09  Michael Snyder  <msnyder@vmware.com>
7529
7530         * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
7531         after target_read_memory to get host byte order.
7532         (i386_process_record): Ditto.
7533
7534 2010-03-09  Keith Seitz  <keiths@redhat.com>
7535
7536         Based on work from Daniel Jacobowitz  <dan@codesourcery.com>
7537         * c-typeprint.c (cp_type_print_method_args): For non-static methods,
7538         print out const or volatile qualifiers, too.
7539         (c_type_print_args): Add parameters show_artificial and language.
7540         Skip artificial parameters when requested.
7541         Use the appropriate language printer.
7542         (c_type_print_varspec): Tell c_type_print_args to skip artificial
7543         parameters and pass language_c.
7544         * dwarf2read.c (die_list): New file global.
7545         (struct partial_die_info): Update comments for name field.
7546         (pdi_needs_namespace): Renamed to ...
7547         (die_needs_namespace): ... this. Rewrite.
7548         (dwarf2_linkage_name): Remove.
7549         (add_partial_symbol): Do not predicate the call to
7550         partial_die_full_name based on pdi_needs_namespace.
7551         Remove call to cp_check_possible_namespace_symbols and associated
7552         outdated comments.
7553         (guess_structure_name): Do not inspect child subprogram DIEs.
7554         (dwarf2_fullname): Update comments.
7555         Use die_needs_namespace to assist in computing the name.
7556         (read_func_scope): Use dwarf2_name to get the DIE's name.
7557         Use dwarf2_physname to get the "linkage name" of the DIE.
7558         (dwarf2_add_member_field): Use dwarf2_physname instead of
7559         dwarf2_linkage_name.
7560         (read_structure_type): For structs and classes, set TYPE_NAME, too.
7561         (determine_class): Remove.
7562         (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
7563         except Ada.
7564         (new_symbol): Unconditionally call dwarf2_name.
7565         Compute the "linkage name" using dwarf2_physname.
7566         Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
7567         When determining to scan for anonymous C++ namespaces, ignore
7568         the linkage name.
7569         (dwarf2_physname): New function.
7570         (dwarf2_full_name): Move content to new function and call
7571         that.
7572         (dwarf2_compute_name): "New" function.
7573         (_initialize_dwarf2_read): Initialize die_list.
7574         * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
7575         physname.
7576         (gnu_v3_print_method_ptr): Use the physname for virtual methods
7577         without a demangled name.
7578         Print out type information for non-virtual methods.
7579         * linespec.c (decode_line_1): Force ANY string using "::" (or
7580         "." for java) to use decode_compound, and clean up any stray quoting.
7581         If we found a file symtab, re-evaluate whether the remainder is_quoted.
7582         (decode_compound): Stop consuming at an open parenthesis.
7583         Keep template parameters.
7584         Keep any overload information.
7585         Keep keywords like "const".
7586         Remove paren_pointer.
7587         Move is_quoted check from set_flags to here.
7588         Remove #if 0 code from 2000. Ten years is long enough.
7589         (find_method): Before comparing symbol names, canonicalize the string
7590         from the user.
7591         If a specific overload is requested, find it. Otherwise throw an error.
7592         (find_method_overload_end): New function.
7593         (set_flags): Remove.
7594         (decode_compound): Assume that parentheses are matched.
7595         It's a lot easier.
7596         * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
7597         to cplus_demangle.
7598         * linespec.c (decode_line_1): Keep important keywords like
7599         "const" and "volatile".
7600         * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
7601         * typeprint.h (c_type_print_args): Add declaration.
7602         * ui-file.c (do_ui_file_obsavestring): New function.
7603         (ui_file_obsavestring): New function.
7604         * ui-file.h (ui_file_obsavestring): Add declaration.
7605         * valops.c (find_overload_match): Resolve the object to
7606         a non-pointer type.
7607         If the object is a data member, search the object for the member
7608         and return with staticp set.
7609         Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
7610         Do not attempt to extract a function name from non-function types.
7611         If the extracted function name and the original name are the same,
7612         we don't have a C++ method.
7613
7614         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
7615         * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
7616
7617         * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
7618         and arguments from symbol lookups.
7619         * ax-gdb.c (gen_expr): Likewise.
7620         * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
7621         cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
7622         lookup_possible_namespace_symbol): Likewise.
7623         * cp-support.c (read_in_psymtabs): Likewise.
7624         * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
7625         * language.h (la_lookup_symbol_nonlocal): Likewise.
7626         * scm-valprint.c (scm_inferior_print): Likewise.
7627         * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
7628         * solib-svr.c (elf_lookup_lib): Likewise.
7629         * solib.c (show_auto_solib_add): Likewise.
7630         * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
7631         * symmisc.c (maintenance_check_symtabs): Likewise.
7632         * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
7633         lookup_symbol_aux_local, lookup_symbol_aux_block,
7634         lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
7635         lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
7636         lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
7637         basic_lookup_transparent_type, find_main_psymtab,
7638         lookup_block_symbol): Likewise.
7639         * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
7640         lookup_symbol_global, lookup_symbol_aux_block,
7641         lookup_symbol_partial_symbol, lookup_block_symbol,
7642         lookup_global_symbol, value_maybe_namespace_elt): Likewise.
7643
7644 2010-03-09  Pierre Muller  <muller@ics.u-strasbg.fr>
7645
7646         * python/python-internal.h: Include symtab.h.
7647
7648 2010-03-09  Joel Brobecker  <brobecker@adacore.com>
7649             Pierre Muller  <muller@ics.u-strasbg.fr>
7650
7651         * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
7652         * p-valprint.c (pascal_val_print): Remove undeed block and fix
7653         indentation.
7654
7655 2010-03-08  Tom Tromey  <tromey@redhat.com>
7656
7657         * breakpoint.c (breakpoint_1): Add "QUIT".
7658
7659 2010-03-08  Daniel Jacobowitz  <dan@codesourcery.com>
7660             Pedro Alves  <pedro@codesourcery.com>
7661
7662         * solib.c (solib_find): Replace extension if
7663         solib_symbols_extension is set in the target gdbarch.
7664         * arm-symbian-tdep.c (arm_symbian_init_abi): Set
7665         solib_symbols_extension to "sym".
7666         * gdbarch.sh (solib_symbols_extension): New variable.
7667         (pstring): New function.
7668         * gdbarch.h, gdbarch.c: Regenerate.
7669
7670 2010-03-08  Tom Tromey  <tromey@redhat.com>
7671
7672         PR cli/9591:
7673         * NEWS: Update.
7674         * utils.c: Include main.h.
7675         (fputs_maybe_filtered): Don't paginate if `batch_flag'.
7676         (defaulted_query): Use default answer if `batch_flag'.
7677         * main.h (batch_flag): Declare.
7678         * main.c (batch_flag): New global.
7679         (captured_main): Remove 'batch'.  Update.
7680
7681 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
7682
7683         From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
7684         and Kevin Buettner:
7685
7686         * remote-mips.c (rockhopper_ops): New target_ops struct.
7687         (MON_ROCKHOPPER): New mips_monitor_type.
7688         (read_hex_value): New function.
7689         (mips_request): Send 8-byte values with a 'T' packet.  Read the
7690         packet argument as a string and use read_hex_value to parse it.
7691         (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
7692         (rockhopper_open): New function.
7693         (mips_wait): Read the PC, FP and SP fields as strings.  Use
7694         read_hex_value to parse them and mips_set_register to commit them.
7695         (mips_set_register): New function.
7696         (mips_fetch_registers): Do not cast register value to "unsigned"
7697         when reading a MON_ROCKHOPPER 't' packet.  Use mips_set_register.
7698         (mips_store_registers): Use a 'T' packet to set registers when
7699         using MON_ROCKHOPPER.
7700         (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
7701         and expect the total to be printed before the entry address.
7702         (_initialize_remote_mips): Initialize and add rockhopper_ops.
7703
7704 2010-03-08  Kevin Buettner  <kevinb@redhat.com>
7705
7706         * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
7707         Change return value to int.  Store value fetched in location
7708         addressed by `val'.  Use function's return value as success
7709         or failure indicator.  Adjust all callers.
7710
7711 2010-03-08  Pierre Muller  <muller@ics.u-strasbg.fr>
7712
7713         * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
7714
7715 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7716             Hui Zhu  <teawater@gmail.com>
7717
7718         * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
7719         tmp_to_stopped_data_address.
7720         (record_open): Reset tmp_to_stopped_by_watchpoint and
7721         tmp_to_stopped_data_address.
7722         * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
7723         to_stopped_data_address.
7724
7725 2010-03-08  Hui Zhu  <teawater@gmail.com>
7726
7727         * i386-tdep.c (i386_process_record): Initialize regnum.
7728
7729 2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7730
7731         * symfile.c (addr_info_make_relative): New variable sect_name, use it.
7732         Do not warn on ".gnu.liblist" and ".gnu.conflict".
7733
7734 2010-03-08  Joel Brobecker  <brobecker@adacore.com>
7735
7736         Memory error when reading wrong core file.
7737         * solib-svr4.c (solib_svr4_r_map): catch and print all exception
7738         errors while reading the inferior memory, and return zero if
7739         an exception was raised.
7740
7741 2010-03-07  Michael Snyder  <msnyder@vmware.com>
7742
7743         * record.c (record_restore): Rename tmpu8 to rectype.
7744
7745         * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
7746         tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
7747
7748         (i386_record_push): Rename local tmpulongest to addr.
7749
7750         (i386_process_record): Rename local tmpulongest to addr.
7751
7752         Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
7753         addr64.
7754
7755         Rename local variable tmpu8 to opcode8 and regnum.
7756
7757 2010-03-07  Joel Brobecker  <brobecker@adacore.com>
7758
7759         * remote.c (remote_get_ada_task_ptid): New function.
7760         (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
7761
7762 2010-03-06  Christopher Faylor  <me+cygwin@cgf.cx>
7763
7764         * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
7765         block.  Define helper macros to reduce ifdefs in code.
7766         (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
7767         size.  Call unadorned GetModuleFileNameEx rather than
7768         GetModuleFileNameEx*.
7769         (windows_make_so): Use __PMAX to denote maximum buffer size and
7770         cygwin_buf_t for buffer type.  Use GetSystemDirectory{W,A} as
7771         appropriate.
7772         (get_image_name): Use __PMAX to denote maximum buffer size.
7773         (handle_load_dll): Likewise.
7774         (windows_pid_to_exec_file): Likewise.
7775         (windows_create_inferior): Add many accommodations for older Cygwin and
7776         non-Cygwin.
7777         (bad_GetModuleFileNameExW): Control inclusion of this function based on
7778         __USEWIDE conditional.
7779         (bad_GetModuleFileNameExA): Likewise.
7780         (_initialize_loadable): Just use real function names without the dyn_
7781         part since they are defined earlier.
7782
7783 2010-03-05  Corinna Vinschen  <vinschen@redhat.com>
7784             Tom Tromey  <tromey@redhat.com>
7785
7786         * utils.c (host_char_to_target): Add 'gdbarch' argument.
7787         (parse_escape): Likewise.
7788         * python/py-utils.c (unicode_to_target_string): Update.
7789         (unicode_to_target_python_string): Update.
7790         (target_string_to_unicode): Update.
7791         * printcmd.c (printf_command): Update.
7792         * p-exp.y (yylex): Update.
7793         * objc-exp.y (yylex): Update.
7794         * mi/mi-parse.c: Include charset.h.
7795         (mi_parse_escape): New function.
7796         (mi_parse_argv): Use it.
7797         * jv-exp.y (yylex): Update.
7798         * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
7799         function.
7800         (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
7801         * gdbarch.sh (auto_charset, auto_wide_charset): New.
7802         * gdbarch.c: Rebuild.
7803         * gdbarch.h: Rebuild.
7804         * defs.h (parse_escape): Update.
7805         * cli/cli-setshow.c: Include arch-utils.h.
7806         (do_setshow_command): Update.
7807         * cli/cli-cmds.c (echo_command): Update.
7808         * charset.h (target_charset, target_wide_charset): Update.
7809         * charset.c: Include arch-utils.h.
7810         (target_charset_name): Default to "auto".
7811         (target_wide_charset_name): Likewise.
7812         (show_target_charset_name): Handle "auto".
7813         (show_target_wide_charset_name): Likewise.
7814         (be_le_arch): New global.
7815         (set_be_le_names): Add 'gdbarch' argument.
7816         (validate): Likewise.  Don't call set_be_le_names.
7817         (set_charset_sfunc, set_host_charset_sfunc)
7818         (set_target_charset_sfunc, set_target_wide_charset_sfunc):
7819         Update.
7820         (target_charset): Add 'gdbarch' argument.
7821         (target_wide_charset): Likewise.  Remove 'byte_order' argument.
7822         (auto_target_charset_name): New global.
7823         (default_auto_charset, default_auto_wide_charset): New functions.
7824         (_initialize_charset): Set auto_target_charset_name.  Allow "auto"
7825         for target charsets.  Copy result of nl_langinfo.  Use GetACP if
7826         USE_WIN32API.
7827         * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
7828         remove 'byte_order' argument.  Update.
7829         (classify_type): Likewise.
7830         (c_emit_char): Update.
7831         (c_printchar): Update.
7832         (c_printstr): Update.
7833         (c_get_string): Update.
7834         (evaluate_subexp_c): Update.
7835         * arch-utils.h (default_auto_charset, default_auto_wide_charset):
7836         Declare.
7837         * python/python.c (gdbpy_target_charset): New function.
7838         (gdbpy_target_wide_charset): Likewise.
7839         (GdbMethods): Update.
7840         * NEWS: Update.
7841
7842 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
7843
7844         * symfile.c (build_section_addr_info_from_objfile): Do not mask
7845         off high address bits.
7846
7847 2010-03-05  Ulrich Weigand  <uweigand@de.ibm.com>
7848
7849         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
7850         address as UnsignedLongLong, not LongLong.
7851
7852 2010-03-05  Kevin Buettner  <kevinb@redhat.com>
7853             Pedro Alves  <pedro@codesourcery.com>
7854
7855         * remote-mips.c (gdbthread.h): Include.
7856         (remote_mips_ptid): Declare.
7857         (mips_error): Only mourn the inferior when inferior_ptid is non-null.
7858         (common_open): Set inferior_ptid, add it as an inferior, and
7859         as a thread too.  Delete FIXME comment regarding start_remote().
7860         (mips_close): Invoke generic_mourn_inferior().
7861         (mips_kill): Make sure that target_mourn_inferior is invoked.
7862         (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
7863         it's now invoked from mips_close().
7864         (mips_load): Don't null out inferior_ptid.  Don't call
7865         clear_symtab_users().
7866         (mips_thread_alive, mips_pid_to_str): New functions.
7867         (_initialize_remote_mips): Initialize remote_mips_ptid.  Initialize
7868         to_thread_alive and to_pid_to_str operations.
7869
7870 2010-03-04  Tom Tromey  <tromey@redhat.com>
7871
7872         * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
7873         in DWARF 3 and later.
7874         (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
7875
7876 2010-03-04  Keith Seitz  <keiths@redhat.com>
7877
7878         * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
7879         If the filename portion of the linespec was quoted, recheck the
7880         remainder for additional quoting.
7881         (locate_first_half): Skip over completer chars, too.
7882
7883 2010-03-04  Tom Tromey  <tromey@redhat.com>
7884
7885         * printcmd.c (printf_command): Pass dummy argument to
7886         printf_filtered.
7887
7888 2010-03-04  Doug Evans  <dje@google.com>
7889
7890         * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
7891         unwound_fp.
7892
7893         * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
7894
7895 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
7896
7897         * breakpoint.c (update_watchpoint): Create a sentinel location if
7898         the software watchpoint isn't watching any memory.
7899         (breakpoint_address_bits): Skip dummy software watchpoint locations.
7900
7901 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
7902
7903         * utils.c (fputs_maybe_filtered): Check if there's already a top
7904         level interpreter before dereferencing it.  If there isn't one,
7905         don't paginate either.
7906
7907 2010-03-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
7908
7909         * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
7910         the state right when single stepping.
7911         (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
7912         Get the next PC along with the instruction state.
7913         (thumb_get_next_pc): Remove.
7914         (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
7915
7916 2010-03-04  Hui Zhu  <teawater@gmail.com>
7917
7918         * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
7919
7920 2010-03-03  Pedro Alves  <pedro@codesourcery.com>
7921
7922         * utils.c (fputs_maybe_filtered): Always disable pagination if the
7923         top level interpreter is MI.
7924
7925 2010-03-03 Stan Shebs  <stan@codesourcery.com>
7926
7927         * remote.c (remote_download_tracepoint): Iterate over locations.
7928         * tracepoint.c (validate_actionline): Ditto.
7929         (encode_actions): Add location argument.
7930         (trace_dump_command): Check all locations to see if stepping
7931         frame.
7932
7933 2010-03-03  H.J. Lu  <hongjiu.lu@intel.com>
7934             Eli Zaretskii  <eliz@gnu.org>
7935
7936         * NEWS: Add X86 general purpose registers section.
7937
7938 2010-03-03  Tom Tromey  <tromey@redhat.com>
7939
7940         PR mi/11098:
7941         * varobj.c (install_new_value): Handle case where new print_value
7942         is NULL.
7943
7944 2010-03-03  Dainis Jonitis  <jonitis@gmail.com>
7945
7946         PR gdb/11345:
7947         * printcmd.c (printf_command): Print end of format string using
7948         printf_filtered.
7949
7950 2010-03-02  Tom Tromey  <tromey@redhat.com>
7951
7952         * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
7953         * defs.h (read_command_lines_1): Add missing 'void'.
7954         * cli/cli-script.c (recurse_read_control_structure): Add missing
7955         'void'.
7956         (read_next_line): Likewise.
7957         (read_command_lines_1): Likewise.
7958
7959 2010-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
7960
7961         * spu-tdep.c (spu_analyze_prologue): Track instruction to
7962         store backchain as part of prologue.
7963
7964 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
7965
7966         * progspace.c (update_address_spaces): Update inferior address spaces
7967         also.
7968
7969 2010-03-02  Doug Evans  <dje@google.com>
7970
7971         * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
7972         lowpc,highpc args to addrmap_set_empty.
7973
7974 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
7975
7976         * amd64-tdep.c (amd64_byte_names): New.
7977         (amd64_word_names): Likewise.
7978         (amd64_dword_names): Likewise.
7979         (amd64_pseudo_register_name): Likewise.
7980         (amd64_pseudo_register_read): Likewise.
7981         (amd64_pseudo_register_write): Likewise.
7982         (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
7983         and num_mmx_regs.  Call set_gdbarch_pseudo_register_read,
7984         set_gdbarch_pseudo_register_write and
7985         set_tdesc_pseudo_register_name.  Don't call
7986         set_gdbarch_num_pseudo_regs.  Don't set mm0_regnum.
7987
7988         * i386-tdep.c (i386_num_mmx_regs): Removed.
7989         (i386_num_pseudo_regs): Likewise.
7990         (i386_byte_names): New.
7991         (i386_word_names): Likewise.
7992         (i386_byte_regnum_p): Likewise.
7993         (i386_word_regnum_p): Likewise.
7994         (i386_mmx_regnum_p): Updated.
7995         (i386_pseudo_register_name): Make it global.  Handle byte and
7996         word pseudo-registers.
7997         (i386_pseudo_register_read): Likewise.
7998         (i386_pseudo_register_write): Likewise.
7999         (i386_pseudo_register_type): Handle byte, word and dword
8000         pseudo-registers
8001         (i386_register_reggroup_p): Don't include pseudo
8002         registers, except for MXX, in any register groups.  Don't
8003         include pseudo byte, word, dword registers in general_reggroup.
8004         (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
8005         num_dword_regs, al_regnum, ax_regnum and eax_regnum.  Put MMX
8006         pseudo-registers after word pseudo-registers.  Call
8007         set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
8008
8009         * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
8010         al_regnum, num_word_regs, ax_regnum, num_dword_regs and
8011         eax_regnum.
8012         (i386_byte_regnum_p): New.
8013         (i386_word_regnum_p): Likewise.
8014         (i386_dword_regnum_p): Likewise.
8015         (i386_pseudo_register_name): Likewise.
8016         (i386_pseudo_register_read): Likewise.
8017         (i386_pseudo_register_write): Likewise.
8018
8019 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8020
8021         * target-descriptions.c (tdesc_type): Remove
8022         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8023         (tdesc_predefined_types): Likewise.
8024         (tdesc_gdb_type): Likewise.  Pass NULL to append_flags_type_flag
8025         if flag name is empty.
8026         (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
8027
8028         * features/i386/32bit-core.xml: Define i386_eflags.
8029         * features/i386/64bit-core.xml: Likewise.
8030
8031         * features/i386/32bit-sse.xml: Define i386_mxcsr.
8032         * features/i386/64bit-sse.xml: Likewise.
8033
8034         * features/i386/amd64-linux.c: Regenerated.
8035         * features/i386/amd64.c: Likewise.
8036         * features/i386/i386-linux.c: Likewise.
8037         * features/i386/i386.c: Likewise.
8038
8039 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
8040
8041         * gdbtypes.c (append_composite_type_field_raw): New.
8042         (append_composite_type_field_aligned): Use the new function.
8043         * gdbtypes.h (append_composite_type_field_raw): Declare.
8044         * target-descriptions.c (struct tdesc_type_field): Add start and end.
8045         (struct tdesc_type_flag): New type.
8046         (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
8047         kind.  Add size to u.u.  Add u.f for flags.
8048         (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
8049         (tdesc_free_type): Likewise.
8050         (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
8051         (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
8052         (tdesc_add_bitfield, tdesc_add_flag): New.
8053         * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
8054         (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
8055         * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
8056         current_type.  Add current_type_size and current_type_is_flags.
8057         (tdesc_start_union): Clear the new fields.
8058         (tdesc_start_struct, tdesc_start_flags): New.
8059         (tdesc_start_field): Handle struct fields, including bitfields.
8060         (field_attributes): Make type optional.  Add start and end.
8061         (union_children): Rename to struct_union_children.
8062         (union_attributes): Rename to struct_union_attributes.  Add optional
8063         size.
8064         (flags_attributes): New.
8065         (feature_children): Add struct and flags.
8066         * features/gdb-target.dtd: Add flags and struct to features.
8067         Make field type optional.  Add field start and end.
8068
8069 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8070
8071         * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
8072         (amd64_linux_read_description): Likewise.
8073         (_initialize_amd64_linux_nat): Set to_read_description to
8074         amd64_linux_read_description.
8075
8076         * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
8077         (amd64_linux_register_name): Removed.
8078         (amd64_linux_register_type): Likewise.
8079         (amd64_linux_core_read_description): New.
8080         (amd64_linux_init_abi): Set target description to
8081         tdesc_amd64_linux if needed.  Support orig_rax in target
8082         description.  Don't call set_gdbarch_register_name nor
8083         set_gdbarch_register_type.  Call
8084         set_gdbarch_core_read_description.
8085         (_initialize_amd64_linux_tdep): Call
8086         initialize_tdesc_amd64_linux.
8087
8088         * amd64-linux-tdep.h (tdesc_amd64_linux): New.
8089
8090         * amd64-tdep.c:  Include "features/i386/amd64.c".
8091         (amd64_register_names): Removed.
8092         (amd64_register_name): Likewise.
8093         (amd64_register_type): Likewise.
8094         (amd64_init_abi):  Set num_core_regs and register_names.  Set
8095         target description to tdesc_amd64 if needed.  Don't call
8096         set_gdbarch_register_name nor set_gdbarch_register_type.
8097         (_initialize_amd64_tdep): New.
8098
8099         * i386-linux-nat.c (i386_linux_read_description): New.
8100         (_initialize_i386_linux_nat): Set to_read_description to
8101         i386_linux_read_description.
8102
8103         * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
8104         (i386_linux_register_name): Removed.
8105         (i386_linux_core_read_description): New.
8106         (i386_linux_read_description): Likewise.
8107         (i386_linux_init_abi): Don't call set_gdbarch_register_name.
8108         Set target description to tdesc_i386_linux if needed.  Support
8109         orig_eax.  Set register_reggroup_p.  Call
8110         set_gdbarch_core_read_description.
8111         (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
8112
8113         * i386-linux-tdep.h (tdesc_i386_linux): New.
8114
8115         * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
8116         with I387_NUM_REGS.
8117
8118         * i386-tdep.c: Include "features/i386/i386.c".
8119         (i386_register_names): Make it const.
8120         (i386_mmx_names): Likewise.
8121         (i386_num_register_names): Removed.
8122         (i386_register_name): Likewise.
8123         (i386_eflags_type): Likewise.
8124         (i386_mxcsr_type): Likewise.
8125         (i386_sse_type): Likewise.
8126         (i386_register_type): Likewise.
8127         (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
8128         (i386_pseudo_register_name): New.
8129         (i386_pseudo_register_type): Likewise.
8130         (i386_mmx_type): Make it static.
8131         (i386_gdbarch_init): Check arch.  Replace I386_NUM_FREGS with
8132         I387_NUM_REGS.  Set num_core_regs and register_names.  Don't
8133         call set_gdbarch_register_name nor set_gdbarch_register_type.
8134         Set register_reggroup_p.  Set target description to tdesc_i386
8135         if needed.  Call set_tdesc_pseudo_register_type,
8136         set_tdesc_pseudo_register_name and tdesc_use_registers.
8137         (_initialize_i386_tdep): Call initialize_tdesc_i386.
8138         initialize_tdesc_x86_64.
8139
8140         * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
8141         i386_mxcsr_type and i386_sse_type.  Add num_core_regs,
8142         register_names, tdesc and register_reggroup_p.
8143         (I386_NUM_FREGS): Removed.
8144         (i386_eflags_type): Likewise.
8145         (i386_mxcsr_type): Likewise.
8146         (i386_mmx_type): Likewise.
8147         (i386_sse_type): Likewise.
8148         (i386_register_name): Likewise.
8149         (i386_regnum): Add I386_MXCSR_REGNUM.
8150         (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
8151
8152         * i387-tdep.h (I387_NUM_REGS): New.
8153
8154         * regformats/i386/i386-linux.dat: Generated.
8155         * regformats/i386/i386.dat: Likewise.
8156         * regformats/i386/amd64-linux.dat: Likewise.
8157         * regformats/i386/amd64.dat: Likewise.
8158
8159         * regformats/reg-i386-linux.dat: Removed.
8160         * regformats/reg-i386.dat: Likewise.
8161         * regformats/reg-x86-64-linux.dat: Likewise.
8162         * regformats/reg-x86-64.dat: Likewise.
8163
8164 2010-03-01  Corinna Vinschen  <vinschen@redhat.com>
8165
8166         * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
8167         cygwin_conv_path API rather than the deprecated
8168         cygwin_conv_to_full_posix_path.
8169         * windows-nat.c:
8170         (GetModuleFileNameExA): Undefine for Cygwin.
8171         (GetModuleFileNameExW): Define for Cygwin.
8172         (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
8173         Call GetModuleFileNameExW and convert path to POSIX using
8174         cygwin_conv_path.
8175         (windows_make_so): Always define p.  Drop unused variable m.
8176         Don't use Win32 functions to check file existance, rather use
8177         access on Cygwin.  Fetch system directory using GetSystemDirectoryW.
8178         Use canonicalize_file_name to get full path.
8179         (get_image_name): Use wcstombs, rather than WideCharToMultiByte
8180         to convert Unicode pathname to multibyte on Cygwin.  Otherwise,
8181         use correct target buffer size in call to WideCharToMultiByte.
8182         (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
8183         (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
8184         (windows_create_inferior): Convert all paths and arguments to wchar_t
8185         and use CreateProcessW on Cygwin.
8186         (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
8187         (bad_GetModuleFileNameExA): Undefine for Cygwin.
8188         (bad_GetModuleFileNameExW): Define for Cygwin.
8189         (_initialize_loadable): Load GetModuleFileNameExW into
8190         dyn_GetModuleFileNameExW on Cygwin.  Don't load ANSI function on Cygwin.
8191
8192 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
8193
8194         PR python/11036
8195         * python/py-frame.c (frapy_read_var): Add block argument and logic
8196         to cope with user provided blocks.
8197
8198 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
8199
8200         * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
8201         New comment.
8202
8203 2010-02-28  Corinna Vinschen  <vinschen@redhat.com>
8204
8205         * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
8206         (COMMON_OBS): ... to here since it's used unconditionally.
8207         (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
8208         (SFILES): To here.
8209
8210 2010-02-26  David Daney  <ddaney@caviumnetworks.com>
8211
8212         * mips-linux-tdep.c: Update struct sigframe comments.
8213         (SIGFRAME_CODE_OFFSET): Delete macro.
8214         (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
8215         this_frame's sp.
8216         (mips_linux_n32n64_sigframe_init): Same.
8217
8218 2010-02-26  Kevin Buettner  <kevinb@redhat.com>
8219
8220         * remote-mips.c (mips_load): Don't use pseudo-register when
8221         invalidating regcache.
8222
8223 2010-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
8224
8225         * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
8226
8227 2010-02-26  Pedro Alves  <pedro@codesourcery.com>
8228
8229         * NEWS: Add "New targets" section, and mention ARM Symbian
8230         support.
8231
8232 2010-02-26  Ulrich Weigand  <uweigand@de.ibm.com>
8233
8234         * dwarf2loc.c (struct piece_closure): Remove ARCH member,
8235         add ADDR_SIZE member.
8236         (allocate_piece_closure): Update.
8237         (copy_pieced_value_closure): Likewise.
8238         (dwarf2_evaluate_loc_desc): Likewise.
8239         (read_pieced_value): Use DWARF address size instead of
8240         GDB's gdbarch_addr_bit as size of values on the DWARF stack.
8241
8242 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
8243             Tom Tromey  <tromey@redhat.com>
8244
8245         * python/py-type.c (typy_lookup_typename): Add in block argument.
8246         If provided restrict lookup to specified blocks.
8247         (gdbpy_lookup_type): Likewise.
8248         (typy_lookup_type): Likewise.
8249
8250 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
8251
8252         Symbian config
8253
8254         gdb/
8255         * arm-symbian-tdep.c: New.
8256         * configure.tgt (arm*-*-symbianelf*): New target.
8257         (*-*-symbianelf*): New OS.
8258         * osabi.c (gdb_osabi_names): Add Symbian.
8259         * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
8260         * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
8261         (ALLDEPFILES): Add arm-symbian-tdep.c.
8262
8263 2010-02-25  Daniel Jacobowitz  <dan@codesourcery.com>
8264
8265         * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
8266
8267 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
8268
8269         * mi/mi-main.c (mi_cmd_execute): Fix typo.
8270
8271 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
8272             Tom Tromey  <tromey@redhat.com>
8273             Thiago Jung Bauermann  <bauerman@br.ibm.com>
8274
8275         * python/python.c (_initialize_python): Call
8276         gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
8277         gdbpy_initialize_blocks.
8278         * python/python-internal.h: Declare struct symbol, block and
8279         symtab_and_line.  Declare block_object_type and
8280         symbol_object_type
8281         (gdbpy_lookup_symbol gdbpy_block_for_pc)
8282         (symtab_and_line_to_sal_object, symtab_to_symtab_object)
8283         (symbol_to_symbol_object,  block_to_block_object)
8284         (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
8285         (gdbpy_initialize_blocks ): Declare.
8286         * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
8287         (frapy_select): Add methods.
8288         (frapy_read_var): Add symbol branch.
8289         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
8290         py-block.
8291         (SUBDIR_PYTHON_SRCS): Likewise.
8292         (py-symbol.o): New rule.
8293         (py-symtab.o): Likewise.
8294         (py-block.o): Likewise.
8295         * python/py-symbol.c: New file.
8296         * python/py-symtab.c: Likewise.
8297         * python/py-block.c: Likewise.
8298
8299 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
8300
8301         PR gdb/11321
8302
8303         * inferior.h (prepare_for_detach): Declare.
8304         (struct inferior) <detaching>: New field.
8305         * infrun.c (prepare_for_detach): New.
8306         (handle_inferior_event) <random signal>: Don't stop if detaching.
8307         * target.c (target_detach): Call prepare_for_detach.
8308
8309 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
8310
8311         Per-process displaced stepping queue.
8312
8313         * infrun.c (displaced_step_ptid, displaced_step_request_queue)
8314         (displaced_step_gdbarch, displaced_step_closure,
8315         (displaced_step_original, displaced_step_copy): Move globals to
8316         this...
8317         (struct displaced_step_inferior_state): ... new structure.
8318         (displaced_step_inferior_states): New global.
8319         (get_displaced_stepping_state, add_displaced_stepping_state)
8320         (remove_displaced_stepping_state, infrun_inferior_exit): New
8321         functions.
8322         (displaced_step_clear): Add displaced_step_inferior_state
8323         parameter, and adjust to handle it.
8324         (displaced_step_clear_cleanup): Parameter is now a
8325         displaced_step_inferior_state.  Adjust.
8326         (displaced_step_prepare): Adjust.
8327         (displaced_step_fixup, displaced_step_fixup)
8328         (infrun_thread_ptid_changed, resume): Adjust.
8329         (init_wait_for_inferior): Don't call displaced_step_clear.
8330         (infrun_thread_stop_requested): Rewrite.
8331         (_initialize_infrun): Install infrun_inferior_exit as
8332         inferior_exit observer.
8333
8334 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
8335
8336         * inferior.h (ptid_match): Declare.
8337         * infrun.c (ptid_match): New.
8338         * remote.c (queued_stop_reply): Rewrite and use ptid_match.
8339         (handle_notification): Add debug output.
8340         * linux-nat.c (ptid_match): Delete.
8341
8342 2010-02-24  David S. Miller  <davem@davemloft.net>
8343
8344         * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
8345         * syscalls/sparc-linux.xml: New.
8346         * syscalls/sparc64-linux.xml: New.
8347         * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
8348         * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
8349         (sparc32_linux_get_syscall_number): New function.
8350         (sparc32_linux_init_abi): Set syscall XML file name and hook up
8351         syscall number fetcher.
8352         * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
8353         (sparc64_linux_get_syscall_number): New function.
8354         (sparc64_linux_init_abi): Set syscall XML file name and hook up
8355         syscall number fetcher.
8356
8357 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
8358
8359         Multiexec MI
8360
8361         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
8362         * inferior.c (add_inferior_silent): Notify inferior_added
8363         observer.
8364         (delete_inferior_1): Notify inferior_removed observer.
8365         (exit_inferior_1): Pass inferior, not pid, to observer.
8366         (inferior_appeared): Likewise.
8367         (add_inferior_with_spaces): New.
8368         (add_inferior_command): Use the above.
8369         * inferior.h (delete_inferior_1, add_inferior_with_spaces):
8370         Declare.
8371
8372         * inflow.c (inflow_inferior_exit): Likewise.
8373         * jit.c (jit_inferior_exit_hook): Likewise.
8374
8375         * mi/mi-cmds.c (mi_cmds): Register add-inferior and
8376         remove-inferior.
8377         * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
8378         * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
8379         (report_initial_inferior): New.
8380         (mi_inferior_removed): Register the above. Make sure
8381         inferior_added observer is called on the first inferior.
8382         (mi_new_thread, mi_thread_exit): Thread group is now identified by
8383         inferior number, not pid.
8384         (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
8385         affected.
8386         * mi/mi-main.c (current_context): New.
8387         (proceed_thread_callback): Use typed closure.
8388         Proceed everything if pid is 0. Most implementation split into
8389         (proceed_thread): ... this.
8390         (run_one_inferior): New.
8391         (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
8392         Adjust for multiexec behaviour.
8393         (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
8394         (mi_cmd_execute): Handle the 'thread-group' option here.
8395         Do some extra checks.
8396         * mi-parse.c (mi_parse): Handle the --all and --thread-group
8397         options.
8398         * mi-parse.h (struct mi_parse): New fields all and thread_group.
8399
8400 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
8401
8402         Make -exec-run a proper MI commands.
8403
8404         * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
8405         * mi/mi-cmds.c (mi_cmds): Adjust.
8406         * mi/mi-main.c (mi_cmd_exec_run): New.
8407
8408 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
8409             Stan Shebs  <stan@codesourcery.com>
8410
8411         * tracepoint.h (set_traceframe_number)
8412         (cleanup_restore_current_traceframe): Declare.
8413         * tracepoint.c (set_traceframe_number): New.
8414         (struct current_traceframe_cleanup): New.
8415         (do_restore_current_traceframe_cleanup)
8416         (restore_current_traceframe_cleanup_dtor)
8417         (make_cleanup_restore_current_traceframe): New.
8418         * infrun.c: Include tracepoint.h.
8419         (fetch_inferior_event): Switch out and in of tfind mode.
8420
8421 2010-02-24  Pedro Alves  <pedro@codesourcery.com>
8422
8423         * breakpoint.c (breakpoint_init_inferior): Also delete
8424         bp_shlib_event breakpoints.
8425         * solib-frv.c (enable_break): Remove call to
8426         remove_solib_event_breakpoints.
8427         * solib-svr4.c (enable_break): Ditto.
8428         * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
8429         * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
8430         * solib-som.c (som_solib_create_inferior_hook): Ditto.
8431         * solib-spu.c (spu_enable_break): Ditto.
8432
8433 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
8434
8435         * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
8436
8437 2010-02-23  Harald Koenig  <H.Koenig@science-computing.de>
8438
8439         * varobj.c (varobj_update): Avoid non-constants in initializers.
8440
8441 2010-02-23  Tom Tromey  <tromey@redhat.com>
8442
8443         * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
8444         handle big-endian values.
8445         (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
8446
8447 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
8448
8449         PR9605
8450
8451         gdb/
8452         * breakpoint.c (insert_bp_location): If inserting the read
8453         watchpoint failed, fallback to an access watchpoint.
8454         (bpstat_check_watchpoint): Stop for read watchpoint triggers even
8455         if the value changed, if not watching the same memory for writes.
8456         (watchpoint_locations_match): Add comment.
8457         (update_global_location_list): Copy the location's watchpoint type.
8458         * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
8459         handle read watchpoints here.
8460         (i386_insert_watchpoint): Read watchpoints aren't supported.
8461         * remote.c (remote_insert_watchpoint): Return 1 for unsupported
8462         packets.
8463         * target.h (target_insert_watchpoint): Update description.
8464
8465 2010-02-19  Tom Tromey  <tromey@redhat.com>
8466
8467         * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
8468         * m2-typeprint.c (m2_print_type): Update.
8469         * gdbtypes.c (recursive_dump_type): Update.
8470         (copy_type_recursive): Update.
8471         * c-typeprint.c (c_type_print_varspec_prefix): Update.
8472         (c_type_print_base): Update.
8473         * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
8474         Remove.
8475         (struct cplus_struct_type) <ntemplate_args>: Remove.
8476         <struct template_arg>: Remove.
8477         <is_dynamic>: Move earlier.
8478         (TYPE_TEMPLATE_ARGS): Remove.
8479         (TYPE_NTEMPLATE_ARGS): Remove.
8480         (TYPE_TEMPLATE_ARG): Remove.
8481
8482 2010-02-19  Tom Tromey  <tromey@redhat.com>
8483
8484         PR c++/8693, PR c++/9496:
8485         * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
8486         * c-exp.y (lex_one_token): Rename from yylex.  Don't call
8487         write_dollar_variable.  Don't try to classify NAME tokens.
8488         (token_and_value): New type.
8489         (token_fifo, popping, name_obstack): New globals.
8490         (classify_name): New function.
8491         (classify_inner_name): Likewise.
8492         (yylex): Likewise.
8493         (VARIABLE): Now has type sval.
8494         (exp : VARIABLE): Call write_dollar_variable.
8495         (qualified_name): Use TYPENAME, not typebase.  Add production for
8496         multiple "::" instances.
8497         (variable): Use name_not_typename.
8498         (qualified_type): Remove.
8499         (typebase): Update.
8500
8501 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8502
8503         * symfile.c (addr_info_make_relative): Extend comment.  Move SECT to
8504         a more inner block.  Initialize ADDR by LOWER_OFFSET only if it was
8505         found by bfd_get_section_by_name.
8506         * symfile.h (struct section_addr_info) <sectindex>: New comment.
8507
8508 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
8509
8510         * NEWS: Add new "[...] since 7.1" section.  Rename the "[...] since
8511         7.0 section" into "Changes in 7.1".
8512
8513 2010-02-19  Joel Brobecker  <brobecker@adacore.com>
8514
8515         GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
8516         * version.in: Bump version to 7.1.50.20100219-cvs.
8517
8518 2010-02-18  Harald Koenig  <H.Koenig@science-computing.de>
8519
8520         * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
8521         * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
8522
8523 2010-02-17  Tom Tromey  <tromey@redhat.com>
8524
8525         * NEWS: Add Python API Improvements section.
8526
8527 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
8528
8529         * NEWS: Correct typo.
8530
8531 2010-02-17  Tom Tromey  <tromey@redhat.com>
8532
8533         * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
8534
8535 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8536
8537         * symfile.c (build_section_addr_info_from_objfile): Include sections
8538         only if they are SEC_ALLOC or SEC_LOAD.
8539
8540 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
8541
8542         PR shlibs/11293
8543         * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
8544         of ULONGEST for address size.
8545
8546 2010-02-17  Tom Tromey  <tromey@redhat.com>
8547
8548         * NEWS: Add C++ improvements section.
8549
8550 2010-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
8551
8552         * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
8553         PyThreadState_Swap): Avoid "statement with no effect" warning.
8554
8555 2010-02-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8556
8557         * solib-svr4.c (enable_break <target_auxv_search>): New variable
8558         addr_bit.  Adjust LOAD_ADDR sign for cross-arch inferiors.
8559
8560 2010-02-17  Tristan Gingold  <gingold@adacore.com>
8561             Petr Hluzin  <petr.hluzin@gmail.com>
8562
8563         * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
8564         gdb_assert.  Fix info->size for SIG prologue.
8565
8566 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
8567
8568         * infcmd.c (show_inferior_tty_command): Check for NULL.
8569         Correct output message.
8570
8571 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
8572
8573         * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
8574         FUNCTION contains parentheses.  Improve removal of a trailing
8575         single quote.
8576
8577 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
8578
8579         * gcore.c (do_bfd_delete_cleanup): New function.
8580         (gcore_command): Use it.  Discard the cleanup after success.
8581         (gcore_copy_callback): Delete dead code.
8582
8583 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
8584
8585         * symfile.c (addr_info_make_relative): Always use
8586         find_lowest_section.
8587
8588 2010-02-16  Sami Wagiaalla <swagiaal@redhat.com>
8589
8590         * NEWS: Added entry for namespace fixes.
8591
8592 2010-02-15  Tom Tromey  <tromey@redhat.com>
8593
8594         * dwarf2read.c (guess_structure_name): Allocate name on the
8595         objfile obstack.
8596
8597 2010-02-15  Tom Tromey  <tromey@redhat.com>
8598
8599         * c-typeprint.c (c_type_print_base): Reverse order of test.
8600
8601 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8602
8603         * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize.  Optionally
8604         initialize it from ELF BFD.  Extend the prelink condition by it.
8605
8606 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8607
8608         * defs.h (parse_pid_to_attach): New.
8609         * utils.c (parse_pid_to_attach): New.
8610         * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
8611         * gnu-nat.c (gnu_attach): Likewise.
8612         * nto-procfs.c (procfs_attach): Likewise.
8613         * procfs.c (procfs_attach): Likewise.
8614         * windows-nat.c (windows_attach): Likewise.
8615         * inf-ptrace.c (inf_ptrace_attach): Likewise.  Remove variable dummy.
8616         * inf-ttrace.c (inf_ttrace_attach): Likewise.
8617         * remote.c (extended_remote_attach_1): Likewise.  New comment on getpid
8618         check.
8619
8620 2010-02-14  Masaki Muranaka  <monaka@monami-software.com>
8621
8622         * MAINTAINERS: Add myself for write after approval privileges.
8623
8624 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8625
8626         * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
8627         block.
8628
8629 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8630
8631         * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
8632         only if INFO_VERBOSE.
8633
8634 2010-02-12  Tomas Holmberg <th@virtutech.com>
8635
8636         * mi/mi-main.c: Added the --reverse flag to the following MI
8637         commands: exec-continue, exec-finish, exec-next, exec-step,
8638         exec-next-instruction, exec-step-instruction. This is to
8639         support reverse execution over the MI interface to gdb.
8640
8641 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
8642
8643         * tracepoint.c (_initialize_tracepoint): Specify that the address
8644         range of `tfind outsize' is exclusive, and that the address range
8645         of `tfind range' is inclusive, in the commands' help strings.
8646
8647 2010-02-12  Joel Brobecker  <brobecker@adacore.com>
8648
8649         Spurious "dll not found" error messages on x64-windows.
8650         * windows-nat.c: Add include of complaints.h.
8651         (handle_unload_dll): Change dll-not-found error into a complaint.
8652
8653 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
8654
8655         * breakpoint.c (allocate_bp_location): Use bp_loc_other for
8656         bp_tracepoint and bp_fast_tracepoint, not
8657         bp_loc_software_breakpoint.
8658         (update_global_location_list): Tracepoints are never duplicates of
8659         anything.
8660
8661 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
8662
8663         * breakpoint.c (break_command_really): Change return type to int.
8664         Return false if no breakpoint was created, true otherwise.
8665         (trace_command): Don't set the tracepoint count if no tracepoint
8666         was created.
8667         (ftrace_command): Ditto.
8668         (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
8669         created in the breakpoints table.
8670
8671 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8672             Ulrich Weigand  <uweigand@de.ibm.com>
8673
8674         * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
8675
8676 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
8677
8678         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
8679         the offset value isn't of integral type.
8680
8681 2010-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8682
8683         * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
8684         New.
8685
8686 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
8687
8688         * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
8689         non-subscriptable types.
8690         * valarith.c (binop_types_user_defined_p): New, abstracted out
8691         from ...
8692         (binop_user_defined_p): ... this.
8693         * value.h (binop_types_user_defined_p): Declare.
8694
8695 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
8696
8697         * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
8698         Merge uploaded TSVs before merging uploaded tracepoints.
8699
8700 2010-02-11  Pedro Alves  <pedro@codesourcery.com>
8701
8702         * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
8703
8704 2010-02-11  Vladimir Prus  <vladimir@codesourcery.com>
8705
8706         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
8707         whitespace character after a dot in comment.
8708         (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
8709         Likewise.
8710         (list_args_or_locals): For the 'all' (that is
8711         -stack-list-variables) case, always output list of tuples.
8712         Output 'arg' field if variable is argument.
8713
8714 2010-02-10  Tom Tromey  <tromey@redhat.com>
8715
8716         * parser-defs.h (parser_debug): Declare.
8717         * parse.c (_initialize_parse): Install "debug parser" set/show
8718         command.
8719         (parser_debug): New global.
8720         (show_parserdebug): New function.
8721         * c-exp.y (c_parse): Set yydebug.
8722
8723 2010-02-10  H.J. Lu  <hongjiu.lu@intel.com>
8724
8725         * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
8726         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8727         (tdesc_predefined_types): Add i387_ext, i386_eflags and
8728         i386_mxcsr.
8729         (tdesc_find_type): New.
8730         (tdesc_gdb_type): Use tdesc_find_type.  Handle TDESC_TYPE_I387_EXT,
8731         TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8732
8733         * target-descriptions.h (tdesc_find_type): New.
8734
8735 2010-02-10  Michael Snyder  <msnyder@vmware.com>
8736
8737         * gdb-gdb.py: Comment fix.
8738
8739 2010-02-09  Tristan Gingold  <gingold@adacore.com>
8740
8741         * machoread.c (macho_symfile_relocate): New function.
8742         (macho_sym_fns): Use macho_symfile_relocate instead of
8743         default_symfile_relocate.
8744         (macho_oso_data): New type.
8745         (current_oso): New variable.
8746         (macho_add_oso_symfile): Do not compute section_addr_info, but
8747         instead set vma of sections.
8748         Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
8749         Set and clear current_oso.
8750
8751 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
8752
8753         Wrong type description for tagged type parameter.
8754         * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
8755         EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
8756         reference to a tagged type.
8757
8758 2010-02-09  Tristan Gingold  <gingold@adacore.com>
8759
8760         * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
8761         brothers of the parent.
8762
8763 2010-02-08  Tom Tromey  <tromey@redhat.com>
8764
8765         PR c++/8017:
8766         * value.h: Update.
8767         * valops.c (search_struct_field): Make 'name' const.
8768         (search_struct_method): Likewise.
8769         (find_method_list): Make 'method' const.
8770         (value_struct_elt): Make 'name' and 'err' const.
8771         (value_find_oload_method_list): Make 'method' const.
8772         (find_overload_match): Make 'name' const.
8773         * eval.c (evaluate_subexp_standard): New locals function,
8774         function_name.
8775         <OP_FUNCALL>: Handle OP_SCOPE specially.
8776
8777 2010-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
8778
8779         * infrun.c (handle_inferior_event): Do not look up regcache
8780         for exited processes.
8781
8782 2010-02-08  Chris Moller  <moller@mollerware.com>
8783
8784         PR gdb/10728
8785         * valarith.c (value_ptrdiff): Added a test for a zero type length,
8786         warn if found, and assume length = 1.
8787
8788 2010-02-08  Chris Moller  <cmoller@redhat.com>
8789
8790         PR gdb/9067
8791         * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
8792         (cp_print_static_field)  Fix use of obstacks.
8793
8794 2010-02-08  Pedro Alves  <pedro@codesourcery.com>
8795
8796         * linux-nat.c (linux_nat_resume): In non-stop, also only tag
8797         resumed LWPs as resumed.
8798         (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
8799         we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
8800         of throwing an internal error.  If an LWP of a process we're not
8801         waiting for reports a signal, don't force collecting a SIGSTOP,
8802         and if it was breakpoint hit in non-stop mode, cancel it.  Don't
8803         go through all LWPs cancelling breakpoints in non-stop mode.
8804         (resume_stopped_resumed_lwps): New.
8805         (linux_nat_wait): Use it.
8806
8807 2010-02-07  H.J. Lu  <hongjiu.lu@intel.com>
8808
8809         * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
8810         i386/amd64 and i386/amd64-linux.
8811         (i386/i386-expedite): New.
8812         (i386/i386-linux-expedite): Likewise.
8813         (i386/amd64-expedite):Likewise.
8814         (i386/amd64-linux-expedite): Likewise.
8815         ($(outdir)/i386/i386-linux.dat): Likewise.
8816         ($(outdir)/i386/amd64.dat): Likewise.
8817         ($(outdir)/i386/amd64-linux.dat): Likewise.
8818
8819         * features/i386/32bit-core.xml: New.
8820         * features/i386/32bit-linux.xml: Likewise.
8821         * features/i386/32bit-sse.xml: Likewise.
8822         * features/i386/64bit-core.xml: Likewise.
8823         * features/i386/64bit-linux.xml: Likewise.
8824         * features/i386/64bit-sse.xml: Likewise.
8825         * features/i386/i386-linux.xml: Likewise.
8826         * features/i386/i386.xml: Likewise.
8827         * features/i386/amd64-linux.xml: Likewise.
8828         * features/i386/amd64.xml: Likewise.
8829         * features/i386/i386-linux.c: Likewise.
8830         * features/i386/i386.c: Likewise.
8831         * features/i386/amd64-linux.c: Likewise.
8832         * features/i386/amd64.c: Likewise.
8833
8834 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
8835
8836         PR c++/7935:
8837         * cp-support.h: Added char* alias element to using_direct data
8838         struct.
8839         (cp_add_using): Added char* alias argument.
8840         (cp_add_using_directive): Ditto.
8841         * cp-namespace.c: Updated with the above changes.
8842         (cp_lookup_symbol_imports): Check for aliases.
8843         * dwarf2read.c (read_import_statement): Figure out local alias
8844         for the import and pass it on to cp_add_using.
8845         (read_namespace): Pass alias argument to cp_add_using.
8846
8847 2010-02-05  Hui Zhu  <teawater@gmail.com>
8848
8849         * defs.h (gdb_bfd_errmsg): New extern.
8850         * exec.c (exec_file_attach): Change bfd_errmsg to
8851         gdb_bfd_errmsg.
8852         * utils.c (AMBIGUOUS_MESS1): New macro.
8853         (AMBIGUOUS_MESS2): New macro.
8854         (gdb_bfd_errmsg): New function.
8855
8856 2010-02-04  Doug Evans  <dje@google.com>
8857
8858         * solib-svr4.c (enable_break): Add comment.
8859
8860 2010-02-04  Anthony Green  <green@moxielogic.com>
8861
8862         * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
8863         gracefully.
8864
8865 2010-02-04  Tom Tromey  <tromey@redhat.com>
8866
8867         * valops.c (search_struct_field): Account for
8868         value_embedded_offset.  Fix check for virtual base past the end of
8869         the object.  Use value_copy when making a slice of the value.
8870
8871 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
8872
8873         PR tui/9622
8874         * tui/tui-interp.c (tui_init): Call tui_initialize_readline
8875         only if gdb_stdout is a tty.
8876
8877 2010-02-04  H.J. Lu  <hongjiu.lu@intel.com>
8878
8879         * target-descriptions.c: Include "osabi.h".
8880         (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
8881         OSABI.
8882
8883 2010-02-04  Tristan Gingold  <gingold@adacore.com>
8884
8885         * machoread.c (macho_add_oso): Renamed to macho_register_oso.
8886         (macho_symtab_read): Adjust calls to macho_add_oso.
8887         (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
8888         (macho_symfile_read): Adjust call to macho_oso_symfile.
8889         (macho_new_init): Move this function after declarations.
8890         (macho_symfile_init): Ditto.
8891         * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
8892         * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
8893
8894 2010-02-04  Vladimir Prus  <vladimir@codesourcery.com>
8895
8896         Include MI command in remotelog.
8897
8898         * mi/mi-main.c (mi_execute_command): Call target_log_command.
8899
8900 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
8901
8902         * remote.c (remote_state): Remove gdbarch.
8903         (init_remote_state): Don't set gdbarch.
8904         (remote_query_supported): Pass target_gdbarch instead of
8905         rs->gdbarch to gdbarch_qsupported.
8906
8907 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
8908
8909         * gdbarch.sh: Add qsupported.
8910
8911         * gdbarch.c: Regenerated.
8912         * gdbarch.h: Likewise.
8913
8914         * remote.c (remote_state): Add gdbarch.
8915         (init_remote_state): Set gdbarch.
8916         (remote_query_supported): Support gdbarch_qsupported.
8917
8918 2010-02-03  Daniel Jacobowitz  <dan@codesourcery.com>
8919
8920         * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
8921         __FreeBSD_kernel_version.
8922
8923 2010-02-03  Tristan Gingold  <gingold@adacore.com>
8924
8925         * symfile.h (struct sym_fns): Add sym_relocate field.
8926         (default_symfile_relocate): New prototype.
8927         (symfile_relocate_debug_section): First argument is now an objfile.
8928         * symfile.c (default_symfile_relocate): Rename from
8929         symfile_relocate_debug_section, first argument is now an objfile.
8930         (symfile_relocate_debug_section): New function.
8931         * coffread.c (coff_sym_fns): Set sym_relocate field.
8932         * somread.c (som_sym_fns): Ditto.
8933         * mipsread.c (ecoff_sym_fns): Ditto.
8934         * machoread.c (macho_sym_fns): Ditto.
8935         * elfread.c (elf_sym_fns): Ditto.
8936         * dwarf2read.c (dwarf2_read_section): Ditto.
8937         * xcoffread.c (xcoff_sym_fns): Ditto.
8938         * dbxread.c (aout_sym_fns): Ditto.
8939         (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
8940         (elfstab_build_psymtabs): Ditto.
8941
8942 2010-02-03  H.J. Lu  <hongjiu.lu@intel.com>
8943
8944         * defs.h (MAX_REGISTER_SIZE): Increase to 32.
8945
8946 2010-02-02  Tom Tromey  <tromey@redhat.com>
8947
8948         * valops.c (value_cast_structs): Try downcasting using the RTTI
8949         type.
8950
8951 2010-02-02  Tom Tromey  <tromey@redhat.com>
8952
8953         * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
8954         (gnuv2_baseclass_offset): Now static.
8955         * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
8956         * gnu-v2-abi.h: Remove.
8957
8958 2010-02-02  Tom Tromey  <tromey@redhat.com>
8959
8960         * m2-typeprint.c (m2_record_fields): Don't use
8961         TYPE_DECLARED_TYPE.
8962         * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
8963         (struct main_type) <flag_declared_class>: New field.
8964         (struct cplus_struct_type) <declared_type>: Remove.
8965         <ntemplate_args>: Move earlier.
8966         (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
8967         (DECLARED_TYPE_TEMPLATE): Remove.
8968         (TYPE_DECLARED_TYPE): Remove.
8969         * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
8970         * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
8971         * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
8972         TYPE_DECLARED_TYPE.
8973
8974 2010-02-02  Tom Tromey  <tromey@redhat.com>
8975
8976         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
8977         * valops.c (search_struct_field): Compute nbases after calling
8978         CHECK_TYPEDEF.
8979         (check_field): Call CHECK_TYPEDEF.
8980         * cp-valprint.c (cp_print_value): Pass correct address to
8981         baseclass_offset.  Fix check for virtual base past the end of the
8982         object.  Don't offset address passed to cp_print_value_fields or
8983         apply_val_pretty_printer.
8984         (cp_print_value_fields): Fix call to val_print.
8985         (cp_print_value_fields_rtti): New function.
8986         * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
8987         * p-valprint.c (pascal_object_print_value_fields): Fix call to
8988         val_print.
8989         * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
8990         offset to address.
8991         * language.h (struct language_defn) <la_val_print>: Document.
8992         * c-lang.h (cp_print_value_fields_rtti): Declare.
8993
8994 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8995
8996         PR libc/11214:
8997         * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
8998         (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
8999         (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
9000
9001 2010-02-01  Michael Matz  <matz@suse.de>
9002             Daniel Jacobowitz  <dan@codesourcery.com>
9003
9004         * i386-tdep.c (i386_frame_cache): Assume valid anonymous
9005         functions use a frame pointer.
9006
9007 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9008
9009         * solib-svr4.c (scan_dyntag): New variable dyn_addr.  Replace gdb_assert
9010         by a conditional setting DYN_ADDR.  Use DYN_ADDR.
9011         * config/djgpp/fnchange.lst: Add translations for
9012         symbol-without-target_section.exp and symbol-without-target_section.c.
9013
9014 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9015
9016         * gdbarch.sh: Set LANG and LC_ALL to C, not c.
9017         (remote_breakpoint_for_pc): Correct invalid_p check.
9018         * gdbarch.c: Regenerated.
9019
9020 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9021
9022         * arm-tdep.c (arm_find_mapping_symbol): New function, from
9023         arm_pc_is_thumb.
9024         (arm_pc_is_thumb): Use arm_find_mapping_symbol.
9025         (extend_buffer_earlier): New function.
9026         (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
9027         (arm_adjust_breakpoint_address): New function.
9028         (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
9029
9030 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9031
9032         * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
9033         (arm_linux_thumb2_le_breakpoint): New constants.
9034         (arm_linux_init_abi): Set thumb2_breakpoint and
9035         thumb2_breakpoint_size.
9036         * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
9037         (thumb_get_next_pc): Add a comment.  Rename IT to ITSTATE.
9038         Implement support for single stepping through IT blocks if
9039         a 32-bit Thumb breakpoint instruction is available.
9040         (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
9041         is available, use it when needed.
9042         (arm_remote_breakpoint_from_pc): New function.
9043         (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
9044         * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
9045         comment.  Add thumb2_breakpoint and thumb2_breakpoint_size.
9046
9047 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
9048
9049         * arch-utils.c (default_remote_breakpoint_from_pc): New function.
9050         * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
9051         * gdbarch.c, gdbarch.h: Regenerated.
9052         * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
9053         * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
9054         gdbarch_remote_breakpoint_from_pc.
9055
9056 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
9057
9058         * infrun.c (prepare_to_proceed): Handle other signals which might
9059         match a breakpoint.
9060         (handle_inferior_event): Move the check for unusual breakpoint
9061         signals earlier.
9062
9063 2010-01-29  Paul Hilfinger  <hilfinger@adacore.com>
9064
9065         amd64 - function returning record with field straddling 2 registers.
9066         * amd64-tdep.c (amd_classify_aggregate): Handle the case of
9067         a record of length <= 16 in which a field straddles the two
9068         eightbytes.
9069
9070 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9071
9072         Implement return values on amd64-windows.
9073         * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
9074         (amd64_windows_return_value): New function.
9075         (amd64_windows_init_abi): Call set_gdbarch_return_value with
9076         amd64_windows_return_value.
9077
9078 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9079
9080         amd64-windows: 32 bytes allocated on stack by caller for integer
9081         parameter registers.
9082         * i386-tdep.h (struct gdbarch_tdep): Add new field
9083         integer_param_regs_saved_in_caller_frame.
9084         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9085         tdep->integer_param_regs_saved_in_caller_frame to 1.
9086         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
9087         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
9088
9089 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9090
9091         amd64-windows: memory args passed by pointer during function calls.
9092         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
9093         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
9094         where tdep->memory_args_by_pointer is non-zero.
9095         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
9096         tdep->memory_args_by_pointer to 1.
9097
9098 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
9099
9100         amd64-windows: Integer parameters in function calls.
9101         * i386-tdep.h (enum amd64_reg_class): New, moved here from
9102         amd64-tdep.c.
9103         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
9104         call_dummy_integer_regs, and classify.
9105         * amd64-tdep.h (amd64_classify): Add declaration.
9106         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
9107         (amd64_reg_class): Delete, moved to i386-tdep.h.
9108         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
9109         Replace call to amd64_classify by call to tdep->classify.
9110         (amd64_push_arguments): Get the list of registers to use for
9111         passing integer parameters from the gdbarch tdep structure,
9112         rather than using a hardcoded one.  Replace calls to amd64_classify
9113         by calls to tdep->classify.
9114         (amd64_push_dummy_call): Get the register number used for
9115         the "hidden" argument from tdep->call_dummy_integer_regs.
9116         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
9117         and tdep->call_dummy_integer_regs.  Set tdep->classify.
9118         * amd64-windows-tdep.c: Add include of gdbtypes.h.
9119         (amd64_windows_dummy_call_integer_regs): New static global.
9120         (amd64_windows_classify): New function.
9121         (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
9122         tdep->call_dummy_integer_regs and tdep->classify.
9123
9124 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
9125
9126         * regcache.c (regcache_xmalloc): Add aspace argument.  Use it
9127         for the new regcache.  All callers updated.
9128         (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
9129         (get_thread_arch_regcache): Do not set aspace here.
9130         * regcache.h (regcache_xmalloc): Update declaration.
9131
9132         * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
9133         regcache_xmalloc updated.
9134
9135 2010-01-28  Joel Brobecker  <brobecker@adacore.com>
9136
9137         Another -Wunused-function error in procfs.c (sparc-solaris)
9138         * procfs.c (insert_dbx_link_breakpoint): Delete declaration.  Move up.
9139         Only define if SYS_syssgi is defined.
9140         (remove_dbx_link_breakpoint): Delete declaration.  Move up.
9141         (dbx_link_addr, insert_dbx_link_bpt_in_file)
9142         (insert_dbx_link_bpt_in_region): Move up.  Only define if SYS_syssgi
9143         is itself defined.
9144
9145 2010-01-27  Christopher Faylor  <me+cygwin@cgf.cx>
9146
9147         * windows-nat.c (windows_initialization_done): New variable.
9148         (get_windows_debug_event): Issue error when process dies before
9149         completely initializing.
9150         (do_initial_windows_stuff): Set flag to indicate when we are done with
9151         the initial steps of attaching to the child.
9152
9153 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9154
9155         * symtab.h (struct symbol <symtab>): New comment on NULL values.
9156
9157 2010-01-27  Doug Evans  <dje@google.com>
9158
9159         * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
9160
9161         * breakpoint.c (bpstat_stop_status): Delete useless code.
9162
9163 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9164
9165         * printcmd.c (display_uses_solib_p): Remove variable section.  Access
9166         objfile via SYMBOL_SYMTAB.
9167
9168 2010-01-26  Tom Tromey  <tromey@redhat.com>
9169
9170         PR exp/7643:
9171         * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
9172         coerce_array on result.
9173
9174 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
9175
9176         * cp-namespace.c (cp_lookup_symbol_namespace): Added
9177         search_parent argument.
9178         (cp_add_using): Initialize 'searched' field.
9179         (reset_directive_searched): New function.
9180         * cp-support.h: Add 'searched' field to using_direct struct.
9181         (cp_lookup_symbol_imports): Ditto.
9182         * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
9183         Perform recursive search.
9184         Implement non parent search.
9185         * valops.c (value_maybe_namespace_elt): Updated.
9186
9187 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
9188
9189         PR gdb/10929:
9190         * dwarf2read.c (read_lexical_block_scope): Create blocks for
9191         scopes which contain using directives even if they contain no
9192         declarations.
9193         * symtab.c (lookup_symbol_aux): Pass lowest level block to
9194         la_lookup_symbol_nonlocal.
9195         * cp-namespace.c (cp_lookup_symbol_nonlocal): call
9196         cp_lookup_symbol_namespace.
9197         (cp_lookup_symbol_namespace): Perform an import lookup at every
9198         block level.
9199         (cp_lookup_symbol_imports): New function.
9200         (cp_lookup_symbol_in_namespace): New function.
9201
9202 2010-01-25  Tom Tromey  <tromey@redhat.com>
9203
9204         PR gdb/11049:
9205         * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
9206         result.
9207
9208 2010-01-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9209
9210         * configure.ac: Only use host_os part when disabling TUI on osf.
9211         Use test to check variables, prefix strings with x.
9212         * configure: Regenerate.
9213
9214         * solib-osf.c (osf_current_sos): Initialize tail.
9215
9216 2010-01-25  gingold  <gingold@adacore.com>
9217
9218         * windows-nat.c (windows_continue): Use %x to print thread id.
9219         (get_windows_debug_event): Ditto.
9220
9221 2010-01-22  Tom Tromey  <tromey@redhat.com>
9222
9223         PR symtab/11199:
9224         * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
9225         type and arguments.  Use smash_to_methodptr_type.
9226         (read_structure_type): Call quirk_gcc_member_function_pointer
9227         later.
9228         * gdbtypes.h (smash_to_methodptr_type): Declare.
9229         * gdbtypes.c (smash_to_methodptr_type): New function.
9230         (lookup_methodptr_type): Use it.
9231
9232 2010-01-21  Tom Tromey  <tromey@redhat.com>
9233
9234         PR symtab/11198:
9235         * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
9236         * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
9237         * glibc-tdep.c (find_minsym_and_objfile): Remove.
9238         (glibc_skip_solib_resolver): Use
9239         lookup_minimal_symbol_and_objfile.
9240
9241 2010-01-21  Kai Tietz  <kai.tietz@onevision.com>
9242
9243         * inflow.c (check_syscall): Guard by #if clause for GO32 and
9244         WIN32 targets.
9245
9246 2010-01-20  Tom Tromey  <tromey@redhat.com>
9247
9248         PR backtrace/10770:
9249         * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
9250         BINOP_GEQ.  Handle BINOP_NOTEQUAL in the signed case.
9251         * dwarf2expr.c (new_dwarf_expr_context): Allocate
9252         dwarf_stack_values, not CORE_ADDRs.
9253         (execute_stack_op): Change DW_OP_div and comparison operators to
9254         use signed operands.
9255
9256 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
9257
9258         Per-inferior args and tty and environment.
9259
9260         * infcmd.c (inferior_args): Rename to ...
9261         (inferior_args_scratch): ... this.
9262         (inferior_io_terminal): Rename to ...
9263         (inferior_io_terminal_scratch): ... this.
9264         (inferior_argc, inferior_argv): Remove.
9265         (set_inferior_io_terminal, get_inferior_io_terminal): Store
9266         inside current_inferior().
9267         (set_inferior_tty_command, show_inferior_tty_command): New.
9268         (get_inferior_args, set_inferior_args): Store inside
9269         current_inferior().
9270         (notice_args_set): Likewise and rename to...
9271         (set_args_command): ... this.
9272         (set_inferior_args_vector): Likewise.
9273         (notice_args_read): Rename to...
9274         (show_args_command): ...new.
9275         (tty_command): Remove.
9276         (run_command_1): Don't free old args, as they are freed by
9277         set_inferior_arg now.
9278         (run_no_args_command): Likewise.
9279         (inferior_environ): Remove.
9280         (run_command_1): Use environment of the current inferior.
9281         (environment_info, set_environment_command)
9282         (unset_environment_command, path_info, path_command): Likewise.
9283         (_initialize_infcmd): Adjust for function and variable renames.
9284         Do not init inferior_environ.
9285         * inferior.h (set_inferior_arg): Adjust prototype.
9286         (struct inferior): New fields args, argc, argv, terminal, environment.
9287         (inferior_environ): Remove declaration.
9288         * inferior.c (free_inferior): Free new fields.
9289         (add_inferior_silent): Initialize 'environment' field.
9290         * main.c (captured_main): Set arguments only after the initial
9291         inferior has been created.  Set set_inferior_io_terminal,
9292         not tty_command.
9293         * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
9294         inferior.
9295         (_initialize_mi_cmd_env): Adjust for disappearance of global
9296         inferior_environ.
9297         * solib.c (solib_find): Use environment of the current inferior.
9298
9299 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9300
9301         * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
9302         HAVE_PYTHON.
9303         (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
9304
9305 2010-01-20  Joel Brobecker  <brobecker@adacore.com>
9306
9307         Get rid of ada-lang.c:function_name_from_pc.
9308         * ada-lang.c: Add "stack.h" #include.
9309         (function_name_from_pc): Delete.
9310         (is_known_support_routine): Replace call to function_name_from_pc
9311         by call to find_frame_funname.
9312         (ada_unhandled_exception_name_addr_from_raise): Likewise.
9313
9314 2010-01-19  Tom Tromey  <tromey@redhat.com>
9315
9316         PR c++/11026:
9317         * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
9318         objfile obstack.
9319
9320 2010-01-19  Tom Tromey  <tromey@redhat.com>
9321
9322         * top.c (stop_sig, float_handler, do_nothing): Remove.
9323
9324 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9325
9326         * breakpoint.c (watchpoint_check): Check the call
9327         gdbarch_in_function_epilogue_p before calling frame_find_by_id.
9328         Extend the comment.
9329         * config/djgpp/fnchange.lst: Add translations for
9330         watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
9331         watchpoint-cond-gone-stripped.c.
9332
9333 2010-01-19  Tom Tromey  <tromey@redhat.com>
9334
9335         PR c++/8000:
9336         * dwarf2read.c (partial_die_parent_scope): Put enumeration type
9337         into parent scope, and enumerator into grandparent scope.
9338
9339 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
9340
9341         * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
9342
9343 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
9344
9345         * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
9346         i[34567]86-*-solaris2.1[0-9]*.
9347         * configure.tgt: Likewise.
9348
9349 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
9350
9351         * NEWS: Document the source command enhancement allowing it
9352         to load Python scripts. Document the "set/show script-extension"
9353         commands.
9354
9355 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
9356
9357         Add -Wunused-function to compile flags.
9358         * configure.ac: Add -Wunused-function to build_warnings.
9359         * configure: Regenerate.
9360
9361 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
9362
9363         "delete" ada-lex.c:input function, not used.
9364         * ada-lex.l: #define YY_NO_INPUT.
9365
9366 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
9367
9368         Delete free_named_symtabs and associated cleanup.
9369         * symfile.h (free_named_symtabs): Delete declaration.
9370         * symfile.c: Remove some commented out code (clear_symtab_users_once).
9371         (cashier_psymtab): Comment function out.
9372         Delete declaration.
9373         (free_named_symtabs): Delete.
9374         * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
9375         * dbxread.c (end_psymtab): Likewise.
9376         * dwarf2read.c (process_psymtab_comp_unit): Ditto.
9377         * exec.c (exec_close_1): Ditto.
9378         * xcoffread.c (xcoff_end_psymtab): Likewise.
9379
9380 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
9381
9382         * stack.c (print_block_frame_labels): Comment function out.
9383
9384 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
9385
9386         Delete unused or undefined functions.
9387         * breakpoint.c (ep_parse_optional_filename): Delete.
9388         * dcache.c (dcache_write_line): Remove declaration.
9389         * infrun.c (build_infrun): Remove declaration.
9390         * tracepoint.c (tracepoint_save_command): Remove declaration.
9391         * linux-nat.c (init_lwp_list): Delete. No longer used.
9392         * event-loop.c (check_async_signal_handlers): Delete declaration.
9393         * infrun.c (init_execution_control_state): Delete.
9394         (proceed): Update comment to avoid mentioning
9395         init_execution_control_state.
9396         * target.c (kill_or_be_killed, nosupport_runtime): Delete.
9397         * ada-lang.c (ada_to_static_fixed_value): Delete.
9398         * scm-lang.c (evaluate_subexp_scm): Delete declaration.
9399         * cp-namespace.c (cp_copy_usings): Delete.
9400         * xml-syscall.c (xml_number_of_syscalls): Delete.
9401         * progspace.c (find_program_space_by_num): Delete.
9402         * inflow.c (handle_sigio): Delete declaration.
9403         * hppa-tdep.c (hppa_alignof): Delete.
9404         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
9405         (mipsnbsd_core_osabi_sniffer): Delete.
9406
9407 2010-01-18  Tom Tromey  <tromey@redhat.com>
9408
9409         PR c++/9680:
9410         * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
9411         (CONST_CAST): New tokens.
9412         (exp): Add new productions.
9413         (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
9414         reinterpret_cast.
9415         (is_cast_operator): New function.
9416         (yylex): Handle cast operators specially.
9417         * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
9418         UNOP_REINTERPRET_CAST>: New cases.
9419         * expprint.c (print_subexp_standard): Likewise.
9420         (op_name_standard): Likewise.
9421         (dump_subexp_body_standard): Likewise.
9422         * parse.c (operator_length_standard): Likewise.
9423         * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
9424         UNOP_REINTERPRET_CAST.
9425         * gdbtypes.c (class_types_same_p): New function.
9426         (is_ancestor): Use it.
9427         (is_public_ancestor): New function.
9428         (is_unique_ancestor_worker): Likewise.
9429         (is_unique_ancestor): Likewise.
9430         * gdbtypes.h (class_types_same_p, is_public_ancestor)
9431         (is_unique_ancestor): Declare.
9432         * valops.c (value_reinterpret_cast): New function.
9433         (dynamic_cast_check_1): Likewise.
9434         (dynamic_cast_check_2): Likewise.
9435         (value_dynamic_cast): Likewise.
9436         * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
9437
9438 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
9439
9440         Fix build failure when building without Python support.
9441         * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
9442         is not defined.
9443
9444 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
9445
9446         Use XVS field type instead of doing a parallel lookup.
9447         * ada-lang.c (ada_get_base_type): Follow the XVS field type
9448         if it is a reference type instead of doing a type lookup using
9449         the XVS field name.
9450
9451 2010-01-18  Joel Brobecker  <brobecker@adacore.com>
9452
9453         Trust PAD types instead of using PAD___XVS.
9454         * ada-lang.c (trust_pad_over_xvs): New static variable.
9455         (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
9456         parallel XVS type, follow the XVS type instead of the PAD type.
9457         (unwrap_value): Make sure that there is no parallel XVE type
9458         before returning the value as is.
9459         (set_ada_list, show_ada_list): New static variables.
9460         (set_ada_command, show_ada_command): New functions.
9461         (_initialize_ada_language): Add new "set/show ada" prefix commands.
9462         Add new "set/show ada trust-PAD-over-XVS" setting.
9463
9464 2010-01-18  Tom Tromey  <tromey@redhat.com>
9465             Thiago Jung Bauermann  <bauerman@br.ibm.com>
9466
9467         Allow "source" to load python scripts.
9468         * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
9469         * python/python.c (source_python_script): New function.
9470         * python/python.h (source_python_script): Add declaration.
9471         * cli/cli-cmds.c: #include exceptions.h and python/python.h.
9472         (script_ext_off, script_ext_soft, script_ext_strict)
9473         (script_ext_enums, script_ext_mode): New static constants.
9474         (show_script_ext_mode, find_and_open_script): New functions.
9475         (source_script): Enhance to handle Python scripts.
9476         (init_cli_cmds): Add set/show script-extension commands.
9477
9478 2010-01-16  Stan Shebs  <stan@codesourcery.com>
9479
9480         * tracepoint.h (struct trace_status): Use unsigned long long
9481         instead of size_t.
9482         * tracepoint.c (trace_status_command): Fix printf directive.
9483         (trace_save_command): Check fwrite returns, fix printf directive.
9484         (trace_filename): New global.
9485         (tfile_open): Set it, check read returns.
9486         (tfile_close): Free trace_filename.
9487         (tfile_get_traceframe_address): Check read returns.
9488         (tfile_trace_find): Ditto.
9489         (tfile_fetch_registers): Ditto.
9490         (tfile_xfer_partial): Ditto.
9491         (tfile_get_trace_state_variable_value): Ditto.
9492
9493 2010-01-15  Stan Shebs  <stan@codesourcery.com>
9494
9495         Add trace file support.
9496         * tracepoint.h (enum trace_stop_reason): New enum.
9497         (struct trace_status): New struct.
9498         (parse_trace_status): Declare.
9499         (struct uploaded_tp): Move here from remote.c,
9500         add fields for actions.
9501         (struct uploaded_tsv): New struct.
9502         * tracepoint.c (tfile_ops): New target vector.
9503         (trace_fd): New global.
9504         (tfile_open): New function.
9505         (tfile_close): New function.
9506         (tfile_files_info): New function.
9507         (tfile_get_trace_status): New function.
9508         (tfile_get_traceframe_address): New function.
9509         (tfile_trace_find): New function.
9510         (tfile_fetch_registers): New function.
9511         (tfile_xfer_partial): New function.
9512         (tfile_get_trace_state_variable_value): New function.
9513         (init_tfile_ops): New function.
9514         (_initialize_tracepoint): Call it, add tfile target.
9515         (trace_status): New global.
9516         (current_trace_status): New function.
9517         (trace_running_p): Remove, change all users to get from
9518         current_trace_status()->running.
9519         (get_trace_status): Remove.
9520         (trace_status_command): Call target_get_trace_status directly,
9521         report more detail including tracing stop reasons.
9522         (trace_find_command): Always allow tfind on a file.
9523         (trace_find_pc_command): Ditto.
9524         (trace_find_tracepoint_command): Ditto.
9525         (trace_find_line_command): Ditto.
9526         (trace_find_range_command): Ditto.
9527         (trace_find_outside_command): Ditto.
9528         (trace_frames_offset, cur_offset): Declare as off_t.
9529         (trace_regblock_size): Rename from reg_size, update users.
9530         (parse_trace_status): New function.
9531         (tfile_interp_line): New function.
9532         (disconnect_or_stop_tracing): Ensure current trace
9533         status before asking what to do.
9534         (stop_reason_names): New global.
9535         (trace_save_command): New command.
9536         (get_uploaded_tp): Move here from remote.c.
9537         (find_matching_tracepoint): Ditto.
9538         (merge_uploaded_tracepoints): New function.
9539         (parse_trace_status): Use stop_reason_names.
9540         (_initialize_tracepoint): Define tsave command.
9541         * target.h (target_ops): New fields to_save_trace_data,
9542         to_upload_tracepoints, to_upload_trace_state_variables,
9543         to_get_raw_trace_data, change to_get_trace_status
9544         to take a pointer to a status struct.
9545         (target_save_trace_data): New macro.
9546         (target_upload_tracepoints): New macro.
9547         (target_upload_trace_state_variables): New macro.
9548         (target_get_raw_trace_data): New macro.
9549         * target.c (update_current_target): Add new methods, change
9550         signature of to_get_trace_status.
9551         * remote.c (hex2bin): Make globally visible.
9552         (bin2hex): Ditto.
9553         (remote_download_trace_state_variable): Download name also.
9554         (remote_get_trace_status): Update parameter, use
9555         parse_trace_status.
9556         (remote_save_trace_data): New function.
9557         (remote_upload_tracepoints): New function.
9558         (remote_upload_trace_state_variables): New function.
9559         (remote_get_raw_trace_data): New function.
9560         (remote_start_remote): Use them.
9561         (_initialize_remote_ops): Add operations.
9562         * ax-gdb.c: Include breakpoint.h.
9563         * breakpoint.c (create_tracepoint_from_upload): Use
9564         break_command_really, return tracepoint, warn about unimplemented
9565         parts.
9566         * NEWS: Mention trace file addition.
9567
9568 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9569
9570         Fix compilation warning on gcc-3.4.
9571         * exec.c (print_section_info): Move the `displacement' variable
9572         initialization to its declaration.
9573
9574 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9575
9576         * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
9577         comparison.
9578
9579 2010-01-15  Eric Botcazou  <botcazou@adacore.com>
9580
9581         "info tasks" broken by typedefs in ATCB type definitions.
9582         * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
9583         ada_check_typedef before retrieving the length of the type for
9584         regular fields.
9585
9586 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
9587
9588         Do not use name-based lookup for unconstrained packed arrays.
9589         * ada-lang.c (find_parallel_type_by_descriptive_type):
9590         Limit the fallback to name-based lookups to the case where
9591         the type is a constrained packed array.
9592
9593 2010-01-15  Joel Brobecker  <brobecker@adacore.com>
9594
9595         Enhance gdb-gdb.py to handle main_type.type_specific.
9596         * gdb-gdb.py: Print the type-specific part of struct main_type.
9597
9598 2010-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9599
9600         * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
9601         * configure: Regenerate.
9602         * config.in: Regenerate.
9603         * utils.c: Include sys/resource.h.
9604         (dump_core, can_dump_core): New.
9605         (internal_vproblem): Update the comment.  Check can_dump_core while
9606         setting dump_core_p.  Replace two abort calls by dump_core calls.
9607
9608 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9609             Eli Zaretskii  <eliz@gnu.org>
9610
9611         * NEWS: Document the PIE support.
9612
9613 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9614
9615         * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
9616         (check_is_pie_binary, _initialize_linux_tdep): Remove.
9617
9618 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9619
9620         * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
9621         Replace exec_entry_point call by bfd_get_start_address.
9622
9623 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9624
9625         Support Valgrind attachments broken by the PIE support.
9626         * auxv.c: Include gdbcore.h.
9627         (procfs_xfer_auxv): Make static.  Reduce its comment.  Drop its
9628         parameters ops, object and annex.  Remove their assertions.
9629         (ld_so_xfer_auxv, memory_xfer_auxv): New function.
9630         * auxv.h (procfs_xfer_auxv): Remove comment.  Rename to ...
9631         (memory_xfer_auxv): ... here.
9632         * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
9633         memory_xfer_auxv.
9634         * procfs.c (procfs_xfer_partial): Likewise.
9635         * solib-svr4.c (svr4_relocate_main_executable): New prototype.
9636         (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
9637         (svr4_solib_create_inferior_hook): Conditionalize the
9638         svr4_relocate_main_executable call.
9639
9640 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9641
9642         * solib-svr4.c (scan_dyntag): Remove variable dyn_addr.  New variable
9643         target_section.  Find SECT in current_target_sections, gdb_assert it.
9644         (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
9645         New variable abfd.
9646         * symtab.c (lookup_objfile_from_block): Return the binary file instead
9647         of separate debug info file.
9648
9649 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9650
9651         Support PIEs with no symfile_objfile.
9652         * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
9653         * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
9654
9655 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9656
9657         * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
9658         code part to ...
9659         (svr4_static_exec_displacement): ... a new function.
9660         (svr4_exec_displacement): New function.
9661         (svr4_relocate_main_executable): Call svr4_exec_displacement.  Allocate
9662         new_offsets using alloca now.  Remove variable old_chain and changed.
9663         Call objfile_relocate unconditionally now.
9664
9665 2010-01-14  Doug Evans  <dje@google.com>
9666
9667         * gdbtypes.c (arch_flags_type): Fix comment.
9668         * gdbtypes.h (arch_composite_type): Fix comment.
9669
9670 2009-01-14  Tristan Gingold  <gingold@adacore.com>
9671
9672         * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
9673         Call xstrdup for abfd->filename.  Pass symfile_flags and objfile flags
9674         to symbol_file_add_from_bfd.  Add OSO as separate objfile.
9675         (macho_oso_symfile): Add symfile_flags parameter.  Pass it to
9676         macho_add_oso_symfile.
9677         (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
9678
9679 2010-01-14  Joel Brobecker  <brobecker@adacore.com>
9680
9681         Tru64: Dead threads are never deleted.
9682         * dec-thread.c (dec_thread_ptid_is_alive): New function.
9683         (dec_thread_count_gdb_threads): Fix counter increment.
9684         (dec_thread_add_gdb_thread): Fix *listp increment.
9685         (resync_thread_list): Fix bug in deletion of dead threads that
9686         caused all threads to be deleted, instead of just the dead ones.
9687
9688 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
9689
9690         PR python/10705
9691
9692         * python/python-internal.h: Add lazy_string_object_type
9693         definition.
9694         (create_lazy_string_object, gdbpy_initialize_lazy_string)
9695         (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
9696         * python/py-value.c (valpy_lazy_string): New function.
9697         (convert_value_from_python): Add lazy string conversion.
9698         * python/py-prettyprint.c (pretty_print_one_value): Check if
9699         return is also a lazy string.
9700         (print_string_repr): Add lazy string printing branch.
9701         (print_children): Likewise.
9702         * python/py-lazy-string.c: New file. Implement lazy strings.
9703         * python/python.c (_initialize_python): Call
9704         gdbpy_initialize_lazy_string.
9705         * varobj.c (value_get_print_value): Add lazy string printing
9706         branch.  Account for encoding.
9707         * c-lang.c (c_printstr): Account for new encoding argument.  If
9708         encoding is NULL, find encoding suited for type, otherwise use
9709         user encoding.
9710         * language.h (language_defn): Add encoding argument.
9711         (LA_PRINT_STRING): Likewise.
9712         * language.c (unk_lang_printstr): Update to reflect new encoding
9713         argument to language_defn.
9714         * ada-lang.h (ada_printstr): Likewise.
9715         * c-lang.h (c_printstr): Likewise.
9716         * p-lang.h (pascal_printstr);
9717         * f-lang.c (f_printstr): Likewise.
9718         * m2-lang.c (m2_printstr): Likewise.
9719         * objc-lang.c (objc_printstr): Likewise.
9720         * p-lang.c (pascal_printstr): Likewise.
9721         * scm-lang.c (scm_printstr): Likewise.
9722         * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
9723         encoding argument.
9724         * ada-valprint.c (ada_printstr): Likewise.
9725         * f-valprint.c (f_val_print): Likewise
9726         * m2-valprint.c (m2_val_print): Likewise.
9727         * p-valprint.c (pascal_val_print): Likewise.
9728         * expprint.c (print_subexp_standard): Likewise.
9729         * valprint.c (val_print_string): Likewise.
9730         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
9731         (SUBDIR_PYTHON_SRCS): Likewise.
9732         (py-lazy-string.o): New rule.
9733
9734 2010-01-13  Doug Evans  <dje@google.com>
9735
9736         * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
9737         uninitialized" warning from gcc on local `tree'.
9738
9739 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
9740
9741         Implement core awareness.
9742
9743         * bcache.c (compare_ints): Remove
9744         (print_percentage): Use compare_positive_ints.
9745         * defs.h (compare_positive_ints): Declare.
9746         * linux-nat.h (struct lin_lwp): New field core.
9747         (linux_nat_core_of_thread_1): Declare.
9748         * linux-nat.c (add_lwp): Init the 'core' field.
9749         (linux_nat_wait_1): Record the core.
9750         (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
9751         (linux_nat_add_target): Register the above.
9752         * linux-thread-db.c (update_thread_core): New.
9753         (thread_db_find_new_threads): Update core information for
9754         every thread.
9755         * remote.c (struct private_thread_info): New.
9756         (free_private_thread_info, demand_private_info): New.
9757         (PACKET_qXfer_threads, use_osdata_threads): New.
9758         (struct thread_item, threads_parsing_context
9759         (start_thread, end_thread, thread_attributes)
9760         (thread_children, threads_children, threads_elements): New.
9761         (remote_threads_info): Try qXfer:threads before anything
9762         else.
9763         (remote_protocol_packets): Register qXfer:threads.
9764         (remote_open_1): Init use_osdata_threads.
9765         (struct stop_reply): New field 'core'.
9766         (remote_parse_stop_reply): Parse core number.
9767         (process_stop_reply): Record core number.
9768         (remote_xfer_partial): Handle qXfer:threads.
9769         (remote_core_of_thread): New.
9770         (init_remote_ops): Register remote_core_of_thread.
9771         (_initialize_remote): Register qXfer:read.
9772         * target.c (target_core_of_thread): New
9773         * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
9774         (struct target_ops): New field to_core_of_threads.
9775         (target_core_of_thread): Declare.
9776         * gdbthread.h (struct thread_info): New field private_dtor.
9777         * thread.c (print_thread_info): Report the core.
9778         * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
9779         * utils.c (compare_positive_ints): New.
9780         * features/threads.dtd: New.
9781         * mi/mi-interp.c (mi_on_normal_stop): Report the core.
9782         * mi/mi-main.c (struct collect_cores_data, collect_cores)
9783         (do_nothing, free_vector_of_osdata_items)
9784         (splay_tree_int_comparator, free_splay_tree): New.
9785         (print_one_inferior_data): Implemented printing of selected
9786         inferiors.  Collect and print cores.
9787         (output_cores): New.
9788         (mi_cmd_list_thread_groups): Support --recurse.  Permit specifying
9789         thread groups together with --available.
9790
9791 2010-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9792
9793         * configure: Regenerate (for _STRUCTURED_PROC).
9794
9795 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
9796
9797         Delete dead function.
9798         * ada-lang.c (extract_string): Delete.  No longer used.
9799
9800 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
9801
9802         Fix -Wunused warning in dec-thread.c.
9803         * dec-thread.c (dec_thread_count_gdb_threads)
9804         (dec_thread_add_gdb_thread): Prevent -Wunused warning.
9805
9806 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
9807
9808         * ada-valprint.c (ada_print_floating): Remove trailing space.
9809
9810 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
9811
9812         Add support for DW_AT_GNAT_descriptive_type.
9813         * gdbtypes.h (enum type_specific_kind): New enum.
9814         (struct main_type) [type_specific_field]: New component.
9815         [type_specific]: Add new component "gnat_stuff".
9816         (struct gnat_aux_type): New type.
9817         (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
9818         (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
9819         (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
9820         (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
9821         (TYPE_SPECIFIC_FIELD): New macros.
9822         (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
9823         type does not hold any cplus-specific data.
9824         (TYPE_RAW_CPLUS_SPECIFIC): New macro.
9825         (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
9826         (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
9827         cplus-specific data.
9828         * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
9829         Set new component TYPE_SPECIFIC_FIELD (type).
9830         (gnat_aux_default): New constant.
9831         (allocate_gnat_aux_type): New function.
9832         (init_type): Add initialization the type-specific stuff for
9833         TYPE_CODE_FLT and TYPE_CODE_FUNC types.
9834         (print_gnat_stuff): New function.
9835         (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
9836         specific data.  Adjust code that prints the contents of the
9837         type-specific union using the TYPE_SPECIFIC_FIELD value.
9838         * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
9839         the type cplus stuff for Ada types.
9840         (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
9841         Error out if these routines are called with an Ada type.
9842         (read_structure_type, read_array_type, read_subrange_type):
9843         Add call to set_descriptive_type.
9844         (set_die_type): Initialize the gnat-specific data if necessary.
9845         (need_gnat_info, die_descriptive_type, set_descriptive_type):
9846         New functions.
9847         * ada-lang.c (decode_constrained_packed_array_type): Use
9848         decode_constrained_packed_array_type instead of doing a standard
9849         lookup to locate a parallel type.
9850         (find_parallel_type_by_descriptive_type): New function.
9851         (ada_find_parallel_type_with_name): New function.
9852         (ada_find_parallel_type): Reimplement using
9853         ada_find_parallel_type_with_name.
9854         * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
9855         to check if type has a cplus stuff.
9856         * linespec.c (total_number_of_methods): Likewise.
9857         * mdebugread.c (new_type): Likewise.
9858
9859 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9860
9861         * NEWS: Document the 0b binary number prefix parsing.
9862
9863 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9864
9865         * objfiles.c (objfile_relocate1): Change the return type to int.
9866         Describe the new return value.  Return non-zero if data changed.
9867         (objfile_relocate): New variable changed.  Set it.  Call
9868         breakpoint_re_set depending on CHANGED.
9869
9870 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9871
9872         Implement binary numbers parsing.
9873         * c-exp.y (parse_number): New case 'b' and 'B'.
9874
9875 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9876             Tristan Gingold  <gingold@adacore.com>
9877
9878         * solib.c (info_sharedlibrary_command): Replace
9879         objfile_has_partial_symbols and objfile_has_full_symbols calls by
9880         objfile_has_symbols.
9881
9882 2010-01-10  Joel Brobecker  <brobecker@adacore.com>
9883
9884         * NEWS: Document the improvements made to the mips-irix port.
9885
9886 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
9887
9888         Fix the documentation of valprint.c:value_print.
9889         * valprint.c (value_print): Update the function description to
9890         mention that the syntax of the output follows the current_language,
9891         not necessarily C.
9892
9893 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9894
9895         Fix displacement of separate debug info files.
9896         * objfiles.c (objfile_relocate): Rename to ...
9897         (objfile_relocate1): ... here and make it static.  Extend the comment.
9898         (objfile_relocate): New function.
9899         * solib-spu.c (spu_relocate_main_executable): Explicitly check if
9900         SYMFILE_OBJFILE is NULL.  Remove variables objfile and old_chain.
9901         Remove following of SEPARATE_DEBUG_OBJFILE.  new_offsets is now
9902         allocated using alloca.
9903         * symfile.c (copy_section_addr_info): Remove.
9904         (build_section_addr_info_from_objfile): Make it global.  New variables
9905         addr_bit and mask, use them.
9906         * symfile.h (build_section_addr_info_from_objfile): New prototype.
9907         (copy_section_addr_info): Remove.
9908
9909 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
9910
9911         Signal unwinder for mips-irix N32.
9912         * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
9913         tramp-frame.h.
9914         (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
9915         (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
9916         (SIGCONTEXT_LO_OFF): New macros.
9917         (mips_irix_n32_tramp_frame_init): New function.
9918         (mips_irix_n32_tramp_frame): New static constant.
9919         (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
9920
9921 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
9922
9923         Breakpoint in shared library does not work on mips-irix.
9924         * procfs.c: #include "observer.h".
9925         (procfs_inferior_created): New function, moving here the code
9926         which unsets the syssgi syscall-exit notifications.
9927         (procfs_create_inferior): Remove the code which unsets the syssgi
9928         syscall-exit notifications. It is too early to do this here.
9929         (_initialize_procfs): Attach the procfs_inferior_created observer.
9930
9931 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
9932
9933         Wrong return convention for arrays (mips-irix).
9934         * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
9935         128 bits or smaller are returned the same way as structs
9936         and unions of the the same size.
9937
9938 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
9939
9940         Cannot set the PC on mips-irix.
9941         * irix5-nat.c (fill_gregset): Check regno against the raw PC
9942         register number, no the cooked one.
9943
9944 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
9945
9946         Error while loading core file on mips-irix.
9947         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
9948         if debugging from a core file.
9949
9950 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
9951
9952         GDB hangs when attaching to process on mips-irix.
9953         * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
9954         attaching to a process.
9955
9956 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
9957
9958         Use the correct breakpoint instruction on mips-irix.
9959         * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
9960         containing the correct breakpoint instruction to use on mips-irix.
9961         Use it when the osabi is GDB_OSABI_IRIX.
9962
9963 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
9964
9965         -Wunused warning in procfs.c (mips-irix only).
9966         * procfs.c (gdb_praddset, gdb_prdelset): New macros.  Use them
9967         throughout instead of using praddset and prdelset respectively.
9968
9969 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
9970
9971         GDB crash while stepping into function.
9972         * infrun.c (handle_inferior_event): Refetch the current frame
9973         after handling what.main_action, in case that pointer became
9974         dangling.
9975
9976 2010-01-09  Joel Brobecker  <brobecker@adacore.com>
9977
9978         Fix build failure of solaris-hosted cross debuggers.
9979         * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
9980
9981 2010-01-09  Daniel Gutson  <dgutson@codesourcery.com>
9982
9983         Fix build failure on sparc-solaris.
9984         * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
9985
9986 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9987
9988         Move some symfile code into subroutines.
9989         * symfile.h (relative_addr_info_to_section_offsets)
9990         (addr_info_make_relative): New prototypes.
9991         * symfile.c (default_symfile_offsets): Move a part to ...
9992         (relative_addr_info_to_section_offsets): ... this new function.
9993         (default_symfile_offsets): Call it.
9994         (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
9995         this part to ...
9996         (addr_info_make_relative): ... this new function.
9997
9998 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9999
10000         Add from_tty to solib_create_inferior_hook.
10001         * infcmd.c (post_create_inferior): Move solib_add after
10002         solib_create_inferior_hook.  Pass from_tty to
10003         solib_create_inferior_hook.  Call solib_add and SOLIB_ADD with
10004         0 from_tty and comment why.
10005         * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
10006         * linux-nat.c (linux_child_follow_fork): Likewise.
10007         * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
10008         * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
10009         from_tty.
10010         * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
10011         * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
10012         * solib-null.c (null_solib_create_inferior_hook): Likewise.
10013         * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
10014         * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
10015         * solib-som.c (som_solib_create_inferior_hook): Likewise.
10016         * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
10017         Pass it to svr4_so_ops.solib_create_inferior_hook.
10018         * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
10019         from_tty.
10020         * solib-svr4.c (enable_break): New parameter from_tty.  Pass it to
10021         solib_add.
10022         (svr4_solib_create_inferior_hook): New parameter from_tty.  Pass it to
10023         enable_break.
10024         * solib-target.c (solib_target_solib_create_inferior_hook): New
10025         parameter from_tty.
10026         * solib.c (solib_create_inferior_hook): New parameter from_tty.  Pass
10027         it to ops->solib_create_inferior_hook.
10028         (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
10029         Move solib_add after solib_create_inferior_hook, call it now with
10030         from_tty as 0.  New comment there.
10031         * solib.h (solib_create_inferior_hook): New parameter from_tty.
10032         * solist.h (struct target_so_ops <solib_create_inferior_hook>):
10033         Likewise.
10034
10035 2010-01-08  Vladimir Prus  <vladimir@codesourcery.com>
10036
10037         Fix multiexec race.
10038         * infrun.c (handle_inferior_event): Use get_thread_regcache
10039         with events ptid, not get_current_regcache.
10040
10041 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10042
10043         GDB crash with empty executable name (MinGW).
10044         * source.c (openp): Add assert that parameter string is not NULL.
10045         if parameter string is an empty string, then return with a failure
10046         immediately.
10047
10048 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10049
10050         Get rid of support for VAX Floats.
10051         * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10052         (ada_vax_float_print_function): Delete.
10053         * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
10054         (ada_vax_float_print_function): Delete.
10055         * ada-typeprint.c (print_vax_floating_point_type): Delete.
10056         (ada_print_type): Remove support for VAX floats.
10057         * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
10058
10059 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10060
10061         * stabsread.c (read_args): Handle zero arguments.
10062
10063 2009-01-08  Joel Brobecker  <brobecker@adacore.com>
10064
10065         Cannot find in-tree libiconv.a after reconfigure.
10066         * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
10067         that we can use, then cache the path to this archive.
10068         * configure: Regenerate.
10069
10070 2010-01-07  Stan Shebs  <stan@codesourcery.com>
10071
10072         Make tracepoint operations go through target vector.
10073         * target.h (enum trace_find_type): New enum.
10074         (struct target_ops): New fields to_trace_init,
10075         to_download_tracepoint, to_download_trace_state_variable,
10076         to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
10077         to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
10078         to_set_disconnected_tracing.
10079         (target_trace_init): New macro.
10080         (target_download_tracepoint): New macro.
10081         (target_download_trace_state_variable): New macro.
10082         (target_trace_start): New macro.
10083         (target_trace_set_readonly_regions): New macro.
10084         (target_get_trace_status): New macro.
10085         (target_trace_stop): New macro.
10086         (target_trace_find): New macro.
10087         (target_get_trace_state_variable_value): New macro.
10088         (target_set_disconnected_tracing): New macro.
10089         * target.c (update_current_target): Inherit and set defaults for
10090         tracepoint operations.
10091         * tracepoint.c (default_collect): Make globally visible.
10092         (target_is_remote): Remove, along with all calls.
10093         (tvariables_info): Call target_get_trace_state_variable_value.
10094         (remote_set_transparent_ranges): Remove.
10095         (trace_start_command): Call target_trace_init,
10096         target_download_tracepoint, etc.
10097         (download_tracepoint): Remove.
10098         (trace_stop_command): Simplify.
10099         (stop_tracing): Call target_trace_stop.
10100         (get_trace_status): Call target_get_trace_status.
10101         (trace_status_command): Add case for targets that cannot trace.
10102         (finish_tfind_command): Change to take numerical arguments, call
10103         target_trace_find.
10104         (trace_find_command): Update call to finish_tfind_command.
10105         (trace_find_pc_command): Ditto.
10106         (trace_find_tracepoint_command): Ditto.
10107         (trace_find_line_command): Ditto.
10108         (trace_find_range_command): Ditto.
10109         (trace_find_outside_command): Ditto.
10110         (set_disconnected_tracing_value): Call
10111         target_set_disconnected_tracing.
10112         * remote.c: Add protocol encoding bits from tracepoint.c.
10113         (trace_error): Move from tracepoint.c.
10114         (remote_get_noisy_reply): Ditto.
10115         (free_actions_list_cleanup_wrapper): Ditto.
10116         (free_actions_list): Ditto.
10117         (remote_trace_init): New function.
10118         (remote_download_tracepoint): New function.
10119         (remote_download_trace_state_variable): New function.
10120         (remote_trace_set_readonly_regions): New function.
10121         (remote_trace_start): New function.
10122         (remote_get_trace_status): New function.
10123         (remote_trace_stop): New function.
10124         (remote_trace_find): New function.
10125         (remote_download_trace_state_variable): New function.
10126         (remote_set_disconnected_tracing): New function.
10127         (init_remote_ops): Add tracepoint operations.
10128
10129         * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
10130
10131 2010-01-07  Tristan Gingold  <gingold@adacore.com>
10132
10133         * symfile.c (build_section_addr_info_from_objfile): New function.
10134         (symbol_file_add_separate): Don't use offsets from objfile but
10135         built an addr info.
10136
10137 2010-01-06  Stan Shebs  <stan@codesourcery.com>
10138
10139         Support disconnected tracing.
10140         * infcmd.c (detach_command): Ask whether to stop tracing.
10141         * cli/cli-cmds.c (quit_command): Ditto.
10142         * breakpoint.h (struct breakpoint): New field number_on_target.
10143         * breakpoint.c (create_tracepoint_from_upload): New function.
10144         (get_tracepoint_by_number_on_target): New function.
10145         * remote.c (struct remote): New field disconnected_tracing.
10146         (remote_disconnected_tracing_feature): New function.
10147         (remote_protocol_features): Add DisconnectedTracing.
10148         (struct uploaded_tp): New struct.
10149         (uploaded_tps): New global.
10150         (get_uploaded_tp): New function.
10151         (find_matching_tracepoint): New function.
10152         (remote_get_tracing_state): New function.
10153         (remote_start_remote): Call it.
10154         * tracepoint.c (disconnected_tracing): New global.
10155         (trace_start_command): Initialize number_on_target.
10156         (stop_tracing): New function, split out from...
10157         (trace_stop_command): Call stop_tracing.
10158         (get_trace_status): New function, split out from...
10159         (trace_status_command): Call get_trace_status, add info on
10160         disconnection behavior.
10161         (disconnect_or_stop_tracing): New function.
10162         (finish_tfind_command): Translate from number on target.
10163         (trace_find_tracepoint_command): Translate to number on target.
10164         (send_disconnected_tracing_value): New function.
10165         (set_disconnected_tracing): New function.
10166         (_initialize_tracepoint): Add disconnected-tracing variable.
10167         * NEWS: Mention disconnected tracing.
10168
10169 2010-01-06  Tristan Gingold  <gingold@adacore.com>
10170
10171         * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
10172         parameter to main_objfile.  Iterate on all separate debug objfiles.
10173         * symfile.h (symbol_file_add_separate)
10174         (find_separate_debug_file_by_debuglink): Remove parameter names.
10175         * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
10176         (reread_symbols): Use free_objfile_separate_debug.
10177         * objfiles.h (struct objfile): Add separate_debug_objfile_link.
10178         Adjust comment.
10179         (objfile_separate_debug_iterate, add_separate_debug_objfile)
10180         (free_objfile_separate_debug): New prototypes.
10181         * objfiles.c (objfile_separate_debug_iterate): New function.
10182         (add_separate_debug_objfile, free_objfile_separate_debug): New
10183         functions.
10184         (free_objfile): Use free_objfile_separate_debug.  Adjust for
10185         multiple separate debug objfile.
10186         (objfile_has_symbols): Adjust comment.  Iterate on all separate
10187         debug objfiles.
10188         * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
10189         debug objfile.
10190         (lookup_minimal_symbol_text): Ditto.
10191         (lookup_minimal_symbol_by_pc_name): Ditto.
10192         (lookup_minimal_symbol_solib_trampoline): Ditto.
10193         (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
10194         debug objfiles.
10195
10196 2010-01-05  Stan Shebs  <stan@codesourcery.com>
10197
10198         Add fast tracepoints.
10199         * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
10200         * arch-utils.c (default_fast_tracepoint_valid_at): New function.
10201         * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
10202         * breakpoint.c (tracepoint_type): New function.
10203         (ALL_TRACEPOINTS): Use it.
10204         (should_be_inserted): Ditto.
10205         (bpstat_check_location): Ditto.
10206         (print_one_breakpoint_location): Ditto.
10207         (user_settable_breakpoint): Ditto.
10208         (set_breakpoint_location_function): Ditto.
10209         (disable_breakpoints_in_shlibs): Ditto.
10210         (delete_trace_command): Ditto.
10211         (print_it_typical): Add bp_fast_tracepoint case.
10212         (bpstat_what): Ditto.
10213         (print_one_breakpoint_location): Ditto.
10214         (allocate_bp_location): Ditto.
10215         (mention): Ditto.
10216         (breakpoint_re_set_one): Ditto.
10217         (disable_command): Ditto.
10218         (enable_command): Ditto.
10219         (check_fast_tracepoint_sals): New function.
10220         (break_command_really): Call it.
10221         (ftrace_command): New function.
10222         (_initialize_breakpoint): Add ftrace command.
10223         * gdbarch.sh (fast_tracepoint_valid_at): New.
10224         * gdbarch.h, gdbarch.c: Regenerate.
10225         * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
10226         (i386_gdbarch_init): Use it.
10227         * remote.c (struct remote_state): New field fast_tracepoints.
10228         (PACKET_FastTracepoints): New packet config type.
10229         (remote_fast_tracepoint_feature): New function.
10230         (remote_protocol_features): Add FastTracepoints.
10231         (remote_supports_fast_tracepoints): New function.
10232         (_initialize_remote): Add FastTracepoints.
10233         * tracepoint.c (download_tracepoint): Add fast tracepoint option.
10234         * NEWS: Mention fast tracepoints.
10235
10236 2010-01-06  Joel Brobecker  <brobecker@adacore.com>
10237
10238         * gdb-gdb.py: New file.
10239
10240 2010-01-05  Michael Snyder  <msnyder@vmware.com>
10241
10242         * infrun.c (handle_inferior_event): Fix typo in comment.
10243
10244 2010-01-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10245
10246         * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
10247
10248 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
10249
10250         * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
10251         and s390x-linux64.
10252         (s390-linux32-expedite): Define.
10253         (s390-linux64-expedite): Define.
10254         (s390x-linux64-expedite): Define.
10255         * features/s390-acr.xml: New file.
10256         * features/s390-fpr.xml: New file.
10257         * features/s390-core32.xml: New file.
10258         * features/s390-core64.xml: New file.
10259         * features/s390x-core64.xml: New file.
10260         * features/s390-linux32.xml: New file.
10261         * features/s390-linux64.xml: New file.
10262         * features/s390x-linux64.xml: New file.
10263         * features/s390-linux32.c: New generated file.
10264         * features/s390-linux64.c: New generated file.
10265         * features/s390x-linux64.c: New generated file.
10266
10267         * regformats/s390-linux32.dat: New generated file.
10268         * regformats/s390-linux64.dat: New generated file.
10269         * regformats/s390x-linux64.dat: New generated file.
10270         * regformats/reg-s390.dat: Remove.
10271         * regformats/reg-s390x.dat: Remove.
10272
10273         * s390-nat.c: Include "auxv.h" and <elf.h>.
10274         (HWCAP_S390_HIGH_GPRS): Define if undefined.
10275         (s390_target_wordsize): New function.
10276         (s390_auxv_parse): Likewise.
10277         (s390_get_hwcap): Likewise.
10278         (s390_read_description): Likewise.
10279         (_initialize_s390_nat): Install s390_auxv_parse and
10280         s390_read_description.
10281
10282         * s390-tdep.c: Include "features/s390-linux32.c",
10283         "features/s390-linux64.c", and "features/s390x-linux64.c".
10284         (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
10285         (s390_register_call_saved): New function.
10286         (s390_register_name): Remove.
10287         (s390_register_type): Remove.
10288         (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
10289         (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
10290         (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
10291         (s390_pseudo_register_name): New function.
10292         (s390_pseudo_register_type): New function.
10293         (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
10294         Handle full GPR pesudos and varying pseudo register numbers.
10295         (s390_pseudo_register_write): Likewise
10296         (s390x_pseudo_register_read): Remove.
10297         (s390x_pseudo_register_write): Likewise.
10298         (s390_register_group): Remove.
10299         (s390_pseudo_register_group): New function.
10300         (s390_regmap_gregset): Add GPR upper halves.
10301         (s390x_regmap_gregset): Likewise.
10302         (s390_regmap_fpregset): Likewise.
10303         (s390_regmap_upper): New global variable.
10304         (s390_upper_regset): New global variable.
10305         (s390_upper_regset_sections): New global variable.
10306         (s390_regset_from_core_section): Handle GPR upper halves.
10307         (s390_core_read_description): New function.
10308         (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
10309         register information.  Handle varying pseudo register numbers.
10310         (s390_backchain_frame_unwind_cache): Likewise.
10311         (s390_frame_prev_register): Unwind full GPRs to show lower halves.
10312         (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
10313         (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
10314         PC and CC pseudos.  Unwind upper halves and full GPRs as appropriate.
10315         Handle varying pseudo register numbers.
10316         (s390_unwind_pc): Handle varying pseudo register numbers.
10317         (s390_dwarf2_prev_register): New function.
10318         (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
10319         register information.  Handle varying pseudo register numbers.
10320         Install s390_dwarf2_prev_register to unwind full GPRs.
10321         (s390_gdbarch_init): Handle target descriptions.  Assign varying
10322         pseudo register numbers.  Install s390_adjust_frame_regnum.
10323         (_initialize_s390_tdep): Initialize target descriptions.
10324
10325         * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
10326         (S390_NUM_REGS): Redefine to include upper half registers.
10327         (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
10328         (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
10329         (tdesc_s390_linux32): Add declaration.
10330         (tdesc_s390_linux64): Likewise.
10331         (tdesc_s390x_linux64): Likewise.
10332
10333 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
10334
10335         * regset.h (struct core_regset_section): Add HUMAN_NAME.
10336         * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
10337         * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
10338         (ppc_linux_vmx_regset_sections): Likewise.
10339         (ppc_linux_fp_regset_sections): Likewise.
10340
10341         * corelow.c (get_core_register_section): Constify arguments.
10342         (get_core_registers): Use gdbarch_core_regset_sections instead
10343         of hard-coded platform-specific register section names.
10344
10345 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
10346
10347         * dwarf2loc.c (read_pieced_value): If a piece occupies part of
10348         a register, assume the least-significant part is used.
10349         (write_pieced_value): Likewise.
10350
10351 2010-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
10352
10353         * printcmd.c: Include "arch-utils.h".
10354         (do_one_display): Re-parse expression if current architecture changed.
10355
10356 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10357             Joel Brobecker  <brobecker@adacore.com>
10358
10359         * gdbtypes.c (check_typedef): New comment on type length.
10360         * value.c (allocate_value_lazy): Remove the unused atype variable.  New
10361         comment on type length.
10362         (value_primitive_field): Keep the original TYPE value, new comment.
10363
10364 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10365
10366         * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
10367         p_start.  Change != comparisons to > and < comparisons.
10368
10369 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10370
10371         * cli/cli-script.c (process_next_line): Check P2 overrun.
10372
10373 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
10374
10375         Update the copyright hearder to add year 2010 for most GDB files.
10376
10377 2009-01-01  Joel Brobecker  <brobecker@adacore.com>
10378
10379         Fix build failure in inf-ptrace.c.
10380         * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
10381
10382 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
10383
10384         * top.c (print_gdb_version): Update copyright year.
10385
10386 2010-01-01, 10  Joel Brobecker  <brobecker@adacore.com>
10387
10388         Fix break *FUN'address thread NUM.
10389         * ada-lex.l (task): Expand rule to also match the thread keyword.
10390
10391 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
10392
10393         Fix break *FUN'address task NUM.
10394         * ada-lex.l (task): New rule.
10395         * ada-lang.c (valid_task_id): Make sure the Ada task list has
10396         been built before using it.
10397
10398 For older changes see ChangeLog-2009.
10399 \f
10400 Local Variables:
10401 mode: change-log
10402 left-margin: 8
10403 fill-column: 74
10404 version-control: never
10405 coding: utf-8
10406 End: