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