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