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