gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2
3 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4 parameters to bfd_get_section_name.
5
6 2012-07-24 Yao Qi <yao@codesourcery.com>
7
8 * cli/cli-setshow.c: Handle case 'var_uinteger'
9 and 'var_zuninteger' together. Handle case 'var_integer' and
10 'var_zinteger' together.
11
12 2012-07-23 Keith Seitz <keiths@redhat.com>
13
14 * linespec.c (convert_linespec_to_sal): Don't add
15 any symbols to the result vector if symbol_to_sal
16 returns zero.
17
18 2012-07-23 Keith Seitz <keiths@redhat.com>
19
20 * linespec.c (decode_objc): Record the function name
21 in the linespec.
22
23 2012-07-23 Tom Tromey <tromey@redhat.com>
24
25 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
26 counting.
27 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
28 (map_vmap): Acquire a reference to the BFD.
29
30 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
31
32 * p-valprint.c (pascal_object_print_value): Replace potentially
33 unsafe alloca with xmalloc/xfree.
34 * valops.c (search_struct_method): Likewise.
35
36 2012-07-23 Tom Tromey <tromey@redhat.com>
37
38 * solib-svr4.c (enable_break): Update.
39 * bfd-target.h (target_bfd_reopen): Update documentation.
40
41 2012-07-23 Tom Tromey <tromey@redhat.com>
42
43 * symfile.c (separate_debug_file_exists): Update.
44 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
45 (reread_symbols): Update.
46 * elfread.c (build_id_verify): Update.
47 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
48 bfd_open_maybe_remote.
49
50 2012-07-23 Tom Tromey <tromey@redhat.com>
51
52 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
53
54 2012-07-23 Tom Tromey <tromey@redhat.com>
55
56 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
57 and 'abfd'.
58 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
59 and 'abfd'.
60 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
61 * machoread.c (macho_add_oso_symfile): Make a cleanup for
62 'abfd'.
63 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
64 * objfiles.c (allocate_objfile): Acquire a new reference.
65 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
66 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
67 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
68 a cleanup for 'nbfd'.
69 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
70 for 'nbfd'.
71 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
72 make a cleanup for 'abfd'.
73 (symbol_file_add): Make a BFD cleanup.
74
75 2012-07-23 Tom Tromey <tromey@redhat.com>
76
77 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
78 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
79 * corelow.c (core_open): Use gdb_bfd_fopen.
80 * dsrec.c (load_srec): Use gdb_bfd_openr.
81 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
82 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
83 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
84 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
85 (gdb_bfd_fdopenr): New functions.
86 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
87 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
88 (gdb_bfd_fdopenr): Declare.
89 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
90 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
91 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
92 gdb_bfd_openr_next_archived_file.
93 (macho_check_dsym): Use gdb_bfd_openr.
94 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
95 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
96 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
97 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
98 gdb_bfd_openr.
99 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
100 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
101 gdb_bfd_openr_next_archived_file.
102 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
103 Use gdb_bfd_openr.
104 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
105 gdb_bfd_openr.
106 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
107 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
108 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
109 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
110 (symfile_bfd_open): Use gdb_bfd_fopen.
111 (generic_load): Use gdb_bfd_openr.
112 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
113
114 2012-07-23 Tom Tromey <tromey@redhat.com>
115
116 * bfd-target.c (target_bfd_reopen): Update.
117 * cli/cli-dump.c (bfd_openr_with_cleanup)
118 (bfd_openw_with_cleanup): Update.
119 * corelow.c (core_open): Update.
120 * dsrec.c (load_srec): Update.
121 * exec.c (exec_file_attach): Update.
122 * gcore.c (create_gcore_bfd): Update.
123 * gdb_bfd.c (gdb_bfd_ref): Return void.
124 (gdb_bfd_open): Update.
125 * gdb_bfd.h (gdb_bfd_ref): Return void.
126 Update comments.
127 * jit.c (jit_bfd_try_read_symtab): Update.
128 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
129 * machoread.c (macho_symfile_read_all_oso): Update.
130 (macho_check_dsym): Update.
131 * procfs.c (insert_dbx_link_bpt_in_file): Update.
132 * remote-m32r-sdi.c (m32r_load): Update.
133 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
134 * rs6000-nat.c (add_vmap): Update.
135 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
136 Update.
137 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
138 * solib-spu.c (spu_bfd_open): Update.
139 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
140 * spu-linux-nat.c (spu_bfd_open): Update.
141 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
142 (generic_load): Update.
143 * windows-nat.c (windows_make_so): Update.
144
145 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
146
147 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
148
149 2012-07-20 Jeff Kenton <jkenton@tilera.com>
150
151 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
152 SIGTRAMP_FRAME unwinding.
153
154 2012-07-20 Doug Evans <dje@google.com>
155
156 * NEWS: Document new options "set/show use-deprecated-index-sections",
157 and delete reference to --use-deprecated-index-sections.
158 * symfile.h (use_deprecated_index_sections): Delete.
159 * dwarf2read.c (use_deprecated_index_sections): Make static.
160 (read_index_from_section): Update wording of how to load
161 deprecated index sections.
162 (_initialize_dwarf2_read): New options
163 "set/show use-deprecated-index-sections".
164 * main.c (captured_main): Delete --use-deprecated-index-sections.
165
166 2012-07-20 Pedro Alves <palves@redhat.com>
167
168 PR threads/11692
169 PR gdb/12203
170
171 * infrun.c (handle_inferior_event) <new thread>: Don't special
172 case minus_one_ptid.
173 <TARGET_WAITKIND_SPURIOUS>: Ditto.
174 * linux-thread-db.c (thread_get_info_callback): Don't return early
175 if the thread is zombie.
176 (thread_from_lwp): Change return type to void. Rewrite stale
177 comment.
178 (attach_thread): Don't return early if the thread is zombie,
179 instead set its "dying" flag.
180 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
181 (find_new_threads_callback): Don't return early if the thread is
182 zombie.
183
184 2012-07-20 Pedro Alves <palves@redhat.com>
185
186 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
187 * target.c (target_wait): Likewise.
188 (str_comma_list_concat_elem, do_option, target_options_to_string):
189 New functions.
190 * target.h (target_options_to_string): Declare.
191
192 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
193 Tom Tromey <tromey@redhat.com>
194
195 * dwarf2read.c (dwarf_decode_macros)
196 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
197 DW_MACRO_GNU_transparent_include_alt>: New cases.
198 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
199 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
200
201 2012-07-20 Tom Tromey <tromey@redhat.com>
202
203 * dwarf2read.c (try_open_dwo_file): Don't call
204 gdb_bfd_stash_filename.
205
206 2012-07-20 Pedro Alves <palves@redhat.com>
207
208 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
209 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
210 (i386_process_record): Tweak description comments.
211
212 2012-07-20 Pedro Alves <palves@redhat.com>
213
214 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
215 (i386_process_record): Use record_read_memory.
216 * record.c (record_read_memory): New function.
217 (record_arch_list_add_mem, record_exec_insn): Use
218 record_read_memory.
219 * record.h (record_read_memory): Declare.
220
221 2012-07-20 Yao Qi <yao@codesourcery.com>
222
223 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
224 NULL for xfree.
225
226 2012-07-19 Pedro Alves <palves@redhat.com>
227
228 * record.c (record_resume): Ask the target beneath to report all
229 signals.
230
231 2012-07-19 Doug Evans <dje@google.com>
232
233 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
234 there's no section at address zero.
235 (dwarf2_record_block_ranges): Ditto.
236
237 2012-07-19 Yao Qi <yao@codesourcery.com>
238
239 * command.h, remote.c: Fix a typo in comment.
240
241 2012-07-19 Tom Tromey <tromey@redhat.com>
242
243 PR exp/13206:
244 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
245 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
246 OP_DECLTYPE>: New cases.
247 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
248 (type_exp): Add new productions.
249 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
250 and decltype.
251 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
252 New case.
253 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
254 OP_DECLTYPE>: New case.
255 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
256 New case.
257 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
258 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
259
260 2012-07-19 Tom Tromey <tromey@redhat.com>
261
262 * c-exp.y (enum token_flags): New.
263 (struct token) <cxx_only>: Remove.
264 <flags>: New field.
265 (tokentab3, tokentab2, ident_tokens): Update.
266 (lex_one_token): Update. Handle FLAG_SHADOW.
267
268 2012-07-19 Tom Tromey <tromey@redhat.com>
269
270 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
271 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
272 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
273 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
274 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
275 type_exp production where appropriate.
276 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
277 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
278 <UNOP_MEMVAL_TYPE>: New case.
279 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
280 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
281 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
282 <UNOP_MEMVAL_TYPE>: New case.
283 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
284 UNOP_REINTERPRET_CAST>: Update.
285 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
286 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
287 UNOP_REINTERPRET_CAST>: Update.
288 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
289 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
290 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
291 constants.
292
293 2012-07-19 Yao Qi <yao@codesourcery.com>
294 Jan Kratochvil <jan.kratochvil@redhat.com>
295
296 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
297 and case 'var_optional_filename' together.
298 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
299 instead of add_setshow_optional_filename_cmd for setshow command
300 'args'. Set completer for 'set args'.
301
302 2012-07-18 Doug Evans <dje@google.com>
303
304 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
305 * common/gdb_vecs.c: New file, contents from utils.c.
306 * common/host-defs.h: New file, contents from defs.h.
307 * utils.h: New file, contents from defs.h.
308 * defs.h: Move all declarations of objects defined in utils.c
309 to utils.h (except QUIT() and related).
310 #include "utils.h", "host-defs.h".
311 * probe.h (probe_p): Move here from gdb_vecs.h.
312 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
313 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
314 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
315 * Makefile.in (SFILES): Add common/gdb_vecs.c.
316 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
317 (COMMON_OBS): Add gdb_vecs.o.
318 (gdb_vecs.o): New rule.
319
320 2012-07-18 Keith Seitz <keiths@redhat.com>
321
322 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
323 parameter. If non-zero, use SYMNAME as the canonical name
324 for the SaL.
325 Update all callers.
326 (convert_linespec_to_sals): Use add_sal_to_sals for
327 expressions, too.
328 (decode_line_full): No need to "fill in missing canonical names"
329 anymore. Simply make cleanups for the allocated names.
330
331 2012-07-18 Keith Seitz <keiths@redhat.com>
332
333 * linespec.c (struct linespec): Constify expression,
334 source_filename, function_name, and label_name.
335 (symbol_not_found_error): Make all parameters const.
336 (linespec_parser_delete): No need to check for NULL
337 when using xfree. Cast const char * to char * for xfree.
338
339 2012-07-18 Keith Seitz <keiths@redhat.com>
340
341 * breakpoint.c (invalid_thread_id_error): New function.
342 (find_condition_and_thread): Use invalid_thread_id_error.
343 (watch_command_1): Likewise.
344
345 2012-07-18 Tom Tromey <tromey@redhat.com>
346
347 * cc-with-index.sh, cc-with-dwz.sh: Remove.
348 * contrib/cc-with-tweaks.sh: New file.
349
350 2012-07-18 Tom Tromey <tromey@redhat.com>
351
352 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
353 (locate_dwz_sections): Recognize .gdb_index.
354 (create_cus_from_index_list): New function.
355 (create_cus_from_index): Use it. Handle .dwz data.
356 (read_index_from_section): New function, extracted from
357 dwarf2_read_index.
358 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
359 if needed.
360
361 2012-07-18 Tom Tromey <tromey@redhat.com>
362
363 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
364 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
365 <is_dwz>: New field.
366 (struct dwz_file): New.
367 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
368 (locate_dwz_sections, dwarf2_get_dwz_file)
369 (get_abbrev_section_for_cu): New functions.
370 (error_check_comp_unit_head, read_and_check_comp_unit_head)
371 (read_and_check_type_unit_head): Add abbrev_section argument.
372 (create_debug_types_hash_table): Update.
373 (init_cutu_and_read_dies): Use proper abbrev section.
374 (init_cutu_and_read_dies_no_follow): Likewise.
375 (set_partial_user): Do nothing if PST==NULL.
376 (read_comp_units_from_section): New function.
377 (create_all_comp_units): Use it.
378 (scan_partial_symbols, partial_die_parent_scope): Update.
379 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
380 (process_imported_unit_die, read_partial_die): Handle .dwz files.
381 (find_partial_die): Add offset_in_dwz argument. Update.
382 (guess_partial_die_structure_name, fixup_partial_die): Update.
383 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
384 DW_FORM_GNU_strp_alt.
385 (read_indirect_string_from_dwz): New function.
386 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
387 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
388 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
389 (follow_die_offset): Add offset_in_dwz argument.
390 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
391 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
392 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
393 Handle new macro forms.
394 (dwarf_decode_macros): Update.
395 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
396 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
397 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
398 (create_debug_types_hash_table): Use correct abbrev section.
399 (get_debug_line_section): New function.
400 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
401 (process_full_comp_unit): Pass 'required' argument to
402 end_symtab_get_static_block.
403 * buildsym.h (end_symtab_get_static_block): Update.
404 * buildsym.c (end_symtab_get_static_block): Add 'required'
405 argument.
406 (end_symtab, end_expandable_symtab): Update.
407
408 2012-07-18 Tom Tromey <tromey@redhat.com>
409
410 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
411 (pagesize): Remove.
412 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
413 (zlib_decompress_section): Remove.
414 (dwarf2_read_section): Use gdb_bfd_map_section.
415 (munmap_section_buffer): Remove.
416 (free_dwo_file, dwarf2_per_objfile_free): Don't use
417 munmap_section_buffer.
418 * gdb_bfd.c: Include zlib.h, sys/mman.h.
419 (struct gdb_bfd_section_data): New.
420 (free_one_bfd_section): New function.
421 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
422 (get_section_descriptor, zlib_decompress_section)
423 (gdb_bfd_map_section): New functions.
424 * gdb_bfd.h (gdb_bfd_map_section): Declare.
425
426 2012-07-18 Tom Tromey <tromey@redhat.com>
427
428 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
429
430 2012-07-18 Tom Tromey <tromey@redhat.com>
431
432 * gdb_bfd.c (struct gdb_bfd_data): New.
433 (gdb_bfd_cache): New global.
434 (struct gdb_bfd_cache_search): New.
435 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
436 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
437 * gdb_bfd.h (gdb_bfd_open): Declare.
438
439 2012-07-18 Tom Tromey <tromey@redhat.com>
440
441 * utils.c (make_cleanup_bfd_unref): Rename from
442 make_cleanup_bfd_close.
443 * defs.h (make_cleanup_bfd_unref): Rename from
444 make_cleanup_bfd_close.
445 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
446 (bfd_openw_with_cleanup): Update.
447 * corelow.c (core_open): Update.
448 * dsrec.c (load_srec): Update.
449 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
450 * remote-m32r-sdi.c (m32r_load): Update.
451 * remote-mips.c (mips_load_srec): Update.
452 (pmon_load_fast): Update.
453 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
454 Update.
455 (darwin_bfd_open): Update.
456 * solib.c (solib_bfd_fopen): Update.
457 * symfile-mem.c (symbol_file_add_from_memory): Update.
458 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
459 (symfile_bfd_open): Update.
460 (generic_load): Update.
461
462 2012-07-18 Tom Tromey <tromey@redhat.com>
463
464 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
465 (pmon_load_fast): Likewise.
466 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
467 (m32r_upload_command): Likewise.
468 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
469 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
470 Use make_cleanup_bfd_close.
471
472 2012-07-18 Tom Tromey <tromey@redhat.com>
473
474 * symfile.c (symfile_bfd_open): Don't copy name. Call
475 gdb_bfd_stash_filename.
476 (load_command): Open the new BFD before freeing the old.
477 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
478 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
479 Call gdb_bfd_stash_filename.
480 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
481 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
482 gdb_bfd_stash_filename.
483 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
484 Free found_pathname.
485 * rs6000-nat.c (add_vmap): Don't copy filename. Call
486 gdb_bfd_stash_filename.
487 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
488 * machoread.c (macho_add_oso_symfile): Call
489 gdb_bfd_stash_filename.
490 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
491 gdb_bfd_stash_filename.
492 (macho_check_dsym): Don't copy filename. Call
493 gdb_bfd_stash_filename.
494 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
495 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
496 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
497 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
498 * exec.c (exec_close): Don't free the BFD's filename.
499 (exec_file_attach): Don't copy the filename. Call
500 gdb_bfd_stash_filename.
501 * corelow.c (core_close): Don't free the BFD's filename.
502 (core_open): Call gdb_bfd_stash_filename.
503 * corefile.c (reopen_exec_file): Remove #if 0 code.
504 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
505 pathname.
506 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
507
508 2012-07-18 Tom Tromey <tromey@redhat.com>
509
510 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
511 gdb_bfd_unref.
512 (free_dwo_file): Use gdb_bfd_unref.
513 * cli/cli-dump.c: Include gdb_bfd.h.
514 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
515 (bfd_openr_with_cleanup): Likewise.
516 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
517 gdb_bfd_unref.
518 * utils.c: Include gdb_bfd.h.
519 (do_bfd_close_cleanup): Use gdb_bfd_unref.
520 * symfile.c: Include gdb_bfd.h.
521 (separate_debug_file_exists): Use gdb_bfd_unref.
522 (bfd_open_maybe_remote): Use gdb_bfd_ref.
523 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
524 (generic_load): Use gdb_bfd_ref.
525 (reread_symbols): Use gdb_bfd_unref.
526 * symfile-mem.c: Include gdb_bfd.h.
527 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
528 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
529 * solib.c: Include gdb_bfd.h.
530 (solib_bfd_fopen): Use gdb_bfd_ref.
531 (solib_bfd_open): Use gdb_bfd_unref.
532 (free_so_symbols): Use gdb_bfd_unref.
533 (reload_shared_libraries_1): Use gdb_bfd_unref.
534 * solib-spu.c: Include gdb_bfd.h.
535 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
536 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
537 gdb_bfd_unref.
538 * solib-frv.c: Include gdb_bfd.h.
539 (enable_break2): Use gdb_bfd_unref.
540 * solib-dsbt.c: Include gdb_bfd.h.
541 (enable_break2): Use gdb_bfd_unref.
542 * solib-darwin.c: Include gdb_bfd.h.
543 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
544 gdb_bfd_unref.
545 (darwin_bfd_open): Use gdb_bfd_unref.
546 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
547 * remote-mips.c: Include gdb_bfd.h.
548 (mips_load_srec): Use gdb_bfd_ref.
549 (pmon_load_fast): Use gdb_bfd_ref.
550 * remote-m32r-sdi.c: Include gdb_bfd.h.
551 (m32r_load): Use gdb_bfd_ref.
552 * record.c: Include gdb_bfd.h.
553 (record_save_cleanups): Use gdb_bfd_unref.
554 (cmd_record_save): Use gdb_bfd_unref.
555 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
556 gdb_bfd_unref.
557 * objfiles.h (gdb_bfd_close_or_warn): Remove.
558 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
559 * objfiles.c: Include gdb_bfd.h.
560 (free_objfile): Use gdb_bfd_unref.
561 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
562 gdb_bfd.c.
563 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
564 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
565 (macho_check_dsym): Likewise.
566 * m32r-rom.c: Include gdb_bfd.h.
567 (m32r_load): Use gdb_bfd_ref.
568 (m32r_upload_command): Use gdb_bfd_ref.
569 * jit.c: Include gdb_bfd.h.
570 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
571 * gdb_bfd.h: New file.
572 * gdb_bfd.c: New file.
573 * gcore.c: Include gdb_bfd.h.
574 (create_gcore_bfd): Use gdb_bfd_ref.
575 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
576 (gcore_command): Use gdb_bfd_unref.
577 * exec.c: Include gdb_bfd.h.
578 (exec_close): Use gdb_bfd_unref.
579 (exec_close_1): Use gdb_bfd_unref.
580 (exec_file_attach): Use gdb_bfd_ref.
581 * elfread.c: Include gdb_bfd.h.
582 (build_id_verify): Use gdb_bfd_unref.
583 * dsrec.c: Include gdb_bfd.h.
584 (load_srec): Use gdb_bfd_ref.
585 * corelow.c: Include gdb_bfd.h.
586 (core_close): Use gdb_bfd_unref.
587 (core_open): Use gdb_bfd_ref.
588 * bfd-target.c: Include gdb_bfd.h.
589 (target_bfd_xclose): Use gdb_bfd_unref.
590 (target_bfd_reopen): Use gdb_bfd_ref.
591 * Makefile.in (SFILES): Add gdb_bfd.c.
592 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
593 (COMMON_OBS): Add gdb_bfd.o.
594
595 2012-07-18 Keith Seitz <keiths@redhat.com>
596
597 * breakpoint.c (find_condition_and_thread): Initialize
598 TASK and REST.
599 (create_breakpiont): find_condition_and_thread will now
600 initialize COND_STRING, THREAD, and REST (and TASK).
601 (addr_string_to_sals): Likewise.
602
603 2012-07-18 Pedro Alves <palves@redhat.com>
604
605 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
606 Pull the single step breakpoints out of the target.
607
608 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
609
610 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
611 * stap-probe.c (compile_probe_arg): Likewise.
612
613 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
614
615 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
616 (elf_compile_to_ax): Likewise.
617 * infrun.c (insert_exception_resume_from_probe): Likewise.
618 (check_exception_resume): Remove `objfile' variable.
619 * probe.c (find_probe_by_pc): Remove `objfile' argument.
620 (struct probe_and_objfile, probe_and_objfile_s): Delete.
621 (collect_probes): Adjust return value to `VEC (probe_p) *'.
622 (compare_entries): Rename to...
623 (compare_probes): ...this. Adjust function to work with
624 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
625 respectively.
626 (gen_ui_out_table_header_info): Adjust `probes' argument to be
627 `VEC (probe_p) *'.
628 (print_ui_out_info): Adjust argument to be `struct probe *'.
629 (info_probes_for_ops): Adjust internal computations to use
630 `VEC (probe_p) *'.
631 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
632 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
633 gen_info_probes_table_values>: Remove `objfile' argument.
634 (struct probe) <objfile>: New field.
635 (find_probe_by_pc): Remove `objfile' argument.
636 * stap-probe.c (stap_parse_probe_arguments): Likewise.
637 (stap_get_probe_argument_count): Likewise.
638 (stap_get_arg): Likewise.
639 (stap_evaluate_probe_argument): Likewise.
640 (stap_compile_to_ax): Likewise.
641 (compile_probe_arg): Refactor not to pass `objfile' anymore.
642 (handle_stap_probe): Fill `objfile' field from `struct probe'.
643 (stap_gen_info_probes_table_header): Remove `objfile' argument.
644 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
645 sym_compile_to_ax>: Likewise.
646
647 2012-07-18 Terry Guo <terry.guo@arm.com>
648
649 PR 14329
650 * defs.h (GDB_MI_MSG_WIDTH): New.
651 * ser_base (ser_base_read_error_fd): New function.
652 (do_ser_base_readchar): Poll error file descriptor as well as
653 standard output.
654 (generic_readchar): Refactor error handling.
655
656 2012-07-18 Joel Brobecker <brobecker@adacore.com>
657
658 * NEWS: Create a new section for the next release branch.
659 Rename the section of the current branch, now that it has
660 been cut.
661
662 2012-07-18 Joel Brobecker <brobecker@adacore.com>
663
664 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
665 * version.in: Bump version to 7.5.50.20120718-cvs.
666
667 2012-07-17 Keith Seitz <keiths@redhat.com>
668
669 * linespec.c (linespec_parse_line_offset): Make parameter
670 const.
671
672 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
673
674 PR 11914
675 * f-valprint.c (info_common_command): New variable frame_id.
676 Reinitialize FI form FRAME_ID after each print_variable_and_value.
677 * printcmd.c (print_variable_and_value): Extend function comment.
678 Add comment for invalidated FRAME.
679 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
680 FI form FRAME_ID after each print_frame_local_vars.
681 (struct print_variable_and_value_data): Change frame to frame_id.
682 (do_print_variable_and_value): New variable frame, initialize it from
683 p->frame_id. Add comment for invalidated FRAME.
684 (print_frame_local_vars, print_frame_arg_vars): New function comment.
685 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
686 for invalidated FRAME.
687
688 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
689 Pedro Alves <palves@redhat.com>
690
691 * linux-nat.c (linux_nat_detach): Don't unregister from the event
692 loop.
693
694 2012-07-16 Tom Tromey <tromey@redhat.com>
695
696 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
697
698 2012-07-15 Doug Evans <dje@google.com>
699
700 * dwarf2read.c (stmt_list_hash): New struct.
701 (type_unit_group): Embed "per_cu" member, remove pointer.
702 New union member "t", move member "tus" into it, all uses updated.
703 New member "hash", replaces member "line_offset, all uses updated.
704 (quick_file_names): Replace member "offset" with "hash", all uses
705 updated.
706 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
707 (hash_file_name_entry, eq_file_name_entry): Call them.
708 (hash_type_unit_group, eq_type_unit_group): Ditto.
709 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
710 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
711 (dw2_get_file_names): Update.
712 (create_type_unit_group): Replace "per_cu" arg with "cu".
713 All callers updated. Fix "quick" (.gdb_index) handling.
714 (get_type_unit_group): Replace "per_cu" arg with "cu".
715 All callers updated.
716 (build_type_unit_groups): Don't reset tu_stats.
717
718 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
719 "tab_cur_size". Change member "tab" to be a htab_t.
720 (create_filename_seen_cache): Update.
721 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
722 (filename_seen): Update.
723
724 2012-07-13 Doug Evans <dje@google.com>
725
726 * symtab.c (filename_seen): Update comment.
727
728 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
729 Doug Evans <dje@google.com>
730
731 * buildsym.c (end_symtab_1): Split it to ...
732 (end_symtab_get_static_block): ... this ...
733 (end_symtab_from_static_block): ... and this function.
734 (end_symtab, end_expandable_symtab): Call them.
735 * buildsym.h (end_symtab_get_static_block)
736 (end_symtab_from_static_block): New declarations.
737 * dwarf2read.c (process_full_comp_unit): New variable static_block.
738 Set its valid CU ranges.
739
740 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
741
742 * dwarf2loc.c (disassemble_dwarf_expression): Handle
743 DW_OP_GNU_parameter_ref.
744
745 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
746
747 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
748 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
749
750 2012-07-13 Doug Evans <dje@google.com>
751
752 * symtab.c (output_source_filename): Delete unnecessary forward decl.
753 (filename_seen_cache): New struct.
754 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
755 (create_filename_seen_cache): New function.
756 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
757 (filename_seen): Delete arg "first". New arg "cache". All callers
758 updated.
759 (output_source_filename_data): New struct.
760 (output_source_filename): Delete arg "first". New arg "data".
761 All callers updated.
762 (sources_info): Delete local "first". New locals "data", "cleanups".
763 Rewrite to use filename_seen_cache.
764 (add_partial_filename_data): Delete member "first". New member
765 "filename_seen_cache". All uses updated.
766 (make_source_files_completion_list): Rewrite to use
767 filename_seen_cache.
768
769 2012-07-12 Doug Evans <dje@google.com>
770
771 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
772
773 2012-07-10 Doug Evans <dje@google.com>
774
775 PR gdb/13498
776 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
777 all_type_unit_groups, type_unit_groups, tu_stats.
778 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
779 All uses updated. Add type_unit_group to union "s".
780 (type_unit_group): New struct.
781 (IS_TYPE_UNIT_GROUP): New macro.
782 (abbrev_table): Delete unused member "section".
783 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
784 (dw2_get_cu): Assert not used with type_unit_group.
785 (dw2_get_primary_cu): New function.
786 (dw2_build_type_unit_groups_reader): New function.
787 (dw2_build_type_unit_groups): New function.
788 (dw2_get_file_names): Assert not called on type units.
789 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
790 Redo loop to iterate over type unit groups instead of type units.
791 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
792 (read_abbrev_offset): New function.
793 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
794 updated.
795 (create_partial_symtab): New function.
796 (process_psymtab_comp_unit_reader): Assert not used with type units.
797 Call create_partial_symtab.
798 (process_psymtab_type_unit): Delete.
799 (hash_type_unit_group, eq_type_unit_group): New functions.
800 (allocate_type_unit_groups_table): New function.
801 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
802 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
803 (create_type_unit_group, get_type_unit_group): New functions.
804 (tu_abbrev_offset): New struct.
805 (sort_tu_by_abbrev_offset): New function.
806 (add_type_unit_group_to_table): New function.
807 (build_type_unit_groups): New function.
808 (build_type_psymtabs_reader): New function.
809 (build_type_psymtab_dependencies): New function.
810 (build_type_psymtabs): Rewrite.
811 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
812 is seen in a type unit.
813 (process_queue): Move symtab expansion debugging printfs here.
814 Call process_full_type_unit for type units.
815 (compute_symtab_includes): Assert not called for type units.
816 (process_cu_includes): Don't call compute_symtab_includes for
817 type units.
818 (process_full_type_unit): New function.
819 (process_imported_unit_die): Flag an error if called for type units.
820 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
821 updated. Assert not called for type units.
822 (read_file_scope): Call dwarf2_start_symtab.
823 (setup_type_unit_groups): New function.
824 (read_type_unit_scope): Rewrite.
825 (abbrev_table_read_table): Initialize abbrev_table->offset.
826 (abbrev_table_free_cleanup): New function.
827 (dwarf2_start_symtab): New function.
828 (load_full_type_unit): Assert not called for type unit groups.
829 * buildsym.c (finish_block_internal): New arg "expandable".
830 All callers updated.
831 (start_symtab): Move most contents to ...
832 (restart_symtab): ... here. New function.
833 (reset_symtab_globals): New function.
834 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
835 Call reset_symtab_globals.
836 (end_symtab, end_expandable_symtab): New functions.
837 (set_missing_symtab, augment_type_symtab): New functions.
838 * buildsym.h (end_expandable_symtab): Declare.
839 (augment_type_symtab, restart_symtab): Declare.
840 * psympriv.h (struct partial_symtab): New member "anonymous".
841 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
842 anonymous psymtabs.
843 (read_psymtabs_with_filename): Ditto.
844 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
845 (expand_symtabs_matching_via_partial): Ditto.
846 (dump_psymtab): Update.
847 * dictionary.c (dict_add_pending): New function.
848 * dictionary.h (dict_add_pending): Declare.
849
850 2012-07-09 Doug Evans <dje@google.com>
851
852 * buildsym.c (start_subfile): Remove unnecessary check for
853 name == NULL.
854
855 * psymtab.c (allocate_psymtab): Use host_address_to_string.
856
857 * dwarf2read.c (load_full_type_unit): Simplify.
858
859 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
860 to struct signatured_type **. All uses updated.
861
862 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
863 All callers updated.
864
865 2012-07-09 Tom Tromey <tromey@redhat.com>
866
867 * c-exp.y (check_parameter_typelist): New function.
868 (parameter_typelist): Call it.
869 * eval.c (make_params): Handle '(void)' case.
870 * gdbtypes.c (lookup_function_type_with_arguments): Handle
871 '(void)' case.
872
873 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
874
875 * common/linux-ptrace.c: Include gdb_assert.h.
876 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
877 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
878 stdint.h.
879 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
880 functions.
881 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
882 * linux-nat.c (linux_child_post_attach)
883 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
884
885 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
886
887 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
888 nptl <2.7 bug workaround for core files.
889
890 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
891
892 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
893 clearing.
894 (save_siginfo): Remove.
895 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
896 call.
897 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
898 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
899 * linux-nat.h (struct lwp_info): Remove field siginfo.
900
901 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
902
903 Code cleanup for the next patch.
904 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
905 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
906 call for it.
907 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
908 (ia64_linux_stopped_data_address):
909 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
910 the return value.
911 * linux-nat.h (linux_nat_get_siginfo): Likewise.
912 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
913 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
914 call for it.
915
916 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
917
918 PR 14321
919 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
920 Increase buffer sizes to 2x we need, not just 2x of the previous size.
921
922 2012-07-06 Tom Tromey <tromey@redhat.com>
923
924 * c-exp.y (DOTDOTDOT): New token.
925 (func_mod, exp): Use parameter_typelist.
926 (parameter_typelist): New production.
927 (tokentab3): Add "..." token.
928 * eval.c (make_params): Handle varargs.
929 * gdbtypes.c (lookup_function_type_with_arguments): Handle
930 varargs.
931
932 2012-07-06 Tom Tromey <tromey@redhat.com>
933
934 PR exp/9608:
935 * c-exp.y (%union) <tvec>: Change type.
936 (func_mod): Now uses <tvec> type.
937 (exp): Update for tvec change.
938 (direct_abs_decl): Push the typelist.
939 (func_mod): Return a typelist.
940 (nonempty_typelist): Update for tvec change.
941 * gdbtypes.c (lookup_function_type_with_arguments): New function.
942 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
943 * parse.c (pop_type_list): New function.
944 (push_typelist): New function.
945 (follow_types): Handle tp_function_with_arguments.
946 * parser-defs.h (type_ptr): New typedef. Define a VEC.
947 (enum type_pieces) <tp_function_with_arguments>: New constant.
948 (union type_stack_elt) <typelist_val>: New field.
949 (push_typelist): Declare.
950
951 2012-07-06 Tom Tromey <tromey@redhat.com>
952
953 * c-exp.y (%union) <type_stack>: New field.
954 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
955 (ptr_operator_ts): New production.
956 (ptype): Update.
957 * parse.c (type_stack_reserve): New function.
958 (check_type_stack_depth): Use it.
959 (pop_type_stack, append_type_stack, push_type_stack)
960 (get_type_stack, type_stack_cleanup): New functions.
961 (follow_types): Handle tp_type_stack.
962 (_initialize_parse): Simplify initialization.
963 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
964 constant.
965 (union type_stack_elt) <stack_val>: New field.
966 (get_type_stack, append_type_stack, push_type_stack)
967 (type_stack_cleanup): Declare.
968
969 2012-07-06 Tom Tromey <tromey@redhat.com>
970
971 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
972 Remove.
973 (struct type_stack): New.
974 * parse.c (type_stack, type_stack_size, type_stack_depth):
975 Remove.
976 (type_stack): New global.
977 (parse_exp_in_context, check_type_stack_depth)
978 (insert_into_type_stack, insert_type, push_type, push_type_int)
979 (insert_type_address_space, pop_type, pop_type_int)
980 (_initialize_parse): Update.
981
982 2012-07-06 Tom Tromey <tromey@redhat.com>
983
984 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
985 Remove %type.
986
987 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
988
989 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
990
991 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
992 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 * cp-valprint.c (cp_print_value): Replace potentially unsafe
995 alloca with xmalloc/xfree.
996
997 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
998
999 * MAINTAINERS (Write After Approval): Add myself to the list.
1000
1001 2012-07-05 Doug Evans <dje@google.com>
1002
1003 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
1004
1005 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
1006
1007 * ax-gdb.c (cli/cli-utils.h): New include.
1008 (linespec.h): Ditto.
1009 (agent_eval_command_one): New function.
1010 (agent_command_1): Ditto.
1011 (agent_command): Call function agent_command_1.
1012 (agent_eval_command): Ditto.
1013 (_initialize_ax_gdb): Change help for "maint agent"
1014 and "maint agent-eval".
1015
1016 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
1017
1018 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
1019 * cli/cli-utils.c (check_for_argument): New function.
1020 * cli/cli-utils.h (check_for_argument): Ditto.
1021
1022 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
1023
1024 * NEWS: Mention x32 ABI support.
1025
1026 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
1027
1028 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
1029 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
1030
1031 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
1032 and pc_regnum_from_eax to -1. Update SP regnum from
1033 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
1034 needed.
1035
1036 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
1037 pc_regnum_from_eax.
1038
1039 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1040
1041 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
1042 * dwarf2expr.h: Include gdbtypes.h.
1043 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
1044 these forward declarations.
1045 (cu_offset, sect_offset): Move these ...
1046 * gdbtypes.h: Remove include dwarf2expr.h.
1047 (cu_offset, sect_offset): ... here.
1048
1049 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
1050
1051 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
1052 (amd64_linux_sigtramp_code): This.
1053 (amd64_x32_linux_sigtramp_code): New.
1054 (LINUX_SIGTRAMP_LEN): Updated.
1055 (amd64_linux_sigtramp_start): Check x32 sigtramp.
1056
1057 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1058
1059 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
1060
1061 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1062
1063 * config.in: Regenerate.
1064 * configure: Regenerate.
1065 * configure.ac: Remove check for gnu/libc-version.h.
1066 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
1067 gnu/libc-version.h.
1068 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
1069 variables libc_version, libc_major and libc_minor. Replace sscanf by
1070 inferior_has_bug. Extend the comment.
1071
1072 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1073
1074 * linux-thread-db.c (inferior_has_bug): New function.
1075 (thread_db_find_new_threads_silently): Return boolean as checked by
1076 inferior_has_bug, describe it in the comments.
1077 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
1078 earlier. Abort the initialization if it returned non-zero.
1079 (thread_db_new_objfile): Exclude debug files.
1080 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
1081 if UNTIL_NO_NEW,
1082
1083 2012-07-02 Doug Evans <dje@google.com>
1084
1085 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
1086 related to queue management.
1087
1088 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
1089 instead of "debug dwarf2-die" in debugging printfs.
1090 (create_debug_info_hash_table_reader): Ditto.
1091 (create_debug_info_hash_table): Ditto.
1092 (init_dwo_file): Ditto.
1093 (init_cutu_and_read_dies): Add debugging printf.
1094 (init_cutu_and_read_dies_no_follow): Ditto.
1095 (process_psymtab_comp_unit_reader): Ditto.
1096
1097 2012-07-02 Stan Shebs <stan@codesourcery.com>
1098
1099 Add target-side support for dynamic printf.
1100 * NEWS: Mention the additional style.
1101 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
1102 (struct bp_location): New field cmd_bytecode.
1103 * breakpoint.c: Include format.h.
1104 (disconnected_dprintf): New global.
1105 (parse_cmd_to_aexpr): New function.
1106 (build_target_command_list): New function.
1107 (insert_bp_location): Call it.
1108 (remove_breakpoints_pid): Skip dprintf breakpoints.
1109 (print_one_breakpoint_location): Ditto.
1110 (dprintf_style_agent): New global.
1111 (dprintf_style_enums): Add dprintf_style_agent.
1112 (update_dprintf_command_list): Add agent case.
1113 (agent_printf_command): New function.
1114 (_initialize_breakpoint): Add new commands.
1115 * common/ax.def (printf): New bytecode.
1116 * ax.h (ax_string): Declare.
1117 * ax-gdb.h (gen_printf): Declare.
1118 * ax-gdb.c: Include cli-utils.h, format.h.
1119 (gen_printf): New function.
1120 (maint_agent_print_command): New function.
1121 (_initialize_ax_gdb): Add maint agent-printf command.
1122 * ax-general.c (ax_string): New function.
1123 (ax_print): Add printf disassembly.
1124 * Makefile.in (SFILES): Add format.c
1125 (COMMON_OBS): Add format.o.
1126 * common/format.h: New file.
1127 * common/format.c: New file.
1128 * printcmd.c: Include format.h.
1129 (ui_printf): Call parse_format_string.
1130 * remote.c (remote_state): New field breakpoint_commands.
1131 (PACKET_BreakpointCommands): New enum.
1132 (remote_breakpoint_commands_feature): New function.
1133 (remote_protocol_features): Add new BreakpointCommands entry.
1134 (remote_can_run_breakpoint_commands): New function.
1135 (remote_add_target_side_commands): New function.
1136 (remote_insert_breakpoint): Call it.
1137 (remote_insert_hw_breakpoint): Ditto.
1138 (_initialize_remote): Add new packet configuration for
1139 target-side breakpoint commands.
1140 * target.h (struct target_ops): New field
1141 to_can_run_breakpoint_commands.
1142 (target_can_run_breakpoint_commands): New macro.
1143 * target.c (update_current_target): Handle
1144 to_can_run_breakpoint_commands.
1145
1146 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1147
1148 Execute -ix and -iex only after system and user gdbinit files.
1149 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
1150 processing down after gdbinit files.
1151
1152 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1153
1154 Add fnmatch-gnu module.
1155 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
1156 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
1157 * gnulib/aclocal.m4: Regenerate.
1158 * gnulib/config.in: Regenerate.
1159 * gnulib/configure: Regenerate.
1160 * gnulib/import/dummy.c: Remove.
1161 * gnulib/import/Makefile.am: Regenerate.
1162 * gnulib/import/Makefile.in: Likewise.
1163 * gnulib/import/m4/gnulib-cache.m4: Likewise.
1164 * gnulib/import/m4/gnulib-comp.m4: Likewise.
1165 * gnulib/import/alloca.c: New file.
1166 * gnulib/import/alloca.in.h: Likewise.
1167 * gnulib/import/config.charset: Likewise.
1168 * gnulib/import/fnmatch.c: Likewise.
1169 * gnulib/import/fnmatch.in.h: Likewise.
1170 * gnulib/import/fnmatch_loop.c: Likewise.
1171 * gnulib/import/localcharset.c: Likewise.
1172 * gnulib/import/localcharset.h: Likewise.
1173 * gnulib/import/m4/alloca.m4: Likewise.
1174 * gnulib/import/m4/codeset.m4: Likewise.
1175 * gnulib/import/m4/configmake.m4: Likewise.
1176 * gnulib/import/m4/fcntl-o.m4: Likewise.
1177 * gnulib/import/m4/fnmatch.m4: Likewise.
1178 * gnulib/import/m4/glibc21.m4: Likewise.
1179 * gnulib/import/m4/localcharset.m4: Likewise.
1180 * gnulib/import/m4/locale-fr.m4: Likewise.
1181 * gnulib/import/m4/locale-ja.m4: Likewise.
1182 * gnulib/import/m4/locale-zh.m4: Likewise.
1183 * gnulib/import/m4/mbrtowc.m4: Likewise.
1184 * gnulib/import/m4/mbsinit.m4: Likewise.
1185 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
1186 * gnulib/import/m4/mbstate_t.m4: Likewise.
1187 * gnulib/import/m4/stdbool.m4: Likewise.
1188 * gnulib/import/m4/wchar_h.m4: Likewise.
1189 * gnulib/import/m4/wctype_h.m4: Likewise.
1190 * gnulib/import/m4/wint_t.m4: Likewise.
1191 * gnulib/import/mbrtowc.c: Likewise.
1192 * gnulib/import/mbsinit.c: Likewise.
1193 * gnulib/import/mbsrtowcs-impl.h: Likewise.
1194 * gnulib/import/mbsrtowcs-state.c: Likewise.
1195 * gnulib/import/mbsrtowcs.c: Likewise.
1196 * gnulib/import/ref-add.sin: Likewise.
1197 * gnulib/import/ref-del.sin: Likewise.
1198 * gnulib/import/stdbool.in.h: Likewise.
1199 * gnulib/import/streq.h: Likewise.
1200 * gnulib/import/strnlen1.c: Likewise.
1201 * gnulib/import/strnlen1.h: Likewise.
1202 * gnulib/import/verify.h: Likewise.
1203 * gnulib/import/wchar.in.h: Likewise.
1204 * gnulib/import/wctype.in.h: Likewise.
1205
1206 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1207
1208 Support shell wildcards for 'set auto-load safe-path'.
1209 * auto-load.c: Include fnmatch.h.
1210 (filename_is_in_dir): Rename to ...
1211 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
1212 it. Update function comment. Rename dir_len to pattern_len. New
1213 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
1214 messages. Use gdb_filename_fnmatch.
1215 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
1216 pattern.
1217 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
1218 * defs.h (gdb_filename_fnmatch): New declaration.
1219 * utils.c: Include fnmatch.h.
1220 (gdb_filename_fnmatch): New function.
1221
1222 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
1223
1224 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
1225 `-probe' and `-probe-stap' options.
1226
1227 2012-07-01 Yao Qi <yao@codesourcery.com>
1228
1229 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
1230 always_inserted_off, and always_inserted_enums.
1231 Change always_inserted_mode's type to 'enum auto_boolean'.
1232 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
1233 callers.
1234 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
1235 of add_setshow_enum_cmd.
1236 * infrun.c: Remove can_use_displaced_stepping_auto,
1237 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
1238 can_use_displaced_stepping_enum.
1239 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
1240 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
1241 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
1242 add_setshow_enum_cmd.
1243
1244 2012-06-30 Doug Evans <dje@google.com>
1245
1246 * dwarf2read.c (signatured_type): Make "per_cu" member first.
1247 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
1248 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
1249
1250 2012-06-29 Doug Evans <dje@google.com>
1251
1252 * linespec.c: #include "stack.h".
1253 (decode_line_with_current_source): Moved here from symtab.c and
1254 renamed from decode_line_spec. All callers updated.
1255 (decode_line_with_last_displayed): Moved here from breakpoint.c and
1256 renamed from decode_line_spec_1. All callers updated.
1257 * linespec.h (decode_line_with_current_source): Move declaration here
1258 from symtab.h and renamed from decode_line_spec.
1259 (decode_line_with_last_displayed): Move declaration here from symtab.h
1260 and renamed from decode_line_spec_1.
1261 * macrocmd.c: #include "linespec.h".
1262 * symtab.c: Remove #include "linespec.h".
1263
1264 2012-06-28 Doug Evans <dje@google.com>
1265
1266 * dwarf2read.c (get_cu_length): New function.
1267 (offset_in_cu_p, error_check_comp_unit_head): Call it.
1268 (create_debug_types_hash_table): Ditto.
1269 (init_cutu_and_read_dies): Ditto.
1270 (init_cutu_and_read_dies_no_follow): Ditto.
1271
1272 * dwarf2read.c (dwarf2_find_base_address): Move definition.
1273
1274 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
1275 (struct abbrev_table): Define.
1276 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
1277 abbrev_table.
1278 (init_cutu_and_read_dies): Update.
1279 (abbrev_table_alloc_abbrev): New function. Replaces
1280 dwarf_alloc_abbrev. All callers updated.
1281 (abbrev_table_add_abbrev): New function.
1282 (abbrev_table_lookup_abbrev): New function. Replaces
1283 dwarf2_lookup_abbrev. All callers updated.
1284 (abbrev_table_read_table): New function. Contents moved here from
1285 dwarf2_read_abbrevs.
1286 (dwarf2_read_abbrevs): Call it.
1287 (abbrev_table_free): New function.
1288 (dwarf2_free_abbrev_table): Call it.
1289
1290 2012-06-28 Stan Shebs <stan@codesourcery.com>
1291
1292 * osdata.c (info_osdata_command): Filter out "Title" columns
1293 from non-MI uses.
1294 * common/linux-osdata.c (struct osdata_type): Add title field.
1295 (osdata_table): Add titles to each entry.
1296 (linux_command_xfer_osdata): Add a column for title data.
1297
1298 2012-06-28 Stan Shebs <stan@codesourcery.com>
1299
1300 Make logging work for MI.
1301 * NEWS: Mention it.
1302 * interps.h (interp_set_logging_ftype): New typedef.
1303 (struct interp_procs): New field set_logging_proc.
1304 (current_interp_set_logging): Declare.
1305 * interps.c (current_interp_set_logging): New function.
1306 * cli/cli-logging.c: Include interps.h.
1307 (set_logging_redirect): Call current_interp_set_logging.
1308 (pop_output_files): Ditto.
1309 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
1310 * mi/mi-console.h (mi_console_set_raw): Declare.
1311 * mi/mi-console.c (mi_console_set_raw): New function.
1312 * mi/mi-interp.c (saved_raw_stdout): New global.
1313 (mi_set_logging): New function.
1314 (_initialize_mi_interp): Add it to interp procs.
1315
1316 2012-06-28 Doug Evans <dje@google.com>
1317
1318 * symtab.c (lookup_symbol_aux_objfile): Use
1319 ALL_OBJFILE_PRIMARY_SYMTABS.
1320
1321 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
1322
1323 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1324
1325 * common/buffer.c: Include inttypes.h and stdint.h.
1326 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
1327
1328 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1329 Pedro Alves <palves@redhat.com>
1330
1331 * gdbthread.h (ALL_THREADS): New macro.
1332 (thread_list): Declare.
1333 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
1334 going, but instead fall through to the stepping handling.
1335 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
1336 the passed in signal. Adjust debug output.
1337 (resume_callback): Rename to ...
1338 (linux_nat_resume_callback): ... this. Pass the thread's last
1339 stop signal, if in "pass" state.
1340 (linux_nat_resume): Adjust to rename.
1341 (stop_wait_callback): New assertion. Don't respawn signals;
1342 instead let the LWP remain with SIGNALLED set.
1343 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
1344 * remote.c (append_pending_thread_resumptions): New.
1345 (remote_vcont_resume): Call it.
1346 * target.h (target_resume): Extend comment.
1347
1348 2012-06-28 Iain Sandoe <iain@codesourcery.com>
1349
1350 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
1351
1352 2012-06-27 Doug Evans <dje@google.com>
1353
1354 * dwarf2read.c (dwarf2_cu): Add ranges_base.
1355 Delete have_addr_base, unused. All uses updated.
1356 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
1357 (dwarf2_get_pc_bounds): Add ranges_base.
1358 (dwarf2_record_block_ranges): Ditto.
1359
1360 2012-06-27 Tom Tromey <tromey@redhat.com>
1361
1362 PR macros/7961:
1363 * varobj.c (varobj_create): Update.
1364 (varobj_set_value): Update.
1365 * tracepoint.c (validate_actionline): Update.
1366 (encode_actions_1): Update.
1367 * parse.c (parse_exp_1): Add 'pc' argument.
1368 (parse_exp_in_context): Add 'pc' argument. Change how
1369 expression_context_pc is set.
1370 (parse_expression): Update.
1371 (parse_field_expression): Update.
1372 * expression.h (parse_exp_1): Update.
1373 * eval.c (parse_to_comma_and_eval): Update.
1374 * breakpoint.c (set_breakpoint_condition): Update.
1375 (update_watchpoint): Update.
1376 (init_breakpoint_sal): Update
1377 (find_condition_and_thread): Update.
1378 (watch_command_1): Update.
1379 (update_breakpoint_locations): Update.
1380 * ada-lang.c (ada_read_renaming_var_value): Update.
1381 (create_excep_cond_exprs): Update.
1382
1383 2012-06-27 Doug Evans <dje@google.com>
1384
1385 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
1386 type units.
1387
1388 2012-06-26 Doug Evans <dje@google.com>
1389
1390 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
1391 prototype.
1392 (error_check_comp_unit_head): New arg abbrev_section. All callers
1393 updated.
1394 (read_and_check_comp_unit_head): Ditto.
1395 (read_and_check_type_unit_head): Ditto.
1396
1397 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1398
1399 New attribute 'last' for gdb.Symtab_and_line.
1400 * NEWS (Python Scripting): Add entry about the new attribute.
1401 * python/py-symtab.c (salpy_get_last): New function which
1402 implements the get method for the 'last' attribute of
1403 gdb.Symtab_and_line.
1404 (sal_object_getset): Add entry for the 'last' attribute.
1405
1406 2012-06-26 Doug Evans <dje@google.com>
1407
1408 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
1409 (dwo_sections): Add macinfo, macro.
1410 (dwarf2_locate_dwo_sections): Watch for macro sections.
1411 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
1412 All callers updated. Handle DWO files.
1413
1414 * NEWS: Mention new options "set debug dwarf2-read" and
1415 "set debug symtab-create".
1416 * dwarf2read.c (dwarf2_read_debug): New static global.
1417 (dwarf2_build_psymtabs_hard): Add debugging printfs.
1418 (process_queue): Ditto.
1419 (process_full_comp_unit): Ditto.
1420 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
1421 * elfread.c (elf_symfile_read): Add debugging printf.
1422 * minsyms.c (install_minimal_symbols): Ditto.
1423 * psymtab.c (allocate_psymtab): Ditto.
1424 * symfile.c (allocate_symtab): Ditto.
1425 * symtab.c (symtab_create_debug): New global.
1426 (_initialize_symtab): Add new option "set debug symtab-create".
1427 * symtab.h (symtab_create_debug): Declare.
1428
1429 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
1430 (lookup_dwo_type_unit): Ditto.
1431
1432 2012-06-26 Roland McGrath <roland@hack.frob.com>
1433 H.J. Lu <hongjiu.lu@intel.com>
1434
1435 * amd64-linux-nat.c: Include <sys/user.h>.
1436 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
1437 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
1438 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
1439
1440 * configure.ac: Check if the fs_base and gs_base members of
1441 `struct user_regs_struct' exist.
1442 * config.in: Regenerated.
1443 * configure: Likewise.
1444
1445 2012-06-25 Michael Eager <eager@eagercon.com>
1446
1447 PR python/14291
1448 * python/python.c (gdbpy_write): Check for interrupted output.
1449
1450 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
1451
1452 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
1453 register as a stack alignment in ARM mode.
1454
1455 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1456
1457 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
1458 * gnulib/config.in: Regenerate.
1459 * gnulib/configure: Likewise.
1460 * gnulib/import/m4/extensions.m4: Update it.
1461 * gnulib/import/m4/gnulib-common.m4: Likewise.
1462 * gnulib/import/m4/memmem.m4: Likewise.
1463 * gnulib/import/m4/mmap-anon.m4: Likewise.
1464 * gnulib/import/m4/multiarch.m4: Likewise.
1465 * gnulib/import/stdint.in.h: Likewise.
1466
1467 2012-06-24 Yao Qi <yao@codesourcery.com>
1468
1469 * corefile.c (write_memory_with_notification): New.
1470 * gdbcore.h: Declare write_memory_with_notification.
1471 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
1472 'observer_notify_memory_changed' with 'write_memory_with_notification'.
1473 * valops.c (value_assign): Likewise.
1474 * python/py-inferior.c (infpy_write_memory): Call
1475 'write_memory_with_notification'.
1476
1477 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1478
1479 * cc-with-index.sh: Use also -ex "set auto-load no".
1480
1481 2012-06-23 Doug Evans <dje@google.com>
1482
1483 PR 14125
1484 * NEWS: Document additions to .gdb_index.
1485 * dwarf2read.c: #include "gdb/gdb-index.h".
1486 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
1487 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
1488 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
1489 (dwarf2_read_index): Recognize version 7.
1490 (dw2_do_expand_symtabs_matching): New args want_specific_block,
1491 block_kind, domain): All callers updated.
1492 (dw2_find_symbol_file): Handle new index CU values.
1493 (dw2_expand_symtabs_matching): Match symbol kind if requested.
1494 (add_index_entry): New args is_static, kind. All callers updated.
1495 (offset_type_compare, uniquify_cu_indices): New functions
1496 (symbol_kind): New function.
1497 (write_psymtabs_to_index): Remove duplicate CU values.
1498 (write_psymtabs_to_index): Write .gdb_index version 7.
1499
1500 2012-06-22 Joel Brobecker <brobecker@adacore.com>
1501
1502 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
1503 * configure: Regenerate.
1504
1505 2012-06-20 Yao Qi <yao@codesourcery.com>
1506
1507 * python/py-inferior.c: Update comments of infpy_read_memory
1508 and infpy_write_memory.
1509
1510 2012-06-19 Tom Tromey <tromey@redhat.com>
1511
1512 PR exp/9514:
1513 * parser-defs.h (insert_type, insert_type_address_space): Declare.
1514 (push_type_address_space): Remove.
1515 * parse.c (insert_into_type_stack): New function.
1516 (insert_type): Likewise.
1517 (insert_type_address_space): Rename from push_type_address_space.
1518 Insert tp_space_identifier.
1519 * c-exp.y (ptr_operator): New production.
1520 (abs_decl): Use ptr_operator.
1521 (space_identifier): Call insert_type_address_space.
1522 (ptype): Don't use const_or_volatile_or_space_identifier.
1523 (const_or_volatile_noopt): Call insert_type.
1524 (conversion_type_id, conversion_declarator): New productions.
1525 (operator): Use conversion_type_id.
1526
1527 2012-06-18 Doug Evans <dje@google.com>
1528
1529 * symtab.h (minimal_symbol): New member created_by_gdb.
1530 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
1531 created by gdb.
1532 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
1533 (search_symbols): Call it instead of lookup_symbol.
1534 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
1535
1536 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
1537 Adjust address for DW_OP_GNU_addr_index.
1538 * dwarf2expr.h (dwarf_expr_context): Update comment.
1539 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
1540 all callers updated. Handle TLS vars described with
1541 DW_OP_GNU_const_index.
1542 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
1543 and DW_OP_GNU_const_index.
1544 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
1545
1546 * block.c (find_block_in_blockvector): Make explicit the fact that we
1547 ignore GLOBAL_BLOCK.
1548
1549 2012-06-18 Tom Tromey <tromey@redhat.com>
1550
1551 * c-exp.y (operator): Remove trailing space after "delete" and
1552 "delete[]".
1553
1554 2012-06-18 Mark Kettenis <kettenis@gnu.org>
1555 Jan Kratochvil <jan.kratochvil@redhat.com>
1556
1557 Switch i386 and derived targets to ON_STACK.
1558 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
1559 (amd64_dicos_init_abi): Remove its installment.
1560 * dicos-tdep.c (dicos_init_abi): Remove the
1561 set_gdbarch_call_dummy_location call. Update the comment here.
1562 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
1563 (i386_dicos_init_abi): Remove its installment.
1564 * i386-tdep.c (i386_push_dummy_code): New function.
1565 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
1566 i386_push_dummy_code.
1567
1568 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1569
1570 Remove stale dummy frames.
1571 * breakpoint.c: Include dummy-frame.h.
1572 (longjmp_breakpoint_ops): New variable.
1573 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
1574 bp_longjmp_call_dummy.
1575 (bpstat_what, bptype_string, print_one_breakpoint_location)
1576 (init_bp_location): Support bp_longjmp_call_dummy.
1577 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
1578 (set_longjmp_breakpoint_for_call_dummy)
1579 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
1580 functions.
1581 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
1582 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
1583 FIXME comment and extend the other comment for bp_call_dummy.
1584 (set_longjmp_breakpoint_for_call_dummy)
1585 (check_longjmp_breakpoint_for_call_dummy): New declarations.
1586 * dummy-frame.c: Include gdbthread.h.
1587 (pop_dummy_frame_bpt): New function.
1588 (pop_dummy_frame): Call pop_dummy_frame_bpt.
1589 (dummy_frame_discard): New function.
1590 (cleanup_dummy_frames): Update the comment about longjmps.
1591 * dummy-frame.h (dummy_frame_discard): New declaration.
1592 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
1593 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
1594 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
1595 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
1596 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
1597 keep_going if IS_LONGJMP and there is no other reason to stop.
1598
1599 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
1600
1601 * remote-sim.c (sim_command_completer): Initialize
1602 variable 'result'.
1603
1604 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1605
1606 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
1607 * dwarf2loc.c (call_site_parameter_matches): Support
1608 CALL_SITE_PARAMETER_PARAM_OFFSET.
1609 (needs_dwarf_reg_entry_value): Push stub value.
1610 * dwarf2read.c (read_call_site_scope): New variable origin. Support
1611 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
1612 * gdbtypes.h (enum call_site_parameter_kind): New item
1613 CALL_SITE_PARAMETER_PARAM_OFFSET.
1614 (struct call_site.parameter.u): New field param_offset.
1615
1616 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1617
1618 Code cleanup: Generalize call_site.parameter key.
1619 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
1620 variable dwarf_reg. New variable kind_u. Update parameters to
1621 push_dwarf_reg_entry_value.
1622 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
1623 * dwarf2expr.h (enum call_site_parameter_kind)
1624 (union call_site_parameter_u): Forward declarations.
1625 (struct dwarf_expr_context_funcs): Update parameters and their
1626 description for push_dwarf_reg_entry_value.
1627 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
1628 * dwarf2loc.c (call_site_parameter_matches): New function.
1629 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
1630 description. Use call_site_parameter_matches.
1631 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
1632 Update parameters and their description.
1633 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
1634 New variable kind_u. Adjust the caller for updated parameters.
1635 (needs_dwarf_reg_entry_value): Update parameters.
1636 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
1637 instead of attr. Update for the changed fields of struct
1638 call_site_parameter.
1639 * gdbtypes.h: Include dwarf2expr.h.
1640 (enum call_site_parameter_kind): New.
1641 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
1642 fb_offset into new union u.
1643
1644 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
1645
1646 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
1647 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
1648 for x32.
1649
1650 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
1651
1652 * amd64-linux-nat.c (compat_x32_clock_t): New.
1653 (compat_x32_siginfo_t): Likewise.
1654 (compat_x32_siginfo_from_siginfo): Likewise.
1655 (siginfo_from_compat_x32_siginfo): Likewise.
1656 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
1657 and siginfo_from_compat_x32_siginfo for x32.
1658
1659 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
1660
1661 * tracepoint.c (tfile_xfer_partial): Add a lseek.
1662
1663 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
1664
1665 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
1666 instead of gdbarch_ptr_bit.
1667 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
1668 (amd64_supply_native_gregset): Likewise.
1669 (amd64_collect_native_gregset): Likewise.
1670 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
1671 (amd64_supply_xsave): Likewise.
1672 (amd64_collect_fxsave): Likewise.
1673 (amd64_collect_xsave): Likewise.
1674
1675 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
1676
1677 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
1678 (amd64_linux_read_description): Check DS segment register for
1679 x32 process.
1680
1681 2012-06-15 Tom Tromey <tromey@redhat.com>
1682
1683 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
1684 init_cutu_and_read_dies.
1685
1686 2012-06-15 Iain Sandoe <iain@codesourcery.com>
1687
1688 * MAINTAINERS (Write After Approval): Add myself to the list.
1689
1690 2012-06-15 Tom Tromey <tromey@redhat.com>
1691
1692 * valops.c (value_find_oload_method_list): Now static.
1693 * value.h (value_find_oload_method_list): Don't declare.
1694
1695 2012-06-15 Tom Tromey <tromey@redhat.com>
1696
1697 * valops.c (find_overload_match): Use value_ind.
1698
1699 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
1700
1701 * infrun.c (handle_inferior_event): Correct indentation.
1702
1703 2012-06-14 Doug Evans <dje@google.com>
1704
1705 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
1706 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
1707 All uses updated.
1708 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
1709 updated. Handle DEBUG_LOC_START_LENGTH.
1710 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
1711 (loclist_describe_location): Ditto.
1712
1713 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
1714
1715 PR backtrace/13866
1716 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
1717 after hiding inline functions.
1718
1719 2012-06-13 Joel Brobecker <brobecker@adacore.com>
1720
1721 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
1722 _initialize_inf_ttrace.
1723
1724 2012-06-13 Joel Brobecker <brobecker@adacore.com>
1725
1726 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
1727 _initialize_hppa_hpux_nat.
1728
1729 2012-06-13 Joel Brobecker <brobecker@adacore.com>
1730
1731 * remote-sim.c (sim_command_completer): Change type of return
1732 value to "VEC (char_ptr) *". Adjust implementation accordingly.
1733
1734 2012-06-13 Mark Kettenis <kettenis@gnu.org>
1735 Jan Kratochvil <jan.kratochvil@redhat.com>
1736
1737 PR tdep/14222
1738 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
1739 stack on a 16-byte boundary.
1740
1741 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
1742
1743 * jit.c (finalize_symtab): Set function's return type to 'void' by
1744 default.
1745
1746 2012-06-13 Mark Kettenis <kettenis@gnu.org>
1747 H.J. Lu <hongjiu.lu@intel.com>
1748
1749 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
1750 Move bits common to both the classic LP64 and the new x32 ILP32
1751 ABI here.
1752 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
1753 (amd64_x32_linux_init_abi): New function.
1754 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
1755 subtype.
1756
1757 * i386-tdep.h (i386_pseudo_register_name): New prototype.
1758 * i386-tdep.c (i386_pseudo_register_name): Make public.
1759 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
1760 * amd64-tdep.c (amd64_dword_names): Add "eip".
1761 (amd64_x32_pseudo_register_type): New function
1762 (amd64_x32_init_abi): New function.
1763
1764 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1765
1766 PR build/14003
1767 * inferior.h (struct inferior_suspend_state): Comment out.
1768 (struct inferior): Comment out the field suspend.
1769 * infrun.c (struct infcall_suspend_state): Comment out the field
1770 inferior_suspend.
1771 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
1772 out its assignment.
1773
1774 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1775
1776 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
1777 * c-exp.y (classify_inner_name): Remove caller assumptions in the
1778 function comment. Return ERROR for unresolved cases. Implement
1779 returning proper NAME.
1780 (yylex): Accept also NAME from classify_inner_name.
1781 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
1782 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
1783 LOC_TYPEDEF type.
1784 * cp-support.h (cp_lookup_nested_type): Update its declaration.
1785
1786 2012-06-13 Tom Tromey <tromey@redhat.com>
1787
1788 * breakpoint.c (condition_completer): New function.
1789 (_initialize_breakpoint): Use it.
1790 * value.c (complete_internalvar): New function.
1791 * value.h (complete_internalvar): Declare.
1792
1793 2012-06-13 Tom Tromey <tromey@redhat.com>
1794
1795 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
1796 * breakpoint.c (catch_syscall_completer): Return a VEC.
1797 * cli/cli-cmds.c (complete_command): Update.
1798 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
1799 (complete_on_enum): Likewise.
1800 * command.h: Include gdb_vecs.h.
1801 (completer_ftype): Change return type.
1802 (complete_on_cmdlist, complete_on_enum): Likewise.
1803 * completer.c (noop_completer, filename_completer)
1804 (location_completer): Return a VEC.
1805 (add_struct_fields): Remove 'nextp' argument. Change 'output'
1806 to a VEC.
1807 (expression_completer, complete_line_internal, complete_line)
1808 (command_completer): Return a VEC.
1809 (gdb_completion_word_break_characters, line_completion_function):
1810 Update.
1811 * completer.h: Include gdb_vecs.h.
1812 (complete_line, noop_completer, filename_completer)
1813 (expression_completer, location_completer, command_completer):
1814 Update.
1815 * f-lang.c (f_word_break_characters): Return a VEC.
1816 * interps.c (interpreter_completer): Return a VEC.
1817 * language.h (struct language_defn)
1818 <la_make_symbol_completion_list>: Return a VEC.
1819 * python/py-cmd.c (cmdpy_completer): Return a VEC.
1820 * symtab.c (free_completion_list): Take a VEC.
1821 (return_val_size, return_val_index): Remove.
1822 (return_val): Now a VEC.
1823 (completion_list_add_name): Update.
1824 (default_make_symbol_completion_list_break_on)
1825 (default_make_symbol_completion_list, make_symbol_completion_list)
1826 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
1827 Return a VEC.
1828 (add_filename_to_list): Update.
1829 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
1830 <list>: Now a VEC.
1831 (maybe_add_partial_symtab_filename): Update.
1832 (make_source_files_completion_list): Return a VEC.
1833 * symtab.h (default_make_symbol_completion_list_break_on)
1834 (default_make_symbol_completion_list, make_symbol_completion_list)
1835 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
1836 (make_source_files_completion_list): Update.
1837
1838 2012-06-13 Tom Tromey <tromey@redhat.com>
1839
1840 * breakpoint.c (add_catch_command): Use completer_ftype.
1841 * breakpoint.h: Include command.h.
1842 (add_catch_command): Use completer_ftype.
1843 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
1844 * cli/cli-decode.h (struct cmd_list_element) <completer>:
1845 Use completer_ftype.
1846 * command.h (completer_ftype): New typedef.
1847 (set_cmd_completer): Use it.
1848 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
1849 completer_ftype.
1850
1851 2012-06-13 Pedro Alves <palves@redhat.com>
1852
1853 Partial revert of previous change.
1854
1855 * serial.c (scb_base): New global.
1856 (serial_for_fd): New.
1857 (serial_open, serial_fdopen_ops): Link new serial in open serials
1858 chain.
1859 (do_serial_close): Unlink serial from the open serials chain.
1860
1861 2012-06-12 Pedro Alves <palves@redhat.com>
1862
1863 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
1864 threads here.
1865 (prepare_for_detach): No longer context switch here in non-stop
1866 mode.
1867 (fetch_inferior_event): Ditto.
1868 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
1869 to the event thread before removing breakpoints. Switch to the
1870 event thread before inserting breakpoints and resuming.
1871 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
1872 event thread before resuming.
1873 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
1874 Switch to the event thread before removing breakpoints.
1875
1876 2012-06-12 Eli Zaretskii <eliz@gnu.org>
1877
1878 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
1879 special characters correctly for the Windows shells. See
1880 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
1881 report.
1882 [!__MINGW32__]: Remove extra double quote character from special
1883 characters.
1884
1885 2012-06-11 Stan Shebs <stan@codesourcery.com>
1886
1887 * ui-out.h: Remove #if 0 declarations.
1888 * ui-out.c: Remove #if 0 functions.
1889
1890 2012-06-11 Pedro Alves <palves@redhat.com>
1891
1892 * ser-base.c (run_async_handler_and_reschedule): New.
1893 (fd_event, push_event): Use it.
1894 * serial.c (serial_open, serial_fdopen_ops): Set the initial
1895 reference count to 1.
1896 (do_serial_close): Set the bufp field to NULL. Use serial_unref
1897 instead of xfree.
1898 (serial_is_open, serial_ref, serial_unref): New.
1899 * serial.h (serial_open): Adjust comment.
1900 (serial_is_open): Declare.
1901 (serial_close): Adjust comment.
1902 (serial_ref, serial_unref) Declare.
1903 (struct serial): New field 'refcnt'.
1904
1905 2012-06-11 Pedro Alves <palves@redhat.com>
1906
1907 Remove #if 0'd "connect" command, and unnecessary associated
1908 refcounting and serial reuse bits.
1909
1910 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
1911 * serial.c (last_serial_opened): Delete.
1912 (scb_base): Delete.
1913 (serial_open): Adjust.
1914 (serial_for_fd): Delete.
1915 (serial_fdopen_ops, do_serial_close): Adjust.
1916 (serial_fdopen_ops): Adjust.
1917
1918 2012-06-11 Pedro Alves <palves@redhat.com>
1919
1920 * serial.c (do_serial_close): Remove early return when SCB is
1921 null.
1922
1923 2012-06-11 Tom Tromey <tromey@redhat.com>
1924
1925 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
1926
1927 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1928
1929 Fix regression by the "ambiguous linespec" series.
1930 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
1931 get_last_displayed_symtab and get_last_displayed_line and depending
1932 on CURSAL.
1933
1934 2012-06-11 Tom Tromey <tromey@redhat.com>
1935
1936 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
1937 (dw2_find_symbol_file): Use it.
1938
1939 2012-06-11 Michael Eager <eager@eagercon.com>
1940
1941 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
1942 * mips-linux-tdep.h (mips_signals): New
1943
1944 2012-06-11 Tom Tromey <tromey@redhat.com>
1945
1946 * infrun.c (handle_inferior_event)
1947 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
1948 breakpoint.
1949 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
1950 exception logic in all cases. Update comments.
1951 (insert_longjmp_resume_breakpoint): Set the exception resume
1952 breakpoint.
1953
1954 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
1955
1956 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
1957
1958 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
1959
1960 * valarith.c (binop_types_user_defined_p): Fix a typo.
1961
1962 2012-06-08 Yao Qi <yao@codesourcery.com>
1963 Chung-Lin Tang <cltang@codesourcery.com>
1964
1965 * arch-utils.c (default_return_in_first_hidden_param_p): New.
1966 * arch-utils.h: Declare.
1967 * gdbarch.sh: Add return_in_first_hidden_param_p.
1968 * gdbarch.c, gdbarch.h: Regenerated.
1969 * infcall.c (call_function_by_hand): Call
1970 gdbarch_return_in_first_hidden_param_p instead of
1971 language_pass_by_reference.
1972
1973 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
1974 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
1975 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
1976 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
1977 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
1978 `cplus_return_struct_by_reference'.
1979 (tic6x_return_value): Handle language cplusplus.
1980 (tic6x_return_in_first_hidden_param_p): New.
1981 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
1982
1983 2012-06-07 Doug Evans <dje@google.com>
1984
1985 * dwarf2read.c (dwarf2_cu): Add comment.
1986
1987 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
1988
1989 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
1990 variable.
1991 (mips_eabi_push_dummy_call): Likewise.
1992 (mips_n32n64_push_dummy_call): Likewise.
1993 (mips_o32_push_dummy_call): Likewise.
1994 (mips_o64_push_dummy_call): Likewise.
1995
1996 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
1997
1998 * mips-tdep.c (mips_convert_register_p): Correct coding style.
1999
2000 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
2001
2002 * mips-tdep.c (mips_pseudo_register_type): Use
2003 mips_float_register_p.
2004
2005 2012-06-06 Pedro Alves <palves@redhat.com>
2006
2007 * infrun.c (handle_inferior_event): Remove calls to
2008 reinit_frame_cache that follow a context_switch call.
2009
2010 2012-06-06 Pedro Alves <palves@redhat.com>
2011
2012 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
2013 context_switch and remove stale comment.
2014
2015 2012-06-06 Pedro Alves <palves@redhat.com>
2016
2017 * infrun.c (struct execution_control_state): Remove
2018 `new_thread_event' field.
2019 (handle_inferior_event): Simplify new threads handling; don't
2020 resume the inferior if we find a new thread.
2021
2022 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2023
2024 * NEWS: Document the deprecation of SH's 'regs' command.
2025 * inferior.h (all_registers_info): Add function declaration.
2026 * sh-tdep.c (sh_show_regs): Remove variable.
2027 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
2028 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
2029 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
2030 (sh_show_regs_command): Remove functions.
2031 (sh_gdbarch_init): Don't set sh_show_regs.
2032 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
2033 'info all-registers'.
2034 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
2035 (sh64_show_regs): Remove functions.
2036 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
2037
2038 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2039
2040 * configure.ac: Move development=true below AC_INIT.
2041 * configure: Regenerate.
2042
2043 2012-06-05 Stan Shebs <stan@codesourcery.com>
2044
2045 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
2046 gdb_stdout.
2047
2048 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
2049
2050 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
2051 argument as ssize_t.
2052 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
2053 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
2054 * target.c (target_read_stack, target_write_memory)
2055 (target_write_raw_memory): Likewise.
2056 * target.h (target_read_stack, target_write_memory)
2057 (target_write_raw_memory): Likewise.
2058
2059 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2060
2061 * symfile-mem.c: Change gdb_static_assert to ssize_t.
2062 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
2063 * target.c (target_read_memory): Change LEN to ssize_t.
2064 * target.h (target_read_memory): Change LEN to ssize_t.
2065
2066 2012-06-05 Pedro Alves <palves@redhat.com>
2067
2068 PR backtrace/13866
2069
2070 * breakpoint.c (until_break_command): Only fetch the selected
2071 frame after decode_line_1.
2072
2073 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2074
2075 * solib-svr4.c (enable_break): Don't fallback to setting the solib
2076 event breakpoint at _start, __start or main if a program
2077 interpreter is not found.
2078
2079 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2080
2081 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
2082 Add declaration.
2083 * windows-tdep.c: #include "objfiles.h".
2084 (windows_iterate_over_objfiles_in_search_order): New function.
2085 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
2086 iterate_over_objfiles_in_search_order gdbarch method to
2087 windows_iterate_over_objfiles_in_search_order.
2088 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
2089
2090 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2091
2092 * gdbarch.sh: Add generation of
2093 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
2094 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
2095 (iterate_over_objfiles_in_search_order): New gdbarch method.
2096 * gdbarch.h, gdbarch.c: Regenerate.
2097 * objfiles.h (default_iterate_over_objfiles_in_search_order):
2098 Add declaration.
2099 * objfiles.c (default_iterate_over_objfiles_in_search_order):
2100 New function.
2101 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
2102 out of lookup_symbol_aux_symtabs.
2103 (lookup_symbol_aux_symtabs): Replace extracted-out code by
2104 call to lookup_symbol_aux_objfile.
2105 (struct global_sym_lookup_data): New type.
2106 (lookup_symbol_global_iterator_cb): New function.
2107 (lookup_symbol_global): Search for symbol using
2108 gdbarch_iterate_over_objfiles_in_search_order and
2109 lookup_symbol_global_iterator_cb.
2110 * findvar.c (struct minsym_lookup_data): New type.
2111 (minsym_lookup_iterator_cb): New function.
2112 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
2113 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
2114 and minsym_lookup_iterator_cb.
2115
2116 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2117
2118 Revert the following patch:
2119 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
2120 try locating the symbol in the symbol's own objfile first, before
2121 extending the search to all objfiles.
2122 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
2123 out of lookup_symbol_aux_symtabs.
2124 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
2125 Replace extracted-out code by call to lookup_symbol_aux_objfile.
2126 Do not search EXCLUDE_OBJFILE.
2127 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
2128 (lookup_symbol_global): Search for matches in the block's objfile
2129 first, before searching all other objfiles.
2130
2131 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2132
2133 * breakpoint.c (find_condition_and_thread): Stop parsing
2134 as soon as the first invalid keyword is found.
2135
2136 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2137
2138 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
2139
2140 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2141
2142 * config/djgpp/djcheck.sh: Add copyright header.
2143
2144 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2145
2146 * copyright.py (update_files, main): Fix path to update-copyright
2147 script.
2148
2149 2012-06-05 Joel Brobecker <brobecker@adacore.com>
2150
2151 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
2152 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
2153 for which a reminder to update by hand is printed.
2154
2155 2012-06-04 Doug Evans <dje@google.com>
2156
2157 * buildsym.c (make_blockvector): Add comment.
2158
2159 2012-06-04 Pedro Alves <palves@redhat.com>
2160
2161 * arch-utils.c (default_gdb_signal_from_target): Delete.
2162 * arch-utils.h (default_gdb_signal_from_target): Delete.
2163 * corelow.c (core_open) <signal mapping>: Extended comment. Check
2164 gdbarch_gdb_signal_from_target_p.
2165 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
2166 predicate).
2167 * gdbarch.h: Regenerate.
2168 * gdbarch.c: Regenerate.
2169
2170 2012-06-04 Pedro Alves <palves@redhat.com>
2171
2172 * gdbarch.sh (gdb_signal_from_target): Mention that the
2173 implementation of the method must be host independent.
2174 * gdbarch.h: Regenerate.
2175
2176 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2177
2178 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
2179 parameters.
2180 (target_read_memory_bfd): New function.
2181 (symbol_file_add_from_memory): Use it.
2182
2183 2012-06-03 Doug Evans <dje@google.com>
2184
2185 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
2186 of primary symtab.
2187 (basic_lookup_transparent_type): Ditto.
2188
2189 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
2190 (ALL_PRIMARY_SYMTABS): Use it.
2191 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
2192 * dwarf2read.c (dw2_find_symbol_file): Ditto.
2193 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
2194 * symtab.c (lookup_symbol_aux_objfile): Ditto.
2195 (basic_lookup_transparent_type): Ditto.
2196
2197 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
2198
2199 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
2200 it to optimize resolution of demangled name.
2201
2202 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2203
2204 * configure.ac (development): Define new variable.
2205 Call AC_CHECK_LIB for mcheck if $development.
2206 (ERROR_ON_WARNING): Enable it by default only if $development.
2207 * config.in: Regenerate.
2208 * configure: Regenerate.
2209
2210 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
2211
2212 * target.c (target_read_memory): Make LEN argument as size_t.
2213 * target.h (target_read_memory): Likewise.
2214
2215 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2216
2217 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
2218
2219 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
2220
2221 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
2222 BookE interface for PowerPC server processors if not available
2223 in the Linux Kernel.
2224
2225 2012-05-31 Keith Seitz <keiths@redhat.com>
2226
2227 * linespec.c (decode_objc): Add cleanup to free
2228 INFO.FILE_SYMTABS.
2229 (find_linespec_symbols): Add cleanup to free CLASSES.
2230 * symfile.c (find_separate_debug_file_by_debuglink): Add
2231 cleanup to free DEBUGLINK.
2232 * ui-out.c (clear_header_list): No need to check if
2233 HEADER_NEXT.COLHDR is NULL.
2234 Free HEADER_NEXT.COL_NAME.
2235
2236 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2237
2238 * ada-lang.c (standard_lookup): Prevent uninitialized variable
2239 warning.
2240
2241 2012-05-30 Jeff Kenton <jkenton@tilera.com>
2242
2243 * configure.host (gdb_host_cpu): Handle tilegx*.
2244 (gdb_host): Handle tilegx-*-linux*.
2245 * tilegx-linux-nat.c: New file.
2246 * config/tilegx/linux.mh: New file.
2247
2248 2012-05-30 Jeff Kenton <jkenton@tilera.com>
2249
2250 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
2251 tilegx-linux-tdep.o.
2252 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
2253 tilegx-linux-tdep.c.
2254 * configure.tgt: Handle tilegx-*-linux*.
2255 * tilegx-tdep.h: New file.
2256 * tilegx-tdep.c: New file.
2257 * tilegx-linux-tdep.c: New file.
2258 * regformats/reg-tilegx.dat: New file.
2259
2260 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
2261
2262 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
2263 accounting of hw watchpoints on ppc.
2264
2265 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
2266
2267 * source.c (openp): Expand tilde in path entries.
2268
2269 2012-05-29 Doug Evans <dje@google.com>
2270
2271 * buildsym.c (block_compar): Fix comment.
2272 (end_symtab): Fix and clarify some comments.
2273
2274 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
2275 cleanup_undefined_types.
2276 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
2277 All callers updated.
2278
2279 2012-05-29 Tom Tromey <tromey@redhat.com>
2280
2281 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
2282 fails.
2283 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
2284 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
2285 fails.
2286 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
2287 fails.
2288
2289 2012-05-29 Tristan Gingold <gingold@adacore.com>
2290
2291 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
2292 (struct darwin_info): ... New struct.
2293 (solib_darwin_pspace_data): New variable.
2294 (darwin_pspace_data_cleanup): New function.
2295 (get_darwin_info): Likewise.
2296 (darwin_dyld_version_ok, darwin_load_image_infos)
2297 (darwin_solib_get_all_image_info_addr_at_init)
2298 (darwin_solib_read_all_image_info_addr): Add info argument.
2299 Adjust code.
2300 (darwin_current_sos): Use per pspace structure.
2301 (darwin_solib_create_inferior_hook): Likewise.
2302 (darwin_clear_solib): Likewise.
2303 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
2304
2305 2012-05-28 Pedro Alves <palves@redhat.com>
2306
2307 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
2308 block that uses them. Clear ecss before handling each event.
2309
2310 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2311
2312 * solib-svr4.c (svr4_current_sos): New comment on
2313 svr4_current_sos_via_xfer_libraries fall back.
2314
2315 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2316
2317 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
2318 it as a fallback for TYPE_IS_OPAQUE.
2319 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
2320 symbols for lookup_symbol.
2321
2322 2012-05-24 John Steele Scott <toojays@toojays.net>
2323
2324 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
2325 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
2326 (producer_is_gxx_lt_4_6): Move the checking and caching to...
2327 (check_producer): ... this new function, which also checks for ICC
2328 and caches the result.
2329 (producer_is_icc): New function.
2330 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
2331 producer was ICC.
2332
2333 2012-05-24 Pedro Alves <palves@redhat.com>
2334
2335 PR gdb/7205
2336
2337 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
2338 (default_gdb_signal_to_target): ... this. Add comment.
2339 (default_gdb_signal_from_host): Rename to ...
2340 (default_gdb_signal_from_target): ... this. Add comment.
2341 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
2342 (default_gdb_signal_to_target): ... this.
2343 (default_gdb_signal_from_host): Rename to ...
2344 (default_gdb_signal_from_target): ... this.
2345 * corelow.c (core_open): Adjust to naming change. Replace comment.
2346 * gdbarch.sh (gdb_signal_from_host): Rename to ...
2347 (gdb_signal_from_target): ... this. Adjust to
2348 default_gdb_signal_from_host naming change. Extend comment.
2349 (gdb_signal_to_host): Rename to ...
2350 (gdb_signal_to_target): ... this. Adjust to
2351 default_gdb_signal_to_host naming change.
2352 * gdbarch.h, gdbarch.c: Renegerate.
2353
2354 2012-05-24 Pedro Alves <palves@redhat.com>
2355
2356 PR gdb/7205
2357
2358 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
2359
2360 2012-05-24 Pedro Alves <palves@redhat.com>
2361
2362 PR gdb/7205
2363
2364 Replace target_signal with gdb_signal throughout.
2365
2366 2012-05-24 Pedro Alves <palves@redhat.com>
2367
2368 PR tui/14159
2369
2370 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
2371 string, instead of reusing the va_list argument.
2372
2373 2012-05-24 Tom Tromey <tromey@redhat.com>
2374
2375 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
2376 Remove.
2377
2378 2012-05-23 Doug Evans <dje@google.com>
2379
2380 * symtab.c (search_symbols): Formatting fixes.
2381 (print_symbol_info): Formatting fixes.
2382
2383 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
2384 int64_t change to leb128 API.
2385 (read_encoded_value, decode_frame_entry_1): Ditto.
2386 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
2387 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
2388 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
2389 (execute_stack_op): Ditto.
2390 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
2391 (safe_read_uleb128, safe_read_sleb128): Ditto.
2392 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
2393 (dwarf2_compile_expr_to_ax): Ditto.
2394 (locexpr_describe_location_piece): Ditto.
2395 (disassemble_dwarf_expression): Ditto.
2396 (locexpr_describe_location_1): Ditto.
2397
2398 2012-05-23 Stan Shebs <stan@codesourcery.com>
2399 Kwok Cheung Yeung <kcy@codesourcery.com>
2400
2401 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
2402 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
2403 (mi-cmd-info.o): New rule.
2404 * osdata.h (info_osdata_command): New declaration.
2405 * osdata.c (info_osdata_command): Change to non-static.
2406 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
2407 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
2408 * mi/mi-cmd-info.c: New file.
2409
2410 2012-05-23 Doug Evans <dje@google.com>
2411
2412 * symtab.c (search_symbols): Pass NULL for file_matcher to
2413 expand_symtabs_matching if there are no files to match.
2414
2415 * gdbtypes.c (lookup_typename): Simplify.
2416
2417 2012-05-23 Pedro Alves <palves@redhat.com>
2418
2419 * arch-utils.h (default_target_signal_to_host): Delete.
2420 * arch-utils.c (default_target_signal_to_host): Delete.
2421 * gdbarch.sh (target_signal_to_host): Remove.
2422 * gdbarch.h, gdbarch.c: Regenerate.
2423
2424 2012-05-22 Doug Evans <dje@google.com>
2425
2426 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
2427 "const gdb_byte *".
2428 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
2429 (execute_cfa_program): Update to match API of leb128 functions.
2430 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
2431 "const gdb_byte *".
2432 (read_unsigned_leb128, read_signed_leb128): Delete.
2433 (read_initial_length): Change type of buf argument to
2434 "const gdb_byte *".
2435 (read_encoded_value): Update to match API of leb128 functions.
2436 (decode_frame_entry): Change result to "const gdb_byte *", and
2437 similarly for "start" parameter.
2438 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
2439 (dwarf2_build_frame_info): Change local frame_ptr to
2440 "const gdb_byte *".
2441 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
2442 read_uleb128, read_sleb128. All callers updated.
2443 (safe_skip_leb128): New function.
2444 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
2445 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
2446 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
2447 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
2448 read_uleb128, read_sleb128.
2449 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
2450 (execute_stack_op): Update to match API of leb128 functions.
2451 * dwarf2expr.h: #include "leb128.h".
2452 (read_uleb128, read_sleb128): Delete.
2453 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
2454 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
2455 * dwarf2loc.c (debug_loc_kind): New enum.
2456 (decode_debug_loc_addresses): New function.
2457 (decode_debug_loc_dwo_addresses): New function.
2458 (dwarf2_find_location_expression): Rewrite.
2459 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
2460 (locexpr_describe_location_piece): Ditto.
2461 (disassemble_dwarf_expression): Ditto.
2462 (locexpr_describe_location_1): Ditto.
2463 (loclist_describe_location): Rewrite.
2464 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
2465 * dwarf2read.c (die_reader_specs): New member "buffer_end".
2466 (dwarf2_section_buffer_overflow_complaint): Renamed from
2467 dwarf2_macros_too_long_complaint. All callers updated.
2468 (skip_leb128): Delete.
2469 (init_cu_die_reader): Initialize reader->buffer_end.
2470 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
2471 (skip_form_bytes): New arg buffer_end. All callers updated.
2472 Replace call to skip_leb128 with gdb_skip_leb128.
2473 (skip_unknown_opcode): New arg mac_end. All callers updated.
2474 (fill_in_loclist_baton): Initialize baton->from_dwo.
2475
2476 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
2477
2478 * mips-linux-nat.c (mips_linux_read_description): Use a more
2479 verbose error message.
2480
2481 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
2482
2483 * NEWS: Add MIPS/Linux DSP support.
2484 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
2485 (SIGCONTEXT_DSPCTL): New macro.
2486 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
2487 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
2488 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
2489 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
2490 (N64_SIGCONTEXT_HI3): Likewise.
2491 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
2492 (N64_SIGCONTEXT_LO3): Likewise.
2493 (N64_SIGCONTEXT_DSPCTL): Likewise.
2494 (N64_SIGCONTEXT_FPCSR): Clarify definition.
2495 (mips_linux_o32_sigframe_init): Handle DSP registers.
2496 (mips_linux_n32n64_sigframe_init): Likewise.
2497
2498 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
2499
2500 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
2501 call to abort.
2502
2503 2012-05-22 Pedro Alves <palves@redhat.com>
2504
2505 * target.h (store_waitstatus): Move declaration ...
2506 * inf-child.h (store_waitstatus): ... here.
2507 * target.c: Move inclusion of gdb_wait.h, and ...
2508 (store_waitstatus): ... this ...
2509 * inf-child.c: ... here.
2510 * linux-nat.c: Include inf-child.h.
2511 * rs6000-nat.c: Include inf-child.h.
2512 * spu-linux-nat.c: Include inf-child.h.
2513
2514 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
2515
2516 * tracepoint.c (start_tracing): Add missing i18n markup.
2517 (stop_tracing, set_trace_user): Ditto.
2518 (set_trace_notes, set_trace_stop_notes): Ditto.
2519
2520 2012-05-21 Tom Tromey <tromey@redhat.com>
2521
2522 PR c++/7173:
2523 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
2524 types.
2525 * value.h (value_cast_pointers): Update.
2526 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
2527 (value_cast): Update.
2528 (update_search_result): New function.
2529 (do_search_struct_field): New, from search_struct_field. Check
2530 for ambiguous results.
2531 (search_struct_field): Rewrite.
2532 * infcall.c (value_arg_coerce): Update.
2533 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
2534 value_cast_pointers.
2535 * ada-lang.c (ada_convert_actual): Update.
2536
2537 2012-05-21 Tom Tromey <tromey@redhat.com>
2538
2539 * macroexp.c (macro_stringify): Terminate the string.
2540
2541 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2542
2543 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
2544 Describe it.
2545 * auto-load.c (auto_load_expand_dir_vars): New function.
2546 (auto_load_safe_path_vec_update): Use it, remove the
2547 substitute_path_component call thanks to it.
2548 (auto_load_objfile_script): Remove the debug_file_directory processing.
2549 Use auto_load_expand_dir_vars, remove the substitute_path_component
2550 call thanks to it.
2551 * configure: Regenerate.
2552 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
2553 path. Escape $ also for $debugdir.
2554 (--with_auto_load_safe_path): Escape $ also for $debugdir.
2555 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
2556
2557 2012-05-20 Doug Evans <dje@google.com>
2558
2559 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
2560 before use. Check for symtab->includes == NULL before scanning it.
2561
2562 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
2563
2564 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
2565
2566 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
2567
2568 * NEWS: Add microMIPS support and "set mips compression",
2569 "show mips compression" commands.
2570 * mips-tdep.h (mips_isa): New enum.
2571 (gdbarch_tdep): Add mips_isa.
2572 (mips_pc_is_mips16): Update prototype.
2573 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
2574 * mips-tdep.c (mips_compression_mips16): New variable.
2575 (mips_compression_micromips): Likewise.
2576 (mips_compression_strings): Likewise.
2577 (mips_compression_string): Likewise.
2578 (is_mips16_isa, is_micromips_isa): New functions.
2579 (is_mips16_addr): Rename to...
2580 (is_compact_addr): ... this.
2581 (unmake_mips16_addr): Likewise to...
2582 (unmake_compact_addr): ... this.
2583 (make_mips16_addr): Likewise to...
2584 (make_compact_addr): ... this.
2585 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
2586 functions.
2587 (mips_elf_make_msymbol_special): Handle microMIPS code.
2588 (msymbol_is_special): Rename to...
2589 (msymbol_is_mips16): ... this.
2590 (mips_make_symbol_special, mips_pc_is_mips16): Update
2591 accordingly.
2592 (msymbol_is_mips, msymbol_is_micromips): New functions.
2593 (mips16_to_32_reg): Rename to...
2594 (mips_reg3_to_reg): ... this.
2595 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
2596 (mips_pc_isa): Likewise.
2597 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
2598 code.
2599 (mips_fetch_instruction): Pass return status instead of printing
2600 an error message if requested. Handle microMIPS code. Bail out
2601 on an invalid ISA.
2602 (micromips_op): New macro.
2603 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
2604 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
2605 (b6s4_op, b7s3_reg): Likewise.
2606 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
2607 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
2608 (mips_insn_size): New function.
2609 (mips32_next_pc): Update mips_fetch_instruction call.
2610 (micromips_relative_offset7): New function.
2611 (micromips_relative_offset10): Likewise.
2612 (micromips_relative_offset16): Likewise.
2613 (micromips_pc_insn_size): Likewise.
2614 (micromips_bc1_pc): Likewise.
2615 (micromips_next_pc): Likewise.
2616 (unpack_mips16): Update mips_fetch_instruction call.
2617 (extended_mips16_next_pc): Update according to change to
2618 mips16_to_32_reg.
2619 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
2620 code.
2621 (mips16_scan_prologue): Update mips_fetch_instruction call.
2622 Update according to change to mips16_to_32_reg.
2623 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
2624 (mips_insn16_frame_base_sniffer): Likewise.
2625 (micromips_decode_imm9): New function.
2626 (micromips_scan_prologue): Likewise.
2627 (mips_micro_frame_cache): Likewise.
2628 (mips_micro_frame_this_id): Likewise.
2629 (mips_micro_frame_prev_register): Likewise.
2630 (mips_micro_frame_sniffer): Likewise.
2631 (mips_micro_frame_unwind): New variable.
2632 (mips_micro_frame_base_address): New function.
2633 (mips_micro_frame_base): New variable.
2634 (mips_micro_frame_base_sniffer): New function.
2635 (mips32_scan_prologue): Update mips_fetch_instruction call.
2636 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
2637 rather than for MIPS16.
2638 (mips_insn32_frame_base_sniffer): Likewise.
2639 (mips_addr_bits_remove): Handle microMIPS code.
2640 (deal_with_atomic_sequence): Rename to...
2641 (mips_deal_with_atomic_sequence): ... this. Update the type
2642 of the variable used to hold an instruction. Remove the ISA bit
2643 check. Update mips_fetch_instruction call.
2644 (micromips_deal_with_atomic_sequence): New function.
2645 (deal_with_atomic_sequence): Likewise.
2646 (mips_about_to_return): Handle microMIPS code. Update
2647 mips_fetch_instruction call.
2648 (heuristic_proc_start): Check for the standard MIPS ISA rather
2649 than for MIPS16. Update mips_pc_is_mips16 and
2650 mips_fetch_instruction calls. Handle microMIPS code.
2651 (mips_push_dummy_code): Handle microMIPS code.
2652 (mips_eabi_push_dummy_call): Likewise.
2653 (mips_o32_return_value): Update mips_pc_is_mips16 call.
2654 (mips_o64_push_dummy_call): Handle microMIPS code.
2655 (mips_o64_return_value): Update mips_pc_is_mips16 call.
2656 (is_delayed): Remove function.
2657 (mips_single_step_through_delay): Replace the call to is_delayed
2658 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
2659 Handle microMIPS code.
2660 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
2661 microMIPS code.
2662 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
2663 call.
2664 (micromips_in_function_epilogue_p): New function.
2665 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
2666 call.
2667 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
2668 Handle microMIPS.
2669 (gdb_print_insn_mips): Likewise.
2670 (mips_breakpoint_from_pc): Likewise.
2671 (mips_remote_breakpoint_from_pc): New function.
2672 (mips32_instruction_has_delay_slot): Simplify making use of the
2673 updated mips_fetch_instruction interface.
2674 (micromips_instruction_has_delay_slot): New function.
2675 (mips16_instruction_has_delay_slot): Simplify making use of the
2676 updated mips_fetch_instruction interface.
2677 (mips_adjust_breakpoint_address): Check for the standard MIPS
2678 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
2679 calls. Handle microMIPS code.
2680 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
2681 (mips_skip_trampoline_code): Handle microMIPS code.
2682 (global_mips_compression): New function.
2683 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
2684 file flags. Register the microMIPS remote breakpoint handler
2685 and heuristic frame unwinder.
2686 (show_mips_compression): New function.
2687 (_initialize_mips_tdep): Add the "set mips compression" and
2688 "show mips compression" commands.
2689
2690 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
2691
2692 * ada-lang.c:
2693 * ada-tasks.c:
2694 * ada-varobj.c:
2695 * amd64-darwin-tdep.c:
2696 * arm-symbian-tdep.c:
2697 * arm-tdep.c:
2698 * avr-tdep.c:
2699 * ax-gdb.c:
2700 * bfin-linux-tdep.c:
2701 * breakpoint.c:
2702 * c-valprint.c:
2703 * cli/cli-cmds.c:
2704 * coffread.c:
2705 * cp-support.c:
2706 * cris-tdep.c:
2707 * dwarf2-frame-tailcall.c:
2708 * dwarf2-frame.c:
2709 * dwarf2expr.c:
2710 * dwarf2loc.c:
2711 * dwarf2read.c:
2712 * elfread.c:
2713 * eval.c:
2714 * expprint.c:
2715 * f-valprint.c:
2716 * frv-tdep.c:
2717 * h8300-tdep.c:
2718 * hppa-hpux-tdep.c:
2719 * hppa-tdep.c:
2720 * hppanbsd-tdep.c:
2721 * i386-nto-tdep.c:
2722 * i386-tdep.c:
2723 * i387-tdep.c:
2724 * ia64-tdep.c:
2725 * jit.c:
2726 * linespec.c:
2727 * linux-tdep.c:
2728 * lm32-tdep.c:
2729 * m2-valprint.c:
2730 * m32c-tdep.c:
2731 * m32r-rom.c:
2732 * m32r-tdep.c:
2733 * m68k-tdep.c:
2734 * m68klinux-tdep.c:
2735 * mi/mi-main.c:
2736 * microblaze-tdep.c:
2737 * mips-linux-tdep.c:
2738 * mips-tdep.c:
2739 * mn10300-tdep.c:
2740 * p-valprint.c:
2741 * parse.c:
2742 * ppc-linux-tdep.c:
2743 * ppc-sysv-tdep.c:
2744 * printcmd.c:
2745 * python/py-finishbreakpoint.c:
2746 * python/py-inferior.c:
2747 * python/py-infthread.c:
2748 * python/py-type.c:
2749 * python/python.c:
2750 * remote-fileio.c:
2751 * remote-m32r-sdi.c:
2752 * remote-mips.c:
2753 * reverse.c:
2754 * rl78-tdep.c:
2755 * rs6000-aix-tdep.c:
2756 * rs6000-tdep.c:
2757 * s390-tdep.c:
2758 * score-tdep.c:
2759 * sh64-tdep.c:
2760 * skip.c:
2761 * solib-darwin.c:
2762 * solib-dsbt.c:
2763 * solib-frv.c:
2764 * sparc-tdep.c:
2765 * spu-multiarch.c:
2766 * spu-tdep.c:
2767 * stack.c:
2768 * symfile.c:
2769 * symtab.c:
2770 * tic6x-tdep.c:
2771 * tracepoint.c:
2772 * v850-tdep.c:
2773 * valarith.c:
2774 * valprint.c:
2775 * value.c:
2776 * xcoffread.c:
2777 * xtensa-tdep.c:
2778 * ada-lang.c:
2779 * ada-tasks.c:
2780 * ada-varobj.c:
2781 * amd64-darwin-tdep.c:
2782 * arm-symbian-tdep.c:
2783 * arm-tdep.c: Delete unused variables.
2784
2785 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2786
2787 Rename $ddir to $datadir.
2788 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
2789 * auto-load.c (auto_load_safe_path_vec_update)
2790 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
2791 * configure: Regenerate.
2792 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
2793 Likewise. Remove the 'use $ddir' help string.
2794
2795 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2796
2797 * auto-load.c (show_auto_load_safe_path): Accept any combination of
2798 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
2799
2800 2012-05-18 Tom Tromey <tromey@redhat.com>
2801
2802 PR exp/13907:
2803 * valprint.h (struct value_print_options) <symbol_print>: New
2804 field.
2805 * valprint.c (user_print_options): Add default for symbol_print.
2806 (show_symbol_print): New function.
2807 (generic_val_print): Respect symbol_print.
2808 (_initialize_valprint): Add "print symbol" setting.
2809 * f-valprint.c (f_val_print): Respect symbol_print.
2810 * c-valprint.c (c_val_print): Respect symbol_print.
2811 * NEWS: Update.
2812 * printcmd.c (print_address_symbolic): Return int. Ignore some
2813 zero-size symbols.
2814 (print_address_demangle): Return int.
2815 * defs.h: (print_address_symbolic): Return int.
2816 * value.h (print_address_demangle): Return int.
2817
2818 2012-05-18 Tom Tromey <tromey@redhat.com>
2819
2820 * valprint.c (val_print_string): Don't print leading space.
2821 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
2822 print space before string or vtbl.
2823 * m2-valprint.c (print_unpacked_pointer): Optionally print space
2824 before string.
2825 * jv-valprint.c (java_value_print): Print space before string.
2826 * go-valprint.c (print_go_string): Print space before string.
2827 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
2828 space before string.
2829 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
2830 space before string or vtbl.
2831 * auxv.c (fprint_target_auxv): Print space after address.
2832
2833 2012-05-18 Tom Tromey <tromey@redhat.com>
2834
2835 * printcmd.c (print_address_demangle): Remove special case for 0.
2836
2837 2012-05-18 Tom Tromey <tromey@redhat.com>
2838
2839 * printcmd.c (print_address_demangle): Add 'opts' argument.
2840 * p-valprint.c (pascal_val_print): Update.
2841 * jv-valprint.c (java_val_print): Update.
2842 * value.h: Update.
2843 * valprint.c (generic_val_print): Update.
2844 (print_function_pointer_address): Add 'options' argument. Remove
2845 'addressprint' argument. Update.
2846 * m2-valprint.c (print_unpacked_pointer): Update.
2847 * gnu-v3-abi.c (print_one_vtable): Update.
2848 (gnuv3_print_method_ptr): Update.
2849 * f-valprint.c (f_val_print): Update.
2850 * cp-valprint.c (cp_print_value_fields): Update.
2851 * valprint.h (print_function_pointer_address): Update.
2852 * c-valprint.c (c_val_print): Update.
2853
2854 2012-05-18 Tom Tromey <tromey@redhat.com>
2855
2856 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
2857 directly corresponding to the found psymtab.
2858 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
2859 (dw2_find_pc_sect_symtab): Use it.
2860 * block.h (blockvector_contains_pc): Declare.
2861 * block.c (find_block_in_blockvector): New function.
2862 (blockvector_for_pc_sect): Use it.
2863 (blockvector_contains_pc): New function.
2864
2865 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
2866
2867 * mips-tdep.h (mips_write_pc): New prototype.
2868 * mips-tdep.c (mips_write_pc): Make external, add description.
2869 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
2870 add description.
2871
2872 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
2873
2874 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
2875 mips_regnum->pc.
2876 (mips_unwind_pc, mips_write_pc): Likewise.
2877 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
2878 gdbarch_read_pc.
2879
2880 2012-05-17 Joel Brobecker <brobecker@adacore.com>
2881
2882 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
2883 proc_warn, proc_error, proc_get_status, proc_flags,
2884 proc_why, proc_what, proc_nsysarg, proc_sysargs,
2885 proc_set_run_on_last_close, proc_unset_run_on_last_close,
2886 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
2887 proc_stop_process, proc_wait_for_stop, proc_run_process,
2888 proc_set_traced_signals, proc_set_traced_faults,
2889 proc_set_traced_sysentry, proc_set_traced_sysexit,
2890 proc_set_held_signals, proc_get_held_signals,
2891 proc_get_traced_signals, proc_get_traced_faults,
2892 proc_get_traced_sysentry, proc_get_traced_sysexit,
2893 proc_clear_current_fault, proc_set_current_signal,
2894 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
2895 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
2896 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
2897 proc_get_current_thread, proc_get_current_thread,
2898 proc_get_current_thread, proc_update_threads,
2899 proc_update_threads, proc_update_threads, proc_update_threads,
2900 proc_iterate_over_threads, procfs_find_new_threads,
2901 procfs_pid_to_str): Make static. Remove advance declaration.
2902 (proc_cursig): Make static. Conditionalized defintion on
2903 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
2904 (proc_syscall, proc_set_kill_on_last_close,
2905 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
2906 proc_get_pending_signals, proc_get_signal_actions,
2907 proc_trace_signal, proc_ignore_signal): Delete.
2908
2909 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
2910
2911 * coffread.c (cs_section_address): Passing proper argument for
2912 `bfd_get_section_vma'.
2913 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
2914 `bfd_get_section_flags'.
2915 * remote.c (remote_trace_set_readonly_regions): Likewise, for
2916 `bfd_get_section_vma'.
2917
2918 2012-05-16 Tom Tromey <tromey@redhat.com>
2919
2920 PR macros/13205:
2921 * macrotab.h: (macro_define_special): Declare.
2922 (enum macro_special_kind): New.
2923 (struct macro_definition) <argc, replacement>: Update comments.
2924 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
2925 (macro_define_object_internal): New function.
2926 (macro_define_object): Use it.
2927 (macro_define_special): New function.
2928 (fixup_definition): New function.
2929 (macro_lookup_definition, foreach_macro_in_scope)
2930 (foreach_macro): Use fixup_definition.
2931 * macroexp.h (macro_stringify): Declare.
2932 * macroexp.c (free_buffer_return_text): New function.
2933 (stringify): Constify "arg".
2934 (macro_stringify): New function.
2935 * dwarf2read.c (macro_start_file): Call macro_define_special.
2936
2937 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
2938 Maciej W. Rozycki <macro@mips.com>
2939
2940 * breakpoint.h (bp_location): Add related_address member.
2941 * inferior.h (get_return_value): Take a pointer to struct value
2942 instead of struct type for the function requested.
2943 * value.h (using_struct_return): Likewise.
2944 * gdbarch.sh (return_value): Take a pointer to struct value
2945 instead of struct type for the function requested.
2946 * breakpoint.c (set_breakpoint_location_function): Initialize
2947 related_address for bp_gnu_ifunc_resolver breakpoints.
2948 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
2949 requested function's address to gdbarch_return_value.
2950 * eval.c (evaluate_subexp_standard): Pass the requested
2951 function's address to using_struct_return.
2952 * infcall.c (call_function_by_hand): Pass the requested
2953 function's address to using_struct_return and
2954 gdbarch_return_value.
2955 * infcmd.c (get_return_value): Take a pointer to struct value
2956 instead of struct type for the function requested.
2957 (print_return_value): Update accordingly.
2958 (finish_command_continuation): Likewise.
2959 * stack.c (return_command): Pass the requested function's
2960 address to using_struct_return and gdbarch_return_value.
2961 * value.c (using_struct_return): Take a pointer to struct value
2962 instead of struct type for the function requested. Pass the
2963 requested function's address to gdbarch_return_value.
2964 * python/py-finishbreakpoint.c (finish_breakpoint_object):
2965 New function_value member, replacing function_type.
2966 (bpfinishpy_dealloc): Update accordingly.
2967 (bpfinishpy_pre_stop_hook): Likewise.
2968 (bpfinishpy_init): Likewise. Record the requested function's
2969 address.
2970 * mips-tdep.c (mips_fval_reg): New enum.
2971 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
2972 words put in GP registers.
2973 (mips_o64_push_dummy_call): Update a comment.
2974 (mips_o32_return_value): Take a pointer to struct value instead
2975 of struct type for the function requested and use it to check if
2976 using the MIPS16 calling convention. Return the designated
2977 general purpose registers for floating-point values returned in
2978 MIPS16 mode.
2979 (mips_o64_return_value): Likewise.
2980 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
2981 (ppc_sysv_abi_broken_return_value): Likewise.
2982 (ppc64_sysv_abi_return_value): Likewise.
2983 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
2984 value instead of struct type for the function requested.
2985 * amd64-tdep.c (amd64_return_value): Likewise.
2986 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
2987 * arm-tdep.c (arm_return_value): Likewise.
2988 * avr-tdep.c (avr_return_value): Likewise.
2989 * bfin-tdep.c (bfin_return_value): Likewise.
2990 * cris-tdep.c (cris_return_value): Likewise.
2991 * frv-tdep.c (frv_return_value): Likewise.
2992 * h8300-tdep.c (h8300_return_value): Likewise.
2993 (h8300h_return_value): Likewise.
2994 * hppa-tdep.c (hppa32_return_value): Likewise.
2995 (hppa64_return_value): Likewise.
2996 * i386-tdep.c (i386_return_value): Likewise.
2997 * ia64-tdep.c (ia64_return_value): Likewise.
2998 * iq2000-tdep.c (iq2000_return_value): Likewise.
2999 * lm32-tdep.c (lm32_return_value): Likewise.
3000 * m32c-tdep.c (m32c_return_value): Likewise.
3001 * m32r-tdep.c (m32r_return_value): Likewise.
3002 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
3003 * m68k-tdep.c (m68k_return_value): Likewise.
3004 (m68k_svr4_return_value): Likewise.
3005 * m88k-tdep.c (m88k_return_value): Likewise.
3006 * mep-tdep.c (mep_return_value): Likewise.
3007 * microblaze-tdep.c (microblaze_return_value): Likewise.
3008 * mn10300-tdep.c (mn10300_return_value): Likewise.
3009 * moxie-tdep.c (moxie_return_value): Likewise.
3010 * mt-tdep.c (mt_return_value): Likewise.
3011 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
3012 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
3013 (ppc_sysv_abi_broken_return_value): Likewise.
3014 (ppc64_sysv_abi_return_value): Likewise.
3015 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
3016 * rl78-tdep.c (rl78_return_value): Likewise.
3017 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
3018 * rx-tdep.c (rx_return_value): Likewise.
3019 * s390-tdep.c (s390_return_value): Likewise.
3020 * score-tdep.c (score_return_value): Likewise.
3021 * sh-tdep.c (sh_return_value_nofpu): Likewise.
3022 (sh_return_value_fpu): Likewise.
3023 * sh64-tdep.c (sh64_return_value): Likewise.
3024 * sparc-tdep.c (sparc32_return_value): Likewise.
3025 * sparc64-tdep.c (sparc64_return_value): Likewise.
3026 * spu-tdep.c (spu_return_value): Likewise.
3027 * tic6x-tdep.c (tic6x_return_value): Likewise.
3028 * v850-tdep.c (v850_return_value): Likewise.
3029 * vax-tdep.c (vax_return_value): Likewise.
3030 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
3031 * xtensa-tdep.c (xtensa_return_value): Likewise.
3032 * gdbarch.c: Regenerate.
3033 * gdbarch.h: Regenerate.
3034
3035 2012-05-15 Tom Tromey <tromey@redhat.com>
3036
3037 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
3038
3039 2012-05-15 Joel Brobecker <brobecker@adacore.com>
3040
3041 * breakpoint.c (init_breakpoint_sal): Add quotes around part
3042 of command in two error message.
3043
3044 2012-05-15 Joel Brobecker <brobecker@adacore.com>
3045
3046 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
3047
3048 2012-05-15 Joel Brobecker <brobecker@adacore.com>
3049
3050 * breakpoint.c (find_condition_and_thread): Minor reformatting.
3051
3052 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3053
3054 * NEWS (show auto-load scripts-directory): Add forgotten command.
3055
3056 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3057
3058 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
3059 parameters.
3060
3061 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
3062
3063 * amd64-tdep.c: Include features/i386/x32.c and
3064 features/i386/x32-avx.c.
3065 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
3066 initialize_tdesc_x32_avx.
3067
3068 2012-05-14 Stan Shebs <stan@codesourcery.com>
3069
3070 Add dynamic printf.
3071 * breakpoint.h (enum bptype): New type bp_dprintf.
3072 (struct breakpoint): New field extra_string.
3073 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
3074 (create_breakpoint): Add extra_string arg.
3075 * breakpoint.c (dprintf_breakpoint_ops): New.
3076 (is_breakpoint): Add bp_dprintf.
3077 (bpstat_what): Add dprintf case.
3078 (bptype_string): Ditto.
3079 (print_one_breakpoint_location): Ditto.
3080 (init_bp_location): Ditto.
3081 (bkpt_print_mention): Ditto.
3082 (dprintf_style_enums): New array.
3083 (dprintf_style): New global.
3084 (dprintf_function): New global.
3085 (dprintf_channel): New global.
3086 (update_dprintf_command_list): New function.
3087 (update_dprintf_commands): New function.
3088 (init_breakpoint_sal): Add extra_string argument, handle it.
3089 (create_breakpoint_sal): Add extra_string argument.
3090 (create_breakpoints_sal): Add extra_string argument, update callers.
3091 (find_condition_and_thread): Add extra argument.
3092 (create_breakpoint): Add extra_string argument, record it.
3093 (dprintf_command): New function.
3094 (break_command_1): Add arg to create_breakpoint call.
3095 (handle_gnu_v3_exceptions): Ditto.
3096 (trace_command): Ditto.
3097 (ftrace_command): Ditto.
3098 (strace_command): Ditto.
3099 (bkpt_print_mention): Add dprintf case.
3100 (create_breakpoint_sal_default): Add extra_string argument.
3101 (_initialize_breakpoint): Add new commands.
3102 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
3103 * python/py-breakpoint.c (bppy_init): Ditto.
3104 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
3105
3106 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
3107
3108 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
3109
3110 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
3111
3112 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
3113 unsigned long long.
3114
3115 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3116
3117 Add a new function gdb.find_pc_line to the Python API.
3118 * NEWS (Python Scripting): Add entry about the new function.
3119 * python/python.c (gdbpy_find_pc_line): New function which
3120 implements gdb.find_pc_line.
3121 (GdbMethods): Add entry for the new function.
3122
3123 2012-05-12 Pedro Alves <palves@redhat.com>
3124
3125 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
3126 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
3127
3128 2012-05-12 Eli Zaretskii <eliz@gnu.org>
3129
3130 * inferior.c: Include completer.h
3131 (initialize_inferiors): Set completer of add-inferior to
3132 filename_completer.
3133
3134 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
3135
3136 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
3137 gdbarch_ptr_bit for x32 core dump.
3138
3139 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
3140
3141 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
3142 and features/i386/x32-avx-linux.c.
3143
3144 2012-05-11 Stan Shebs <stan@codesourcery.com>
3145 Kwok Cheung Yeung <kcy@codesourcery.com>
3146
3147 * NEWS: Describe new info os commands.
3148 * common/linux-osdata.c (PID_T, TIME_T): Define.
3149 (MAX_PID_T_STRLEN): New.
3150 (linux_common_core_of_thread): Add comment. Change to use PID_T and
3151 MAX_PID_T_STRLEN.
3152 (command_from_pid): Add comment. Change to use PID_T.
3153 (commandline_from_pid): Change to use PID_T.
3154 (user_from_pid): Add comment.
3155 (get_process_owner): Add comment. Change to use PID_T and
3156 MAX_PID_T_STRLEN.
3157 (get_number_of_cpu_cores): Add comment.
3158 (get_cores_used_by_process): Add comment. Change to use PID_T and
3159 MAX_PID_T_STRLEN.
3160 (linux_xfer_osdata_processes): Change to use PID_T and
3161 MAX_PID_T_STRLEN.
3162 (compare_processes): New function.
3163 (linux_xfer_osdata_processgroups): New function.
3164 (linux_xfer_osdata_threads): Change to use PID_T.
3165 (linux_xfer_osdata_fds): New function.
3166 (format_socket_state, print_sockets): New functions.
3167 (union socket_addr): New union.
3168 (linux_xfer_osdata_isockets): New function.
3169 (time_from_time_t, group_from_gid): New functions.
3170 (linux_xfer_osdata_shm): New function.
3171 (linux_xfer_osdata_sem): New function.
3172 (linux_xfer_osdata_msg): New function.
3173 (linux_xfer_osdata_modules): New function.
3174 (osdata_table): Add new entries.
3175 * common/buffer.c (buffer_xml_printf): Add support for long and
3176 long long format specifiers.
3177
3178 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
3179
3180 * amd64-linux-tdep.h (tdesc_x32_linux): New.
3181 (tdesc_x32_avx_linux): Likewise.
3182
3183 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3184
3185 Implement multi-component --with-auto-load-dir.
3186 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
3187 entries.
3188 (--with-auto-load-safe-path): Update the default value description.
3189 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
3190 New.
3191 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
3192 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
3193 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
3194 (_initialize_auto_load): Initialize also auto_load_dir. Install new
3195 "set auto-load scripts-directory".
3196 * config.in: Regenerate.
3197 * configure: Regenerate.
3198 * configure.ac (--with-auto-load-dir): New configure option.
3199 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
3200
3201 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3202
3203 Provide $ddir substitution for --with-auto-load-safe-path.
3204 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
3205 entries.
3206 * auto-load.c: Include observer.h.
3207 (auto_load_safe_path_vec_update): Call substitute_path_component for
3208 each component. New variable ddir_subst.
3209 (auto_load_gdb_datadir_changed): New function.
3210 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
3211 AUTO_LOAD_SAFE_PATH. New comment.
3212 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
3213 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
3214 * config.in: Regenerate.
3215 * configure: Regenerate.
3216 * configure.ac (--auto-load-safe-path): Rename
3217 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
3218 GDB_DATADIR/auto-load.
3219 * defs.h (substitute_path_component): New declaration.
3220 * top.c: Include observer.h.
3221 (set_gdb_datadir): New function.
3222 (init_main): Install it for "set data-directory".
3223 * utils.c (substitute_path_component): New function.
3224
3225 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3226
3227 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
3228 * auto-load.c (auto_load_objfile_script): Remove check for NULL
3229 DEBUG_FILE_DIRECTORY. Handle multiple components of
3230 DEBUG_FILE_DIRECTORY.
3231
3232 2012-05-10 Tom Tromey <tromey@redhat.com>
3233
3234 * dwarf2read.c (recursively_write_psymbols): New function.
3235 (write_psymtabs_to_index): Use it.
3236
3237 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
3238 field.
3239 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
3240 (load_partial_comp_unit): Update.
3241 (queue_comp_unit): Add argument 'pretend_language'.
3242 (process_queue): Update.
3243 (psymtab_to_symtab_1): Skip dependencies that have a user.
3244 (load_partial_comp_unit_reader): Give meaning to the 'data'
3245 argument.
3246 (load_full_comp_unit): Add 'pretend_language' argument.
3247 (process_full_comp_unit): Add 'pretend_language' argument. Set
3248 language on CU.
3249 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
3250 Update.
3251 (maybe_queue_comp_unit): Add 'pretend_language' argument.
3252 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
3253 Update.
3254 (prepare_one_comp_unit): Add 'pretend_language' argument.
3255
3256 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
3257 (struct dwarf2_per_objfile) <just_read_cus>: New field.
3258 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
3259 (dw2_do_instantiate_symtab): Check whether symtab was read in
3260 before queueing.
3261 (dw2_instantiate_symtab): Add assertion. Call
3262 process_cu_includes.
3263 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
3264 (partial_symtab_p): New typedef.
3265 (set_partial_user): New function.
3266 (dwarf2_build_psymtabs_hard): Use set_partial_user.
3267 (scan_partial_symbols): Add imported CU to imported_symtabs.
3268 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
3269 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
3270 (get_symtab, recursively_compute_inclusions)
3271 (compute_symtab_includes, process_cu_includes)
3272 (process_imported_unit_die): New functions.
3273 (process_die) <DW_TAG_imported_unit>: New case.
3274 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
3275
3276 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
3277 comment.
3278 (struct partial_die_info) <locdesc>: Remove.
3279 <d>: New field.
3280 (process_psymtab_comp_unit): Add 'read_partial' argument.
3281 Update.
3282 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
3283 (scan_partial_symbols): Handle DW_TAG_imported_unit.
3284 (add_partial_symbol): Update.
3285 (process_die): Handle DW_TAG_partial_unit.
3286 (read_file_scope): Update comment.
3287 (load_partial_dies): Handle DW_TAG_imported_unit.
3288 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
3289 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
3290
3291 2012-05-10 Tom Tromey <tromey@redhat.com>
3292
3293 * cc-with-dwz.sh: New file.
3294
3295 2012-05-10 Tom Tromey <tromey@redhat.com>
3296
3297 * symtab.h (struct symtab) <includes, user>: New fields.
3298 * block.h (struct block_iterator) <d, idx, which>: New fields.
3299 * block.c (initialize_block_iterator, find_iterator_symtab)
3300 (block_iterator_step, block_iter_name_step)
3301 (block_iter_match_step): New functions.
3302 (block_iterator_first, block_iterator_next)
3303 (block_iter_name_first, block_iter_name_next)
3304 (block_iter_match_first, block_iter_match_next): Rewrite.
3305 (get_block_symtab): New function.
3306
3307 2012-05-10 Tom Tromey <tromey@redhat.com>
3308
3309 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
3310 set_block_symtab.
3311 * jit.c (finalize_symtab): Use allocate_global_block,
3312 set_block_symtab.
3313 * buildsym.c (finish_block_internal): New function, from old
3314 finish_block.
3315 (finish_block): Rewrite.
3316 (end_symtab): Use finish_block_internal, set_block_symtab.
3317 * block.h (struct global_block): New.
3318 (allocate_global_block, set_block_symtab): Declare.
3319 * block.c (allocate_global_block, set_block_symtab): New
3320 functions.
3321
3322 2012-05-10 Tom Tromey <tromey@redhat.com>
3323
3324 * psymtab.c (partial_map_expand_apply): Add assertion.
3325 (partial_map_symtabs_matching_filename): Skip included psymtabs.
3326 (psymtab_to_symtab): Find unshared psymtab.
3327 (dump_psymtab): Print including psymtabs.
3328 (recursively_search_psymtabs): New function.
3329 (expand_symtabs_matching_via_partial): Use it.
3330 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
3331 fields.
3332 (enum psymtab_search_status): New.
3333
3334 2012-05-10 Tom Tromey <tromey@redhat.com>
3335
3336 * tracepoint.c (scope_info): Update.
3337 * symtab.c (lookup_block_symbol, iterate_over_symbols)
3338 (find_pc_sect_symtab, search_symbols)
3339 (default_make_symbol_completion_list_break_on)
3340 (make_file_symbol_completion_list): Update.
3341 * symmisc.c (dump_symtab_1): Update.
3342 * stack.c (print_frame_args, iterate_over_block_locals)
3343 (print_frame_labels, iterate_over_block_arg_vars): Update.
3344 * python/py-block.c (block_object) <dict>: Remove.
3345 <block>: New field.
3346 <iter>: Change type.
3347 (blpy_iter): Update.
3348 (blpy_block_syms_iternext): Update.
3349 * psymtab.c (map_block): Use block iterators.
3350 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
3351 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
3352 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
3353 * infrun.c (check_exception_resume): Update.
3354 * cp-support.c (make_symbol_overload_list_block): Update.
3355 * coffread.c (patch_opaque_types): Update.
3356 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
3357 * block.h (struct block_iterator): New.
3358 (block_iterator_first, block_iterator_next, block_iter_name_first)
3359 (block_iter_name_next, block_iter_match_first)
3360 (block_iter_match_next): Declare.
3361 (ALL_BLOCK_SYMBOLS): Redefine.
3362 * block.c (block_iterator_first, block_iterator_next)
3363 (block_iter_name_first, block_iter_name_next)
3364 (block_iter_match_first, block_iter_match_next): New functions.
3365 * ada-lang.c (ada_add_block_symbols)
3366 (ada_make_symbol_completion_list): Use block iterator.
3367
3368 2012-05-10 Tom Tromey <tromey@redhat.com>
3369
3370 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
3371 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
3372 (lookup_partial_symbol, find_last_source_symtab_from_partial)
3373 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
3374 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
3375 Update.
3376
3377 2012-05-10 Joel Brobecker <brobecker@adacore.com>
3378
3379 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
3380 print-file-var-lib2.c, print-file-var-main.c and
3381 print-file-var.exp (located in gdb/testsuite/gdb.base).
3382
3383 2012-05-10 Joel Brobecker <brobecker@adacore.com>
3384
3385 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
3386 try locating the symbol in the symbol's own objfile first, before
3387 extending the search to all objfiles.
3388 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
3389 out of lookup_symbol_aux_symtabs.
3390 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
3391 Replace extracted-out code by call to lookup_symbol_aux_objfile.
3392 Do not search EXCLUDE_OBJFILE.
3393 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
3394 (lookup_symbol_global): Search for matches in the block's objfile
3395 first, before searching all other objfiles.
3396
3397 2012-05-10 Tristan Gingold <gingold@adacore.com>
3398
3399 * printcmd.c (set_command): Add pre/post inc/dec.
3400
3401 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
3402
3403 * gdb.1: Document -ex option.
3404
3405 2012-05-09 Joel Brobecker <brobecker@adacore.com>
3406
3407 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
3408 * inferior.h (AT_SYMBOL): Delete.
3409
3410 2012-05-09 Joel Brobecker <brobecker@adacore.com>
3411
3412 * mips-tdep.c (mips_push_dummy_code): New function.
3413 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
3414 ON_STACK and install mips_push_dummy_code as our gdbarch
3415 push_dummy_code routine.
3416
3417 2012-05-09 Pedro Alves <palves@redhat.com>
3418
3419 * target.c (set_maintenance_target_async_permitted): Rename to ...
3420 (set_target_async_command): ... this.
3421 (show_maintenance_target_async_permitted): Rename to ...
3422 (show_target_async_command): ... this.
3423 (initialize_targets): Adjust.
3424
3425 2012-05-08 Doug Evans <dje@google.com>
3426
3427 * go-exp.y (classify_name): Add missing assignment of fields of
3428 yylval.ssym.
3429
3430 2012-05-08 Eli Zaretskii <eliz@gnu.org>
3431
3432 Display the ">" prompt in interactive mode while reading canned
3433 commands, even when the current interpreter is MI.
3434
3435 * interps.c (interp_set_temp): New function.
3436
3437 * interps.h (interp_set_temp): Add prototype.
3438
3439 * cli/cli-script.c (restore_interp): New cleanup function.
3440 (read_command_lines): Temporarily override the current interpreter
3441 with CLI and arrange for restoring the original one.
3442
3443 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
3444
3445 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
3446
3447 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
3448
3449 * probe.c (parse_probes): Move conditional to check for
3450 debuginfo files from here...
3451 * stap-probe.c (stap_get_probes): ... to here.
3452
3453 2012-05-07 Mark Kettenis <kettenis@gnu.org>
3454 H.J. Lu <hongjiu.lu@intel.com>
3455
3456 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
3457 `movl %esp, %ebp' for the X32 ABI.
3458
3459 2012-05-07 Tom Tromey <tromey@redhat.com>
3460
3461 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
3462 get_DW_TAG_name.
3463 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
3464 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
3465 (dwarf_stack_op_name): Remove.
3466 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
3467 (decode_locdesc): Use get_DW_OP_name.
3468 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
3469 (dwarf2_compile_expr_to_ax): Likewise.
3470 (disassemble_dwarf_expression): Likewise.
3471 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
3472
3473 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
3474
3475 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
3476 (sh_linux_sigtramp_cache): New function.
3477 (sh_linux_sigreturn_init): New function.
3478 (sh_linux_rt_sigreturn_init): New function.
3479 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
3480 patterns.
3481 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
3482 syscall codes.
3483 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
3484 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
3485 (sh_linux_init_abi): Add init calls to register new tramp_frame
3486 definitions under 32-bit SH, update comments.
3487
3488 2012-05-07 Pedro Alves <palves@redhat.com>
3489
3490 PR gdb/10952
3491
3492 * amd64-linux-tdep.c: Include glibc-tdep.h.
3493 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
3494 gdbarch_skip_solib_resolver callback.
3495
3496 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3497
3498 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
3499 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
3500 (show_auto_load_safe_path): Check any-directory by comparison with "/".
3501 (add_auto_load_safe_path): Change the error message.
3502 (_initialize_auto_load): Change the "safe-path" help text.
3503 * configure: Regenerate
3504 * configure.ac (--without-auto-load-safe-path): Set
3505 WITH_AUTO_LOAD_SAFE_PATH to /.
3506
3507 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
3508
3509 * stap-probe.h: Do not include unecessary `probe.h'.
3510
3511 2012-05-05 Alan Modra <amodra@gmail.com>
3512
3513 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
3514 bfd_und_section_ptr.
3515 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
3516 and bfd_com_section_ptr.
3517
3518 2012-05-04 Joel Brobecker <brobecker@adacore.com>
3519
3520 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
3521
3522 2012-05-04 Joel Brobecker <brobecker@adacore.com>
3523
3524 * windows-nat.h (segment_register_p_ftype): New typedef.
3525 (windows_set_segment_register_p): Add declaration.
3526 * windows-nat.c (segment_register_p): New static global.
3527 (windows_set_segment_register_p): New function.
3528 (do_windows_fetch_inferior_registers): Add special handling
3529 for segment registers.
3530 * amd64-windows-nat.c: #include "amd64-tdep.h".
3531 (amd64_windows_segment_register_p): New function.
3532 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
3533 * i386-windows-nat.c: #include "i386-tdep.h".
3534 (i386_windows_segment_register_p): New function.
3535 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
3536
3537 2012-05-04 Tristan Gingold <gingold@adacore.com>
3538
3539 * printcmd.c (set_command): Emit a warning if the expression is not
3540 an assignment.
3541
3542 2012-05-03 Joel Brobecker <brobecker@adacore.com>
3543
3544 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
3545 Make static.
3546
3547 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
3548
3549 * stap-probe.c (stap_is_operator): Change declaration.
3550 (stap_get_opcode): Change return value.
3551 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
3552 `stap_parse_argument_1'.
3553
3554 2012-05-03 Pedro Alves <pedro@codesourcery.com>
3555
3556 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
3557 debug log.
3558
3559 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3560
3561 Add two new methods global_block and static_block to gdb.Symtab
3562 objects.
3563 * NEWS (Python scripting): Add entry about the new methods.
3564 * python/py-symtab.c (stpy_global_block): New function which
3565 implements the gdb.Symtab.global_block() method.
3566 (stpy_static_block): New function which implements the
3567 gdb.Symtab.static_block() method.
3568 (symtab_object_methods): Add entries for the two new methods.
3569
3570 2012-05-03 Doug Evans <dje@google.com>
3571
3572 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
3573 files.
3574
3575 2012-05-03 Yao Qi <yao@codesourcery.com>
3576
3577 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
3578 space.
3579 (i386_process_record): Ditto.
3580
3581 2012-05-02 Joel Brobecker <brobecker@adacore.com>
3582
3583 * infcall.c (unwind_on_signal_p): Make static.
3584
3585 2012-05-02 Joel Brobecker <brobecker@adacore.com>
3586
3587 * sol-thread.c (solaris_pid_to_str): Make static.
3588 (_initialize_sol_thread): Add prototype.
3589
3590 2012-05-02 Joel Brobecker <brobecker@adacore.com>
3591
3592 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
3593
3594 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
3595
3596 * MAINTAINERS: Remove myself.
3597
3598 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3599
3600 Fix --without-auto-load-safe-path for MS-Windows host platform.
3601 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
3602
3603 2012-05-02 Eli Zaretskii <eliz@gnu.org>
3604
3605 * gdb_curses.h: Undefine KEY_EVENT before including curses
3606 headers. Move "#undef MOUSE_MOVED" before any curses header
3607 inclusion.
3608
3609 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
3610
3611 * features/i386/i386-mmx-linux.c: Regenerate.
3612 * features/rs6000/powerpc-32.c: Likewise.
3613 * features/rs6000/powerpc-32l.c: Likewise.
3614 * features/rs6000/powerpc-403.c: Likewise.
3615 * features/rs6000/powerpc-403gc.c: Likewise.
3616 * features/rs6000/powerpc-405.c: Likewise.
3617 * features/rs6000/powerpc-505.c: Likewise.
3618 * features/rs6000/powerpc-601.c: Likewise.
3619 * features/rs6000/powerpc-602.c: Likewise.
3620 * features/rs6000/powerpc-603.c: Likewise.
3621 * features/rs6000/powerpc-604.c: Likewise.
3622 * features/rs6000/powerpc-64.c: Likewise.
3623 * features/rs6000/powerpc-64l.c: Likewise.
3624 * features/rs6000/powerpc-750.c: Likewise.
3625 * features/rs6000/powerpc-860.c: Likewise.
3626 * features/rs6000/powerpc-e500.c: Likewise.
3627 * features/rs6000/powerpc-e500l.c: Likewise.
3628 * features/rs6000/powerpc-isa205-32l.c: Likewise.
3629 * features/rs6000/powerpc-isa205-64l.c: Likewise.
3630 * features/rs6000/rs6000.c: Likewise.
3631
3632 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
3633
3634 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
3635 variable.
3636 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
3637 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
3638 (stap_parse_argument) <e>: Likewise.
3639 (handle_stap_probe) <byte_order>: Likewise.
3640
3641 2012-04-30 Doug Evans <dje@google.com>
3642
3643 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
3644 init_and_read_dies_worker. All callers updated.
3645 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
3646 replaced with init_cutu_and_read_dies.
3647 (load_partial_comp_unit): Pass 1 for use_existing_cu.
3648 (find_partial_die): Remove FIXME. Don't free current CU.
3649
3650 2012-04-30 Sterling Augustine <saugustine@google.com>
3651
3652 * contrib: New directory.
3653 * contrib/test_pubnames_and_indexes.py: New file.
3654
3655 2012-04-30 Doug Evans <dje@google.com>
3656
3657 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
3658 All callers updated.
3659 (init_cu_die_reader): Verify the section is non-empty.
3660 (dwarf_decode_line_header): Don't dereference section->asection
3661 until we know the section is present.
3662
3663 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
3664
3665 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
3666 probes.
3667
3668 2012-04-29 Yao Qi <yao@codesourcery.com>
3669
3670 * gdb-code-style.el: New hook gdb-markup-hook
3671 and gdb-comment-hook.
3672
3673 2012-04-28 Doug Evans <dje@google.com>
3674
3675 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
3676 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
3677 objfile->obfd.
3678 * symfile.h (dwarf2_debug_sections): New member addr.
3679 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
3680 (ctx_no_get_addr_index): New function.
3681 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
3682 (ctx_no_get_addr_index): Declare.
3683 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
3684 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
3685 (dwarf_expr_ctx_funcs): Update.
3686 (needs_get_addr_index): New function.
3687 (needs_frame_ctx_funcs): Update.
3688 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
3689 * dwarf2read.c: #include "gdbcore.h".
3690 (dwarf2_per_objfile): New members addr, dwo_files.
3691 (dwarf2_elf_names): Add entry for addr.
3692 (struct dwo_section_names): New type.
3693 (dwo_section_names): New static global.
3694 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
3695 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
3696 old debug_types_section member updated to use this.
3697 Rename member debug_types_section to info_or_types_section,
3698 all uses updated.
3699 (signatured_type): Rename member type_offset to type_offset_in_tu,
3700 all uses updated. New member type_offset_in_section.
3701 (struct dwo_sections): New type.
3702 (struct dwo_unit): New type.
3703 (struct dwo_file): New type.
3704 (die_reader_specs): New member dwo_file.
3705 (dwarf2_locate_sections): Watch for .debug_addr.
3706 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
3707 (dwarf2_read_section): Get bfd of section from bfd's asection,
3708 instead of objfile.
3709 (create_cus_from_index): Initialize the_cu->info_or_types_section.
3710 (create_signatured_type_table_from_index): Initialize
3711 sig_type->info_or_types_section.
3712 (dw2_get_file_names): Statement lists for type units with DWO files
3713 live in the DWO file.
3714 (create_debug_types_hash_table): New function.
3715 (create_all_type_units): Rewrite.
3716 (init_cu_die_reader): New arg dwo_file, all callers updated.
3717 (init_and_read_dies_worker): Get section from
3718 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
3719 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
3720 continue reading the CU/TU from there.
3721 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
3722 updated. Get section from this_cu->info_or_types_section.
3723 (create_all_comp_units): Initialize this_cu->info_or_types_section.
3724 (skip_one_die): New cases DW_FORM_GNU_addr_index,
3725 DW_FORM_GNU_str_index.
3726 (hash_dwo_file, eq_dwo_file): New functions.
3727 (allocate_dwo_file_hash_table): New function.
3728 (hash_dwo_unit, eq_dwo_unit): New functions.
3729 (allocate_dwo_unit_table): New function.
3730 (dwarf2_locate_dwo_sections): New function.
3731 (struct create_dwo_info_table_data): New type.
3732 (create_debug_info_hash_table_reader): New function.
3733 (create_debug_info_hash_table): New function.
3734 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
3735 (lookup_dwo_file): New function.
3736 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
3737 (free_dwo_file, free_dwo_file_cleanup): New functions.
3738 (free_dwo_file_from_slot, free_dwo_files): New functions.
3739 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
3740 (dwarf2_record_block_ranges): Ditto.
3741 (read_partial_die): Ditto.
3742 (process_enumeration_scope): Update to use type_offset_in_section.
3743 (read_full_die_1): New function.
3744 (read_full_die): Rewrite.
3745 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
3746 DW_FORM_GNU_str_index.
3747 (read_addr_index_1, read_addr_index): New functions.
3748 (read_addr_index_from_leb128): New function.
3749 (struct dwarf2_read_addr_index_data): New type.
3750 (dwarf2_read_addr_index_reader): New function.
3751 (dwarf2_read_addr_index): New function.
3752 (read_str_index): New function.
3753 (leb128_size): New function.
3754 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
3755 If processing a type unit from a DWO file, get the line section
3756 from the DWO file.
3757 (var_decode_location): Watch for DW_OP_GNU_addr_index.
3758 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
3759 DW_FORM_GNU_str_index.
3760 (lookup_die_type): Check whether section offset of type's die is
3761 known before looking it up. Remove assert. Condition can
3762 legimately happen for inter-cu type references.
3763 (dwarf_attr_name): Handle Fission attributes.
3764 (dwarf_form_name): Handle Fission forms.
3765 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
3766 DW_FORM_GNU_str_index.
3767 (follow_die_sig): Update to use type_offset_in_section.
3768 (decode_locdesc): New case DW_OP_GNU_addr_index.
3769 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
3770 DW_FORM_GNU_str_index.
3771 (cu_debug_loc_section): New function.
3772 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
3773 (dwarf2_per_objfile_free): Unmap .debug_addr section.
3774 Free DWO files if present.
3775 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
3776
3777 Refactor DIE reading.
3778 * dwarf2read.c (dwarf2_per_objfile): Replace members
3779 debug_info_type_hash and debug_types_type_hash with die_type_hash.
3780 (die_reader_specs): New member "die_section". Temporarily make
3781 member "buffer" non-const, pending constifying all info_ptr uses.
3782 (die_reader_func_ftype): New typedef.
3783 (dw2_get_file_names_reader): New function.
3784 (dw2_get_file_names): Rewrite.
3785 (read_and_check_type_unit_head): Rename arg type_offset to
3786 type_offset_in_tu.
3787 (create_all_type_units): Improve debugging message.
3788 Improve dummy type unit check.
3789 (init_cu_die_reader): New arg "section". All callers updated.
3790 (init_and_read_dies_worker): New function.
3791 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
3792 (init_cutu_and_read_dies_no_follow): New function.
3793 (init_cutu_and_read_dies_simple): New function.
3794 (process_psymtab_comp_unit_reader): New function.
3795 (process_psymtab_comp_unit): Delete args section,
3796 is_debug_types_section. Rewrite. All callers updated.
3797 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
3798 All callers updated. Rewrite.
3799 (load_partial_comp_unit_reader): New function.
3800 (load_partial_comp_unit): Rewrite.
3801 (skip_children): New arg reader. Delete args buffer, cu.
3802 All callers updated.
3803 (skip_one_die): New arg reader. Delete args buffer, cu.
3804 All callers updated.
3805 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
3806 All callers updated.
3807 (load_full_comp_unit_reader): New function.
3808 (load_full_comp_unit): Rewrite.
3809 (read_comp_unit): Delete.
3810 (read_die_and_children_1): Delete, contents moved ...
3811 (read_die_and_children): ... here.
3812 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
3813 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
3814 All callers updated.
3815 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
3816 All callers updated.
3817 (find_partial_die): Rewrite load_all_dies support.
3818 (read_attribute_value): New arg reader. Delete args abfd, cu.
3819 All callers updated.
3820 (read_attribute): New arg reader. Delete args abfd, cu.
3821 All callers updated.
3822 (load_full_type_unit): Add assert.
3823 (read_signatured_type_reader): New function.
3824 (read_signatured_type): Rewrite.
3825 (free_stack_comp_unit): Remove call to age_cached_comp_units.
3826 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
3827 All callers updated. Set per_cu->cu = NULL after freeing it.
3828 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
3829 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
3830 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
3831 (set_die_type): Update.
3832 (get_die_type_at_offset): Update.
3833 (read_file_scope): Call prepare_one_comp_unit.
3834 (read_type_unit_scope): Ditto.
3835 (prepare_one_comp_unit): Set producer if present.
3836
3837 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3838
3839 * probe.c (compile_rx_or_error): Silence ARI warning about missing
3840 gettext function on `error'.
3841
3842 2012-04-27 Doug Evans <dje@google.com>
3843
3844 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
3845 is empty.
3846
3847 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3848 Tom Tromey <tromey@redhat.com>
3849
3850 * breakpoint.c (struct breakpoint_objfile_data)
3851 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
3852 <exception_probes>: New fields.
3853 (free_breakpoint_probes): New function.
3854 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
3855 `_Unwind_DebugHook'.
3856 (create_exception_master_breakpoint): Likewise.
3857 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
3858 * infrun.c: Including necessary header files for handling SystemTap
3859 probes.
3860 (handle_inferior_event): Handling longjmp breakpoint and exceptions
3861 via SystemTap probes.
3862 (check_exception_resume): Remove `func' argument. Handle exception
3863 unwinding breakpoint set via a SystemTap probe.
3864 (insert_exception_resume_from_probe): New function.
3865
3866 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3867 Tom Tromey <tromey@redhat.com>
3868 Jan Kratochvil <jan.kratochvil@redhat.com>
3869
3870 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
3871 (COMMON_OBS): Likewise.
3872 (HFILES_NO_SRCDIR): Add `probe'.
3873 * NEWS: Mention support for static and SystemTap probes.
3874 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
3875 SystemTap probes' arguments parser.
3876 * arm-linux-tdep.c: Including headers needed to perform the parsing
3877 of SystemTap probes' arguments.
3878 (arm_stap_is_single_operand): New function.
3879 (arm_stap_parse_special_token): Likewise.
3880 (arm_linux_init_abi): Initializing proper fields used by SystemTap
3881 probes' arguments parser.
3882 * ax-gdb.c (require_rvalue): Removing static declaration.
3883 (gen_expr): Likewise.
3884 * ax-gdb.h (gen_expr): Declaring function.
3885 (require_rvalue): Likewise.
3886 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
3887 (bkpt_probe_breakpoint_ops): New variable.
3888 (momentary_breakpoint_from_master): Set the `probe' value.
3889 (add_location_to_breakpoint): Likewise.
3890 (break_command_1): Using proper breakpoint_ops according to the
3891 argument passed by the user in the command line.
3892 (bkpt_probe_insert_location): New function.
3893 (bkpt_probe_remove_location): Likewise.
3894 (bkpt_probe_create_sals_from_address): Likewise.
3895 (bkpt_probe_decode_linespec): Likewise.
3896 (tracepoint_probe_create_sals_from_address): Likewise.
3897 (tracepoint_probe_decode_linespec): Likewise.
3898 (tracepoint_probe_breakpoint_ops): New variable.
3899 (trace_command): Using proper breakpoint_ops according to the
3900 argument passed by the user in the command line.
3901 (initialize_breakpoint_ops): Initializing breakpoint_ops for
3902 static probes on breakpoints and tracepoints.
3903 * breakpoint.h (struct bp_location) <probe>: New field.
3904 * cli-utils.c (skip_spaces_const): New function.
3905 (extract_arg): Likewise.
3906 * cli-utils.h (skip_spaces_const): Likewise.
3907 (extract_arg): Likewise.
3908 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
3909 * configure.ac: Append `stap-probe.o' to be generated when ELF
3910 support is present.
3911 * configure: Regenerate.
3912 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
3913 * elfread.c: Include `probe.h' and `arch-utils.h'.
3914 (probe_key): New variable.
3915 (elf_get_probes): New function.
3916 (elf_get_probe_argument_count): Likewise.
3917 (elf_evaluate_probe_argument): Likewise.
3918 (elf_compile_to_ax): Likewise.
3919 (elf_symfile_relocate_probe): Likewise.
3920 (stap_probe_key_free): Likewise.
3921 (elf_probe_fns): New variable.
3922 (elf_sym_fns): Add `sym_probe_fns' value.
3923 (elf_sym_fns_lazy_psyms): Likewise.
3924 (elf_sym_fns_gdb_index): Likewise.
3925 (_initialize_elfread): Initialize objfile cache for static
3926 probes.
3927 * gdb_vecs.h (struct probe): New forward declaration.
3928 (probe_p): New VEC declaration.
3929 * gdbarch.c: Regenerate.
3930 * gdbarch.h: Regenerate.
3931 * gdbarch.sh (stap_integer_prefix): New variable.
3932 (stap_integer_suffix): Likewise.
3933 (stap_register_prefix): Likewise.
3934 (stap_register_suffix): Likewise.
3935 (stap_register_indirection_prefix): Likewise.
3936 (stap_register_indirection_suffix): Likewise.
3937 (stap_gdb_register_prefix): Likewise.
3938 (stap_gdb_register_suffix): Likewise.
3939 (stap_is_single_operand): New function.
3940 (stap_parse_special_token): Likewise.
3941 (struct stap_parse_info): Forward declaration.
3942 * i386-tdep.c: Including headers needed to perform the parsing
3943 of SystemTap probes' arguments.
3944 (i386_stap_is_single_operand): New function.
3945 (i386_stap_parse_special_token): Likewise.
3946 (i386_elf_init_abi): Initializing proper fields used by SystemTap
3947 probes' arguments parser.
3948 * i386-tdep.h (i386_stap_is_single_operand): New function.
3949 (i386_stap_parse_special_token): Likewise.
3950 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
3951 * mipsread.c (ecoff_sym_fns): Likewise.
3952 * objfiles.c (objfile_relocate1): Support relocation for static
3953 probes.
3954 * parse.c (prefixify_expression): Remove static declaration.
3955 (initialize_expout): Likewise.
3956 (reallocate_expout): Likewise.
3957 * parser-defs.h (initialize_expout): Declare function.
3958 (reallocate_expout): Likewise.
3959 (prefixify_expression): Likewise.
3960 * ppc-linux-tdep.c: Including headers needed to perform the parsing
3961 of SystemTap probes' arguments.
3962 (ppc_stap_is_single_operand): New function.
3963 (ppc_stap_parse_special_token): Likewise.
3964 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
3965 probes' arguments parser.
3966 * probe.c: New file, for generic statically defined probe support.
3967 * probe.h: Likewise.
3968 * s390-tdep.c: Including headers needed to perform the parsing of
3969 SystemTap probes' arguments.
3970 (s390_stap_is_single_operand): New function.
3971 (s390_gdbarch_init): Initializing proper fields used by SystemTap
3972 probes' arguments parser.
3973 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
3974 * stap-probe.c: New file, for SystemTap probe support.
3975 * stap-probe.h: Likewise.
3976 * symfile.h: Include `gdb_vecs.h'.
3977 (struct sym_probe_fns): New struct.
3978 (struct sym_fns) <sym_probe_fns>: New field.
3979 * symtab.c (init_sal): Initialize `probe' field.
3980 * symtab.h (struct probe): Forward declaration.
3981 (struct symtab_and_line) <probe>: New field.
3982 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
3983 locations.
3984 (stop_tracing): Likewise.
3985 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
3986
3987 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3988 Tom Tromey <tromey@redhat.com>
3989
3990 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
3991 and to compile agent expressions.
3992 * infrun.c (siginfo_make_value): New argument `ignore'.
3993 (siginfo_funcs): New struct.
3994 (_initialize_infrun): New argument when calling
3995 `create_internalvar_type_lazy'.
3996 * thread.c (thread_id_make_value): New argument `ignore'.
3997 (thread_funcs): New struct.
3998 (_initialize_thread): New argument when calling
3999 `create_internalvar_type_lazy'.
4000 * tracepoint.c (sdata_make_value): New argument `ignore'.
4001 (sdata_funcs): New struct.
4002 (_initialize_tracepoint): New argument when calling
4003 `create_internalvar_type_lazy'.
4004 * value.c (make_value): New struct.
4005 (create_internalvar_type_lazy): New argument `data'.
4006 (compile_internalvar_to_ax): New function.
4007 (value_of_internalvar): Properly handling `make_value' case.
4008 (clear_internalvar): Likewise.
4009 (show_convenience): Adding `TRY_CATCH' block.
4010 * value.h (internalvar_make_value): Delete, replace by...
4011 (struct internalvar_funcs): ... this.
4012 (create_internalvar_type_lazy) <fun>: Delete argument.
4013 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
4014 (compile_internalvar_to_ax): New function.
4015 * windows-tdep.c (tlb_make_value): New argument `ignore'.
4016 (tlb_funcs): New struct.
4017 (_initialize_windows_tdep): New argument when calling
4018 `create_internalvar_type_lazy'.
4019
4020 2012-04-27 Mark Wielaard <mjw@redhat.com>
4021
4022 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
4023 see whether it is an address or a constant offset from DW_AT_low_pc.
4024 (dwarf2_record_block_ranges): Likewise.
4025 (read_partial_die): Likewise.
4026
4027 2012-04-26 Mark Wielaard <mjw@redhat.com>
4028
4029 * MAINTAINERS (Write After Approval): Add myself to the list.
4030
4031 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
4032
4033 * proc-utils.h (proc_prettyprint_signalset): New prototype.
4034 (proc_prettyprint_signal): Likewise.
4035 (proc_prettyprint_faultset): Likewise.
4036 (proc_prettyprint_fault): Likewise.
4037 (proc_prettyprint_actionset): Likewise.
4038 (proc_prettyprint_flags): Move to new proc-flags.c section.
4039 (proc_prettyfprint_flags): New prototype.
4040 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
4041 (proc_syscall, proc_cursig): Likewise.
4042 (proc_set_kill_on_last_close): Likewise.
4043 (proc_unset_kill_on_last_close): Likewise.
4044 (proc_set_watchpoint): Make static.
4045 (proc_delete_dead_threads): Likewise.
4046 (procfs_set_watchpoint): Likewise.
4047 (_initialize_procfs): Add prototype.
4048 * proc-events.c: Include proc-utils.h.
4049 (init_syscall_table): Make static.
4050 * proc-api.c (_initialize_proc_api): Add prototype.
4051 * proc-flags.c: Include proc-utils.h.
4052
4053 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
4054
4055 * configure.ac: Add AC_ARG_PROGRAM.
4056 * configure: Regenerate.
4057
4058 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4059
4060 Fix DW_AT_lower_bound defaults for DWARF-4+.
4061 * dwarf2read.c (read_subrange_type): Remove initialization of low and
4062 high. New variable low_default_is_valid. Implement DWARF-4+
4063 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
4064 no default by the DWARF standard.
4065
4066 2012-04-26 Maciej W. Rozycki <macro@mips.com>
4067 Maciej W. Rozycki <macro@codesourcery.com>
4068
4069 * infrun.c (handle_inferior_event): Move the check for return
4070 trampolines ahead of the check for function trampolines.
4071 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
4072 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
4073 (mips_str_mips16_ret_stub): Likewise.
4074 (mips_str_call_fp_stub): Likewise.
4075 (mips_str_call_stub): Likewise.
4076 (mips_str_fn_stub): Likewise.
4077 (mips_str_pic): Likewise.
4078 (mips_in_frame_stub): New function.
4079 (mips_unwind_pc): Return the return address rather than the PC
4080 if the PC of an intermediate frame is inside a call thunk.
4081 (mips_is_stub_suffix): New function.
4082 (mips_is_stub_mode): Likewise.
4083 (mips_get_mips16_fn_stub_pc): Likewise.
4084 (mips_skip_mips16_trampoline_code): Update to handle all the
4085 currently generated stub types. Don't recurse into __fn_stub
4086 thunks. Remove heuristics to handle stubs beyond etext/_etext.
4087 Use cooked register accesses.
4088 (mips_in_return_stub): Reintroduce function.
4089 (mips_skip_trampoline_code): Traverse trampolines recursively.
4090 (mips_gdbarch_init): Handle MIPS16 return trampolines.
4091
4092 2012-04-26 Joel Brobecker <brobecker@adacore.com>
4093
4094 GDB 7.4.1 released.
4095
4096 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
4097
4098 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
4099 * features/arm-with-m-vfp-d16.xml: New file. Describes
4100 Cortex-M with VFPv4-sp-d16 FPU register layout.
4101 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
4102 * features/arm-with-m-vfp-d16.c: New. Generated from above.
4103 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
4104 (arm-register_g_packet_guesses): Add vfp-d16 guess.
4105 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
4106
4107 2012-04-25 Doug Evans <dje@google.com>
4108
4109 * cli/cli-decode.c (print_doc_line): Use stream instead of
4110 current_uiout.
4111
4112 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4113
4114 * features/arm-with-iwmmxt.c: Regenerate.
4115 * features/arm-with-m-fpa-layout.c: Likewise.
4116 * features/arm-with-m.c: Likewise.
4117 * features/arm-with-neon.c: Likewise.
4118 * features/arm-with-vfpv2.c: Likewise.
4119 * features/arm-with-vfpv3.c: Likewise.
4120 * features/mips-dsp-linux.c: Likewise.
4121 * features/mips-linux.c: Likewise.
4122 * features/mips64-dsp-linux.c: Likewise.
4123 * features/mips64-linux.c: Likewise.
4124 * features/s390-linux32.c: Likewise.
4125 * features/s390-linux32v1.c: Likewise.
4126 * features/s390-linux32v2.c: Likewise.
4127 * features/s390-linux64.c: Likewise.
4128 * features/s390-linux64v1.c: Likewise.
4129 * features/s390-linux64v2.c: Likewise.
4130 * features/s390x-linux64.c: Likewise.
4131 * features/s390x-linux64v1.c: Likewise.
4132 * features/s390x-linux64v2.c: Likewise.
4133 * features/tic6x-c62x-linux.c: Likewise.
4134 * features/tic6x-c62x.c: Likewise.
4135 * features/tic6x-c64x-linux.c: Likewise.
4136 * features/tic6x-c64x.c: Likewise.
4137 * features/tic6x-c64xp-linux.c: Likewise.
4138 * features/tic6x-c64xp.c: Likewise.
4139 * target-descriptions.c: Only generate `field_type' and `type'
4140 variables when needed.
4141
4142 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
4143
4144 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
4145
4146 2012-04-25 Doug Evans <dje@google.com>
4147
4148 Initial pass at Go language support.
4149 * NEWS: Mention Go.
4150 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
4151 go-valprint.c.
4152 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
4153 (YYFILES): Add go-exp.c.
4154 (YYOBJ): Add go-exp.o.
4155 (local-maintainer-clean): Delete go-exp.c.
4156 * defs.h (enum language): Add language_go.
4157 * dwarf2read.c: #include "go-lang.h".
4158 (fixup_go_packaging): New function.
4159 (process_full_comp_unit): Call it when processing Go CUs.
4160 (dwarf2_physname): Add Go support.
4161 (read_file_scope): Handle missing language spec for GNU Go.
4162 (set_cu_language): Handle DW_LANG_Go.
4163 * go-exp.y: New file.
4164 * go-lang.h: New file.
4165 * go-lang.c: New file.
4166 * go-typeprint.c: New file.
4167 * go-valprint.c: New file.
4168 * symtab.c: #include "go-lang.h".
4169 (symbol_set_language): Handle language_go.
4170 (symbol_find_demangled_name, symbol_set_names): Ditto.
4171 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
4172
4173 2012-04-24 Jim Meyering <meyering@redhat.com>
4174
4175 avoid a few strncpy-induced buffer overruns
4176 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
4177 fname and psargs before trying to concatenate.
4178 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
4179 "name" before applying strchr.
4180
4181 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
4182
4183 * CONTRIBUTE: Use unified diff instead of context diff when
4184 generating patches.
4185
4186 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
4187
4188 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
4189 code. Handle JR.HB correctly.
4190
4191 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
4192
4193 * mips-tdep.c
4194 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
4195 with the other MIPS16 helpers.
4196
4197 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
4198
4199 * observer.sh: Conditionally declare `args', thus cleaning up
4200 unused instances of this variable.
4201
4202 2012-04-24 Yao Qi <yao@codesourcery.com>
4203
4204 Revert this patch to allow breakpoint always-inserted
4205 in record target.
4206 2011-12-05 Pedro Alves <pedro@codesourcery.com>
4207 * breakpoint.c: Include record.h.
4208 (breakpoints_always_inserted_mode): Return false when the record
4209 target is in use.
4210
4211 * breakpoint.c (iterate_over_bp_locations): New.
4212 * breakpoint.h: Declare.
4213 New typedef walk_bp_location_callback.
4214 * record.c (record_open): Call record_init_record_breakpoints.
4215 (record_sync_record_breakpoints): New.
4216 (record_init_record_breakpoints): New.
4217 * NEWS: Mention supporting breakpoint always-inserted mode in
4218 record target.
4219
4220 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
4221
4222 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
4223 any thread.
4224
4225 2012-04-24 Yao Qi <yao@codesourcery.com>
4226
4227 * breakpoint.c (ep_is_catchpoint): Renamed to ...
4228 (is_catchpoint): ... it.
4229 (print_one_breakpoint_location): Caller update.
4230 * breakpoint.h: Update declaration.
4231
4232 2012-04-23 David S. Miller <davem@davemloft.net>
4233
4234 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
4235
4236 2012-04-23 Tom Tromey <tromey@redhat.com>
4237
4238 * buildsym.c (add_free_pendings): Remove.
4239 * buildsym.h (add_free_pendings): Remove.
4240
4241 2012-04-23 Doug Evans <dje@google.com>
4242
4243 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
4244 attr.u.unsnd instead of attr.u.addr.
4245 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
4246 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
4247 DW_FORM_ref_udata.
4248 (dump_die_shallow): Update cases DW_FORM_ref_addr,
4249 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
4250 DW_FORM_ref_udata.
4251 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
4252
4253 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
4254
4255 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
4256 (mips_o32_return_value): Likewise.
4257 (mips_o64_return_value): Likewise.
4258
4259 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
4260
4261 * ada-lang.c (ada_evaluate_subexp): Add cases for
4262 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
4263 their treatment in eval.c.
4264
4265 2012-04-21 David S. Miller <davem@davemloft.net>
4266
4267 * sparc-tdep.c (X_DISP10): Define.
4268 (sparc_analyze_control_transfer): Handle compare-and-branch.
4269
4270 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
4271
4272 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
4273 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
4274
4275 2012-04-20 Nigel Stephens <nigel@mips.com>
4276 Maciej W. Rozycki <macro@codesourcery.com>
4277
4278 * mips-tdep.c (mips_float_register_p): New function.
4279 (mips_convert_register_float_case_p): Use mips_float_register_p.
4280 (mips_register_type): Likewise.
4281 (mips_print_register): Likewise.
4282 (print_gp_register_row): Likewise.
4283 (mips_print_registers_info): Likewise.
4284
4285 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
4286
4287 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
4288 of mips16 symbols.
4289
4290 2012-04-20 Andrew Pinski <apinski@cavium.com>
4291
4292 * MAINTAINERS (Write After Approval): Add myself to the list.
4293
4294 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
4295
4296 * MAINTAINERS: Update my e-mail address.
4297
4298 2012-04-20 Pedro Alves <palves@redhat.com>
4299
4300 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
4301 $srcdir.
4302 * configure: Regenerate.
4303
4304 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
4305
4306 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
4307 declaration.
4308 * gdb_vecs.h: Declare `const_char_ptr' VEC.
4309
4310 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4311
4312 Fix compilation compatibility with python-2.4
4313 * python/py-type.c (convert_field): Cast ADDRSTRING for
4314 PyObject_SetAttrString as non-const. New comment.
4315
4316 2012-04-19 Tom Tromey <tromey@redhat.com>
4317
4318 * top.c (quit_target): Use all_cleanups.
4319 * main.c (captured_command_loop): Use all_cleanups.
4320 * exceptions.c (throw_exception): Use all_cleanups.
4321
4322 2012-04-19 Pedro Alves <palves@redhat.com>
4323
4324 * Makefile.in (GNULIB_BUILDDIR): New.
4325 (LIBGNU, INCGNU, GNULIB_H): Adjust.
4326 (SUBDIRS): Add $(GNULIB_BUILDDIR).
4327 (CLEANDIRS). Remove gnulib/import.
4328 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
4329 (all-lib): Ditto.
4330 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
4331 (gnulib/import/Makefile): Replace gnulib/import with
4332 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
4333 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
4334 (aclocal_m4_deps): Remove the gnulib dependencies. Add
4335 acx_configure_dir.m4.
4336 * acinclude.m4: Include acx_configure_dir.m4.
4337 * acx_configure_dir.m4: New file.
4338 * aclocal.m4: Regenerate.
4339 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
4340 calls. Configure gnulib using ACX_CONFIGURE_DIR.
4341 (GNULIB): New variable.
4342 (GNULIB_STDINT_H): Adjust.
4343 (AC_OUTPUT): Don't output gnulib/Makefile.
4344 * gdb/defs.h: Include build-gnulib/config.h.
4345 * aclocal.m4: Regenerate.
4346 * config.in: Regenerate.
4347 * configure: Regenerate.
4348
4349 * gnulib/Makefile.in: New file.
4350 * gnulib/configure.ac: New file.
4351 * gnulib/aclocal.m4: New file.
4352 * gnulib/config.in: New file.
4353 * gnulib/configure: New file.
4354 * gnulib/: Re-run gnulib-tool to adjust.
4355
4356 2012-04-19 Doug Evans <dje@google.com>
4357
4358 * cleanups.h (struct cleanup): Move to cleanups.c.
4359 (make_cleanup_dtor_ftype): New typedef.
4360 (make_cleanup_dtor): Use it.
4361 (ALL_CLEANUPS): Replace with ...
4362 (all_cleanups): ... this. Declare. All uses updated.
4363 * cleanups.c: #include "gdb_assert.h".
4364 (sentinel_cleanup): New static global.
4365 (SENTINEL_CLEANUP): Define.
4366 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
4367 (make_my_cleanup2): Assert result is non-NULL.
4368 (all_cleanups): New function.
4369 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
4370 of NULL.
4371
4372 2012-04-19 Pedro Alves <palves@redhat.com>
4373
4374 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
4375 Adjust paths to gnulib imported files.
4376
4377 2012-04-19 Pedro Alves <palves@redhat.com>
4378
4379 * gnulib/: Move whole directory ...
4380 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
4381 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
4382 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
4383 (aclocal_m4_deps): Adjust.
4384 * aclocal.m4: Regenerate.
4385 * configure: Regenerate.
4386 * configure.ac: Adjust AC_OUTPUT output.
4387
4388 2012-04-19 Yao Qi <yao@codesourcery.com>
4389
4390 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
4391 (vec.o): New rule.
4392 * vec.c: Move it ...
4393 * common/vec.c: ... here.
4394 * vec.h: Move it ...
4395 * common/vec.h: ... here.
4396
4397 2012-04-19 Yao Qi <yao@codesourcery.com>
4398
4399 * gdb-code-style.el: New.
4400
4401 2012-04-18 Pedro Alves <palves@redhat.com>
4402
4403 Update gnulib from latest git.
4404 (639ea5ae15e39fe48d43e04864b2997301e4b969)
4405
4406 * gnulib/Makefile.am: Update.
4407 * gnulib/dummy.c: Update.
4408 * gnulib/extra/arg-nonnull.h: Update.
4409 * gnulib/extra/c++defs.h: Update.
4410 * gnulib/extra/update-copyright: Update.
4411 * gnulib/extra/warn-on-use.h: Update.
4412 * gnulib/inttypes.in.h: Update.
4413 * gnulib/m4/00gnulib.m4: Update.
4414 * gnulib/m4/extensions.m4: Update.
4415 * gnulib/m4/gnulib-cache.m4: Update.
4416 * gnulib/m4/gnulib-common.m4: Update.
4417 * gnulib/m4/gnulib-comp.m4: Update.
4418 * gnulib/m4/gnulib-tool.m4: Update.
4419 * gnulib/m4/include_next.m4: Update.
4420 * gnulib/m4/inttypes-pri.m4: Update.
4421 * gnulib/m4/inttypes.m4: Update.
4422 * gnulib/m4/longlong.m4: Update.
4423 * gnulib/m4/memchr.m4: Update.
4424 * gnulib/m4/memmem.m4: Update.
4425 * gnulib/m4/mmap-anon.m4: Update.
4426 * gnulib/m4/multiarch.m4: Update.
4427 * gnulib/m4/onceonly.m4: Update.
4428 * gnulib/m4/stddef_h.m4: Update.
4429 * gnulib/m4/stdint.m4: Update.
4430 * gnulib/m4/string_h.m4: Update.
4431 * gnulib/m4/warn-on-use.m4: Update.
4432 * gnulib/m4/wchar_h.m4: Update.
4433 * gnulib/m4/wchar_t.m4: Update.
4434 * gnulib/m4/wint_t.m4: Update.
4435 * gnulib/memchr.c: Update.
4436 * gnulib/memmem.c: Update.
4437 * gnulib/stddef.in.h: Update.
4438 * gnulib/stdint.in.h: Update.
4439 * gnulib/str-two-way.h: Update.
4440 * gnulib/string.in.h: Update.
4441 * gnulib/wchar.in.h: Update.
4442
4443 * gnulib/extra/arg-nonnull.h: Delete.
4444 * gnulib/extra/c++defs.h: Delete.
4445 * gnulib/extra/warn-on-use.h: Delete.
4446 * gnulib/m4/wchar_h.m4: Delete.
4447 * gnulib/m4/wint_t.m4: Delete.
4448 * gnulib/wchar.in.h: Delete.
4449
4450 * gnulib/extra/snippets/arg-nonnull.h: New.
4451 * gnulib/extra/snippets/c++defs.h: New.
4452 * gnulib/extra/snippets/warn-on-use.h: New.
4453
4454 * aclocal.m4: Regenerate.
4455 * config.in: Regenerate.
4456 * configure: Regenerate.
4457 * gnulib/Makefile.in: Regenerate.
4458
4459 2012-04-18 Pedro Alves <palves@redhat.com>
4460
4461 Reimport the update-copyright module from gnulib
4462 (250b80067c1e1d8faa0c42fb572f721975b929c5).
4463
4464 * configure: Regenerate.
4465 * gnulib/Makefile.am: Update.
4466 * gnulib/Makefile.in: Regenerate.
4467 * gnulib/extra/update-copyright: Update.
4468 * gnulib/m4/gnulib-cache.m4: Update.
4469 * gnulib/m4/gnulib-comp.m4: Update.
4470
4471 2012-04-18 Tristan Gingold <gingold@adacore.com>
4472
4473 * configure.ac (aix): Put -lpthread into libs.
4474 * configure: Regenerate.
4475
4476 2012-04-18 Tom Tromey <tromey@redhat.com>
4477
4478 * linespec.c (convert_linespec_to_sals): Don't use
4479 SYMBOL_OBJ_SECTION.
4480 (compare_msymbols): Arguments are minsym_and_objfile, not
4481 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
4482
4483 2012-04-18 Pedro Alves <palves@redhat.com>
4484
4485 Revert gnulib/ part of:
4486 2011-01-01 Joel Brobecker <brobecker@adacore.com>
4487 Copyright year update in most files (performed by copyright.sh).
4488
4489 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4490
4491 Fix 64-bit constants on 32-bit hosts.
4492 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
4493 from unsigned long to ULONGEST.
4494 (read_signed_leb128): Change declaration return type from long to
4495 LONGEST.
4496 (dwarf2_const_value_attr): Change declaration parameter value from long
4497 to LONGEST.
4498 (dwarf2_compute_name): Change variable value from long to LONGEST.
4499 (read_unsigned_leb128): Change return type, variable result and some
4500 casts from unsigned long to ULONGEST.
4501 (read_signed_leb128): Change return type, variable result and some
4502 casts from long to LONGEST.
4503 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
4504 value from long to LONGEST.
4505 (dwarf2_const_value): Change variable value from long to LONGEST.
4506 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
4507 plongest and hex_string.
4508 * symtab.h (struct general_symbol_info): Change ivalue from long to
4509 LONGEST, remove the comment.
4510 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
4511 Change SYMBOL_VALUE format strings to use plongest and hex_string.
4512
4513 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
4514
4515 PR symtab/7259:
4516 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
4517 * ada-lang.c (ada_discrete_type_high_bound)
4518 (ada_discrete_type_low_bound): Fix function comment. Use
4519 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
4520 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
4521 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
4522 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
4523 Use TYPE_FIELD_ENUMVAL.
4524 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
4525 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
4526 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
4527 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
4528 TYPE_CODE_ENUM.
4529 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
4530 * dwarf2read.c (process_enumeration_scope): Likewise.
4531 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
4532 field.bitpos.
4533 (class StructMainTypePrettyPrinter): Support also
4534 FIELD_LOC_KIND_ENUMVAL.
4535 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
4536 TYPE_CODE_ENUM.
4537 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
4538 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
4539 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
4540 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
4541 field enumval.
4542 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
4543 accommodate enumval.
4544 (struct call_site): Adjust loc_kind to accommodate enumval.
4545 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
4546 (TYPE_FIELD_ENUMVAL): New macros.
4547 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
4548 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
4549 TYPE_CODE_ENUM.
4550 * p-typeprint.c (pascal_type_print_base): Likewise.
4551 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
4552 enumval.
4553 * python/lib/gdb/types.py (make_enum_dict): Likewise.
4554 * python/py-type.c (convert_field): New variable addrstring. Use
4555 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
4556 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
4557 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
4558 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
4559 TYPE_CODE_ENUM.
4560 * valprint.c (generic_val_print): Likewise.
4561
4562 2012-04-17 Doug Evans <dje@google.com>
4563
4564 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
4565
4566 * dwarf2read.c: Whitespace fixes.
4567 (lookup_signatured_type): Tweak comment.
4568 (get_die_type_at_offset): Fix comment.
4569
4570 2012-04-17 Joel Brobecker <brobecker@adacore.com>
4571
4572 * xcoffread.c (xcoff_secnum_to_sections): New function.
4573 (secnum_to_section, secnum_to_bfd_section): Reimplement
4574 using xcoff_secnum_to_sections. Rename "secnum" parameter
4575 into "n_scnum".
4576 (RECORD_MINIMAL_SYMBOL): Delete.
4577 (record_minimal_symbol): New function.
4578 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
4579 by call to record_minimal_symbol and set misc_func_recorded
4580 to 1. Set last_csect_sec to the XCOFF section index instead
4581 of GDB's section_offset index. Update calls to
4582 prim_record_minimal_symbol_and_info to pass the BFD section
4583 as well.
4584
4585 2012-04-17 Joel Brobecker <brobecker@adacore.com>
4586
4587 * xcoffread.c (read_xcoff_symtab): Delete variables
4588 last_csect_val and last_csect_sec and associated code.
4589
4590 2012-04-17 Doug Evans <dje@google.com>
4591
4592 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
4593 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
4594 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
4595 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
4596
4597 * cleanups.h: New file.
4598 * cleanups.c: New file.
4599 * Makefile.in (SFILES): Add cleanups.c.
4600 (HFILES_NO_SRCDIR): Add cleanups.h.
4601 (COMMON_OBS): Add cleanups.o.
4602 * defs.h (struct cleanup): Moved to cleanups.h.
4603 (do_cleanups,do_final_cleanups): Ditto.
4604 (discard_cleanups,discard_final_cleanups): Ditto
4605 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
4606 (save_cleanups,save_final_cleanups): Ditto.
4607 (restore_cleanups,restore_final_cleanups): Ditto.
4608 (null_cleanup): Ditto.
4609 (make_my_cleanup,make_my_cleanup2): Ditto.
4610 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
4611 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
4612 (do_cleanups,do_final_cleanups): Ditto.
4613 (discard_cleanups,discard_final_cleanups): Ditto
4614 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
4615 (save_cleanups,save_final_cleanups): Ditto.
4616 (restore_cleanups,restore_final_cleanups): Ditto.
4617 (null_cleanup): Ditto.
4618 (make_my_cleanup,make_my_cleanup2): Ditto.
4619 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
4620
4621 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
4622 make_my_cleanup.
4623 (make_cleanup_dyn_string_delete): Ditto.
4624 (make_cleanup_ui_file_delete): Ditto.
4625 (make_cleanup_ui_out_redirect_pop): Ditto.
4626 (make_cleanup_free_section_addr_info): Ditto.
4627 (make_cleanup_restore_integer): Ditto.
4628 (make_cleanup_unpush_target): Ditto.
4629 (make_cleanup_value_free_to_mark): Ditto.
4630 (make_cleanup_value_free): Ditto.
4631 (make_cleanup_free_so): Ditto.
4632
4633 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4634
4635 New option "set debug auto-load".
4636 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
4637 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
4638 (auto_load_safe_path_vec_update)
4639 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
4640 if DEBUG_AUTO_LOAD.
4641 (file_is_auto_load_safe): New parameters debug_fmt and ....
4642 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
4643 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
4644 caller by explanatory string.
4645 (_initialize_auto_load): Register "set debug auto-load".
4646 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
4647 and ....
4648 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
4649 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
4650 by explanatory string.
4651 * main.c (captured_main): Likewise.
4652 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
4653 (source_section_scripts): Likewise.
4654
4655 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4656
4657 New option "set auto-load safe-path".
4658 * NEWS: New commands "set auto-load safe-path"
4659 and "show auto-load safe-path".
4660 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
4661 (auto_load_safe_path, auto_load_safe_path_vec)
4662 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
4663 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
4664 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
4665 (source_gdb_script_for_objfile): New variable is_safe. Call
4666 file_is_auto_load_safe. Return if it is not.
4667 (struct loaded_script): New field loaded.
4668 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
4669 (print_script): Use LOADED indicator instead of FULL_PATH. Change
4670 output "Missing" to "No".
4671 (_initialize_auto_load): New variable cmd. Initialize
4672 auto_load_safe_path. Register "set auto-load safe-path",
4673 "show auto-load safe-path" and "add-auto-load-safe-path".
4674 * auto-load.h (maybe_add_script): Add parameter loaded.
4675 (file_is_auto_load_safe): New declaration.
4676 * config.in: Regenerate.
4677 * configure: Regenerate.
4678 * configure.ac: New parameters --with-auto-load-safe-path
4679 and --without-auto-load-safe-path.
4680 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
4681 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
4682 * main.c (captured_main): Check file_is_auto_load_safe for
4683 LOCAL_GDBINIT.
4684 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
4685 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
4686 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
4687 not.
4688
4689 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4690
4691 auto-load: Implementation.
4692 * NEWS: New descriptions for "info auto-load",
4693 "info auto-load gdb-scripts", "info auto-load python-scripts",
4694 "info auto-load local-gdbinit" and "info auto-load libthread-db".
4695 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
4696 and "show auto-load-scripts". New description for "set auto-load",
4697 "show auto-load", "set auto-load gdb-scripts",
4698 "show auto-load gdb-scripts", "set auto-load python-scripts",
4699 "show auto-load python-scripts", "set auto-load local-gdbinit",
4700 "show auto-load local-gdbinit", "set auto-load libthread-db" and
4701 "show auto-load libthread-db".
4702 * auto-load.c: Remove include python/python-internal.h. Add includes
4703 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
4704 cli/cli-setshow.h.
4705 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
4706 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
4707 (gdbpy_global_auto_load): Rename to ...
4708 (global_auto_load): ... here.
4709 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
4710 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
4711 (script_language_gdb, source_gdb_script_for_objfile): New.
4712 (struct loaded_script): New field language.
4713 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
4714 LANGUAGE.
4715 (maybe_add_script): Add parameter language. Drop redundant
4716 entry.full_path initialization. Initialize entry.language and
4717 (*slot)->language.
4718 (auto_load_objfile_script): Change parameter suffix to language.
4719 Remove the call of maybe_add_script.
4720 Call language->source_script_for_objfile.
4721 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
4722 New.
4723 (collect_matching_scripts): Adjust it for
4724 struct collect_matching_scripts_data.
4725 (auto_load_info_scripts_pattern_nl): New variable.
4726 (info_auto_load_scripts): Rename to ...
4727 (auto_load_info_scripts): ... here, add parameter language. Adjust it
4728 for struct collect_matching_scripts_data.
4729 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
4730 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
4731 (auto_load_show_cmdlist_get, info_auto_load_cmd)
4732 (auto_load_info_cmdlist_get): New.
4733 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
4734 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
4735 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
4736 "info auto-load local-gdbinit".
4737 * auto-load.h (struct script_language): New.
4738 (gdbpy_global_auto_load): Rename to ...
4739 (global_auto_load): ... here.
4740 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
4741 (auto_load_local_gdbinit_loaded): New declarations.
4742 (maybe_add_script): New parameter language.
4743 (auto_load_objfile_script): Change parameter suffix to language.
4744 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
4745 (auto_load_info_scripts, auto_load_set_cmdlist_get)
4746 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
4747 declarations.
4748 * linux-thread-db.c: Include auto-load.h and ctype.h.
4749 (auto_load_thread_db, show_auto_load_thread_db): New.
4750 (struct thread_db_info): New field filename.
4751 (delete_thread_db_info): Call xfree for FILENAME.
4752 (try_thread_db_load): Initialize FILENAME.
4753 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
4754 if !AUTO_LOAD_THREAD_DB.
4755 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
4756 (_initialize_thread_db): Install auto_load_thread_db
4757 as "set auto-load libthread-db" and install info_auto_load_libthread_db
4758 as "info auto-load libthread-db".
4759 * main.c (captured_main): Rename gdbpy_global_auto_load to
4760 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
4761 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
4762 (print_gdb_help): Extend the help for 'local init file'.
4763 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
4764 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
4765 (auto_load_scripts): Rename to ...
4766 (auto_load_python_scripts): ... here, update the comment.
4767 (gdbpy_load_auto_script_for_objfile): New declaration.
4768 (show_auto_load_python_scripts, script_language_python)
4769 (gdbpy_load_auto_script_for_objfile): New.
4770 (source_section_scripts): Refactor the code.
4771 (load_auto_scripts_for_objfile): Rename to ...
4772 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
4773 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
4774 (info_auto_load_python_scripts): New.
4775 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
4776 Rename "set auto-load-scripts" to "set auto-load python-scripts".
4777 Register "set auto-load-scripts" as its deprecated alias. Register
4778 "info auto-load python-scripts". Register "info auto-load-scripts" as
4779 its deprecated alias.
4780 (load_auto_scripts_for_objfile): Rename to ...
4781 (gdbpy_load_auto_scripts_for_objfile): ... here.
4782 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
4783 (gdbpy_load_auto_scripts_for_objfile): ... here.
4784
4785 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4786
4787 auto-load: Move files.
4788 * Makefile.in (SFILES): Add auto-load.c.
4789 (HFILES_NO_SRCDIR): Add auto-load.h.
4790 (COMMON_OBS): Add auto-load.o.
4791 (distclean): Change .gdbinit for gdb-gdb.gdb.
4792 * auto-load.c: New file, with parts from python/py-auto-load.c.
4793 * auto-load.h: New file, with parts from python/python.h.
4794 * configure: Regenerate.
4795 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
4796 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
4797 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
4798 * main.c: Include auto-load.h.
4799 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
4800 command.h, observer.h and progspace.h to auto-load.c. Add include
4801 auto-load.h.
4802 (gdbpy_global_auto_load, struct auto_load_pspace_info)
4803 (struct loaded_script, auto_load_pspace_data)
4804 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
4805 (hash_loaded_script_entry, eq_loaded_script_entry)
4806 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
4807 (maybe_add_script): Move to auto-load.c.
4808 (source_section_scripts): Change maybe_add_script parameters passing,
4809 use script_not_found_warning_print.
4810 (clear_section_scripts, auto_load_objfile_script)
4811 (auto_load_new_objfile, loaded_script_ptr)
4812 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
4813 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
4814 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
4815 auto_load_new_objfile and info_auto_load_scripts initizations to
4816 auto-load.c.
4817 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
4818
4819 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4820
4821 Code cleanup.
4822 * charset.c (find_charset_names): Remove variables ix and elt.
4823 Use free_char_ptr_vec.
4824 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
4825 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
4826 debugdir_end. New variable debugdir_len.
4827 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
4828 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
4829 declarations.
4830 * progspace.c (clear_program_space_solib_cache): Remove variables ix
4831 and elt. Use free_char_ptr_vec.
4832 * source.c (add_path): Remove variables argv, arg and argv_index.
4833 New variables dir_vec, back_to, ix and name.
4834 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
4835 make_cleanup_freeargv. Remove variable separator. Simplify the code
4836 no longer expecting DIRNAME_SEPARATOR.
4837 (openp): Remove variable p, p1 and len. New variables dir_vec,
4838 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
4839 no longer expecting DIRNAME_SEPARATOR.
4840 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
4841 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
4842 debugdir_end.
4843 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
4844 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
4845 (dirnames_to_char_ptr_vec): New functions.
4846
4847 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4848
4849 Code cleanup.
4850 * source.c (add_path): Remove always true conditional 'p == 0' and
4851 unindent its code block.
4852
4853 2012-04-17 Pedro Alves <palves@redhat.com>
4854
4855 * gdbtypes.h (FIELD_BITPOS): Rename to ...
4856 (FIELD_BITPOS_LVAL): ... this.
4857 (FIELD_BITPOS): New.
4858 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
4859 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
4860 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
4861 SET_FIELD_BITPOS.
4862 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
4863 SET_FIELD_BITPOS.
4864 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
4865 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
4866 * target-descriptions.c (tdesc_gdb_type): Adjust to use
4867 SET_FIELD_BITPOS.
4868
4869 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4870
4871 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
4872 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
4873 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
4874 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
4875 * jv-lang.c (java_link_class_type): Likewise, once.
4876 * stabsread.c (read_enum_type): Likewise.
4877
4878 2012-04-16 Yao Qi <yao@codesourcery.com>
4879
4880 * common/agent.c (agent_run_command): Add one more parameter `len'.
4881 Update callers.
4882 * common/agent.h: Update declaration.
4883 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
4884 Update.
4885 (linux_child_static_tracepoint_markers_by_strid): Ditto.
4886
4887 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4888
4889 PR mi/13393
4890 * value.c (value_actual_type): New function.
4891 * value.h (value_actual_type): New declaration.
4892 * varobj.c (update_type_if_necessary): New function.
4893 (varobj_create): Call value_actual_type instead of
4894 value_type.
4895 (install_dynamic_child): distinct changed and type changed MI variable
4896 objects.
4897 (update_dynamic_varobj_children): Updated for install_dynamic_child
4898 change. All callers updated.
4899 (varobj_update): Support for MI variable object type change if
4900 the value changed and RTTI is used to determine the type.
4901 (create_child_with_value): Call value_actual_type instead of
4902 value_type.
4903 (adjust_value_for_child_access): Extended with a new parameter which
4904 specify whether the given value should be casted to enclosing type.
4905 All callers updated.
4906
4907 2012-04-14 Yao Qi <yao@codesourcery.com>
4908
4909 Import gnulib module inttypes from git
4910 (250b80067c1e1d8faa0c42fb572f721975b929c5)
4911 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
4912 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
4913 gnulib/m4/inttypes-pri.m4
4914 * aclocal.m4, config.in, configure: Regenerated.
4915 * gnulib/Makefile.am: Update.
4916 * gnulib/Makefile.in: Update.
4917 * gnulib/m4/gnulib-cache.m4: Update.
4918 * gnulib/m4/gnulib-comp.m4: Update.
4919 * gnulib/inttypes.in.h: New.
4920 * gnulib/m4/inttypes-pri.m4: New.
4921 * gnulib/m4/inttypes.m4: New.
4922
4923 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
4924
4925 * infrun.c (resume): Update PC address to the real PC after
4926 preparing to do displaced stepping.
4927
4928 2012-04-12 Doug Evans <dje@google.com>
4929
4930 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
4931 All callers updated.
4932
4933 2012-04-12 Mark Kettenis <kettenis@gnu.org>
4934
4935 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
4936
4937 2012-04-12 Doug Evans <dje@google.com>
4938
4939 * dwarf2read.c (create_all_type_units): Renamed from
4940 create_debug_types_hash_table. All callers updated.
4941
4942 * dwarf2read.c (create_signatured_type_table_from_index): Rename
4943 local type_sig to sig_type, type_offset to type_offset_in_tu.
4944 (hash_signatured_type): Renamed from hash_type_signature,
4945 all callers updated.
4946 (eq_signatured_type): Renamed from eq_type_signature,
4947 all callers updated.
4948 (create_debug_types_hash_table): Rename local type_sig to sig_type.
4949 (process_enumeration_scope): Ditto.
4950 (lookup_signatured_type_at_offset): Ditto.
4951 (load_full_type_unit, read_signatured_type): Ditto.
4952
4953 2012-04-12 Yao Qi <yao@codesourcery.com>
4954
4955 * remote.c (async_remote_interrupt): Correct function name in
4956 debug message.
4957 (async_remote_interrupt_twice): Ditto.
4958
4959 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
4960
4961 * source.c (find_and_open_source): Consistently pass resulting
4962 full path through xfullpath.
4963
4964 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4965
4966 Provide more specific displaced-stepping memory error message.
4967 * infrun.c (displaced_step_prepare): New variable status. Call
4968 target_read_memory instead of read_memory, provide more specific
4969 error message.
4970
4971 2012-04-11 Tristan Gingold <gingold@adacore.com>
4972
4973 PR gdb/13901
4974 * darwin-nat.c (darwin_execvp): Revert previous patch.
4975
4976 2012-04-11 Tristan Gingold <gingold@adacore.com>
4977
4978 PR gdb/13901
4979 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
4980 in case of change.
4981
4982 2012-04-11 Tristan Gingold <gingold@adacore.com>
4983
4984 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
4985 warning.
4986
4987 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4988
4989 New command 'explore' which helps explore values and types in
4990 scope.
4991 * NEWS: Add an entry about the new 'explore' command.
4992 * data-directory/Makefile.in: Add gdb/command/explore.py
4993 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
4994 command using the GDB Python API.
4995
4996 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
4997
4998 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
4999 extension in jump target calculation.
5000
5001 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
5002
5003 * mips-tdep.c (mips32_next_pc): Handle JALX.
5004
5005 2012-04-10 Yao Qi <yao@codesourcery.com>
5006
5007 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
5008
5009 2012-04-10 Yao Qi <yao@codesourcery.com>
5010
5011 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
5012 and gnulib/m4/gnulib-tool.m4.
5013
5014 2012-04-10 Doug Evans <dje@google.com>
5015
5016 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
5017 (load_partial_dies): Clarify comment.
5018 (find_partial_die): Support rereading type units.
5019 Clarify CU handling, if we know offset is in CU, don't search for the
5020 containing CU. Add comment regarding memory waste.
5021
5022 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
5023
5024 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
5025 i386/x32-avx and i386/x32-avx-linux.
5026 (i386/x32-expedite): New.
5027 (i386/x32-linux-expedite): Likewise.
5028 (i386/x32-avx-expedite): Likewise.
5029 (i386/x32-avx-linux-expedite): Likewise.
5030 ($(outdir)/i386/x32.dat): Likewise.
5031 ($(outdir)/i386/x32-linux.dat): Likewise.
5032 ($(outdir)/i386/x32-avx.dat): Likewise.
5033 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
5034
5035 * features/i386/x32-avx-linux.xml: New file.
5036 * features/i386/x32-avx.xml: Likewise.
5037 * features/i386/x32-core.xml: Likewise.
5038 * features/i386/x32-linux.xml: Likewise.
5039 * features/i386/x32.xml: Likewise.
5040
5041 * features/i386/x32-avx-linux.c: New. Generated.
5042 * features/i386/x32-avx.c: Likewise.
5043 * features/i386/x32-linux.c: Likewise.
5044 * features/i386/x32.c: Likewise.
5045 * regformats/i386/x32-avx-linux.dat: Likewise.
5046 * regformats/i386/x32-avx.dat: Likewise.
5047 * regformats/i386/x32-linux.dat: Likewise.
5048 * regformats/i386/x32.dat: Likewise.
5049
5050 2012-04-10 Tristan Gingold <gingold@adacore.com>
5051
5052 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
5053 code to kill the inferior.
5054
5055 2012-04-09 Mark Kettenis <kettenis@gnu.org>
5056
5057 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5058 defines.
5059 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5060 defines.
5061 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
5062 (yyvsp): New defines.
5063 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5064 defines.
5065 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5066 defines.
5067 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5068 defines.
5069 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5070 defines.
5071 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
5072 defines.
5073
5074 2012-04-09 Mark Kettenis <kettenis@gnu.org>
5075
5076 * sparc64-tdep.c (sparc64_store_arguments)
5077 (sparc64_store_arguments): Fix coding style.
5078
5079 2012-04-07 Mark Kettenis <kettenis@gnu.org>
5080
5081 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
5082 complex floats, adjust some related comments and tighten a related
5083 assertion.
5084 (sparc64_extract_return_value): Handle complex floats.
5085
5086 2012-04-07 Doug Evans <dje@google.com>
5087
5088 * dwarf2read.c (load_partial_dies): Change condition to assert.
5089
5090 2012-04-06 Doug Evans <dje@google.com>
5091
5092 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
5093 "mov %rsp,%rbp".
5094
5095 2012-04-05 Kevin Buettner <kevinb@redhat.com>
5096
5097 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
5098 fencepost error.
5099 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
5100 (v850_gdbarch_init): Set `num_regs' as appropriate for the
5101 architecture.
5102
5103 2012-04-05 Keith Seitz <keiths@redhat.com>
5104
5105 * linespec.c (decode_compound): Remove.
5106 (enum offset_relative_sign): New enum.
5107 (struct line_offset): New struct.
5108 (struct linespec): New struct.
5109 (struct linespec_state): Move file_symtabs,
5110 user_filename, and user_function into struct linespec.
5111 Make result an anonymous struct holding vectors of
5112 symbolp and minsym_and_objfile_d.
5113 Add language member.
5114 (enum ls_token_type): New enum.
5115 (linespec_keywords): New array.
5116 (struct ls_token): New struct.
5117 (struct ls_parser): New struct.
5118 (linespec_lexer_lex_number): New function.
5119 (linespec_lexer_lex_keyword): New function.
5120 (is_ada_operator): New function.
5121 (skip_quote_char): New function.
5122 (copy_token_string): New function.
5123 (is_closing_quote_enclosed): New function.
5124 (find_parameter_list_end): New function.
5125 (linespec_lexer_lex_string): New function.
5126 (linespec_lexer_lex_one): New function.
5127 (linespec_lexer_consume_token): New function.
5128 (linespec_lexer_peek_token): New function.
5129 (cplusplus_error): Remove unused function.
5130 (find_methods): Update comment.
5131 (find_toplevel_char): Return const.
5132 (is_objc_method_format): Remove unused function.
5133 (find_toplevel_string): New function.
5134 (is_linespec_boundary): Remove.
5135 (symbol_not_found_error): New function.
5136 (find_method_overload_end): Remove function.
5137 (unexpected_linespec_error): New function.
5138 (keep_name_info): Remove.
5139 (linespec_parse_line_offset): New function.
5140 (linespec_parse_basic): New function.
5141 (canonicalize_linespec): New function.
5142 (decode_line_internal): Remove.
5143 (create_sals_line_offset): New function adapted from
5144 decode_all_digits.
5145 (convert_linespec_to_sals): New function.
5146 (parse_linespec): New function.
5147 (linespec_parser_new): New function.
5148 (linespec_state_destructor): Change parameter type to
5149 struct linespec_state *.
5150 Add language parameter.
5151 Remove freeing of moved members.
5152 (linespec_parser_delete): New function.
5153 (decode_line_full): Use parse_linespec and linespec_parser_new.
5154 (decode_line_1): Likewise.
5155 (decode_indirect): Rename to ...
5156 (linespec_expression_to_pc): ... this and rewrite
5157 to simply find CORE_ADDR, storing this result for later
5158 conversion to SALs.
5159 (locate_first_half): Remove.
5160 (deocde_objc): Add parameter LS.
5161 Initialize new struct collect_info members.
5162 Handle minimal symbols, too.
5163 (decode_compound): Delete.
5164 (lookup_prefix_sym): Rewrite.
5165 (compare_msymbols): New function.
5166 (find_method): Rewrite.
5167 Do not call cplusplus_error.
5168 (symtabs_from_filename): Rewrite.
5169 (collect_function_symbols): Delete.
5170 (find_function_symbols): Rewrite without ARGPTR-style
5171 processing.
5172 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
5173 (decode_dollar): Adapted and renamed to ...
5174 (linespec_parse_variable): ... this.
5175 (find_linespec_symbols): New function.
5176 (decode_label): Adapted and renamed to ...
5177 (find_label_symbols): ... this.
5178 (decode_digits_list_mode): Add and use LS argument.
5179 (decode_digits_ordinary): Likewise.
5180 (collect_symbols): Do not collect SALs, just symbols and msymbols.
5181 If in list mode, allow any symbol class. Otherwise, only
5182 permit LOC_BLOCK symbols.
5183 (minsym_found): Update comments.
5184 (search_minsyms_for_name): Do not convert the matching symbol
5185 into a SAL. Simply push the symbol and objfile into the
5186 result vector.
5187 (decode_variable): Delete. Contents adapted into
5188 find_linespec_symbols.
5189
5190 * cp-support.c (SKIP_SPACE): Remove.
5191 (operator_tokens): Remove unused global.
5192 (cp_validate_operator): Remove.
5193 * cp-support.h (cp_validate_operator): Remove declaration.
5194
5195 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5196
5197 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
5198 for TYPE_VPTR_FIELDNO.
5199 * valprint.c (valprint_check_validity): Make it global, move the
5200 function comment ...
5201 * value.h (valprint_check_validity): ... to this new declaration.
5202
5203 2012-04-02 Tristan Gingold <gingold@adacore.com>
5204
5205 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
5206 the STATE32 api for i386 state.
5207 (i386_darwin_store_inferior_registers): Likewise.
5208
5209 2012-04-02 Tristan Gingold <gingold@adacore.com>
5210
5211 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
5212 SS offset.
5213 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
5214 format_string.
5215
5216 2012-04-02 Tristan Gingold <gingold@adacore.com>
5217
5218 PR gdb/13901
5219 * darwin-nat.c (darwin_execvp): Set binary preference.
5220
5221 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5222
5223 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
5224
5225 2012-03-30 Tom Tromey <tromey@redhat.com>
5226
5227 * python/python.c (gdbpy_decode_line): Move cleanup creation out
5228 of TRY_CATCH. Fix error handling.
5229 * python/py-value.c (convert_value_from_python): Move 'old'
5230 declaration to innermost scope.
5231
5232 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5233 Andrey Smirnov <andrew.smirnov@gmail.com>
5234
5235 -Wshadow warning fix.
5236 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
5237 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
5238 Adjust code accordingly.
5239
5240 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5241
5242 * ada-lang.c (symbol_completion_add): Rename parameter
5243 "encoded" into "encoded_p". Ajust code and documentation
5244 accordingly.
5245
5246 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5247 Andrey Smirnov <andrew.smirnov@gmail.com>
5248
5249 -Wshadow warning fix.
5250 * ada-lang.c (symbol_completion_add): Rename parameter
5251 "wild_match" into wild_match_p. Update code and documentation
5252 accordingly.
5253
5254 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5255
5256 * ada-lang.c (symbol_completion_match): Rename parameter
5257 "encoded" into "encoded_p". Ajust code and documentation
5258 accordingly.
5259
5260 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5261 Andrey Smirnov <andrew.smirnov@gmail.com>
5262
5263 -Wshadow warning fix.
5264 * ada-lang.c (symbol_completion_match): Rename parameter
5265 "wild_match" into "wild_match_p". Adjust code and function
5266 documentation accordingly.
5267
5268 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5269 Andrey Smirnov <andrew.smirnov@gmail.com>
5270
5271 -Wshadow warning fix.
5272 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
5273 "symbol_info" into "info". Adjust code accordingly.
5274 (ada_lookup_symbol): Likewise.
5275
5276 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5277
5278 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
5279 of this function's documentation.
5280
5281 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5282 Andrey Smirnov <andrew.smirnov@gmail.com>
5283
5284 -Wshadow warning fix.
5285 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
5286 variable into "wild_match_p". Adjust code accordingly.
5287
5288 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5289 Andrey Smirnov <andrew.smirnov@gmail.com>
5290
5291 -Wshadow warning fix.
5292 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
5293 parameter into "wild_match_p". Adjust code accordingly.
5294 Document this parameter in the function description.
5295
5296 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5297 Andrey Smirnov <andrew.smirnov@gmail.com>
5298
5299 -Wshadow warning fix.
5300 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
5301 "wild_match" parameter to "wild_match_p" (-Wshadow).
5302
5303 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5304
5305 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
5306 in function documentation.
5307
5308 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5309 Andrey Smirnov <andrew.smirnov@gmail.com>
5310
5311 -Wshadow warning fix.
5312 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
5313 variable into wild_match_p. Adjust code accordingly.
5314
5315 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5316 Andrey Smirnov <andrew.smirnov@gmail.com>
5317
5318 * ada-valprint.c (ada_val_print_1): Move the code handling
5319 TYPE_CODE_ENUM inside its own lexical block. Declare
5320 variables len and val there, instead of in the function's
5321 top level block. Avoid declaring deref_val again in a way
5322 that shadows another variable of the same name declared
5323 in one of the up-level blocks. Just re-use the up-level
5324 variable instead.
5325
5326 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5327
5328 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
5329 Replace block_found argument by symbol_info. Adjust
5330 implementation accordingly. Add function documentation.
5331 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
5332 Fix documentation.
5333 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
5334 * ada-exp.y (write_object_renaming): Adjust to new
5335 ada_lookup_encoded_symbol API.
5336
5337 2012-03-29 Joel Brobecker <brobecker@adacore.com>
5338
5339 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
5340 documentation.
5341
5342 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
5343
5344 * v850-tdep.c: Add the enum values for mpu and fpu registers.
5345 (v850_register_name): Add the mpu and fpu register names.
5346 (v850e_register_name): Add the mpu and fpu register names.
5347 (v850e2_register_name): New function.
5348 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
5349 bfd_mach_v850e2v3.
5350
5351 2012-03-28 Joel Brobecker <brobecker@adacore.com>
5352
5353 * NEWS: Add entry for Ada varobj support.
5354
5355 2012-03-28 Joel Brobecker <brobecker@adacore.com>
5356
5357 * varobj.c (default_value_is_changeable_p): New function,
5358 extracted from varobj_value_is_changeable_p. Add declaration.
5359 (ada_value_is_changeable_p): New function, extracted from
5360 varobj_value_is_changeable_p. Add declaration.
5361 (struct language_specific): New field "value_is_changeable_p".
5362 (languages): Add entries for new field.
5363 (varobj_create): Set language before calling install_new_value.
5364 (varobj_value_is_changeable_p): Reimplement to call the varobj's
5365 "value_is_changeable_p" language callback.
5366
5367 2012-03-28 Joel Brobecker <brobecker@adacore.com>
5368
5369 * ada-varobj.h, ada-varobj.c: New files.
5370 * Makefile.in (SFILES): Add ada-varobj.c.
5371 (HFILES_NO_SRCDIR): Add ada-varobj.h.
5372 (COMMON_OBS): Add ada-varobj.o.
5373
5374 2012-03-28 Joel Brobecker <brobecker@adacore.com>
5375
5376 * varobj.c (ada_value_has_mutated): Add declaration. New function.
5377 (struct language_specific): New field "value_has_mutated".
5378 (languages): Set field "value_has_mutated" in each entry of array.
5379 (varobj_value_has_mutated): New function.
5380 (varobj_udpdate): Add handling of type mutation.
5381 (value_of_root): Add handling of type mutation.
5382 (ada_value_has_mutated): New function.
5383
5384 2012-03-28 Pedro Alves <palves@redhat.com>
5385
5386 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
5387 Always supply $fr0 as 0.0 and $fr1 as 1.0.
5388
5389 2012-03-28 Tom Tromey <tromey@redhat.com>
5390
5391 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
5392 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
5393 before returning.
5394
5395 2012-03-28 Tom Tromey <tromey@redhat.com>
5396
5397 * .dir-locals.el: New file.
5398
5399 2012-03-28 Pedro Alves <palves@redhat.com>
5400
5401 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
5402
5403 2012-03-28 Joel Brobecker <brobecker@adacore.com>
5404
5405 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
5406 handling for r0.
5407
5408 2012-03-27 Pedro Alves <palves@redhat.com>
5409
5410 Eliminate struct ui_stream.
5411
5412 * ui-out.h (struct ui_stream): Delete.
5413 (ui_out_field_stream): Adjust prototype.
5414 (ui_out_stream_new, ui_out_stream_delete)
5415 (make_cleanup_ui_out_stream_delete): Delete declarations.
5416 * ui-out.c (ui_out_field_stream): Change prototype to take a
5417 ui_file instead of a ui_stream. Adjust.
5418 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
5419 (make_cleanup_ui_out_stream_delete): Delete.
5420 * breakpoint.c (print_breakpoint_location)
5421 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
5422 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
5423 * disasm.c (dump_insns): Ditto.
5424 (do_mixed_source_and_assembly, do_assembly_only): Adjust
5425 prototype.
5426 (gdb_disassembly): Use ui_file/mem_fileopen instead of
5427 ui_stream/ui_out_stream_new.
5428 * infcmd.c (print_return_value): Ditto.
5429 * osdata.c (info_osdata_command): Don't allocate a local
5430 ui_stream.
5431 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
5432 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
5433 * tracepoint.c (print_one_static_tracepoint_marker): Don't
5434 allocate a local ui_stream.
5435 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
5436 instead of ui_stream/ui_out_stream_new.
5437 (list_args_or_locals): Don't allocate a local ui_stream.
5438 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
5439 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
5440 ui_stream/ui_out_stream_new.
5441 * cli/cli-setshow.c (do_setshow_command): Ditto.
5442
5443 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
5444
5445 * arm-linux-tdep.c (arm_linux_init_abi): Call
5446 set_gdbarch_process_record. Initialize `arm_swi_record' field.
5447 * arm-tdep.c (arm_process_record): New function.
5448 (deallocate_reg_mem): New function.
5449 (decode_insn): New function.
5450 (thumb_record_branch): New function.
5451 (thumb_record_ldm_stm_swi(): New function.
5452 (thumb_record_misc): New function.
5453 (thumb_record_ld_st_stack): New function.
5454 (thumb_record_ld_st_imm_offset): New function.
5455 (thumb_record_ld_st_reg_offset(): New function.
5456 (thumb_record_add_sub_cmp_mov): New function.
5457 (thumb_record_shift_add_sub): New function.
5458 (arm_record_coproc_data_proc): New function.
5459 (arm_record_coproc): New function.
5460 (arm_record_b_bl): New function.
5461 (arm_record_ld_st_multiple): New function.
5462 (arm_record_ld_st_reg_offset): New function.
5463 (arm_record_ld_st_imm_offset): New function.
5464 (arm_record_data_proc_imm): New function.
5465 (arm_record_data_proc_misc_ld_str): New function.
5466 (arm_record_extension_space): New function.
5467 (arm_record_strx): New function.
5468 (sbo_sbz): New function.
5469 (struct insn_decode_record): New structure for arm insn record.
5470 (REG_ALLOC): New macro for reg allocations.
5471 (MEM_ALLOC): New macro for memory allocations.
5472 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
5473
5474 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
5475
5476 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
5477 (store_register): Likewise.
5478
5479 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
5480
5481 * MAINTAINERS (Write After Approval): Add myself to the list.
5482
5483 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5484
5485 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
5486 Describe also the option "auto".
5487
5488 2012-03-22 Richard Henderson <rth@redhat.com>
5489
5490 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
5491 * sparc-nat.c (sparc_xfer_wcookie): Make static.
5492
5493 2012-03-22 Richard Henderson <rth@redhat.com>
5494
5495 * jit.c (jit_read_code_entry): Compute alignment and offset of
5496 int64_t member before computing entry_size.
5497
5498 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5499
5500 Python scripting: Add new method Value.referenced_value to
5501 gdb.Value which can dereference pointer as well as reference
5502 values.
5503 * NEWS: Add entry under 'Python scripting' about the new method
5504 Value.referenced_value on gdb.Value objects.
5505 * python/py-value.c (valpy_referenced_value): New function
5506 defining a new method on gdb.Value objects which can dereference
5507 pointer and reference values.
5508
5509 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5510
5511 * MAINTAINERS (Write After Approval): Add myself to the list.
5512
5513 2012-03-21 Kevin Buettner <kevinb@redhat.com>
5514
5515 * symtab.c (skip_prologue_sal): Change test to check for "main()"
5516 in addition to "main".
5517
5518 2012-03-21 Joel Brobecker <brobecker@adacore.com>
5519
5520 * expression.h (op_name): Add declaration.
5521 * expprint.c (op_name): Remove declaration. Make non-static.
5522 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
5523
5524 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
5525
5526 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
5527 of struct siginfo.
5528 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
5529 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5530 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
5531 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
5532 (linux_nat_get_siginfo): Likewise.
5533 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
5534 (linux_nat_get_siginfo): Likewise.
5535 * linux-tdep.c (linux_get_siginfo_type): Likewise.
5536 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
5537 * procfs.c (gdb_siginfo_t): Likewise.
5538
5539 2012-03-21 Mike Frysinger <vapier@gentoo.org>
5540
5541 * .gitignore: Ignore more files.
5542
5543 2012-03-20 Pedro Alves <palves@redhat.com>
5544
5545 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
5546 returns.
5547
5548 2012-03-20 Yao Qi <yao@codesourcery.com>
5549
5550 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
5551 comment.
5552
5553 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5554
5555 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
5556 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
5557 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
5558 sect_offset.
5559 * dwarf2expr.h (cu_offset, sect_offset): New types.
5560 (struct dwarf_expr_context_funcs) <dwarf_call>
5561 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
5562 sect_offset.
5563 (struct dwarf_expr_context) <len>: Improve the comment.
5564 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
5565 cu_offset and sect_offset.
5566 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
5567 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
5568 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
5569 * dwarf2loc.h: Include dwarf2expr.h.
5570 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
5571 and sect_offset.
5572 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
5573 Improve the comment.
5574 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
5575 (struct signatured_type, struct line_header, struct partial_die_info)
5576 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
5577 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
5578 (get_die_type_at_offset, create_cus_from_index)
5579 (create_signatured_type_table_from_index, dw2_get_file_names)
5580 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
5581 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
5582 (create_debug_types_hash_table, process_psymtab_comp_unit)
5583 (load_partial_comp_unit, create_all_comp_units)
5584 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
5585 (load_full_comp_unit, dwarf2_physname, read_import_statement)
5586 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
5587 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
5588 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
5589 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
5590 (find_partial_die, read_attribute_value, lookup_die_type)
5591 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
5592 (is_ref_attr): New function comment.
5593 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
5594 Use cu_offset and sect_offset.
5595 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
5596 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
5597 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
5598 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
5599 (offset_and_type_hash, offset_and_type_eq, set_die_type)
5600 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
5601 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
5602 sect_offset.
5603
5604 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5605
5606 Code cleanup.
5607 * python/py-auto-load.c (source_section_scripts): New variable back_to.
5608 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
5609 with xfree.
5610 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
5611
5612 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5613
5614 * NEWS: Describe new options --init-command=FILE, -ix and
5615 --init-eval-command=COMMAND, -iex.
5616 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
5617 CMDARG_INIT_COMMAND.
5618 (captured_main): New enum items OPT_IX and OPT_IEX. Add
5619 "init-command", "init-eval-command", "ix" and "iex" to the variable
5620 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
5621 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
5622 (print_gdb_help): Describe --init-command=FILE, -ix and
5623 --init-eval-command=COMMAND, -iex.
5624
5625 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5626
5627 Code cleanup.
5628 * main.c (struct cmdarg): Move it here from main. Add more comments.
5629 (cmdarg_s, VEC (cmdarg_s)): New.
5630 (main): Move struct cmdarg from here. New variables cmdarg_vec and
5631 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
5632 Install cleanup for cmdarg_vec. Update filling for options 'x' and
5633 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
5634 of CMDARG.
5635
5636 2012-03-19 Tom Tromey <tromey@redhat.com>
5637
5638 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
5639
5640 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5641
5642 PR symtab/13777
5643 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
5644 GCC >=4.5.
5645
5646 2012-03-16 Chris January <chris.january@allinea.com>
5647
5648 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
5649 of clear.
5650
5651 2012-03-16 Chris January <chris.january@allinea.com>
5652
5653 * source.c (add_path): Use memmove instead of strcpy because the
5654 strings overlap.
5655
5656 2012-03-16 Joel Brobecker <brobecker@adacore.com>
5657
5658 * value.h (set_value_parent): Add declaration.
5659 * value.c (set_value_parent): New function.
5660 (value_address): If VALUE->PARENT is not NULL, then use it as
5661 the base address instead of VALUE->LOCATION.address.
5662 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
5663 the same as OBJ's address. Adjust V's offset accordingly.
5664 Set V's parent.
5665
5666 2012-03-16 Gary Benson <gbenson@redhat.com>
5667
5668 PR breakpoints/10738
5669 * dwarf2read.c (use_deprecated_index_sections): New global.
5670 (struct partial_die_info): New member may_be_inlined.
5671 (read_partial_die): Set may_be_inlined where appropriate.
5672 (add_partial_subprogram): Add partial symbols for partial
5673 DIEs that may be inlined.
5674 (new_symbol_full): Add inlined subroutines to the current
5675 scope.
5676 (write_psymtabs_to_index): Bump version number.
5677 (dwarf2_read_index): Read only version 6 indices unless
5678 use_deprecated_index_sections is set.
5679 * linespec.c (symbol_and_data_callback): New structure.
5680 (iterate_inline_only): New function.
5681 (iterate_over_all_matching_symtabs): New argument
5682 "include_inline". If nonzero, also call the callback for
5683 symbols representing inlined subroutines.
5684 (lookup_prefix_sym): Pass extra argument to the above.
5685 (find_function_symbols): Likewise.
5686 (add_matching_symbols_to_info): Likewise.
5687 * NEWS: Mention that GDB can now set breakpoints on inlined
5688 functions.
5689
5690 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
5691
5692 * p-typeprint.c (pascal_type_print_method_args):
5693 Fix display of parameter of methods.
5694
5695 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
5696
5697 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
5698 Add missing prototype.
5699
5700 2012-03-16 Yao Qi <yao@codesourcery.com>
5701 Jan Kratochvil <jan.kratochvil@redhat.com>
5702
5703 Fix false compilation warning.
5704 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
5705
5706 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
5707 Pedro Alves <pedro@codesourcery.com>
5708
5709 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
5710 (arm_register_g_packet_guesses): New function.
5711 (arm_gdbarch_init): Don't force a target description with
5712 registers when the executable is detected as M-profile. Instead
5713 set gdbarch->tdep->is_m. Register `g' packet guesses.
5714 (_initialize_arm_tdep): Initialize the new target description.
5715 * features/arm-with-m-fpa-layout.xml: New description.
5716 * features/arm-with-m-fpa-layout.c: New, generated.
5717
5718 2012-03-15 Joel Brobecker <brobecker@adacore.com>
5719
5720 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
5721 Update function description.
5722 (insert_bp_location): Do not wipe bl->target_info out.
5723 * mem-break.c: #include "gdb_string.h".
5724 (default_memory_insert_breakpoint): Do not call target_read_memory
5725 with a pointer to the breakpoint's shadow_contents buffer. Use
5726 a local buffer instead.
5727 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
5728
5729 2012-03-15 Tom Tromey <tromey@redhat.com>
5730
5731 * NEWS: Mention "info vtbl", not "info vtable".
5732 * cp-support.c (info_vtbl_command): Fix comment.
5733 (_initialize_cp_support): Fix text.
5734
5735 2012-03-15 Tom Tromey <tromey@redhat.com>
5736
5737 * cp-valprint.c (cp_print_value_fields): Use
5738 print_function_pointer_address for vtable slot.
5739
5740 2012-03-15 Tom Tromey <tromey@redhat.com>
5741
5742 * gnu-v3-abi.c (struct value_and_voffset): New.
5743 (hash_value_and_voffset, eq_value_and_voffset)
5744 (compare_value_and_voffset, compute_vtable_size)
5745 (print_one_vtable, gnuv3_print_vtable): New functions.
5746 (init_gnuv3_ops): Initialize 'print_vtable' field.
5747 * cp-support.c (info_vtbl_command): New function.
5748 (_initialize_cp_support): Add "info vtbl".
5749 * cp-abi.h (cplus_print_vtable): Declare.
5750 (struct cp_abi_ops) <print_vtable>: New field.
5751 * cp-abi.c (cplus_print_vtable): New function.
5752 * NEWS: Update.
5753
5754 2012-03-15 Tom Tromey <tromey@redhat.com>
5755
5756 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
5757 iterate_over_symbols.
5758
5759 2012-03-14 Doug Evans <dje@google.com>
5760
5761 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
5762 DW_OP_GNU_parameter_ref.
5763
5764 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5765
5766 Fix double prompt of 'interpreter-exec mi'.
5767 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
5768 (mi_interpreter_resume): use it.
5769 (mi_execute_command_input_handler): New function.
5770 * mi/mi-main.c (mi_execute_command): Move prompt printing to
5771 mi_execute_command_input_handler.
5772
5773 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
5774
5775 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
5776 prototype.
5777 (darwin_debug_port_info): Make static.
5778 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
5779 * machoread.c (_initialize_machoread): Add prototype.
5780 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
5781 (i386_darwin_set_control, i386_darwin_get_control)
5782 i386_darwin_dr_set_addr, i386_darwin_get_addr)
5783 i386_darwin_get_status, i386_darwin_get_control):
5784 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
5785
5786 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5787
5788 * ax-gdb.c (gen_usual_unary): Remove special handling of
5789 enum and bool types.
5790
5791 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5792
5793 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
5794
5795 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5796
5797 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
5798
5799 2012-03-13 Chris January <chris.january@allinea.com>
5800
5801 * aix-thread.c (fill_sprs): Store the floating point registers
5802 at the correct offsets into vals.
5803
5804 2012-03-13 Doug Evans <dje@google.com>
5805
5806 * NEWS: Mention symbol-reloading has been deleted.
5807 * symfile.c (symbol_reloading): Delete.
5808 (show_symbol_reloading): Delete.
5809 (_initialize_symfile): Delete set/show symbol-reloading.
5810
5811 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
5812 read_in_chain until we have successfully read it in.
5813 (load_full_comp_unit): Ditto.
5814 (read_signatured_type): Add comment.
5815
5816 2012-03-13 Chris January <chris.january@allinea.com>
5817
5818 * stabsread.c (fix_common_block): Change type of valu argument
5819 to CORE_ADDR.
5820
5821 2012-03-13 Chris January <chris.january@allinea.com>
5822
5823 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
5824 instruction.
5825
5826 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5827
5828 * common/linux-procfs.c (linux_proc_get_int): New, from
5829 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
5830 field.
5831 (linux_proc_get_tgid): Only call linux_proc_get_int.
5832 (linux_proc_get_tracerpid): New.
5833 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
5834 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
5835 linux_proc_pid_has_state.
5836 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
5837 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
5838 (linux_ptrace_attach_warnings): New.
5839 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
5840 New declaration.
5841 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
5842 (linux_nat_attach): New variables ex, buffer, message and message_s.
5843 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
5844
5845 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5846
5847 * Makefile.in (linux-ptrace.o): New.
5848 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
5849 from linux-nat.c.
5850 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
5851 * common/linux-ptrace.c: New file.
5852 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
5853 * config/arm/linux.mh: Likewise.
5854 * config/i386/linux.mh: Likewise.
5855 * config/i386/linux64.mh: Likewise.
5856 * config/ia64/linux.mh: Likewise.
5857 * config/m32r/linux.mh: Likewise.
5858 * config/m68k/linux.mh: Likewise.
5859 * config/mips/linux.mh: Likewise.
5860 * config/pa/linux.mh: Likewise.
5861 * config/powerpc/linux.mh: Likewise.
5862 * config/powerpc/ppc64-linux.mh: Likewise.
5863 * config/powerpc/spu-linux.mh: Likewise.
5864 * config/s390/s390.mh: Likewise.
5865 * config/sparc/linux.mh: Likewise.
5866 * config/sparc/linux64.mh: Likewise.
5867 * config/xtensa/linux.mh: Likewise.
5868 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
5869 common/linux-procfs.c.
5870 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
5871
5872 2012-03-13 Hui Zhu <teawater@gmail.com>
5873 Pedro Alves <palves@redhat.com>
5874
5875 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
5876 CREATE_BREAKPOINT_FLAGS_INSERTED.
5877 (create_breakpoint_sal, create_breakpoints_sal)
5878 (base_breakpoint_create_breakpoints_sal)
5879 (tracepoint_create_breakpoints_sal)
5880 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
5881 down.
5882 (break_command_1, handle_gnu_v3_exceptions, trace_command)
5883 (ftrace_command, strace_command): Adjust.
5884 (create_tracepoint_from_upload): Pass
5885 CREATE_BREAKPOINT_FLAGS_INSERTED.
5886 * breakpoint.h (enum breakpoint_create_flags): New.
5887 (create_breakpoint): New flags parameter.
5888 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
5889 * python/py-breakpoint.c (bppy_init): Adjust.
5890 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
5891 * spu-tdep.c (spu_catch_start): Adjust.
5892
5893 2012-03-13 Pedro Alves <palves@redhat.com>
5894 Hui Zhu <teawater@gmail.com>
5895 Yao Qi <yao@codesourcery.com>
5896
5897 * remote.c (struct remote_state): New field `starting_up'.
5898 (remote_start_remote): Set and clear it.
5899 (remote_can_download_tracepoint): If starting up, return false.
5900
5901 2012-03-13 Yao Qi <yao@codesourcery.com>
5902
5903 * inferior.h (struct inferior): Remove fields any_syscall_count,
5904 syscalls_counts and total_syscalls_count. Move them to new
5905 struct catch_syscall_inferior_data in breakpoint.c.
5906 * breakpoint.c: Call DEF_VEC_I(int).
5907 (struct catch_syscall_inferior_data): New.
5908 (get_catch_syscall_inferior_data): New.
5909 (catch_syscall_inferior_data_cleanup): New.
5910 (insert_catch_syscall): Update to access data in
5911 struct catch_syscall_inferior_data.
5912 (insert_catch_syscall): Likewise.
5913 (remove_catch_syscall): Likewise.
5914 (remove_catch_syscall): Likewise.
5915 (is_syscall_catchpoint_enabled): Likewise.
5916 (add_catch_command): Likewise.
5917 (_initialize_breakpoint): Register cleanup.
5918 * breakpoint.h: Removed DEF_VEC_I(int).
5919 * dwarf2loc.c: Call DEF_VEC_I(int).
5920 * mi/mi-main.c: Likewise.
5921
5922 2012-03-12 Mark Kettenis <kettenis@gnu.org>
5923
5924 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
5925
5926 2012-03-12 Chris January <chris.january@allinea.com>
5927
5928 * aix-thread.c (_initialize_aix_thread): Add prototype.
5929 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
5930 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
5931
5932 2012-03-12 Joel Brobecker <brobecker@adacore.com>
5933
5934 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
5935 include of "amd64-nat.h".
5936
5937 2012-03-12 Tom Tromey <tromey@redhat.com>
5938
5939 * buildsym.c (record_pending_block): Now static.
5940 * buildsym.h: (record_pending_block): Remove.
5941
5942 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
5943
5944 * amd64bsd-nat.c: Include amd64bsd-nat.h.
5945
5946 2012-03-09 Tom Tromey <tromey@redhat.com>
5947
5948 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
5949 producer_is_gxx_lt_4_6>: New fields.
5950 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
5951
5952 2012-03-09 Tom Tromey <tromey@redhat.com>
5953
5954 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
5955
5956 2012-03-08 Joel Brobecker <brobecker@adacore.com>
5957
5958 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
5959 prototype.
5960
5961 2012-03-08 Joel Brobecker <brobecker@adacore.com>
5962
5963 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
5964
5965 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5966
5967 Fix -Wmissing-prototypes build.
5968 * arm-linux-nat.c (get_thread_id): Make it static.
5969 * xtensa-linux-nat.c (get_thread_id): Likewise.
5970
5971 2012-03-08 Joel Brobecker <brobecker@adacore.com>
5972
5973 * server.c (process_point_options): If a conditional expression
5974 is found, only print a message if remote_debug is nonzero.
5975
5976 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
5977
5978 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
5979 of internal error for unknown/unsupported types.
5980
5981 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5982
5983 Fix CU relative vs. absolute DIE offsets.
5984 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
5985 offset to offset_in_cu.
5986 * dwarf2read.c (process_enumeration_scope): Add CU offset to
5987 TYPE_OFFSET.
5988 (dwarf2_fetch_die_location_block): Rename parameter offset to
5989 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
5990
5991 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5992
5993 * libunwind-frame.c: Rename to ...
5994 * ia64-libunwind-tdep.c: ... here.
5995 * libunwind-frame.h: Rename to ...
5996 * ia64-libunwind-tdep.h: ... here.
5997 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
5998 ia64-libunwind-tdep.h.
5999 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
6000 * README (--with-libunwind): Rename to ...
6001 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
6002 * config.in: Regenerate.
6003 * configure: Regenerate.
6004 * configure.ac: New option --with-libunwind-ia64, make the
6005 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
6006 Remove AC_DEFINE for HAVE_LIBUNWIND.
6007 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
6008 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
6009 Rename libunwind-frame in the general comment.
6010 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
6011 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
6012 Move forward declarations inside #ifndef. Rename libunwind-frame in
6013 the general comment.
6014 * ia64-tdep.c: Rename libunwind-frame.h #include to
6015 ia64-libunwind-tdep.h.
6016 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
6017 (ia64_libunwind_descr): Rename libunwind-frame to
6018 ia64-libunwind-tdep in these function comments.
6019 * ia64-tdep.h: Rename libunwind-frame.h #include to
6020 ia64-libunwind-tdep.h.
6021 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
6022 ia64-libunwind-tdep in that data comment.
6023
6024 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6025
6026 * libunwind-frame.h (struct frame_unwind): New declaration.
6027
6028 2012-03-08 Joel Brobecker <brobecker@adacore.com>
6029
6030 * breakpoint.c (_initialize_breakpoint): Fix error in help of
6031 "set breakpoint condition-evaluation" command.
6032
6033 2012-03-08 Tristan Gingold <gingold@adacore.com>
6034
6035 * sparc-stub.c: Move to stubs/
6036 * sh-stub.c: Likewise.
6037 * m68k-stub.c: Likewise.
6038 * m32r-stub.c: Likewise.
6039 * i386-stub.c: Likewise.
6040
6041 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
6042
6043 * m68klinux-tdep.c (m68k_linux_init_abi): Register
6044 linux_get_siginfo_type.
6045
6046 * m68klinux-nat.c: Include "gdb_proc_service.h".
6047 (PTRACE_GET_THREAD_AREA): Define.
6048 (ps_get_thread_area): New function.
6049
6050 2012-03-08 Yao Qi <yao@codesourcery.com>
6051
6052 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
6053 `xsnprintf'.
6054 (remote_query_attached): Likewise.
6055 (remote_static_tracepoint_marker_at): Likewise.
6056 (remote_set_permissions): Likewise.
6057 (remote_detach_1, extended_remote_attach_1): Likewise.
6058 (send_g_packet, remote_vkill): Likewise.
6059 (extended_remote_disable_randomization): Likewise.
6060 (remote_add_target_side_condition): Likewise.
6061 (remote_insert_breakpoint): Likewise.
6062 (remote_remove_breakpoint): Likewise.
6063 (remote_insert_watchpoint): Likewise.
6064 (remote_remove_watchpoint): Likewise.
6065 (remote_insert_hw_breakpoint): Likewise.
6066 (remote_insert_hw_breakpoint): Likewise.
6067 (remote_remove_hw_breakpoint): Likewise.
6068 (remote_download_command_source): Likewise.
6069 (remote_download_tracepoint): Likewise.
6070 (remote_download_trace_state_variable): Likewise.
6071 (remote_disable_tracepoint): Likewise.
6072 (remote_trace_set_readonly_regions): Likewise.
6073 (remote_get_tracepoint_status): Likewise.
6074 (remote_trace_find): Likewise.
6075 (remote_get_trace_state_variable_value): Likewise.
6076 (remote_set_disconnected_tracing): Likewise.
6077 (remote_set_circular_trace_buffer): Likewise.
6078 (remote_get_min_fast_tracepoint_insn_len): Likewise.
6079 (remote_use_agent): Likewise.
6080 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
6081 Update callers.
6082
6083 2012-03-07 Pedro Alves <palves@redhat.com>
6084
6085 * NEWS: Mention QProgramSignals.
6086 * inferior.h (update_signals_program_target): Declare.
6087 * infrun.c: (update_signals_program_target): New.
6088 (handle_command): Update the target of the new program signals
6089 array changes.
6090 * remote.c (PACKET_QProgramSignals): New enum.
6091 (last_program_signals_packet): New global.
6092 (remote_program_signals): New.
6093 (remote_start_remote): Update the target with the program signals
6094 list.
6095 (remote_protocol_features): Add entry for QPassSignals.
6096 (remote_open_1): Free anc clear last_program_signals_packet.
6097 (init_remote_ops): Install remote_program_signals.
6098 * target.c (update_current_target): Adjust.
6099 (target_program_signals): New.
6100 * target.h (struct target_ops) <to_program_signals>: New field.
6101 (target_program_signals): Declare.
6102
6103 2012-03-07 Pedro Alves <palves@redhat.com>
6104
6105 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
6106 extensions.
6107
6108 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
6109
6110 * m68klinux-nat.c (getregs_supplies): Make static.
6111 (getfpregs_supplies): Likewise.
6112 (have_ptrace_getregs): Likewise.
6113
6114 2012-03-06 Joel Brobecker <brobecker@adacore.com>
6115
6116 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
6117 in call to get_die_type_at_offset.
6118
6119 2012-03-06 Stan Shebs <stan@codesourcery.com>
6120
6121 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
6122 * mi/mi-cmd-disas.c: Ditto.
6123 * mi/mi-cmd-env.c: Ditto.
6124 * mi/mi-cmd-file.c: Ditto.
6125 * mi/mi-cmd-stack.c: Ditto.
6126 * mi/mi-cmd-target.c: Ditto.
6127 * mi/mi-cmd-var.c: Ditto.
6128 * mi/mi-cmds.c: Ditto.
6129 * mi/mi-cmds.h: Ditto.
6130 * mi/mi-console.c: Ditto.
6131 * mi/mi-getopt.c: Ditto.
6132 * mi/mi-getopt.h: Ditto.
6133 * mi/mi-interp.c: Ditto.
6134 * mi/mi-main.c: Ditto.
6135 * mi/mi-out.c: Ditto.
6136 * mi/mi-parse.c: Ditto.
6137 * mi/mi-parse.h: Ditto.
6138 * mi/mi-symbol-cmds.c: Ditto.
6139
6140 * mi/mi-getopt.h: Move mi_opt struct up.
6141 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
6142 return.
6143 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
6144
6145 2012-03-06 Tom Tromey <tromey@redhat.com>
6146
6147 * proc-service.c (ps_pglobal_lookup): Set the current program
6148 space.
6149
6150 2012-03-06 Pedro Alves <palves@redhat.com>
6151
6152 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
6153
6154 2012-03-05 Joel Brobecker <brobecker@adacore.com>
6155
6156 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
6157
6158 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6159
6160 Code cleanup.
6161 * common/linux-osdata.c (linux_common_core_of_thread): New function
6162 comment.
6163 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
6164 call by linux_common_core_of_thread.
6165 (linux_nat_core_of_thread_1): Remove.
6166 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
6167 * linux-thread-db.c: Include linux-osdata.h.
6168 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
6169 linux_common_core_of_thread.
6170
6171 2012-03-05 Tom Tromey <tromey@redhat.com>
6172
6173 * value.c (value_primitive_field): Don't fetch contents for
6174 non-virtual bases.
6175
6176 2012-03-05 Tom Tromey <tromey@redhat.com>
6177
6178 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
6179
6180 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
6181
6182 * s390-nat.c: Include "gregset.h".
6183
6184 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6185
6186 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
6187 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
6188 (libunwind_load): New variable so_error, use it for dlerror. Try to
6189 load also LIBUNWIND_SO_7.
6190
6191 2012-03-05 Pedro Alves <palves@redhat.com>
6192
6193 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
6194 is not NULL, and remove resulting dead code.
6195
6196 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
6197
6198 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
6199 prologue to sh_analyze_prologue.
6200 (sh_analyze_prologue): Make better use of such an upper limit, and
6201 generally be more cautious about accessing memory.
6202
6203 2012-03-05 Tom Tromey <tromey@redhat.com>
6204
6205 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
6206 _initialize_ia64_hpux_tdep.
6207
6208 2012-03-05 Pedro Alves <palves@redhat.com>
6209
6210 PR gdb/13766
6211
6212 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
6213 the register state is clear, supply explicit zero, instead of
6214 marking the register unavailable.
6215
6216 2012-03-05 Tristan Gingold <gingold@adacore.com>
6217
6218 * NEWS: Mention OpenVMS ia64 new target.
6219
6220 2012-03-05 Tristan Gingold <gingold@adacore.com>
6221
6222 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
6223 (ia64_unw_accessors, ia64_unw_rse_accessors)
6224 (ia64_libunwind_descr): Declare.
6225 * ia64-vms-tdep.c: New file.
6226 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
6227 (ia64_libunwind_descr): Make them public.
6228 * configure.tgt: Add ia64-*-*vms*.
6229 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
6230 (ALLDEPFILES): Add ia64-vms-tdep.c
6231
6232 2012-03-05 Tristan Gingold <gingold@adacore.com>
6233
6234 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
6235 * remote.c (PACKET_qXfer_uib): New enum value.
6236 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
6237 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
6238 (_initialize_remote): Call add_packet_config_cmd for
6239 xfer:uib packet.
6240
6241 2012-03-05 Tristan Gingold <gingold@adacore.com>
6242
6243 * osabi.c (gdb_osabi_names): Add OpenVMS.
6244 (generic_elf_osabi_sniffer): Likewise.
6245 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
6246
6247 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6248
6249 Removed unused code.
6250 * libunwind-frame.c (libunwind_frame_unwind)
6251 (libunwind_frame_base_address): Remove.
6252 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
6253
6254 2012-03-04 Yao Qi <yao@codesourcery.com>
6255
6256 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
6257 remove trailing new line.
6258 (agent_run_command, agent_run_command): Add _ markup.
6259 (agent_capability_check): Likewise.
6260
6261 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6262
6263 * breakpoint.c (set_condition_evaluation_mode): Set
6264 CONDITION_EVALUATION_MODE unconditionally.
6265
6266 2012-03-03 Yao Qi <yao@codesourcery.com>
6267
6268 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
6269 * common/agent.h: Update declaration.
6270 * inf-child.c (inf_child_use_agent): New.
6271 (inf_child_can_use_agent): New.
6272 (inf_child_target): Initialize fields `to_use_agent'
6273 and `to_can_use_agent'.
6274 * agent.c (agent_new_objfile): New.
6275 (_initialize_agent): Add agent_new_objfile to new_objfile
6276 observer.
6277
6278 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6279 New.
6280 (linux_target_install_ops): Initialize field
6281 `to_static_tracepoint_markers_by_strid'.
6282 * remote.c (free_current_marker): Move it to ...
6283 * tracepoint.c (free_current_marker): ... here. New.
6284 (cleanup_target_stop): New.
6285 * tracepoint.h: Declare free_current_marker.
6286 * NEWS: Add one entry about `info static-tracepoint-marker'.
6287
6288 2012-03-03 Yao Qi <yao@codesourcery.com>
6289
6290 * common/agent.c (agent_loaded_p): New.
6291 (agent_look_up_symbols): New global.
6292 * common/agent.h: Declare agent_loaded_p.
6293
6294 2012-03-03 Yao Qi <yao@codesourcery.com>
6295
6296 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
6297 (agent_capability_check, agent_capability_invalidate): New.
6298 (symbol_list): New array element.
6299 * common/agent.h (enum agent_capa): New.
6300 * target.c (target_pre_inferior): Call agent_capability_invalidate.
6301
6302 2012-03-03 Yao Qi <yao@codesourcery.com>
6303
6304 * target.h (struct target_ops) <to_use_agent>: New field.
6305 (struct target_ops) <to_can_use_agent>: New field.
6306 (target_use_agent, target_can_use_agent): New macro.
6307 * target.c (update_current_target): Update.
6308 * remote.c: New enum `PACKET_QAgent'.
6309 (remote_protocol_features): Add a new element.
6310 (remote_use_agent, remote_can_use_agent): New.
6311 (init_remote_ops): Initialize field `can_use_agent' with
6312 remote_can_use_agent. Intiailize field `use_agent' with
6313 remote_use_agent.
6314 * common/agent.c (use_agent): New global.
6315 * common/agent.h: Declare it.
6316 * tracepoint.c (info_static_tracepoint_markers_command): Add
6317 comment.
6318 * Makefile.in (SFILES): Add common/agent.c and agent.c.
6319 (COMMON_OBS): Add common/agent.o and agent.o
6320 (common-agent.o): New rule.
6321 * agent.c: New.
6322
6323 2012-03-03 Yao Qi <yao@codesourcery.com>
6324
6325 * common/agent.c: New.
6326 * common/agent.h: New.
6327 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
6328 AC_CHECK_HEADERS.
6329 * configure, configh.in: Regenerated.
6330
6331 2012-03-02 Kevin Buettner <kevinb@redhat.com>
6332
6333 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
6334 unless it exists for this architecture.
6335
6336 2012-03-02 Joel Brobecker <brobecker@adacore.com>
6337
6338 * language.h (struct language_defn): New "method" la_read_var_value.
6339 * findvar.c: #include "language.h".
6340 (default_read_var_value): Renames read_var_value. Rewrite
6341 function description.
6342 (read_var_value): New function.
6343 * value.h (default_read_var_value): Add prototype.
6344 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
6345 New functions.
6346 (ada_language_defn): Add entry for la_read_var_value.
6347 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
6348 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
6349 language_defn structures to add entry for new la_read_var_value
6350 field.
6351
6352 2012-03-02 Tom Tromey <tromey@redhat.com>
6353 Pedro Alves <palves@redhat.com>
6354
6355 PR breakpoints/13776:
6356 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
6357 breakpoints.
6358 (delete_longjmp_breakpoint_at_next_stop): New.
6359 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
6360 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
6361 before deleting the inferior. Add comments.
6362 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
6363 breakpoints immediately, but only on next stop. Move that code
6364 next to where we mark other breakpoints for deletion.
6365
6366 2012-03-02 Joel Brobecker <brobecker@adacore.com>
6367
6368 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
6369 marker.
6370 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
6371 violation.
6372
6373 2012-03-02 Pedro Alves <palves@redhat.com>
6374
6375 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
6376
6377 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
6378
6379 Fix -Wmissing-prototypes build.
6380 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
6381 * remote-sim.c (gdbsim_has_all_memory): Likewise.
6382 (gdbsim_has_memory): Likewise.
6383
6384 2012-03-02 Yao Qi <yao@codesourcery.com>
6385
6386 Fix -Wmissing-prototypes build.
6387 * charset.c (phony_iconv_open): Make static.
6388 (phony_iconv_close, phony_iconv): Likewise.
6389 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
6390 * i386-windows-nat.c (_initialize_i386_windows_nat): New
6391 prototype.
6392 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
6393 * ser-mingw.c (create_select_thread): Make static.
6394 * windows-termcap.c (tgetent): New prototype.
6395 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
6396
6397 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
6398
6399 Fix -Wmissing-prototypes build.
6400 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
6401 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
6402 (_initialize_loadable): New prototypes.
6403
6404 2012-03-02 Doug Evans <dje@google.com>
6405
6406 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
6407 abbrev table, read_comp_unit will do it.
6408
6409 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6410
6411 Fix -Wmissing-prototypes build.
6412 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
6413 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
6414 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
6415 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
6416 (_initialize_arm_symbian_tdep): New prototype.
6417 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
6418 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
6419 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
6420 static.
6421 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
6422 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
6423 prototype.
6424 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
6425 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
6426 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
6427 static.
6428 * moxie-tdep.c (moxie_process_record): Likewise.
6429 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
6430 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
6431 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
6432 (_initialize_rl78_tdep): New prototype.
6433 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
6434 (_initialize_rx_tdep): New prototype.
6435 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
6436 (_initialize_darwin_solib): New prototype.
6437 * solib-spu.c: Include solib-spu.h.
6438 (_initialize_spu_solib): New prototype.
6439 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
6440 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
6441 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
6442 (tic6x_software_single_step): Make it static.
6443 (_initialize_tic6x_tdep): New prototype.
6444
6445 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6446
6447 Fix -Wmissing-prototypes build.
6448 * cris-tdep.c (cris_can_use_hardware_watchpoint)
6449 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
6450
6451 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6452
6453 Fix -Wmissing-prototypes build.
6454 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
6455 (frv_have_stopped_data_address): Remove.
6456
6457 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6458
6459 Fix -Wmissing-prototypes build.
6460 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
6461 * sh-tdep.c: Include sh64-tdep.h.
6462 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
6463 * sh64-tdep.c: Include sh64-tdep.h.
6464 * sh64-tdep.h: New file.
6465
6466 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
6467
6468 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
6469
6470 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
6471
6472 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
6473 sp_regnum once the gdbarch_init_osabi hook has been called.
6474
6475 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
6476
6477 * mips-tdep.c (mips32_bc1_pc): New function.
6478 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
6479 BPOSGE32 and BPOSGE64 instructions.
6480 (deal_with_atomic_sequence): Likewise.
6481 (mips32_instruction_has_delay_slot): Likewise.
6482
6483 2012-03-01 Maciej W. Rozycki <macro@mips.com>
6484 Chris Dearman <chris@mips.com>
6485 Maciej W. Rozycki <macro@codesourcery.com>
6486 Joseph Myers <joseph@codesourcery.com>
6487
6488 * features/mips-dsp.xml: New file.
6489 * features/mips64-dsp.xml: New file.
6490 * features/mips-dsp-linux.xml: New file.
6491 * features/mips64-dsp-linux.xml: New file.
6492 * features/Makefile (WHICH): Add mips-dsp-linux and
6493 mips64-dsp-linux.
6494 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
6495 * features/mips-dsp-linux.c: New file.
6496 * features/mips64-dsp-linux.c: New file.
6497 * regformats/mips-dsp-linux.dat: New file.
6498 * regformats/mips64-dsp-linux.dat: New file.
6499 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
6500 registers.
6501 (mips64_linux_register_addr): Likewise.
6502 (mips64_linux_regsets_fetch_registers): Likewise.
6503 (mips64_linux_regsets_store_registers): Likewise.
6504 (mips64_linux_fetch_registers): Update call to
6505 mips64_linux_regsets_fetch_registers.
6506 (mips64_linux_store_registers): Update call to
6507 mips64_linux_regsets_store_registers.
6508 (mips_linux_read_description): Probe for DSP registers.
6509 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
6510 and initialize_tdesc_mips64_dsp_linux.
6511 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
6512 Remove padding of no longer used embedded register slots.
6513 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
6514 (MIPS_RESTART_REGNUM): Redefine enum value.
6515 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
6516 strings.
6517 (mips_tx39_reg_names): Likewise.
6518 (mips_linux_reg_names): New array of register names for Linux
6519 targets.
6520 (mips_register_name): Check for a null pointer in
6521 mips_processor_reg_names and return an empty string.
6522 (mips_register_type): Exclude embedded registers for the IRIX
6523 and Linux ABIs.
6524 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
6525 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
6526 DSP registers.
6527 (mips_stab_reg_to_regnum): Handle DSP accumulators.
6528 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
6529 (mips_gdbarch_init): Likewise. Initialize internal register
6530 indices for the Linux ABI. Use dynamic numbers to refer to
6531 registers, as applicable, while parsing the target description.
6532 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
6533
6534 2012-03-01 Joel Brobecker <brobecker@adacore.com>
6535
6536 * frame.h (read_frame_register_unsigned): Fix typo in function
6537 description.
6538
6539 2012-03-01 Pedro Alves <palves@redhat.com>
6540
6541 * jit-reader.in [!__cplusplus]
6542 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
6543
6544 2012-03-01 Pedro Alves <palves@redhat.com>
6545
6546 * configure.ac (build_warnings): Add -Wmissing-prototypes.
6547 * configure: Regenerate.
6548
6549 2012-03-01 Pedro Alves <palves@redhat.com>
6550
6551 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
6552 * breakpoint.c (create_exception_master_breakpoint, trace_command)
6553 (ftrace_command, strace_command): Make static.
6554 * d-lang.c (_initialize_d_language): Declare.
6555 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
6556 * dwarf2loc.c (_initialize_dwarf2loc):
6557 * dwarf2read.c (process_psymtab_comp_unit): Make static.
6558 * exec.c (exec_get_section_table): Make static.
6559 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
6560 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
6561 * inferior.c (remove_inferior_command, add_inferior_command)
6562 (clone_inferior_command): Make static.
6563 * linux-nat.c (linux_nat_thread_address_space)
6564 (linux_nat_core_of_thread): Make static.
6565 * linux-tdep.c (_initialize_linux_tdep): Declare.
6566 * objc-lang.c (_initialize_objc_lang): Declare.
6567 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
6568 Make static.
6569 (_initialize_opencl_language): Declare.
6570 * record.c (_initialize_record): Declare.
6571 * remote.c (demand_private_info, remote_get_tib_address)
6572 (remote_supports_cond_tracepoints)
6573 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
6574 Make static.
6575 * skip.c (_initialize_step_skip): Declare.
6576 * symtab.c (skip_prologue_using_lineinfo): Make static.
6577 * tracepoint.c (delete_trace_state_variable)
6578 (trace_variable_command, delete_trace_variable_command)
6579 (get_uploaded_tsv, find_matching_tracepoint_location)
6580 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
6581 Make static.
6582 * value.c (pack_unsigned_long): Make static.
6583 * varobj.c (varobj_ensure_python_env): Make static.
6584 * windows-tdep.c (_initialize_windows_tdep): Declare.
6585 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
6586
6587 2012-03-01 Pedro Alves <palves@redhat.com>
6588
6589 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
6590 gdbarch parameter.
6591 (linux_init_abi): Install it as has_shared_address_space gdbarch
6592 callback.
6593
6594 2012-03-01 Pedro Alves <palves@redhat.com>
6595
6596 * observer.c (observer_test_first_notification_function)
6597 (observer_test_second_notification_function)
6598 (observer_test_third_notification_function): Add declarations.
6599
6600 2012-03-01 Pedro Alves <palves@redhat.com>
6601
6602 * common/signals.c (default_target_signal_to_host)
6603 (default_target_signal_from_host): Move ...
6604 * arch-utils.c: ... here.
6605 * arch-utils.h (default_target_signal_to_host)
6606 (default_target_signal_from_host): Declare.
6607
6608 * common/signals.c (target_signal_from_command): Move ...
6609 * infrun.c: ... here.
6610 * inferior.h (target_signal_from_command): Declare.
6611 * target.h (target_signal_from_command)
6612 (default_target_signal_from_host, default_target_signal_to_host):
6613 Delete declarations.
6614
6615 * common/signals.c (_initialize_signals): Delete.
6616
6617 2012-03-01 Pedro Alves <palves@redhat.com>
6618
6619 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
6620 both __cplusplus and !__cplusplus.
6621
6622 2012-03-01 Pedro Alves <palves@redhat.com>
6623
6624 * psymtab.c (find_and_open_source): Delete declaration.
6625 * source.c (find_and_open_source): Move comment ...
6626 * source.h (find_and_open_source): ... to this new declaration.
6627
6628 2012-03-01 Pedro Alves <palves@redhat.com>
6629
6630 * inline-frame.c: Include inline-frame.h.
6631
6632 2012-03-01 Pedro Alves <palves@redhat.com>
6633
6634 * tui/tui-data.c (set_gen_win_origin): Delete.
6635 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
6636 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
6637
6638 2012-03-01 Pedro Alves <palves@redhat.com>
6639
6640 * remote.c (encode_actions): Delete declaration.
6641 * tracepoint.c (encode_actions): Make extern.
6642 * tracepoint.h (encode_actions): Declare.
6643
6644 2012-03-01 Pedro Alves <palves@redhat.com>
6645
6646 * python/py-breakpoint.c: Include python.h.
6647 * python/py-continueevent.c (create_continue_event_object): Make
6648 static.
6649 * python/py-lazy-string.c (stpy_get_type): Make static.
6650 * python/py-newobjfileevent.c (create_new_objfile_event_object):
6651 Make static.
6652 * python/py-utils.c (unicode_to_target_python_string): Make
6653 static.
6654 * python/py-value.c: Include python.h.
6655
6656 2012-03-01 Pedro Alves <palves@redhat.com>
6657
6658 * inferior.c (delete_threads_of_inferior): Delete.
6659
6660 2012-03-01 Pedro Alves <palves@redhat.com>
6661
6662 Import fallback definitions from glibc.
6663
6664 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
6665 ps_prochandle): Forward declare.
6666 (ps_err_e): Use glibc's comments.
6667 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
6668 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
6669 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
6670 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
6671 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
6672 (struct ps_prochandle): Adjust comment.
6673
6674 2012-03-01 Pedro Alves <palves@redhat.com>
6675
6676 * ada-lang.c (ada_modulus_from_name): Delete.
6677 * ada-lex.l (lexer_init): Make static.
6678
6679 2012-03-01 Pedro Alves <palves@redhat.com>
6680
6681 PR gdb/13767
6682
6683 * frame.c (read_frame_register_unsigned): New.
6684 * frame.h (read_frame_register_unsigned): Declare.
6685 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
6686 Handle it.
6687 (print_i387_control_word): New parameter `control_p'. Handle it.
6688 (i387_print_float_info): Handle unavailable float registers.
6689
6690 2012-03-01 Keith Seitz <keiths@redhat.com>
6691
6692 * linespec.c (decode_line_2): Sort the list of methods
6693 alphabetically before presenting the user with a selection
6694 menu.
6695
6696 2012-03-01 Doug Evans <dje@google.com>
6697
6698 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
6699 has_namespace_info.
6700 (dwarf2_read_abbrevs): Remove corresponding initialization.
6701
6702 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
6703
6704 * NEWS: Mention new python command class gdb.COMMAND_USER.
6705 * cli/cli-cmds.c (show_user): Print error when used on a python
6706 command.
6707 (init_cli_cmds): Update documentation strings for "show user" and
6708 "set/show max-user-call-depth" to clarify that it does not apply to
6709 python commands.
6710 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
6711 error check.
6712 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
6713 gdb python api.
6714 * top.c (execute_command): Only execute a user-defined command as a
6715 legacy macro if c->user_commands is set.
6716
6717 2012-03-01 Tom Tromey <tromey@redhat.com>
6718
6719 * valprint.h (struct generic_val_print_decorations): New.
6720 (generic_val_print): Declare.
6721 * valprint.c (generic_val_print): New function.
6722 * p-valprint.c (p_decorations): New global.
6723 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
6724 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
6725 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
6726 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
6727 * m2-valprint.c (m2_decorations): New global.
6728 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
6729 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
6730 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
6731 TYPE_CODE_ERROR>: Call generic_val_print.
6732 * f-valprint.c (f_decorations): New global.
6733 (f_val_print): Use print_function_pointer_address.
6734 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
6735 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
6736 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
6737 generic_val_print.
6738 * c-valprint.c (c_decorations): New global.
6739 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
6740 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
6741 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
6742 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
6743 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
6744 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
6745 case.
6746
6747 2012-03-01 Tom Tromey <tromey@redhat.com>
6748
6749 * valprint.c (val_print): Update.
6750 * p-valprint (pascal_val_print): Return void.
6751 * p-lang.h (pascal_val_print): Return void.
6752 * m2-valprint.c (m2_val_print): Return void.
6753 * m2-lang.h (m2_val_print): Return void.
6754 * language.h (struct language_defn) <la_val_print>: Return void.
6755 * language.c (unk_lang_val_print): Return void.
6756 * jv-valprint.c (java_val_print): Return void.
6757 * jv-lang.h (java_val_print): Return void.
6758 * f-valprint.c (f_val_print): Return void.
6759 * f-lang.h (f_val_print): Return void.
6760 * d-valprint.c (d_val_print): Return void.
6761 (dynamic_array_type): Update.
6762 * d-lang.h (d_val_print): Return void.
6763 * c-valprint.c (c_val_print): Return void.
6764 * c-lang.h (c_val_print): Return void.
6765 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
6766 void.
6767 * ada-lang.h (ada_val_print): Return void.
6768
6769 2012-03-01 Tom Tromey <tromey@redhat.com>
6770
6771 * value.h (val_print): Return void.
6772 * valprint.c (val_print): Return void.
6773
6774 2012-03-01 Tom Tromey <tromey@redhat.com>
6775
6776 * value.h (common_val_print): Return void.
6777 * valprint.c (common_val_print): Return void.
6778
6779 2012-03-01 Tom Tromey <tromey@redhat.com>
6780
6781 * value.h (value_print): Return void.
6782 * valprint.c (value_print): Return void.
6783 * p-valprint.c (pascal_value_print): Return void.
6784 * p-lang.h (pascal_value_print): Return void.
6785 * language.h (struct language_defn) <la_value_print>: Return
6786 void.
6787 * language.c (unk_lang_value_print): Return void.
6788 * jv-valprint.c (java_value_print): Return void.
6789 * jv-lang.h (java_value_print): Return void.
6790 * f-valprint.c (c_value_print): Don't declare.
6791 Include c-lang.h.
6792 * c-valprint.c (c_value_print): Return void.
6793 * c-lang.h (c_value_print): Return void.
6794 * ada-valprint.c (ada_value_print): Return void.
6795 * ada-lang.h (ada_value_print): Return void.
6796
6797 2012-03-01 Tom Tromey <tromey@redhat.com>
6798
6799 * value.c (value_primitive_field): Handle virtual base classes.
6800
6801 2012-03-01 Tom Tromey <tromey@redhat.com>
6802
6803 * gdbtypes.h (struct vbase): Remove.
6804
6805 2012-03-01 Tom Tromey <tromey@redhat.com>
6806
6807 * c-valprint.c (print_function_pointer_address): Move...
6808 * valprint.c: ... here. Make non-static.
6809 * m2-valprint.c (print_function_pointer_address): Remove.
6810 * valprint.h (print_function_pointer_address): Declare.
6811
6812 2012-03-01 Joel Brobecker <brobecker@adacore.com>
6813
6814 * NEWS: Document the fact that one can provide a condition when
6815 creating an Ada exception catchpoint.
6816
6817 2012-03-01 Tom Tromey <tromey@redhat.com>
6818
6819 * valprint.c (val_print_type_code_flags): Fix placement of
6820 trailing brace.
6821
6822 2012-03-01 Joel Brobecker <brobecker@adacore.com>
6823
6824 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
6825 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
6826 environment variable before calling update-copyright.
6827
6828 2012-03-01 Joel Brobecker <brobecker@adacore.com>
6829
6830 * gnulib/extra/update-copyright: Update to the latest from
6831 gnulib's git repository.
6832 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
6833 variable to 2 instead of 1.
6834
6835 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6836
6837 * varobj.c (c_value_of_variable): Remove dead code.
6838
6839 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6840
6841 * ada-lex.p (processId): Do not modify already encoded IDs.
6842 Update function documentation.
6843
6844 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6845
6846 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
6847 "name" with "struct symbol *name_sym".
6848 * ada-exp.y (write_var_or_type): Update call to
6849 ada_find_renaming_symbol.
6850 "name" with "struct symbol *name_sym". Adjust Implementation
6851 accordingly. Adjust the function documentation.
6852
6853 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6854
6855 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
6856 * ada-lang.c (ada_find_any_type): Add advance declaration.
6857 Make static. Replace ada_find_any_symbol by
6858 ada_find_any_type_symbol.
6859 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
6860 Improve function description. Make static.
6861 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
6862 Replace ada_find_any_symbol by ada_find_any_type_symbol.
6863
6864 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6865
6866 * ada-lang.c (struct tag_args): Delete.
6867 (ada_get_tsd_type): Function body moved up in source file.
6868 (ada_tag_name_1, ada_tag_name_2): Delete.
6869 (ada_get_tsd_from_tag): New function.
6870 (ada_tag_name_from_tsd): New function.
6871 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
6872 to determine the tag name.
6873
6874 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6875
6876 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
6877 declaration.
6878 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
6879 function.
6880
6881 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6882
6883 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
6884
6885 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6886
6887 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
6888 full searches.
6889
6890 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6891
6892 * ada-lang.c (constrained_packed_array_type): If there is a
6893 parallel XA type, use it to determine the array index type.
6894
6895 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6896
6897 * ada-valprint.c (ada_val_print_1): If our value is a reference
6898 to an array descriptor, dereference it before converting it
6899 to a simple array.
6900
6901 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6902
6903 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
6904 creating fixed value.
6905 (ada_value_ind, ada_coerce_ref, assign_component)
6906 (ada_evaluate_subexp): Remove call to unwrap_value before
6907 call to ada_to_fixed_value.
6908
6909 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6910
6911 * ada-lang.c (to_fixed_array_type): Set result's type name.
6912
6913 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6914
6915 * ada-lang.c (catch_ada_exception_command_split): Add new
6916 argument cond_string. Add support for condition at end of
6917 "catch exception" commands.
6918 (ada_decode_exception_location): Add new argument cond_string.
6919 Update call to catch_ada_exception_command_split.
6920 (create_ada_exception_catchpoint): Add new argument cond_string.
6921 Set the breakpoint condition if needed.
6922 (catch_ada_exception_command): Update call to
6923 ada_decode_exception_location.
6924 (ada_decode_assert_location): Add function documentation.
6925 Add support for condition at end of "catch assert" command.
6926 (catch_assert_command): Update calls to ada_decode_assert_location
6927 and create_ada_exception_catchpoint.
6928
6929 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6930
6931 Fix disp-step-syscall.exp: fork: single step over fork.
6932 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
6933 (i386_linux_get_syscall_number_from_regcache): ... here, new function
6934 comment, change parameters gdbarch and ptid to regcache. Remove
6935 parameter regcache, initialize gdbarch from regcache here.
6936 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
6937 New functions.
6938 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
6939 instead.
6940 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
6941 'syscall'. Make the 'int' check more strict.
6942
6943 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6944
6945 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
6946 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
6947 (i386_linux_intx80_sysenter_syscall_record): ... here.
6948 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
6949 Use the renamed function name.
6950
6951 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6952
6953 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
6954 * breakpoint.c (until_break_command): Likewise.
6955 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
6956 * infcall.c (call_function_by_hand): Likewise.
6957 * infcmd.c (finish_forward): Likewise.
6958 * infrun.c (insert_exception_resume_breakpoint): Likewise.
6959
6960 2012-02-28 Tristan Gingold <gingold@adacore.com>
6961
6962 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
6963 avoid variable assignments inside condition.
6964
6965 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6966
6967 Fix static analysis issue found by cppcheck.
6968 * microblaze-tdep.c (microblaze_extract_return_value): Fix
6969 uninitialized BUF for size 2.
6970
6971 2012-02-27 Chris Dearman <chris@mips.com>
6972 Nathan Froyd <froydnj@codesourcery.com>
6973 Maciej W. Rozycki <macro@codesourcery.com>
6974
6975 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
6976 (mips16_instruction_has_delay_slot): Likewise.
6977 (mips_segment_boundary): Likewise.
6978 (mips_adjust_breakpoint_address): Likewise.
6979 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
6980
6981 2012-02-27 Maciej W. Rozycki <macro@mips.com>
6982 Maciej W. Rozycki <macro@codesourcery.com>
6983
6984 * infrun.c (handle_inferior_event): Don't proceed through
6985 shared library trampolines if stepping at the machine
6986 instruction level.
6987
6988 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6989
6990 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
6991 too.
6992
6993 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
6994
6995 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
6996 (sh_stub_unwind_sniffer): New functions.
6997 (sh_stub_unwind): New variable.
6998 (sh_gdbarch_init): Wire everything.
6999
7000 2012-02-27 Pedro Alves <palves@redhat.com>
7001
7002 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
7003 (linux_nat_post_attach_wait): Adjust to use
7004 linux_proc_pid_is_stopped.
7005 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
7006 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
7007 based on pid_is_stopped from both linux-nat.c and
7008 gdbserver/linux-low.c, and renamed.
7009
7010 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
7011
7012 * remote.c (remote_watchpoint_addr_within_range): New function.
7013 (init_remote_ops): Use it.
7014
7015 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
7016
7017 * target.h (target_watchpoint_addr_within_range): Document macro.
7018
7019 2012-02-24 Pedro Alves <palves@redhat.com>
7020
7021 * stack.c (set_last_displayed_sal): Issue internal_error instead
7022 of warning, and issue it after clearing the last displayed sal.
7023
7024 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7025 Pedro Alves <palves@redhat.com>
7026
7027 * breakpoint.c (until_break_command): Install breakpoints after
7028 all frame manipulations.
7029
7030 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7031
7032 * remote.c (remote_supports_cond_breakpoints): New forward
7033 declaration.
7034 (remote_add_target_side_condition): New function.
7035 (remote_insert_breakpoint): Add target-side breakpoint
7036 conditional if supported.
7037 (remote_insert_hw_breakpoint): Likewise.
7038 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
7039 hook.
7040
7041 * target.c (update_current_target): Inherit
7042 to_supports_evaluation_of_breakpoint_conditions.
7043 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
7044
7045 * target.h (struct target_ops)
7046 <to_supports_evaluation_of_breakpoint_conditions>: New field.
7047 (target_supports_evaluation_of_breakpoint_conditions): New #define.
7048
7049 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
7050 (condition_evaluation_both, condition_evaluation_auto,
7051 condition_evaluation_host, condition_evaluation_target,
7052 condition_evaluation_enums, condition_evaluation_mode_1,
7053 condition_evaluation_mode): New static globals.
7054 (translate_condition_evaluation_mode): New function.
7055 (breakpoint_condition_evaluation_mode): New function.
7056 (gdb_evaluates_breakpoint_condition_p): New function.
7057 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
7058 (mark_breakpoint_modified): New function.
7059 (mark_breakpoint_location_modified): New function.
7060 (set_condition_evaluation_mode): New function.
7061 (show_condition_evaluation_mode): New function.
7062 (bp_location_compare_addrs): New function.
7063 (get_first_location_gte_addr): New helper function.
7064 (set_breakpoint_condition): Free condition bytecode if locations
7065 has become unconditional. Call mark_breakpoint_modified (...).
7066 (condition_command): Call update_global_location_list (1) for
7067 breakpoints.
7068 (breakpoint_xfer_memory): Use is_breakpoint (...).
7069 (is_breakpoint): New function.
7070 (parse_cond_to_aexpr): New function.
7071 (build_target_condition_list): New function.
7072 (insert_bp_location): Handle target-side conditional
7073 breakpoints and call build_target_condition_list (...).
7074 (update_inserted_breakpoint_locations): New function.
7075 (insert_breakpoint_locations): Handle target-side conditional
7076 breakpoints.
7077 (bpstat_check_breakpoint_conditions): Add comment.
7078 (bp_condition_evaluator): New function.
7079 (bp_location_condition_evaluator): New function.
7080 (print_breakpoint_location): Print information on where the condition
7081 will be evaluated.
7082 (print_one_breakpoint_location): Likewise.
7083 (init_bp_location): Call mark_breakpoint_location_modified (...) for
7084 breakpoint location.
7085 (force_breakpoint_reinsertion): New functions.
7086 (update_global_location_list): Handle target-side breakpoint
7087 conditions.
7088 Reinsert locations that are already inserted if conditions have
7089 changed.
7090 (bp_location_dtor): Free agent expression bytecode.
7091 (disable_breakpoint): Call mark_breakpoint_modified (...).
7092 Call update_global_location_list (...) with parameter 1 for breakpoints.
7093 (disable_command): Call mark_breakpoint_location_modified (...).
7094 Call update_global_location_list (...) with parameter 1 for breakpoints.
7095 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
7096 (enable_command): mark_breakpoint_location_modified (...).
7097 (_initialize_breakpoint): Update documentation and add
7098 condition-evaluation breakpoint subcommand.
7099
7100 * breakpoint.h: Include ax.h.
7101 (condition_list): New data structure.
7102 (condition_status): New enum.
7103 (bp_target_info) <cond_list>: New field.
7104 (bp_location) <condition_changed, cond_bytecode>: New fields.
7105 (is_breakpoint): New prototype.
7106
7107 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7108
7109 * remote.c (remote_state) <cond_breakpoints>: New field.
7110 (PACKET_ConditionalBreakpoints): New enum.
7111 (remote_cond_breakpoint_feature): New function.
7112 (remote_protocol_features): Add new ConditionalBreakpoints entry.
7113 (remote_supports_cond_breakpoints): New function.
7114 (_initialize_remote): Add new packet configuration for
7115 target-side conditional breakpoints.
7116
7117 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7118
7119 * NEWS: Mention target-side conditional breakpoint support,
7120 new condition-evaluation breakpoint subcommand and remote
7121 packet extensions.
7122
7123 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7124
7125 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
7126 number.
7127
7128 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
7129
7130 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
7131 (after_prologue): Remove.
7132
7133 2012-02-23 Tom Tromey <tromey@redhat.com>
7134
7135 * jv-valprint.c (java_val_print): Remove dead code.
7136
7137 2012-02-23 Tristan Gingold <gingold@adacore.com>
7138
7139 * ada-tasks.c (struct ada_tasks_inferior_data): Add
7140 known_tasks_element and known_tasks_length fields.
7141 (read_known_tasks_array): Change argument type. Use pointer type
7142 and number of elements from DATA. Adjust.
7143 (read_known_tasks_list): Likewise.
7144 (get_known_tasks_addr): Remove.
7145 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
7146 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
7147 type and array length. Merge former get_known_tasks_addr code.
7148
7149 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7150
7151 PR backtrace/13716
7152 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
7153 it after set_momentary_breakpoint.
7154
7155 2012-02-22 Sterling Augustine <saugustine@google.com>
7156
7157 PR 13689:
7158 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
7159
7160 2012-02-22 Gary Benson <gbenson@redhat.com>
7161
7162 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
7163 (find_slot_in_mapped_hash): Likewise.
7164
7165 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7166
7167 PR build/13638
7168 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
7169 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
7170 * configure: Regenerate.
7171
7172 2012-02-21 Tristan Gingold <gingold@adacore.com>
7173 Pedro Alves <palves@redhat.com>
7174
7175 * ia64-tdep.c: Do not include libunwind-ia64.h.
7176 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
7177 Include libunwind-ia64.h instead of libunwind.h.
7178 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
7179 for libunwind.h existence.
7180 * configure, config.in: Regenerate.
7181
7182 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
7183
7184 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
7185 instead of value_rtti_target_type.
7186 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
7187 instead of value_rtti_target_type.
7188 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
7189 value_rtti_target_type.
7190 * valops.c (value_ind): Extract function readjust_indirect_value_type.
7191 (value_rtti_target_type): Rename to ...
7192 (value_rtti_indirect_type): ... here and make it indirect. Update
7193 function comment.
7194 * value.c (readjust_indirect_value_type): New function.
7195 (coerce_ref): Support for enclosing type setting for references
7196 with readjust_indirect_value_type.
7197 * value.h (readjust_value_type): New declaration.
7198 (value_rtti_target_type): Rename to ...
7199 (value_rtti_indirect_type): ... here.
7200
7201 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
7202
7203 * MAINTAINERS (Write After Approval): Add myself to the list.
7204
7205 2012-02-20 Doug Evans <dje@google.com>
7206
7207 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
7208 Rename objfile_p_char parameter to objfilep.
7209 (build_objfile_section_table): Result is now void. All callers
7210 updated.
7211 * objfiles.h (struct objfile): Tweak comments, whitespace.
7212 (build_objfile_section_table): Update.
7213
7214 * elfread.c (elf_symfile_segments): Fix warning text.
7215
7216 2012-02-20 Tom Tromey <tromey@redhat.com>
7217
7218 PR gdb/13498:
7219 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
7220 particular set of file names once.
7221 (dw2_map_symbol_filenames): Likewise.
7222
7223 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7224
7225 Code cleanup.
7226 * main.c (write_files): Remove the declaration.
7227 (external_editor_command): Move the declaration ...
7228 [GDBTK] (external_editor_command): ... here. Fix the comment.
7229
7230 2012-02-20 Tom Tromey <tromey@redhat.com>
7231
7232 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
7233 extraneous block.
7234
7235 2012-02-20 Tristan Gingold <gingold@adacore.com>
7236
7237 * darwin-nat.h (enum darwin_msg_state): Add comments.
7238
7239 2012-02-20 Tristan Gingold <gingold@adacore.com>
7240
7241 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
7242 value.
7243
7244 2012-20-18 Joel Brobecker <brobecker@adacore.com>
7245
7246 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
7247 between function description and implementation.
7248
7249 2012-02-17 Tom Tromey <tromey@redhat.com>
7250
7251 PR python/12070:
7252 * python/py-event.c (event_object_getset): New global.
7253 (event_object_type): Reference it.
7254 * python/py-type.c (field_object_getset): New global.
7255 (field_object_type): Reference it.
7256 * python/python-internal.h (gdb_py_generic_dict): Declare.
7257 * python/py-utils.c (gdb_py_generic_dict): New function.
7258
7259 2012-02-17 Tristan Gingold <gingold@adacore.com>
7260
7261 * solib-darwin.c (darwin_current_sos): Check magic and filetype
7262
7263 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
7264
7265 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
7266 TYPE_CALLING_CONVENTION annotation.
7267
7268 2012-02-16 Kevin Buettner <kevinb@redhat.com>
7269
7270 * MAINTAINERS: Add rx to target ISA section.
7271 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
7272 (ALLDEPFILES): Add rx-tdep.c.
7273
7274 2012-02-16 Tom Tromey <tromey@redhat.com>
7275
7276 * symfile.c (symbol_file_add_main_1): Use inferior's
7277 symfile_flags.
7278 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
7279 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
7280 inferior.
7281 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
7282 inferior.
7283 (follow_exec): Use inferior's symfile_flags.
7284 * inferior.h (struct inferior) <symfile_flags>: New field.
7285
7286 2012-02-16 Mike Frysinger <vapier@gentoo.org>
7287
7288 PR gdb/9734:
7289 * remote-sim.c (gdbsim_create_inferior): Call error() when
7290 sim_create_inferior() fails.
7291
7292 2012-02-16 Josh Matthews <josh@joshmatthews.net>
7293
7294 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
7295
7296 2012-02-16 Tom Tromey <tromey@redhat.com>
7297
7298 PR c++/13653:
7299 * thread.c (struct current_thread_cleanup) <was_removable>: New
7300 field.
7301 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
7302 (make_cleanup_restore_current_thread): Initialize new field.
7303
7304 2012-02-15 Kevin Buettner <kevinb@redhat.com>
7305
7306 * MAINTAINERS: Add rl78 to target ISA section.
7307 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
7308 (ALLDEPFILES): Add rl78-tdep.c.
7309 * NEWS: Mention rl78 as a new target.
7310
7311 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7312
7313 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
7314 data.
7315 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
7316
7317 2012-02-15 Tom Tromey <tromey@redhat.com>
7318
7319 PR gdb/12659:
7320 * infcmd.c (registers_info): Print just the current register's
7321 name.
7322
7323 2012-02-15 Tom Tromey <tromey@redhat.com>
7324
7325 * python/py-symbol.c (sympy_value): Use _().
7326
7327 2012-02-15 Pedro Alves <palves@redhat.com>
7328
7329 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
7330 output to be like native targets'.
7331 (remote_pid_to_str): Special case the null ptid.
7332
7333 2012-02-14 Stan Shebs <stan@codesourcery.com>
7334
7335 * NEWS: Mention enable count command.
7336 * breakpoint.h (struct breakpoint): New field enable_count.
7337 * breakpoint.c (enable_breakpoint_disp): Add count argument.
7338 (enable_breakpoint): Add arg to call.
7339 (struct disp_data): New struct.
7340 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
7341 (do_map_enable_once_breakpoint): Create a struct and pass it.
7342 (do_map_enable_delete_breakpoint): Ditto.
7343 (do_map_enable_count_breakpoint): New function.
7344 (enable_count_command): New function.
7345 (bpstat_stop_status): Decrement enable_count.
7346 (print_one_breakpoint_location): Report enable count.
7347 (_initialize_breakpoint): Add enable count command.
7348
7349 2012-02-14 Kevin Buettner <kevinb@redhat.com>
7350
7351 * rl78-tdep.c (reggroups.h): Include.
7352 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
7353 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
7354 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
7355 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
7356 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
7357 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
7358 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
7359 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
7360 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
7361 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
7362 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
7363 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
7364 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
7365 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
7366 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
7367 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
7368 beginning of register list.
7369 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
7370 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
7371 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
7372 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
7373 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
7374 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
7375 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
7376 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
7377 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
7378 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
7379 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
7380 the pseudo registers. Rearrange other pseudo registers too so
7381 that the bank registers appear at the end.
7382 (rl78_register_type): Account for the fact that the byte sized
7383 bank registers are now pseudo-registers.
7384 (rl78_register_name): Rearrange the register name array. Make
7385 initial set of raw banked registers inaccessible.
7386 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
7387 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
7388 case for copying bytes back and forth between raw and pseudo
7389 versions of the banked registers. Update other cases to reflect
7390 the changed names.
7391 (rl78_return_value): Update to account for changed names of
7392 raw registers.
7393 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
7394 rl78_register_sim_regno().
7395
7396 2012-02-14 Kevin Buettner <kevinb@redhat.com>
7397
7398 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
7399 the name parameter being passed to find_pc_partial_function().
7400
7401 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7402
7403 * MAINTAINERS: Step down from being ia64 target maintainer.
7404
7405 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7406
7407 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
7408 compilation warning.
7409
7410 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7411
7412 Fix crash on loaded shlibs without loaded exec_bfd.
7413 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
7414 (set_section_command): Replace exec_bfd by p->bfd.
7415
7416 2012-02-10 Tom Tromey <tromey@redhat.com>
7417
7418 * linespec.c (decode_line_internal): Skip symtabs_from_filename
7419 when we have a C++ qualified name.
7420
7421 2012-02-10 Pedro Alves <palves@redhat.com>
7422
7423 * inferior.c (inferior_pid_to_str): New.
7424 (print_inferior, inferior_command): Use it.
7425
7426 2012-02-10 Pedro Alves <palves@redhat.com>
7427
7428 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
7429 the test CFLAGS.
7430 * configure: Regenerate.
7431
7432 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7433
7434 * linespec.c (decode_line_internal): Fix comment correctness.
7435
7436 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
7437
7438 PR gdb/12953
7439 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
7440 * amd64bsd-nat.c: Add support for debug registers (adapted from
7441 i386bsd-nat.c).
7442 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
7443 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
7444 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
7445 (amd64bsd_dr_get_control): New functions.
7446 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
7447 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
7448 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
7449 watchpoints initialization.
7450 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
7451
7452 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7453
7454 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
7455 flds_bnds.fields.
7456 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
7457
7458 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7459
7460 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
7461
7462 2012-02-08 Joel Brobecker <brobecker@adacore.com>
7463
7464 * language.h (symbol_name_cmp_ftype): Renames
7465 symbol_name_match_p_ftype.
7466 (struct language_defn)[la_get_symbol_name_cmp]: Renames
7467 la_get_symbol_name_match_p.
7468 * ada-lang.c (ada_get_symbol_name_cmp): Renames
7469 ada_get_symbol_name_match_p. Update comment.
7470 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
7471 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
7472 Renames symbol_name_match_p. Update field type.
7473 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
7474 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
7475 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
7476 "la_get_symbol_name_cmp" in comments.
7477 * language.c: Likewise.
7478
7479 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7480
7481 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
7482 %eflags offset.
7483 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
7484 (amd64_sol2_gregset32_reg_offs): Likewise.
7485
7486 2012-02-08 Joel Brobecker <brobecker@adacore.com>
7487
7488 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
7489 of the returned BFD is allocated by GDB.
7490
7491 2012-02-07 Tom Tromey <tromey@redhat.com>
7492
7493 PR python/12027:
7494 * python/python-internal.h (frame_object_type): Declare.
7495 * python/py-symbol.c (sympy_needs_frame): New function.
7496 (sympy_value): New function.
7497 (symbol_object_getset): Add "needs_frame".
7498 (symbol_object_methods): Add "value".
7499 * python/py-frame.c (frame_object_type): No longer static.
7500
7501 2012-02-07 Tom Tromey <tromey@redhat.com>
7502
7503 PR python/13599:
7504 * python/py-symbol.c (sympy_line): New function.
7505 (symbol_object_getset): Add "line".
7506
7507 2012-02-07 Tom Tromey <tromey@redhat.com>
7508
7509 * charset.c (find_charset_names): Check 'in' against NULL.
7510
7511 2012-02-06 Doug Evans <dje@google.com>
7512
7513 * gdbtypes.h (struct main_type): Change type of name,tag_name,
7514 and fields.name members from char * to const char *. All uses updated.
7515 (struct cplus_struct_type): Change type of fn_fieldlists.name member
7516 from char * to const char *. All uses updated.
7517 (type_name_no_tag): Update.
7518 (lookup_unsigned_typename, lookup_signed_typename): Update.
7519 * gdbtypes.c (type_name_no_tag): Change result type
7520 from char * to const char *. All callers updated.
7521 (lookup_unsigned_typename, lookup_signed_typename): Change type of
7522 name parameter from char * to const char *.
7523 * symtab.h (struct cplus_specific): Change type of demangled_name
7524 member from char * to const char *. All uses updated.
7525 (struct general_symbol_info): Change type of name and
7526 mangled_lang.demangled_name members from char * to const char *.
7527 All uses updated.
7528 (symbol_get_demangled_name, symbol_natural_name): Update.
7529 (symbol_demangled_name, symbol_search_name): Update.
7530 * symtab.c (symbol_get_demangled_name): Change result type
7531 from char * to const char *. All callers updated.
7532 (symbol_natural_name, symbol_demangled_name): Ditto.
7533 (symbol_search_name): Ditto.
7534 (completion_list_add_name): Change type of symname,sym_text,
7535 text,word parameters from char * to const char *.
7536 (completion_list_objc_symbol): Change type of sym_text,
7537 text,word parameters from char * to const char *.
7538 * ada-lang.c (find_struct_field): Change type of name parameter
7539 from char * to const char *.
7540 (encoded_ordered_before): Similarly for N0,N1 parameters.
7541 (old_renaming_is_invisible): Similarly for function_name parameter.
7542 (ada_type_name): Change result type from char * to const char *.
7543 All callers updated.
7544 * ada-lang.h (ada_type_name): Update.
7545 * buildsym.c (hashname): Change type of name parameter
7546 from char * to const char *.
7547 * buildsym.h (hashname): Update.
7548 * dbxread.c (end_psymtab): Change type of include_list parameter
7549 from char ** to const char **.
7550 * dwarf2read.c (determine_prefix): Change result type
7551 from char * to const char *. All callers updated.
7552 * f-lang.c (find_common_for_function): Change type of name, funcname
7553 parameters from char * to const char *.
7554 * f-lang.c (find_common_for_function): Update.
7555 * f-valprint.c (list_all_visible_commons): Change type of funcname
7556 parameters from char * to const char *.
7557 * gdbarch.sh (static_transform_name): Change type of name parameter
7558 and result from char * to const char *.
7559 * gdbarch.c: Regenerate.
7560 * gdbarch.h: Regenerate.
7561 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
7562 of name parameter from char * to const char *.
7563 * jv-lang.c (java_primitive_type_from_name): Ditto.
7564 (java_demangled_signature_length): Similarly for signature parameter.
7565 (java_demangled_signature_copy): Ditto.
7566 (java_demangle_type_signature): Ditto.
7567 * jv-lang.h (java_primitive_type_from_name): Update.
7568 (java_demangle_type_signature): Update.
7569 * objc-lang.c (specialcmp): Change type of a,b parameters
7570 from char * to const char *.
7571 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
7572 from char * to const char *. All callers updated.
7573 * p-lang.h (is_pascal_string_type): Update.
7574 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
7575 of name parameter from char * to const char *.
7576 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
7577 * utils.c (fprintf_symbol_filtered): Ditto.
7578 * defs.h (fprintf_symbol_filtered): Update.
7579 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
7580 * stabsread.h (end_psymtab): Update.
7581 * stack.c (find_frame_funname): Change type of funname parameter
7582 from char ** to const char **.
7583 * stack.h (find_frame_funname): Update.
7584 * typeprint.c (type_print): Change type of varstring parameter
7585 from char * to const char *.
7586 * value.h (type_print): Update.
7587 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
7588 from char * to const char *. All callers updated.
7589 (xcoff_end_psymtab): Change type of include_list parameter
7590 from char ** to const char **. All callers updated.
7591 (swap_sym): Similarly for name parameter. All callers updated.
7592 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
7593 Use xstrdup.
7594 (process_coff_symbol): Use xstrdup.
7595 * stabsread.c (stabs_method_name_from_physname): Renamed from
7596 update_method_name_from_physname. Change result type from void
7597 to char *. All callers updated.
7598 (read_member_functions): In has_destructor case, store name in objfile
7599 obstack instead of malloc space. In !has_stub case, fix mem leak.
7600
7601 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
7602
7603 * configure: Rebuild.
7604 * configure.ac: Put -L../bfd and -L../libiberty at the front of
7605 LDFLAGS.
7606
7607 2012-02-03 Kevin Buettner <kevinb@redhat.com>
7608
7609 * configure.tgt (rl78-*-elf): New target.
7610 * rl78-tdep.c: New file.
7611
7612 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7613
7614 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
7615 and continue the loop. Add QUIT statement.
7616
7617 2012-02-03 Tom Tromey <tromey@redhat.com>
7618
7619 PR gdb/13596:
7620 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
7621 bfd_lookup_symbol_from_symtab.
7622 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
7623 gdb_bfd_lookup_symbol_from_symtab.
7624
7625 2012-02-03 Joel Brobecker <brobecker@adacore.com>
7626
7627 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
7628 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
7629 symbol. Add assertion that sym2 is never NULL.
7630
7631 2012-02-02 Doug Evans <dje@google.com>
7632
7633 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
7634 "name" parameter to const char ** from char **. All callers updated.
7635 (find_pc_partial_function): Ditto.
7636 (cache_pc_function_name): Change type to const char * from char *.
7637 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
7638 (find_pc_partial_function): Update.
7639 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
7640 type of "name" parameter to const char * from char *.
7641 All uses updated.
7642 * arch-utils.c (generic_in_solib_return_trampoline): Change
7643 type of "name" parameter to const char * from char *.
7644 * arch-utils.h (generic_in_solib_return_trampoline): Update.
7645 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
7646 type of "name" parameter to const char * from char *.
7647 * gdbarch.sh (in_solib_return_trampoline): Ditto.
7648 * gdbarch.c: Regenerate.
7649 * gdbarch.h: Regenerate.
7650 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
7651 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
7652 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
7653 type of "name" parameter to const char * from char *.
7654 * skip.c (skip_function_pc): Ditto.
7655 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
7656 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
7657 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
7658 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
7659 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
7660 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
7661 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
7662 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
7663 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
7664
7665 2012-02-02 Pedro Alves <palves@redhat.com>
7666
7667 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
7668 the current inferior has no execution. Make sure the current
7669 remote process matches gdb's current inferior.
7670
7671 2012-02-02 Tom Tromey <tromey@redhat.com>
7672
7673 PR gdb/13405:
7674 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
7675 read-only memory.
7676
7677 2012-02-02 Tom Tromey <tromey@redhat.com>
7678
7679 PR gdb/9307:
7680 * symtab.c (lookup_language_this): Set block_found.
7681
7682 2012-02-01 Tom Tromey <tromey@redhat.com>
7683
7684 PR gdb/13431:
7685 * jit.c (struct jit_inferior_data): Rewrite.
7686 (struct jit_objfile_data): New.
7687 (get_jit_objfile_data): New function.
7688 (add_objfile_entry): Update.
7689 (jit_read_descriptor): Return int. Replace descriptor_addr
7690 argument with inf_data. Update. Don't call error.
7691 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
7692 descriptor here.
7693 (jit_inferior_init): Don't look up descriptor. Don't call error.
7694 (jit_reset_inferior_data_and_breakpoints)
7695 (jit_inferior_created_observer): Remove.
7696 (jit_inferior_exit_hook): Update.
7697 (jit_executable_changed_observer): Remove.
7698 (jit_event_handler): Update.
7699 (free_objfile_data): Reset inferior data if needed.
7700 (_initialize_jit): Update.
7701
7702 2012-02-01 Tom Tromey <tromey@redhat.com>
7703
7704 * jit.c (bfd_open_from_target_memory): Move higher in file.
7705
7706 2012-02-01 Tristan Gingold <gingold@adacore.com>
7707
7708 * libunwind-frame.c (libunwind_load): Display message if dlopen
7709 failed.
7710
7711 2012-02-01 Gary Benson <gbenson@redhat.com>
7712
7713 * symtab.h (symbol_found_callback_ftype): New typedef.
7714 (iterate_over_symbols): Use the above.
7715 * symtab.c (iterate_over_symbols): Likewise.
7716 * language.h (language_defn->la_iterate_over_symbols): Likewise.
7717 * ada-lang.c (ada_iterate_over_symbols): Likewise.
7718 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
7719 (iterate_name_matcher): Document return values.
7720 (collect_one_symbol): Likewise.
7721 (collect_function_symbols): Likewise.
7722 (collect_symbols): Likewise.
7723
7724 2012-02-01 Tom Tromey <tromey@redhat.com>
7725
7726 * ada-lang.c (resolve_subexp): Update.
7727 (ada_lookup_symbol_list): Add 'full_search' argument.
7728 (ada_iterate_over_symbols): Pass 0 as full_search argument to
7729 ada_lookup_symbol_list.
7730 (ada_lookup_encoded_symbol): Update.
7731 (get_var_value): Update.
7732 * ada-exp.y (block_lookup): Update.
7733 (write_var_or_type): Update.
7734 (write_name_assoc): Update.
7735 * ada-lang.h (ada_lookup_symbol_list): Update.
7736
7737 2012-01-31 Tom Tromey <tromey@redhat.com>
7738
7739 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
7740 comment.
7741
7742 2012-01-31 Doug Evans <dje@google.com>
7743
7744 * symtab.h: Remove outdated comment.
7745 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
7746
7747 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
7748
7749 Fix build error in Darwin port.
7750 * i386-darwin-nat.c: Include i386-nat.h.
7751
7752 2012-01-30 Tom Tromey <tromey@redhat.com>
7753
7754 PR breakpoints/13568:
7755 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
7756 argument. Check for recursive includes.
7757 (dwarf_decode_macros): Create an include hash.
7758
7759 2012-01-30 Michael Eager <eager@eagercon.com>
7760
7761 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
7762 * ppc-linux-tdep.c: Include glibc-tdep.h.
7763 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
7764 (powerpc_linux_in_plt_stub): New function.
7765 (powerpc_linux_in_dynsym_resolve_code): New function.
7766 (ppc_skip_trampoline_code): New function.
7767 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
7768 Use glibc_skip_solib_resolver.
7769
7770 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7771
7772 Code cleanup: Make 1440 bytes of data segment read-only.
7773 * arch-utils.c (endian_enum): Make it const char *const [].
7774 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
7775 Likewise.
7776 * breakpoint.c (always_inserted_enums): Likewise.
7777 * cli/cli-cmds.c (script_ext_enums): Likewise.
7778 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
7779 enumlist parameter const char *const *.
7780 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
7781 const char *const *.
7782 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
7783 parameter const char *const *.
7784 * cris-tdep.c (cris_modes): Make it const char *const [].
7785 * filesystem.c (target_file_system_kinds): Likewise.
7786 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
7787 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
7788 (can_use_displaced_stepping_enum, scheduler_enums)
7789 (exec_direction_names): Likewise.
7790 * language.c (_initialize_language): Make the type_or_range_names and
7791 case_sensitive_names variables const char *const [].
7792 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
7793 * python/python.c (python_excp_enums): Likewise.
7794 * remote.c (interrupt_sequence_modes): Likewise.
7795 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
7796 * serial.c (logbase_enums): Likewise.
7797 * sh-tdep.c (sh_cc_enum): Likewise.
7798 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
7799 Likewise.
7800 * symtab.c (multiple_symbols_modes): Likewise.
7801 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
7802 Likewise.
7803 * utils.c (internal_problem_modes): Likewise.
7804
7805 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7806
7807 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
7808 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
7809 result.
7810
7811 2012-01-27 Doug Evans <dje@google.com>
7812
7813 * configure.ac (with_python): Fix absolute path handling for win32.
7814 * configure: Regenerate.
7815
7816 2012-01-26 Doug Evans <dje@google.com>
7817
7818 * symtab.c: Whitespace cleanup, no code changes.
7819
7820 * symtab.c (lookup_symbol_in_language): Improve comment.
7821 (lookup_symbol_aux): Fix comment.
7822
7823 * psymtab.c (add_psymbol_to_list): Result is now "void".
7824 * psympriv.h (add_psymbol_to_list): Update.
7825
7826 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
7827
7828 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7829
7830 Do not open script filenames twice.
7831 * cli/cli-cmds.c (source_script_from_stream): Pass to
7832 source_python_script also STREAM.
7833 * python/py-auto-load.c (source_section_scripts): Pass to
7834 source_python_script_for_objfile also STREAM.
7835 (auto_load_objfile_script): Pass to source_python_script_for_objfile
7836 also INPUT.
7837 * python/python-internal.h (source_python_script_for_objfile): New
7838 parameter file, rename parameter file to filename.
7839 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
7840 instead if !_WIN32. Update the function comment.
7841 (source_python_script, source_python_script_for_objfile)
7842 (source_python_script): New parameter file, rename parameter file to
7843 filename. Pass FILENAME to python_run_simple_file.
7844 * python/python.h (source_python_script): New parameter file, rename
7845 parameter file to filename.
7846
7847 2012-01-26 Pedro Alves <palves@redhat.com>
7848
7849 * corelow.c (core_has_fake_pid): Delete.
7850 (core_close): Delete references to `core_has_fake_pid'.
7851 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
7852 (core_open): Delete references to `core_has_fake_pid'.
7853 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
7854 the removed global.
7855
7856 2012-01-26 Joel Brobecker <brobecker@adacore.com>
7857
7858 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
7859 Remove language parameter from name_matcher. Adjust the comment.
7860 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
7861 Remove language parameter.
7862 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
7863 * linespec.c (iterate_name_matcher): Likewise.
7864 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
7865 name_matcher. Adjust call accordingly.
7866 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
7867 (maintenance_check_symtabs): Adjust type of parameter "fun".
7868 * psymtab.h (maintenance_check_symtabs): Likewise.
7869
7870 2012-01-26 Joel Brobecker <brobecker@adacore.com>
7871
7872 * language.h (symbol_name_match_p_ftype): New typedef.
7873 (struct language_defn): Replace field la_symbol_name_compare
7874 by la_get_symbol_name_match_p.
7875 * ada-lang.c (ada_get_symbol_name_match_p): New function.
7876 (ada_language_defn): Use it.
7877 * linespec.c (struct symbol_matcher_data): New type.
7878 (iterate_name_matcher): Rewrite.
7879 (iterate_over_all_matching_symtabs): Pass a pointer to
7880 a symbol_matcher_data struct to expand_symtabs_matching
7881 instead of just the lookup name.
7882 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
7883 opencl-lang.c, p-lang.c, language.c: Delete field
7884 la_symbol_name_compare, and replace by NULL for new field
7885 la_get_symbol_name_match_p.
7886 * symfile.h (struct quick_symbol_functions): Update comment.
7887
7888 2012-01-25 Tom Tromey <tromey@redhat.com>
7889
7890 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
7891 dereferencing.
7892
7893 2012-01-24 Tom Tromey <tromey@redhat.com>
7894
7895 PR symtab/12406:
7896 * solib.c (update_solib_list): Update the program space's
7897 added_solibs and deleted_solibs fields.
7898 * progspace.h (struct program_space) <added_solibs,
7899 deleted_solibs>: New fields.
7900 (clear_program_space_solib_cache): Declare.
7901 * progspace.c (release_program_space): Call
7902 clear_program_space_solib_cache.
7903 (clear_program_space_solib_cache): New function.
7904 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
7905 bpstat_stop_status. Use handle_solib_event.
7906 * breakpoint.c: Include gdb_regex.h.
7907 (print_solib_event): New function.
7908 (bpstat_print): Use print_solib_event.
7909 (bpstat_stop_status): Add special case for bp_shlib_event.
7910 (handle_solib_event): New function.
7911 (bpstat_what): Use handle_solib_event.
7912 (struct solib_catchpoint): New.
7913 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
7914 (breakpoint_hit_catch_solib, check_status_catch_solib)
7915 (print_it_catch_solib, print_one_catch_solib)
7916 (print_mention_catch_solib, print_recreate_catch_solib): New
7917 functions.
7918 (catch_solib_breakpoint_ops): New global.
7919 (catch_load_or_unload, catch_load_command_1)
7920 (catch_unload_command_1): New functions.
7921 (internal_bkpt_check_status): Add special case for
7922 bp_shlib_event.
7923 (internal_bkpt_print_it): Use print_solib_event.
7924 (initialize_breakpoint_ops): Initialize
7925 catch_solib_breakpoint_ops.
7926 (_initialize_breakpoint): Register "catch load" and "catch
7927 unload".
7928 * breakpoint.h (handle_solib_event): Declare.
7929 * NEWS: Add entry for "catch load" and "catch unload".
7930
7931 2012-01-24 Tom Tromey <tromey@redhat.com>
7932
7933 * ada-lang.c: Include gdb_vecs.h.
7934 * charset.c: Include gdb_vecs.h.
7935 * tracepoint.h: Include gdb_vecs.h.
7936 * gdb_vecs.h: New file.
7937
7938 2012-01-24 Pedro Alves <pedro@codesourcery.com>
7939
7940 * breakpoint.c (breakpoint_hit_catch_fork)
7941 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
7942 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
7943 * infrun.c (inferior_has_forked, inferior_has_vforked)
7944 (inferior_has_execd, inferior_has_called_syscall): Delete.
7945 (handle_syscall_event): Get syscall_number from the execution
7946 control state's wait status.
7947 (wait_for_inferior): Don't clear syscall_number.
7948
7949 2012-01-24 Pedro Alves <palves@redhat.com>
7950
7951 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
7952 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
7953 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
7954 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
7955 `ws' parameter.
7956 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
7957 false for events other than TARGET_SIGNAL_TRAP.
7958 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
7959 Add `ws' parameter.
7960 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
7961 events other than TARGET_SIGNAL_TRAP.
7962 (tracepoint_breakpoint_hit): Add `ws' parameter.
7963 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
7964 parameter.
7965 (bpstat_stop_status): Same.
7966 (pc_at_non_inline_function): Same.
7967 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
7968 to pass the current event's waitstatus to bpstat_stop_status
7969 and pc_at_non_inline_function.
7970
7971 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7972
7973 Code cleanup.
7974 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
7975 Update the function comment for it.
7976 (source_script_with_search): Call make_cleanup_fclose for STREAM.
7977 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
7978 for STREAM.
7979
7980 2012-01-24 Pedro Alves <palves@redhat.com>
7981
7982 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
7983 outside `bs->stop' block.
7984 (bpstat_what): Rework bp_shlib_event handling.
7985 (internal_bkpt_check_status): If the breakpoint is a
7986 bp_shlib_event, then set bs->stop and bs->print if
7987 stop_on_solib_events is set.
7988
7989 2012-01-24 Gary Benson <gbenson@redhat.com>
7990
7991 Delete #if 0'd out code.
7992 * stack.c (print_frame_label_vars): Remove.
7993 (catch_info): Likewise.
7994 (_initialize_stack): Remove "info catch" command.
7995 * NEWS: Mention the above.
7996
7997 2012-01-24 Pedro Alves <palves@redhat.com>
7998
7999 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
8000 it.
8001 (remote_notice_new_inferior): If the remote end doesn't support
8002 the multiprocess extensions, then the PID is fake.
8003 (add_current_inferior_and_thread): New.
8004 (remote_start_remote): Use it.
8005 (extended_remote_attach_1): Adjust.
8006 (extended_remote_create_inferior_1): Use
8007 add_current_inferior_and_thread.
8008
8009 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8010
8011 Fix watchpoints to be specific for each inferior.
8012 * breakpoint.c (watchpoint_in_thread_scope): Verify also
8013 current_program_space.
8014 * i386-nat.c (i386_inferior_data_cleanup): New.
8015 (i386_inferior_data_get): Replace variable inf_data_local by an
8016 inferior_data call.
8017 (i386_use_watchpoints): Initialize i386_inferior_data.
8018 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
8019 specific iterate_over_lwps.
8020
8021 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8022
8023 Fix watchpoints across inferior fork.
8024 * amd64-linux-nat.c (update_debug_registers_callback): Update the
8025 comment for linux_nat_iterate_watchpoint_lwps.
8026 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
8027 linux_nat_iterate_watchpoint_lwps.
8028 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
8029 * i386-linux-nat.c (update_debug_registers_callback): Update the
8030 comment for linux_nat_iterate_watchpoint_lwps.
8031 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
8032 linux_nat_iterate_watchpoint_lwps.
8033 (i386_linux_prepare_to_resume): New comment on Linux kernel.
8034 * i386-nat.c: Include inferior.h.
8035 (dr_mirror): Remove.
8036 (i386_inferior_data, struct i386_inferior_data)
8037 (i386_inferior_data_get): New.
8038 (i386_debug_reg_state): Use i386_inferior_data_get.
8039 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
8040 (i386_insert_watchpoint, i386_remove_watchpoint)
8041 (i386_stopped_data_address, i386_insert_hw_breakpoint)
8042 (i386_remove_hw_breakpoint): New variable state, use
8043 i386_debug_reg_state instead of DR_MIRROR.
8044 * linux-nat.c (delete_lwp): New declaration.
8045 (num_lwps): Move here from downwards.
8046 (delete_lwp_cleanup): New.
8047 (linux_child_follow_fork): Create new child_lp, call
8048 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
8049 PTRACE_DETACH.
8050 (num_lwps): Move upwards.
8051 (linux_nat_iterate_watchpoint_lwps): New.
8052 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
8053 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
8054
8055 2012-01-24 Joel Brobecker <brobecker@adacore.com>
8056
8057 GDB 7.4 released.
8058
8059 2012-01-23 Pedro Alves <palves@redhat.com>
8060
8061 * top.c (caution): Rename to ...
8062 (confirm): ... this.
8063 (show_caution): Rename to ...
8064 (show_confirm): ... this.
8065 (quit_cover): Adjust.
8066 (init_main): Adjust.
8067 * top.h (caution): Rename to ...
8068 (confirm): ... this.
8069 * utils.c (internal_vproblem, defaulted_query): Adjust.
8070
8071 2012-01-23 Pedro Alves <palves@redhat.com>
8072
8073 * top.c (caution): Update comment.
8074 (execute_command): Don't consider the current value of `caution'.
8075
8076 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8077
8078 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
8079
8080 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
8081
8082 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8083 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
8084 * target.c (target_fileio_pwrite): Remove buffer address from
8085 debug output.
8086 (target_fileio_pread): Likewise.
8087
8088 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8089
8090 * NEWS: Document remote "info proc" and "generate-core-file".
8091
8092 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8093
8094 * gdbarch.sh (find_memory_regions): New callback.
8095 * gdbarch.c, gdbarch.h: Regenerate.
8096
8097 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
8098 callback before falling back to target method.
8099
8100 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
8101 (linux_target_install_ops): No longer install it.
8102
8103 * linux-tdep.c (linux_find_memory_regions): New function.
8104 (linux_init_abi): Install it.
8105
8106 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8107
8108 * gdbarch.sh (make_corefile_notes): New architecture callback.
8109 * gdbarch.c: Regenerate.
8110 * gdbarch.h: Likewise.
8111
8112 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
8113 before target_make_corefile_notes. If NULL is returned, the
8114 target does not support core file generation.
8115
8116 * linux-nat.c: Include "linux-tdep.h".
8117 (find_signalled_thread, find_stop_signal): Remove.
8118 (linux_nat_do_thread_registers): Likewise.
8119 (struct linux_nat_corefile_thread_data): Likewise.
8120 (linux_nat_corefile_thread_callback): Likewise.
8121 (iterate_over_spus): Likewise.
8122 (struct linux_spu_corefile_data): Likewise.
8123 (linux_spu_corefile_callback): Likewise.
8124 (linux_spu_make_corefile_notes): Likewise.
8125 (linux_nat_collect_thread_registers): New function.
8126 (linux_nat_make_corefile_notes): Replace contents by call to
8127 linux_make_corefile_notes passing linux_nat_collect_thread_registers
8128 as native-only callback.
8129
8130 * linux-tdep.h: Include "bfd.h".
8131 (struct regcache): Add forward declaration.
8132 (linux_collect_thread_registers_ftype): New typedef.
8133 (linux_make_corefile_notes): Add prototype.
8134 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
8135 "regset.h", and "elf-bfd.h".
8136 (find_signalled_thread, find_stop_signal): New functions.
8137 (linux_spu_make_corefile_notes): Likewise.
8138 (linux_collect_thread_registers): Likewise.
8139 (struct linux_corefile_thread_data): New data structure.
8140 (linux_corefile_thread_callback): New funcion.
8141 (linux_make_corefile_notes): Likewise.
8142 (linux_make_corefile_notes_1): Likewise.
8143 (linux_init_abi): Install it.
8144
8145 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8146
8147 * gdbarch.sh (info_proc): New callback.
8148 * gdbarch.c, gdbarch.h: Regenerate.
8149
8150 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
8151 before falling back to the target info_proc callback.
8152
8153 * linux-nat.c: Do not include "cli/cli-utils.h".
8154 (linux_nat_info_proc): Remove.
8155 (linux_target_install_ops): No longer install it.
8156
8157 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
8158 (read_mapping): New function.
8159 (linux_info_proc): Likewise.
8160 (linux_init_abi): Install it.
8161
8162 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8163
8164 * defs.h (enum info_proc_what): Moved here from linux-nat.c
8165 * infcmd.c: (info_proc_cmd_1): New function.
8166 (info_proc_cmd): New function, moved here from equivalent routine
8167 orignally in linux-nat.c.
8168 (info_proc_cmd_mappings): Likewise.
8169 (info_proc_cmd_stat): Likewise.
8170 (info_proc_cmd_status): Likewise.
8171 (info_proc_cmd_cwd): Likewise.
8172 (info_proc_cmd_cmdline): Likewise.
8173 (info_proc_cmd_exe): Likewise.
8174 (info_proc_cmd_all): Likewise.
8175 (_initialize_infcmd): Install "info proc" command and subcommands.
8176
8177 * target.h (struct target_ops): Add to_info_proc.
8178 (target_info_proc): Add prototype.
8179 * target.c (target_info_proc): New function.
8180
8181 * procfs.c (procfs_info_proc): Add prototype.
8182 (info_proc_cmd): Rename into ...
8183 (procfs_info_proc): ... this. Update argument types as appropriate
8184 for a to_info_proc implementation. Handle "what" argument.
8185 (procfs_target): Install procfs_info_proc.
8186 (_initialize_procfs): No longer install "info proc" command.
8187
8188 * linux-nat.c: (enum info_proc_what): Remove.
8189 (linux_nat_info_proc_cmd_1): Rename into ...
8190 (linux_nat_info_proc): ... this. Update argument types as appropriate
8191 for a to_info_proc implementation.
8192 (linux_nat_info_proc_cmd): Remove.
8193 (linux_nat_info_proc_cmd_mappings): Likewise.
8194 (linux_nat_info_proc_cmd_stat): Likewise.
8195 (linux_nat_info_proc_cmd_status): Likewise.
8196 (linux_nat_info_proc_cmd_cwd): Likewise.
8197 (linux_nat_info_proc_cmd_cmdline): Likewise.
8198 (linux_nat_info_proc_cmd_exe): Likewise.
8199 (linux_nat_info_proc_cmd_all): Likewise.
8200 (linux_target_install_ops): Install linux_nat_info_proc.
8201 (_initialize_linux_nat): No longer install "info proc" command
8202 and subcommands.
8203
8204 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8205
8206 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
8207 * config.in, configure: Regenerate.
8208
8209 * target.h (struct target_ops): Add to_fileio_readlink.
8210 (target_fileio_readlink): Add prototype.
8211 * target.c (target_fileio_readlink): New function.
8212
8213 * inf-child.c: Conditionally include <sys/param.h>.
8214 (inf_child_fileio_readlink): New function.
8215 (inf_child_target): Install it.
8216
8217 * remote.c (PACKET_vFile_readlink): New enum value.
8218 (remote_hostio_readlink): New function.
8219 (init_remote_ops): Install it.
8220 (_initialize_remote): Handle vFile:readlink packet type.
8221
8222 2012-01-20 Pedro Alves <palves@redhat.com>
8223 Ulrich Weigand <ulrich.weigand@linaro.org>
8224
8225 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
8226 * config.in, configure: Regenerate.
8227
8228 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
8229 to_fileio_pread, to_fileio_close, to_fileio_unlink.
8230 (target_fileio_open): Add prototype.
8231 (target_fileio_pwrite): Likewise.
8232 (target_fileio_pread): Likewise.
8233 (target_fileio_close): Likewise.
8234 (target_fileio_unlink): Likewise.
8235 (target_fileio_read_alloc): Likewise.
8236 (target_fileio_read_stralloc): Likewise.
8237
8238 * target.c: Include "gdb/fileio.h".
8239 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
8240 (default_fileio_target): New function.
8241 (target_fileio_open): Likewise.
8242 (target_fileio_pwrite): Likewise.
8243 (target_fileio_pread): Likewise.
8244 (target_fileio_close): Likewise.
8245 (target_fileio_unlink): Likewise.
8246 (target_fileio_close_cleanup): Likewise.
8247 (target_fileio_read_alloc_1): Likewise.
8248 (target_fileio_read_alloc): Likewise.
8249 (target_fileio_read_stralloc): Likewise.
8250
8251 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
8252 <fcntl.h>, and <unistd.h>.
8253 (inf_child_fileio_open_flags_to_host): New function.
8254 (inf_child_errno_to_fileio_error): Likewise.
8255 (inf_child_fileio_open): Likewise.
8256 (inf_child_fileio_pwrite): Likewise.
8257 (inf_child_fileio_pread): Likewise.
8258 (inf_child_fileio_close): Likewise.
8259 (inf_child_fileio_unlink): Likewise.
8260 (inf_child_target): Install to_fileio routines.
8261
8262 * remote.c (init_remote_ops): Install to_fileio routines.
8263
8264 2012-01-20 Pedro Alves <palves@redhat.com>
8265 Ulrich Weigand <ulrich.weigand@linaro.org>
8266
8267 * remote.c (remote_multi_process_p): Only check for multi-process
8268 protocol feature, do not check for extended protocol.
8269 (remote_supports_multi_process): Check for extended protocol here.
8270 (set_general_process): Likewise.
8271 (extended_remote_kill): Likewise.
8272 (remote_pid_to_str): Likewise.
8273 (remote_query_supported): Always query multiprocess mode.
8274
8275 2012-01-20 Pedro Alves <palves@redhat.com>
8276 Ulrich Weigand <ulrich.weigand@linaro.org>
8277
8278 * inferior.h (struct inferior): Add fake_pid_p.
8279 * inferior.c (exit_inferior_1): Clear fake_pid_p.
8280 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
8281 magic_null_ptid since the remote side doesn't provide a real PID.
8282
8283 2012-01-19 Tom Tromey <tromey@redhat.com>
8284
8285 * NEWS: Combine the two Python sections.
8286
8287 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8288
8289 * target.h (target_close): Update comment on the target's unpush state.
8290
8291 2012-01-19 Pedro Alves <palves@redhat.com>
8292
8293 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
8294 linux_nat_async directly instead of going through the target
8295 vector.
8296 * target.c (unpush_target): Close target after unpushing it, not
8297 before.
8298
8299 2012-01-19 Gary Benson <gbenson@redhat.com>
8300
8301 * mdebugread.c (sort_blocks): Replace integer constants with ones
8302 derived from FIRST_LOCAL_BLOCK.
8303
8304 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8305 Jan Kratochvil <jan.kratochvil@redhat.com>
8306
8307 PR gdb/9538
8308 * symfile.c (find_separate_debug_file): New function.
8309 (terminate_after_last_dir_separator): Likewise.
8310 (find_separate_debug_file_by_debuglink): Also try realpath.
8311 * configure.ac (AC_CHECK_FUNCS): Add lstat.
8312 * configure: Regenerate.
8313 * config.in: Regenerate.
8314
8315 2012-01-18 Doug Evans <dje@google.com>
8316
8317 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
8318 (main.o): Remove rule.
8319 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
8320 (--with-sysroot): Rewrite.
8321 * configure: Regenerate.
8322 * config.in: Regenerate.
8323
8324 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
8325
8326 * parse.c (initialize_expout): New function.
8327 (reallocate_expout): Likewise.
8328 (parse_exp_in_context): Use `initialize_expout' and
8329 `reallocate_expout' when appropriate.
8330
8331 2012-01-18 Pedro Alves <palves@redhat.com>
8332
8333 * record.c (struct record_breakpoint, record_breakpoint_p)
8334 (record_breakpoints): New.
8335 (record_insert_breakpoint, record_remove_breakpoint): Manage
8336 record breakpoints list. Only remove breakpoints from the
8337 inferior if they had been inserted there in the first place.
8338
8339 2012-01-17 Doug Evans <dje@google.com>
8340
8341 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
8342 if we know we don't have a file name to look for.
8343
8344 2012-01-17 Pedro Alves <palves@redhat.com>
8345
8346 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
8347 the frame's stop reason is UNWIND_UNAVAILABLE.
8348
8349 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8350
8351 Fix compilation error.
8352 * m2-exp.y (yyerror): Use ANSI C prototype.
8353
8354 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
8355
8356 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
8357 (growbuf_by_size): Likewise.
8358 (yyerror): Likewise.
8359 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
8360 (modblock): Remove variable (was #if 0'ed).
8361 (parse_number): Convert prototype from K&R to ANSI C.
8362 (yyerror): Likewise.
8363 * objc-exp.y (parse_number): Likewise.
8364 (yyerror): Likewise.
8365 (yylex): Remove #if 0'ed code.
8366 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
8367 (yyerror): Likewise.
8368
8369 2012-01-16 Tom Tromey <tromey@redhat.com>
8370
8371 * NEWS: Add item.
8372 * symtab.h (compare_filenames_for_search): Declare.
8373 * symtab.c (compare_filenames_for_search): New function.
8374 (iterate_over_some_symtabs): Use it.
8375 * symfile.h (struct quick_symbol_functions)
8376 <map_symtabs_matching_filename>: Change spec.
8377 * psymtab.c (partial_map_symtabs_matching_filename): Use
8378 compare_filenames_for_search. Update for new spec.
8379 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
8380 compare_filenames_for_search. Update for new spec.
8381 * breakpoint.c (clear_command): Use compare_filenames_for_search.
8382
8383 2012-01-16 Tom Tromey <tromey@redhat.com>
8384
8385 PR python/13281:
8386 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
8387 (struct main_type) <flag_flag_enum>: New field.
8388 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
8389 * NEWS: Add entries.
8390 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
8391 enums.
8392 * python/lib/gdb/printing.py (_EnumInstance): New class.
8393 (FlagEnumerationPrinter): Likewise.
8394
8395 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
8396
8397 * breakpoint.c (create_sals_from_address_default): New function.
8398 (create_breakpoints_sal_default): Likewise.
8399 (decode_linespec_default): Likewise.
8400 (is_marker_spec): Removed.
8401 (strace_marker_p): New function.
8402 (init_breakpoint_sal): Using `strace_marker_p' instead of
8403 `is_marker_spec'.
8404 (create_breakpoint): Call method `create_sals_from_address' from
8405 breakpoint_ops, replacing code that created SALs conditionally
8406 on the type of the breakpoint. Call method `create_breakpoints_sal',
8407 replacing code that created breakpoints conditionally on the type
8408 wanted.
8409 (base_breakpoint_create_sals_from_address): New function.
8410 (base_breakpoint_create_breakpoints_sal): Likewise.
8411 (base_breakpoint_decode_linespec): Likewise.
8412 (base_breakpoint_ops): Add methods
8413 `base_breakpoint_create_sals_from_address',
8414 `base_breakpoint_create_breakpoints_sal' and
8415 `base_breakpoint_decode_linespec'.
8416 (bkpt_create_sals_from_address): New function.
8417 (bkpt_create_breakpoints_sal): Likewise.
8418 (bkpt_decode_linespec): Likewise.
8419 (tracepoint_create_sals_from_address): Likewise.
8420 (tracepoint_create_breakpoints_sal): Likewise.
8421 (tracepoint_decode_linespec): Likewise.
8422 (strace_marker_create_sals_from_address): Likewise.
8423 (strace_marker_create_breakpoints_sal): Likewise.
8424 (strace_marker_decode_linespec): Likewise.
8425 (strace_marker_breakpoint_ops): New variable.
8426 (addr_string_to_sals): Remove `marker_spec'. Call method
8427 `decode_linespec' from breakpoint_ops, replacing code that decoded
8428 an address string into a SAL. Use `strace_marker_p' instead of
8429 `marker_spec'.
8430 (strace_command): Decide whether we are dealing with a static
8431 tracepoint with marker or not. Use the appropriate breakpoint_ops.
8432 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
8433 * breakpoint.h (linespec_result, linespec_sals): New forward
8434 declarations.
8435 (breakpoint_ops) <create_sals_from_address>,
8436 <create_breakpoints_sal>, <decode_linespec>: New methods.
8437
8438 2012-01-14 Doug Evans <dje@google.com>
8439
8440 * NEWS: Update text for "maint set python print-stack".
8441 It is deprecated in gdb 7.4 and deleted in 7.5.
8442
8443 2012-01-13 Eli Zaretskii <eliz@gnu.org>
8444
8445 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
8446 including curses.h.
8447
8448 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8449
8450 * configure: Regenerate.
8451 * config.in: Regenerate.
8452
8453 2012-01-12 Keith Seitz <keiths@redhat.com>
8454
8455 PR mi/10586
8456 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
8457 (ANONYMOUS_UNION_NAME): Define.
8458 (is_path_expr_parent): New function.
8459 (get_path_expr_parent): New function.
8460 (is_anonymous_child): New function.
8461 (create_child_with_value): If the child is anonymous and without
8462 a name, assign an object name to it.
8463 (c_describe_child): Use get_path_expr_parent to determine
8464 the parent expression.
8465 If there field represents an anonymous struct or union and
8466 has no name, set an appropriate display name and expression.
8467 (cplus_describe_child): Likewise.
8468
8469 2012-01-12 Pedro Alves <palves@redhat.com>
8470
8471 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
8472 available when %ebp is found to be zero (outermost).
8473
8474 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
8475
8476 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
8477 an internal gdb_static_assert.
8478 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
8479
8480 2012-01-11 Tom Tromey <tromey@redhat.com>
8481
8482 PR gdb/9598:
8483 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
8484 catch" and "catch throw".
8485
8486 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8487
8488 * blockframe.c (block_innermost_frame): Start search from selected
8489 frame, if present, or otherwise the current frame.
8490
8491 * c-exp.y (variable): Update innermost_block for
8492 'block COLONCOLON NAME' clause.
8493 * m2-exp.y (variable): Ditto.
8494 * objc-exp.y (variable): Ditto.
8495
8496 2012-01-10 Tom Tromey <tromey@redhat.com>
8497
8498 PR python/13199:
8499 * python/python.c (finish_python_initialization): Set sys.argv.
8500
8501 2012-01-10 Doug Evans <dje@google.com>
8502
8503 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
8504 "want_line_info". All callers updated.
8505 (dwarf_decode_lines_1): New function.
8506 (handle_DW_AT_stmt_list): Add function comment.
8507 New arg "want_line_info". All callers updated.
8508 (read_file_scope,read_type_unit_scope): Move comment from
8509 handle_DW_AT_stmt_list to here.
8510
8511 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8512
8513 Fix regression after libiberty/ update for GCC PR 6057 and others.
8514 * c-exp.y (operator) <OPERATOR DELETE>
8515 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
8516 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
8517 (make_builtin_type, make_name): New variable i, add gdb_assert.
8518 (operator) <OPERATOR NEW>: Update ARGS to 3.
8519 (operator) <OPERATOR DELETE>: Add trailing space.
8520 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
8521 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
8522 * cp-support.c (cp_canonicalize_string): Check NULL from
8523 cp_comp_to_string, call warning and return.
8524
8525 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8526
8527 Fix duplicate .o files after omitting libbfd.a.
8528 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
8529 (SFILES): Add corelow.c.
8530 (COMMON_OBS): Add corelow.o.
8531 (ALLDEPFILES): Remove corelow.c.
8532 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
8533 * config/alpha/alpha-osf3.mh: Likewise.
8534 * config/alpha/fbsd.mh: Likewise.
8535 * config/arm/nbsdaout.mh: Likewise.
8536 * config/arm/nbsdelf.mh: Likewise.
8537 * config/i386/i386gnu.mh: Likewise.
8538 * config/ia64/hpux.mh: Likewise.
8539 * config/ia64/linux.mh: Likewise.
8540 * config/m32r/linux.mh: Likewise.
8541 * config/m68k/linux.mh: Likewise.
8542 * config/mips/irix5.mh: Likewise.
8543 * config/mips/irix6.mh: Likewise.
8544 * config/pa/hpux.mh: Likewise.
8545 * config/pa/linux.mh: Likewise.
8546 * config/powerpc/aix.mh: Likewise.
8547 * config/sparc/linux.mh: Likewise.
8548 * config/sparc/linux64.mh: Likewise.
8549 * config/sparc/sol2.mh: Likewise.
8550 * config/vax/vax.mh: Likewise.
8551 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
8552 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
8553 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
8554 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
8555 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
8556 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
8557 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
8558 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
8559 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
8560 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
8561 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
8562 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
8563 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
8564 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
8565 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
8566 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
8567 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
8568 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
8569 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
8570 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
8571 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
8572 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
8573 corelow.o from gdb_target_obs.
8574 * corefile.c (core_target): Update the comment on NULL value.
8575 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
8576 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
8577 MATCHES. Drop YUMMY set on NULL.
8578 (core_close): Do not call exit_inferior_silent on zero PID. Do not
8579 reclaim CORE_DATA if it is already NULL.
8580
8581 2012-01-09 Doug Evans <dje@google.com>
8582
8583 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
8584 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
8585
8586 2012-01-09 Keith Seitz <keiths@redhat.com>
8587
8588 * breakpoint.c (wrapper.h): Don't include.
8589
8590 2012-01-09 Keith Seitz <keiths@redhat.com>
8591
8592 * Makefile.in (SFILES): Remove wrapper.c.
8593 (HFILES_NO_SRCDIR): Remove wrapper.h.
8594 (COMMON_OBS): Remove wrapper.o.
8595 * cli/cli-interp.c: Don't inlude wrapper.h.
8596 * corelow.c: Likewise.
8597 (core_open): Replace gdb_target_find_new_threads with
8598 TRY_CATCH around target_find_new_threads.
8599 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
8600 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
8601 * varobj.c (varobj_create): Likewise for parse_exp_1 and
8602 evaluate_expression.
8603 (varobj_set_value): Likewise for evaluate_expression and
8604 value_assign.
8605 (install_new_variable): Likewise for value_fetch_lazy.
8606 (adjust_value_for_child_access): Likewise for value_ind.
8607 (c_describe_child): Likewise for value_subscript and
8608 value_ind.
8609 (c_value_of_root): Likewise for evaluate_expression.
8610 * wrapper.c: Remove.
8611 * wrapper.h: Remove.
8612
8613 2012-01-09 Doug Evans <dje@google.com>
8614
8615 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
8616 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
8617 "abfd" args with "section". All callers updated.
8618 Error checking code moved ...
8619 (error_check_comp_unit_head): ... here. New function.
8620 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
8621 Delete arg "abfd". New arg "type_offset". All callers updated.
8622 (create_debug_types_hash_table): Simplify by using
8623 read_and_check_type_unit_head.
8624
8625 * parser-defs.h (namecopy): Delete.
8626 * parse.c (namecopy, namecopy_size): Move into copy_name.
8627
8628 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8629
8630 Partially fix duplicate .o files after omitting libbfd.a.
8631 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
8632 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
8633 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
8634 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
8635 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
8636 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
8637 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
8638
8639 2012-01-09 Pedro Alves <palves@redhat.com>
8640
8641 * MAINTAINERS: Update my email address.
8642
8643 2012-01-08 Doug Evans <dje@google.com>
8644
8645 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
8646 n_type_units. Rename type_comp_units to all_type_units.
8647 All uses updated.
8648 (add_signatured_type_cu_to_table): Renamed from
8649 add_signatured_type_cu_to_list. All callers updated.
8650
8651 * gdbtypes.h (struct cplus_struct_type): Delete member
8652 nfn_fields_total. All uses removed.
8653
8654 2012-01-06 Doug Evans <dje@google.com>
8655
8656 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
8657 to top of file.
8658 (dwarf2_find_comp_unit): Delete.
8659 (process_psymtab_comp_unit): Make result "void".
8660 Delete args buffer, info_ptr, buffer_size, and replace with
8661 "section". All callers updated.
8662 (dwarf2_build_psymtabs_hard): Simplify.
8663
8664 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
8665 Thiago Jung Bauermann <bauerman@br.ibm.com>
8666
8667 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
8668 before `struct gdb_exception'.
8669 * breakpoint.c (update_global_location_list_nothrow)
8670 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
8671 * cp-abi.c (value_rtti_type): Likewise.
8672 * cp-support.c (cp_validate_operator): Likewise.
8673 * infrun.c (insert_exception_resume_breakpoint)
8674 (check_exception_resume, keep_going): Likewise.
8675 * mi-interp.c (mi_breakpoint_created)
8676 (mi_breakpoint_modified): Likewise.
8677 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
8678 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
8679 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
8680
8681 2012-01-05 Doug Evans <dje@google.com>
8682
8683 * dwarf2read.c (statement_prologue): Delete, unused.
8684
8685 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
8686 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
8687
8688 * dwarf2read.c (comp_unit_header): Delete, unused.
8689
8690 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
8691
8692 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
8693 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
8694
8695 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
8696
8697 * infrun.c (normal_stop): Don't skip calling the normal_stop
8698 observers if the thread was doing a multi-step, but stopped for
8699 some reason other than stepping.
8700
8701 2012-01-05 Pedro Alves <alves.ped@gmail.com>
8702
8703 * cli/cli-decode.h: Add comments.
8704 (CMD_LIST_AMBIGUOUS): Moved to command.h
8705 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
8706 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
8707 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
8708 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
8709 (add_com, add_com_alias, add_info, add_info_alias)
8710 (complete_on_cmdlist, complete_on_enum, help_list): Remove
8711 declarations.
8712 * command.h: Add and adjust comments.
8713 (CMD_LIST_AMBIGUOUS): Moved here.
8714 (help_cmd, help_cmd_list): Delete declarations.
8715
8716 2012-01-04 Doug Evans <dje@google.com>
8717
8718 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
8719 All callers updated.
8720 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
8721 Replace all arguments with "per_cu". All callers updated.
8722
8723 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
8724
8725 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
8726 New arg "per_cu". All callers updated.
8727
8728 Delete #if 0'd out code.
8729 * language.c (binop_result_type): Delete.
8730 (simple_type, ordered_type, same_type, integral_type): Delete.
8731 (numeric_type, character_type, string_type, boolean_type): Delete.
8732 (float_type, structured_type): Delete.
8733 * language.h: Update.
8734
8735 2012-01-04 Tom Tromey <tromey@redhat.com>
8736
8737 * python/py-value.c (valpy_binop): Initialize 'res_val'.
8738
8739 2012-01-04 Joel Brobecker <brobecker@adacore.com>
8740
8741 * corefile.c (close_exec_file): Delete.
8742 (reopen_exec_file): Remove commented out code that seems related
8743 to close_exec_file, which is being deleted here.
8744 * inferior.h (close_exec_file): Delete.
8745 * fork-child.c (fork_inferior): Remove call to fork_inferior.
8746
8747 2012-01-04 Joel Brobecker <brobecker@adacore.com>
8748
8749 * ada-lang.c: #include "cli/cli-utils.h".
8750 (get_selections): Use skip_spaces.
8751 (ada_get_next_arg): Use skip_spaces and skip_to_space.
8752 (catch_ada_exception_command_split): Use skip_spaces.
8753 (ada_decode_assert_location): Likewise.
8754
8755 2012-01-04 Joel Brobecker <brobecker@adacore.com>
8756
8757 * linespec.c (decode_line_internal): Check for C++ or Java
8758 compound constructs only if the current language is C, C++
8759 or Java.
8760
8761 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8762
8763 Revert:
8764 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8765 Joel Brobecker <brobecker@adacore.com>
8766 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
8767 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
8768 3 times.
8769 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
8770 fall through into AT_ENTRY_POINT.
8771 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
8772 DUMMY_ADDR with it.
8773 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
8774 PPC_INSN_SIZE skip to 3 times.
8775
8776 2012-01-04 Joel Brobecker <brobecker@adacore.com>
8777
8778 * linespec.c (add_minsym): Preserve function descriptors.
8779
8780 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8781
8782 * breakpoint.c (all_locations_are_pending): Consider locations
8783 in program spaces executing during startup pending as well.
8784
8785 2012-01-04 Joel Brobecker <brobecker@adacore.com>
8786
8787 Copyright year update in most files of the GDB Project.
8788
8789 2012-01-04 Joel Brobecker <brobecker@adacore.com>
8790
8791 * copyright.sh: Delete.
8792 * copyright.py: Rewrite.
8793
8794 2012-01-04 Joel Brobecker <brobecker@adacore.com>
8795
8796 * gnulib/extra/update-copyright: New file, imported from gnulib.
8797
8798 2012-01-04 Joel Brobecker <brobecker@adacore.com>
8799
8800 * README (Copyright and License Notices): New section.
8801
8802 2012-01-03 Tom Tromey <tromey@redhat.com>
8803
8804 PR python/12533:
8805 * python/py-value.c (valpy_dereference, valpy_get_address
8806 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
8807 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
8808 (valpy_absolute, valpy_richcompare): Free intermediate values.
8809
8810 2011-01-03 Joel Brobecker <brobecker@adacore.com>
8811
8812 * ada-lang.c: Reformat the copyright notice.
8813
8814 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8815
8816 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
8817 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
8818 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
8819 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
8820 Revert this part of:
8821 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8822 Build gdb directly from *.o files not using libgdb.a.
8823 * Makefile.in (COMMON_OBS): Remove solib-target.o.
8824
8825 2012-01-02 Joel Brobecker <brobecker@adacore.com>
8826
8827 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
8828 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
8829 Reformat the copyright header.
8830
8831 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8832
8833 Revert this part of:
8834 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8835 Remove the gdbtui binary.
8836 * gdb.c (main): Remove args.interpreter_p initialization.
8837 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
8838 * main.h (struct captured_main_args): Remove interpreter_p.
8839
8840 2012-01-02 Joel Brobecker <brobecker@adacore.com>
8841
8842 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
8843
8844 2012-01-02 Joel Brobecker <brobecker@adacore.com>
8845
8846 * top.c (print_gdb_version): Update copyright year.
8847
8848 2012-01-02 Yao Qi <yao@codesourcery.com>
8849
8850 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
8851
8852 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8853 Joel Brobecker <brobecker@adacore.com>
8854
8855 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
8856 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
8857 3 times.
8858 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
8859 fall through into AT_ENTRY_POINT.
8860 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
8861 DUMMY_ADDR with it.
8862 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
8863 PPC_INSN_SIZE skip to 3 times.
8864
8865 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8866
8867 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
8868 the return value.
8869 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
8870
8871 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8872
8873 Build gdb directly from *.o files not using libgdb.a.
8874 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
8875 (COMMON_OBS): Remove solib-target.o.
8876 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
8877 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
8878 (LIBGDB_OBS, libgdb.a): Move it above.
8879 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
8880 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
8881 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
8882 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
8883 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
8884 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
8885 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
8886 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
8887 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
8888 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
8889 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
8890 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
8891 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
8892 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
8893 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
8894 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
8895 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
8896 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
8897 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
8898 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
8899 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
8900 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
8901 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
8902 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
8903 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
8904 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
8905 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
8906
8907 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8908
8909 Remove the gdbtui binary.
8910 * .gitignore (/gdbtui): Remove.
8911 * Makefile.in (TUI): Remove.
8912 (SUBDIR_TUI_OBS): Remove tui-main.o.
8913 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
8914 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
8915 (tui-main.o): Remove.
8916 (all_object_files): Remove tui-main.o.
8917 * NEWS: New note for the gdbtui removal.
8918 * configure: Rebuilt.
8919 * configure.ac: No longer add all-tui, clean-tui, install-tui and
8920 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
8921 CONFIG_UNINSTALL respectively.
8922 * gdb.c (main): Remove args.interpreter_p initialization.
8923 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
8924 * main.h (struct captured_main_args): Remove interpreter_p.
8925 * tui/tui-main.c: Remove.
8926
8927 2012-01-01 Doug Evans <dje@google.com>
8928
8929 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
8930 (dwarf2_physname, read_import_statement): Ditto.
8931 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
8932 (process_structure_scope read_subroutine_type): Ditto.
8933 (read_typedef, load_partial_dies, read_partial_die): Ditto.
8934 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
8935 (dwarf2_fetch_die_location_block): Ditto.
8936 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
8937
8938 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
8939 All callers updated.
8940 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
8941 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
8942 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
8943
8944 * dwarf2read.c (load_cu): Move assert to more useful location.
8945
8946 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
8947 All callers updated.
8948
8949 * dwarf2read.c (dwarf2_per_objfile): Add comment.
8950 (dwarf2_elf_names): Minor reformat.
8951 (dwarf2_per_cu_data): Tweak comment.
8952 (dwarf2_read_section): Fix comment.
8953 (create_all_comp_units): Fix comment.
8954 (load_full_comp_unit): Fix comment.
8955 (process_full_comp_unit): Fix comment.
8956 (read_signatured_type): Fix comment.
8957
8958 For older changes see ChangeLog-2011.
8959 \f
8960 Local Variables:
8961 mode: change-log
8962 left-margin: 8
8963 fill-column: 74
8964 version-control: never
8965 coding: utf-8
8966 End:
This page took 0.194983 seconds and 5 git commands to generate.