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