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