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