]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
* disasm.h (DISASSEMBLY_FILENAME): New macro.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
2
3 * disasm.h (DISASSEMBLY_FILENAME): New macro.
4 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
5 to print_source_lines ().
6 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
7 flag.
8 * source.c (print_source_lines_base): Prefix source line with
9 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
10
11 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
12
13 * symtab.h (print_source_lines_flags): New enum.
14 * source.c (print_source_lines_base): Change noerror to flags.
15 (print_source_lines): Change noerror to flags.
16
17 2012-11-13 Pierre Muller <muller@sourceware.org>
18
19 ARI fixes: Avoid sprintf function use rule.
20 * charset.c (convert_between_encodings): Use xsnprintf.
21 * cli-out.c (cli_field_int): Likewise.
22 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
23 * expprint.c (op_name_standard): Likewise.
24 * frv-tdep.c (set_variant_num_gprs): Likewise.
25 (set_variant_num_fprs): Likewise.
26 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
27 * nto-tdep.c (nto_find_and_open_solib): Likewise.
28 (nto_init_solib_absolute_prefix): Likewise.
29 * source.c (init_source_path): Likewise.
30 (print_source_lines_base): Likewise.
31 * valprint.c (print_wchar): Likewise.
32 * mi/mi-out.c (mi_field_int): Likewise.
33 windows-nat.c (windows_pid_to_exec_file): Likewise.
34 (windows_create_inferior): Likewise.
35 (_initialize_check_for_gdb_ini): Likewise.
36
37 2012-11-12 Joel Brobecker <brobecker@adacore.com>
38
39 * frame.h (deprecated_frame_register_read): Renames
40 frame_register_read.
41 * frame.c (deprecated_frame_register_read): Renames
42 frame_register_read. Update all callers.
43 * i386-tdep.c: Update all callers of frame_register_read.
44 * infcmd.c: Likewise.
45 * jit.c: Likewise.
46 * mips-tdep.c: Likewise.
47 * mt-tdep.c: Likewise.
48 * sh64-tdep.c: Likewise.
49
50 2012-11-12 Joel Brobecker <brobecker@adacore.com>
51
52 * frame.h (frame_register_read): Remove FIXME comment.
53 * frame.c (frame_register_read): Add suggestion explaining
54 which function to use in place of this one.
55
56 2012-11-12 Tom Tromey <tromey@redhat.com>
57
58 * python/python.c (start_type_printers): Initialize 'result_obj'.
59
60 2012-11-12 Tom Tromey <tromey@redhat.com>
61
62 * NEWS: Update.
63 * data-directory/Makefile.in (PYTHON_FILES): Add
64 type_printers.py.
65 * python/lib/gdb/command/type_printers.py: New file.
66 * python/lib/gdb/command/types.py (TypePrinter): New class.
67 (_get_some_type_recognizers, get_type_recognizers,
68 apply_type_recognizers, register_type_printer): New
69 functions.
70 * python/py-objfile.c (objfile_object) <type_printers>: New
71 field.
72 (objfpy_dealloc): Decref new field.
73 (objfpy_new): Set new field.
74 (objfpy_get_type_printers, objfpy_set_type_printers): New
75 functions.
76 (objfile_to_objfile_object): Set new field.
77 (objfile_getset): Add "type_printers".
78 * python/py-progspace.c (pspace_object) <type_printers>: New
79 field.
80 (pspy_dealloc): Decref new field.
81 (pspy_new): Set new field.
82 (pspy_get_type_printers, pspy_set_type_printers): New functions.
83 (pspace_to_pspace_object): Set new field.
84 (pspace_getset): Add "type_printers".
85 * python/python.c (start_type_printers, apply_type_printers,
86 free_type_printers): New functions.
87 (_initialize_python): Set gdb.type_printers.
88 * python/python.h (start_type_printers, apply_type_printers,
89 free_type_printers): Declare.
90 * typeprint.c (type_print_raw_options, default_ptype_flags):
91 Update for new fields.
92 (do_free_global_table, create_global_typedef_table,
93 find_global_typedef): New functions.
94 (find_typedef_in_hash): Use find_global_typedef.
95 (whatis_exp): Use create_global_typedef_table. Change cleanup
96 handling.
97 * typeprint.h (struct type_print_options) <global_typedefs,
98 global_printers>: New fields.
99
100 2012-11-12 Tom Tromey <tromey@redhat.com>
101
102 * c-typeprint.c (find_typedef_for_canonicalize,
103 print_name_maybe_canonical): New functions.
104 (c_print_type): Look up type name.
105 (cp_type_print_derivation_info): Add flags argument. Use
106 print_name_maybe_canonical.
107 (cp_type_print_method_args): Add wrapping.
108 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
109 (c_type_print_template_args): New function.
110 (c_type_print_base): Change wrapping. Use
111 print_name_maybe_canonical.
112 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
113 type name lookups.
114 * gdbtypes.c (types_equal): No longer static.
115 * gdbtypes.h (types_equal): Declare.
116 * typeprint.c (type_print_raw_options, default_ptype_flags):
117 Update.
118 (struct typedef_hash_table): New.
119 (hash_typedef_field, eq_typedef_field,
120 recursively_update_typedef_hash, add_template_parameters,
121 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
122 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
123 copy_typedef_hash, find_typedef_in_hash): New functions.
124 * typeprint.h (struct type_print_options) <local_typedefs>:
125 New field.
126 (recursively_update_typedef_hash, add_template_parameters,
127 create_typedef_hash, free_typedef_hash,
128 make_cleanup_free_typedef_hash, copy_typedef_hash,
129 find_typedef_in_hash): Declare.
130
131 2012-11-12 Tom Tromey <tromey@redhat.com>
132
133 * cp-support.c (inspect_type,
134 replace_typedefs_qualified_name, replace_typedefs): Add
135 finder, data arguments. Call as needed.
136 (cp_canonicalize_string_full): New function.
137 (cp_canonicalize_string_no_typedefs): Rewrite.
138 * cp-support.h (canonicalization_ftype): New typedef.
139 (cp_canonicalize_string_full): Declare.
140
141 2012-11-12 Tom Tromey <tromey@redhat.com>
142
143 * NEWS: Update.
144 * c-typeprint.c (c_type_print_base): Handle print_method and
145 print_typedefs flags.
146 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
147 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
148 options.
149 * typeprint.c (type_print_raw_options, default_ptype_flags):
150 Update for new field.s
151 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
152 (setprinttypelist, showprinttypelist, print_methods,
153 print_typedefs): New globals.
154 (set_print_type, show_print_type, set_print_type_methods,
155 show_print_type_methods, set_print_type_typedefs,
156 show_print_type_typedefs): New functions.
157 (_initialize_typeprint): Update documentation. Add "print
158 type methods" and "print type typedefs" parameters.
159 * typeprint.h (struct type_print_options) <print_methods,
160 print_typedefs>: New fields.
161
162 2012-11-12 Tom Tromey <tromey@redhat.com>
163
164 * c-typeprint.c (cp_type_print_method_args): Add flags
165 argument. Call c_print_type, not type_print.
166 (c_type_print_base): Call c_print_type, not type_print.
167 Update.
168
169 2012-11-12 Tom Tromey <tromey@redhat.com>
170
171 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
172 to type-printing functions.
173 * ada-lang.h (ada_print_type): Add argument.
174 * ada-typeprint.c (print_array_type, print_variant_clauses,
175 print_variant_part, print_selected_record_field_types,
176 print_record_field_types, print_unchecked_union_type,
177 print_func_type, ada_print_type): Add flags argument.
178 (ada_print_typedef): Update.
179 * c-exp.y (OPERATOR conversion_type_id): Update.
180 * c-lang.h (c_print_type, c_type_print_base): Update.
181 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
182 c_type_print_modifier, c_type_print_args,
183 c_type_print_varspec_suffix, c_type_print_base): Add flags
184 argument.
185 * cp-valprint.c (cp_print_class_member): Update.
186 * dwarf2read.c (dwarf2_compute_name): Update.
187 * f-lang.h (f_print_type): Add argument.
188 * f-typeprint.c (f_print_type): Add flags argument.
189 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
190 * go-lang.h (go_print_type): Add argument.
191 * go-typeprint.c (go_print_type): Add flags argument.
192 * jv-lang.h (java_print_type): Add argument.
193 * jv-typeprint.c (java_type_print_base, java_print_type): Add
194 flags argument.
195 * language.c (unk_lang_print_type): Add flags argument.
196 * language.h (struct language_defn) <la_print_type>: Add flags
197 argument.
198 (LA_PRINT_TYPE): Likewise.
199 * m2-lang.h (m2_print_type): Add argument.
200 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
201 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
202 m2_unbounded_array, m2_record_fields): Add flags argument.
203 * p-lang.h (pascal_print_type, pascal_type_print_base,
204 pascal_type_print_varspec_prefix): Add argument.
205 * p-typeprint.c (pascal_print_type,
206 pascal_type_print_varspec_prefix, pascal_print_func_args,
207 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
208 flags argument.
209 * symmisc.c (print_symbol): Update.
210 * typeprint.c (type_print_raw_options, default_ptype_flags):
211 New globals.
212 (type_print): Update.
213 * typeprint.h (struct type_print_options): New.
214 (type_print_raw_options): Declare.
215 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
216
217 2012-11-10 Keith Seitz <keiths@redhat.com>
218
219 * breakpoint.c (clear_command): Add cleanup for
220 sals.sals if an argument is given.
221
222 * linespec.c (parse_linespec): Do cleanups after
223 parsing a convenience variable.
224
225 2012-11-10 Keith Seitz <keiths@redhat.com>
226
227 PR gdb/14288
228 * c-valprint.c (c_val_print): For character arrays
229 with "print null" option on, print ellipses if
230 the output is truncated and the next character is not \000.
231 * valprint.c (MAX_WCHARS): Define.
232 (WCHAR_BUFLEN): Likewise.
233 (WCHAR_BUFLEN_MAX): Likewise.
234 (struct converted_character): New structure.
235 (count_next_character): New function.
236 (print_converted_chars_to_obstack): New function.
237 (generic_printstr): Rewrite using count_next_character
238 and print_converted_chars_to_obstack.
239
240 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
241
242 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
243 while executing the gdb command.
244 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
245 are called from prompt_for_continue.
246 * tui/tui-io.c (tui_redisplay_readline): Likewise.
247
248 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
249
250 PR tui/9584
251
252 * tui/tui.c (tui_rl_command_key): Do not call execute_command
253 but insert the command to execute in readline's buffer.
254
255 2012-11-09 Tom Tromey <tromey@redhat.com>
256
257 * gdbarch.sh (target_gdbarch): Remove macro.
258 (get_target_gdbarch): Rename to target_gdbarch.
259 * gdbarch.c, gdbarch.h: Rebuild.
260 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
261 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
262 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
263 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
264 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
265 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
266 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
267 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
268 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
269 procfs.c, progspace.c, ravenscar-thread.c, record.c,
270 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
271 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
272 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
273 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
274 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
275 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
276 target-descriptions.c, target.c, target.h, tracepoint.c,
277 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
278 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
279 python/py-inferior.c, python/python.c: Update.
280
281 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
282
283 * source.c (print_source_lines_base): Add fullname field giving
284 full path to file in mi output.
285 * NEWS: Mention the new fullname field.
286
287 2012-11-09 Yao Qi <yao@codesourcery.com>
288
289 * NEWS: Mention the fix to the ambiguity of 'fo' command.
290
291 2012-11-09 Pedro Alves <palves@redhat.com>
292
293 PR gdb/14306
294
295 * infrun.c: Include target-descriptions.h.
296 (follow_exec): Fetch new target description.
297
298 2012-11-09 Yao Qi <yao@codesourcery.com>
299
300 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
301 0x8d (lea).
302
303 2012-11-09 Yao Qi <yao@codesourcery.com>
304
305 * breakpoint.c: Declare set_tracepoint_count.
306 (install_breakpoint): Call set_tracepoint_count if B is a
307 tracepoint.
308 (trace_command): Don't call set_tracepoint_count. Re-indent.
309 (strace_command, ftrace_command):
310 (create_tracepoint_from_upload): Likewise.
311
312 2012-11-09 Pedro Alves <palves@redhat.com>
313
314 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
315 (get_target_gdbarch) <gdbarch.h>: New function.
316 (startup_gdbarch) <gdbarch.h>: Declare.
317 <gdbarch.c> (target_gdbarch): Delete.
318 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
319 current inferior's gdbarch.
320 <gdbarch.c> (get_target_gdbarch): New function.
321 * inferior.c: Include target-descriptions.h.
322 (free_inferior): Free target description info.
323 (add_inferior_with_spaces): Set the inferior's initial
324 architecture.
325 (clone_inferior_command): Copy the original inferior's target
326 description if it was user specified.
327 (initialize_inferiors): Add comment.
328 * inferior.h (struct target_desc_info): Forward declare.
329 (struct inferior) <gdbarch>: New field.
330 * linux-nat.c: Include target-descriptions.h.
331 (linux_child_follow_fork): Copy the parent's architecture and
332 target description to the child.
333 * target-descriptions.c: Include inferior.h.
334 (struct target_desc_info): New structure, holding the equivalents
335 of ...
336 (target_desc_fetched, current_target_desc)
337 (target_description_filename): ... these removed globals.
338 (get_tdesc_info, target_desc_info_from_user_p)
339 (copy_inferior_target_desc_info, target_desc_info_free): New.
340 (target_desc_fetched, current_target_desc)
341 (target_description_filename): Reimplemented as convenience
342 macros.
343 (tdesc_filename_cmd_string): New global.
344 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
345 tdescs filename ..." commands to the per-inferior equivalent.
346 (show_tdesc_filename_cmd): Get the value to show from the
347 per-inferior description filename.
348 (_initilize_target_descriptions): Change the "set/show tdesc
349 filename" commands' variable.
350 * target-descriptions.h (struct target_desc, struct target_desc_info)
351 (struct inferior): Forward declare.
352 (target_find_description, target_clear_description)
353 (target_current_description): Adjust comments.
354 (copy_inferior_target_desc_info, target_desc_info_free)
355 (target_desc_info_from_user_p). Declare.
356
357 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
358
359 * tui/tui-hooks.c (tui_about_to_proceed): New function.
360 (tui_target_wait_hook): Remove.
361 (tui_install_hooks): Install the about_to_proceed observer.
362 (tui_remove_hooks): And remove it here.
363
364 2012-11-08 Tom Tromey <tromey@redhat.com>
365
366 * linux-tdep.c (linux_make_siginfo_note): New function.
367 (linux_make_corefile_notes): Use it.
368 * corelow.c (get_core_siginfo): New function.
369 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
370
371 2012-11-08 Tom Tromey <tromey@redhat.com>
372
373 PR gdb/14704:
374 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
375 (zlib_decompress_section): Remove.
376 (gdb_bfd_map_section): Only check for compressed section
377 in mmap case. Use bfd_get_full_section_contents.
378 * osabi.c (check_note): Add 'sectsize' argument. Read
379 section data.
380 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
381 section data. Update for check_note change.
382 * xcoffread.c (xcoff_initial_scan): Use
383 bfd_get_full_section_contents.
384 * py-auto-load.c (auto_load_section_scripts): Use
385 bfd_get_full_section_contents.
386 * contrib/cc-with-tweaks.sh: Add -Z option.
387
388 2012-11-08 Tom Tromey <tromey@redhat.com>
389
390 * python/py-bpevent.c: Include defs.h.
391 * python/py-continueevent.c: Include defs.h.
392 * python/py-event.c: Include defs.h.
393 * python/py-event.h: Don't include defs.h.
394 * python/py-events.h: Don't include defs.h.
395 * python/py-evts.c: Include defs.h.
396 * python/py-exitedevent.c: Include defs.h.
397 * python/py-newobjfileevent.c: Include defs.h.
398 * python/py-signalevent.c: Include defs.h.
399 * python/py-stopevent.c: Include defs.h.
400 * python/py-threadevent.c: Include defs.h.
401
402 2012-11-08 Pierre Muller <muller@sourceware.org>
403
404 * update-web-ari.sh (print_heading): Add number of files
405 checked.
406 (nb_files): New variable counting the number of sources
407 files found by gdb_find.sh script.
408 (debug_awk): New variable to allow extra debug output.
409 (indexes): Add more information if DEBUG_AWK is set.
410
411 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
412
413 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
414 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
415 following the change in PLT call stubs on linker.
416
417 2012-11-08 Pierre Muller <muller@sourceware.org>
418
419 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
420 as default language.
421 (AWK): Use = instead of == for sh test to avoid warning.
422 (Linux rule): Correct [:digit] into [[:digit:]].
423 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
424 (vasprintf rule): Adapt to common subdirectory moves.
425 (xasprintf rule): Idem.
426 (xvasprintf rule): Idem.
427 (var_boolean rule): Accept occurence in == or != test.
428
429 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
430
431 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
432
433 * tui/tui-hooks.c (tui_inferior_exit): New function.
434 (tui_detach_hook): Remove.
435 (tui_install_hooks): Install the inferior exit observer.
436 (tui_remove_hooks): Remove it.
437
438 2012-11-08 Yao Qi <yao@codesourcery.com>
439
440 PR gdb/14777.
441 * source.c (_initialize_source): Call add_com_alias to abbreviate
442 'forward-search' as 'fo'.
443
444 2012-11-07 Pedro Alves <palves@redhat.com>
445
446 * arm-tdep.c: Make defs.h be the first include.
447 * coff-pe-read.c: Ditto.
448 * gnu-nat.c: Ditto.
449 * go32-nat.c: Ditto.
450 * i386-nat.c: Ditto.
451 * ppcnbsd-nat.c: Ditto.
452 * ada-varobj.h: Don't include defs.h.
453 * i386-darwin-tdep.h: Ditto.
454 * i386-nat.h: Ditto.
455
456 2012-11-07 Pedro Alves <palves@redhat.com>
457
458 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
459 Committee.
460
461 2012-11-07 Pierre Muller <muller@sourceware.org>
462
463 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
464 File already uses "gdb_dirent.h" header.
465
466 2012-11-07 Yao Qi <yao@codesourcery.com>
467
468 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
469 tracepoint_count'.
470
471 2012-11-06 Tom Tromey <tromey@redhat.com>
472
473 * target.h (inferior_has_forked, inferior_has_vforked)
474 (inferior_has_execd, inferior_has_called_syscall): Remove
475 declarations.
476
477 2012-11-06 Pierre Muller <muller@sourceware.org>
478
479 * remote.c (remote_insert_hw_breakpoint): ARI fix,
480 add missing internalization markup.
481
482 2012-11-06 Pedro Alves <palves@redhat.com>
483
484 PR gdb/14810
485
486 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
487
488 2012-11-06 Pierre Muller <muller@sourceware.org>
489
490 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
491 is not executable.
492
493 2012-11-05 Joel Brobecker <brobecker@adacore.com>
494
495 * gnulib/update-gnulib.sh: New script.
496
497 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
498
499 * MAINTAINERS: Update my email address.
500
501 2012-11-05 Tom Tromey <tromey@redhat.com>
502
503 * frame.c (put_frame_register): Don't use temporary buffer.
504
505 2012-11-05 Pedro Alves <palves@redhat.com>
506
507 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
508 child. Clear 'pending_detach'.
509 * infrun.c (handle_vfork_child_exec_or_exit): Clear
510 'pending_detach' in the vfork parent.
511
512 2012-11-05 Doug Evans <dje@google.com>
513
514 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
515 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
516 * dwarf2read.c: #include "elf-bfd.h".
517 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
518 (dwop_section_names): Renamed from dwo_section names. All uses
519 updated. Add entries for .debug_cu_index, .debug_tu_index.
520 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
521 All uses updated.
522 (struct dwp_sections): New type.
523 (struct virtual_dwo_sections): New type.
524 (struct dwp_hash_table): New type.
525 (struct dwp_file): New type.
526 (init_cutu_and_read_dies): Ensure DWO info/types section has been
527 read in. Handle DWOs coming from DWP files.
528 (lookup_dwo_file_slot): New function.
529 (dwarf2_locate_dwo_sections): Move definition closer to use.
530 (create_dwo_debug_info_hash_table_reader): Renamed from
531 create_debug_info_hash_table_reader. All callers updated.
532 (create_dwo_debug_info_hash_table): Renamed from
533 create_debug_info_hash_table. All callers updated.
534 (create_dwp_hash_table): New function.
535 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
536 (lookup_dwo_in_dwp): New function.
537 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
538 is_dwp. All callers updated.
539 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
540 (open_and_init_dwo_file): Renamed from init_dwo_file.
541 All callers updated.
542 (lookup_dwo_file): Delete.
543 (dwarf2_locate_dwp_sections): New function.
544 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
545 (allocate_dwp_loaded_cutus_table): New function.
546 (open_and_init_dwp_file): New function.
547 (lookup_dwo_cutu): New function.
548 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
549
550 2012-11-03 Yao Qi <yao@codesourcery.com>
551
552 Fix PR gdb/14617.
553 * breakpoint.c (trace_pass_set_count): Call
554 observer_notify_breakpoint_modified instead of
555 observer_notify_tracepoint_modified.
556 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
557
558 2012-11-02 Tom Tromey <tromey@redhat.com>
559
560 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
561 argument to complete_on_enum.
562
563 2012-11-02 Tom Tromey <tromey@redhat.com>
564
565 * configure: Rebuild.
566 * configure.ac (build_warnings): Add -Wempty-body.
567 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
568 * remote.c (handle_notification): Use braces for empty 'else' body.
569 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
570 'else' body.
571 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
572 'else' body.
573 * solib-som.c (som_relocate_section_addresses): Use braces
574 for empty 'else' body.
575 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
576 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
577
578 2012-11-02 Pedro Alves <palves@redhat.com>
579
580 PR gdb/14766
581
582 * infrun.c (handle_inferior_event)
583 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
584 null_ptid before handling a vfork child exec or exit. Switch to
585 the event ptid afterwards.
586
587 2012-11-02 Yao Qi <yao@codesourcery.com>
588
589 * std-operator.def: Remove OP_LABELED.
590 * eval.c: Remove the declaration of 'get_label'.
591 (get_label): Remove.
592 (evaluate_struct_tuple): Remove code handling OP_LABELED.
593 Update comment.
594 Remove local variable 'variantno' and related code.
595 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
596 with 'fieldno'.
597 * expprint.c (print_subexp_standard): Likewise.
598 (dump_subexp_body_standard): Likewise.
599 * parse.c (operator_length_standard): Likewise.
600
601 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
602
603 Incorporate ARI web page generator into GDB sources.
604 * contrib/ari/create-web-ari-in-src.sh: New file.
605 * contrib/ari/gdb_ari.sh: New file.
606 * contrib/ari/gdb_find.sh: New file.
607 * contrib/ari/update-web-ari.sh: New file.
608
609 2012-10-31 Tom Tromey <tromey@redhat.com>
610
611 * gdbarch.c: Rebuild.
612 * gdbarch.sh: Remove references to gdbarch_swap.
613 * corelow.c (core_open): Remove obsolete comment.
614
615 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
616
617 PR cli/14772
618 * c-typeprint.c (c_print_type): Don't print a space for vector
619 types, this is handled within the suffix.
620 (c_type_print_varspec_suffix): Add a space to vector suffix.
621
622 2012-10-26 Pedro Alves <palves@redhat.com>
623
624 * amd64-tdep.c (amd64_relocate_instruction): Use
625 store_unsigned_integer instead of memcpy.
626 * i386-tdep.c (i386_relocate_instruction): Ditto.
627
628 2012-10-26 Pedro Alves <palves@redhat.com>
629
630 * infrun.c (handle_inferior_event): Merge handling of
631 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
632 switch case.
633
634 2012-10-26 Pedro Alves <palves@redhat.com>
635
636 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
637 Remove comment.
638
639 2012-10-26 Pedro Alves <palves@redhat.com>
640
641 * target.c (target_waitstatus_to_string): Handle
642 TARGET_WAITKIND_VFORK_DONE.
643
644 2012-10-26 Pedro Alves <palves@redhat.com>
645
646 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
647 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
648
649 2012-10-24 Tristan Gingold <gingold@adacore.com>
650
651 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
652 Add comments.
653
654 2012-10-24 Joel Brobecker <brobecker@adacore.com>
655
656 * ravenscar-thread.c (ravenscar_wait): Only update the list
657 of threads and inferior_ptid if the inferior is still alive.
658
659 2012-10-24 Joel Brobecker <brobecker@adacore.com>
660
661 * ada-lang.c (is_known_support_routine): Use lbasename when
662 matching the symtab's filename against
663 known_runtime_file_name_patterns.
664
665 2012-10-24 Joel Brobecker <brobecker@adacore.com>
666
667 * ada-lang.c (ada_same_array_size_p): New function.
668 (ada_promote_array_of_integrals): New function.
669 (coerce_for_assign): Add handling of arrays where the elements
670 are integrals of a smaller size than the size of the target
671 array element type.
672
673 2012-10-24 Joel Brobecker <brobecker@adacore.com>
674
675 * doublest.c (convert_doublest_to_floatformat): Fix comparison
676 against maximum exponent value.
677
678 2012-10-24 Joel Brobecker <brobecker@adacore.com>
679
680 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
681 "unwind-seh.c".
682
683 2012-10-24 Joel Brobecker <brobecker@adacore.com>
684
685 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
686 strip typedef layer when computing the fixed type's field type,
687 only when computing its size.
688
689 2012-10-24 Mark Kettenis <kettenis@gnu.org>
690
691 PR gdb/12783
692 * i386-tdep.c (i386_return_value): Handle complex double and long
693 double.
694
695 2012-10-24 Joel Brobecker <brobecker@adacore.com>
696
697 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
698 New local variable args_len.
699 Quote the name of the executable when computing the command line.
700
701 2012-10-23 Mark Kettenis <kettenis@gnu.org>
702
703 PR gdb/12796
704 PR gdb/12798
705 PR gdb/12800
706 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
707 AMD64_FTAG_REGNUM.
708 * amd64-tdep.c (amd64_classify): Classify complex types.
709 (amd64_return_value): Handle the COMPLEX_X87 class.
710
711 2012-10-23 Joel Brobecker <brobecker@adacore.com>
712
713 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
714 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
715
716 2012-10-23 Joel Brobecker <brobecker@adacore.com>
717
718 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
719 function.
720 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
721 to amd64_windows_auto_wide_charset.
722
723 2012-10-23 Yao Qi <yao@codesourcery.com>
724
725 * event-top.c (mark_async_signal_handler_wrapper): Remove.
726 * event-top.h: Remove its declaration.
727 (async_request_quit): Call mark_async_signal_handler instead of
728 mark_async_signal_handler_wrapper.
729 (async_do_nothing, async_disconnect): Likewise.
730 (async_stop_sig): Likewise.
731 * remote.c (handle_remote_sigint): Likewise.
732 (handle_remote_sigint_twice): Likewise.
733
734 2012-10-23 Yao Qi <yao@codesourcery.com>
735
736 * event-top.c (sigint_token, sighup_token): Replace 'void *'
737 with 'static struct async_signal_handler *'.
738 (sighup_token, sigquit_token, sigstp_token): Likewise.
739
740 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
741
742 * gdbarch.sh (function_list): Use 'pstring' when printing
743 a variable which could return NULL.
744 * gdbarch.c: Regenerate.
745
746 2012-10-10 Joel Brobecker <brobecker@adacore.com>
747 Tom Tromey <tromey@redhat.com>
748
749 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
750 inneffective if condition by gdb assertion. Add function
751 description comment.
752
753 2012-10-19 Joel Brobecker <brobecker@adacore.com>
754
755 * parser-defs.h (struct exp_descriptor): Document constraint
756 on return value for "op_name" callbacks.
757
758 2012-10-18 Tom Tromey <tromey@redhat.com>
759
760 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
761 * symtab.c (iterate_over_some_symtabs): Constify.
762 * source.h (symtab_to_fullname): Return 'const char *'.
763 * source.c (symtab_to_fullname): Return 'const char *'.
764 * python/py-symtab.c (stpy_fullname): Constify.
765 * cli/cli-cmds.c (edit_command): Constify.
766 * breakpoint.c (print_breakpoint_location)
767 (update_static_tracepoint): Constify.
768
769 2012-10-18 Tom Tromey <tromey@redhat.com>
770
771 * breakpoint.c (compare_breakpoints): Fix comparison.
772
773 2012-10-18 Tom Tromey <tromey@redhat.com>
774
775 * valprint.c (generic_emit_char, generic_printstr): Pass size of
776 gdb_wchar_t to convert_between_encodings.
777
778 2012-10-17 Yao Qi <yao@codesourcery.com>
779
780 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
781 more parameter 'inferior'.
782 * corefile.c (write_memory_with_notification): Caller update.
783
784 * mi/mi-cmd-var.c: Include "mi-main.h".
785 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
786 to 1 and restore it later.
787 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
788 and "data-write-memory-bytes.
789 * mi/mi-interp.c: Include objfiles.h.
790 (mi_interpreter_init): Call observer_attach_memory_changed.
791 (mi_memory_changed): New.
792 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
793 New field.
794
795 * NEWS: Mention new MI notification "memory-changed".
796
797 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
800
801 2012-10-15 Doug Evans <dje@google.com>
802
803 New option -nh: inhibit loading of ~/.gdbinit.
804 * NEWS: Mention -nh.
805 * main.c (captured_main): Recognize and process -nh.
806 (print_gdb_help): Mention -nh.
807 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
808
809 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
810
811 PR backtrace/14646
812 PR gdb/14647
813 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
814 pc_regnum_from_eax.
815 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
816 nor pc_regnum_from_eax.
817 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
818 nor pc_regnum_from_eax.
819
820 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
821
822 Fix entry values resolving in inlined frames.
823 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
824 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
825 entries of FRAME.
826
827 2012-10-15 Joel Brobecker <brobecker@adacore.com>
828
829 * configure.ac: Build with -DMS_WIN64 if building with Python
830 enabled using GCC on amd64-windows.
831 * configure: Regenerate.
832
833 2012-10-15 Tom Tromey <tromey@redhat.com>
834
835 PR python/14635:
836 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
837 to Py_None.
838
839 2012-10-15 Tom Tromey <tromey@redhat.com>
840
841 PR python/14634:
842 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
843
844 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
845
846 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
847 reset thread numbering back to 1.
848
849 2012-10-11 Doug Evans <dje@google.com>
850
851 PR breakpoints/14643.
852 * linespec.c (struct ls_parser): New member keyword_ok.
853 (linespec_lexer_lex_string): Add comment.
854 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
855 for one.
856 (parse_linespec): Set keyword_ok.
857
858 2012-10-10 Doug Evans <dje@google.com>
859
860 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
861 "0x" prefix on address in log message.
862
863 * dwarf2read.c (read_1_byte): Add const to buf parameter.
864 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
865 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
866 (lookup_dwo_file): Add const to dwo_name parameter.
867 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
868
869 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
870
871 Fix crash during stepping on ppc32.
872 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
873 SYM.
874
875 2012-10-03 Doug Evans <dje@google.com>
876
877 PR symtab/14601
878 * buildsym.c (buildsym_init): Reset using_directives to NULL.
879
880 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
881
882 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
883 output and use uint32_t not long to ensure 4 byte size.
884
885 2012-10-02 Joel Brobecker <brobecker@adacore.com>
886
887 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
888 unref'ed it.
889
890 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
891
892 * target.c (simple_search_memory): Include access length in
893 warning message.
894
895 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
896 Edjunior Machado <emachado@linux.vnet.ibm.com>
897
898 PR gdb/13989
899 * solib.c (solib_find): Prevent GDB from loading native libraries when
900 debugging a cross-target corefile.
901
902 2012-09-28 selven <pcthegreat@gmail.com>
903
904 Make definition match declaration.
905
906 * regcache.c (regcache_register_status): Change return type to
907 enum register_status.
908
909 2012-09-28 Yao Qi <yao@codesourcery.com>
910
911 * mi/mi-main.c (mi_cmd_data_write_memory): Call
912 write_memory_with_notification instead of write_memory.
913 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
914 instead of target_write_memory.
915
916 2012-09-28 Yao Qi <yao@codesourcery.com>
917
918 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
919 when the length of content is not an even number.
920
921 2012-09-27 Tom Tromey <tromey@redhat.com>
922
923 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
924 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
925
926 2012-09-27 Joel Brobecker <brobecker@adacore.com>
927
928 * sol-thread.c (sol_thread_fetch_registers)
929 (sol_thread_store_registers): Delete commented out code.
930
931 2012-09-27 Joel Brobecker <brobecker@adacore.com>
932
933 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
934 Move these functions to sparc-sol-thread.c.
935 * sparc-sol-thread.c: New file.
936 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
937 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
938 configurations.
939 * configure: Regenerate.
940
941 2012-09-27 Joel Brobecker <brobecker@adacore.com>
942
943 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
944 Remove commented-out code.
945
946 2012-09-27 Joel Brobecker <brobecker@adacore.com>
947
948 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
949 Enable this code for sparc hosts only.
950
951 2012-09-27 Joel Brobecker <brobecker@adacore.com>
952
953 * procfs.h (procfs_find_LDT_entry): Add declaration.
954 * sol-thread.c (ps_lgetLDT): Delete local declaration of
955 function procfs_find_LDT_entry.
956
957 2012-09-27 Joel Brobecker <brobecker@adacore.com>
958
959 * procfs.c (proc_get_LDT_entry): Make static.
960
961 2012-09-27 Joel Brobecker <brobecker@adacore.com>
962
963 * procfs.c (proc_find_memory_regions): Fix declaration.
964
965 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
966
967 * amd64-tdep.c (amd64_return_value): Revert previous change
968 that used TYPE_LENGTH directly.
969 * bfin-tdep.c (bfin_extract_return_value): Likewise.
970 (bfin_store_return_value): Likewise.
971 * cris-tdep.c (cris_store_return_value): Likewise.
972 (cris_extract_return_value): Likewise.
973 * h8300-tdep.c (h8300_extract_return_value): Likewise.
974 * hppa-tdep.c (hppa64_return_value): Likewise.
975 * lm32-tdep.c (lm32_store_return_value): Likewise.
976 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
977 * spu-tdep.c (spu_value_from_register): Likewise.
978 * vax-tdep.c (vax_return_value): Likewise.
979
980 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
981
982 * gdbtypes.c (lookup_array_range_type): Expand parameters
983 LOW_BOUND and HIGH_BOUND to LONGEST.
984 (lookup_string_range_type): Likewise.
985 * gdbtypes.h (lookup_array_range_type): Likewise.
986 (lookup_string_range_type): Likewise.
987 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
988 Expand HIGHBOUND to ssize_t.
989 (value_string): Likewise.
990 * value.h (value_cstring): Expand parameter LEN to ssize_t.
991 (value_string): Likewise.
992
993 2012-09-27 Yao Qi <yao@codesourcery.com>
994
995 PR breakpoints/13898
996 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
997 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
998 per breakpoint type.
999
1000 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1001
1002 * procfs.c: Add gdb_bfd header.
1003 * rs6000-nat.c: Likewise.
1004 * solib-pa64.c: Likewise.
1005 * spu-linux-nat.c: Likewise.
1006 * windows-nat.c: Likewise.
1007
1008 2012-09-26 Tom Tromey <tromey@redhat.com>
1009
1010 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1011
1012 2012-09-26 Tom Tromey <tromey@redhat.com>
1013
1014 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1015 (read_common_block): Handle child DIEs with
1016 DW_AT_data_member_location.
1017 (new_symbol_full): Add special case for common blocks.
1018
1019 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1020 Tom Tromey <tromey@redhat.com>
1021
1022 * dwarf2read.c (read_common_block): Rewrite.
1023 (new_symbol_full): Handle DW_TAG_common_block.
1024 * f-lang.c (head_common_list, find_common_for_function):
1025 Remove.
1026 * f-lang.h (struct common_entry, struct saved_f77_common,
1027 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1028 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1029 BLANK_COMMON_NAME_LOCAL): Remove.
1030 (struct common_block): New.
1031 * f-valprint.c (list_all_visible_commons): Remove.
1032 (info_common_command_for_block): New function.
1033 (info_common_command): Use it.
1034 * stack.c (iterate_over_block_locals): Special case for
1035 COMMON_BLOCK_DOMAIN.
1036 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1037 constant.
1038 (struct general_symbol_info) <value.common_block>: New field.
1039 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1040
1041 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1042 Tom Tromey <tromey@redhat.com>
1043
1044 * f-lang.c (allocate_saved_bf_node,
1045 allocate_saved_function_node, allocate_saved_f77_common_node,
1046 allocate_common_entry_node, tail_common_list, current_common,
1047 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1048 tmp_bf_ptr, add_common_block, add_common_entry,
1049 find_first_common_named, patch_common_entries,
1050 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1051 global_remote_debug, get_bf_for_fcn, saved_function_list,
1052 saved_function_list_end, clear_function_list, struct saved_fcn,
1053 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1054 SAVED_BF, SAVED_BF_PTR): Remove.
1055 * f-lang.h (tail_common_list, current_common,
1056 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1057 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1058 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1059 real_main_c_value): Remove.
1060 * f-valprint.c (there_is_a_visible_common_named): Remove.
1061
1062 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1063
1064 * breakpoint.c (update_global_location_list): Ignore previous
1065 duplicate status of a breakpoint when starting a new scan for
1066 duplicate breakpoints.
1067
1068 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
1069 PR breakpoints/14419
1070 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1071 support LLVM compiler.
1072
1073 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1074
1075 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1076 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1077 (bfin_store_return_value): Likewise.
1078 * cris-tdep.c (cris_store_return_value): Likewise.
1079 (cris_extract_return_value): Likewise.
1080 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1081 * hppa-tdep.c (hppa64_return_value): Likewise.
1082 * lm32-tdep.c (lm32_store_return_value): Likewise.
1083 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1084 * spu-tdep.c (spu_value_from_register): Likewise.
1085 * vax-tdep.c (vax_return_value): Likewise.
1086
1087 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1088
1089 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1090 parameter LEN to ssize_t.
1091
1092 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1093
1094 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1095 variable LEN.
1096 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1097 directly.
1098 (alpha_store_return_value): Likewise.
1099 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1100 (amd64_push_arguments): Likewise.
1101 * ax-gdb.c (gen_trace_static_fields): Likewise.
1102 (gen_traced_pop): Likewise.
1103 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1104 * breakpoint.c (update_watchpoint): Likewise.
1105 * findcmd.c (parse_find_args): Use local variable for type
1106 instead of length.
1107 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1108 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1109 (h8300_store_return_value): Likewise.
1110 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1111 Use i386_darwin_arg_type_alignment directly.
1112 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1113 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1114 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1115 (m68hc11_extract_return_value): Likewise.
1116 * mep-tdep.c (mep_push_dummy_call): Likewise.
1117 * printcmd.c (float_type_from_length): Likewise.
1118 * s390-tdep.c (s390_value_from_register): Likewise.
1119 * stack.c (read_frame_arg): Likewise.
1120 * tracepoint.c (encode_actions_1): Likewise.
1121 * valops.c (value_fetch_lazy): Use local variable for type
1122 instead of length. Use TYPE_LENGTH directly.
1123 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1124
1125 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1126
1127 * symtab.c (skip_prologue_sal): Fix typo in comment.
1128
1129 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1130
1131 * linespec.c (create_sals_line_offset): Fix typo in comment.
1132
1133 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1134
1135 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1136 use plongest to print the array size.
1137
1138 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1139
1140 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1141 * p-valprint.c (pascal_type_print_base): Likewise.
1142
1143 2012-09-22 Yao Qi <yao@codesourcery.com>
1144
1145 * remote.c (remote_get_trace_status): Remove setting default
1146 values of fields of 'ts'.
1147
1148 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1149
1150 Fix internal error on canonicalization of clang types.
1151 * cp-name-parser.y (operator): New comment at make_operator call for
1152 new, delete, new[] and delete[].
1153 (exp): Use "sizeof ". Add new comment at make_operator call.
1154
1155 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1156
1157 Fix disassemble without parameters in tailcall frame.
1158 * cli/cli-cmds.c (disassemble_current_function): Use
1159 get_frame_address_in_block.
1160
1161 2012-09-21 Tom Tromey <tromey@redhat.com>
1162
1163 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1164 TYPE_CODE_UNION>: Unify, removing a goto.
1165
1166 2012-09-21 Tom Tromey <tromey@redhat.com>
1167
1168 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1169
1170 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1171
1172 * findvar.c (read_frame_register_value): Mark the result value as
1173 optimized out if any of the input registers have been optimized out.
1174
1175 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1176
1177 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1178
1179 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1180
1181 * eval.c (evaluate_subexp_standard): Eliminate single-use
1182 variable LOWER.
1183
1184 2012-09-21 Yao Qi <yao@codesourcery.com>
1185
1186 * mi/mi-interp.c: Declare mi_record_changed.
1187 (mi_interpreter_init): Call observer_attach_record_changed.
1188 (mi_record_changed): New.
1189 * record.c (record_open): Call observer_notify_record_changed.
1190 (cmd_record_stop): Call observer_notify_record_changed.
1191 * NEWS: Mention it.
1192
1193 2012-09-20 Tom Tromey <tromey@redhat.com>
1194
1195 * NEWS: Update.
1196 * python/python.c (finalize_python): New function.
1197 (_initialize_python): Make a final cleanup.
1198
1199 2012-09-19 Doug Evans <dje@google.com>
1200
1201 * buildsym.h (param_symbols): Delete, unused.
1202 (context_stack): Delete member "params", unused.
1203 * buildsym.c (push_context): Update.
1204 * dwarf2read.c (read_func_scope): Update.
1205
1206 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1207
1208 * sh-tdep.c (sh_register_convert_to_virtual)
1209 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1210 all callers. Just do a memcpy if not the little-endian case.
1211
1212 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1213 set_gdbarch_double_format and set_gdbarch_long_double_format.
1214 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1215 set_gdbarch_double_format.
1216 * sh-tdep.c (sh_gdbarch_init): Likewise.
1217
1218 * NEWS: Document the removal of SH's 'regs' command.
1219 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1220 command.
1221
1222 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1223
1224 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1225 `jump'.
1226
1227 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1228
1229 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1230 language when iterating over symbols.
1231
1232 2012-09-18 Yao Qi <yao@codesourcery.com>
1233
1234 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1235 (mi_interpreter_init): Call observer_attach_tsv_created and
1236 observer_attach_tsv_deleted.
1237 (mi_tsv_created, mi_tsv_deleted): New.
1238 * tracepoint.c (delete_trace_state_variable): Call
1239 observer_notify_tsv_deleted.
1240 (trace_variable_command): Call observer_notify_tsv_created.
1241 (delete_trace_variable_command): Call
1242 observer_notify_tsv_deleted.
1243 (create_tsv_from_upload): Call observer_notify_tsv_created.
1244 * NEWS: Mention it.
1245
1246 2012-09-18 Yao Qi <yao@codesourcery.com>
1247
1248 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1249 if traceframe changed.
1250 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1251 "trace-find".
1252 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1253 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1254 'traceframe_changed'.
1255 (mi_traceframe_changed): New.
1256 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1257 New field.
1258 * NEWS: Mention the new MI notification.
1259
1260 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1261
1262 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1263
1264 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1265
1266 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1267 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1268 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1269 Extend code also for PaX support. Convert all gdb_assert to warning
1270 calls.
1271
1272 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1273
1274 Implement auto-load user conveniences suggested by Doug Evans.
1275 * auto-load.c: Include top.h.
1276 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1277 (_initialize_auto_load): New variable scripts_directory_help. Mention
1278 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1279 scripts-directory. Document in online help one can use also files for
1280 set auto-load safe-path.
1281 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1282 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1283
1284 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1285
1286 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1287 of LEN.
1288
1289 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1290
1291 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1292 ELTLEN and use TYPE_LENGTH directly.
1293 (m2_val_print): Likewise.
1294 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1295 variable LEN and use TYPE_LENGTH directly.
1296 (m68k_svr4_store_return_value): Likewise.
1297 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1298 ARGLEN and use TYPE_LENGTH directly.
1299 (mips_o64_push_dummy_call): Likewise.
1300 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1301 variable LENGTH and use TYPE_LENGTH directly.
1302 (s390_function_arg_float): Likewise.
1303 (s390_function_arg_integer): Likewise.
1304 (s390_push_dummy_call): Likewise.
1305 (s390_return_value_convention): Likewise.
1306 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1307 TYPE_LENGTH directly.
1308
1309 2012-09-17 Yao Qi <yao@codesourcery.com>
1310
1311 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1312 Update comment to add_setshow_integer_cmd.
1313 * cli/cli-setshow.c (do_set_command): Handle case
1314 'var_zuinteger_unlimited'.
1315 (do_show_command): Likewise.
1316 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1317 for command 'remotetimeout'.
1318 * command.h (enum var_types): New zuinteger_unlimited. Update comment
1319 to var_integer.
1320 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1321 for command 'set listsize'.
1322
1323 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1324
1325 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1326 variable LEN.
1327
1328 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1329
1330 PR 14119
1331 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1332 (frame_pop): Drop also TAILCALL_FRAME frames.
1333 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1334
1335 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1336 Pedro Alves <palves@redhat.com>
1337
1338 PR 14548
1339 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1340 function start if we are already at function start. Both for
1341 reverse-next and for reverse-step into function without line number
1342 info.
1343
1344 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1345
1346 Code cleanup - rename 'inline' depth to 'artificial' depth.
1347 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1348 frame_id_artificial_p, extend the comment.
1349 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1350 * frame.c (fprint_frame_id): Rename at a user, change debug output
1351 text to "artificial=".
1352 (skip_inlined_frames): Rename to ...
1353 (skip_artificial_frames): ... here. Extend the comment.
1354 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1355 (frame_id_inlined_p): Rename to ...
1356 (frame_id_artificial_p): ... here. Rename at a user.
1357 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1358 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1359 at a user.
1360 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1361 Extend the comment.
1362 (frame_id_inlined_p): Rename to ...
1363 (frame_id_artificial_p): ... here.
1364 * inline-frame.c (inline_frame_this_id): Rename at a user.
1365
1366 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
1367
1368 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1369 vector variables using vector_size syntax rather than array
1370 syntax.
1371
1372 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1373
1374 * valarith.c (value_concat): Replace unsafe ALLOCA with
1375 XMALLOC/XFREE.
1376
1377 2012-09-14 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1380
1381 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
1382
1383 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1384 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1385 data-directory as appropriate.
1386
1387 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1388
1389 * printcmd.c (ui_printf): Eliminate single-use variable
1390 PARAM_LEN.
1391
1392 2012-09-14 Yao Qi <yao@codesourcery.com>
1393 Pedro Alves <palves@redhat.com>
1394
1395 * valops.c (value_assign): Move observer_notify_target_changed
1396 below to replace reinit_frame_cache.
1397
1398 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1399
1400 Refactor Python "gdb" module into a proper Python package, by
1401 introducing a new "_gdb" module for code implemented in C, and
1402 using reload/__import__ instead of exec.
1403 * python/lib/gdb/__init__.py: Import * from _gdb.
1404 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1405 prompt_hook, sys.argv): Moved from finish_python_initialization.
1406 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1407 (packages, auto_load_packages): New list and function replacing
1408 module_dict and auto-loading code, using __file__ instead of
1409 gdb.PYTHONDIR and reload/__import__ instead of exec.
1410 (GdbSetPythonDirectory): Replacing function of the same name
1411 from finish_python_initialization, using reload/__import__ instead
1412 of exec, as well as call auto_load_packages.
1413 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1414 gdb_python_module and not gdb_module.
1415 * python/python-internal.h (gdb_python_module): Declare.
1416 * python/python.c (gdb_python_module): New global.
1417 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1418 (_initialize_python): Rename gdb module to _gdb.
1419 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1420 (finish_python_initialization): Move Python code to
1421 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1422 __main__.
1423
1424 2012-09-13 Pedro Alves <palves@redhat.com>
1425
1426 * Makefile.in (COMMON_OBS): Add registry.o.
1427 * registry.c: New file.
1428 * registry.h (struct registry_container): Declare.
1429 (registry_data_callback): New typedef.
1430 (struct registry_data, struct registry_data_registration, struct
1431 registry_data_registry): New type.
1432 (register_data_with_cleanup, registry_alloc_data)
1433 (registry_callback_adaptor, registry_clear_data)
1434 (registry_container_free_data, registry_set_data, registry_data):
1435 Declare.
1436 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1437 the new common structures and functions.
1438 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1439 callback typedefs.
1440
1441 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1442
1443 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1444 there is an error inserting hardware breakpoints and use the
1445 error message from the target.
1446
1447 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1448 Catch this exception and print the error message contained within. Do not
1449 print the default hardware error breakpoint message in this case.
1450
1451 2012-09-12 Doug Evans <dje@google.com>
1452
1453 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1454 cu == NULL.
1455
1456 2012-09-11 Doug Evans <dje@google.com>
1457
1458 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1459 .gdb_index symbol attributes if there are none.
1460
1461 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1462
1463 * symtab.h (struct minimal_symbol) [has_size]: New field.
1464 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1465 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1466 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1467 minimal symbols if the symbol's size is actually known.
1468 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1469 of msymbol's size field. Add comment.
1470 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1471 SET_MSYMBOL_SIZE to set the minimal symbol size.
1472
1473 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1474
1475 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1476 minimal_symbol struct object, rather than setting some of its
1477 fields one by one.
1478
1479 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
1480
1481 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1482 passed_a_ptr flag when displaying typedef types.
1483
1484 2012-09-10 Joel Brobecker <brobecker@adacore.com>
1485
1486 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1487 the optimized_out flag is preserved.
1488
1489 2012-09-10 Anthony Green <green@moxielogic.com>
1490
1491 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1492 prologue changes in GCC.
1493
1494 2012-09-10 Keith Seitz <keiths@redhat.com>
1495
1496 PR gdb/13483
1497 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1498 (BOOL_CONVERSION_BADNESS): ... this.
1499 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1500 (rank_one_type): Allow all boolean conversions
1501 permitted by the standard.
1502
1503 2012-09-06 Tom Tromey <tromey@redhat.com>
1504
1505 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1506 Don't decref py_objfile.
1507
1508 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1509
1510 Do not enable -lmcheck by default when Python is enabled with
1511 threading support.
1512 * configure.ac: (python_has_threads) New variable, by testing
1513 if WITH_THREAD is defined in Python.h.
1514 Move --enable-lmcheck after --with-python.
1515 Do not enable -lmcheck by default if python_has_threads=yes.
1516 Warn if --enable-lmcheck and python_has_threads=yes.
1517 * configure: Regenerate.
1518
1519 2012-08-31 Yao Qi <yao@codesourcery.com>
1520
1521 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1522 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1523 Update some commands.
1524 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1525 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1526 to 1.
1527
1528 2012-08-31 Yao Qi <yao@codesourcery.com>
1529
1530 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1531
1532 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1533
1534 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1535
1536 2012-08-29 Doug Evans <dje@google.com>
1537
1538 * main.c (print_gdb_help): Remove reference to
1539 --use-deprecated-index-sections.
1540
1541 2012-08-28 Yao Qi <yao@codesourcery.com>
1542
1543 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1544 (init_cmds): Call add_setshow_uinteger_cmd for command
1545 'max-user-call-depth'.
1546 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1547 declaration of 'max_user_call_depth'.
1548 * frame.c (backtrace_limit): Add 'unsigned'.
1549 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1550 'limit'.
1551 * remote.c (remoteaddresssize): Add 'unsigned'.
1552 (remote_address_masked): Change local var 'address_size' to
1553 'unsigned'.
1554 (_initialize_remote): Call add_setshow_uinteger_cmd for
1555 'remoteaddresssize'.
1556 * top.c (history_size): Add 'unsigned'.
1557 (show_commands): Change local variables to 'unsigned'.
1558 (set_history_size_command): Don't check history_size is negative.
1559 Adjust the condition to call unstifle_history and set history_size
1560 to UNIT_MAX.
1561
1562 2012-08-28 Pedro Alves <palves@redhat.com>
1563
1564 PR gdb/14428
1565
1566 * infcmd.c (default_print_one_register_info): New, factored out
1567 from default_print_registers_info.
1568 (default_print_registers_info): Use it. Mark value unavailable if
1569 necessary.
1570 (registers_info): Print user registers with
1571 default_print_one_register_info.
1572
1573 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1574
1575 PR tui/14486
1576 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1577 is not NULL before referencing it.
1578
1579 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1580
1581 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1582 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1583 original PC for it.
1584
1585 2012-08-27 Eli Zaretskii <eliz@gnu.org>
1586 Jan Kratochvil <jan.kratochvil@redhat.com>
1587
1588 * auto-load.c (auto_load_objfile_script): Rename to ...
1589 (auto_load_objfile_script_1): ... here, change variable realname to
1590 parameter realname, document it, add return value, add variable retval.
1591 (auto_load_objfile_script): New function.
1592
1593 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1594
1595 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1596 followed by a whitespace.
1597
1598 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1599
1600 PR gdb/14494.
1601 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1602 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1603 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1604 here.
1605
1606 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
1607
1608 * memattr.c (create_mem_region): Fix memory region overlapping
1609 checking.
1610
1611 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1612
1613 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1614 with xmalloc/cleanup.
1615 * mt-tdep.c (mt_push_dummy_call): Likewise.
1616 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1617 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1618
1619 2012-08-24 Yao Qi <yao@codesourcery.com>
1620
1621 * jv-exp.y (push_expression_name): Add "." at the end of error
1622 message.
1623
1624 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1625
1626 Document how to return from "python-interactive" to GDB.
1627 * python/python.c (_initialize_python): Update documentation.
1628
1629 2012-08-23 Pedro Alves <palves@redhat.com>
1630
1631 * infrun.c (_initialize_infrun) <handle command help text>:
1632 Mention that multiple signals are supported.
1633
1634 2012-08-23 Pedro Alves <palves@redhat.com>
1635
1636 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1637 string.
1638
1639 2012-08-23 Yao Qi <yao@codesourcery.com>
1640
1641 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1642 (tfind_1): Don't call registers_changed, set_traceframe_num,
1643 and clear_traceframe_info.
1644 Call set_current_traceframe.
1645 (set_current_traceframe): call set_traceframe_num.
1646
1647 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1648
1649 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1650 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1651
1652 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1653
1654 Enable readline in Python in a GDB-specific way and block the
1655 standard Python readline module to prevent conflicts with GDB.
1656 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1657 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1658 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1659 * python/py-gdb-readline.c: New file.
1660 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1661 prototype.
1662 * python/python.c (_initialize_python): Call
1663 gdbpy_initialize_gdb_readline.
1664
1665 2012-08-22 Keith Seitz <keiths@redhat.com>
1666
1667 * defs.h: Include build-gnulib/config.h
1668
1669 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1670
1671 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1672 and blx pc.
1673
1674 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1675
1676 Add a new "python-interactive" command that starts a standard
1677 Python interactive prompt with "pi" as alias, and add "py" as
1678 an alias to "python".
1679 * NEWS: Mention the new commands.
1680 * python/python.c (eval_python_command): New function.
1681 (python_interactive_command): For "python-interactive" with
1682 arguments, call eval_python_command. For "python-interactive"
1683 without arguments, call PyRun_InteractiveLoop.
1684 (_initialize_python): Add "python-interactive" command with
1685 "pi" as alias, and add "py" as an alias to "python".
1686
1687 2012-08-22 Tom Tromey <tromey@redhat.com>
1688
1689 * defs.h (quit_flag): Don't declare.
1690 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1691 (QUIT): Use new functions.
1692 * event-top.c (command_handler): Use clear_quit_flag.
1693 (handle_sigint): Use set_quit_flag.
1694 (async_request_quit): Use check_quit_flag. Don't check
1695 immediate_quit.
1696 * exceptions.c (throw_exception): Use clear_quit_flag.
1697 * main.c (captured_main): Use clear_quit_flag.
1698 * python/python.c (clear_quit_flag, set_quit_flag)
1699 (check_quit_flag): New functions.
1700 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1701 clear_quit_flag.
1702 * remote.c (remote_wait_as): Use check_quit_flag,
1703 clear_quit_flag.
1704 (remote_start_remote): Call QUIT.
1705 * symfile.c (load_progress): Use check_quit_flag.
1706 * top.c (command_loop): Use clear_quit_flag.
1707 (command_line_input): Call QUIT.
1708 * utils.c (quit_flag): Conditionally define.
1709 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1710 functions.
1711 (prompt_for_continue): Call QUIT. Use quit, not
1712 async_request_quit.
1713 * remote-mips.c (mips_expect_timeout): Call QUIT.
1714 * monitor.c (monitor_expect): Call QUIT.
1715
1716 2012-08-22 Tom Tromey <tromey@redhat.com>
1717
1718 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1719 (async_init_signals): Update.
1720 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1721 (SIGWINCH_HANDLER_BODY): Remove.
1722
1723 2012-08-22 Tom Tromey <tromey@redhat.com>
1724
1725 * jit.c (jit_object_close_impl): Don't malloc the objfile
1726 name.
1727 * objfiles.c (allocate_objfile): Don't malloc the objfile
1728 name.
1729 (free_objfile): Don't free the objfile name.
1730 * objfiles.h (struct objfile) <name>: Update comment.
1731 * symfile.c (reread_symbols): Fix reference counting. Don't
1732 malloc objfile name.
1733
1734 2012-08-22 Tom Tromey <tromey@redhat.com>
1735
1736 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1737 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1738 (symfile_bfd_open): Likewise.
1739 (generic_load): Likewise.
1740 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1741 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1742 gdb_bfd_open.
1743 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1744 Use gdb_bfd_open.
1745 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1746 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1747 (pmon_load_fast): Likewise.
1748 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1749 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1750 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1751 (macho_check_dsym): Likewise.
1752 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1753 (m32r_upload_command): Likewise.
1754 * gdb_bfd.h (gdb_bfd_cache): Declare.
1755 * gdb_bfd.c (struct gdb_bfd_data): New.
1756 (gdb_bfd_cache): New global.
1757 (struct gdb_bfd_cache_search): New.
1758 (hash_bfd): New function.
1759 (eq_bfd): Likewise.
1760 (gdb_bfd_open): Likewise.
1761 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1762 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1763 gdb_bfd_data.
1764 * exec.c (exec_file_attach): Use gdb_bfd_open.
1765 * dsrec.c (load_srec): Use gdb_bfd_open.
1766
1767 2012-08-22 Tom Tromey <tromey@redhat.com>
1768
1769 * dwarf2read.c (macro_start_file): Update.
1770 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1771 (free_objfile_per_bfd_storage): Destroy macro_cache.
1772 (allocate_objfile, free_objfile): Update.
1773 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1774 New field.
1775 (struct objfile) <macro_cache>: Remove.
1776 * symfile.c (reread_symbols): Update.
1777 * symmisc.c (print_symbol_bcache_statistics): Update.
1778 (print_objfile_statistics): Update.
1779
1780 2012-08-22 Tom Tromey <tromey@redhat.com>
1781
1782 * elfread.c (elf_symtab_read): Update.
1783 * objfiles.c (objfiles_bfd_data): New global.
1784 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1785 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1786 (allocate_objfile, free_objfile): Update.
1787 (_initialize_objfiles): Initialize objfiles_bfd_data.
1788 * objfiles.h (struct objfile_per_bfd_storage): New.
1789 (struct objfile) <per_bfd>: New field.
1790 <filename_cache>: Remove.
1791 (set_objfile_per_bfd): Declare.
1792 * symfile.c (reread_symbols): Update. Call
1793 set_objfile_per_bfd.
1794 (allocate_symtab): Update.
1795 * symmisc.c (print_symbol_bcache_statistics): Update.
1796 (print_objfile_statistics): Print the size of the BFD obstack.
1797
1798 2012-08-22 Tom Tromey <tromey@redhat.com>
1799
1800 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1801 * gdb_bfd.c: Use DEFINE_REGISTRY.
1802 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1803 (gdb_bfd_ref): Call bfd_alloc_data.
1804 (gdb_bfd_unref): Call bfd_free_data.
1805
1806 2012-08-22 Tom Tromey <tromey@redhat.com>
1807
1808 * registry.h (struct registry_fields): New.
1809 (REGISTRY_FIELDS): Redefine.
1810 (REGISTRY_ACCESS_FIELD): New macro.
1811 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1812 functions.
1813
1814 2012-08-22 Tom Tromey <tromey@redhat.com>
1815
1816 * auto-load.c (_initialize_auto_load): Update.
1817 * solib-svr4.c (_initialize_svr4_solib): Update
1818 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1819 * solib-darwin.c (_initialize_darwin_solib): Update.
1820 * registry.h: New file.
1821 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1822 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1823 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1824 (register_program_space_data_with_cleanup)
1825 (register_program_space_data, program_space_alloc_data)
1826 (clear_program_space_data, set_program_space_data)
1827 (program_space_data): Don't declare.
1828 * progspace.c: Use DEFINE_REGISTRY.
1829 (struct program_space_data, struct
1830 program_space_data_registration, struct
1831 program_space_data_registry, program_space_data_registry)
1832 (register_program_space_data_with_cleanup)
1833 (register_program_space_data, program_space_alloc_data)
1834 (program_space_free_data, clear_program_space_data)
1835 (set_program_space_data, program_space_data): Remove.
1836 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1837 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1838 (register_objfile_data_with_cleanup, register_objfile_data)
1839 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1840 declare.
1841 * objfiles.c: Use DEFINE_REGISTRY.
1842 (struct objfile_data, struct objfile_data_registration, struct
1843 objfile_data_registry, objfile_data_registry)
1844 (register_objfile_data_with_cleanup, register_objfile_data)
1845 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1846 (set_objfile_data, objfile_data): Remove.
1847 (_initialize_objfiles): Update.
1848 * jit.c (_initialize_jit): Update.
1849 * inflow.c (_initialize_inflow): Update.
1850 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1851 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1852 (register_inferior_data_with_cleanup, register_inferior_data)
1853 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1854 declare.
1855 * inferior.c: Use DEFINE_REGISTRY.
1856 (struct inferior_data, struct inferior_data_registration, struct
1857 inferior_data_registry, inferior_data_registry)
1858 (register_inferior_data_with_cleanup, register_inferior_data)
1859 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1860 (set_inferior_data, inferior_data): Remove.
1861 * auxv.c (_initialize_auxv): Update.
1862 * ada-lang.c (_initialize_ada_language): Update.
1863 * breakpoint.c (_initialize_breakpoint): Update.
1864 * i386-nat.c (i386_use_watchpoints): Update.
1865
1866 2012-08-22 Tom Tromey <tromey@redhat.com>
1867
1868 * exec.c (exec_close, exec_file_attach): Update.
1869 (add_to_section_table): Initialize 'key' field.
1870 (add_target_sections, remove_target_sections): Add 'key' argument.
1871 * exec.h (add_target_sections, remove_target_sections): Add
1872 'key' argument.
1873 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1874 (reload_shared_libraries_1): Update.
1875 * target.h (struct target_section) <key>: New field.
1876
1877 2012-08-22 Tom Tromey <tromey@redhat.com>
1878
1879 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1880
1881 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1882
1883 * symfile.c (allocate_symtab): Use host_address_to_string
1884 function instead of cast of pointer to long which is not
1885 compatible with x86_64-w64-mingw32 build.
1886
1887 2012-08-19 Andrew Pinski <apinski@cavium.com>
1888
1889 * mips-tdep.c (is_octeon): New function.
1890 (is_octeon_bbit_op): New function.
1891 (mips32_next_pc): Handle Octeon's bbit instructions.
1892 (mips32_instruction_has_delay_slot): Likewise.
1893
1894 2012-08-19 Andrew Pinski <apinski@cavium.com>
1895
1896 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1897 before the function.
1898
1899 2012-08-19 Andrew Pinski <apinski@cavium.com>
1900
1901 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1902
1903 2012-08-19 Keith Seitz <keiths@redhat.com>
1904
1905 PR c++/14365
1906 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1907 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1908
1909 2012-08-18 Eli Zaretskii <eliz@gnu.org>
1910
1911 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1912 The typo broke "make TAGS".
1913
1914 2012-08-17 Joel Brobecker <brobecker@adacore.com>
1915
1916 GDB 7.5 released.
1917
1918 2012-08-17 Keith Seitz <keiths@redhat.com>
1919
1920 PR c++/13356
1921 * gdbtypes.c (strict_type_checking): New variable.
1922 (show_strict_type_checking): New function.
1923 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1924 if strict type checking is disabled.
1925 (_initialize_gdbtypes): Add "check type" subcommand.
1926 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1927
1928 2012-08-17 Keith Seitz <keiths@redhat.com>
1929
1930 * language.h (type_mode): Remove.
1931 (type_check): Remove.
1932 (struct language_defn): Remove la_type_check.
1933 (STRICT_TYPE): Remove unused macro.
1934 (type_error): Remove.
1935 * language.c (set_type_range_case): Renamed to ...
1936 (set_range_case): ... this. Update all callers.
1937 Remove type_mode/type_check.
1938 (type_mode): Remove.
1939 (type_check): Remove.
1940 (show_type_command): Remove.
1941 (set_type_command): Remove.
1942 (language_info): Remove type checking output.
1943 (type_error): Remove unused function.
1944 (range_error): Update comment.
1945 (unknown_language_defn): Remove la_type_check.
1946 (auto_language_defn): Likewise.
1947 (local_language_defn): Likewise.
1948 (_initialize_language): Remove "check type" subcommand.
1949 * ada-lang.c (ada_language_defn): Remove la_type_check.
1950 * c-lang.c (c_language_defn): Likewise.
1951 (cplus_language_defn): Likewise.
1952 (asm_language_defn): Likewise.
1953 (minimal_language_defn): Likewise.
1954 * d-lang.c (d_language_defn): Likewise.
1955 * f-lang.c (f_language_defn): Likewise.
1956 * go-lang.c (go_language_defn): Likewise.
1957 * jv-lang.c (java_language_defn): Likewise.
1958 * m2-lang.c (m2_language_defn): Likewise.
1959 * objc-lang.c (objc_language_defn): Likewise.
1960 * opencl-lang.c (opencl_language_defn): Likewise.
1961 * p-lang.c (pascal_language_defn): Likewise.
1962
1963 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1964
1965 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1966
1967 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1968
1969 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1970 New function.
1971 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1972 using the regache. Use ia64_hpux_get_register_from_save_state_t
1973 to access the bsp and bspstore registers if not.
1974
1975 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1976
1977 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1978 * breakpoint.c (detach_breakpoints): Change pid parameter into
1979 a ptid. Adjust code accordingly.
1980 * infrun.c (handle_inferior_event): Delete variable child_pid.
1981 Update call to detach_breakpoints to pass the child ptid for
1982 fork events.
1983 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1984 assert that inferior_ptid's lwp is zero.
1985 (linux_handle_extended_wait): Update call to detach_breakpoints.
1986 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1987 detach_breakpoints.
1988
1989 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1990
1991 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1992 parent, only call detach_breakpoints if tts.tts_event ==
1993 TTEVT_VFORK.
1994
1995 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1996
1997 * dwarf2-frame.c (dwarf2_frame_cache): Use
1998 get_frame_address_in_block instead of get_frame_pc as
1999 the bound for executing the frame's FDE.
2000
2001 2012-08-16 Yao Qi <yao@codesourcery.com>
2002
2003 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2004 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2005 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2006 (c_type_print_varspec_suffix): Likewise.
2007 * eval.c (evaluate_subexp_standard): Likewise.
2008 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2009 (f_type_print_varspec_suffix): Likewise.
2010 * gdbtypes.c (is_scalar_type): Likewise.
2011 (recursive_dump_type): Likewise.
2012 * infcall.c (value_arg_coerce): Likewise.
2013 * m2-valprint.c (m2_val_print): Likewise.
2014 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2015 (pascal_type_print_varspec_suffix): Likewise.
2016 (pascal_type_print_base): Likewise.
2017 * p-valprint.c (pascal_val_print): Likewise.
2018 (pascal_val_print): Likewise.
2019 * valops.c (value_slice): Likewise.
2020 * valprint.c (scalar_type_p): Likewise.
2021 * valarith.c (value_bitstring_subscript): Remove.
2022 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2023 Remove comment on TYPE_CODE_BITSTRING.
2024
2025 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2026 TYPE_CODE_BITSTRING.
2027
2028 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2029 slot 0.
2030
2031 2012-08-16 Yao Qi <yao@codesourcery.com>
2032
2033 * tracepoint.c (trace_find_none_command): Remove.
2034 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2035
2036 2012-08-16 Yao Qi <yao@codesourcery.com>
2037
2038 * remote.c (handle_notification): Remove parameter 'length'.
2039 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2040
2041 2012-08-15 Keith Seitz <keiths@redhat.com>
2042
2043 * gdbtypes.c (opaque_type_resolution): Make static.
2044 Add missing comment.
2045 (overload_debug): Add missing comment.
2046 (show_opaque_type_resolution): Likewise.
2047 (show_overload_debug): Likewise.
2048 (print_bit_vector): Remove unnecessary forward declaration.
2049 (print_arg_types): Likewise.
2050 (dump_fn_fieldlists): Likewise.
2051 (print_cplus_stuff): Likewise.
2052
2053 2012-08-15 Tom Tromey <tromey@redhat.com>
2054
2055 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2056 (gdb_bfd_ref): Initialize new field.
2057 (gdb_bfd_unref): Unref the archive BFD.
2058 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2059 parent archive.
2060
2061 2012-08-15 Tom Tromey <tromey@redhat.com>
2062
2063 PR python/14387:
2064 * python/py-bpevent.c (create_breakpoint_event_object): Update
2065 comment.
2066 * python/py-event.c (evpy_add_attribute): Update comment.
2067 * python/py-exitedevent.c (create_exited_event_object): Fix
2068 reference counting and error handling.
2069 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2070 Fix reference counting.
2071 * python/py-signalevent.c (create_signal_event_object): Fix
2072 reference counting and error handling.
2073 * python/py-stopevent.c (emit_stop_event): Fix reference
2074 counting.
2075 * python/py-threadevent.c (get_event_thread): Return a
2076 borrowed reference.
2077 * python/py-type.c (convert_field): Fix reference counting.
2078
2079 2012-08-15 Tom Tromey <tromey@redhat.com>
2080
2081 * dwarf2read.c (dwarf_decode_macro_bytes)
2082 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2083 as hash key.
2084
2085 2012-08-14 Mike Frysinger <vapier@gentoo.org>
2086
2087 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2088 stepi, nexti, finish, next, step, jump, and continue commands.
2089 * infrun.c (_initialize_infrun): Update help text for the handle
2090 command.
2091
2092 2012-08-14 Doug Evans <dje@google.com>
2093
2094 * gdbtypes.c (struct extra): Delete, unused.
2095
2096 * gdbtypes.c: Whitespace cleanup.
2097 (address_space_name_to_int): Remove "extern" from definition.
2098 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2099
2100 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2101 TYPE_POINTER_TYPE (type).
2102
2103 2012-08-14 Gary Benson <gbenson@redhat.com>
2104
2105 * solib-svr4.c (svr4_free_library_list): Use free_so.
2106
2107 2012-08-13 Mike Frysinger <vapier@gentoo.org>
2108
2109 * .gitignore: Add go-exp.c.
2110
2111 2012-08-13 Doug Evans <dje@google.com>
2112
2113 * value.c (show_convenience): Tweak comment.
2114 (_initialize_values): Mention convenience functions in the help text
2115 for "show convenience".
2116
2117 2012-08-13 Yao Qi <yao@codesourcery.com>
2118
2119 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2120 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2121 TERNOP_SLICE_COUNT.
2122 * eval.c (evaluate_subexp_standard): Likewise.
2123 * expprint.c (print_subexp_standard): Likewise.
2124 (dump_subexp_body_standard): Likewise.
2125 * parse.c (operator_length_standard): Likewise.
2126
2127 2012-08-13 Yao Qi <yao@codesourcery.com>
2128
2129 * std-operator.def: Remove OP_BITSTRING.
2130 * breakpoint.c (watchpoint_exp_is_const): Update.
2131 * eval.c (evaluate_subexp_standard): Remove handling to
2132 OP_BITSTRING.
2133 * expprint.c (print_subexp_standard): Likewise.
2134 (dump_subexp_body_standard): Likewise.
2135 * parse.c (operator_length_standard): Likewise.
2136 * valops.c (value_bitstring): Remove.
2137 * value.h: Remove the declaration of 'value_bitstring'.
2138
2139 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2140
2141 * linespec.c (find_methods): Remove unused variables `i1' and
2142 `name_len'.
2143 (decode_line_full): Likewise for `arg_start'.
2144
2145 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2146
2147 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2148 (zlib_decompress_section): Likewise for `section_data'.
2149 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2150
2151 2012-08-10 Doug Evans <dje@google.com>
2152
2153 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2154 * NEWS: Document them.
2155 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2156 function/strfns.py.
2157 * python/py-type.c (typy_array_1): New function.
2158 (typy_array): Call it.
2159 (typy_vector): New function.
2160 (type_object_methods): Add "vector".
2161 * python/lib/gdb/function/__init__.py: New file.
2162 * python/lib/gdb/function/strfns.py: New file.
2163
2164 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2165
2166 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2167 for TYPE_FIELD_BITPOS.
2168 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2169
2170 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2171
2172 PR cli/10436:
2173 * common/vec.h (VEC_merge): Define.
2174 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2175 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2176 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2177 * completer.c: Include gdb_signals.h.
2178 (signal_completer): Define.
2179 * completer.h (signal_completer): Add prototype.
2180 * infcmd.c (_initialize_infcmd): Assign the command
2181 completer for "signal" to handle_completer.
2182 * infrun.c: Include completer.h.
2183 (handle_completer): Define.
2184 (_initialize_infrun): Declare a new local variable c. Store the
2185 result of add_com("handle") to it. Assign the command
2186 completer for "handle" to handle_completer.
2187
2188 2012-08-09 Yao Qi <yao@codesourcery.com>
2189
2190 * cli/cli-decode.c (set_cmd_prefix): New.
2191 (lookup_cmd_for_prefixlist): New.
2192 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2193 of each cmd_list_element in *prefixlist.
2194 (add_setshow_cmd_full): set_cmd_prefix.
2195 (add_alias_cmd): Likewise.
2196 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2197 Declare 'auto_boolean_enums'.
2198 * cli/cli-setshow.c: Include "observer.h".
2199 (notify_command_param_changed_p): New.
2200 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2201 Remove 'static'.
2202 (do_setshow_command): Split it to ...
2203 (do_set_command, do_show_command): ... them. New.
2204 (do_set_command): Call observer_notify_command_param_changed if
2205 notify_command_param_changed_p returns true.
2206 (cmd_show_list): Caller update.
2207 * auto-load.c (set_auto_load_cmd): Likewise.
2208 * remote.c (show_remote_cmd): Likewise.
2209 * cli/cli-setshow.h: Update declarations.
2210 * top.c (execute_command): Call do_set_command and do_show_command.
2211
2212 * NEWS: Mention new MI notification.
2213 * mi/mi-interp.c: Declare mi_command_param_changed.
2214 (mi_interpreter_init): Attach mi_command_param_changed to
2215 observer command_param_changed.
2216 (mi_command_param_changed): New.
2217 Remove mi_suppress_breakpoint_notifications.
2218 Define global variable mi_suppress_notification.
2219 (mi_breakpoint_created): Update.
2220 (mi_breakpoint_deleted): Likewise.
2221 (mi_breakpoint_modified): Likewise.
2222 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2223 'gdb-set' and set mi_suppress_notification.
2224 * mi/mi-main.h: (mi_suppress_notification): New struct.
2225
2226 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
2227 Jan Kratochvil <jan.kratochvil@redhat.com>
2228
2229 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2230
2231 2012-08-09 Yao Qi <yao@codesourcery.com>
2232
2233 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2234 (skiplist): Move it to skip.c.
2235 (init_cmd_lists): Remove code setting enablebreaklist and
2236 skiplist to NULL.
2237 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2238 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2239 skiplist.
2240 * gdbcmd.h: Likewise.
2241 * skip.c (_initialize_step_skip): Move 'skiplist' from
2242 cli/cli-cmds.c.
2243
2244 2012-08-09 Yao Qi <yao@codesourcery.com>
2245
2246 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2247 * gnu-nat.c, symfile.c: Likewise.
2248
2249 2012-08-08 Aaron Gamble <agamble@google.com>
2250
2251 * utils.c (prompt_for_continue_wait_time): New static global.
2252 (make_command_stats_cleanup): Initialize it.
2253 (report_command_stats): Subtract time waiting for user.
2254 (prompt_for_continue): Track time waiting for user.
2255 (defaulted_query): Track time waiting for user.
2256
2257 2012-08-08 Doug Evans <dje@google.com>
2258
2259 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2260 UNOP_MEMVAL_TYPE.
2261 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2262 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2263 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2264 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2265 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2266 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2267 elt.
2268 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2269 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2270 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2271 (dump_prefix_expression): Handle OP_TYPE.
2272
2273 2012-08-08 Keith Seitz <keiths@redhat.com>
2274
2275 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2276 addr_start.
2277
2278 2012-08-08 Doug Evans <dje@google.com>
2279
2280 * linux-thread-db.c: #include "gdb_vecs.h".
2281 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2282 updated.
2283 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2284 (thread_db_load_search): Use a vector to iterate over path elements.
2285 Handle text appearing after "$pdir".
2286
2287 * gdb_string.h: Moved to ...
2288 * common/gdb_string.h: ... here.
2289 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2290 gdb_string.h and gdb_assert.h.
2291
2292 2012-08-08 Yao Qi <yao@codesourcery.com>
2293
2294 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2295 (tic6x_value_to_register): Likewise.
2296 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2297 and set_gdbarch_value_to_register.
2298
2299 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2300 Jean-Marc Saffroy <saffroy@gmail.com>
2301
2302 PR 11804
2303 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2304 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2305 * gcore.c (gcore_create_callback): New function comment. Add modified
2306 parameter. Only write modified regions. Set SEC_READONLY exactly
2307 according to MODIFIED.
2308 (objfile_find_memory_regions): Ignore separate debug info files. Ass
2309 the passed modified value to FUNC.
2310 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2311 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2312 first. New variables modified and has_anonymous. Parse the lines of
2313 smaps file. Add the passed MODIFIED value to FUNC.
2314 * procfs.c (find_memory_regions_callback): Add the passed modified
2315 value.
2316
2317 2012-08-06 Tom Tromey <tromey@redhat.com>
2318
2319 * dwarf2-frame.c (clear_pointer_cleanup): New function.
2320 (dwarf2_frame_cache): Use it.
2321 * frame-unwind.h (frame_sniffer_ftype): Document prologue
2322 cache initialization constraint.
2323
2324 2012-08-06 Tom Tromey <tromey@redhat.com>
2325
2326 PR python/14386:
2327 * varobj.c (update_dynamic_varobj_children): Don't call
2328 PyIter_Check.
2329
2330 2012-08-06 Tom Tromey <tromey@redhat.com>
2331
2332 PR cli/14392:
2333 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2334
2335 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2336
2337 * NEWS: New entry for 'cd' default parameters.
2338 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2339
2340 2012-08-03 Tom Tromey <tromey@redhat.com>
2341
2342 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2343 return.
2344
2345 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2346
2347 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2348 to attempting lseek/write.
2349 (inf_child_fileio_pread): Likewise for pread.
2350
2351 2012-08-02 Yao Qi <yao@codesourcery.com>
2352
2353 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2354 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2355 add_setshow_zinteger_cmd.
2356 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2357 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2358 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2359 instead of add_setshow_zinteger_cmd.
2360 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2361 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2362 instead of add_setshow_zinteger_cmd.
2363 * frame.c (frame_debug): Add 'unsigned'.
2364 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2365 add_setshow_zinteger_cmd.
2366 * frame.h: Update the declaration of 'frame_debug'.
2367 * gdbtypes.c (overload_debug): Add 'unsigned'.
2368 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2369 add_setshow_zinteger_cmd.
2370 * inferior.h: Update declaration of 'debug_infrun'.
2371 * infrun.c (debug_infrun): Add 'unsigned'.
2372 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2373 add_setshow_zinteger_cmd.
2374 * jit.c (jit_debug): Add 'unsigned'.
2375 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2376 add_setshow_zinteger_cmd.
2377 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2378 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2379 instead of add_setshow_zinteger_cmd.
2380 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2381 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2382 add_setshow_zinteger_cmd.
2383 * machoread.c (mach_o_debug_level): Add 'unsigned'.
2384 (_initialize_machoread): Call add_setshow_zuinteger_cmd
2385 instead of add_setshow_zinteger_cmd.
2386 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2387 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2388 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2389 intead of add_setshow_zinteger_cmd.
2390 * mips-tdep.c (mips_debug): Add 'unsigned'.
2391 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2392 instead of add_setshow_zinteger_cmd.
2393 * monitor.c (monitor_debug): Add 'unsigned'.
2394 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2395 add_setshow_zinteger_cmd.
2396 * observer.c (observer_debug): Add 'unsigned'.
2397 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2398 add_setshow_zinteger_cmd.
2399 * parse.c (expressiondebug): Add 'unsigned'.
2400 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2401 add_setshow_zinteger_cmd.
2402 * record.c (record_debug): Add 'unsigned'.
2403 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2404 add_setshow_zinteger_cmd.
2405 * record.h: Update the declaration of 'record_debug'.
2406 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2407 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2408 add_setshow_zinteger_cmd.
2409 * serial.c (global_serial_debug_p): Add 'unsigned'.
2410 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2411 add_setshow_zinteger_cmd.
2412 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2413 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2414 add_setshow_zinteger_cmd.
2415 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2416 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2417 add_setshow_zinteger_cmd.
2418 * target.c (targetdebug): Add 'unsigned'.
2419 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2420 add_setshow_zinteger_cmd.
2421 * valops.c (overload_debug): Add 'unsigned'.
2422 * varobj.c (varobjdebug): Add 'unsigned'.
2423 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2424 add_setshow_zinteger_cmd.
2425 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2426 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2427 instead of add_setshow_zinteger_cmd.
2428
2429 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2430 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2431 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2432 instead of add_setshow_zinteger_cmd.
2433 * gdbarch.c, gdbarch.h: Re-generated.
2434
2435 2012-08-02 Yao Qi <yao@codesourcery.com>
2436
2437 * nto-tdep.c: Don't include cli/cli-decode.h and
2438 cli/cli-cmds.h.
2439 (_initialize_nto_tdep): Remove.
2440 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2441 Remove field.
2442 Remove macro nto_internal_debugging.
2443
2444 2012-08-01 Richard Henderson <rth@redhat.com>
2445
2446 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2447 (mep-*-*) [gdb_target_obs]: Likewise.
2448
2449 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2450
2451 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2452 linux_get_siginfo_type.
2453
2454 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2455
2456 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2457 AT_ENTRY_POINT.
2458 (call_function_by_hand) <ON_STACK>: Call write_memory with
2459 gdbarch_breakpoint_from_pc, if possible.
2460 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2461 here.
2462
2463 2012-07-31 Yao Qi <yao@codesourcery.com>
2464
2465 * tracepoint.c: Add 'static' for some variables.
2466
2467 2012-07-31 Yao Qi <yao@codesourcery.com>
2468
2469 * go32-nat.c: Declare _initialize_go32_nat.
2470 * ser-go32.c: Declare _initialize_ser_dos.
2471 * top.c (do_chdir_cleanup): Add 'static'.
2472
2473 2012-07-30 Keith Seitz <keiths@redhat.com>
2474
2475 * linespec.c (linespec_lex_number): A number followed
2476 by quotes is a valid number, too.
2477
2478 2012-07-30 Tom Tromey <tromey@redhat.com>
2479
2480 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2481
2482 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2483
2484 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2485 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2486
2487 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
2488
2489 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2490 invalid or reevaluated to prevent prevent references to possibly
2491 delete'd type objects being left in the varobj.
2492
2493 2012-07-27 Tom Tromey <tromey@redhat.com>
2494 Jan Kratochvil <jan.kratochvil@redhat.com>
2495
2496 * copying.awk: Print buffer-read-only and vi ro markers.
2497 * copying.c: Rebuild.
2498 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2499 * gdbarch.c, gdbarch.h: Rebuild.
2500 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2501 buffer-read-only and vi ro markers.
2502 * features/arm-with-iwmmxt.c: Rebuild.
2503 * features/arm-with-m-fpa-layout.c: Rebuild.
2504 * features/arm-with-m-vfp-d16.c: Rebuild.
2505 * features/arm-with-m.c: Rebuild.
2506 * features/arm-with-neon.c: Rebuild.
2507 * features/arm-with-vfpv2.c: Rebuild.
2508 * features/arm-with-vfpv3.c: Rebuild.
2509 * features/i386/amd64-avx-linux.c: Rebuild.
2510 * features/i386/amd64-avx.c: Rebuild.
2511 * features/i386/amd64-linux.c: Rebuild.
2512 * features/i386/amd64.c: Rebuild.
2513 * features/i386/i386-avx-linux.c: Rebuild.
2514 * features/i386/i386-avx.c: Rebuild.
2515 * features/i386/i386-linux.c: Rebuild.
2516 * features/i386/i386-mmx-linux.c: Rebuild.
2517 * features/i386/i386-mmx.c: Rebuild.
2518 * features/i386/i386.c: Rebuild.
2519 * features/i386/x32-avx-linux.c: Rebuild.
2520 * features/i386/x32-avx.c: Rebuild.
2521 * features/i386/x32-linux.c: Rebuild.
2522 * features/i386/x32.c: Rebuild.
2523 * features/mips-dsp-linux.c: Rebuild.
2524 * features/mips-linux.c: Rebuild.
2525 * features/mips64-dsp-linux.c: Rebuild.
2526 * features/mips64-linux.c: Rebuild.
2527 * features/rs6000/powerpc-32.c: Rebuild.
2528 * features/rs6000/powerpc-32l.c: Rebuild.
2529 * features/rs6000/powerpc-403.c: Rebuild.
2530 * features/rs6000/powerpc-403gc.c: Rebuild.
2531 * features/rs6000/powerpc-405.c: Rebuild.
2532 * features/rs6000/powerpc-505.c: Rebuild.
2533 * features/rs6000/powerpc-601.c: Rebuild.
2534 * features/rs6000/powerpc-602.c: Rebuild.
2535 * features/rs6000/powerpc-603.c: Rebuild.
2536 * features/rs6000/powerpc-604.c: Rebuild.
2537 * features/rs6000/powerpc-64.c: Rebuild.
2538 * features/rs6000/powerpc-64l.c: Rebuild.
2539 * features/rs6000/powerpc-7400.c: Rebuild.
2540 * features/rs6000/powerpc-750.c: Rebuild.
2541 * features/rs6000/powerpc-860.c: Rebuild.
2542 * features/rs6000/powerpc-altivec32.c: Rebuild.
2543 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2544 * features/rs6000/powerpc-altivec64.c: Rebuild.
2545 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2546 * features/rs6000/powerpc-cell32l.c: Rebuild.
2547 * features/rs6000/powerpc-cell64l.c: Rebuild.
2548 * features/rs6000/powerpc-e500.c: Rebuild.
2549 * features/rs6000/powerpc-e500l.c: Rebuild.
2550 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2551 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2552 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2553 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2554 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2555 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2556 * features/rs6000/powerpc-vsx32.c: Rebuild.
2557 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2558 * features/rs6000/powerpc-vsx64.c: Rebuild.
2559 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2560 * features/rs6000/rs6000.c: Rebuild.
2561 * features/s390-linux32.c: Rebuild.
2562 * features/s390-linux32v1.c: Rebuild.
2563 * features/s390-linux32v2.c: Rebuild.
2564 * features/s390-linux64.c: Rebuild.
2565 * features/s390-linux64v1.c: Rebuild.
2566 * features/s390-linux64v2.c: Rebuild.
2567 * features/s390x-linux64.c: Rebuild.
2568 * features/s390x-linux64v1.c: Rebuild.
2569 * features/s390x-linux64v2.c: Rebuild.
2570 * features/tic6x-c62x-linux.c: Rebuild.
2571 * features/tic6x-c62x.c: Rebuild.
2572 * features/tic6x-c64x-linux.c: Rebuild.
2573 * features/tic6x-c64x.c: Rebuild.
2574 * features/tic6x-c64xp-linux.c: Rebuild.
2575 * features/tic6x-c64xp.c: Rebuild.
2576
2577 2012-07-27 Tom Tromey <tromey@redhat.com>
2578
2579 * c-exp.y (classify_name): Avoid assignment in condition.
2580
2581 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2582
2583 * amd64-windows-tdep.c: Include "frame.h".
2584 (amd64_windows_skip_trampoline_code): New function.
2585 (amd64_windows_init_abi): Add trampoline registration.
2586
2587 2012-07-27 Yao Qi <yao@codesourcery.com>
2588
2589 * tracepoint.c (cur_traceframe_number): Remove.
2590 (set_tfile_traceframe): Remove.
2591 (tfile_trace_find, tfile_fetch_registers): Update callers.
2592 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2593 (tfile_open, tfile_trace_find): Likewise.
2594
2595 2012-07-27 Yao Qi <yao@codesourcery.com>
2596
2597 * thread.c (switch_to_thread): Don't call registers_changed.
2598
2599 2012-07-26 Tom Tromey <tromey@redhat.com>
2600
2601 * Makefile.in (SFILES): Remove objc-exp.y.
2602 (YYFILES): Remove objc-exp.c.
2603 (YYOBJ): Remove objc-exp.o.
2604 (local-maintainer-clean): Don't mention objc-exp.c.
2605 * c-exp.y: Include objc-lang.h.
2606 (%union) <class>: New field.
2607 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2608 (exp): Clone subscript production for OBJC_LBRAC. Add various
2609 Objective C productions.
2610 (msglist, msgarglist, msgarg): New productions.
2611 (array_mod, func_mod, operator): Clone productions for
2612 OBJC_LBRAC.
2613 (parse_string_or_char): Handle '@' strings.
2614 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2615 (classify_name): Check la_name_of_this. Recognize ObjC class
2616 names.
2617 * objc-exp.y: Remove.
2618 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2619 * objc-lang.h (objc_parse, objc_error): Don't declare.
2620
2621 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2622
2623 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2624
2625 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2626
2627 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2628 and decrement.
2629
2630 2012-07-26 Tom Tromey <tromey@redhat.com>
2631
2632 * copying.c: Rebuild.
2633 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2634 'no_class'.
2635
2636 2012-07-26 Tom Tromey <tromey@redhat.com>
2637
2638 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2639 immediate_quit.
2640 (print_objfile_statistics): Likewise.
2641 (maintenance_print_symbols): Likewise.
2642 (maintenance_print_msymbols): Likewise.
2643 (maintenance_print_objfiles): Likewise.
2644 * psymtab.c (print_partial_symbols): Call QUIT.
2645 (maintenance_print_psymbols): Likewise. Don't modify
2646 immediate_quit.
2647 * copying.c (show_copying_command): Don't modify immediate_quit.
2648 (show_warranty_command): Likewise.
2649 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2650
2651 2012-07-26 Keith Seitz <keiths@redhat.com>
2652
2653 * linespec.c (linespec_lexer_lex_number): The input
2654 is also a valid number if the next character is a comma
2655 or colon.
2656
2657 2012-07-26 Joel Brobecker <brobecker@adacore.com>
2658
2659 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2660 configure options.
2661
2662 2012-07-26 Tristan Gingold <gingold@adacore.com>
2663
2664 * machoread.c: Include gdb_bfd.h.
2665
2666 2012-07-26 Tristan Gingold <gingold@adacore.com>
2667
2668 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2669 offset.
2670
2671 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2672
2673 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2674 SIZE to size_t.
2675 (dwarf2_evaluate_loc_desc): Likewise.
2676 (dwarf2_loc_desc_needs_frame): Likewise.
2677 (locexpr_describe_location_1): Likewise.
2678 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2679 size_t.
2680 (struct dwarf2_loclist_baton): Likewise.
2681 * dwarf2read.c (struct dwarf_block): Likewise.
2682 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2683 (decode_locdesc): Expand SIZE and I to size_t.
2684
2685 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2686
2687 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2688
2689 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2690
2691 * doublest.c (convert_doublest_to_floatformat): If the exponent
2692 is too small, treat the value as zero. If the exponent is too
2693 large, treat the value as infinity.
2694
2695 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2696
2697 * configure.ac: Add --enable-lmcheck configure option.
2698 * configure: Regenerate.
2699
2700 2012-07-25 Tom Tromey <tromey@redhat.com>
2701
2702 * NEWS: Mention maint info bfds.
2703 * gdb_bfd.c (all_bfds): New global.
2704 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2705 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2706 New functions.
2707
2708 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2709
2710 * configure.tgt: Add v850*-*-rtems*.
2711
2712 2012-07-25 Tom Tromey <tromey@redhat.com>
2713
2714 * macrotab.c (macro_bcache_str): Remove cast.
2715
2716 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2717
2718 * linespec.c (linespec_lexer_lex_number): Update comments,
2719 change the return and add check to make sure the input is
2720 the decimal numbers.
2721 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2722 false, call linespec_lexer_lex_string.
2723
2724 2012-07-24 Tom Tromey <tromey@redhat.com>
2725
2726 * symfile.c (symbol_file_add): Don't open BFD twice.
2727
2728 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
2729
2730 * breakpoint.c (create_breakpoint): Store condition for pending
2731 breakpoints.
2732
2733 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2734
2735 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2736 (m68k_return_value): Handle complex types like structures.
2737 (m68k_svr4_return_value): Likewise.
2738
2739 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2740
2741 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2742 parameters to bfd_get_section_name.
2743
2744 2012-07-24 Yao Qi <yao@codesourcery.com>
2745
2746 * cli/cli-setshow.c: Handle case 'var_uinteger'
2747 and 'var_zuninteger' together. Handle case 'var_integer' and
2748 'var_zinteger' together.
2749
2750 2012-07-23 Keith Seitz <keiths@redhat.com>
2751
2752 * linespec.c (convert_linespec_to_sal): Don't add
2753 any symbols to the result vector if symbol_to_sal
2754 returns zero.
2755
2756 2012-07-23 Keith Seitz <keiths@redhat.com>
2757
2758 * linespec.c (decode_objc): Record the function name
2759 in the linespec.
2760
2761 2012-07-23 Tom Tromey <tromey@redhat.com>
2762
2763 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2764 counting.
2765 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2766 (map_vmap): Acquire a reference to the BFD.
2767
2768 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2769
2770 * p-valprint.c (pascal_object_print_value): Replace potentially
2771 unsafe alloca with xmalloc/xfree.
2772 * valops.c (search_struct_method): Likewise.
2773
2774 2012-07-23 Tom Tromey <tromey@redhat.com>
2775
2776 * solib-svr4.c (enable_break): Update.
2777 * bfd-target.h (target_bfd_reopen): Update documentation.
2778
2779 2012-07-23 Tom Tromey <tromey@redhat.com>
2780
2781 * symfile.c (separate_debug_file_exists): Update.
2782 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2783 (reread_symbols): Update.
2784 * elfread.c (build_id_verify): Update.
2785 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2786 bfd_open_maybe_remote.
2787
2788 2012-07-23 Tom Tromey <tromey@redhat.com>
2789
2790 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2791
2792 2012-07-23 Tom Tromey <tromey@redhat.com>
2793
2794 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2795 and 'abfd'.
2796 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2797 and 'abfd'.
2798 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2799 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2800 'abfd'.
2801 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2802 * objfiles.c (allocate_objfile): Acquire a new reference.
2803 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2804 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2805 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2806 a cleanup for 'nbfd'.
2807 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2808 for 'nbfd'.
2809 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2810 make a cleanup for 'abfd'.
2811 (symbol_file_add): Make a BFD cleanup.
2812
2813 2012-07-23 Tom Tromey <tromey@redhat.com>
2814
2815 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2816 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2817 * corelow.c (core_open): Use gdb_bfd_fopen.
2818 * dsrec.c (load_srec): Use gdb_bfd_openr.
2819 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2820 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2821 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2822 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2823 (gdb_bfd_fdopenr): New functions.
2824 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2825 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2826 (gdb_bfd_fdopenr): Declare.
2827 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2828 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2829 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2830 gdb_bfd_openr_next_archived_file.
2831 (macho_check_dsym): Use gdb_bfd_openr.
2832 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2833 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2834 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2835 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2836 gdb_bfd_openr.
2837 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2838 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2839 gdb_bfd_openr_next_archived_file.
2840 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2841 Use gdb_bfd_openr.
2842 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2843 gdb_bfd_openr.
2844 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2845 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2846 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2847 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2848 (symfile_bfd_open): Use gdb_bfd_fopen.
2849 (generic_load): Use gdb_bfd_openr.
2850 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2851
2852 2012-07-23 Tom Tromey <tromey@redhat.com>
2853
2854 * bfd-target.c (target_bfd_reopen): Update.
2855 * cli/cli-dump.c (bfd_openr_with_cleanup)
2856 (bfd_openw_with_cleanup): Update.
2857 * corelow.c (core_open): Update.
2858 * dsrec.c (load_srec): Update.
2859 * exec.c (exec_file_attach): Update.
2860 * gcore.c (create_gcore_bfd): Update.
2861 * gdb_bfd.c (gdb_bfd_ref): Return void.
2862 (gdb_bfd_open): Update.
2863 * gdb_bfd.h (gdb_bfd_ref): Return void.
2864 Update comments.
2865 * jit.c (jit_bfd_try_read_symtab): Update.
2866 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2867 * machoread.c (macho_symfile_read_all_oso): Update.
2868 (macho_check_dsym): Update.
2869 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2870 * remote-m32r-sdi.c (m32r_load): Update.
2871 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2872 * rs6000-nat.c (add_vmap): Update.
2873 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2874 Update.
2875 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2876 * solib-spu.c (spu_bfd_open): Update.
2877 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2878 * spu-linux-nat.c (spu_bfd_open): Update.
2879 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2880 (generic_load): Update.
2881 * windows-nat.c (windows_make_so): Update.
2882
2883 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2884
2885 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2886
2887 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2888
2889 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2890 SIGTRAMP_FRAME unwinding.
2891
2892 2012-07-20 Doug Evans <dje@google.com>
2893
2894 * NEWS: Document new options "set/show use-deprecated-index-sections",
2895 and delete reference to --use-deprecated-index-sections.
2896 * symfile.h (use_deprecated_index_sections): Delete.
2897 * dwarf2read.c (use_deprecated_index_sections): Make static.
2898 (read_index_from_section): Update wording of how to load
2899 deprecated index sections.
2900 (_initialize_dwarf2_read): New options
2901 "set/show use-deprecated-index-sections".
2902 * main.c (captured_main): Delete --use-deprecated-index-sections.
2903
2904 2012-07-20 Pedro Alves <palves@redhat.com>
2905
2906 PR threads/11692
2907 PR gdb/12203
2908
2909 * infrun.c (handle_inferior_event) <new thread>: Don't special
2910 case minus_one_ptid.
2911 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2912 * linux-thread-db.c (thread_get_info_callback): Don't return early
2913 if the thread is zombie.
2914 (thread_from_lwp): Change return type to void. Rewrite stale
2915 comment.
2916 (attach_thread): Don't return early if the thread is zombie,
2917 instead set its "dying" flag.
2918 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2919 (find_new_threads_callback): Don't return early if the thread is
2920 zombie.
2921
2922 2012-07-20 Pedro Alves <palves@redhat.com>
2923
2924 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2925 * target.c (target_wait): Likewise.
2926 (str_comma_list_concat_elem, do_option, target_options_to_string):
2927 New functions.
2928 * target.h (target_options_to_string): Declare.
2929
2930 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2931 Tom Tromey <tromey@redhat.com>
2932
2933 * dwarf2read.c (dwarf_decode_macros)
2934 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2935 DW_MACRO_GNU_transparent_include_alt>: New cases.
2936 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2937 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2938
2939 2012-07-20 Tom Tromey <tromey@redhat.com>
2940
2941 * dwarf2read.c (try_open_dwo_file): Don't call
2942 gdb_bfd_stash_filename.
2943
2944 2012-07-20 Pedro Alves <palves@redhat.com>
2945
2946 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2947 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2948 (i386_process_record): Tweak description comments.
2949
2950 2012-07-20 Pedro Alves <palves@redhat.com>
2951
2952 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2953 (i386_process_record): Use record_read_memory.
2954 * record.c (record_read_memory): New function.
2955 (record_arch_list_add_mem, record_exec_insn): Use
2956 record_read_memory.
2957 * record.h (record_read_memory): Declare.
2958
2959 2012-07-20 Yao Qi <yao@codesourcery.com>
2960
2961 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2962 NULL for xfree.
2963
2964 2012-07-19 Pedro Alves <palves@redhat.com>
2965
2966 * record.c (record_resume): Ask the target beneath to report all
2967 signals.
2968
2969 2012-07-19 Doug Evans <dje@google.com>
2970
2971 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2972 there's no section at address zero.
2973 (dwarf2_record_block_ranges): Ditto.
2974
2975 2012-07-19 Yao Qi <yao@codesourcery.com>
2976
2977 * command.h, remote.c: Fix a typo in comment.
2978
2979 2012-07-19 Tom Tromey <tromey@redhat.com>
2980
2981 PR exp/13206:
2982 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2983 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2984 OP_DECLTYPE>: New cases.
2985 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2986 (type_exp): Add new productions.
2987 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2988 and decltype.
2989 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2990 New case.
2991 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2992 OP_DECLTYPE>: New case.
2993 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2994 New case.
2995 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2996 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2997
2998 2012-07-19 Tom Tromey <tromey@redhat.com>
2999
3000 * c-exp.y (enum token_flags): New.
3001 (struct token) <cxx_only>: Remove.
3002 <flags>: New field.
3003 (tokentab3, tokentab2, ident_tokens): Update.
3004 (lex_one_token): Update. Handle FLAG_SHADOW.
3005
3006 2012-07-19 Tom Tromey <tromey@redhat.com>
3007
3008 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3009 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3010 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3011 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3012 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3013 type_exp production where appropriate.
3014 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3015 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3016 <UNOP_MEMVAL_TYPE>: New case.
3017 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3018 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3019 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3020 <UNOP_MEMVAL_TYPE>: New case.
3021 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3022 UNOP_REINTERPRET_CAST>: Update.
3023 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3024 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3025 UNOP_REINTERPRET_CAST>: Update.
3026 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3027 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3028 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3029 constants.
3030
3031 2012-07-19 Yao Qi <yao@codesourcery.com>
3032 Jan Kratochvil <jan.kratochvil@redhat.com>
3033
3034 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3035 and case 'var_optional_filename' together.
3036 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3037 instead of add_setshow_optional_filename_cmd for setshow command
3038 'args'. Set completer for 'set args'.
3039
3040 2012-07-18 Doug Evans <dje@google.com>
3041
3042 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3043 * common/gdb_vecs.c: New file, contents from utils.c.
3044 * common/host-defs.h: New file, contents from defs.h.
3045 * utils.h: New file, contents from defs.h.
3046 * defs.h: Move all declarations of objects defined in utils.c
3047 to utils.h (except QUIT() and related).
3048 #include "utils.h", "host-defs.h".
3049 * probe.h (probe_p): Move here from gdb_vecs.h.
3050 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3051 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3052 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3053 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3054 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3055 (COMMON_OBS): Add gdb_vecs.o.
3056 (gdb_vecs.o): New rule.
3057
3058 2012-07-18 Keith Seitz <keiths@redhat.com>
3059
3060 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3061 parameter. If non-zero, use SYMNAME as the canonical name
3062 for the SaL.
3063 Update all callers.
3064 (convert_linespec_to_sals): Use add_sal_to_sals for
3065 expressions, too.
3066 (decode_line_full): No need to "fill in missing canonical names"
3067 anymore. Simply make cleanups for the allocated names.
3068
3069 2012-07-18 Keith Seitz <keiths@redhat.com>
3070
3071 * linespec.c (struct linespec): Constify expression,
3072 source_filename, function_name, and label_name.
3073 (symbol_not_found_error): Make all parameters const.
3074 (linespec_parser_delete): No need to check for NULL
3075 when using xfree. Cast const char * to char * for xfree.
3076
3077 2012-07-18 Keith Seitz <keiths@redhat.com>
3078
3079 * breakpoint.c (invalid_thread_id_error): New function.
3080 (find_condition_and_thread): Use invalid_thread_id_error.
3081 (watch_command_1): Likewise.
3082
3083 2012-07-18 Tom Tromey <tromey@redhat.com>
3084
3085 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3086 * contrib/cc-with-tweaks.sh: New file.
3087
3088 2012-07-18 Tom Tromey <tromey@redhat.com>
3089
3090 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3091 (locate_dwz_sections): Recognize .gdb_index.
3092 (create_cus_from_index_list): New function.
3093 (create_cus_from_index): Use it. Handle .dwz data.
3094 (read_index_from_section): New function, extracted from
3095 dwarf2_read_index.
3096 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3097 if needed.
3098
3099 2012-07-18 Tom Tromey <tromey@redhat.com>
3100
3101 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3102 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3103 <is_dwz>: New field.
3104 (struct dwz_file): New.
3105 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3106 (locate_dwz_sections, dwarf2_get_dwz_file)
3107 (get_abbrev_section_for_cu): New functions.
3108 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3109 (read_and_check_type_unit_head): Add abbrev_section argument.
3110 (create_debug_types_hash_table): Update.
3111 (init_cutu_and_read_dies): Use proper abbrev section.
3112 (init_cutu_and_read_dies_no_follow): Likewise.
3113 (set_partial_user): Do nothing if PST==NULL.
3114 (read_comp_units_from_section): New function.
3115 (create_all_comp_units): Use it.
3116 (scan_partial_symbols, partial_die_parent_scope): Update.
3117 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3118 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3119 (find_partial_die): Add offset_in_dwz argument. Update.
3120 (guess_partial_die_structure_name, fixup_partial_die): Update.
3121 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3122 DW_FORM_GNU_strp_alt.
3123 (read_indirect_string_from_dwz): New function.
3124 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3125 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3126 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3127 (follow_die_offset): Add offset_in_dwz argument.
3128 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3129 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3130 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3131 Handle new macro forms.
3132 (dwarf_decode_macros): Update.
3133 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3134 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3135 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3136 (create_debug_types_hash_table): Use correct abbrev section.
3137 (get_debug_line_section): New function.
3138 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3139 (process_full_comp_unit): Pass 'required' argument to
3140 end_symtab_get_static_block.
3141 * buildsym.h (end_symtab_get_static_block): Update.
3142 * buildsym.c (end_symtab_get_static_block): Add 'required'
3143 argument.
3144 (end_symtab, end_expandable_symtab): Update.
3145
3146 2012-07-18 Tom Tromey <tromey@redhat.com>
3147
3148 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3149 (pagesize): Remove.
3150 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3151 (zlib_decompress_section): Remove.
3152 (dwarf2_read_section): Use gdb_bfd_map_section.
3153 (munmap_section_buffer): Remove.
3154 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3155 munmap_section_buffer.
3156 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3157 (struct gdb_bfd_section_data): New.
3158 (free_one_bfd_section): New function.
3159 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3160 (get_section_descriptor, zlib_decompress_section)
3161 (gdb_bfd_map_section): New functions.
3162 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3163
3164 2012-07-18 Tom Tromey <tromey@redhat.com>
3165
3166 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3167
3168 2012-07-18 Tom Tromey <tromey@redhat.com>
3169
3170 * gdb_bfd.c (struct gdb_bfd_data): New.
3171 (gdb_bfd_cache): New global.
3172 (struct gdb_bfd_cache_search): New.
3173 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3174 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3175 * gdb_bfd.h (gdb_bfd_open): Declare.
3176
3177 2012-07-18 Tom Tromey <tromey@redhat.com>
3178
3179 * utils.c (make_cleanup_bfd_unref): Rename from
3180 make_cleanup_bfd_close.
3181 * defs.h (make_cleanup_bfd_unref): Rename from
3182 make_cleanup_bfd_close.
3183 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3184 (bfd_openw_with_cleanup): Update.
3185 * corelow.c (core_open): Update.
3186 * dsrec.c (load_srec): Update.
3187 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3188 * remote-m32r-sdi.c (m32r_load): Update.
3189 * remote-mips.c (mips_load_srec): Update.
3190 (pmon_load_fast): Update.
3191 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3192 Update.
3193 (darwin_bfd_open): Update.
3194 * solib.c (solib_bfd_fopen): Update.
3195 * symfile-mem.c (symbol_file_add_from_memory): Update.
3196 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3197 (symfile_bfd_open): Update.
3198 (generic_load): Update.
3199
3200 2012-07-18 Tom Tromey <tromey@redhat.com>
3201
3202 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3203 (pmon_load_fast): Likewise.
3204 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3205 (m32r_upload_command): Likewise.
3206 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3207 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3208 Use make_cleanup_bfd_close.
3209
3210 2012-07-18 Tom Tromey <tromey@redhat.com>
3211
3212 * symfile.c (symfile_bfd_open): Don't copy name. Call
3213 gdb_bfd_stash_filename.
3214 (load_command): Open the new BFD before freeing the old.
3215 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3216 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3217 Call gdb_bfd_stash_filename.
3218 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3219 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3220 gdb_bfd_stash_filename.
3221 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3222 Free found_pathname.
3223 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3224 gdb_bfd_stash_filename.
3225 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3226 * machoread.c (macho_add_oso_symfile): Call
3227 gdb_bfd_stash_filename.
3228 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3229 gdb_bfd_stash_filename.
3230 (macho_check_dsym): Don't copy filename. Call
3231 gdb_bfd_stash_filename.
3232 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3233 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3234 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3235 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3236 * exec.c (exec_close): Don't free the BFD's filename.
3237 (exec_file_attach): Don't copy the filename. Call
3238 gdb_bfd_stash_filename.
3239 * corelow.c (core_close): Don't free the BFD's filename.
3240 (core_open): Call gdb_bfd_stash_filename.
3241 * corefile.c (reopen_exec_file): Remove #if 0 code.
3242 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3243 pathname.
3244 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3245
3246 2012-07-18 Tom Tromey <tromey@redhat.com>
3247
3248 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3249 gdb_bfd_unref.
3250 (free_dwo_file): Use gdb_bfd_unref.
3251 * cli/cli-dump.c: Include gdb_bfd.h.
3252 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3253 (bfd_openr_with_cleanup): Likewise.
3254 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3255 gdb_bfd_unref.
3256 * utils.c: Include gdb_bfd.h.
3257 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3258 * symfile.c: Include gdb_bfd.h.
3259 (separate_debug_file_exists): Use gdb_bfd_unref.
3260 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3261 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3262 (generic_load): Use gdb_bfd_ref.
3263 (reread_symbols): Use gdb_bfd_unref.
3264 * symfile-mem.c: Include gdb_bfd.h.
3265 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3266 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3267 * solib.c: Include gdb_bfd.h.
3268 (solib_bfd_fopen): Use gdb_bfd_ref.
3269 (solib_bfd_open): Use gdb_bfd_unref.
3270 (free_so_symbols): Use gdb_bfd_unref.
3271 (reload_shared_libraries_1): Use gdb_bfd_unref.
3272 * solib-spu.c: Include gdb_bfd.h.
3273 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3274 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3275 gdb_bfd_unref.
3276 * solib-frv.c: Include gdb_bfd.h.
3277 (enable_break2): Use gdb_bfd_unref.
3278 * solib-dsbt.c: Include gdb_bfd.h.
3279 (enable_break2): Use gdb_bfd_unref.
3280 * solib-darwin.c: Include gdb_bfd.h.
3281 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3282 gdb_bfd_unref.
3283 (darwin_bfd_open): Use gdb_bfd_unref.
3284 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3285 * remote-mips.c: Include gdb_bfd.h.
3286 (mips_load_srec): Use gdb_bfd_ref.
3287 (pmon_load_fast): Use gdb_bfd_ref.
3288 * remote-m32r-sdi.c: Include gdb_bfd.h.
3289 (m32r_load): Use gdb_bfd_ref.
3290 * record.c: Include gdb_bfd.h.
3291 (record_save_cleanups): Use gdb_bfd_unref.
3292 (cmd_record_save): Use gdb_bfd_unref.
3293 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3294 gdb_bfd_unref.
3295 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3296 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3297 * objfiles.c: Include gdb_bfd.h.
3298 (free_objfile): Use gdb_bfd_unref.
3299 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3300 gdb_bfd.c.
3301 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3302 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3303 (macho_check_dsym): Likewise.
3304 * m32r-rom.c: Include gdb_bfd.h.
3305 (m32r_load): Use gdb_bfd_ref.
3306 (m32r_upload_command): Use gdb_bfd_ref.
3307 * jit.c: Include gdb_bfd.h.
3308 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3309 * gdb_bfd.h: New file.
3310 * gdb_bfd.c: New file.
3311 * gcore.c: Include gdb_bfd.h.
3312 (create_gcore_bfd): Use gdb_bfd_ref.
3313 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3314 (gcore_command): Use gdb_bfd_unref.
3315 * exec.c: Include gdb_bfd.h.
3316 (exec_close): Use gdb_bfd_unref.
3317 (exec_close_1): Use gdb_bfd_unref.
3318 (exec_file_attach): Use gdb_bfd_ref.
3319 * elfread.c: Include gdb_bfd.h.
3320 (build_id_verify): Use gdb_bfd_unref.
3321 * dsrec.c: Include gdb_bfd.h.
3322 (load_srec): Use gdb_bfd_ref.
3323 * corelow.c: Include gdb_bfd.h.
3324 (core_close): Use gdb_bfd_unref.
3325 (core_open): Use gdb_bfd_ref.
3326 * bfd-target.c: Include gdb_bfd.h.
3327 (target_bfd_xclose): Use gdb_bfd_unref.
3328 (target_bfd_reopen): Use gdb_bfd_ref.
3329 * Makefile.in (SFILES): Add gdb_bfd.c.
3330 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3331 (COMMON_OBS): Add gdb_bfd.o.
3332
3333 2012-07-18 Keith Seitz <keiths@redhat.com>
3334
3335 * breakpoint.c (find_condition_and_thread): Initialize
3336 TASK and REST.
3337 (create_breakpiont): find_condition_and_thread will now
3338 initialize COND_STRING, THREAD, and REST (and TASK).
3339 (addr_string_to_sals): Likewise.
3340
3341 2012-07-18 Pedro Alves <palves@redhat.com>
3342
3343 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3344 Pull the single step breakpoints out of the target.
3345
3346 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3347
3348 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3349 * stap-probe.c (compile_probe_arg): Likewise.
3350
3351 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3352
3353 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3354 (elf_compile_to_ax): Likewise.
3355 * infrun.c (insert_exception_resume_from_probe): Likewise.
3356 (check_exception_resume): Remove `objfile' variable.
3357 * probe.c (find_probe_by_pc): Remove `objfile' argument.
3358 (struct probe_and_objfile, probe_and_objfile_s): Delete.
3359 (collect_probes): Adjust return value to `VEC (probe_p) *'.
3360 (compare_entries): Rename to...
3361 (compare_probes): ...this. Adjust function to work with
3362 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
3363 respectively.
3364 (gen_ui_out_table_header_info): Adjust `probes' argument to be
3365 `VEC (probe_p) *'.
3366 (print_ui_out_info): Adjust argument to be `struct probe *'.
3367 (info_probes_for_ops): Adjust internal computations to use
3368 `VEC (probe_p) *'.
3369 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3370 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3371 gen_info_probes_table_values>: Remove `objfile' argument.
3372 (struct probe) <objfile>: New field.
3373 (find_probe_by_pc): Remove `objfile' argument.
3374 * stap-probe.c (stap_parse_probe_arguments): Likewise.
3375 (stap_get_probe_argument_count): Likewise.
3376 (stap_get_arg): Likewise.
3377 (stap_evaluate_probe_argument): Likewise.
3378 (stap_compile_to_ax): Likewise.
3379 (compile_probe_arg): Refactor not to pass `objfile' anymore.
3380 (handle_stap_probe): Fill `objfile' field from `struct probe'.
3381 (stap_gen_info_probes_table_header): Remove `objfile' argument.
3382 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3383 sym_compile_to_ax>: Likewise.
3384
3385 2012-07-18 Terry Guo <terry.guo@arm.com>
3386
3387 PR 14329
3388 * defs.h (GDB_MI_MSG_WIDTH): New.
3389 * ser_base (ser_base_read_error_fd): New function.
3390 (do_ser_base_readchar): Poll error file descriptor as well as
3391 standard output.
3392 (generic_readchar): Refactor error handling.
3393
3394 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3395
3396 * NEWS: Create a new section for the next release branch.
3397 Rename the section of the current branch, now that it has
3398 been cut.
3399
3400 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3401
3402 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3403 * version.in: Bump version to 7.5.50.20120718-cvs.
3404
3405 2012-07-17 Keith Seitz <keiths@redhat.com>
3406
3407 * linespec.c (linespec_parse_line_offset): Make parameter
3408 const.
3409
3410 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3411
3412 PR 11914
3413 * f-valprint.c (info_common_command): New variable frame_id.
3414 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3415 * printcmd.c (print_variable_and_value): Extend function comment.
3416 Add comment for invalidated FRAME.
3417 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3418 FI form FRAME_ID after each print_frame_local_vars.
3419 (struct print_variable_and_value_data): Change frame to frame_id.
3420 (do_print_variable_and_value): New variable frame, initialize it from
3421 p->frame_id. Add comment for invalidated FRAME.
3422 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3423 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3424 for invalidated FRAME.
3425
3426 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3427 Pedro Alves <palves@redhat.com>
3428
3429 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3430 loop.
3431
3432 2012-07-16 Tom Tromey <tromey@redhat.com>
3433
3434 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3435
3436 2012-07-15 Doug Evans <dje@google.com>
3437
3438 * dwarf2read.c (stmt_list_hash): New struct.
3439 (type_unit_group): Embed "per_cu" member, remove pointer.
3440 New union member "t", move member "tus" into it, all uses updated.
3441 New member "hash", replaces member "line_offset, all uses updated.
3442 (quick_file_names): Replace member "offset" with "hash", all uses
3443 updated.
3444 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3445 (hash_file_name_entry, eq_file_name_entry): Call them.
3446 (hash_type_unit_group, eq_type_unit_group): Ditto.
3447 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3448 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3449 (dw2_get_file_names): Update.
3450 (create_type_unit_group): Replace "per_cu" arg with "cu".
3451 All callers updated. Fix "quick" (.gdb_index) handling.
3452 (get_type_unit_group): Replace "per_cu" arg with "cu".
3453 All callers updated.
3454 (build_type_unit_groups): Don't reset tu_stats.
3455
3456 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3457 "tab_cur_size". Change member "tab" to be a htab_t.
3458 (create_filename_seen_cache): Update.
3459 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3460 (filename_seen): Update.
3461
3462 2012-07-13 Doug Evans <dje@google.com>
3463
3464 * symtab.c (filename_seen): Update comment.
3465
3466 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3467 Doug Evans <dje@google.com>
3468
3469 * buildsym.c (end_symtab_1): Split it to ...
3470 (end_symtab_get_static_block): ... this ...
3471 (end_symtab_from_static_block): ... and this function.
3472 (end_symtab, end_expandable_symtab): Call them.
3473 * buildsym.h (end_symtab_get_static_block)
3474 (end_symtab_from_static_block): New declarations.
3475 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3476 Set its valid CU ranges.
3477
3478 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3479
3480 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3481 DW_OP_GNU_parameter_ref.
3482
3483 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3484
3485 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3486 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3487
3488 2012-07-13 Doug Evans <dje@google.com>
3489
3490 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3491 (filename_seen_cache): New struct.
3492 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3493 (create_filename_seen_cache): New function.
3494 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3495 (filename_seen): Delete arg "first". New arg "cache". All callers
3496 updated.
3497 (output_source_filename_data): New struct.
3498 (output_source_filename): Delete arg "first". New arg "data".
3499 All callers updated.
3500 (sources_info): Delete local "first". New locals "data", "cleanups".
3501 Rewrite to use filename_seen_cache.
3502 (add_partial_filename_data): Delete member "first". New member
3503 "filename_seen_cache". All uses updated.
3504 (make_source_files_completion_list): Rewrite to use
3505 filename_seen_cache.
3506
3507 2012-07-12 Doug Evans <dje@google.com>
3508
3509 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3510
3511 2012-07-10 Doug Evans <dje@google.com>
3512
3513 PR gdb/13498
3514 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3515 all_type_unit_groups, type_unit_groups, tu_stats.
3516 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3517 All uses updated. Add type_unit_group to union "s".
3518 (type_unit_group): New struct.
3519 (IS_TYPE_UNIT_GROUP): New macro.
3520 (abbrev_table): Delete unused member "section".
3521 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3522 (dw2_get_cu): Assert not used with type_unit_group.
3523 (dw2_get_primary_cu): New function.
3524 (dw2_build_type_unit_groups_reader): New function.
3525 (dw2_build_type_unit_groups): New function.
3526 (dw2_get_file_names): Assert not called on type units.
3527 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3528 Redo loop to iterate over type unit groups instead of type units.
3529 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3530 (read_abbrev_offset): New function.
3531 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3532 updated.
3533 (create_partial_symtab): New function.
3534 (process_psymtab_comp_unit_reader): Assert not used with type units.
3535 Call create_partial_symtab.
3536 (process_psymtab_type_unit): Delete.
3537 (hash_type_unit_group, eq_type_unit_group): New functions.
3538 (allocate_type_unit_groups_table): New function.
3539 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3540 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3541 (create_type_unit_group, get_type_unit_group): New functions.
3542 (tu_abbrev_offset): New struct.
3543 (sort_tu_by_abbrev_offset): New function.
3544 (add_type_unit_group_to_table): New function.
3545 (build_type_unit_groups): New function.
3546 (build_type_psymtabs_reader): New function.
3547 (build_type_psymtab_dependencies): New function.
3548 (build_type_psymtabs): Rewrite.
3549 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3550 is seen in a type unit.
3551 (process_queue): Move symtab expansion debugging printfs here.
3552 Call process_full_type_unit for type units.
3553 (compute_symtab_includes): Assert not called for type units.
3554 (process_cu_includes): Don't call compute_symtab_includes for
3555 type units.
3556 (process_full_type_unit): New function.
3557 (process_imported_unit_die): Flag an error if called for type units.
3558 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3559 updated. Assert not called for type units.
3560 (read_file_scope): Call dwarf2_start_symtab.
3561 (setup_type_unit_groups): New function.
3562 (read_type_unit_scope): Rewrite.
3563 (abbrev_table_read_table): Initialize abbrev_table->offset.
3564 (abbrev_table_free_cleanup): New function.
3565 (dwarf2_start_symtab): New function.
3566 (load_full_type_unit): Assert not called for type unit groups.
3567 * buildsym.c (finish_block_internal): New arg "expandable".
3568 All callers updated.
3569 (start_symtab): Move most contents to ...
3570 (restart_symtab): ... here. New function.
3571 (reset_symtab_globals): New function.
3572 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3573 Call reset_symtab_globals.
3574 (end_symtab, end_expandable_symtab): New functions.
3575 (set_missing_symtab, augment_type_symtab): New functions.
3576 * buildsym.h (end_expandable_symtab): Declare.
3577 (augment_type_symtab, restart_symtab): Declare.
3578 * psympriv.h (struct partial_symtab): New member "anonymous".
3579 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3580 anonymous psymtabs.
3581 (read_psymtabs_with_filename): Ditto.
3582 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3583 (expand_symtabs_matching_via_partial): Ditto.
3584 (dump_psymtab): Update.
3585 * dictionary.c (dict_add_pending): New function.
3586 * dictionary.h (dict_add_pending): Declare.
3587
3588 2012-07-09 Doug Evans <dje@google.com>
3589
3590 * buildsym.c (start_subfile): Remove unnecessary check for
3591 name == NULL.
3592
3593 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3594
3595 * dwarf2read.c (load_full_type_unit): Simplify.
3596
3597 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3598 to struct signatured_type **. All uses updated.
3599
3600 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3601 All callers updated.
3602
3603 2012-07-09 Tom Tromey <tromey@redhat.com>
3604
3605 * c-exp.y (check_parameter_typelist): New function.
3606 (parameter_typelist): Call it.
3607 * eval.c (make_params): Handle '(void)' case.
3608 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3609 '(void)' case.
3610
3611 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3612
3613 * common/linux-ptrace.c: Include gdb_assert.h.
3614 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3615 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3616 stdint.h.
3617 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3618 functions.
3619 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3620 * linux-nat.c (linux_child_post_attach)
3621 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3622
3623 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3624
3625 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3626 nptl <2.7 bug workaround for core files.
3627
3628 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3629
3630 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3631 clearing.
3632 (save_siginfo): Remove.
3633 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3634 call.
3635 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3636 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3637 * linux-nat.h (struct lwp_info): Remove field siginfo.
3638
3639 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3640
3641 Code cleanup for the next patch.
3642 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3643 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3644 call for it.
3645 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3646 (ia64_linux_stopped_data_address):
3647 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3648 the return value.
3649 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3650 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3651 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3652 call for it.
3653
3654 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3655
3656 PR 14321
3657 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3658 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3659
3660 2012-07-06 Tom Tromey <tromey@redhat.com>
3661
3662 * c-exp.y (DOTDOTDOT): New token.
3663 (func_mod, exp): Use parameter_typelist.
3664 (parameter_typelist): New production.
3665 (tokentab3): Add "..." token.
3666 * eval.c (make_params): Handle varargs.
3667 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3668 varargs.
3669
3670 2012-07-06 Tom Tromey <tromey@redhat.com>
3671
3672 PR exp/9608:
3673 * c-exp.y (%union) <tvec>: Change type.
3674 (func_mod): Now uses <tvec> type.
3675 (exp): Update for tvec change.
3676 (direct_abs_decl): Push the typelist.
3677 (func_mod): Return a typelist.
3678 (nonempty_typelist): Update for tvec change.
3679 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3680 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3681 * parse.c (pop_type_list): New function.
3682 (push_typelist): New function.
3683 (follow_types): Handle tp_function_with_arguments.
3684 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3685 (enum type_pieces) <tp_function_with_arguments>: New constant.
3686 (union type_stack_elt) <typelist_val>: New field.
3687 (push_typelist): Declare.
3688
3689 2012-07-06 Tom Tromey <tromey@redhat.com>
3690
3691 * c-exp.y (%union) <type_stack>: New field.
3692 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3693 (ptr_operator_ts): New production.
3694 (ptype): Update.
3695 * parse.c (type_stack_reserve): New function.
3696 (check_type_stack_depth): Use it.
3697 (pop_type_stack, append_type_stack, push_type_stack)
3698 (get_type_stack, type_stack_cleanup): New functions.
3699 (follow_types): Handle tp_type_stack.
3700 (_initialize_parse): Simplify initialization.
3701 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3702 constant.
3703 (union type_stack_elt) <stack_val>: New field.
3704 (get_type_stack, append_type_stack, push_type_stack)
3705 (type_stack_cleanup): Declare.
3706
3707 2012-07-06 Tom Tromey <tromey@redhat.com>
3708
3709 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3710 Remove.
3711 (struct type_stack): New.
3712 * parse.c (type_stack, type_stack_size, type_stack_depth):
3713 Remove.
3714 (type_stack): New global.
3715 (parse_exp_in_context, check_type_stack_depth)
3716 (insert_into_type_stack, insert_type, push_type, push_type_int)
3717 (insert_type_address_space, pop_type, pop_type_int)
3718 (_initialize_parse): Update.
3719
3720 2012-07-06 Tom Tromey <tromey@redhat.com>
3721
3722 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3723 Remove %type.
3724
3725 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3726
3727 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3728
3729 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3730 Jan Kratochvil <jan.kratochvil@redhat.com>
3731
3732 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3733 alloca with xmalloc/xfree.
3734
3735 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3736
3737 * MAINTAINERS (Write After Approval): Add myself to the list.
3738
3739 2012-07-05 Doug Evans <dje@google.com>
3740
3741 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3742
3743 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3744
3745 * ax-gdb.c (cli/cli-utils.h): New include.
3746 (linespec.h): Ditto.
3747 (agent_eval_command_one): New function.
3748 (agent_command_1): Ditto.
3749 (agent_command): Call function agent_command_1.
3750 (agent_eval_command): Ditto.
3751 (_initialize_ax_gdb): Change help for "maint agent"
3752 and "maint agent-eval".
3753
3754 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3755
3756 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3757 * cli/cli-utils.c (check_for_argument): New function.
3758 * cli/cli-utils.h (check_for_argument): Ditto.
3759
3760 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3761
3762 * NEWS: Mention x32 ABI support.
3763
3764 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3765
3766 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3767 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3768
3769 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3770 and pc_regnum_from_eax to -1. Update SP regnum from
3771 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3772 needed.
3773
3774 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3775 pc_regnum_from_eax.
3776
3777 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3778
3779 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3780 * dwarf2expr.h: Include gdbtypes.h.
3781 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3782 these forward declarations.
3783 (cu_offset, sect_offset): Move these ...
3784 * gdbtypes.h: Remove include dwarf2expr.h.
3785 (cu_offset, sect_offset): ... here.
3786
3787 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3788
3789 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3790 (amd64_linux_sigtramp_code): This.
3791 (amd64_x32_linux_sigtramp_code): New.
3792 (LINUX_SIGTRAMP_LEN): Updated.
3793 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3794
3795 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3796
3797 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3798
3799 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3800
3801 * config.in: Regenerate.
3802 * configure: Regenerate.
3803 * configure.ac: Remove check for gnu/libc-version.h.
3804 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3805 gnu/libc-version.h.
3806 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3807 variables libc_version, libc_major and libc_minor. Replace sscanf by
3808 inferior_has_bug. Extend the comment.
3809
3810 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3811
3812 * linux-thread-db.c (inferior_has_bug): New function.
3813 (thread_db_find_new_threads_silently): Return boolean as checked by
3814 inferior_has_bug, describe it in the comments.
3815 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3816 earlier. Abort the initialization if it returned non-zero.
3817 (thread_db_new_objfile): Exclude debug files.
3818 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3819 if UNTIL_NO_NEW,
3820
3821 2012-07-02 Doug Evans <dje@google.com>
3822
3823 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3824 related to queue management.
3825
3826 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3827 instead of "debug dwarf2-die" in debugging printfs.
3828 (create_debug_info_hash_table_reader): Ditto.
3829 (create_debug_info_hash_table): Ditto.
3830 (init_dwo_file): Ditto.
3831 (init_cutu_and_read_dies): Add debugging printf.
3832 (init_cutu_and_read_dies_no_follow): Ditto.
3833 (process_psymtab_comp_unit_reader): Ditto.
3834
3835 2012-07-02 Stan Shebs <stan@codesourcery.com>
3836
3837 Add target-side support for dynamic printf.
3838 * NEWS: Mention the additional style.
3839 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3840 (struct bp_location): New field cmd_bytecode.
3841 * breakpoint.c: Include format.h.
3842 (disconnected_dprintf): New global.
3843 (parse_cmd_to_aexpr): New function.
3844 (build_target_command_list): New function.
3845 (insert_bp_location): Call it.
3846 (remove_breakpoints_pid): Skip dprintf breakpoints.
3847 (print_one_breakpoint_location): Ditto.
3848 (dprintf_style_agent): New global.
3849 (dprintf_style_enums): Add dprintf_style_agent.
3850 (update_dprintf_command_list): Add agent case.
3851 (agent_printf_command): New function.
3852 (_initialize_breakpoint): Add new commands.
3853 * common/ax.def (printf): New bytecode.
3854 * ax.h (ax_string): Declare.
3855 * ax-gdb.h (gen_printf): Declare.
3856 * ax-gdb.c: Include cli-utils.h, format.h.
3857 (gen_printf): New function.
3858 (maint_agent_print_command): New function.
3859 (_initialize_ax_gdb): Add maint agent-printf command.
3860 * ax-general.c (ax_string): New function.
3861 (ax_print): Add printf disassembly.
3862 * Makefile.in (SFILES): Add format.c
3863 (COMMON_OBS): Add format.o.
3864 * common/format.h: New file.
3865 * common/format.c: New file.
3866 * printcmd.c: Include format.h.
3867 (ui_printf): Call parse_format_string.
3868 * remote.c (remote_state): New field breakpoint_commands.
3869 (PACKET_BreakpointCommands): New enum.
3870 (remote_breakpoint_commands_feature): New function.
3871 (remote_protocol_features): Add new BreakpointCommands entry.
3872 (remote_can_run_breakpoint_commands): New function.
3873 (remote_add_target_side_commands): New function.
3874 (remote_insert_breakpoint): Call it.
3875 (remote_insert_hw_breakpoint): Ditto.
3876 (_initialize_remote): Add new packet configuration for
3877 target-side breakpoint commands.
3878 * target.h (struct target_ops): New field
3879 to_can_run_breakpoint_commands.
3880 (target_can_run_breakpoint_commands): New macro.
3881 * target.c (update_current_target): Handle
3882 to_can_run_breakpoint_commands.
3883
3884 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3885
3886 Execute -ix and -iex only after system and user gdbinit files.
3887 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3888 processing down after gdbinit files.
3889
3890 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3891
3892 Add fnmatch-gnu module.
3893 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3894 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3895 * gnulib/aclocal.m4: Regenerate.
3896 * gnulib/config.in: Regenerate.
3897 * gnulib/configure: Regenerate.
3898 * gnulib/import/dummy.c: Remove.
3899 * gnulib/import/Makefile.am: Regenerate.
3900 * gnulib/import/Makefile.in: Likewise.
3901 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3902 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3903 * gnulib/import/alloca.c: New file.
3904 * gnulib/import/alloca.in.h: Likewise.
3905 * gnulib/import/config.charset: Likewise.
3906 * gnulib/import/fnmatch.c: Likewise.
3907 * gnulib/import/fnmatch.in.h: Likewise.
3908 * gnulib/import/fnmatch_loop.c: Likewise.
3909 * gnulib/import/localcharset.c: Likewise.
3910 * gnulib/import/localcharset.h: Likewise.
3911 * gnulib/import/m4/alloca.m4: Likewise.
3912 * gnulib/import/m4/codeset.m4: Likewise.
3913 * gnulib/import/m4/configmake.m4: Likewise.
3914 * gnulib/import/m4/fcntl-o.m4: Likewise.
3915 * gnulib/import/m4/fnmatch.m4: Likewise.
3916 * gnulib/import/m4/glibc21.m4: Likewise.
3917 * gnulib/import/m4/localcharset.m4: Likewise.
3918 * gnulib/import/m4/locale-fr.m4: Likewise.
3919 * gnulib/import/m4/locale-ja.m4: Likewise.
3920 * gnulib/import/m4/locale-zh.m4: Likewise.
3921 * gnulib/import/m4/mbrtowc.m4: Likewise.
3922 * gnulib/import/m4/mbsinit.m4: Likewise.
3923 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3924 * gnulib/import/m4/mbstate_t.m4: Likewise.
3925 * gnulib/import/m4/stdbool.m4: Likewise.
3926 * gnulib/import/m4/wchar_h.m4: Likewise.
3927 * gnulib/import/m4/wctype_h.m4: Likewise.
3928 * gnulib/import/m4/wint_t.m4: Likewise.
3929 * gnulib/import/mbrtowc.c: Likewise.
3930 * gnulib/import/mbsinit.c: Likewise.
3931 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3932 * gnulib/import/mbsrtowcs-state.c: Likewise.
3933 * gnulib/import/mbsrtowcs.c: Likewise.
3934 * gnulib/import/ref-add.sin: Likewise.
3935 * gnulib/import/ref-del.sin: Likewise.
3936 * gnulib/import/stdbool.in.h: Likewise.
3937 * gnulib/import/streq.h: Likewise.
3938 * gnulib/import/strnlen1.c: Likewise.
3939 * gnulib/import/strnlen1.h: Likewise.
3940 * gnulib/import/verify.h: Likewise.
3941 * gnulib/import/wchar.in.h: Likewise.
3942 * gnulib/import/wctype.in.h: Likewise.
3943
3944 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3945
3946 Support shell wildcards for 'set auto-load safe-path'.
3947 * auto-load.c: Include fnmatch.h.
3948 (filename_is_in_dir): Rename to ...
3949 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3950 it. Update function comment. Rename dir_len to pattern_len. New
3951 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3952 messages. Use gdb_filename_fnmatch.
3953 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3954 pattern.
3955 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3956 * defs.h (gdb_filename_fnmatch): New declaration.
3957 * utils.c: Include fnmatch.h.
3958 (gdb_filename_fnmatch): New function.
3959
3960 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3961
3962 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3963 `-probe' and `-probe-stap' options.
3964
3965 2012-07-01 Yao Qi <yao@codesourcery.com>
3966
3967 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3968 always_inserted_off, and always_inserted_enums.
3969 Change always_inserted_mode's type to 'enum auto_boolean'.
3970 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3971 callers.
3972 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3973 of add_setshow_enum_cmd.
3974 * infrun.c: Remove can_use_displaced_stepping_auto,
3975 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3976 can_use_displaced_stepping_enum.
3977 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3978 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3979 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3980 add_setshow_enum_cmd.
3981
3982 2012-06-30 Doug Evans <dje@google.com>
3983
3984 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3985 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3986 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3987
3988 2012-06-29 Doug Evans <dje@google.com>
3989
3990 * linespec.c: #include "stack.h".
3991 (decode_line_with_current_source): Moved here from symtab.c and
3992 renamed from decode_line_spec. All callers updated.
3993 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3994 renamed from decode_line_spec_1. All callers updated.
3995 * linespec.h (decode_line_with_current_source): Move declaration here
3996 from symtab.h and renamed from decode_line_spec.
3997 (decode_line_with_last_displayed): Move declaration here from symtab.h
3998 and renamed from decode_line_spec_1.
3999 * macrocmd.c: #include "linespec.h".
4000 * symtab.c: Remove #include "linespec.h".
4001
4002 2012-06-28 Doug Evans <dje@google.com>
4003
4004 * dwarf2read.c (get_cu_length): New function.
4005 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4006 (create_debug_types_hash_table): Ditto.
4007 (init_cutu_and_read_dies): Ditto.
4008 (init_cutu_and_read_dies_no_follow): Ditto.
4009
4010 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4011
4012 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4013 (struct abbrev_table): Define.
4014 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4015 abbrev_table.
4016 (init_cutu_and_read_dies): Update.
4017 (abbrev_table_alloc_abbrev): New function. Replaces
4018 dwarf_alloc_abbrev. All callers updated.
4019 (abbrev_table_add_abbrev): New function.
4020 (abbrev_table_lookup_abbrev): New function. Replaces
4021 dwarf2_lookup_abbrev. All callers updated.
4022 (abbrev_table_read_table): New function. Contents moved here from
4023 dwarf2_read_abbrevs.
4024 (dwarf2_read_abbrevs): Call it.
4025 (abbrev_table_free): New function.
4026 (dwarf2_free_abbrev_table): Call it.
4027
4028 2012-06-28 Stan Shebs <stan@codesourcery.com>
4029
4030 * osdata.c (info_osdata_command): Filter out "Title" columns
4031 from non-MI uses.
4032 * common/linux-osdata.c (struct osdata_type): Add title field.
4033 (osdata_table): Add titles to each entry.
4034 (linux_command_xfer_osdata): Add a column for title data.
4035
4036 2012-06-28 Stan Shebs <stan@codesourcery.com>
4037
4038 Make logging work for MI.
4039 * NEWS: Mention it.
4040 * interps.h (interp_set_logging_ftype): New typedef.
4041 (struct interp_procs): New field set_logging_proc.
4042 (current_interp_set_logging): Declare.
4043 * interps.c (current_interp_set_logging): New function.
4044 * cli/cli-logging.c: Include interps.h.
4045 (set_logging_redirect): Call current_interp_set_logging.
4046 (pop_output_files): Ditto.
4047 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4048 * mi/mi-console.h (mi_console_set_raw): Declare.
4049 * mi/mi-console.c (mi_console_set_raw): New function.
4050 * mi/mi-interp.c (saved_raw_stdout): New global.
4051 (mi_set_logging): New function.
4052 (_initialize_mi_interp): Add it to interp procs.
4053
4054 2012-06-28 Doug Evans <dje@google.com>
4055
4056 * symtab.c (lookup_symbol_aux_objfile): Use
4057 ALL_OBJFILE_PRIMARY_SYMTABS.
4058
4059 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4060
4061 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4062
4063 * common/buffer.c: Include inttypes.h and stdint.h.
4064 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4065
4066 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4067 Pedro Alves <palves@redhat.com>
4068
4069 * gdbthread.h (ALL_THREADS): New macro.
4070 (thread_list): Declare.
4071 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4072 going, but instead fall through to the stepping handling.
4073 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4074 the passed in signal. Adjust debug output.
4075 (resume_callback): Rename to ...
4076 (linux_nat_resume_callback): ... this. Pass the thread's last
4077 stop signal, if in "pass" state.
4078 (linux_nat_resume): Adjust to rename.
4079 (stop_wait_callback): New assertion. Don't respawn signals;
4080 instead let the LWP remain with SIGNALLED set.
4081 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4082 * remote.c (append_pending_thread_resumptions): New.
4083 (remote_vcont_resume): Call it.
4084 * target.h (target_resume): Extend comment.
4085
4086 2012-06-28 Iain Sandoe <iain@codesourcery.com>
4087
4088 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4089
4090 2012-06-27 Doug Evans <dje@google.com>
4091
4092 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4093 Delete have_addr_base, unused. All uses updated.
4094 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4095 (dwarf2_get_pc_bounds): Add ranges_base.
4096 (dwarf2_record_block_ranges): Ditto.
4097
4098 2012-06-27 Tom Tromey <tromey@redhat.com>
4099
4100 PR macros/7961:
4101 * varobj.c (varobj_create): Update.
4102 (varobj_set_value): Update.
4103 * tracepoint.c (validate_actionline): Update.
4104 (encode_actions_1): Update.
4105 * parse.c (parse_exp_1): Add 'pc' argument.
4106 (parse_exp_in_context): Add 'pc' argument. Change how
4107 expression_context_pc is set.
4108 (parse_expression): Update.
4109 (parse_field_expression): Update.
4110 * expression.h (parse_exp_1): Update.
4111 * eval.c (parse_to_comma_and_eval): Update.
4112 * breakpoint.c (set_breakpoint_condition): Update.
4113 (update_watchpoint): Update.
4114 (init_breakpoint_sal): Update
4115 (find_condition_and_thread): Update.
4116 (watch_command_1): Update.
4117 (update_breakpoint_locations): Update.
4118 * ada-lang.c (ada_read_renaming_var_value): Update.
4119 (create_excep_cond_exprs): Update.
4120
4121 2012-06-27 Doug Evans <dje@google.com>
4122
4123 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4124 type units.
4125
4126 2012-06-26 Doug Evans <dje@google.com>
4127
4128 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4129 prototype.
4130 (error_check_comp_unit_head): New arg abbrev_section. All callers
4131 updated.
4132 (read_and_check_comp_unit_head): Ditto.
4133 (read_and_check_type_unit_head): Ditto.
4134
4135 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4136
4137 New attribute 'last' for gdb.Symtab_and_line.
4138 * NEWS (Python Scripting): Add entry about the new attribute.
4139 * python/py-symtab.c (salpy_get_last): New function which
4140 implements the get method for the 'last' attribute of
4141 gdb.Symtab_and_line.
4142 (sal_object_getset): Add entry for the 'last' attribute.
4143
4144 2012-06-26 Doug Evans <dje@google.com>
4145
4146 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4147 (dwo_sections): Add macinfo, macro.
4148 (dwarf2_locate_dwo_sections): Watch for macro sections.
4149 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4150 All callers updated. Handle DWO files.
4151
4152 * NEWS: Mention new options "set debug dwarf2-read" and
4153 "set debug symtab-create".
4154 * dwarf2read.c (dwarf2_read_debug): New static global.
4155 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4156 (process_queue): Ditto.
4157 (process_full_comp_unit): Ditto.
4158 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4159 * elfread.c (elf_symfile_read): Add debugging printf.
4160 * minsyms.c (install_minimal_symbols): Ditto.
4161 * psymtab.c (allocate_psymtab): Ditto.
4162 * symfile.c (allocate_symtab): Ditto.
4163 * symtab.c (symtab_create_debug): New global.
4164 (_initialize_symtab): Add new option "set debug symtab-create".
4165 * symtab.h (symtab_create_debug): Declare.
4166
4167 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4168 (lookup_dwo_type_unit): Ditto.
4169
4170 2012-06-26 Roland McGrath <roland@hack.frob.com>
4171 H.J. Lu <hongjiu.lu@intel.com>
4172
4173 * amd64-linux-nat.c: Include <sys/user.h>.
4174 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4175 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4176 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4177
4178 * configure.ac: Check if the fs_base and gs_base members of
4179 `struct user_regs_struct' exist.
4180 * config.in: Regenerated.
4181 * configure: Likewise.
4182
4183 2012-06-25 Michael Eager <eager@eagercon.com>
4184
4185 PR python/14291
4186 * python/python.c (gdbpy_write): Check for interrupted output.
4187
4188 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4189
4190 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4191 register as a stack alignment in ARM mode.
4192
4193 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4194
4195 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4196 * gnulib/config.in: Regenerate.
4197 * gnulib/configure: Likewise.
4198 * gnulib/import/m4/extensions.m4: Update it.
4199 * gnulib/import/m4/gnulib-common.m4: Likewise.
4200 * gnulib/import/m4/memmem.m4: Likewise.
4201 * gnulib/import/m4/mmap-anon.m4: Likewise.
4202 * gnulib/import/m4/multiarch.m4: Likewise.
4203 * gnulib/import/stdint.in.h: Likewise.
4204
4205 2012-06-24 Yao Qi <yao@codesourcery.com>
4206
4207 * corefile.c (write_memory_with_notification): New.
4208 * gdbcore.h: Declare write_memory_with_notification.
4209 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4210 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4211 * valops.c (value_assign): Likewise.
4212 * python/py-inferior.c (infpy_write_memory): Call
4213 'write_memory_with_notification'.
4214
4215 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4216
4217 * cc-with-index.sh: Use also -ex "set auto-load no".
4218
4219 2012-06-23 Doug Evans <dje@google.com>
4220
4221 PR 14125
4222 * NEWS: Document additions to .gdb_index.
4223 * dwarf2read.c: #include "gdb/gdb-index.h".
4224 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4225 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4226 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4227 (dwarf2_read_index): Recognize version 7.
4228 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4229 block_kind, domain): All callers updated.
4230 (dw2_find_symbol_file): Handle new index CU values.
4231 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4232 (add_index_entry): New args is_static, kind. All callers updated.
4233 (offset_type_compare, uniquify_cu_indices): New functions
4234 (symbol_kind): New function.
4235 (write_psymtabs_to_index): Remove duplicate CU values.
4236 (write_psymtabs_to_index): Write .gdb_index version 7.
4237
4238 2012-06-22 Joel Brobecker <brobecker@adacore.com>
4239
4240 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4241 * configure: Regenerate.
4242
4243 2012-06-20 Yao Qi <yao@codesourcery.com>
4244
4245 * python/py-inferior.c: Update comments of infpy_read_memory
4246 and infpy_write_memory.
4247
4248 2012-06-19 Tom Tromey <tromey@redhat.com>
4249
4250 PR exp/9514:
4251 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4252 (push_type_address_space): Remove.
4253 * parse.c (insert_into_type_stack): New function.
4254 (insert_type): Likewise.
4255 (insert_type_address_space): Rename from push_type_address_space.
4256 Insert tp_space_identifier.
4257 * c-exp.y (ptr_operator): New production.
4258 (abs_decl): Use ptr_operator.
4259 (space_identifier): Call insert_type_address_space.
4260 (ptype): Don't use const_or_volatile_or_space_identifier.
4261 (const_or_volatile_noopt): Call insert_type.
4262 (conversion_type_id, conversion_declarator): New productions.
4263 (operator): Use conversion_type_id.
4264
4265 2012-06-18 Doug Evans <dje@google.com>
4266
4267 * symtab.h (minimal_symbol): New member created_by_gdb.
4268 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4269 created by gdb.
4270 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4271 (search_symbols): Call it instead of lookup_symbol.
4272 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4273
4274 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4275 Adjust address for DW_OP_GNU_addr_index.
4276 * dwarf2expr.h (dwarf_expr_context): Update comment.
4277 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4278 all callers updated. Handle TLS vars described with
4279 DW_OP_GNU_const_index.
4280 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4281 and DW_OP_GNU_const_index.
4282 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4283
4284 * block.c (find_block_in_blockvector): Make explicit the fact that we
4285 ignore GLOBAL_BLOCK.
4286
4287 2012-06-18 Tom Tromey <tromey@redhat.com>
4288
4289 * c-exp.y (operator): Remove trailing space after "delete" and
4290 "delete[]".
4291
4292 2012-06-18 Mark Kettenis <kettenis@gnu.org>
4293 Jan Kratochvil <jan.kratochvil@redhat.com>
4294
4295 Switch i386 and derived targets to ON_STACK.
4296 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4297 (amd64_dicos_init_abi): Remove its installment.
4298 * dicos-tdep.c (dicos_init_abi): Remove the
4299 set_gdbarch_call_dummy_location call. Update the comment here.
4300 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4301 (i386_dicos_init_abi): Remove its installment.
4302 * i386-tdep.c (i386_push_dummy_code): New function.
4303 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4304 i386_push_dummy_code.
4305
4306 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4307
4308 Remove stale dummy frames.
4309 * breakpoint.c: Include dummy-frame.h.
4310 (longjmp_breakpoint_ops): New variable.
4311 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4312 bp_longjmp_call_dummy.
4313 (bpstat_what, bptype_string, print_one_breakpoint_location)
4314 (init_bp_location): Support bp_longjmp_call_dummy.
4315 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
4316 (set_longjmp_breakpoint_for_call_dummy)
4317 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4318 functions.
4319 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4320 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
4321 FIXME comment and extend the other comment for bp_call_dummy.
4322 (set_longjmp_breakpoint_for_call_dummy)
4323 (check_longjmp_breakpoint_for_call_dummy): New declarations.
4324 * dummy-frame.c: Include gdbthread.h.
4325 (pop_dummy_frame_bpt): New function.
4326 (pop_dummy_frame): Call pop_dummy_frame_bpt.
4327 (dummy_frame_discard): New function.
4328 (cleanup_dummy_frames): Update the comment about longjmps.
4329 * dummy-frame.h (dummy_frame_discard): New declaration.
4330 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4331 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
4332 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
4333 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4334 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
4335 keep_going if IS_LONGJMP and there is no other reason to stop.
4336
4337 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
4338
4339 * remote-sim.c (sim_command_completer): Initialize
4340 variable 'result'.
4341
4342 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4343
4344 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4345 * dwarf2loc.c (call_site_parameter_matches): Support
4346 CALL_SITE_PARAMETER_PARAM_OFFSET.
4347 (needs_dwarf_reg_entry_value): Push stub value.
4348 * dwarf2read.c (read_call_site_scope): New variable origin. Support
4349 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4350 * gdbtypes.h (enum call_site_parameter_kind): New item
4351 CALL_SITE_PARAMETER_PARAM_OFFSET.
4352 (struct call_site.parameter.u): New field param_offset.
4353
4354 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4355
4356 Code cleanup: Generalize call_site.parameter key.
4357 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4358 variable dwarf_reg. New variable kind_u. Update parameters to
4359 push_dwarf_reg_entry_value.
4360 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4361 * dwarf2expr.h (enum call_site_parameter_kind)
4362 (union call_site_parameter_u): Forward declarations.
4363 (struct dwarf_expr_context_funcs): Update parameters and their
4364 description for push_dwarf_reg_entry_value.
4365 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4366 * dwarf2loc.c (call_site_parameter_matches): New function.
4367 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4368 description. Use call_site_parameter_matches.
4369 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4370 Update parameters and their description.
4371 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4372 New variable kind_u. Adjust the caller for updated parameters.
4373 (needs_dwarf_reg_entry_value): Update parameters.
4374 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
4375 instead of attr. Update for the changed fields of struct
4376 call_site_parameter.
4377 * gdbtypes.h: Include dwarf2expr.h.
4378 (enum call_site_parameter_kind): New.
4379 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
4380 fb_offset into new union u.
4381
4382 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4383
4384 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4385 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4386 for x32.
4387
4388 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4389
4390 * amd64-linux-nat.c (compat_x32_clock_t): New.
4391 (compat_x32_siginfo_t): Likewise.
4392 (compat_x32_siginfo_from_siginfo): Likewise.
4393 (siginfo_from_compat_x32_siginfo): Likewise.
4394 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4395 and siginfo_from_compat_x32_siginfo for x32.
4396
4397 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
4398
4399 * tracepoint.c (tfile_xfer_partial): Add a lseek.
4400
4401 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4402
4403 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4404 instead of gdbarch_ptr_bit.
4405 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4406 (amd64_supply_native_gregset): Likewise.
4407 (amd64_collect_native_gregset): Likewise.
4408 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4409 (amd64_supply_xsave): Likewise.
4410 (amd64_collect_fxsave): Likewise.
4411 (amd64_collect_xsave): Likewise.
4412
4413 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4414
4415 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4416 (amd64_linux_read_description): Check DS segment register for
4417 x32 process.
4418
4419 2012-06-15 Tom Tromey <tromey@redhat.com>
4420
4421 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4422 init_cutu_and_read_dies.
4423
4424 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4425
4426 * MAINTAINERS (Write After Approval): Add myself to the list.
4427
4428 2012-06-15 Tom Tromey <tromey@redhat.com>
4429
4430 * valops.c (value_find_oload_method_list): Now static.
4431 * value.h (value_find_oload_method_list): Don't declare.
4432
4433 2012-06-15 Tom Tromey <tromey@redhat.com>
4434
4435 * valops.c (find_overload_match): Use value_ind.
4436
4437 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4438
4439 * infrun.c (handle_inferior_event): Correct indentation.
4440
4441 2012-06-14 Doug Evans <dje@google.com>
4442
4443 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4444 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4445 All uses updated.
4446 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4447 updated. Handle DEBUG_LOC_START_LENGTH.
4448 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4449 (loclist_describe_location): Ditto.
4450
4451 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4452
4453 PR backtrace/13866
4454 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4455 after hiding inline functions.
4456
4457 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4458
4459 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4460 _initialize_inf_ttrace.
4461
4462 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4463
4464 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4465 _initialize_hppa_hpux_nat.
4466
4467 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4468
4469 * remote-sim.c (sim_command_completer): Change type of return
4470 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4471
4472 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4473 Jan Kratochvil <jan.kratochvil@redhat.com>
4474
4475 PR tdep/14222
4476 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4477 stack on a 16-byte boundary.
4478
4479 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4480
4481 * jit.c (finalize_symtab): Set function's return type to 'void' by
4482 default.
4483
4484 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4485 H.J. Lu <hongjiu.lu@intel.com>
4486
4487 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4488 Move bits common to both the classic LP64 and the new x32 ILP32
4489 ABI here.
4490 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4491 (amd64_x32_linux_init_abi): New function.
4492 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4493 subtype.
4494
4495 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4496 * i386-tdep.c (i386_pseudo_register_name): Make public.
4497 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4498 * amd64-tdep.c (amd64_dword_names): Add "eip".
4499 (amd64_x32_pseudo_register_type): New function
4500 (amd64_x32_init_abi): New function.
4501
4502 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4503
4504 PR build/14003
4505 * inferior.h (struct inferior_suspend_state): Comment out.
4506 (struct inferior): Comment out the field suspend.
4507 * infrun.c (struct infcall_suspend_state): Comment out the field
4508 inferior_suspend.
4509 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4510 out its assignment.
4511
4512 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4513
4514 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4515 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4516 function comment. Return ERROR for unresolved cases. Implement
4517 returning proper NAME.
4518 (yylex): Accept also NAME from classify_inner_name.
4519 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4520 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4521 LOC_TYPEDEF type.
4522 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4523
4524 2012-06-13 Tom Tromey <tromey@redhat.com>
4525
4526 * breakpoint.c (condition_completer): New function.
4527 (_initialize_breakpoint): Use it.
4528 * value.c (complete_internalvar): New function.
4529 * value.h (complete_internalvar): Declare.
4530
4531 2012-06-13 Tom Tromey <tromey@redhat.com>
4532
4533 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4534 * breakpoint.c (catch_syscall_completer): Return a VEC.
4535 * cli/cli-cmds.c (complete_command): Update.
4536 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4537 (complete_on_enum): Likewise.
4538 * command.h: Include gdb_vecs.h.
4539 (completer_ftype): Change return type.
4540 (complete_on_cmdlist, complete_on_enum): Likewise.
4541 * completer.c (noop_completer, filename_completer)
4542 (location_completer): Return a VEC.
4543 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4544 to a VEC.
4545 (expression_completer, complete_line_internal, complete_line)
4546 (command_completer): Return a VEC.
4547 (gdb_completion_word_break_characters, line_completion_function):
4548 Update.
4549 * completer.h: Include gdb_vecs.h.
4550 (complete_line, noop_completer, filename_completer)
4551 (expression_completer, location_completer, command_completer):
4552 Update.
4553 * f-lang.c (f_word_break_characters): Return a VEC.
4554 * interps.c (interpreter_completer): Return a VEC.
4555 * language.h (struct language_defn)
4556 <la_make_symbol_completion_list>: Return a VEC.
4557 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4558 * symtab.c (free_completion_list): Take a VEC.
4559 (return_val_size, return_val_index): Remove.
4560 (return_val): Now a VEC.
4561 (completion_list_add_name): Update.
4562 (default_make_symbol_completion_list_break_on)
4563 (default_make_symbol_completion_list, make_symbol_completion_list)
4564 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4565 Return a VEC.
4566 (add_filename_to_list): Update.
4567 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4568 <list>: Now a VEC.
4569 (maybe_add_partial_symtab_filename): Update.
4570 (make_source_files_completion_list): Return a VEC.
4571 * symtab.h (default_make_symbol_completion_list_break_on)
4572 (default_make_symbol_completion_list, make_symbol_completion_list)
4573 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4574 (make_source_files_completion_list): Update.
4575
4576 2012-06-13 Tom Tromey <tromey@redhat.com>
4577
4578 * breakpoint.c (add_catch_command): Use completer_ftype.
4579 * breakpoint.h: Include command.h.
4580 (add_catch_command): Use completer_ftype.
4581 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4582 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4583 Use completer_ftype.
4584 * command.h (completer_ftype): New typedef.
4585 (set_cmd_completer): Use it.
4586 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4587 completer_ftype.
4588
4589 2012-06-13 Pedro Alves <palves@redhat.com>
4590
4591 Partial revert of previous change.
4592
4593 * serial.c (scb_base): New global.
4594 (serial_for_fd): New.
4595 (serial_open, serial_fdopen_ops): Link new serial in open serials
4596 chain.
4597 (do_serial_close): Unlink serial from the open serials chain.
4598
4599 2012-06-12 Pedro Alves <palves@redhat.com>
4600
4601 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4602 threads here.
4603 (prepare_for_detach): No longer context switch here in non-stop
4604 mode.
4605 (fetch_inferior_event): Ditto.
4606 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4607 to the event thread before removing breakpoints. Switch to the
4608 event thread before inserting breakpoints and resuming.
4609 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4610 event thread before resuming.
4611 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4612 Switch to the event thread before removing breakpoints.
4613
4614 2012-06-12 Eli Zaretskii <eliz@gnu.org>
4615
4616 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4617 special characters correctly for the Windows shells. See
4618 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4619 report.
4620 [!__MINGW32__]: Remove extra double quote character from special
4621 characters.
4622
4623 2012-06-11 Stan Shebs <stan@codesourcery.com>
4624
4625 * ui-out.h: Remove #if 0 declarations.
4626 * ui-out.c: Remove #if 0 functions.
4627
4628 2012-06-11 Pedro Alves <palves@redhat.com>
4629
4630 * ser-base.c (run_async_handler_and_reschedule): New.
4631 (fd_event, push_event): Use it.
4632 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4633 reference count to 1.
4634 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4635 instead of xfree.
4636 (serial_is_open, serial_ref, serial_unref): New.
4637 * serial.h (serial_open): Adjust comment.
4638 (serial_is_open): Declare.
4639 (serial_close): Adjust comment.
4640 (serial_ref, serial_unref) Declare.
4641 (struct serial): New field 'refcnt'.
4642
4643 2012-06-11 Pedro Alves <palves@redhat.com>
4644
4645 Remove #if 0'd "connect" command, and unnecessary associated
4646 refcounting and serial reuse bits.
4647
4648 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4649 * serial.c (last_serial_opened): Delete.
4650 (scb_base): Delete.
4651 (serial_open): Adjust.
4652 (serial_for_fd): Delete.
4653 (serial_fdopen_ops, do_serial_close): Adjust.
4654 (serial_fdopen_ops): Adjust.
4655
4656 2012-06-11 Pedro Alves <palves@redhat.com>
4657
4658 * serial.c (do_serial_close): Remove early return when SCB is
4659 null.
4660
4661 2012-06-11 Tom Tromey <tromey@redhat.com>
4662
4663 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4664
4665 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4666
4667 Fix regression by the "ambiguous linespec" series.
4668 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4669 get_last_displayed_symtab and get_last_displayed_line and depending
4670 on CURSAL.
4671
4672 2012-06-11 Tom Tromey <tromey@redhat.com>
4673
4674 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4675 (dw2_find_symbol_file): Use it.
4676
4677 2012-06-11 Michael Eager <eager@eagercon.com>
4678
4679 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4680 * mips-linux-tdep.h (mips_signals): New
4681
4682 2012-06-11 Tom Tromey <tromey@redhat.com>
4683
4684 * infrun.c (handle_inferior_event)
4685 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4686 breakpoint.
4687 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4688 exception logic in all cases. Update comments.
4689 (insert_longjmp_resume_breakpoint): Set the exception resume
4690 breakpoint.
4691
4692 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4693
4694 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4695
4696 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4697
4698 * valarith.c (binop_types_user_defined_p): Fix a typo.
4699
4700 2012-06-08 Yao Qi <yao@codesourcery.com>
4701 Chung-Lin Tang <cltang@codesourcery.com>
4702
4703 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4704 * arch-utils.h: Declare.
4705 * gdbarch.sh: Add return_in_first_hidden_param_p.
4706 * gdbarch.c, gdbarch.h: Regenerated.
4707 * infcall.c (call_function_by_hand): Call
4708 gdbarch_return_in_first_hidden_param_p instead of
4709 language_pass_by_reference.
4710
4711 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4712 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4713 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4714 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4715 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4716 `cplus_return_struct_by_reference'.
4717 (tic6x_return_value): Handle language cplusplus.
4718 (tic6x_return_in_first_hidden_param_p): New.
4719 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4720
4721 2012-06-07 Doug Evans <dje@google.com>
4722
4723 * dwarf2read.c (dwarf2_cu): Add comment.
4724
4725 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4726
4727 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4728 variable.
4729 (mips_eabi_push_dummy_call): Likewise.
4730 (mips_n32n64_push_dummy_call): Likewise.
4731 (mips_o32_push_dummy_call): Likewise.
4732 (mips_o64_push_dummy_call): Likewise.
4733
4734 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4735
4736 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4737
4738 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4739
4740 * mips-tdep.c (mips_pseudo_register_type): Use
4741 mips_float_register_p.
4742
4743 2012-06-06 Pedro Alves <palves@redhat.com>
4744
4745 * infrun.c (handle_inferior_event): Remove calls to
4746 reinit_frame_cache that follow a context_switch call.
4747
4748 2012-06-06 Pedro Alves <palves@redhat.com>
4749
4750 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4751 context_switch and remove stale comment.
4752
4753 2012-06-06 Pedro Alves <palves@redhat.com>
4754
4755 * infrun.c (struct execution_control_state): Remove
4756 `new_thread_event' field.
4757 (handle_inferior_event): Simplify new threads handling; don't
4758 resume the inferior if we find a new thread.
4759
4760 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4761
4762 * NEWS: Document the deprecation of SH's 'regs' command.
4763 * inferior.h (all_registers_info): Add function declaration.
4764 * sh-tdep.c (sh_show_regs): Remove variable.
4765 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4766 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4767 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4768 (sh_show_regs_command): Remove functions.
4769 (sh_gdbarch_init): Don't set sh_show_regs.
4770 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4771 'info all-registers'.
4772 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4773 (sh64_show_regs): Remove functions.
4774 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4775
4776 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4777
4778 * configure.ac: Move development=true below AC_INIT.
4779 * configure: Regenerate.
4780
4781 2012-06-05 Stan Shebs <stan@codesourcery.com>
4782
4783 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4784 gdb_stdout.
4785
4786 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4787
4788 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4789 argument as ssize_t.
4790 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4791 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4792 * target.c (target_read_stack, target_write_memory)
4793 (target_write_raw_memory): Likewise.
4794 * target.h (target_read_stack, target_write_memory)
4795 (target_write_raw_memory): Likewise.
4796
4797 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4798
4799 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4800 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4801 * target.c (target_read_memory): Change LEN to ssize_t.
4802 * target.h (target_read_memory): Change LEN to ssize_t.
4803
4804 2012-06-05 Pedro Alves <palves@redhat.com>
4805
4806 PR backtrace/13866
4807
4808 * breakpoint.c (until_break_command): Only fetch the selected
4809 frame after decode_line_1.
4810
4811 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4812
4813 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4814 event breakpoint at _start, __start or main if a program
4815 interpreter is not found.
4816
4817 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4818
4819 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4820 Add declaration.
4821 * windows-tdep.c: #include "objfiles.h".
4822 (windows_iterate_over_objfiles_in_search_order): New function.
4823 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4824 iterate_over_objfiles_in_search_order gdbarch method to
4825 windows_iterate_over_objfiles_in_search_order.
4826 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4827
4828 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4829
4830 * gdbarch.sh: Add generation of
4831 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4832 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4833 (iterate_over_objfiles_in_search_order): New gdbarch method.
4834 * gdbarch.h, gdbarch.c: Regenerate.
4835 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4836 Add declaration.
4837 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4838 New function.
4839 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4840 out of lookup_symbol_aux_symtabs.
4841 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4842 call to lookup_symbol_aux_objfile.
4843 (struct global_sym_lookup_data): New type.
4844 (lookup_symbol_global_iterator_cb): New function.
4845 (lookup_symbol_global): Search for symbol using
4846 gdbarch_iterate_over_objfiles_in_search_order and
4847 lookup_symbol_global_iterator_cb.
4848 * findvar.c (struct minsym_lookup_data): New type.
4849 (minsym_lookup_iterator_cb): New function.
4850 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4851 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4852 and minsym_lookup_iterator_cb.
4853
4854 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4855
4856 Revert the following patch:
4857 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4858 try locating the symbol in the symbol's own objfile first, before
4859 extending the search to all objfiles.
4860 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4861 out of lookup_symbol_aux_symtabs.
4862 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4863 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4864 Do not search EXCLUDE_OBJFILE.
4865 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4866 (lookup_symbol_global): Search for matches in the block's objfile
4867 first, before searching all other objfiles.
4868
4869 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4870
4871 * breakpoint.c (find_condition_and_thread): Stop parsing
4872 as soon as the first invalid keyword is found.
4873
4874 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4875
4876 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4877
4878 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4879
4880 * config/djgpp/djcheck.sh: Add copyright header.
4881
4882 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4883
4884 * copyright.py (update_files, main): Fix path to update-copyright
4885 script.
4886
4887 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4888
4889 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4890 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4891 for which a reminder to update by hand is printed.
4892
4893 2012-06-04 Doug Evans <dje@google.com>
4894
4895 * buildsym.c (make_blockvector): Add comment.
4896
4897 2012-06-04 Pedro Alves <palves@redhat.com>
4898
4899 * arch-utils.c (default_gdb_signal_from_target): Delete.
4900 * arch-utils.h (default_gdb_signal_from_target): Delete.
4901 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4902 gdbarch_gdb_signal_from_target_p.
4903 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4904 predicate).
4905 * gdbarch.h: Regenerate.
4906 * gdbarch.c: Regenerate.
4907
4908 2012-06-04 Pedro Alves <palves@redhat.com>
4909
4910 * gdbarch.sh (gdb_signal_from_target): Mention that the
4911 implementation of the method must be host independent.
4912 * gdbarch.h: Regenerate.
4913
4914 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4915
4916 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4917 parameters.
4918 (target_read_memory_bfd): New function.
4919 (symbol_file_add_from_memory): Use it.
4920
4921 2012-06-03 Doug Evans <dje@google.com>
4922
4923 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4924 of primary symtab.
4925 (basic_lookup_transparent_type): Ditto.
4926
4927 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4928 (ALL_PRIMARY_SYMTABS): Use it.
4929 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4930 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4931 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4932 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4933 (basic_lookup_transparent_type): Ditto.
4934
4935 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4936
4937 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4938 it to optimize resolution of demangled name.
4939
4940 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4941
4942 * configure.ac (development): Define new variable.
4943 Call AC_CHECK_LIB for mcheck if $development.
4944 (ERROR_ON_WARNING): Enable it by default only if $development.
4945 * config.in: Regenerate.
4946 * configure: Regenerate.
4947
4948 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4949
4950 * target.c (target_read_memory): Make LEN argument as size_t.
4951 * target.h (target_read_memory): Likewise.
4952
4953 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4954
4955 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4956
4957 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4958
4959 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4960 BookE interface for PowerPC server processors if not available
4961 in the Linux Kernel.
4962
4963 2012-05-31 Keith Seitz <keiths@redhat.com>
4964
4965 * linespec.c (decode_objc): Add cleanup to free
4966 INFO.FILE_SYMTABS.
4967 (find_linespec_symbols): Add cleanup to free CLASSES.
4968 * symfile.c (find_separate_debug_file_by_debuglink): Add
4969 cleanup to free DEBUGLINK.
4970 * ui-out.c (clear_header_list): No need to check if
4971 HEADER_NEXT.COLHDR is NULL.
4972 Free HEADER_NEXT.COL_NAME.
4973
4974 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4975
4976 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4977 warning.
4978
4979 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4980
4981 * configure.host (gdb_host_cpu): Handle tilegx*.
4982 (gdb_host): Handle tilegx-*-linux*.
4983 * tilegx-linux-nat.c: New file.
4984 * config/tilegx/linux.mh: New file.
4985
4986 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4987
4988 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4989 tilegx-linux-tdep.o.
4990 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4991 tilegx-linux-tdep.c.
4992 * configure.tgt: Handle tilegx-*-linux*.
4993 * tilegx-tdep.h: New file.
4994 * tilegx-tdep.c: New file.
4995 * tilegx-linux-tdep.c: New file.
4996 * regformats/reg-tilegx.dat: New file.
4997
4998 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4999
5000 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5001 accounting of hw watchpoints on ppc.
5002
5003 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5004
5005 * source.c (openp): Expand tilde in path entries.
5006
5007 2012-05-29 Doug Evans <dje@google.com>
5008
5009 * buildsym.c (block_compar): Fix comment.
5010 (end_symtab): Fix and clarify some comments.
5011
5012 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5013 cleanup_undefined_types.
5014 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5015 All callers updated.
5016
5017 2012-05-29 Tom Tromey <tromey@redhat.com>
5018
5019 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5020 fails.
5021 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5022 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5023 fails.
5024 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5025 fails.
5026
5027 2012-05-29 Tristan Gingold <gingold@adacore.com>
5028
5029 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5030 (struct darwin_info): ... New struct.
5031 (solib_darwin_pspace_data): New variable.
5032 (darwin_pspace_data_cleanup): New function.
5033 (get_darwin_info): Likewise.
5034 (darwin_dyld_version_ok, darwin_load_image_infos)
5035 (darwin_solib_get_all_image_info_addr_at_init)
5036 (darwin_solib_read_all_image_info_addr): Add info argument.
5037 Adjust code.
5038 (darwin_current_sos): Use per pspace structure.
5039 (darwin_solib_create_inferior_hook): Likewise.
5040 (darwin_clear_solib): Likewise.
5041 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5042
5043 2012-05-28 Pedro Alves <palves@redhat.com>
5044
5045 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5046 block that uses them. Clear ecss before handling each event.
5047
5048 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5049
5050 * solib-svr4.c (svr4_current_sos): New comment on
5051 svr4_current_sos_via_xfer_libraries fall back.
5052
5053 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5054
5055 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5056 it as a fallback for TYPE_IS_OPAQUE.
5057 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5058 symbols for lookup_symbol.
5059
5060 2012-05-24 John Steele Scott <toojays@toojays.net>
5061
5062 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5063 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5064 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5065 (check_producer): ... this new function, which also checks for ICC
5066 and caches the result.
5067 (producer_is_icc): New function.
5068 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5069 producer was ICC.
5070
5071 2012-05-24 Pedro Alves <palves@redhat.com>
5072
5073 PR gdb/7205
5074
5075 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5076 (default_gdb_signal_to_target): ... this. Add comment.
5077 (default_gdb_signal_from_host): Rename to ...
5078 (default_gdb_signal_from_target): ... this. Add comment.
5079 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5080 (default_gdb_signal_to_target): ... this.
5081 (default_gdb_signal_from_host): Rename to ...
5082 (default_gdb_signal_from_target): ... this.
5083 * corelow.c (core_open): Adjust to naming change. Replace comment.
5084 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5085 (gdb_signal_from_target): ... this. Adjust to
5086 default_gdb_signal_from_host naming change. Extend comment.
5087 (gdb_signal_to_host): Rename to ...
5088 (gdb_signal_to_target): ... this. Adjust to
5089 default_gdb_signal_to_host naming change.
5090 * gdbarch.h, gdbarch.c: Renegerate.
5091
5092 2012-05-24 Pedro Alves <palves@redhat.com>
5093
5094 PR gdb/7205
5095
5096 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5097
5098 2012-05-24 Pedro Alves <palves@redhat.com>
5099
5100 PR gdb/7205
5101
5102 Replace target_signal with gdb_signal throughout.
5103
5104 2012-05-24 Pedro Alves <palves@redhat.com>
5105
5106 PR tui/14159
5107
5108 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5109 string, instead of reusing the va_list argument.
5110
5111 2012-05-24 Tom Tromey <tromey@redhat.com>
5112
5113 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5114 Remove.
5115
5116 2012-05-23 Doug Evans <dje@google.com>
5117
5118 * symtab.c (search_symbols): Formatting fixes.
5119 (print_symbol_info): Formatting fixes.
5120
5121 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5122 int64_t change to leb128 API.
5123 (read_encoded_value, decode_frame_entry_1): Ditto.
5124 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5125 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5126 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5127 (execute_stack_op): Ditto.
5128 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5129 (safe_read_uleb128, safe_read_sleb128): Ditto.
5130 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5131 (dwarf2_compile_expr_to_ax): Ditto.
5132 (locexpr_describe_location_piece): Ditto.
5133 (disassemble_dwarf_expression): Ditto.
5134 (locexpr_describe_location_1): Ditto.
5135
5136 2012-05-23 Stan Shebs <stan@codesourcery.com>
5137 Kwok Cheung Yeung <kcy@codesourcery.com>
5138
5139 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5140 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5141 (mi-cmd-info.o): New rule.
5142 * osdata.h (info_osdata_command): New declaration.
5143 * osdata.c (info_osdata_command): Change to non-static.
5144 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5145 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5146 * mi/mi-cmd-info.c: New file.
5147
5148 2012-05-23 Doug Evans <dje@google.com>
5149
5150 * symtab.c (search_symbols): Pass NULL for file_matcher to
5151 expand_symtabs_matching if there are no files to match.
5152
5153 * gdbtypes.c (lookup_typename): Simplify.
5154
5155 2012-05-23 Pedro Alves <palves@redhat.com>
5156
5157 * arch-utils.h (default_target_signal_to_host): Delete.
5158 * arch-utils.c (default_target_signal_to_host): Delete.
5159 * gdbarch.sh (target_signal_to_host): Remove.
5160 * gdbarch.h, gdbarch.c: Regenerate.
5161
5162 2012-05-22 Doug Evans <dje@google.com>
5163
5164 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5165 "const gdb_byte *".
5166 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5167 (execute_cfa_program): Update to match API of leb128 functions.
5168 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5169 "const gdb_byte *".
5170 (read_unsigned_leb128, read_signed_leb128): Delete.
5171 (read_initial_length): Change type of buf argument to
5172 "const gdb_byte *".
5173 (read_encoded_value): Update to match API of leb128 functions.
5174 (decode_frame_entry): Change result to "const gdb_byte *", and
5175 similarly for "start" parameter.
5176 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5177 (dwarf2_build_frame_info): Change local frame_ptr to
5178 "const gdb_byte *".
5179 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5180 read_uleb128, read_sleb128. All callers updated.
5181 (safe_skip_leb128): New function.
5182 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5183 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5184 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5185 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5186 read_uleb128, read_sleb128.
5187 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5188 (execute_stack_op): Update to match API of leb128 functions.
5189 * dwarf2expr.h: #include "leb128.h".
5190 (read_uleb128, read_sleb128): Delete.
5191 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5192 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5193 * dwarf2loc.c (debug_loc_kind): New enum.
5194 (decode_debug_loc_addresses): New function.
5195 (decode_debug_loc_dwo_addresses): New function.
5196 (dwarf2_find_location_expression): Rewrite.
5197 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5198 (locexpr_describe_location_piece): Ditto.
5199 (disassemble_dwarf_expression): Ditto.
5200 (locexpr_describe_location_1): Ditto.
5201 (loclist_describe_location): Rewrite.
5202 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5203 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5204 (dwarf2_section_buffer_overflow_complaint): Renamed from
5205 dwarf2_macros_too_long_complaint. All callers updated.
5206 (skip_leb128): Delete.
5207 (init_cu_die_reader): Initialize reader->buffer_end.
5208 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5209 (skip_form_bytes): New arg buffer_end. All callers updated.
5210 Replace call to skip_leb128 with gdb_skip_leb128.
5211 (skip_unknown_opcode): New arg mac_end. All callers updated.
5212 (fill_in_loclist_baton): Initialize baton->from_dwo.
5213
5214 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5215
5216 * mips-linux-nat.c (mips_linux_read_description): Use a more
5217 verbose error message.
5218
5219 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5220
5221 * NEWS: Add MIPS/Linux DSP support.
5222 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5223 (SIGCONTEXT_DSPCTL): New macro.
5224 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5225 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5226 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5227 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5228 (N64_SIGCONTEXT_HI3): Likewise.
5229 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5230 (N64_SIGCONTEXT_LO3): Likewise.
5231 (N64_SIGCONTEXT_DSPCTL): Likewise.
5232 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5233 (mips_linux_o32_sigframe_init): Handle DSP registers.
5234 (mips_linux_n32n64_sigframe_init): Likewise.
5235
5236 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5237
5238 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5239 call to abort.
5240
5241 2012-05-22 Pedro Alves <palves@redhat.com>
5242
5243 * target.h (store_waitstatus): Move declaration ...
5244 * inf-child.h (store_waitstatus): ... here.
5245 * target.c: Move inclusion of gdb_wait.h, and ...
5246 (store_waitstatus): ... this ...
5247 * inf-child.c: ... here.
5248 * linux-nat.c: Include inf-child.h.
5249 * rs6000-nat.c: Include inf-child.h.
5250 * spu-linux-nat.c: Include inf-child.h.
5251
5252 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5253
5254 * tracepoint.c (start_tracing): Add missing i18n markup.
5255 (stop_tracing, set_trace_user): Ditto.
5256 (set_trace_notes, set_trace_stop_notes): Ditto.
5257
5258 2012-05-21 Tom Tromey <tromey@redhat.com>
5259
5260 PR c++/7173:
5261 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5262 types.
5263 * value.h (value_cast_pointers): Update.
5264 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5265 (value_cast): Update.
5266 (update_search_result): New function.
5267 (do_search_struct_field): New, from search_struct_field. Check
5268 for ambiguous results.
5269 (search_struct_field): Rewrite.
5270 * infcall.c (value_arg_coerce): Update.
5271 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5272 value_cast_pointers.
5273 * ada-lang.c (ada_convert_actual): Update.
5274
5275 2012-05-21 Tom Tromey <tromey@redhat.com>
5276
5277 * macroexp.c (macro_stringify): Terminate the string.
5278
5279 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5280
5281 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5282 Describe it.
5283 * auto-load.c (auto_load_expand_dir_vars): New function.
5284 (auto_load_safe_path_vec_update): Use it, remove the
5285 substitute_path_component call thanks to it.
5286 (auto_load_objfile_script): Remove the debug_file_directory processing.
5287 Use auto_load_expand_dir_vars, remove the substitute_path_component
5288 call thanks to it.
5289 * configure: Regenerate.
5290 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5291 path. Escape $ also for $debugdir.
5292 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5293 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5294
5295 2012-05-20 Doug Evans <dje@google.com>
5296
5297 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5298 before use. Check for symtab->includes == NULL before scanning it.
5299
5300 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5301
5302 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5303
5304 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5305
5306 * NEWS: Add microMIPS support and "set mips compression",
5307 "show mips compression" commands.
5308 * mips-tdep.h (mips_isa): New enum.
5309 (gdbarch_tdep): Add mips_isa.
5310 (mips_pc_is_mips16): Update prototype.
5311 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5312 * mips-tdep.c (mips_compression_mips16): New variable.
5313 (mips_compression_micromips): Likewise.
5314 (mips_compression_strings): Likewise.
5315 (mips_compression_string): Likewise.
5316 (is_mips16_isa, is_micromips_isa): New functions.
5317 (is_mips16_addr): Rename to...
5318 (is_compact_addr): ... this.
5319 (unmake_mips16_addr): Likewise to...
5320 (unmake_compact_addr): ... this.
5321 (make_mips16_addr): Likewise to...
5322 (make_compact_addr): ... this.
5323 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5324 functions.
5325 (mips_elf_make_msymbol_special): Handle microMIPS code.
5326 (msymbol_is_special): Rename to...
5327 (msymbol_is_mips16): ... this.
5328 (mips_make_symbol_special, mips_pc_is_mips16): Update
5329 accordingly.
5330 (msymbol_is_mips, msymbol_is_micromips): New functions.
5331 (mips16_to_32_reg): Rename to...
5332 (mips_reg3_to_reg): ... this.
5333 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5334 (mips_pc_isa): Likewise.
5335 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5336 code.
5337 (mips_fetch_instruction): Pass return status instead of printing
5338 an error message if requested. Handle microMIPS code. Bail out
5339 on an invalid ISA.
5340 (micromips_op): New macro.
5341 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5342 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5343 (b6s4_op, b7s3_reg): Likewise.
5344 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5345 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5346 (mips_insn_size): New function.
5347 (mips32_next_pc): Update mips_fetch_instruction call.
5348 (micromips_relative_offset7): New function.
5349 (micromips_relative_offset10): Likewise.
5350 (micromips_relative_offset16): Likewise.
5351 (micromips_pc_insn_size): Likewise.
5352 (micromips_bc1_pc): Likewise.
5353 (micromips_next_pc): Likewise.
5354 (unpack_mips16): Update mips_fetch_instruction call.
5355 (extended_mips16_next_pc): Update according to change to
5356 mips16_to_32_reg.
5357 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
5358 code.
5359 (mips16_scan_prologue): Update mips_fetch_instruction call.
5360 Update according to change to mips16_to_32_reg.
5361 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5362 (mips_insn16_frame_base_sniffer): Likewise.
5363 (micromips_decode_imm9): New function.
5364 (micromips_scan_prologue): Likewise.
5365 (mips_micro_frame_cache): Likewise.
5366 (mips_micro_frame_this_id): Likewise.
5367 (mips_micro_frame_prev_register): Likewise.
5368 (mips_micro_frame_sniffer): Likewise.
5369 (mips_micro_frame_unwind): New variable.
5370 (mips_micro_frame_base_address): New function.
5371 (mips_micro_frame_base): New variable.
5372 (mips_micro_frame_base_sniffer): New function.
5373 (mips32_scan_prologue): Update mips_fetch_instruction call.
5374 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5375 rather than for MIPS16.
5376 (mips_insn32_frame_base_sniffer): Likewise.
5377 (mips_addr_bits_remove): Handle microMIPS code.
5378 (deal_with_atomic_sequence): Rename to...
5379 (mips_deal_with_atomic_sequence): ... this. Update the type
5380 of the variable used to hold an instruction. Remove the ISA bit
5381 check. Update mips_fetch_instruction call.
5382 (micromips_deal_with_atomic_sequence): New function.
5383 (deal_with_atomic_sequence): Likewise.
5384 (mips_about_to_return): Handle microMIPS code. Update
5385 mips_fetch_instruction call.
5386 (heuristic_proc_start): Check for the standard MIPS ISA rather
5387 than for MIPS16. Update mips_pc_is_mips16 and
5388 mips_fetch_instruction calls. Handle microMIPS code.
5389 (mips_push_dummy_code): Handle microMIPS code.
5390 (mips_eabi_push_dummy_call): Likewise.
5391 (mips_o32_return_value): Update mips_pc_is_mips16 call.
5392 (mips_o64_push_dummy_call): Handle microMIPS code.
5393 (mips_o64_return_value): Update mips_pc_is_mips16 call.
5394 (is_delayed): Remove function.
5395 (mips_single_step_through_delay): Replace the call to is_delayed
5396 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
5397 Handle microMIPS code.
5398 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
5399 microMIPS code.
5400 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5401 call.
5402 (micromips_in_function_epilogue_p): New function.
5403 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5404 call.
5405 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5406 Handle microMIPS.
5407 (gdb_print_insn_mips): Likewise.
5408 (mips_breakpoint_from_pc): Likewise.
5409 (mips_remote_breakpoint_from_pc): New function.
5410 (mips32_instruction_has_delay_slot): Simplify making use of the
5411 updated mips_fetch_instruction interface.
5412 (micromips_instruction_has_delay_slot): New function.
5413 (mips16_instruction_has_delay_slot): Simplify making use of the
5414 updated mips_fetch_instruction interface.
5415 (mips_adjust_breakpoint_address): Check for the standard MIPS
5416 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
5417 calls. Handle microMIPS code.
5418 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5419 (mips_skip_trampoline_code): Handle microMIPS code.
5420 (global_mips_compression): New function.
5421 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5422 file flags. Register the microMIPS remote breakpoint handler
5423 and heuristic frame unwinder.
5424 (show_mips_compression): New function.
5425 (_initialize_mips_tdep): Add the "set mips compression" and
5426 "show mips compression" commands.
5427
5428 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5429
5430 * ada-lang.c:
5431 * ada-tasks.c:
5432 * ada-varobj.c:
5433 * amd64-darwin-tdep.c:
5434 * arm-symbian-tdep.c:
5435 * arm-tdep.c:
5436 * avr-tdep.c:
5437 * ax-gdb.c:
5438 * bfin-linux-tdep.c:
5439 * breakpoint.c:
5440 * c-valprint.c:
5441 * cli/cli-cmds.c:
5442 * coffread.c:
5443 * cp-support.c:
5444 * cris-tdep.c:
5445 * dwarf2-frame-tailcall.c:
5446 * dwarf2-frame.c:
5447 * dwarf2expr.c:
5448 * dwarf2loc.c:
5449 * dwarf2read.c:
5450 * elfread.c:
5451 * eval.c:
5452 * expprint.c:
5453 * f-valprint.c:
5454 * frv-tdep.c:
5455 * h8300-tdep.c:
5456 * hppa-hpux-tdep.c:
5457 * hppa-tdep.c:
5458 * hppanbsd-tdep.c:
5459 * i386-nto-tdep.c:
5460 * i386-tdep.c:
5461 * i387-tdep.c:
5462 * ia64-tdep.c:
5463 * jit.c:
5464 * linespec.c:
5465 * linux-tdep.c:
5466 * lm32-tdep.c:
5467 * m2-valprint.c:
5468 * m32c-tdep.c:
5469 * m32r-rom.c:
5470 * m32r-tdep.c:
5471 * m68k-tdep.c:
5472 * m68klinux-tdep.c:
5473 * mi/mi-main.c:
5474 * microblaze-tdep.c:
5475 * mips-linux-tdep.c:
5476 * mips-tdep.c:
5477 * mn10300-tdep.c:
5478 * p-valprint.c:
5479 * parse.c:
5480 * ppc-linux-tdep.c:
5481 * ppc-sysv-tdep.c:
5482 * printcmd.c:
5483 * python/py-finishbreakpoint.c:
5484 * python/py-inferior.c:
5485 * python/py-infthread.c:
5486 * python/py-type.c:
5487 * python/python.c:
5488 * remote-fileio.c:
5489 * remote-m32r-sdi.c:
5490 * remote-mips.c:
5491 * reverse.c:
5492 * rl78-tdep.c:
5493 * rs6000-aix-tdep.c:
5494 * rs6000-tdep.c:
5495 * s390-tdep.c:
5496 * score-tdep.c:
5497 * sh64-tdep.c:
5498 * skip.c:
5499 * solib-darwin.c:
5500 * solib-dsbt.c:
5501 * solib-frv.c:
5502 * sparc-tdep.c:
5503 * spu-multiarch.c:
5504 * spu-tdep.c:
5505 * stack.c:
5506 * symfile.c:
5507 * symtab.c:
5508 * tic6x-tdep.c:
5509 * tracepoint.c:
5510 * v850-tdep.c:
5511 * valarith.c:
5512 * valprint.c:
5513 * value.c:
5514 * xcoffread.c:
5515 * xtensa-tdep.c:
5516 * ada-lang.c:
5517 * ada-tasks.c:
5518 * ada-varobj.c:
5519 * amd64-darwin-tdep.c:
5520 * arm-symbian-tdep.c:
5521 * arm-tdep.c: Delete unused variables.
5522
5523 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5524
5525 Rename $ddir to $datadir.
5526 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5527 * auto-load.c (auto_load_safe_path_vec_update)
5528 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5529 * configure: Regenerate.
5530 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5531 Likewise. Remove the 'use $ddir' help string.
5532
5533 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5534
5535 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5536 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5537
5538 2012-05-18 Tom Tromey <tromey@redhat.com>
5539
5540 PR exp/13907:
5541 * valprint.h (struct value_print_options) <symbol_print>: New
5542 field.
5543 * valprint.c (user_print_options): Add default for symbol_print.
5544 (show_symbol_print): New function.
5545 (generic_val_print): Respect symbol_print.
5546 (_initialize_valprint): Add "print symbol" setting.
5547 * f-valprint.c (f_val_print): Respect symbol_print.
5548 * c-valprint.c (c_val_print): Respect symbol_print.
5549 * NEWS: Update.
5550 * printcmd.c (print_address_symbolic): Return int. Ignore some
5551 zero-size symbols.
5552 (print_address_demangle): Return int.
5553 * defs.h: (print_address_symbolic): Return int.
5554 * value.h (print_address_demangle): Return int.
5555
5556 2012-05-18 Tom Tromey <tromey@redhat.com>
5557
5558 * valprint.c (val_print_string): Don't print leading space.
5559 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5560 print space before string or vtbl.
5561 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5562 before string.
5563 * jv-valprint.c (java_value_print): Print space before string.
5564 * go-valprint.c (print_go_string): Print space before string.
5565 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5566 space before string.
5567 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5568 space before string or vtbl.
5569 * auxv.c (fprint_target_auxv): Print space after address.
5570
5571 2012-05-18 Tom Tromey <tromey@redhat.com>
5572
5573 * printcmd.c (print_address_demangle): Remove special case for 0.
5574
5575 2012-05-18 Tom Tromey <tromey@redhat.com>
5576
5577 * printcmd.c (print_address_demangle): Add 'opts' argument.
5578 * p-valprint.c (pascal_val_print): Update.
5579 * jv-valprint.c (java_val_print): Update.
5580 * value.h: Update.
5581 * valprint.c (generic_val_print): Update.
5582 (print_function_pointer_address): Add 'options' argument. Remove
5583 'addressprint' argument. Update.
5584 * m2-valprint.c (print_unpacked_pointer): Update.
5585 * gnu-v3-abi.c (print_one_vtable): Update.
5586 (gnuv3_print_method_ptr): Update.
5587 * f-valprint.c (f_val_print): Update.
5588 * cp-valprint.c (cp_print_value_fields): Update.
5589 * valprint.h (print_function_pointer_address): Update.
5590 * c-valprint.c (c_val_print): Update.
5591
5592 2012-05-18 Tom Tromey <tromey@redhat.com>
5593
5594 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5595 directly corresponding to the found psymtab.
5596 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5597 (dw2_find_pc_sect_symtab): Use it.
5598 * block.h (blockvector_contains_pc): Declare.
5599 * block.c (find_block_in_blockvector): New function.
5600 (blockvector_for_pc_sect): Use it.
5601 (blockvector_contains_pc): New function.
5602
5603 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5604
5605 * mips-tdep.h (mips_write_pc): New prototype.
5606 * mips-tdep.c (mips_write_pc): Make external, add description.
5607 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5608 add description.
5609
5610 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5611
5612 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5613 mips_regnum->pc.
5614 (mips_unwind_pc, mips_write_pc): Likewise.
5615 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5616 gdbarch_read_pc.
5617
5618 2012-05-17 Joel Brobecker <brobecker@adacore.com>
5619
5620 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5621 proc_warn, proc_error, proc_get_status, proc_flags,
5622 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5623 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5624 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5625 proc_stop_process, proc_wait_for_stop, proc_run_process,
5626 proc_set_traced_signals, proc_set_traced_faults,
5627 proc_set_traced_sysentry, proc_set_traced_sysexit,
5628 proc_set_held_signals, proc_get_held_signals,
5629 proc_get_traced_signals, proc_get_traced_faults,
5630 proc_get_traced_sysentry, proc_get_traced_sysexit,
5631 proc_clear_current_fault, proc_set_current_signal,
5632 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5633 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5634 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5635 proc_get_current_thread, proc_get_current_thread,
5636 proc_get_current_thread, proc_update_threads,
5637 proc_update_threads, proc_update_threads, proc_update_threads,
5638 proc_iterate_over_threads, procfs_find_new_threads,
5639 procfs_pid_to_str): Make static. Remove advance declaration.
5640 (proc_cursig): Make static. Conditionalized defintion on
5641 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5642 (proc_syscall, proc_set_kill_on_last_close,
5643 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5644 proc_get_pending_signals, proc_get_signal_actions,
5645 proc_trace_signal, proc_ignore_signal): Delete.
5646
5647 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5648
5649 * coffread.c (cs_section_address): Passing proper argument for
5650 `bfd_get_section_vma'.
5651 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5652 `bfd_get_section_flags'.
5653 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5654 `bfd_get_section_vma'.
5655
5656 2012-05-16 Tom Tromey <tromey@redhat.com>
5657
5658 PR macros/13205:
5659 * macrotab.h: (macro_define_special): Declare.
5660 (enum macro_special_kind): New.
5661 (struct macro_definition) <argc, replacement>: Update comments.
5662 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5663 (macro_define_object_internal): New function.
5664 (macro_define_object): Use it.
5665 (macro_define_special): New function.
5666 (fixup_definition): New function.
5667 (macro_lookup_definition, foreach_macro_in_scope)
5668 (foreach_macro): Use fixup_definition.
5669 * macroexp.h (macro_stringify): Declare.
5670 * macroexp.c (free_buffer_return_text): New function.
5671 (stringify): Constify "arg".
5672 (macro_stringify): New function.
5673 * dwarf2read.c (macro_start_file): Call macro_define_special.
5674
5675 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5676 Maciej W. Rozycki <macro@mips.com>
5677
5678 * breakpoint.h (bp_location): Add related_address member.
5679 * inferior.h (get_return_value): Take a pointer to struct value
5680 instead of struct type for the function requested.
5681 * value.h (using_struct_return): Likewise.
5682 * gdbarch.sh (return_value): Take a pointer to struct value
5683 instead of struct type for the function requested.
5684 * breakpoint.c (set_breakpoint_location_function): Initialize
5685 related_address for bp_gnu_ifunc_resolver breakpoints.
5686 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5687 requested function's address to gdbarch_return_value.
5688 * eval.c (evaluate_subexp_standard): Pass the requested
5689 function's address to using_struct_return.
5690 * infcall.c (call_function_by_hand): Pass the requested
5691 function's address to using_struct_return and
5692 gdbarch_return_value.
5693 * infcmd.c (get_return_value): Take a pointer to struct value
5694 instead of struct type for the function requested.
5695 (print_return_value): Update accordingly.
5696 (finish_command_continuation): Likewise.
5697 * stack.c (return_command): Pass the requested function's
5698 address to using_struct_return and gdbarch_return_value.
5699 * value.c (using_struct_return): Take a pointer to struct value
5700 instead of struct type for the function requested. Pass the
5701 requested function's address to gdbarch_return_value.
5702 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5703 New function_value member, replacing function_type.
5704 (bpfinishpy_dealloc): Update accordingly.
5705 (bpfinishpy_pre_stop_hook): Likewise.
5706 (bpfinishpy_init): Likewise. Record the requested function's
5707 address.
5708 * mips-tdep.c (mips_fval_reg): New enum.
5709 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5710 words put in GP registers.
5711 (mips_o64_push_dummy_call): Update a comment.
5712 (mips_o32_return_value): Take a pointer to struct value instead
5713 of struct type for the function requested and use it to check if
5714 using the MIPS16 calling convention. Return the designated
5715 general purpose registers for floating-point values returned in
5716 MIPS16 mode.
5717 (mips_o64_return_value): Likewise.
5718 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5719 (ppc_sysv_abi_broken_return_value): Likewise.
5720 (ppc64_sysv_abi_return_value): Likewise.
5721 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5722 value instead of struct type for the function requested.
5723 * amd64-tdep.c (amd64_return_value): Likewise.
5724 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5725 * arm-tdep.c (arm_return_value): Likewise.
5726 * avr-tdep.c (avr_return_value): Likewise.
5727 * bfin-tdep.c (bfin_return_value): Likewise.
5728 * cris-tdep.c (cris_return_value): Likewise.
5729 * frv-tdep.c (frv_return_value): Likewise.
5730 * h8300-tdep.c (h8300_return_value): Likewise.
5731 (h8300h_return_value): Likewise.
5732 * hppa-tdep.c (hppa32_return_value): Likewise.
5733 (hppa64_return_value): Likewise.
5734 * i386-tdep.c (i386_return_value): Likewise.
5735 * ia64-tdep.c (ia64_return_value): Likewise.
5736 * iq2000-tdep.c (iq2000_return_value): Likewise.
5737 * lm32-tdep.c (lm32_return_value): Likewise.
5738 * m32c-tdep.c (m32c_return_value): Likewise.
5739 * m32r-tdep.c (m32r_return_value): Likewise.
5740 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5741 * m68k-tdep.c (m68k_return_value): Likewise.
5742 (m68k_svr4_return_value): Likewise.
5743 * m88k-tdep.c (m88k_return_value): Likewise.
5744 * mep-tdep.c (mep_return_value): Likewise.
5745 * microblaze-tdep.c (microblaze_return_value): Likewise.
5746 * mn10300-tdep.c (mn10300_return_value): Likewise.
5747 * moxie-tdep.c (moxie_return_value): Likewise.
5748 * mt-tdep.c (mt_return_value): Likewise.
5749 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5750 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5751 (ppc_sysv_abi_broken_return_value): Likewise.
5752 (ppc64_sysv_abi_return_value): Likewise.
5753 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5754 * rl78-tdep.c (rl78_return_value): Likewise.
5755 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5756 * rx-tdep.c (rx_return_value): Likewise.
5757 * s390-tdep.c (s390_return_value): Likewise.
5758 * score-tdep.c (score_return_value): Likewise.
5759 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5760 (sh_return_value_fpu): Likewise.
5761 * sh64-tdep.c (sh64_return_value): Likewise.
5762 * sparc-tdep.c (sparc32_return_value): Likewise.
5763 * sparc64-tdep.c (sparc64_return_value): Likewise.
5764 * spu-tdep.c (spu_return_value): Likewise.
5765 * tic6x-tdep.c (tic6x_return_value): Likewise.
5766 * v850-tdep.c (v850_return_value): Likewise.
5767 * vax-tdep.c (vax_return_value): Likewise.
5768 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5769 * xtensa-tdep.c (xtensa_return_value): Likewise.
5770 * gdbarch.c: Regenerate.
5771 * gdbarch.h: Regenerate.
5772
5773 2012-05-15 Tom Tromey <tromey@redhat.com>
5774
5775 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5776
5777 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5778
5779 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5780 of command in two error message.
5781
5782 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5783
5784 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5785
5786 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5787
5788 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5789
5790 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5791
5792 * NEWS (show auto-load scripts-directory): Add forgotten command.
5793
5794 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5795
5796 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5797 parameters.
5798
5799 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5800
5801 * amd64-tdep.c: Include features/i386/x32.c and
5802 features/i386/x32-avx.c.
5803 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5804 initialize_tdesc_x32_avx.
5805
5806 2012-05-14 Stan Shebs <stan@codesourcery.com>
5807
5808 Add dynamic printf.
5809 * breakpoint.h (enum bptype): New type bp_dprintf.
5810 (struct breakpoint): New field extra_string.
5811 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5812 (create_breakpoint): Add extra_string arg.
5813 * breakpoint.c (dprintf_breakpoint_ops): New.
5814 (is_breakpoint): Add bp_dprintf.
5815 (bpstat_what): Add dprintf case.
5816 (bptype_string): Ditto.
5817 (print_one_breakpoint_location): Ditto.
5818 (init_bp_location): Ditto.
5819 (bkpt_print_mention): Ditto.
5820 (dprintf_style_enums): New array.
5821 (dprintf_style): New global.
5822 (dprintf_function): New global.
5823 (dprintf_channel): New global.
5824 (update_dprintf_command_list): New function.
5825 (update_dprintf_commands): New function.
5826 (init_breakpoint_sal): Add extra_string argument, handle it.
5827 (create_breakpoint_sal): Add extra_string argument.
5828 (create_breakpoints_sal): Add extra_string argument, update callers.
5829 (find_condition_and_thread): Add extra argument.
5830 (create_breakpoint): Add extra_string argument, record it.
5831 (dprintf_command): New function.
5832 (break_command_1): Add arg to create_breakpoint call.
5833 (handle_gnu_v3_exceptions): Ditto.
5834 (trace_command): Ditto.
5835 (ftrace_command): Ditto.
5836 (strace_command): Ditto.
5837 (bkpt_print_mention): Add dprintf case.
5838 (create_breakpoint_sal_default): Add extra_string argument.
5839 (_initialize_breakpoint): Add new commands.
5840 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5841 * python/py-breakpoint.c (bppy_init): Ditto.
5842 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5843
5844 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5845
5846 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5847
5848 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5849
5850 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5851 unsigned long long.
5852
5853 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5854
5855 Add a new function gdb.find_pc_line to the Python API.
5856 * NEWS (Python Scripting): Add entry about the new function.
5857 * python/python.c (gdbpy_find_pc_line): New function which
5858 implements gdb.find_pc_line.
5859 (GdbMethods): Add entry for the new function.
5860
5861 2012-05-12 Pedro Alves <palves@redhat.com>
5862
5863 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5864 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5865
5866 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5867
5868 * inferior.c: Include completer.h
5869 (initialize_inferiors): Set completer of add-inferior to
5870 filename_completer.
5871
5872 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5873
5874 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5875 gdbarch_ptr_bit for x32 core dump.
5876
5877 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5878
5879 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5880 and features/i386/x32-avx-linux.c.
5881
5882 2012-05-11 Stan Shebs <stan@codesourcery.com>
5883 Kwok Cheung Yeung <kcy@codesourcery.com>
5884
5885 * NEWS: Describe new info os commands.
5886 * common/linux-osdata.c (PID_T, TIME_T): Define.
5887 (MAX_PID_T_STRLEN): New.
5888 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5889 MAX_PID_T_STRLEN.
5890 (command_from_pid): Add comment. Change to use PID_T.
5891 (commandline_from_pid): Change to use PID_T.
5892 (user_from_pid): Add comment.
5893 (get_process_owner): Add comment. Change to use PID_T and
5894 MAX_PID_T_STRLEN.
5895 (get_number_of_cpu_cores): Add comment.
5896 (get_cores_used_by_process): Add comment. Change to use PID_T and
5897 MAX_PID_T_STRLEN.
5898 (linux_xfer_osdata_processes): Change to use PID_T and
5899 MAX_PID_T_STRLEN.
5900 (compare_processes): New function.
5901 (linux_xfer_osdata_processgroups): New function.
5902 (linux_xfer_osdata_threads): Change to use PID_T.
5903 (linux_xfer_osdata_fds): New function.
5904 (format_socket_state, print_sockets): New functions.
5905 (union socket_addr): New union.
5906 (linux_xfer_osdata_isockets): New function.
5907 (time_from_time_t, group_from_gid): New functions.
5908 (linux_xfer_osdata_shm): New function.
5909 (linux_xfer_osdata_sem): New function.
5910 (linux_xfer_osdata_msg): New function.
5911 (linux_xfer_osdata_modules): New function.
5912 (osdata_table): Add new entries.
5913 * common/buffer.c (buffer_xml_printf): Add support for long and
5914 long long format specifiers.
5915
5916 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5917
5918 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5919 (tdesc_x32_avx_linux): Likewise.
5920
5921 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5922
5923 Implement multi-component --with-auto-load-dir.
5924 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5925 entries.
5926 (--with-auto-load-safe-path): Update the default value description.
5927 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5928 New.
5929 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5930 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5931 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5932 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5933 "set auto-load scripts-directory".
5934 * config.in: Regenerate.
5935 * configure: Regenerate.
5936 * configure.ac (--with-auto-load-dir): New configure option.
5937 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5938
5939 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5940
5941 Provide $ddir substitution for --with-auto-load-safe-path.
5942 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5943 entries.
5944 * auto-load.c: Include observer.h.
5945 (auto_load_safe_path_vec_update): Call substitute_path_component for
5946 each component. New variable ddir_subst.
5947 (auto_load_gdb_datadir_changed): New function.
5948 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5949 AUTO_LOAD_SAFE_PATH. New comment.
5950 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5951 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5952 * config.in: Regenerate.
5953 * configure: Regenerate.
5954 * configure.ac (--auto-load-safe-path): Rename
5955 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5956 GDB_DATADIR/auto-load.
5957 * defs.h (substitute_path_component): New declaration.
5958 * top.c: Include observer.h.
5959 (set_gdb_datadir): New function.
5960 (init_main): Install it for "set data-directory".
5961 * utils.c (substitute_path_component): New function.
5962
5963 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5964
5965 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5966 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5967 DEBUG_FILE_DIRECTORY. Handle multiple components of
5968 DEBUG_FILE_DIRECTORY.
5969
5970 2012-05-10 Tom Tromey <tromey@redhat.com>
5971
5972 * dwarf2read.c (recursively_write_psymbols): New function.
5973 (write_psymtabs_to_index): Use it.
5974
5975 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5976 field.
5977 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5978 (load_partial_comp_unit): Update.
5979 (queue_comp_unit): Add argument 'pretend_language'.
5980 (process_queue): Update.
5981 (psymtab_to_symtab_1): Skip dependencies that have a user.
5982 (load_partial_comp_unit_reader): Give meaning to the 'data'
5983 argument.
5984 (load_full_comp_unit): Add 'pretend_language' argument.
5985 (process_full_comp_unit): Add 'pretend_language' argument. Set
5986 language on CU.
5987 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5988 Update.
5989 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5990 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5991 Update.
5992 (prepare_one_comp_unit): Add 'pretend_language' argument.
5993
5994 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5995 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5996 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5997 (dw2_do_instantiate_symtab): Check whether symtab was read in
5998 before queueing.
5999 (dw2_instantiate_symtab): Add assertion. Call
6000 process_cu_includes.
6001 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6002 (partial_symtab_p): New typedef.
6003 (set_partial_user): New function.
6004 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6005 (scan_partial_symbols): Add imported CU to imported_symtabs.
6006 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6007 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6008 (get_symtab, recursively_compute_inclusions)
6009 (compute_symtab_includes, process_cu_includes)
6010 (process_imported_unit_die): New functions.
6011 (process_die) <DW_TAG_imported_unit>: New case.
6012 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6013
6014 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6015 comment.
6016 (struct partial_die_info) <locdesc>: Remove.
6017 <d>: New field.
6018 (process_psymtab_comp_unit): Add 'read_partial' argument.
6019 Update.
6020 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6021 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6022 (add_partial_symbol): Update.
6023 (process_die): Handle DW_TAG_partial_unit.
6024 (read_file_scope): Update comment.
6025 (load_partial_dies): Handle DW_TAG_imported_unit.
6026 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6027 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6028
6029 2012-05-10 Tom Tromey <tromey@redhat.com>
6030
6031 * cc-with-dwz.sh: New file.
6032
6033 2012-05-10 Tom Tromey <tromey@redhat.com>
6034
6035 * symtab.h (struct symtab) <includes, user>: New fields.
6036 * block.h (struct block_iterator) <d, idx, which>: New fields.
6037 * block.c (initialize_block_iterator, find_iterator_symtab)
6038 (block_iterator_step, block_iter_name_step)
6039 (block_iter_match_step): New functions.
6040 (block_iterator_first, block_iterator_next)
6041 (block_iter_name_first, block_iter_name_next)
6042 (block_iter_match_first, block_iter_match_next): Rewrite.
6043 (get_block_symtab): New function.
6044
6045 2012-05-10 Tom Tromey <tromey@redhat.com>
6046
6047 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6048 set_block_symtab.
6049 * jit.c (finalize_symtab): Use allocate_global_block,
6050 set_block_symtab.
6051 * buildsym.c (finish_block_internal): New function, from old
6052 finish_block.
6053 (finish_block): Rewrite.
6054 (end_symtab): Use finish_block_internal, set_block_symtab.
6055 * block.h (struct global_block): New.
6056 (allocate_global_block, set_block_symtab): Declare.
6057 * block.c (allocate_global_block, set_block_symtab): New
6058 functions.
6059
6060 2012-05-10 Tom Tromey <tromey@redhat.com>
6061
6062 * psymtab.c (partial_map_expand_apply): Add assertion.
6063 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6064 (psymtab_to_symtab): Find unshared psymtab.
6065 (dump_psymtab): Print including psymtabs.
6066 (recursively_search_psymtabs): New function.
6067 (expand_symtabs_matching_via_partial): Use it.
6068 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6069 fields.
6070 (enum psymtab_search_status): New.
6071
6072 2012-05-10 Tom Tromey <tromey@redhat.com>
6073
6074 * tracepoint.c (scope_info): Update.
6075 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6076 (find_pc_sect_symtab, search_symbols)
6077 (default_make_symbol_completion_list_break_on)
6078 (make_file_symbol_completion_list): Update.
6079 * symmisc.c (dump_symtab_1): Update.
6080 * stack.c (print_frame_args, iterate_over_block_locals)
6081 (print_frame_labels, iterate_over_block_arg_vars): Update.
6082 * python/py-block.c (block_object) <dict>: Remove.
6083 <block>: New field.
6084 <iter>: Change type.
6085 (blpy_iter): Update.
6086 (blpy_block_syms_iternext): Update.
6087 * psymtab.c (map_block): Use block iterators.
6088 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6089 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6090 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6091 * infrun.c (check_exception_resume): Update.
6092 * cp-support.c (make_symbol_overload_list_block): Update.
6093 * coffread.c (patch_opaque_types): Update.
6094 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6095 * block.h (struct block_iterator): New.
6096 (block_iterator_first, block_iterator_next, block_iter_name_first)
6097 (block_iter_name_next, block_iter_match_first)
6098 (block_iter_match_next): Declare.
6099 (ALL_BLOCK_SYMBOLS): Redefine.
6100 * block.c (block_iterator_first, block_iterator_next)
6101 (block_iter_name_first, block_iter_name_next)
6102 (block_iter_match_first, block_iter_match_next): New functions.
6103 * ada-lang.c (ada_add_block_symbols)
6104 (ada_make_symbol_completion_list): Use block iterator.
6105
6106 2012-05-10 Tom Tromey <tromey@redhat.com>
6107
6108 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6109 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6110 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6111 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6112 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6113 Update.
6114
6115 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6116
6117 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6118 print-file-var-lib2.c, print-file-var-main.c and
6119 print-file-var.exp (located in gdb/testsuite/gdb.base).
6120
6121 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6122
6123 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6124 try locating the symbol in the symbol's own objfile first, before
6125 extending the search to all objfiles.
6126 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6127 out of lookup_symbol_aux_symtabs.
6128 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6129 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6130 Do not search EXCLUDE_OBJFILE.
6131 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6132 (lookup_symbol_global): Search for matches in the block's objfile
6133 first, before searching all other objfiles.
6134
6135 2012-05-10 Tristan Gingold <gingold@adacore.com>
6136
6137 * printcmd.c (set_command): Add pre/post inc/dec.
6138
6139 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
6140
6141 * gdb.1: Document -ex option.
6142
6143 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6144
6145 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6146 * inferior.h (AT_SYMBOL): Delete.
6147
6148 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6149
6150 * mips-tdep.c (mips_push_dummy_code): New function.
6151 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6152 ON_STACK and install mips_push_dummy_code as our gdbarch
6153 push_dummy_code routine.
6154
6155 2012-05-09 Pedro Alves <palves@redhat.com>
6156
6157 * target.c (set_maintenance_target_async_permitted): Rename to ...
6158 (set_target_async_command): ... this.
6159 (show_maintenance_target_async_permitted): Rename to ...
6160 (show_target_async_command): ... this.
6161 (initialize_targets): Adjust.
6162
6163 2012-05-08 Doug Evans <dje@google.com>
6164
6165 * go-exp.y (classify_name): Add missing assignment of fields of
6166 yylval.ssym.
6167
6168 2012-05-08 Eli Zaretskii <eliz@gnu.org>
6169
6170 Display the ">" prompt in interactive mode while reading canned
6171 commands, even when the current interpreter is MI.
6172
6173 * interps.c (interp_set_temp): New function.
6174
6175 * interps.h (interp_set_temp): Add prototype.
6176
6177 * cli/cli-script.c (restore_interp): New cleanup function.
6178 (read_command_lines): Temporarily override the current interpreter
6179 with CLI and arrange for restoring the original one.
6180
6181 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6182
6183 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6184
6185 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6186
6187 * probe.c (parse_probes): Move conditional to check for
6188 debuginfo files from here...
6189 * stap-probe.c (stap_get_probes): ... to here.
6190
6191 2012-05-07 Mark Kettenis <kettenis@gnu.org>
6192 H.J. Lu <hongjiu.lu@intel.com>
6193
6194 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6195 `movl %esp, %ebp' for the X32 ABI.
6196
6197 2012-05-07 Tom Tromey <tromey@redhat.com>
6198
6199 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6200 get_DW_TAG_name.
6201 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6202 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6203 (dwarf_stack_op_name): Remove.
6204 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6205 (decode_locdesc): Use get_DW_OP_name.
6206 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6207 (dwarf2_compile_expr_to_ax): Likewise.
6208 (disassemble_dwarf_expression): Likewise.
6209 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6210
6211 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6212
6213 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6214 (sh_linux_sigtramp_cache): New function.
6215 (sh_linux_sigreturn_init): New function.
6216 (sh_linux_rt_sigreturn_init): New function.
6217 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6218 patterns.
6219 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6220 syscall codes.
6221 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6222 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6223 (sh_linux_init_abi): Add init calls to register new tramp_frame
6224 definitions under 32-bit SH, update comments.
6225
6226 2012-05-07 Pedro Alves <palves@redhat.com>
6227
6228 PR gdb/10952
6229
6230 * amd64-linux-tdep.c: Include glibc-tdep.h.
6231 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6232 gdbarch_skip_solib_resolver callback.
6233
6234 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6235
6236 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6237 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6238 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6239 (add_auto_load_safe_path): Change the error message.
6240 (_initialize_auto_load): Change the "safe-path" help text.
6241 * configure: Regenerate
6242 * configure.ac (--without-auto-load-safe-path): Set
6243 WITH_AUTO_LOAD_SAFE_PATH to /.
6244
6245 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6246
6247 * stap-probe.h: Do not include unecessary `probe.h'.
6248
6249 2012-05-05 Alan Modra <amodra@gmail.com>
6250
6251 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6252 bfd_und_section_ptr.
6253 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6254 and bfd_com_section_ptr.
6255
6256 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6257
6258 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6259
6260 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6261
6262 * windows-nat.h (segment_register_p_ftype): New typedef.
6263 (windows_set_segment_register_p): Add declaration.
6264 * windows-nat.c (segment_register_p): New static global.
6265 (windows_set_segment_register_p): New function.
6266 (do_windows_fetch_inferior_registers): Add special handling
6267 for segment registers.
6268 * amd64-windows-nat.c: #include "amd64-tdep.h".
6269 (amd64_windows_segment_register_p): New function.
6270 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6271 * i386-windows-nat.c: #include "i386-tdep.h".
6272 (i386_windows_segment_register_p): New function.
6273 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6274
6275 2012-05-04 Tristan Gingold <gingold@adacore.com>
6276
6277 * printcmd.c (set_command): Emit a warning if the expression is not
6278 an assignment.
6279
6280 2012-05-03 Joel Brobecker <brobecker@adacore.com>
6281
6282 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6283 Make static.
6284
6285 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6286
6287 * stap-probe.c (stap_is_operator): Change declaration.
6288 (stap_get_opcode): Change return value.
6289 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6290 `stap_parse_argument_1'.
6291
6292 2012-05-03 Pedro Alves <pedro@codesourcery.com>
6293
6294 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6295 debug log.
6296
6297 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6298
6299 Add two new methods global_block and static_block to gdb.Symtab
6300 objects.
6301 * NEWS (Python scripting): Add entry about the new methods.
6302 * python/py-symtab.c (stpy_global_block): New function which
6303 implements the gdb.Symtab.global_block() method.
6304 (stpy_static_block): New function which implements the
6305 gdb.Symtab.static_block() method.
6306 (symtab_object_methods): Add entries for the two new methods.
6307
6308 2012-05-03 Doug Evans <dje@google.com>
6309
6310 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6311 files.
6312
6313 2012-05-03 Yao Qi <yao@codesourcery.com>
6314
6315 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6316 space.
6317 (i386_process_record): Ditto.
6318
6319 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6320
6321 * infcall.c (unwind_on_signal_p): Make static.
6322
6323 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6324
6325 * sol-thread.c (solaris_pid_to_str): Make static.
6326 (_initialize_sol_thread): Add prototype.
6327
6328 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6329
6330 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6331
6332 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
6333
6334 * MAINTAINERS: Remove myself.
6335
6336 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6337
6338 Fix --without-auto-load-safe-path for MS-Windows host platform.
6339 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6340
6341 2012-05-02 Eli Zaretskii <eliz@gnu.org>
6342
6343 * gdb_curses.h: Undefine KEY_EVENT before including curses
6344 headers. Move "#undef MOUSE_MOVED" before any curses header
6345 inclusion.
6346
6347 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6348
6349 * features/i386/i386-mmx-linux.c: Regenerate.
6350 * features/rs6000/powerpc-32.c: Likewise.
6351 * features/rs6000/powerpc-32l.c: Likewise.
6352 * features/rs6000/powerpc-403.c: Likewise.
6353 * features/rs6000/powerpc-403gc.c: Likewise.
6354 * features/rs6000/powerpc-405.c: Likewise.
6355 * features/rs6000/powerpc-505.c: Likewise.
6356 * features/rs6000/powerpc-601.c: Likewise.
6357 * features/rs6000/powerpc-602.c: Likewise.
6358 * features/rs6000/powerpc-603.c: Likewise.
6359 * features/rs6000/powerpc-604.c: Likewise.
6360 * features/rs6000/powerpc-64.c: Likewise.
6361 * features/rs6000/powerpc-64l.c: Likewise.
6362 * features/rs6000/powerpc-750.c: Likewise.
6363 * features/rs6000/powerpc-860.c: Likewise.
6364 * features/rs6000/powerpc-e500.c: Likewise.
6365 * features/rs6000/powerpc-e500l.c: Likewise.
6366 * features/rs6000/powerpc-isa205-32l.c: Likewise.
6367 * features/rs6000/powerpc-isa205-64l.c: Likewise.
6368 * features/rs6000/rs6000.c: Likewise.
6369
6370 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6371
6372 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6373 variable.
6374 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6375 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6376 (stap_parse_argument) <e>: Likewise.
6377 (handle_stap_probe) <byte_order>: Likewise.
6378
6379 2012-04-30 Doug Evans <dje@google.com>
6380
6381 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6382 init_and_read_dies_worker. All callers updated.
6383 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
6384 replaced with init_cutu_and_read_dies.
6385 (load_partial_comp_unit): Pass 1 for use_existing_cu.
6386 (find_partial_die): Remove FIXME. Don't free current CU.
6387
6388 2012-04-30 Sterling Augustine <saugustine@google.com>
6389
6390 * contrib: New directory.
6391 * contrib/test_pubnames_and_indexes.py: New file.
6392
6393 2012-04-30 Doug Evans <dje@google.com>
6394
6395 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6396 All callers updated.
6397 (init_cu_die_reader): Verify the section is non-empty.
6398 (dwarf_decode_line_header): Don't dereference section->asection
6399 until we know the section is present.
6400
6401 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
6402
6403 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6404 probes.
6405
6406 2012-04-29 Yao Qi <yao@codesourcery.com>
6407
6408 * gdb-code-style.el: New hook gdb-markup-hook
6409 and gdb-comment-hook.
6410
6411 2012-04-28 Doug Evans <dje@google.com>
6412
6413 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6414 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6415 objfile->obfd.
6416 * symfile.h (dwarf2_debug_sections): New member addr.
6417 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6418 (ctx_no_get_addr_index): New function.
6419 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6420 (ctx_no_get_addr_index): Declare.
6421 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6422 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6423 (dwarf_expr_ctx_funcs): Update.
6424 (needs_get_addr_index): New function.
6425 (needs_frame_ctx_funcs): Update.
6426 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6427 * dwarf2read.c: #include "gdbcore.h".
6428 (dwarf2_per_objfile): New members addr, dwo_files.
6429 (dwarf2_elf_names): Add entry for addr.
6430 (struct dwo_section_names): New type.
6431 (dwo_section_names): New static global.
6432 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6433 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6434 old debug_types_section member updated to use this.
6435 Rename member debug_types_section to info_or_types_section,
6436 all uses updated.
6437 (signatured_type): Rename member type_offset to type_offset_in_tu,
6438 all uses updated. New member type_offset_in_section.
6439 (struct dwo_sections): New type.
6440 (struct dwo_unit): New type.
6441 (struct dwo_file): New type.
6442 (die_reader_specs): New member dwo_file.
6443 (dwarf2_locate_sections): Watch for .debug_addr.
6444 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6445 (dwarf2_read_section): Get bfd of section from bfd's asection,
6446 instead of objfile.
6447 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6448 (create_signatured_type_table_from_index): Initialize
6449 sig_type->info_or_types_section.
6450 (dw2_get_file_names): Statement lists for type units with DWO files
6451 live in the DWO file.
6452 (create_debug_types_hash_table): New function.
6453 (create_all_type_units): Rewrite.
6454 (init_cu_die_reader): New arg dwo_file, all callers updated.
6455 (init_and_read_dies_worker): Get section from
6456 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6457 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6458 continue reading the CU/TU from there.
6459 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6460 updated. Get section from this_cu->info_or_types_section.
6461 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6462 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6463 DW_FORM_GNU_str_index.
6464 (hash_dwo_file, eq_dwo_file): New functions.
6465 (allocate_dwo_file_hash_table): New function.
6466 (hash_dwo_unit, eq_dwo_unit): New functions.
6467 (allocate_dwo_unit_table): New function.
6468 (dwarf2_locate_dwo_sections): New function.
6469 (struct create_dwo_info_table_data): New type.
6470 (create_debug_info_hash_table_reader): New function.
6471 (create_debug_info_hash_table): New function.
6472 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6473 (lookup_dwo_file): New function.
6474 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6475 (free_dwo_file, free_dwo_file_cleanup): New functions.
6476 (free_dwo_file_from_slot, free_dwo_files): New functions.
6477 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6478 (dwarf2_record_block_ranges): Ditto.
6479 (read_partial_die): Ditto.
6480 (process_enumeration_scope): Update to use type_offset_in_section.
6481 (read_full_die_1): New function.
6482 (read_full_die): Rewrite.
6483 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6484 DW_FORM_GNU_str_index.
6485 (read_addr_index_1, read_addr_index): New functions.
6486 (read_addr_index_from_leb128): New function.
6487 (struct dwarf2_read_addr_index_data): New type.
6488 (dwarf2_read_addr_index_reader): New function.
6489 (dwarf2_read_addr_index): New function.
6490 (read_str_index): New function.
6491 (leb128_size): New function.
6492 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6493 If processing a type unit from a DWO file, get the line section
6494 from the DWO file.
6495 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6496 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6497 DW_FORM_GNU_str_index.
6498 (lookup_die_type): Check whether section offset of type's die is
6499 known before looking it up. Remove assert. Condition can
6500 legimately happen for inter-cu type references.
6501 (dwarf_attr_name): Handle Fission attributes.
6502 (dwarf_form_name): Handle Fission forms.
6503 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6504 DW_FORM_GNU_str_index.
6505 (follow_die_sig): Update to use type_offset_in_section.
6506 (decode_locdesc): New case DW_OP_GNU_addr_index.
6507 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6508 DW_FORM_GNU_str_index.
6509 (cu_debug_loc_section): New function.
6510 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6511 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6512 Free DWO files if present.
6513 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6514
6515 Refactor DIE reading.
6516 * dwarf2read.c (dwarf2_per_objfile): Replace members
6517 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6518 (die_reader_specs): New member "die_section". Temporarily make
6519 member "buffer" non-const, pending constifying all info_ptr uses.
6520 (die_reader_func_ftype): New typedef.
6521 (dw2_get_file_names_reader): New function.
6522 (dw2_get_file_names): Rewrite.
6523 (read_and_check_type_unit_head): Rename arg type_offset to
6524 type_offset_in_tu.
6525 (create_all_type_units): Improve debugging message.
6526 Improve dummy type unit check.
6527 (init_cu_die_reader): New arg "section". All callers updated.
6528 (init_and_read_dies_worker): New function.
6529 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6530 (init_cutu_and_read_dies_no_follow): New function.
6531 (init_cutu_and_read_dies_simple): New function.
6532 (process_psymtab_comp_unit_reader): New function.
6533 (process_psymtab_comp_unit): Delete args section,
6534 is_debug_types_section. Rewrite. All callers updated.
6535 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6536 All callers updated. Rewrite.
6537 (load_partial_comp_unit_reader): New function.
6538 (load_partial_comp_unit): Rewrite.
6539 (skip_children): New arg reader. Delete args buffer, cu.
6540 All callers updated.
6541 (skip_one_die): New arg reader. Delete args buffer, cu.
6542 All callers updated.
6543 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6544 All callers updated.
6545 (load_full_comp_unit_reader): New function.
6546 (load_full_comp_unit): Rewrite.
6547 (read_comp_unit): Delete.
6548 (read_die_and_children_1): Delete, contents moved ...
6549 (read_die_and_children): ... here.
6550 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6551 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6552 All callers updated.
6553 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6554 All callers updated.
6555 (find_partial_die): Rewrite load_all_dies support.
6556 (read_attribute_value): New arg reader. Delete args abfd, cu.
6557 All callers updated.
6558 (read_attribute): New arg reader. Delete args abfd, cu.
6559 All callers updated.
6560 (load_full_type_unit): Add assert.
6561 (read_signatured_type_reader): New function.
6562 (read_signatured_type): Rewrite.
6563 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6564 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6565 All callers updated. Set per_cu->cu = NULL after freeing it.
6566 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6567 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6568 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6569 (set_die_type): Update.
6570 (get_die_type_at_offset): Update.
6571 (read_file_scope): Call prepare_one_comp_unit.
6572 (read_type_unit_scope): Ditto.
6573 (prepare_one_comp_unit): Set producer if present.
6574
6575 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6576
6577 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6578 gettext function on `error'.
6579
6580 2012-04-27 Doug Evans <dje@google.com>
6581
6582 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6583 is empty.
6584
6585 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6586 Tom Tromey <tromey@redhat.com>
6587
6588 * breakpoint.c (struct breakpoint_objfile_data)
6589 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6590 <exception_probes>: New fields.
6591 (free_breakpoint_probes): New function.
6592 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6593 `_Unwind_DebugHook'.
6594 (create_exception_master_breakpoint): Likewise.
6595 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6596 * infrun.c: Including necessary header files for handling SystemTap
6597 probes.
6598 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6599 via SystemTap probes.
6600 (check_exception_resume): Remove `func' argument. Handle exception
6601 unwinding breakpoint set via a SystemTap probe.
6602 (insert_exception_resume_from_probe): New function.
6603
6604 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6605 Tom Tromey <tromey@redhat.com>
6606 Jan Kratochvil <jan.kratochvil@redhat.com>
6607
6608 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6609 (COMMON_OBS): Likewise.
6610 (HFILES_NO_SRCDIR): Add `probe'.
6611 * NEWS: Mention support for static and SystemTap probes.
6612 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6613 SystemTap probes' arguments parser.
6614 * arm-linux-tdep.c: Including headers needed to perform the parsing
6615 of SystemTap probes' arguments.
6616 (arm_stap_is_single_operand): New function.
6617 (arm_stap_parse_special_token): Likewise.
6618 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6619 probes' arguments parser.
6620 * ax-gdb.c (require_rvalue): Removing static declaration.
6621 (gen_expr): Likewise.
6622 * ax-gdb.h (gen_expr): Declaring function.
6623 (require_rvalue): Likewise.
6624 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6625 (bkpt_probe_breakpoint_ops): New variable.
6626 (momentary_breakpoint_from_master): Set the `probe' value.
6627 (add_location_to_breakpoint): Likewise.
6628 (break_command_1): Using proper breakpoint_ops according to the
6629 argument passed by the user in the command line.
6630 (bkpt_probe_insert_location): New function.
6631 (bkpt_probe_remove_location): Likewise.
6632 (bkpt_probe_create_sals_from_address): Likewise.
6633 (bkpt_probe_decode_linespec): Likewise.
6634 (tracepoint_probe_create_sals_from_address): Likewise.
6635 (tracepoint_probe_decode_linespec): Likewise.
6636 (tracepoint_probe_breakpoint_ops): New variable.
6637 (trace_command): Using proper breakpoint_ops according to the
6638 argument passed by the user in the command line.
6639 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6640 static probes on breakpoints and tracepoints.
6641 * breakpoint.h (struct bp_location) <probe>: New field.
6642 * cli-utils.c (skip_spaces_const): New function.
6643 (extract_arg): Likewise.
6644 * cli-utils.h (skip_spaces_const): Likewise.
6645 (extract_arg): Likewise.
6646 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6647 * configure.ac: Append `stap-probe.o' to be generated when ELF
6648 support is present.
6649 * configure: Regenerate.
6650 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6651 * elfread.c: Include `probe.h' and `arch-utils.h'.
6652 (probe_key): New variable.
6653 (elf_get_probes): New function.
6654 (elf_get_probe_argument_count): Likewise.
6655 (elf_evaluate_probe_argument): Likewise.
6656 (elf_compile_to_ax): Likewise.
6657 (elf_symfile_relocate_probe): Likewise.
6658 (stap_probe_key_free): Likewise.
6659 (elf_probe_fns): New variable.
6660 (elf_sym_fns): Add `sym_probe_fns' value.
6661 (elf_sym_fns_lazy_psyms): Likewise.
6662 (elf_sym_fns_gdb_index): Likewise.
6663 (_initialize_elfread): Initialize objfile cache for static
6664 probes.
6665 * gdb_vecs.h (struct probe): New forward declaration.
6666 (probe_p): New VEC declaration.
6667 * gdbarch.c: Regenerate.
6668 * gdbarch.h: Regenerate.
6669 * gdbarch.sh (stap_integer_prefix): New variable.
6670 (stap_integer_suffix): Likewise.
6671 (stap_register_prefix): Likewise.
6672 (stap_register_suffix): Likewise.
6673 (stap_register_indirection_prefix): Likewise.
6674 (stap_register_indirection_suffix): Likewise.
6675 (stap_gdb_register_prefix): Likewise.
6676 (stap_gdb_register_suffix): Likewise.
6677 (stap_is_single_operand): New function.
6678 (stap_parse_special_token): Likewise.
6679 (struct stap_parse_info): Forward declaration.
6680 * i386-tdep.c: Including headers needed to perform the parsing
6681 of SystemTap probes' arguments.
6682 (i386_stap_is_single_operand): New function.
6683 (i386_stap_parse_special_token): Likewise.
6684 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6685 probes' arguments parser.
6686 * i386-tdep.h (i386_stap_is_single_operand): New function.
6687 (i386_stap_parse_special_token): Likewise.
6688 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6689 * mipsread.c (ecoff_sym_fns): Likewise.
6690 * objfiles.c (objfile_relocate1): Support relocation for static
6691 probes.
6692 * parse.c (prefixify_expression): Remove static declaration.
6693 (initialize_expout): Likewise.
6694 (reallocate_expout): Likewise.
6695 * parser-defs.h (initialize_expout): Declare function.
6696 (reallocate_expout): Likewise.
6697 (prefixify_expression): Likewise.
6698 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6699 of SystemTap probes' arguments.
6700 (ppc_stap_is_single_operand): New function.
6701 (ppc_stap_parse_special_token): Likewise.
6702 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6703 probes' arguments parser.
6704 * probe.c: New file, for generic statically defined probe support.
6705 * probe.h: Likewise.
6706 * s390-tdep.c: Including headers needed to perform the parsing of
6707 SystemTap probes' arguments.
6708 (s390_stap_is_single_operand): New function.
6709 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6710 probes' arguments parser.
6711 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6712 * stap-probe.c: New file, for SystemTap probe support.
6713 * stap-probe.h: Likewise.
6714 * symfile.h: Include `gdb_vecs.h'.
6715 (struct sym_probe_fns): New struct.
6716 (struct sym_fns) <sym_probe_fns>: New field.
6717 * symtab.c (init_sal): Initialize `probe' field.
6718 * symtab.h (struct probe): Forward declaration.
6719 (struct symtab_and_line) <probe>: New field.
6720 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6721 locations.
6722 (stop_tracing): Likewise.
6723 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6724
6725 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6726 Tom Tromey <tromey@redhat.com>
6727
6728 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6729 and to compile agent expressions.
6730 * infrun.c (siginfo_make_value): New argument `ignore'.
6731 (siginfo_funcs): New struct.
6732 (_initialize_infrun): New argument when calling
6733 `create_internalvar_type_lazy'.
6734 * thread.c (thread_id_make_value): New argument `ignore'.
6735 (thread_funcs): New struct.
6736 (_initialize_thread): New argument when calling
6737 `create_internalvar_type_lazy'.
6738 * tracepoint.c (sdata_make_value): New argument `ignore'.
6739 (sdata_funcs): New struct.
6740 (_initialize_tracepoint): New argument when calling
6741 `create_internalvar_type_lazy'.
6742 * value.c (make_value): New struct.
6743 (create_internalvar_type_lazy): New argument `data'.
6744 (compile_internalvar_to_ax): New function.
6745 (value_of_internalvar): Properly handling `make_value' case.
6746 (clear_internalvar): Likewise.
6747 (show_convenience): Adding `TRY_CATCH' block.
6748 * value.h (internalvar_make_value): Delete, replace by...
6749 (struct internalvar_funcs): ... this.
6750 (create_internalvar_type_lazy) <fun>: Delete argument.
6751 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6752 (compile_internalvar_to_ax): New function.
6753 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6754 (tlb_funcs): New struct.
6755 (_initialize_windows_tdep): New argument when calling
6756 `create_internalvar_type_lazy'.
6757
6758 2012-04-27 Mark Wielaard <mjw@redhat.com>
6759
6760 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6761 see whether it is an address or a constant offset from DW_AT_low_pc.
6762 (dwarf2_record_block_ranges): Likewise.
6763 (read_partial_die): Likewise.
6764
6765 2012-04-26 Mark Wielaard <mjw@redhat.com>
6766
6767 * MAINTAINERS (Write After Approval): Add myself to the list.
6768
6769 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6770
6771 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6772 (proc_prettyprint_signal): Likewise.
6773 (proc_prettyprint_faultset): Likewise.
6774 (proc_prettyprint_fault): Likewise.
6775 (proc_prettyprint_actionset): Likewise.
6776 (proc_prettyprint_flags): Move to new proc-flags.c section.
6777 (proc_prettyfprint_flags): New prototype.
6778 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6779 (proc_syscall, proc_cursig): Likewise.
6780 (proc_set_kill_on_last_close): Likewise.
6781 (proc_unset_kill_on_last_close): Likewise.
6782 (proc_set_watchpoint): Make static.
6783 (proc_delete_dead_threads): Likewise.
6784 (procfs_set_watchpoint): Likewise.
6785 (_initialize_procfs): Add prototype.
6786 * proc-events.c: Include proc-utils.h.
6787 (init_syscall_table): Make static.
6788 * proc-api.c (_initialize_proc_api): Add prototype.
6789 * proc-flags.c: Include proc-utils.h.
6790
6791 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6792
6793 * configure.ac: Add AC_ARG_PROGRAM.
6794 * configure: Regenerate.
6795
6796 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6797
6798 Fix DW_AT_lower_bound defaults for DWARF-4+.
6799 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6800 high. New variable low_default_is_valid. Implement DWARF-4+
6801 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6802 no default by the DWARF standard.
6803
6804 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6805 Maciej W. Rozycki <macro@codesourcery.com>
6806
6807 * infrun.c (handle_inferior_event): Move the check for return
6808 trampolines ahead of the check for function trampolines.
6809 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6810 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6811 (mips_str_mips16_ret_stub): Likewise.
6812 (mips_str_call_fp_stub): Likewise.
6813 (mips_str_call_stub): Likewise.
6814 (mips_str_fn_stub): Likewise.
6815 (mips_str_pic): Likewise.
6816 (mips_in_frame_stub): New function.
6817 (mips_unwind_pc): Return the return address rather than the PC
6818 if the PC of an intermediate frame is inside a call thunk.
6819 (mips_is_stub_suffix): New function.
6820 (mips_is_stub_mode): Likewise.
6821 (mips_get_mips16_fn_stub_pc): Likewise.
6822 (mips_skip_mips16_trampoline_code): Update to handle all the
6823 currently generated stub types. Don't recurse into __fn_stub
6824 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6825 Use cooked register accesses.
6826 (mips_in_return_stub): Reintroduce function.
6827 (mips_skip_trampoline_code): Traverse trampolines recursively.
6828 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6829
6830 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6831
6832 GDB 7.4.1 released.
6833
6834 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6835
6836 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6837 * features/arm-with-m-vfp-d16.xml: New file. Describes
6838 Cortex-M with VFPv4-sp-d16 FPU register layout.
6839 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6840 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6841 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6842 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6843 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6844
6845 2012-04-25 Doug Evans <dje@google.com>
6846
6847 * cli/cli-decode.c (print_doc_line): Use stream instead of
6848 current_uiout.
6849
6850 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6851
6852 * features/arm-with-iwmmxt.c: Regenerate.
6853 * features/arm-with-m-fpa-layout.c: Likewise.
6854 * features/arm-with-m.c: Likewise.
6855 * features/arm-with-neon.c: Likewise.
6856 * features/arm-with-vfpv2.c: Likewise.
6857 * features/arm-with-vfpv3.c: Likewise.
6858 * features/mips-dsp-linux.c: Likewise.
6859 * features/mips-linux.c: Likewise.
6860 * features/mips64-dsp-linux.c: Likewise.
6861 * features/mips64-linux.c: Likewise.
6862 * features/s390-linux32.c: Likewise.
6863 * features/s390-linux32v1.c: Likewise.
6864 * features/s390-linux32v2.c: Likewise.
6865 * features/s390-linux64.c: Likewise.
6866 * features/s390-linux64v1.c: Likewise.
6867 * features/s390-linux64v2.c: Likewise.
6868 * features/s390x-linux64.c: Likewise.
6869 * features/s390x-linux64v1.c: Likewise.
6870 * features/s390x-linux64v2.c: Likewise.
6871 * features/tic6x-c62x-linux.c: Likewise.
6872 * features/tic6x-c62x.c: Likewise.
6873 * features/tic6x-c64x-linux.c: Likewise.
6874 * features/tic6x-c64x.c: Likewise.
6875 * features/tic6x-c64xp-linux.c: Likewise.
6876 * features/tic6x-c64xp.c: Likewise.
6877 * target-descriptions.c: Only generate `field_type' and `type'
6878 variables when needed.
6879
6880 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6881
6882 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6883
6884 2012-04-25 Doug Evans <dje@google.com>
6885
6886 Initial pass at Go language support.
6887 * NEWS: Mention Go.
6888 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6889 go-valprint.c.
6890 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6891 (YYFILES): Add go-exp.c.
6892 (YYOBJ): Add go-exp.o.
6893 (local-maintainer-clean): Delete go-exp.c.
6894 * defs.h (enum language): Add language_go.
6895 * dwarf2read.c: #include "go-lang.h".
6896 (fixup_go_packaging): New function.
6897 (process_full_comp_unit): Call it when processing Go CUs.
6898 (dwarf2_physname): Add Go support.
6899 (read_file_scope): Handle missing language spec for GNU Go.
6900 (set_cu_language): Handle DW_LANG_Go.
6901 * go-exp.y: New file.
6902 * go-lang.h: New file.
6903 * go-lang.c: New file.
6904 * go-typeprint.c: New file.
6905 * go-valprint.c: New file.
6906 * symtab.c: #include "go-lang.h".
6907 (symbol_set_language): Handle language_go.
6908 (symbol_find_demangled_name, symbol_set_names): Ditto.
6909 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6910
6911 2012-04-24 Jim Meyering <meyering@redhat.com>
6912
6913 avoid a few strncpy-induced buffer overruns
6914 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6915 fname and psargs before trying to concatenate.
6916 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6917 "name" before applying strchr.
6918
6919 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6920
6921 * CONTRIBUTE: Use unified diff instead of context diff when
6922 generating patches.
6923
6924 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6925
6926 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6927 code. Handle JR.HB correctly.
6928
6929 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6930
6931 * mips-tdep.c
6932 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6933 with the other MIPS16 helpers.
6934
6935 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6936
6937 * observer.sh: Conditionally declare `args', thus cleaning up
6938 unused instances of this variable.
6939
6940 2012-04-24 Yao Qi <yao@codesourcery.com>
6941
6942 Revert this patch to allow breakpoint always-inserted
6943 in record target.
6944 2011-12-05 Pedro Alves <pedro@codesourcery.com>
6945 * breakpoint.c: Include record.h.
6946 (breakpoints_always_inserted_mode): Return false when the record
6947 target is in use.
6948
6949 * breakpoint.c (iterate_over_bp_locations): New.
6950 * breakpoint.h: Declare.
6951 New typedef walk_bp_location_callback.
6952 * record.c (record_open): Call record_init_record_breakpoints.
6953 (record_sync_record_breakpoints): New.
6954 (record_init_record_breakpoints): New.
6955 * NEWS: Mention supporting breakpoint always-inserted mode in
6956 record target.
6957
6958 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6959
6960 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6961 any thread.
6962
6963 2012-04-24 Yao Qi <yao@codesourcery.com>
6964
6965 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6966 (is_catchpoint): ... it.
6967 (print_one_breakpoint_location): Caller update.
6968 * breakpoint.h: Update declaration.
6969
6970 2012-04-23 David S. Miller <davem@davemloft.net>
6971
6972 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6973
6974 2012-04-23 Tom Tromey <tromey@redhat.com>
6975
6976 * buildsym.c (add_free_pendings): Remove.
6977 * buildsym.h (add_free_pendings): Remove.
6978
6979 2012-04-23 Doug Evans <dje@google.com>
6980
6981 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6982 attr.u.unsnd instead of attr.u.addr.
6983 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6984 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6985 DW_FORM_ref_udata.
6986 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6987 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6988 DW_FORM_ref_udata.
6989 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6990
6991 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6992
6993 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6994 (mips_o32_return_value): Likewise.
6995 (mips_o64_return_value): Likewise.
6996
6997 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6998
6999 * ada-lang.c (ada_evaluate_subexp): Add cases for
7000 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7001 their treatment in eval.c.
7002
7003 2012-04-21 David S. Miller <davem@davemloft.net>
7004
7005 * sparc-tdep.c (X_DISP10): Define.
7006 (sparc_analyze_control_transfer): Handle compare-and-branch.
7007
7008 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7009
7010 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7011 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7012
7013 2012-04-20 Nigel Stephens <nigel@mips.com>
7014 Maciej W. Rozycki <macro@codesourcery.com>
7015
7016 * mips-tdep.c (mips_float_register_p): New function.
7017 (mips_convert_register_float_case_p): Use mips_float_register_p.
7018 (mips_register_type): Likewise.
7019 (mips_print_register): Likewise.
7020 (print_gp_register_row): Likewise.
7021 (mips_print_registers_info): Likewise.
7022
7023 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7024
7025 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7026 of mips16 symbols.
7027
7028 2012-04-20 Andrew Pinski <apinski@cavium.com>
7029
7030 * MAINTAINERS (Write After Approval): Add myself to the list.
7031
7032 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7033
7034 * MAINTAINERS: Update my e-mail address.
7035
7036 2012-04-20 Pedro Alves <palves@redhat.com>
7037
7038 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7039 $srcdir.
7040 * configure: Regenerate.
7041
7042 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7043
7044 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7045 declaration.
7046 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7047
7048 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7049
7050 Fix compilation compatibility with python-2.4
7051 * python/py-type.c (convert_field): Cast ADDRSTRING for
7052 PyObject_SetAttrString as non-const. New comment.
7053
7054 2012-04-19 Tom Tromey <tromey@redhat.com>
7055
7056 * top.c (quit_target): Use all_cleanups.
7057 * main.c (captured_command_loop): Use all_cleanups.
7058 * exceptions.c (throw_exception): Use all_cleanups.
7059
7060 2012-04-19 Pedro Alves <palves@redhat.com>
7061
7062 * Makefile.in (GNULIB_BUILDDIR): New.
7063 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7064 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7065 (CLEANDIRS). Remove gnulib/import.
7066 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7067 (all-lib): Ditto.
7068 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7069 (gnulib/import/Makefile): Replace gnulib/import with
7070 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7071 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7072 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7073 acx_configure_dir.m4.
7074 * acinclude.m4: Include acx_configure_dir.m4.
7075 * acx_configure_dir.m4: New file.
7076 * aclocal.m4: Regenerate.
7077 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7078 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7079 (GNULIB): New variable.
7080 (GNULIB_STDINT_H): Adjust.
7081 (AC_OUTPUT): Don't output gnulib/Makefile.
7082 * gdb/defs.h: Include build-gnulib/config.h.
7083 * aclocal.m4: Regenerate.
7084 * config.in: Regenerate.
7085 * configure: Regenerate.
7086
7087 * gnulib/Makefile.in: New file.
7088 * gnulib/configure.ac: New file.
7089 * gnulib/aclocal.m4: New file.
7090 * gnulib/config.in: New file.
7091 * gnulib/configure: New file.
7092 * gnulib/: Re-run gnulib-tool to adjust.
7093
7094 2012-04-19 Doug Evans <dje@google.com>
7095
7096 * cleanups.h (struct cleanup): Move to cleanups.c.
7097 (make_cleanup_dtor_ftype): New typedef.
7098 (make_cleanup_dtor): Use it.
7099 (ALL_CLEANUPS): Replace with ...
7100 (all_cleanups): ... this. Declare. All uses updated.
7101 * cleanups.c: #include "gdb_assert.h".
7102 (sentinel_cleanup): New static global.
7103 (SENTINEL_CLEANUP): Define.
7104 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7105 (make_my_cleanup2): Assert result is non-NULL.
7106 (all_cleanups): New function.
7107 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7108 of NULL.
7109
7110 2012-04-19 Pedro Alves <palves@redhat.com>
7111
7112 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7113 Adjust paths to gnulib imported files.
7114
7115 2012-04-19 Pedro Alves <palves@redhat.com>
7116
7117 * gnulib/: Move whole directory ...
7118 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7119 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7120 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7121 (aclocal_m4_deps): Adjust.
7122 * aclocal.m4: Regenerate.
7123 * configure: Regenerate.
7124 * configure.ac: Adjust AC_OUTPUT output.
7125
7126 2012-04-19 Yao Qi <yao@codesourcery.com>
7127
7128 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7129 (vec.o): New rule.
7130 * vec.c: Move it ...
7131 * common/vec.c: ... here.
7132 * vec.h: Move it ...
7133 * common/vec.h: ... here.
7134
7135 2012-04-19 Yao Qi <yao@codesourcery.com>
7136
7137 * gdb-code-style.el: New.
7138
7139 2012-04-18 Pedro Alves <palves@redhat.com>
7140
7141 Update gnulib from latest git.
7142 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7143
7144 * gnulib/Makefile.am: Update.
7145 * gnulib/dummy.c: Update.
7146 * gnulib/extra/arg-nonnull.h: Update.
7147 * gnulib/extra/c++defs.h: Update.
7148 * gnulib/extra/update-copyright: Update.
7149 * gnulib/extra/warn-on-use.h: Update.
7150 * gnulib/inttypes.in.h: Update.
7151 * gnulib/m4/00gnulib.m4: Update.
7152 * gnulib/m4/extensions.m4: Update.
7153 * gnulib/m4/gnulib-cache.m4: Update.
7154 * gnulib/m4/gnulib-common.m4: Update.
7155 * gnulib/m4/gnulib-comp.m4: Update.
7156 * gnulib/m4/gnulib-tool.m4: Update.
7157 * gnulib/m4/include_next.m4: Update.
7158 * gnulib/m4/inttypes-pri.m4: Update.
7159 * gnulib/m4/inttypes.m4: Update.
7160 * gnulib/m4/longlong.m4: Update.
7161 * gnulib/m4/memchr.m4: Update.
7162 * gnulib/m4/memmem.m4: Update.
7163 * gnulib/m4/mmap-anon.m4: Update.
7164 * gnulib/m4/multiarch.m4: Update.
7165 * gnulib/m4/onceonly.m4: Update.
7166 * gnulib/m4/stddef_h.m4: Update.
7167 * gnulib/m4/stdint.m4: Update.
7168 * gnulib/m4/string_h.m4: Update.
7169 * gnulib/m4/warn-on-use.m4: Update.
7170 * gnulib/m4/wchar_h.m4: Update.
7171 * gnulib/m4/wchar_t.m4: Update.
7172 * gnulib/m4/wint_t.m4: Update.
7173 * gnulib/memchr.c: Update.
7174 * gnulib/memmem.c: Update.
7175 * gnulib/stddef.in.h: Update.
7176 * gnulib/stdint.in.h: Update.
7177 * gnulib/str-two-way.h: Update.
7178 * gnulib/string.in.h: Update.
7179 * gnulib/wchar.in.h: Update.
7180
7181 * gnulib/extra/arg-nonnull.h: Delete.
7182 * gnulib/extra/c++defs.h: Delete.
7183 * gnulib/extra/warn-on-use.h: Delete.
7184 * gnulib/m4/wchar_h.m4: Delete.
7185 * gnulib/m4/wint_t.m4: Delete.
7186 * gnulib/wchar.in.h: Delete.
7187
7188 * gnulib/extra/snippets/arg-nonnull.h: New.
7189 * gnulib/extra/snippets/c++defs.h: New.
7190 * gnulib/extra/snippets/warn-on-use.h: New.
7191
7192 * aclocal.m4: Regenerate.
7193 * config.in: Regenerate.
7194 * configure: Regenerate.
7195 * gnulib/Makefile.in: Regenerate.
7196
7197 2012-04-18 Pedro Alves <palves@redhat.com>
7198
7199 Reimport the update-copyright module from gnulib
7200 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7201
7202 * configure: Regenerate.
7203 * gnulib/Makefile.am: Update.
7204 * gnulib/Makefile.in: Regenerate.
7205 * gnulib/extra/update-copyright: Update.
7206 * gnulib/m4/gnulib-cache.m4: Update.
7207 * gnulib/m4/gnulib-comp.m4: Update.
7208
7209 2012-04-18 Tristan Gingold <gingold@adacore.com>
7210
7211 * configure.ac (aix): Put -lpthread into libs.
7212 * configure: Regenerate.
7213
7214 2012-04-18 Tom Tromey <tromey@redhat.com>
7215
7216 * linespec.c (convert_linespec_to_sals): Don't use
7217 SYMBOL_OBJ_SECTION.
7218 (compare_msymbols): Arguments are minsym_and_objfile, not
7219 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7220
7221 2012-04-18 Pedro Alves <palves@redhat.com>
7222
7223 Revert gnulib/ part of:
7224 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7225 Copyright year update in most files (performed by copyright.sh).
7226
7227 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7228
7229 Fix 64-bit constants on 32-bit hosts.
7230 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7231 from unsigned long to ULONGEST.
7232 (read_signed_leb128): Change declaration return type from long to
7233 LONGEST.
7234 (dwarf2_const_value_attr): Change declaration parameter value from long
7235 to LONGEST.
7236 (dwarf2_compute_name): Change variable value from long to LONGEST.
7237 (read_unsigned_leb128): Change return type, variable result and some
7238 casts from unsigned long to ULONGEST.
7239 (read_signed_leb128): Change return type, variable result and some
7240 casts from long to LONGEST.
7241 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7242 value from long to LONGEST.
7243 (dwarf2_const_value): Change variable value from long to LONGEST.
7244 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7245 plongest and hex_string.
7246 * symtab.h (struct general_symbol_info): Change ivalue from long to
7247 LONGEST, remove the comment.
7248 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7249 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7250
7251 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7252
7253 PR symtab/7259:
7254 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7255 * ada-lang.c (ada_discrete_type_high_bound)
7256 (ada_discrete_type_low_bound): Fix function comment. Use
7257 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7258 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7259 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7260 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7261 Use TYPE_FIELD_ENUMVAL.
7262 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7263 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7264 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7265 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7266 TYPE_CODE_ENUM.
7267 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7268 * dwarf2read.c (process_enumeration_scope): Likewise.
7269 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7270 field.bitpos.
7271 (class StructMainTypePrettyPrinter): Support also
7272 FIELD_LOC_KIND_ENUMVAL.
7273 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7274 TYPE_CODE_ENUM.
7275 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7276 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7277 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7278 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7279 field enumval.
7280 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7281 accommodate enumval.
7282 (struct call_site): Adjust loc_kind to accommodate enumval.
7283 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7284 (TYPE_FIELD_ENUMVAL): New macros.
7285 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7286 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7287 TYPE_CODE_ENUM.
7288 * p-typeprint.c (pascal_type_print_base): Likewise.
7289 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7290 enumval.
7291 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7292 * python/py-type.c (convert_field): New variable addrstring. Use
7293 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7294 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7295 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7296 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7297 TYPE_CODE_ENUM.
7298 * valprint.c (generic_val_print): Likewise.
7299
7300 2012-04-17 Doug Evans <dje@google.com>
7301
7302 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7303
7304 * dwarf2read.c: Whitespace fixes.
7305 (lookup_signatured_type): Tweak comment.
7306 (get_die_type_at_offset): Fix comment.
7307
7308 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7309
7310 * xcoffread.c (xcoff_secnum_to_sections): New function.
7311 (secnum_to_section, secnum_to_bfd_section): Reimplement
7312 using xcoff_secnum_to_sections. Rename "secnum" parameter
7313 into "n_scnum".
7314 (RECORD_MINIMAL_SYMBOL): Delete.
7315 (record_minimal_symbol): New function.
7316 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7317 by call to record_minimal_symbol and set misc_func_recorded
7318 to 1. Set last_csect_sec to the XCOFF section index instead
7319 of GDB's section_offset index. Update calls to
7320 prim_record_minimal_symbol_and_info to pass the BFD section
7321 as well.
7322
7323 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7324
7325 * xcoffread.c (read_xcoff_symtab): Delete variables
7326 last_csect_val and last_csect_sec and associated code.
7327
7328 2012-04-17 Doug Evans <dje@google.com>
7329
7330 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7331 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7332 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7333 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7334
7335 * cleanups.h: New file.
7336 * cleanups.c: New file.
7337 * Makefile.in (SFILES): Add cleanups.c.
7338 (HFILES_NO_SRCDIR): Add cleanups.h.
7339 (COMMON_OBS): Add cleanups.o.
7340 * defs.h (struct cleanup): Moved to cleanups.h.
7341 (do_cleanups,do_final_cleanups): Ditto.
7342 (discard_cleanups,discard_final_cleanups): Ditto
7343 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7344 (save_cleanups,save_final_cleanups): Ditto.
7345 (restore_cleanups,restore_final_cleanups): Ditto.
7346 (null_cleanup): Ditto.
7347 (make_my_cleanup,make_my_cleanup2): Ditto.
7348 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7349 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7350 (do_cleanups,do_final_cleanups): Ditto.
7351 (discard_cleanups,discard_final_cleanups): Ditto
7352 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7353 (save_cleanups,save_final_cleanups): Ditto.
7354 (restore_cleanups,restore_final_cleanups): Ditto.
7355 (null_cleanup): Ditto.
7356 (make_my_cleanup,make_my_cleanup2): Ditto.
7357 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7358
7359 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7360 make_my_cleanup.
7361 (make_cleanup_dyn_string_delete): Ditto.
7362 (make_cleanup_ui_file_delete): Ditto.
7363 (make_cleanup_ui_out_redirect_pop): Ditto.
7364 (make_cleanup_free_section_addr_info): Ditto.
7365 (make_cleanup_restore_integer): Ditto.
7366 (make_cleanup_unpush_target): Ditto.
7367 (make_cleanup_value_free_to_mark): Ditto.
7368 (make_cleanup_value_free): Ditto.
7369 (make_cleanup_free_so): Ditto.
7370
7371 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7372
7373 New option "set debug auto-load".
7374 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7375 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7376 (auto_load_safe_path_vec_update)
7377 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7378 if DEBUG_AUTO_LOAD.
7379 (file_is_auto_load_safe): New parameters debug_fmt and ....
7380 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7381 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7382 caller by explanatory string.
7383 (_initialize_auto_load): Register "set debug auto-load".
7384 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7385 and ....
7386 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7387 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7388 by explanatory string.
7389 * main.c (captured_main): Likewise.
7390 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7391 (source_section_scripts): Likewise.
7392
7393 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7394
7395 New option "set auto-load safe-path".
7396 * NEWS: New commands "set auto-load safe-path"
7397 and "show auto-load safe-path".
7398 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7399 (auto_load_safe_path, auto_load_safe_path_vec)
7400 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7401 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7402 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7403 (source_gdb_script_for_objfile): New variable is_safe. Call
7404 file_is_auto_load_safe. Return if it is not.
7405 (struct loaded_script): New field loaded.
7406 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
7407 (print_script): Use LOADED indicator instead of FULL_PATH. Change
7408 output "Missing" to "No".
7409 (_initialize_auto_load): New variable cmd. Initialize
7410 auto_load_safe_path. Register "set auto-load safe-path",
7411 "show auto-load safe-path" and "add-auto-load-safe-path".
7412 * auto-load.h (maybe_add_script): Add parameter loaded.
7413 (file_is_auto_load_safe): New declaration.
7414 * config.in: Regenerate.
7415 * configure: Regenerate.
7416 * configure.ac: New parameters --with-auto-load-safe-path
7417 and --without-auto-load-safe-path.
7418 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7419 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7420 * main.c (captured_main): Check file_is_auto_load_safe for
7421 LOCAL_GDBINIT.
7422 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7423 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7424 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7425 not.
7426
7427 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7428
7429 auto-load: Implementation.
7430 * NEWS: New descriptions for "info auto-load",
7431 "info auto-load gdb-scripts", "info auto-load python-scripts",
7432 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7433 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7434 and "show auto-load-scripts". New description for "set auto-load",
7435 "show auto-load", "set auto-load gdb-scripts",
7436 "show auto-load gdb-scripts", "set auto-load python-scripts",
7437 "show auto-load python-scripts", "set auto-load local-gdbinit",
7438 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7439 "show auto-load libthread-db".
7440 * auto-load.c: Remove include python/python-internal.h. Add includes
7441 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7442 cli/cli-setshow.h.
7443 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7444 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7445 (gdbpy_global_auto_load): Rename to ...
7446 (global_auto_load): ... here.
7447 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7448 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7449 (script_language_gdb, source_gdb_script_for_objfile): New.
7450 (struct loaded_script): New field language.
7451 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7452 LANGUAGE.
7453 (maybe_add_script): Add parameter language. Drop redundant
7454 entry.full_path initialization. Initialize entry.language and
7455 (*slot)->language.
7456 (auto_load_objfile_script): Change parameter suffix to language.
7457 Remove the call of maybe_add_script.
7458 Call language->source_script_for_objfile.
7459 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7460 New.
7461 (collect_matching_scripts): Adjust it for
7462 struct collect_matching_scripts_data.
7463 (auto_load_info_scripts_pattern_nl): New variable.
7464 (info_auto_load_scripts): Rename to ...
7465 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7466 for struct collect_matching_scripts_data.
7467 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7468 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7469 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7470 (auto_load_info_cmdlist_get): New.
7471 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7472 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7473 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7474 "info auto-load local-gdbinit".
7475 * auto-load.h (struct script_language): New.
7476 (gdbpy_global_auto_load): Rename to ...
7477 (global_auto_load): ... here.
7478 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7479 (auto_load_local_gdbinit_loaded): New declarations.
7480 (maybe_add_script): New parameter language.
7481 (auto_load_objfile_script): Change parameter suffix to language.
7482 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7483 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7484 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7485 declarations.
7486 * linux-thread-db.c: Include auto-load.h and ctype.h.
7487 (auto_load_thread_db, show_auto_load_thread_db): New.
7488 (struct thread_db_info): New field filename.
7489 (delete_thread_db_info): Call xfree for FILENAME.
7490 (try_thread_db_load): Initialize FILENAME.
7491 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7492 if !AUTO_LOAD_THREAD_DB.
7493 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7494 (_initialize_thread_db): Install auto_load_thread_db
7495 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7496 as "info auto-load libthread-db".
7497 * main.c (captured_main): Rename gdbpy_global_auto_load to
7498 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7499 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7500 (print_gdb_help): Extend the help for 'local init file'.
7501 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7502 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7503 (auto_load_scripts): Rename to ...
7504 (auto_load_python_scripts): ... here, update the comment.
7505 (gdbpy_load_auto_script_for_objfile): New declaration.
7506 (show_auto_load_python_scripts, script_language_python)
7507 (gdbpy_load_auto_script_for_objfile): New.
7508 (source_section_scripts): Refactor the code.
7509 (load_auto_scripts_for_objfile): Rename to ...
7510 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7511 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7512 (info_auto_load_python_scripts): New.
7513 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7514 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7515 Register "set auto-load-scripts" as its deprecated alias. Register
7516 "info auto-load python-scripts". Register "info auto-load-scripts" as
7517 its deprecated alias.
7518 (load_auto_scripts_for_objfile): Rename to ...
7519 (gdbpy_load_auto_scripts_for_objfile): ... here.
7520 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7521 (gdbpy_load_auto_scripts_for_objfile): ... here.
7522
7523 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7524
7525 auto-load: Move files.
7526 * Makefile.in (SFILES): Add auto-load.c.
7527 (HFILES_NO_SRCDIR): Add auto-load.h.
7528 (COMMON_OBS): Add auto-load.o.
7529 (distclean): Change .gdbinit for gdb-gdb.gdb.
7530 * auto-load.c: New file, with parts from python/py-auto-load.c.
7531 * auto-load.h: New file, with parts from python/python.h.
7532 * configure: Regenerate.
7533 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7534 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7535 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7536 * main.c: Include auto-load.h.
7537 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7538 command.h, observer.h and progspace.h to auto-load.c. Add include
7539 auto-load.h.
7540 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7541 (struct loaded_script, auto_load_pspace_data)
7542 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7543 (hash_loaded_script_entry, eq_loaded_script_entry)
7544 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7545 (maybe_add_script): Move to auto-load.c.
7546 (source_section_scripts): Change maybe_add_script parameters passing,
7547 use script_not_found_warning_print.
7548 (clear_section_scripts, auto_load_objfile_script)
7549 (auto_load_new_objfile, loaded_script_ptr)
7550 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7551 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7552 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7553 auto_load_new_objfile and info_auto_load_scripts initizations to
7554 auto-load.c.
7555 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7556
7557 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7558
7559 Code cleanup.
7560 * charset.c (find_charset_names): Remove variables ix and elt.
7561 Use free_char_ptr_vec.
7562 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7563 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7564 debugdir_end. New variable debugdir_len.
7565 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7566 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7567 declarations.
7568 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7569 and elt. Use free_char_ptr_vec.
7570 * source.c (add_path): Remove variables argv, arg and argv_index.
7571 New variables dir_vec, back_to, ix and name.
7572 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7573 make_cleanup_freeargv. Remove variable separator. Simplify the code
7574 no longer expecting DIRNAME_SEPARATOR.
7575 (openp): Remove variable p, p1 and len. New variables dir_vec,
7576 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7577 no longer expecting DIRNAME_SEPARATOR.
7578 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7579 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7580 debugdir_end.
7581 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7582 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7583 (dirnames_to_char_ptr_vec): New functions.
7584
7585 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7586
7587 Code cleanup.
7588 * source.c (add_path): Remove always true conditional 'p == 0' and
7589 unindent its code block.
7590
7591 2012-04-17 Pedro Alves <palves@redhat.com>
7592
7593 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7594 (FIELD_BITPOS_LVAL): ... this.
7595 (FIELD_BITPOS): New.
7596 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7597 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7598 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7599 SET_FIELD_BITPOS.
7600 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7601 SET_FIELD_BITPOS.
7602 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7603 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7604 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7605 SET_FIELD_BITPOS.
7606
7607 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7608
7609 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7610 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7611 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7612 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7613 * jv-lang.c (java_link_class_type): Likewise, once.
7614 * stabsread.c (read_enum_type): Likewise.
7615
7616 2012-04-16 Yao Qi <yao@codesourcery.com>
7617
7618 * common/agent.c (agent_run_command): Add one more parameter `len'.
7619 Update callers.
7620 * common/agent.h: Update declaration.
7621 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7622 Update.
7623 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7624
7625 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7626
7627 PR mi/13393
7628 * value.c (value_actual_type): New function.
7629 * value.h (value_actual_type): New declaration.
7630 * varobj.c (update_type_if_necessary): New function.
7631 (varobj_create): Call value_actual_type instead of
7632 value_type.
7633 (install_dynamic_child): distinct changed and type changed MI variable
7634 objects.
7635 (update_dynamic_varobj_children): Updated for install_dynamic_child
7636 change. All callers updated.
7637 (varobj_update): Support for MI variable object type change if
7638 the value changed and RTTI is used to determine the type.
7639 (create_child_with_value): Call value_actual_type instead of
7640 value_type.
7641 (adjust_value_for_child_access): Extended with a new parameter which
7642 specify whether the given value should be casted to enclosing type.
7643 All callers updated.
7644
7645 2012-04-14 Yao Qi <yao@codesourcery.com>
7646
7647 Import gnulib module inttypes from git
7648 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7649 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7650 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7651 gnulib/m4/inttypes-pri.m4
7652 * aclocal.m4, config.in, configure: Regenerated.
7653 * gnulib/Makefile.am: Update.
7654 * gnulib/Makefile.in: Update.
7655 * gnulib/m4/gnulib-cache.m4: Update.
7656 * gnulib/m4/gnulib-comp.m4: Update.
7657 * gnulib/inttypes.in.h: New.
7658 * gnulib/m4/inttypes-pri.m4: New.
7659 * gnulib/m4/inttypes.m4: New.
7660
7661 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
7662
7663 * infrun.c (resume): Update PC address to the real PC after
7664 preparing to do displaced stepping.
7665
7666 2012-04-12 Doug Evans <dje@google.com>
7667
7668 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7669 All callers updated.
7670
7671 2012-04-12 Mark Kettenis <kettenis@gnu.org>
7672
7673 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7674
7675 2012-04-12 Doug Evans <dje@google.com>
7676
7677 * dwarf2read.c (create_all_type_units): Renamed from
7678 create_debug_types_hash_table. All callers updated.
7679
7680 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7681 local type_sig to sig_type, type_offset to type_offset_in_tu.
7682 (hash_signatured_type): Renamed from hash_type_signature,
7683 all callers updated.
7684 (eq_signatured_type): Renamed from eq_type_signature,
7685 all callers updated.
7686 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7687 (process_enumeration_scope): Ditto.
7688 (lookup_signatured_type_at_offset): Ditto.
7689 (load_full_type_unit, read_signatured_type): Ditto.
7690
7691 2012-04-12 Yao Qi <yao@codesourcery.com>
7692
7693 * remote.c (async_remote_interrupt): Correct function name in
7694 debug message.
7695 (async_remote_interrupt_twice): Ditto.
7696
7697 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7698
7699 * source.c (find_and_open_source): Consistently pass resulting
7700 full path through xfullpath.
7701
7702 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7703
7704 Provide more specific displaced-stepping memory error message.
7705 * infrun.c (displaced_step_prepare): New variable status. Call
7706 target_read_memory instead of read_memory, provide more specific
7707 error message.
7708
7709 2012-04-11 Tristan Gingold <gingold@adacore.com>
7710
7711 PR gdb/13901
7712 * darwin-nat.c (darwin_execvp): Revert previous patch.
7713
7714 2012-04-11 Tristan Gingold <gingold@adacore.com>
7715
7716 PR gdb/13901
7717 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7718 in case of change.
7719
7720 2012-04-11 Tristan Gingold <gingold@adacore.com>
7721
7722 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7723 warning.
7724
7725 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7726
7727 New command 'explore' which helps explore values and types in
7728 scope.
7729 * NEWS: Add an entry about the new 'explore' command.
7730 * data-directory/Makefile.in: Add gdb/command/explore.py
7731 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7732 command using the GDB Python API.
7733
7734 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7735
7736 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7737 extension in jump target calculation.
7738
7739 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7740
7741 * mips-tdep.c (mips32_next_pc): Handle JALX.
7742
7743 2012-04-10 Yao Qi <yao@codesourcery.com>
7744
7745 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7746
7747 2012-04-10 Yao Qi <yao@codesourcery.com>
7748
7749 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7750 and gnulib/m4/gnulib-tool.m4.
7751
7752 2012-04-10 Doug Evans <dje@google.com>
7753
7754 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7755 (load_partial_dies): Clarify comment.
7756 (find_partial_die): Support rereading type units.
7757 Clarify CU handling, if we know offset is in CU, don't search for the
7758 containing CU. Add comment regarding memory waste.
7759
7760 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7761
7762 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7763 i386/x32-avx and i386/x32-avx-linux.
7764 (i386/x32-expedite): New.
7765 (i386/x32-linux-expedite): Likewise.
7766 (i386/x32-avx-expedite): Likewise.
7767 (i386/x32-avx-linux-expedite): Likewise.
7768 ($(outdir)/i386/x32.dat): Likewise.
7769 ($(outdir)/i386/x32-linux.dat): Likewise.
7770 ($(outdir)/i386/x32-avx.dat): Likewise.
7771 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7772
7773 * features/i386/x32-avx-linux.xml: New file.
7774 * features/i386/x32-avx.xml: Likewise.
7775 * features/i386/x32-core.xml: Likewise.
7776 * features/i386/x32-linux.xml: Likewise.
7777 * features/i386/x32.xml: Likewise.
7778
7779 * features/i386/x32-avx-linux.c: New. Generated.
7780 * features/i386/x32-avx.c: Likewise.
7781 * features/i386/x32-linux.c: Likewise.
7782 * features/i386/x32.c: Likewise.
7783 * regformats/i386/x32-avx-linux.dat: Likewise.
7784 * regformats/i386/x32-avx.dat: Likewise.
7785 * regformats/i386/x32-linux.dat: Likewise.
7786 * regformats/i386/x32.dat: Likewise.
7787
7788 2012-04-10 Tristan Gingold <gingold@adacore.com>
7789
7790 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7791 code to kill the inferior.
7792
7793 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7794
7795 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7796 defines.
7797 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7798 defines.
7799 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7800 (yyvsp): New defines.
7801 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7802 defines.
7803 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7804 defines.
7805 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7806 defines.
7807 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7808 defines.
7809 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7810 defines.
7811
7812 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7813
7814 * sparc64-tdep.c (sparc64_store_arguments)
7815 (sparc64_store_arguments): Fix coding style.
7816
7817 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7818
7819 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7820 complex floats, adjust some related comments and tighten a related
7821 assertion.
7822 (sparc64_extract_return_value): Handle complex floats.
7823
7824 2012-04-07 Doug Evans <dje@google.com>
7825
7826 * dwarf2read.c (load_partial_dies): Change condition to assert.
7827
7828 2012-04-06 Doug Evans <dje@google.com>
7829
7830 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7831 "mov %rsp,%rbp".
7832
7833 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7834
7835 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7836 fencepost error.
7837 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7838 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7839 architecture.
7840
7841 2012-04-05 Keith Seitz <keiths@redhat.com>
7842
7843 * linespec.c (decode_compound): Remove.
7844 (enum offset_relative_sign): New enum.
7845 (struct line_offset): New struct.
7846 (struct linespec): New struct.
7847 (struct linespec_state): Move file_symtabs,
7848 user_filename, and user_function into struct linespec.
7849 Make result an anonymous struct holding vectors of
7850 symbolp and minsym_and_objfile_d.
7851 Add language member.
7852 (enum ls_token_type): New enum.
7853 (linespec_keywords): New array.
7854 (struct ls_token): New struct.
7855 (struct ls_parser): New struct.
7856 (linespec_lexer_lex_number): New function.
7857 (linespec_lexer_lex_keyword): New function.
7858 (is_ada_operator): New function.
7859 (skip_quote_char): New function.
7860 (copy_token_string): New function.
7861 (is_closing_quote_enclosed): New function.
7862 (find_parameter_list_end): New function.
7863 (linespec_lexer_lex_string): New function.
7864 (linespec_lexer_lex_one): New function.
7865 (linespec_lexer_consume_token): New function.
7866 (linespec_lexer_peek_token): New function.
7867 (cplusplus_error): Remove unused function.
7868 (find_methods): Update comment.
7869 (find_toplevel_char): Return const.
7870 (is_objc_method_format): Remove unused function.
7871 (find_toplevel_string): New function.
7872 (is_linespec_boundary): Remove.
7873 (symbol_not_found_error): New function.
7874 (find_method_overload_end): Remove function.
7875 (unexpected_linespec_error): New function.
7876 (keep_name_info): Remove.
7877 (linespec_parse_line_offset): New function.
7878 (linespec_parse_basic): New function.
7879 (canonicalize_linespec): New function.
7880 (decode_line_internal): Remove.
7881 (create_sals_line_offset): New function adapted from
7882 decode_all_digits.
7883 (convert_linespec_to_sals): New function.
7884 (parse_linespec): New function.
7885 (linespec_parser_new): New function.
7886 (linespec_state_destructor): Change parameter type to
7887 struct linespec_state *.
7888 Add language parameter.
7889 Remove freeing of moved members.
7890 (linespec_parser_delete): New function.
7891 (decode_line_full): Use parse_linespec and linespec_parser_new.
7892 (decode_line_1): Likewise.
7893 (decode_indirect): Rename to ...
7894 (linespec_expression_to_pc): ... this and rewrite
7895 to simply find CORE_ADDR, storing this result for later
7896 conversion to SALs.
7897 (locate_first_half): Remove.
7898 (deocde_objc): Add parameter LS.
7899 Initialize new struct collect_info members.
7900 Handle minimal symbols, too.
7901 (decode_compound): Delete.
7902 (lookup_prefix_sym): Rewrite.
7903 (compare_msymbols): New function.
7904 (find_method): Rewrite.
7905 Do not call cplusplus_error.
7906 (symtabs_from_filename): Rewrite.
7907 (collect_function_symbols): Delete.
7908 (find_function_symbols): Rewrite without ARGPTR-style
7909 processing.
7910 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7911 (decode_dollar): Adapted and renamed to ...
7912 (linespec_parse_variable): ... this.
7913 (find_linespec_symbols): New function.
7914 (decode_label): Adapted and renamed to ...
7915 (find_label_symbols): ... this.
7916 (decode_digits_list_mode): Add and use LS argument.
7917 (decode_digits_ordinary): Likewise.
7918 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7919 If in list mode, allow any symbol class. Otherwise, only
7920 permit LOC_BLOCK symbols.
7921 (minsym_found): Update comments.
7922 (search_minsyms_for_name): Do not convert the matching symbol
7923 into a SAL. Simply push the symbol and objfile into the
7924 result vector.
7925 (decode_variable): Delete. Contents adapted into
7926 find_linespec_symbols.
7927
7928 * cp-support.c (SKIP_SPACE): Remove.
7929 (operator_tokens): Remove unused global.
7930 (cp_validate_operator): Remove.
7931 * cp-support.h (cp_validate_operator): Remove declaration.
7932
7933 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7934
7935 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7936 for TYPE_VPTR_FIELDNO.
7937 * valprint.c (valprint_check_validity): Make it global, move the
7938 function comment ...
7939 * value.h (valprint_check_validity): ... to this new declaration.
7940
7941 2012-04-02 Tristan Gingold <gingold@adacore.com>
7942
7943 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7944 the STATE32 api for i386 state.
7945 (i386_darwin_store_inferior_registers): Likewise.
7946
7947 2012-04-02 Tristan Gingold <gingold@adacore.com>
7948
7949 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7950 SS offset.
7951 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7952 format_string.
7953
7954 2012-04-02 Tristan Gingold <gingold@adacore.com>
7955
7956 PR gdb/13901
7957 * darwin-nat.c (darwin_execvp): Set binary preference.
7958
7959 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7960
7961 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7962
7963 2012-03-30 Tom Tromey <tromey@redhat.com>
7964
7965 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7966 of TRY_CATCH. Fix error handling.
7967 * python/py-value.c (convert_value_from_python): Move 'old'
7968 declaration to innermost scope.
7969
7970 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7971 Andrey Smirnov <andrew.smirnov@gmail.com>
7972
7973 -Wshadow warning fix.
7974 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7975 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7976 Adjust code accordingly.
7977
7978 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7979
7980 * ada-lang.c (symbol_completion_add): Rename parameter
7981 "encoded" into "encoded_p". Ajust code and documentation
7982 accordingly.
7983
7984 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7985 Andrey Smirnov <andrew.smirnov@gmail.com>
7986
7987 -Wshadow warning fix.
7988 * ada-lang.c (symbol_completion_add): Rename parameter
7989 "wild_match" into wild_match_p. Update code and documentation
7990 accordingly.
7991
7992 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7993
7994 * ada-lang.c (symbol_completion_match): Rename parameter
7995 "encoded" into "encoded_p". Ajust code and documentation
7996 accordingly.
7997
7998 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7999 Andrey Smirnov <andrew.smirnov@gmail.com>
8000
8001 -Wshadow warning fix.
8002 * ada-lang.c (symbol_completion_match): Rename parameter
8003 "wild_match" into "wild_match_p". Adjust code and function
8004 documentation accordingly.
8005
8006 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8007 Andrey Smirnov <andrew.smirnov@gmail.com>
8008
8009 -Wshadow warning fix.
8010 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8011 "symbol_info" into "info". Adjust code accordingly.
8012 (ada_lookup_symbol): Likewise.
8013
8014 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8015
8016 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8017 of this function's documentation.
8018
8019 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8020 Andrey Smirnov <andrew.smirnov@gmail.com>
8021
8022 -Wshadow warning fix.
8023 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8024 variable into "wild_match_p". Adjust code accordingly.
8025
8026 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8027 Andrey Smirnov <andrew.smirnov@gmail.com>
8028
8029 -Wshadow warning fix.
8030 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8031 parameter into "wild_match_p". Adjust code accordingly.
8032 Document this parameter in the function description.
8033
8034 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8035 Andrey Smirnov <andrew.smirnov@gmail.com>
8036
8037 -Wshadow warning fix.
8038 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8039 "wild_match" parameter to "wild_match_p" (-Wshadow).
8040
8041 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8042
8043 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8044 in function documentation.
8045
8046 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8047 Andrey Smirnov <andrew.smirnov@gmail.com>
8048
8049 -Wshadow warning fix.
8050 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8051 variable into wild_match_p. Adjust code accordingly.
8052
8053 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8054 Andrey Smirnov <andrew.smirnov@gmail.com>
8055
8056 * ada-valprint.c (ada_val_print_1): Move the code handling
8057 TYPE_CODE_ENUM inside its own lexical block. Declare
8058 variables len and val there, instead of in the function's
8059 top level block. Avoid declaring deref_val again in a way
8060 that shadows another variable of the same name declared
8061 in one of the up-level blocks. Just re-use the up-level
8062 variable instead.
8063
8064 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8065
8066 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8067 Replace block_found argument by symbol_info. Adjust
8068 implementation accordingly. Add function documentation.
8069 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8070 Fix documentation.
8071 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8072 * ada-exp.y (write_object_renaming): Adjust to new
8073 ada_lookup_encoded_symbol API.
8074
8075 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8076
8077 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8078 documentation.
8079
8080 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
8081
8082 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8083 (v850_register_name): Add the mpu and fpu register names.
8084 (v850e_register_name): Add the mpu and fpu register names.
8085 (v850e2_register_name): New function.
8086 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8087 bfd_mach_v850e2v3.
8088
8089 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8090
8091 * NEWS: Add entry for Ada varobj support.
8092
8093 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8094
8095 * varobj.c (default_value_is_changeable_p): New function,
8096 extracted from varobj_value_is_changeable_p. Add declaration.
8097 (ada_value_is_changeable_p): New function, extracted from
8098 varobj_value_is_changeable_p. Add declaration.
8099 (struct language_specific): New field "value_is_changeable_p".
8100 (languages): Add entries for new field.
8101 (varobj_create): Set language before calling install_new_value.
8102 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8103 "value_is_changeable_p" language callback.
8104
8105 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8106
8107 * ada-varobj.h, ada-varobj.c: New files.
8108 * Makefile.in (SFILES): Add ada-varobj.c.
8109 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8110 (COMMON_OBS): Add ada-varobj.o.
8111
8112 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8113
8114 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8115 (struct language_specific): New field "value_has_mutated".
8116 (languages): Set field "value_has_mutated" in each entry of array.
8117 (varobj_value_has_mutated): New function.
8118 (varobj_udpdate): Add handling of type mutation.
8119 (value_of_root): Add handling of type mutation.
8120 (ada_value_has_mutated): New function.
8121
8122 2012-03-28 Pedro Alves <palves@redhat.com>
8123
8124 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8125 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8126
8127 2012-03-28 Tom Tromey <tromey@redhat.com>
8128
8129 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8130 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8131 before returning.
8132
8133 2012-03-28 Tom Tromey <tromey@redhat.com>
8134
8135 * .dir-locals.el: New file.
8136
8137 2012-03-28 Pedro Alves <palves@redhat.com>
8138
8139 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8140
8141 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8142
8143 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8144 handling for r0.
8145
8146 2012-03-27 Pedro Alves <palves@redhat.com>
8147
8148 Eliminate struct ui_stream.
8149
8150 * ui-out.h (struct ui_stream): Delete.
8151 (ui_out_field_stream): Adjust prototype.
8152 (ui_out_stream_new, ui_out_stream_delete)
8153 (make_cleanup_ui_out_stream_delete): Delete declarations.
8154 * ui-out.c (ui_out_field_stream): Change prototype to take a
8155 ui_file instead of a ui_stream. Adjust.
8156 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8157 (make_cleanup_ui_out_stream_delete): Delete.
8158 * breakpoint.c (print_breakpoint_location)
8159 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8160 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8161 * disasm.c (dump_insns): Ditto.
8162 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8163 prototype.
8164 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8165 ui_stream/ui_out_stream_new.
8166 * infcmd.c (print_return_value): Ditto.
8167 * osdata.c (info_osdata_command): Don't allocate a local
8168 ui_stream.
8169 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8170 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8171 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8172 allocate a local ui_stream.
8173 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8174 instead of ui_stream/ui_out_stream_new.
8175 (list_args_or_locals): Don't allocate a local ui_stream.
8176 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8177 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8178 ui_stream/ui_out_stream_new.
8179 * cli/cli-setshow.c (do_setshow_command): Ditto.
8180
8181 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
8182
8183 * arm-linux-tdep.c (arm_linux_init_abi): Call
8184 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8185 * arm-tdep.c (arm_process_record): New function.
8186 (deallocate_reg_mem): New function.
8187 (decode_insn): New function.
8188 (thumb_record_branch): New function.
8189 (thumb_record_ldm_stm_swi(): New function.
8190 (thumb_record_misc): New function.
8191 (thumb_record_ld_st_stack): New function.
8192 (thumb_record_ld_st_imm_offset): New function.
8193 (thumb_record_ld_st_reg_offset(): New function.
8194 (thumb_record_add_sub_cmp_mov): New function.
8195 (thumb_record_shift_add_sub): New function.
8196 (arm_record_coproc_data_proc): New function.
8197 (arm_record_coproc): New function.
8198 (arm_record_b_bl): New function.
8199 (arm_record_ld_st_multiple): New function.
8200 (arm_record_ld_st_reg_offset): New function.
8201 (arm_record_ld_st_imm_offset): New function.
8202 (arm_record_data_proc_imm): New function.
8203 (arm_record_data_proc_misc_ld_str): New function.
8204 (arm_record_extension_space): New function.
8205 (arm_record_strx): New function.
8206 (sbo_sbz): New function.
8207 (struct insn_decode_record): New structure for arm insn record.
8208 (REG_ALLOC): New macro for reg allocations.
8209 (MEM_ALLOC): New macro for memory allocations.
8210 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8211
8212 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8213
8214 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8215 (store_register): Likewise.
8216
8217 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
8218
8219 * MAINTAINERS (Write After Approval): Add myself to the list.
8220
8221 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8222
8223 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8224 Describe also the option "auto".
8225
8226 2012-03-22 Richard Henderson <rth@redhat.com>
8227
8228 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8229 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8230
8231 2012-03-22 Richard Henderson <rth@redhat.com>
8232
8233 * jit.c (jit_read_code_entry): Compute alignment and offset of
8234 int64_t member before computing entry_size.
8235
8236 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8237
8238 Python scripting: Add new method Value.referenced_value to
8239 gdb.Value which can dereference pointer as well as reference
8240 values.
8241 * NEWS: Add entry under 'Python scripting' about the new method
8242 Value.referenced_value on gdb.Value objects.
8243 * python/py-value.c (valpy_referenced_value): New function
8244 defining a new method on gdb.Value objects which can dereference
8245 pointer and reference values.
8246
8247 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8248
8249 * MAINTAINERS (Write After Approval): Add myself to the list.
8250
8251 2012-03-21 Kevin Buettner <kevinb@redhat.com>
8252
8253 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8254 in addition to "main".
8255
8256 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8257
8258 * expression.h (op_name): Add declaration.
8259 * expprint.c (op_name): Remove declaration. Make non-static.
8260 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8261
8262 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8263
8264 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8265 of struct siginfo.
8266 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8267 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8268 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8269 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8270 (linux_nat_get_siginfo): Likewise.
8271 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8272 (linux_nat_get_siginfo): Likewise.
8273 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8274 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8275 * procfs.c (gdb_siginfo_t): Likewise.
8276
8277 2012-03-21 Mike Frysinger <vapier@gentoo.org>
8278
8279 * .gitignore: Ignore more files.
8280
8281 2012-03-20 Pedro Alves <palves@redhat.com>
8282
8283 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8284 returns.
8285
8286 2012-03-20 Yao Qi <yao@codesourcery.com>
8287
8288 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8289 comment.
8290
8291 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8292
8293 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8294 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8295 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8296 sect_offset.
8297 * dwarf2expr.h (cu_offset, sect_offset): New types.
8298 (struct dwarf_expr_context_funcs) <dwarf_call>
8299 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8300 sect_offset.
8301 (struct dwarf_expr_context) <len>: Improve the comment.
8302 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8303 cu_offset and sect_offset.
8304 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8305 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8306 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8307 * dwarf2loc.h: Include dwarf2expr.h.
8308 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8309 and sect_offset.
8310 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8311 Improve the comment.
8312 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8313 (struct signatured_type, struct line_header, struct partial_die_info)
8314 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8315 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8316 (get_die_type_at_offset, create_cus_from_index)
8317 (create_signatured_type_table_from_index, dw2_get_file_names)
8318 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8319 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8320 (create_debug_types_hash_table, process_psymtab_comp_unit)
8321 (load_partial_comp_unit, create_all_comp_units)
8322 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8323 (load_full_comp_unit, dwarf2_physname, read_import_statement)
8324 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8325 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8326 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8327 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8328 (find_partial_die, read_attribute_value, lookup_die_type)
8329 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8330 (is_ref_attr): New function comment.
8331 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8332 Use cu_offset and sect_offset.
8333 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8334 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8335 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8336 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8337 (offset_and_type_hash, offset_and_type_eq, set_die_type)
8338 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8339 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8340 sect_offset.
8341
8342 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8343
8344 Code cleanup.
8345 * python/py-auto-load.c (source_section_scripts): New variable back_to.
8346 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8347 with xfree.
8348 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8349
8350 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8351
8352 * NEWS: Describe new options --init-command=FILE, -ix and
8353 --init-eval-command=COMMAND, -iex.
8354 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8355 CMDARG_INIT_COMMAND.
8356 (captured_main): New enum items OPT_IX and OPT_IEX. Add
8357 "init-command", "init-eval-command", "ix" and "iex" to the variable
8358 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
8359 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8360 (print_gdb_help): Describe --init-command=FILE, -ix and
8361 --init-eval-command=COMMAND, -iex.
8362
8363 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8364
8365 Code cleanup.
8366 * main.c (struct cmdarg): Move it here from main. Add more comments.
8367 (cmdarg_s, VEC (cmdarg_s)): New.
8368 (main): Move struct cmdarg from here. New variables cmdarg_vec and
8369 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
8370 Install cleanup for cmdarg_vec. Update filling for options 'x' and
8371 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
8372 of CMDARG.
8373
8374 2012-03-19 Tom Tromey <tromey@redhat.com>
8375
8376 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8377
8378 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8379
8380 PR symtab/13777
8381 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8382 GCC >=4.5.
8383
8384 2012-03-16 Chris January <chris.january@allinea.com>
8385
8386 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8387 of clear.
8388
8389 2012-03-16 Chris January <chris.january@allinea.com>
8390
8391 * source.c (add_path): Use memmove instead of strcpy because the
8392 strings overlap.
8393
8394 2012-03-16 Joel Brobecker <brobecker@adacore.com>
8395
8396 * value.h (set_value_parent): Add declaration.
8397 * value.c (set_value_parent): New function.
8398 (value_address): If VALUE->PARENT is not NULL, then use it as
8399 the base address instead of VALUE->LOCATION.address.
8400 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8401 the same as OBJ's address. Adjust V's offset accordingly.
8402 Set V's parent.
8403
8404 2012-03-16 Gary Benson <gbenson@redhat.com>
8405
8406 PR breakpoints/10738
8407 * dwarf2read.c (use_deprecated_index_sections): New global.
8408 (struct partial_die_info): New member may_be_inlined.
8409 (read_partial_die): Set may_be_inlined where appropriate.
8410 (add_partial_subprogram): Add partial symbols for partial
8411 DIEs that may be inlined.
8412 (new_symbol_full): Add inlined subroutines to the current
8413 scope.
8414 (write_psymtabs_to_index): Bump version number.
8415 (dwarf2_read_index): Read only version 6 indices unless
8416 use_deprecated_index_sections is set.
8417 * linespec.c (symbol_and_data_callback): New structure.
8418 (iterate_inline_only): New function.
8419 (iterate_over_all_matching_symtabs): New argument
8420 "include_inline". If nonzero, also call the callback for
8421 symbols representing inlined subroutines.
8422 (lookup_prefix_sym): Pass extra argument to the above.
8423 (find_function_symbols): Likewise.
8424 (add_matching_symbols_to_info): Likewise.
8425 * NEWS: Mention that GDB can now set breakpoints on inlined
8426 functions.
8427
8428 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8429
8430 * p-typeprint.c (pascal_type_print_method_args):
8431 Fix display of parameter of methods.
8432
8433 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8434
8435 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8436 Add missing prototype.
8437
8438 2012-03-16 Yao Qi <yao@codesourcery.com>
8439 Jan Kratochvil <jan.kratochvil@redhat.com>
8440
8441 Fix false compilation warning.
8442 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8443
8444 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8445 Pedro Alves <pedro@codesourcery.com>
8446
8447 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8448 (arm_register_g_packet_guesses): New function.
8449 (arm_gdbarch_init): Don't force a target description with
8450 registers when the executable is detected as M-profile. Instead
8451 set gdbarch->tdep->is_m. Register `g' packet guesses.
8452 (_initialize_arm_tdep): Initialize the new target description.
8453 * features/arm-with-m-fpa-layout.xml: New description.
8454 * features/arm-with-m-fpa-layout.c: New, generated.
8455
8456 2012-03-15 Joel Brobecker <brobecker@adacore.com>
8457
8458 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8459 Update function description.
8460 (insert_bp_location): Do not wipe bl->target_info out.
8461 * mem-break.c: #include "gdb_string.h".
8462 (default_memory_insert_breakpoint): Do not call target_read_memory
8463 with a pointer to the breakpoint's shadow_contents buffer. Use
8464 a local buffer instead.
8465 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8466
8467 2012-03-15 Tom Tromey <tromey@redhat.com>
8468
8469 * NEWS: Mention "info vtbl", not "info vtable".
8470 * cp-support.c (info_vtbl_command): Fix comment.
8471 (_initialize_cp_support): Fix text.
8472
8473 2012-03-15 Tom Tromey <tromey@redhat.com>
8474
8475 * cp-valprint.c (cp_print_value_fields): Use
8476 print_function_pointer_address for vtable slot.
8477
8478 2012-03-15 Tom Tromey <tromey@redhat.com>
8479
8480 * gnu-v3-abi.c (struct value_and_voffset): New.
8481 (hash_value_and_voffset, eq_value_and_voffset)
8482 (compare_value_and_voffset, compute_vtable_size)
8483 (print_one_vtable, gnuv3_print_vtable): New functions.
8484 (init_gnuv3_ops): Initialize 'print_vtable' field.
8485 * cp-support.c (info_vtbl_command): New function.
8486 (_initialize_cp_support): Add "info vtbl".
8487 * cp-abi.h (cplus_print_vtable): Declare.
8488 (struct cp_abi_ops) <print_vtable>: New field.
8489 * cp-abi.c (cplus_print_vtable): New function.
8490 * NEWS: Update.
8491
8492 2012-03-15 Tom Tromey <tromey@redhat.com>
8493
8494 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8495 iterate_over_symbols.
8496
8497 2012-03-14 Doug Evans <dje@google.com>
8498
8499 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8500 DW_OP_GNU_parameter_ref.
8501
8502 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8503
8504 Fix double prompt of 'interpreter-exec mi'.
8505 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8506 (mi_interpreter_resume): use it.
8507 (mi_execute_command_input_handler): New function.
8508 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8509 mi_execute_command_input_handler.
8510
8511 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
8512
8513 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8514 prototype.
8515 (darwin_debug_port_info): Make static.
8516 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8517 * machoread.c (_initialize_machoread): Add prototype.
8518 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8519 (i386_darwin_set_control, i386_darwin_get_control)
8520 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8521 i386_darwin_get_status, i386_darwin_get_control):
8522 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8523
8524 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8525
8526 * ax-gdb.c (gen_usual_unary): Remove special handling of
8527 enum and bool types.
8528
8529 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8530
8531 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8532
8533 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8534
8535 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8536
8537 2012-03-13 Chris January <chris.january@allinea.com>
8538
8539 * aix-thread.c (fill_sprs): Store the floating point registers
8540 at the correct offsets into vals.
8541
8542 2012-03-13 Doug Evans <dje@google.com>
8543
8544 * NEWS: Mention symbol-reloading has been deleted.
8545 * symfile.c (symbol_reloading): Delete.
8546 (show_symbol_reloading): Delete.
8547 (_initialize_symfile): Delete set/show symbol-reloading.
8548
8549 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8550 read_in_chain until we have successfully read it in.
8551 (load_full_comp_unit): Ditto.
8552 (read_signatured_type): Add comment.
8553
8554 2012-03-13 Chris January <chris.january@allinea.com>
8555
8556 * stabsread.c (fix_common_block): Change type of valu argument
8557 to CORE_ADDR.
8558
8559 2012-03-13 Chris January <chris.january@allinea.com>
8560
8561 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8562 instruction.
8563
8564 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8565
8566 * common/linux-procfs.c (linux_proc_get_int): New, from
8567 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8568 field.
8569 (linux_proc_get_tgid): Only call linux_proc_get_int.
8570 (linux_proc_get_tracerpid): New.
8571 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8572 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8573 linux_proc_pid_has_state.
8574 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8575 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8576 (linux_ptrace_attach_warnings): New.
8577 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8578 New declaration.
8579 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8580 (linux_nat_attach): New variables ex, buffer, message and message_s.
8581 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8582
8583 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8584
8585 * Makefile.in (linux-ptrace.o): New.
8586 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8587 from linux-nat.c.
8588 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8589 * common/linux-ptrace.c: New file.
8590 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8591 * config/arm/linux.mh: Likewise.
8592 * config/i386/linux.mh: Likewise.
8593 * config/i386/linux64.mh: Likewise.
8594 * config/ia64/linux.mh: Likewise.
8595 * config/m32r/linux.mh: Likewise.
8596 * config/m68k/linux.mh: Likewise.
8597 * config/mips/linux.mh: Likewise.
8598 * config/pa/linux.mh: Likewise.
8599 * config/powerpc/linux.mh: Likewise.
8600 * config/powerpc/ppc64-linux.mh: Likewise.
8601 * config/powerpc/spu-linux.mh: Likewise.
8602 * config/s390/s390.mh: Likewise.
8603 * config/sparc/linux.mh: Likewise.
8604 * config/sparc/linux64.mh: Likewise.
8605 * config/xtensa/linux.mh: Likewise.
8606 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8607 common/linux-procfs.c.
8608 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8609
8610 2012-03-13 Hui Zhu <teawater@gmail.com>
8611 Pedro Alves <palves@redhat.com>
8612
8613 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8614 CREATE_BREAKPOINT_FLAGS_INSERTED.
8615 (create_breakpoint_sal, create_breakpoints_sal)
8616 (base_breakpoint_create_breakpoints_sal)
8617 (tracepoint_create_breakpoints_sal)
8618 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8619 down.
8620 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8621 (ftrace_command, strace_command): Adjust.
8622 (create_tracepoint_from_upload): Pass
8623 CREATE_BREAKPOINT_FLAGS_INSERTED.
8624 * breakpoint.h (enum breakpoint_create_flags): New.
8625 (create_breakpoint): New flags parameter.
8626 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8627 * python/py-breakpoint.c (bppy_init): Adjust.
8628 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8629 * spu-tdep.c (spu_catch_start): Adjust.
8630
8631 2012-03-13 Pedro Alves <palves@redhat.com>
8632 Hui Zhu <teawater@gmail.com>
8633 Yao Qi <yao@codesourcery.com>
8634
8635 * remote.c (struct remote_state): New field `starting_up'.
8636 (remote_start_remote): Set and clear it.
8637 (remote_can_download_tracepoint): If starting up, return false.
8638
8639 2012-03-13 Yao Qi <yao@codesourcery.com>
8640
8641 * inferior.h (struct inferior): Remove fields any_syscall_count,
8642 syscalls_counts and total_syscalls_count. Move them to new
8643 struct catch_syscall_inferior_data in breakpoint.c.
8644 * breakpoint.c: Call DEF_VEC_I(int).
8645 (struct catch_syscall_inferior_data): New.
8646 (get_catch_syscall_inferior_data): New.
8647 (catch_syscall_inferior_data_cleanup): New.
8648 (insert_catch_syscall): Update to access data in
8649 struct catch_syscall_inferior_data.
8650 (insert_catch_syscall): Likewise.
8651 (remove_catch_syscall): Likewise.
8652 (remove_catch_syscall): Likewise.
8653 (is_syscall_catchpoint_enabled): Likewise.
8654 (add_catch_command): Likewise.
8655 (_initialize_breakpoint): Register cleanup.
8656 * breakpoint.h: Removed DEF_VEC_I(int).
8657 * dwarf2loc.c: Call DEF_VEC_I(int).
8658 * mi/mi-main.c: Likewise.
8659
8660 2012-03-12 Mark Kettenis <kettenis@gnu.org>
8661
8662 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8663
8664 2012-03-12 Chris January <chris.january@allinea.com>
8665
8666 * aix-thread.c (_initialize_aix_thread): Add prototype.
8667 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8668 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8669
8670 2012-03-12 Joel Brobecker <brobecker@adacore.com>
8671
8672 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8673 include of "amd64-nat.h".
8674
8675 2012-03-12 Tom Tromey <tromey@redhat.com>
8676
8677 * buildsym.c (record_pending_block): Now static.
8678 * buildsym.h: (record_pending_block): Remove.
8679
8680 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
8681
8682 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8683
8684 2012-03-09 Tom Tromey <tromey@redhat.com>
8685
8686 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8687 producer_is_gxx_lt_4_6>: New fields.
8688 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8689
8690 2012-03-09 Tom Tromey <tromey@redhat.com>
8691
8692 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8693
8694 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8695
8696 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8697 prototype.
8698
8699 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8700
8701 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8702
8703 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8704
8705 Fix -Wmissing-prototypes build.
8706 * arm-linux-nat.c (get_thread_id): Make it static.
8707 * xtensa-linux-nat.c (get_thread_id): Likewise.
8708
8709 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8710
8711 * server.c (process_point_options): If a conditional expression
8712 is found, only print a message if remote_debug is nonzero.
8713
8714 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
8715
8716 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8717 of internal error for unknown/unsupported types.
8718
8719 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8720
8721 Fix CU relative vs. absolute DIE offsets.
8722 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8723 offset to offset_in_cu.
8724 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8725 TYPE_OFFSET.
8726 (dwarf2_fetch_die_location_block): Rename parameter offset to
8727 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8728
8729 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8730
8731 * libunwind-frame.c: Rename to ...
8732 * ia64-libunwind-tdep.c: ... here.
8733 * libunwind-frame.h: Rename to ...
8734 * ia64-libunwind-tdep.h: ... here.
8735 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8736 ia64-libunwind-tdep.h.
8737 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8738 * README (--with-libunwind): Rename to ...
8739 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8740 * config.in: Regenerate.
8741 * configure: Regenerate.
8742 * configure.ac: New option --with-libunwind-ia64, make the
8743 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8744 Remove AC_DEFINE for HAVE_LIBUNWIND.
8745 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8746 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8747 Rename libunwind-frame in the general comment.
8748 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8749 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8750 Move forward declarations inside #ifndef. Rename libunwind-frame in
8751 the general comment.
8752 * ia64-tdep.c: Rename libunwind-frame.h #include to
8753 ia64-libunwind-tdep.h.
8754 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8755 (ia64_libunwind_descr): Rename libunwind-frame to
8756 ia64-libunwind-tdep in these function comments.
8757 * ia64-tdep.h: Rename libunwind-frame.h #include to
8758 ia64-libunwind-tdep.h.
8759 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8760 ia64-libunwind-tdep in that data comment.
8761
8762 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8763
8764 * libunwind-frame.h (struct frame_unwind): New declaration.
8765
8766 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8767
8768 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8769 "set breakpoint condition-evaluation" command.
8770
8771 2012-03-08 Tristan Gingold <gingold@adacore.com>
8772
8773 * sparc-stub.c: Move to stubs/
8774 * sh-stub.c: Likewise.
8775 * m68k-stub.c: Likewise.
8776 * m32r-stub.c: Likewise.
8777 * i386-stub.c: Likewise.
8778
8779 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8780
8781 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8782 linux_get_siginfo_type.
8783
8784 * m68klinux-nat.c: Include "gdb_proc_service.h".
8785 (PTRACE_GET_THREAD_AREA): Define.
8786 (ps_get_thread_area): New function.
8787
8788 2012-03-08 Yao Qi <yao@codesourcery.com>
8789
8790 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8791 `xsnprintf'.
8792 (remote_query_attached): Likewise.
8793 (remote_static_tracepoint_marker_at): Likewise.
8794 (remote_set_permissions): Likewise.
8795 (remote_detach_1, extended_remote_attach_1): Likewise.
8796 (send_g_packet, remote_vkill): Likewise.
8797 (extended_remote_disable_randomization): Likewise.
8798 (remote_add_target_side_condition): Likewise.
8799 (remote_insert_breakpoint): Likewise.
8800 (remote_remove_breakpoint): Likewise.
8801 (remote_insert_watchpoint): Likewise.
8802 (remote_remove_watchpoint): Likewise.
8803 (remote_insert_hw_breakpoint): Likewise.
8804 (remote_insert_hw_breakpoint): Likewise.
8805 (remote_remove_hw_breakpoint): Likewise.
8806 (remote_download_command_source): Likewise.
8807 (remote_download_tracepoint): Likewise.
8808 (remote_download_trace_state_variable): Likewise.
8809 (remote_disable_tracepoint): Likewise.
8810 (remote_trace_set_readonly_regions): Likewise.
8811 (remote_get_tracepoint_status): Likewise.
8812 (remote_trace_find): Likewise.
8813 (remote_get_trace_state_variable_value): Likewise.
8814 (remote_set_disconnected_tracing): Likewise.
8815 (remote_set_circular_trace_buffer): Likewise.
8816 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8817 (remote_use_agent): Likewise.
8818 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8819 Update callers.
8820
8821 2012-03-07 Pedro Alves <palves@redhat.com>
8822
8823 * NEWS: Mention QProgramSignals.
8824 * inferior.h (update_signals_program_target): Declare.
8825 * infrun.c: (update_signals_program_target): New.
8826 (handle_command): Update the target of the new program signals
8827 array changes.
8828 * remote.c (PACKET_QProgramSignals): New enum.
8829 (last_program_signals_packet): New global.
8830 (remote_program_signals): New.
8831 (remote_start_remote): Update the target with the program signals
8832 list.
8833 (remote_protocol_features): Add entry for QPassSignals.
8834 (remote_open_1): Free anc clear last_program_signals_packet.
8835 (init_remote_ops): Install remote_program_signals.
8836 * target.c (update_current_target): Adjust.
8837 (target_program_signals): New.
8838 * target.h (struct target_ops) <to_program_signals>: New field.
8839 (target_program_signals): Declare.
8840
8841 2012-03-07 Pedro Alves <palves@redhat.com>
8842
8843 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8844 extensions.
8845
8846 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8847
8848 * m68klinux-nat.c (getregs_supplies): Make static.
8849 (getfpregs_supplies): Likewise.
8850 (have_ptrace_getregs): Likewise.
8851
8852 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8853
8854 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8855 in call to get_die_type_at_offset.
8856
8857 2012-03-06 Stan Shebs <stan@codesourcery.com>
8858
8859 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8860 * mi/mi-cmd-disas.c: Ditto.
8861 * mi/mi-cmd-env.c: Ditto.
8862 * mi/mi-cmd-file.c: Ditto.
8863 * mi/mi-cmd-stack.c: Ditto.
8864 * mi/mi-cmd-target.c: Ditto.
8865 * mi/mi-cmd-var.c: Ditto.
8866 * mi/mi-cmds.c: Ditto.
8867 * mi/mi-cmds.h: Ditto.
8868 * mi/mi-console.c: Ditto.
8869 * mi/mi-getopt.c: Ditto.
8870 * mi/mi-getopt.h: Ditto.
8871 * mi/mi-interp.c: Ditto.
8872 * mi/mi-main.c: Ditto.
8873 * mi/mi-out.c: Ditto.
8874 * mi/mi-parse.c: Ditto.
8875 * mi/mi-parse.h: Ditto.
8876 * mi/mi-symbol-cmds.c: Ditto.
8877
8878 * mi/mi-getopt.h: Move mi_opt struct up.
8879 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8880 return.
8881 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8882
8883 2012-03-06 Tom Tromey <tromey@redhat.com>
8884
8885 * proc-service.c (ps_pglobal_lookup): Set the current program
8886 space.
8887
8888 2012-03-06 Pedro Alves <palves@redhat.com>
8889
8890 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8891
8892 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8893
8894 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8895
8896 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8897
8898 Code cleanup.
8899 * common/linux-osdata.c (linux_common_core_of_thread): New function
8900 comment.
8901 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8902 call by linux_common_core_of_thread.
8903 (linux_nat_core_of_thread_1): Remove.
8904 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8905 * linux-thread-db.c: Include linux-osdata.h.
8906 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8907 linux_common_core_of_thread.
8908
8909 2012-03-05 Tom Tromey <tromey@redhat.com>
8910
8911 * value.c (value_primitive_field): Don't fetch contents for
8912 non-virtual bases.
8913
8914 2012-03-05 Tom Tromey <tromey@redhat.com>
8915
8916 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8917
8918 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8919
8920 * s390-nat.c: Include "gregset.h".
8921
8922 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8923
8924 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8925 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8926 (libunwind_load): New variable so_error, use it for dlerror. Try to
8927 load also LIBUNWIND_SO_7.
8928
8929 2012-03-05 Pedro Alves <palves@redhat.com>
8930
8931 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8932 is not NULL, and remove resulting dead code.
8933
8934 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8935
8936 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8937 prologue to sh_analyze_prologue.
8938 (sh_analyze_prologue): Make better use of such an upper limit, and
8939 generally be more cautious about accessing memory.
8940
8941 2012-03-05 Tom Tromey <tromey@redhat.com>
8942
8943 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8944 _initialize_ia64_hpux_tdep.
8945
8946 2012-03-05 Pedro Alves <palves@redhat.com>
8947
8948 PR gdb/13766
8949
8950 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8951 the register state is clear, supply explicit zero, instead of
8952 marking the register unavailable.
8953
8954 2012-03-05 Tristan Gingold <gingold@adacore.com>
8955
8956 * NEWS: Mention OpenVMS ia64 new target.
8957
8958 2012-03-05 Tristan Gingold <gingold@adacore.com>
8959
8960 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8961 (ia64_unw_accessors, ia64_unw_rse_accessors)
8962 (ia64_libunwind_descr): Declare.
8963 * ia64-vms-tdep.c: New file.
8964 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8965 (ia64_libunwind_descr): Make them public.
8966 * configure.tgt: Add ia64-*-*vms*.
8967 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8968 (ALLDEPFILES): Add ia64-vms-tdep.c
8969
8970 2012-03-05 Tristan Gingold <gingold@adacore.com>
8971
8972 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8973 * remote.c (PACKET_qXfer_uib): New enum value.
8974 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8975 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8976 (_initialize_remote): Call add_packet_config_cmd for
8977 xfer:uib packet.
8978
8979 2012-03-05 Tristan Gingold <gingold@adacore.com>
8980
8981 * osabi.c (gdb_osabi_names): Add OpenVMS.
8982 (generic_elf_osabi_sniffer): Likewise.
8983 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8984
8985 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8986
8987 Removed unused code.
8988 * libunwind-frame.c (libunwind_frame_unwind)
8989 (libunwind_frame_base_address): Remove.
8990 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8991
8992 2012-03-04 Yao Qi <yao@codesourcery.com>
8993
8994 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8995 remove trailing new line.
8996 (agent_run_command, agent_run_command): Add _ markup.
8997 (agent_capability_check): Likewise.
8998
8999 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9000
9001 * breakpoint.c (set_condition_evaluation_mode): Set
9002 CONDITION_EVALUATION_MODE unconditionally.
9003
9004 2012-03-03 Yao Qi <yao@codesourcery.com>
9005
9006 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9007 * common/agent.h: Update declaration.
9008 * inf-child.c (inf_child_use_agent): New.
9009 (inf_child_can_use_agent): New.
9010 (inf_child_target): Initialize fields `to_use_agent'
9011 and `to_can_use_agent'.
9012 * agent.c (agent_new_objfile): New.
9013 (_initialize_agent): Add agent_new_objfile to new_objfile
9014 observer.
9015
9016 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9017 New.
9018 (linux_target_install_ops): Initialize field
9019 `to_static_tracepoint_markers_by_strid'.
9020 * remote.c (free_current_marker): Move it to ...
9021 * tracepoint.c (free_current_marker): ... here. New.
9022 (cleanup_target_stop): New.
9023 * tracepoint.h: Declare free_current_marker.
9024 * NEWS: Add one entry about `info static-tracepoint-marker'.
9025
9026 2012-03-03 Yao Qi <yao@codesourcery.com>
9027
9028 * common/agent.c (agent_loaded_p): New.
9029 (agent_look_up_symbols): New global.
9030 * common/agent.h: Declare agent_loaded_p.
9031
9032 2012-03-03 Yao Qi <yao@codesourcery.com>
9033
9034 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9035 (agent_capability_check, agent_capability_invalidate): New.
9036 (symbol_list): New array element.
9037 * common/agent.h (enum agent_capa): New.
9038 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9039
9040 2012-03-03 Yao Qi <yao@codesourcery.com>
9041
9042 * target.h (struct target_ops) <to_use_agent>: New field.
9043 (struct target_ops) <to_can_use_agent>: New field.
9044 (target_use_agent, target_can_use_agent): New macro.
9045 * target.c (update_current_target): Update.
9046 * remote.c: New enum `PACKET_QAgent'.
9047 (remote_protocol_features): Add a new element.
9048 (remote_use_agent, remote_can_use_agent): New.
9049 (init_remote_ops): Initialize field `can_use_agent' with
9050 remote_can_use_agent. Intiailize field `use_agent' with
9051 remote_use_agent.
9052 * common/agent.c (use_agent): New global.
9053 * common/agent.h: Declare it.
9054 * tracepoint.c (info_static_tracepoint_markers_command): Add
9055 comment.
9056 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9057 (COMMON_OBS): Add common/agent.o and agent.o
9058 (common-agent.o): New rule.
9059 * agent.c: New.
9060
9061 2012-03-03 Yao Qi <yao@codesourcery.com>
9062
9063 * common/agent.c: New.
9064 * common/agent.h: New.
9065 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9066 AC_CHECK_HEADERS.
9067 * configure, configh.in: Regenerated.
9068
9069 2012-03-02 Kevin Buettner <kevinb@redhat.com>
9070
9071 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9072 unless it exists for this architecture.
9073
9074 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9075
9076 * language.h (struct language_defn): New "method" la_read_var_value.
9077 * findvar.c: #include "language.h".
9078 (default_read_var_value): Renames read_var_value. Rewrite
9079 function description.
9080 (read_var_value): New function.
9081 * value.h (default_read_var_value): Add prototype.
9082 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9083 New functions.
9084 (ada_language_defn): Add entry for la_read_var_value.
9085 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9086 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9087 language_defn structures to add entry for new la_read_var_value
9088 field.
9089
9090 2012-03-02 Tom Tromey <tromey@redhat.com>
9091 Pedro Alves <palves@redhat.com>
9092
9093 PR breakpoints/13776:
9094 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9095 breakpoints.
9096 (delete_longjmp_breakpoint_at_next_stop): New.
9097 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9098 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9099 before deleting the inferior. Add comments.
9100 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9101 breakpoints immediately, but only on next stop. Move that code
9102 next to where we mark other breakpoints for deletion.
9103
9104 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9105
9106 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9107 marker.
9108 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9109 violation.
9110
9111 2012-03-02 Pedro Alves <palves@redhat.com>
9112
9113 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9114
9115 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9116
9117 Fix -Wmissing-prototypes build.
9118 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9119 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9120 (gdbsim_has_memory): Likewise.
9121
9122 2012-03-02 Yao Qi <yao@codesourcery.com>
9123
9124 Fix -Wmissing-prototypes build.
9125 * charset.c (phony_iconv_open): Make static.
9126 (phony_iconv_close, phony_iconv): Likewise.
9127 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9128 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9129 prototype.
9130 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9131 * ser-mingw.c (create_select_thread): Make static.
9132 * windows-termcap.c (tgetent): New prototype.
9133 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9134
9135 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9136
9137 Fix -Wmissing-prototypes build.
9138 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9139 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9140 (_initialize_loadable): New prototypes.
9141
9142 2012-03-02 Doug Evans <dje@google.com>
9143
9144 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9145 abbrev table, read_comp_unit will do it.
9146
9147 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9148
9149 Fix -Wmissing-prototypes build.
9150 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9151 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9152 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9153 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9154 (_initialize_arm_symbian_tdep): New prototype.
9155 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9156 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9157 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9158 static.
9159 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9160 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9161 prototype.
9162 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9163 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9164 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9165 static.
9166 * moxie-tdep.c (moxie_process_record): Likewise.
9167 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9168 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9169 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9170 (_initialize_rl78_tdep): New prototype.
9171 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9172 (_initialize_rx_tdep): New prototype.
9173 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9174 (_initialize_darwin_solib): New prototype.
9175 * solib-spu.c: Include solib-spu.h.
9176 (_initialize_spu_solib): New prototype.
9177 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9178 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9179 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9180 (tic6x_software_single_step): Make it static.
9181 (_initialize_tic6x_tdep): New prototype.
9182
9183 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9184
9185 Fix -Wmissing-prototypes build.
9186 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9187 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9188
9189 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9190
9191 Fix -Wmissing-prototypes build.
9192 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9193 (frv_have_stopped_data_address): Remove.
9194
9195 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9196
9197 Fix -Wmissing-prototypes build.
9198 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9199 * sh-tdep.c: Include sh64-tdep.h.
9200 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9201 * sh64-tdep.c: Include sh64-tdep.h.
9202 * sh64-tdep.h: New file.
9203
9204 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9205
9206 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9207
9208 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9209
9210 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9211 sp_regnum once the gdbarch_init_osabi hook has been called.
9212
9213 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9214
9215 * mips-tdep.c (mips32_bc1_pc): New function.
9216 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9217 BPOSGE32 and BPOSGE64 instructions.
9218 (deal_with_atomic_sequence): Likewise.
9219 (mips32_instruction_has_delay_slot): Likewise.
9220
9221 2012-03-01 Maciej W. Rozycki <macro@mips.com>
9222 Chris Dearman <chris@mips.com>
9223 Maciej W. Rozycki <macro@codesourcery.com>
9224 Joseph Myers <joseph@codesourcery.com>
9225
9226 * features/mips-dsp.xml: New file.
9227 * features/mips64-dsp.xml: New file.
9228 * features/mips-dsp-linux.xml: New file.
9229 * features/mips64-dsp-linux.xml: New file.
9230 * features/Makefile (WHICH): Add mips-dsp-linux and
9231 mips64-dsp-linux.
9232 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9233 * features/mips-dsp-linux.c: New file.
9234 * features/mips64-dsp-linux.c: New file.
9235 * regformats/mips-dsp-linux.dat: New file.
9236 * regformats/mips64-dsp-linux.dat: New file.
9237 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9238 registers.
9239 (mips64_linux_register_addr): Likewise.
9240 (mips64_linux_regsets_fetch_registers): Likewise.
9241 (mips64_linux_regsets_store_registers): Likewise.
9242 (mips64_linux_fetch_registers): Update call to
9243 mips64_linux_regsets_fetch_registers.
9244 (mips64_linux_store_registers): Update call to
9245 mips64_linux_regsets_store_registers.
9246 (mips_linux_read_description): Probe for DSP registers.
9247 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9248 and initialize_tdesc_mips64_dsp_linux.
9249 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9250 Remove padding of no longer used embedded register slots.
9251 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9252 (MIPS_RESTART_REGNUM): Redefine enum value.
9253 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9254 strings.
9255 (mips_tx39_reg_names): Likewise.
9256 (mips_linux_reg_names): New array of register names for Linux
9257 targets.
9258 (mips_register_name): Check for a null pointer in
9259 mips_processor_reg_names and return an empty string.
9260 (mips_register_type): Exclude embedded registers for the IRIX
9261 and Linux ABIs.
9262 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9263 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9264 DSP registers.
9265 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9266 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9267 (mips_gdbarch_init): Likewise. Initialize internal register
9268 indices for the Linux ABI. Use dynamic numbers to refer to
9269 registers, as applicable, while parsing the target description.
9270 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9271
9272 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9273
9274 * frame.h (read_frame_register_unsigned): Fix typo in function
9275 description.
9276
9277 2012-03-01 Pedro Alves <palves@redhat.com>
9278
9279 * jit-reader.in [!__cplusplus]
9280 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9281
9282 2012-03-01 Pedro Alves <palves@redhat.com>
9283
9284 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9285 * configure: Regenerate.
9286
9287 2012-03-01 Pedro Alves <palves@redhat.com>
9288
9289 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9290 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9291 (ftrace_command, strace_command): Make static.
9292 * d-lang.c (_initialize_d_language): Declare.
9293 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9294 * dwarf2loc.c (_initialize_dwarf2loc):
9295 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9296 * exec.c (exec_get_section_table): Make static.
9297 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9298 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9299 * inferior.c (remove_inferior_command, add_inferior_command)
9300 (clone_inferior_command): Make static.
9301 * linux-nat.c (linux_nat_thread_address_space)
9302 (linux_nat_core_of_thread): Make static.
9303 * linux-tdep.c (_initialize_linux_tdep): Declare.
9304 * objc-lang.c (_initialize_objc_lang): Declare.
9305 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9306 Make static.
9307 (_initialize_opencl_language): Declare.
9308 * record.c (_initialize_record): Declare.
9309 * remote.c (demand_private_info, remote_get_tib_address)
9310 (remote_supports_cond_tracepoints)
9311 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9312 Make static.
9313 * skip.c (_initialize_step_skip): Declare.
9314 * symtab.c (skip_prologue_using_lineinfo): Make static.
9315 * tracepoint.c (delete_trace_state_variable)
9316 (trace_variable_command, delete_trace_variable_command)
9317 (get_uploaded_tsv, find_matching_tracepoint_location)
9318 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9319 Make static.
9320 * value.c (pack_unsigned_long): Make static.
9321 * varobj.c (varobj_ensure_python_env): Make static.
9322 * windows-tdep.c (_initialize_windows_tdep): Declare.
9323 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9324
9325 2012-03-01 Pedro Alves <palves@redhat.com>
9326
9327 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
9328 gdbarch parameter.
9329 (linux_init_abi): Install it as has_shared_address_space gdbarch
9330 callback.
9331
9332 2012-03-01 Pedro Alves <palves@redhat.com>
9333
9334 * observer.c (observer_test_first_notification_function)
9335 (observer_test_second_notification_function)
9336 (observer_test_third_notification_function): Add declarations.
9337
9338 2012-03-01 Pedro Alves <palves@redhat.com>
9339
9340 * common/signals.c (default_target_signal_to_host)
9341 (default_target_signal_from_host): Move ...
9342 * arch-utils.c: ... here.
9343 * arch-utils.h (default_target_signal_to_host)
9344 (default_target_signal_from_host): Declare.
9345
9346 * common/signals.c (target_signal_from_command): Move ...
9347 * infrun.c: ... here.
9348 * inferior.h (target_signal_from_command): Declare.
9349 * target.h (target_signal_from_command)
9350 (default_target_signal_from_host, default_target_signal_to_host):
9351 Delete declarations.
9352
9353 * common/signals.c (_initialize_signals): Delete.
9354
9355 2012-03-01 Pedro Alves <palves@redhat.com>
9356
9357 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9358 both __cplusplus and !__cplusplus.
9359
9360 2012-03-01 Pedro Alves <palves@redhat.com>
9361
9362 * psymtab.c (find_and_open_source): Delete declaration.
9363 * source.c (find_and_open_source): Move comment ...
9364 * source.h (find_and_open_source): ... to this new declaration.
9365
9366 2012-03-01 Pedro Alves <palves@redhat.com>
9367
9368 * inline-frame.c: Include inline-frame.h.
9369
9370 2012-03-01 Pedro Alves <palves@redhat.com>
9371
9372 * tui/tui-data.c (set_gen_win_origin): Delete.
9373 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9374 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9375
9376 2012-03-01 Pedro Alves <palves@redhat.com>
9377
9378 * remote.c (encode_actions): Delete declaration.
9379 * tracepoint.c (encode_actions): Make extern.
9380 * tracepoint.h (encode_actions): Declare.
9381
9382 2012-03-01 Pedro Alves <palves@redhat.com>
9383
9384 * python/py-breakpoint.c: Include python.h.
9385 * python/py-continueevent.c (create_continue_event_object): Make
9386 static.
9387 * python/py-lazy-string.c (stpy_get_type): Make static.
9388 * python/py-newobjfileevent.c (create_new_objfile_event_object):
9389 Make static.
9390 * python/py-utils.c (unicode_to_target_python_string): Make
9391 static.
9392 * python/py-value.c: Include python.h.
9393
9394 2012-03-01 Pedro Alves <palves@redhat.com>
9395
9396 * inferior.c (delete_threads_of_inferior): Delete.
9397
9398 2012-03-01 Pedro Alves <palves@redhat.com>
9399
9400 Import fallback definitions from glibc.
9401
9402 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9403 ps_prochandle): Forward declare.
9404 (ps_err_e): Use glibc's comments.
9405 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9406 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9407 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9408 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9409 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9410 (struct ps_prochandle): Adjust comment.
9411
9412 2012-03-01 Pedro Alves <palves@redhat.com>
9413
9414 * ada-lang.c (ada_modulus_from_name): Delete.
9415 * ada-lex.l (lexer_init): Make static.
9416
9417 2012-03-01 Pedro Alves <palves@redhat.com>
9418
9419 PR gdb/13767
9420
9421 * frame.c (read_frame_register_unsigned): New.
9422 * frame.h (read_frame_register_unsigned): Declare.
9423 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9424 Handle it.
9425 (print_i387_control_word): New parameter `control_p'. Handle it.
9426 (i387_print_float_info): Handle unavailable float registers.
9427
9428 2012-03-01 Keith Seitz <keiths@redhat.com>
9429
9430 * linespec.c (decode_line_2): Sort the list of methods
9431 alphabetically before presenting the user with a selection
9432 menu.
9433
9434 2012-03-01 Doug Evans <dje@google.com>
9435
9436 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9437 has_namespace_info.
9438 (dwarf2_read_abbrevs): Remove corresponding initialization.
9439
9440 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
9441
9442 * NEWS: Mention new python command class gdb.COMMAND_USER.
9443 * cli/cli-cmds.c (show_user): Print error when used on a python
9444 command.
9445 (init_cli_cmds): Update documentation strings for "show user" and
9446 "set/show max-user-call-depth" to clarify that it does not apply to
9447 python commands.
9448 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9449 error check.
9450 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9451 gdb python api.
9452 * top.c (execute_command): Only execute a user-defined command as a
9453 legacy macro if c->user_commands is set.
9454
9455 2012-03-01 Tom Tromey <tromey@redhat.com>
9456
9457 * valprint.h (struct generic_val_print_decorations): New.
9458 (generic_val_print): Declare.
9459 * valprint.c (generic_val_print): New function.
9460 * p-valprint.c (p_decorations): New global.
9461 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9462 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9463 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9464 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9465 * m2-valprint.c (m2_decorations): New global.
9466 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9467 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9468 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9469 TYPE_CODE_ERROR>: Call generic_val_print.
9470 * f-valprint.c (f_decorations): New global.
9471 (f_val_print): Use print_function_pointer_address.
9472 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9473 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9474 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9475 generic_val_print.
9476 * c-valprint.c (c_decorations): New global.
9477 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9478 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9479 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9480 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9481 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9482 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9483 case.
9484
9485 2012-03-01 Tom Tromey <tromey@redhat.com>
9486
9487 * valprint.c (val_print): Update.
9488 * p-valprint (pascal_val_print): Return void.
9489 * p-lang.h (pascal_val_print): Return void.
9490 * m2-valprint.c (m2_val_print): Return void.
9491 * m2-lang.h (m2_val_print): Return void.
9492 * language.h (struct language_defn) <la_val_print>: Return void.
9493 * language.c (unk_lang_val_print): Return void.
9494 * jv-valprint.c (java_val_print): Return void.
9495 * jv-lang.h (java_val_print): Return void.
9496 * f-valprint.c (f_val_print): Return void.
9497 * f-lang.h (f_val_print): Return void.
9498 * d-valprint.c (d_val_print): Return void.
9499 (dynamic_array_type): Update.
9500 * d-lang.h (d_val_print): Return void.
9501 * c-valprint.c (c_val_print): Return void.
9502 * c-lang.h (c_val_print): Return void.
9503 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9504 void.
9505 * ada-lang.h (ada_val_print): Return void.
9506
9507 2012-03-01 Tom Tromey <tromey@redhat.com>
9508
9509 * value.h (val_print): Return void.
9510 * valprint.c (val_print): Return void.
9511
9512 2012-03-01 Tom Tromey <tromey@redhat.com>
9513
9514 * value.h (common_val_print): Return void.
9515 * valprint.c (common_val_print): Return void.
9516
9517 2012-03-01 Tom Tromey <tromey@redhat.com>
9518
9519 * value.h (value_print): Return void.
9520 * valprint.c (value_print): Return void.
9521 * p-valprint.c (pascal_value_print): Return void.
9522 * p-lang.h (pascal_value_print): Return void.
9523 * language.h (struct language_defn) <la_value_print>: Return
9524 void.
9525 * language.c (unk_lang_value_print): Return void.
9526 * jv-valprint.c (java_value_print): Return void.
9527 * jv-lang.h (java_value_print): Return void.
9528 * f-valprint.c (c_value_print): Don't declare.
9529 Include c-lang.h.
9530 * c-valprint.c (c_value_print): Return void.
9531 * c-lang.h (c_value_print): Return void.
9532 * ada-valprint.c (ada_value_print): Return void.
9533 * ada-lang.h (ada_value_print): Return void.
9534
9535 2012-03-01 Tom Tromey <tromey@redhat.com>
9536
9537 * value.c (value_primitive_field): Handle virtual base classes.
9538
9539 2012-03-01 Tom Tromey <tromey@redhat.com>
9540
9541 * gdbtypes.h (struct vbase): Remove.
9542
9543 2012-03-01 Tom Tromey <tromey@redhat.com>
9544
9545 * c-valprint.c (print_function_pointer_address): Move...
9546 * valprint.c: ... here. Make non-static.
9547 * m2-valprint.c (print_function_pointer_address): Remove.
9548 * valprint.h (print_function_pointer_address): Declare.
9549
9550 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9551
9552 * NEWS: Document the fact that one can provide a condition when
9553 creating an Ada exception catchpoint.
9554
9555 2012-03-01 Tom Tromey <tromey@redhat.com>
9556
9557 * valprint.c (val_print_type_code_flags): Fix placement of
9558 trailing brace.
9559
9560 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9561
9562 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9563 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9564 environment variable before calling update-copyright.
9565
9566 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9567
9568 * gnulib/extra/update-copyright: Update to the latest from
9569 gnulib's git repository.
9570 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9571 variable to 2 instead of 1.
9572
9573 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9574
9575 * varobj.c (c_value_of_variable): Remove dead code.
9576
9577 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9578
9579 * ada-lex.p (processId): Do not modify already encoded IDs.
9580 Update function documentation.
9581
9582 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9583
9584 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9585 "name" with "struct symbol *name_sym".
9586 * ada-exp.y (write_var_or_type): Update call to
9587 ada_find_renaming_symbol.
9588 "name" with "struct symbol *name_sym". Adjust Implementation
9589 accordingly. Adjust the function documentation.
9590
9591 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9592
9593 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9594 * ada-lang.c (ada_find_any_type): Add advance declaration.
9595 Make static. Replace ada_find_any_symbol by
9596 ada_find_any_type_symbol.
9597 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9598 Improve function description. Make static.
9599 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9600 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9601
9602 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9603
9604 * ada-lang.c (struct tag_args): Delete.
9605 (ada_get_tsd_type): Function body moved up in source file.
9606 (ada_tag_name_1, ada_tag_name_2): Delete.
9607 (ada_get_tsd_from_tag): New function.
9608 (ada_tag_name_from_tsd): New function.
9609 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9610 to determine the tag name.
9611
9612 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9613
9614 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9615 declaration.
9616 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9617 function.
9618
9619 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9620
9621 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9622
9623 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9624
9625 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9626 full searches.
9627
9628 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9629
9630 * ada-lang.c (constrained_packed_array_type): If there is a
9631 parallel XA type, use it to determine the array index type.
9632
9633 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9634
9635 * ada-valprint.c (ada_val_print_1): If our value is a reference
9636 to an array descriptor, dereference it before converting it
9637 to a simple array.
9638
9639 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9640
9641 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9642 creating fixed value.
9643 (ada_value_ind, ada_coerce_ref, assign_component)
9644 (ada_evaluate_subexp): Remove call to unwrap_value before
9645 call to ada_to_fixed_value.
9646
9647 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9648
9649 * ada-lang.c (to_fixed_array_type): Set result's type name.
9650
9651 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9652
9653 * ada-lang.c (catch_ada_exception_command_split): Add new
9654 argument cond_string. Add support for condition at end of
9655 "catch exception" commands.
9656 (ada_decode_exception_location): Add new argument cond_string.
9657 Update call to catch_ada_exception_command_split.
9658 (create_ada_exception_catchpoint): Add new argument cond_string.
9659 Set the breakpoint condition if needed.
9660 (catch_ada_exception_command): Update call to
9661 ada_decode_exception_location.
9662 (ada_decode_assert_location): Add function documentation.
9663 Add support for condition at end of "catch assert" command.
9664 (catch_assert_command): Update calls to ada_decode_assert_location
9665 and create_ada_exception_catchpoint.
9666
9667 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9668
9669 Fix disp-step-syscall.exp: fork: single step over fork.
9670 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9671 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9672 comment, change parameters gdbarch and ptid to regcache. Remove
9673 parameter regcache, initialize gdbarch from regcache here.
9674 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9675 New functions.
9676 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9677 instead.
9678 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9679 'syscall'. Make the 'int' check more strict.
9680
9681 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9682
9683 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9684 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9685 (i386_linux_intx80_sysenter_syscall_record): ... here.
9686 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9687 Use the renamed function name.
9688
9689 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9690
9691 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9692 * breakpoint.c (until_break_command): Likewise.
9693 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9694 * infcall.c (call_function_by_hand): Likewise.
9695 * infcmd.c (finish_forward): Likewise.
9696 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9697
9698 2012-02-28 Tristan Gingold <gingold@adacore.com>
9699
9700 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9701 avoid variable assignments inside condition.
9702
9703 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9704
9705 Fix static analysis issue found by cppcheck.
9706 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9707 uninitialized BUF for size 2.
9708
9709 2012-02-27 Chris Dearman <chris@mips.com>
9710 Nathan Froyd <froydnj@codesourcery.com>
9711 Maciej W. Rozycki <macro@codesourcery.com>
9712
9713 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9714 (mips16_instruction_has_delay_slot): Likewise.
9715 (mips_segment_boundary): Likewise.
9716 (mips_adjust_breakpoint_address): Likewise.
9717 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9718
9719 2012-02-27 Maciej W. Rozycki <macro@mips.com>
9720 Maciej W. Rozycki <macro@codesourcery.com>
9721
9722 * infrun.c (handle_inferior_event): Don't proceed through
9723 shared library trampolines if stepping at the machine
9724 instruction level.
9725
9726 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9727
9728 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9729 too.
9730
9731 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9732
9733 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9734 (sh_stub_unwind_sniffer): New functions.
9735 (sh_stub_unwind): New variable.
9736 (sh_gdbarch_init): Wire everything.
9737
9738 2012-02-27 Pedro Alves <palves@redhat.com>
9739
9740 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9741 (linux_nat_post_attach_wait): Adjust to use
9742 linux_proc_pid_is_stopped.
9743 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9744 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9745 based on pid_is_stopped from both linux-nat.c and
9746 gdbserver/linux-low.c, and renamed.
9747
9748 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9749
9750 * remote.c (remote_watchpoint_addr_within_range): New function.
9751 (init_remote_ops): Use it.
9752
9753 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9754
9755 * target.h (target_watchpoint_addr_within_range): Document macro.
9756
9757 2012-02-24 Pedro Alves <palves@redhat.com>
9758
9759 * stack.c (set_last_displayed_sal): Issue internal_error instead
9760 of warning, and issue it after clearing the last displayed sal.
9761
9762 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9763 Pedro Alves <palves@redhat.com>
9764
9765 * breakpoint.c (until_break_command): Install breakpoints after
9766 all frame manipulations.
9767
9768 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9769
9770 * remote.c (remote_supports_cond_breakpoints): New forward
9771 declaration.
9772 (remote_add_target_side_condition): New function.
9773 (remote_insert_breakpoint): Add target-side breakpoint
9774 conditional if supported.
9775 (remote_insert_hw_breakpoint): Likewise.
9776 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9777 hook.
9778
9779 * target.c (update_current_target): Inherit
9780 to_supports_evaluation_of_breakpoint_conditions.
9781 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9782
9783 * target.h (struct target_ops)
9784 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9785 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9786
9787 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9788 (condition_evaluation_both, condition_evaluation_auto,
9789 condition_evaluation_host, condition_evaluation_target,
9790 condition_evaluation_enums, condition_evaluation_mode_1,
9791 condition_evaluation_mode): New static globals.
9792 (translate_condition_evaluation_mode): New function.
9793 (breakpoint_condition_evaluation_mode): New function.
9794 (gdb_evaluates_breakpoint_condition_p): New function.
9795 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9796 (mark_breakpoint_modified): New function.
9797 (mark_breakpoint_location_modified): New function.
9798 (set_condition_evaluation_mode): New function.
9799 (show_condition_evaluation_mode): New function.
9800 (bp_location_compare_addrs): New function.
9801 (get_first_location_gte_addr): New helper function.
9802 (set_breakpoint_condition): Free condition bytecode if locations
9803 has become unconditional. Call mark_breakpoint_modified (...).
9804 (condition_command): Call update_global_location_list (1) for
9805 breakpoints.
9806 (breakpoint_xfer_memory): Use is_breakpoint (...).
9807 (is_breakpoint): New function.
9808 (parse_cond_to_aexpr): New function.
9809 (build_target_condition_list): New function.
9810 (insert_bp_location): Handle target-side conditional
9811 breakpoints and call build_target_condition_list (...).
9812 (update_inserted_breakpoint_locations): New function.
9813 (insert_breakpoint_locations): Handle target-side conditional
9814 breakpoints.
9815 (bpstat_check_breakpoint_conditions): Add comment.
9816 (bp_condition_evaluator): New function.
9817 (bp_location_condition_evaluator): New function.
9818 (print_breakpoint_location): Print information on where the condition
9819 will be evaluated.
9820 (print_one_breakpoint_location): Likewise.
9821 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9822 breakpoint location.
9823 (force_breakpoint_reinsertion): New functions.
9824 (update_global_location_list): Handle target-side breakpoint
9825 conditions.
9826 Reinsert locations that are already inserted if conditions have
9827 changed.
9828 (bp_location_dtor): Free agent expression bytecode.
9829 (disable_breakpoint): Call mark_breakpoint_modified (...).
9830 Call update_global_location_list (...) with parameter 1 for breakpoints.
9831 (disable_command): Call mark_breakpoint_location_modified (...).
9832 Call update_global_location_list (...) with parameter 1 for breakpoints.
9833 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9834 (enable_command): mark_breakpoint_location_modified (...).
9835 (_initialize_breakpoint): Update documentation and add
9836 condition-evaluation breakpoint subcommand.
9837
9838 * breakpoint.h: Include ax.h.
9839 (condition_list): New data structure.
9840 (condition_status): New enum.
9841 (bp_target_info) <cond_list>: New field.
9842 (bp_location) <condition_changed, cond_bytecode>: New fields.
9843 (is_breakpoint): New prototype.
9844
9845 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9846
9847 * remote.c (remote_state) <cond_breakpoints>: New field.
9848 (PACKET_ConditionalBreakpoints): New enum.
9849 (remote_cond_breakpoint_feature): New function.
9850 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9851 (remote_supports_cond_breakpoints): New function.
9852 (_initialize_remote): Add new packet configuration for
9853 target-side conditional breakpoints.
9854
9855 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9856
9857 * NEWS: Mention target-side conditional breakpoint support,
9858 new condition-evaluation breakpoint subcommand and remote
9859 packet extensions.
9860
9861 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9862
9863 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9864 number.
9865
9866 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9867
9868 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9869 (after_prologue): Remove.
9870
9871 2012-02-23 Tom Tromey <tromey@redhat.com>
9872
9873 * jv-valprint.c (java_val_print): Remove dead code.
9874
9875 2012-02-23 Tristan Gingold <gingold@adacore.com>
9876
9877 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9878 known_tasks_element and known_tasks_length fields.
9879 (read_known_tasks_array): Change argument type. Use pointer type
9880 and number of elements from DATA. Adjust.
9881 (read_known_tasks_list): Likewise.
9882 (get_known_tasks_addr): Remove.
9883 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9884 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9885 type and array length. Merge former get_known_tasks_addr code.
9886
9887 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9888
9889 PR backtrace/13716
9890 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9891 it after set_momentary_breakpoint.
9892
9893 2012-02-22 Sterling Augustine <saugustine@google.com>
9894
9895 PR 13689:
9896 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9897
9898 2012-02-22 Gary Benson <gbenson@redhat.com>
9899
9900 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9901 (find_slot_in_mapped_hash): Likewise.
9902
9903 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9904
9905 PR build/13638
9906 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9907 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9908 * configure: Regenerate.
9909
9910 2012-02-21 Tristan Gingold <gingold@adacore.com>
9911 Pedro Alves <palves@redhat.com>
9912
9913 * ia64-tdep.c: Do not include libunwind-ia64.h.
9914 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9915 Include libunwind-ia64.h instead of libunwind.h.
9916 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9917 for libunwind.h existence.
9918 * configure, config.in: Regenerate.
9919
9920 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9921
9922 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9923 instead of value_rtti_target_type.
9924 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9925 instead of value_rtti_target_type.
9926 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9927 value_rtti_target_type.
9928 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9929 (value_rtti_target_type): Rename to ...
9930 (value_rtti_indirect_type): ... here and make it indirect. Update
9931 function comment.
9932 * value.c (readjust_indirect_value_type): New function.
9933 (coerce_ref): Support for enclosing type setting for references
9934 with readjust_indirect_value_type.
9935 * value.h (readjust_value_type): New declaration.
9936 (value_rtti_target_type): Rename to ...
9937 (value_rtti_indirect_type): ... here.
9938
9939 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9940
9941 * MAINTAINERS (Write After Approval): Add myself to the list.
9942
9943 2012-02-20 Doug Evans <dje@google.com>
9944
9945 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9946 Rename objfile_p_char parameter to objfilep.
9947 (build_objfile_section_table): Result is now void. All callers
9948 updated.
9949 * objfiles.h (struct objfile): Tweak comments, whitespace.
9950 (build_objfile_section_table): Update.
9951
9952 * elfread.c (elf_symfile_segments): Fix warning text.
9953
9954 2012-02-20 Tom Tromey <tromey@redhat.com>
9955
9956 PR gdb/13498:
9957 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9958 particular set of file names once.
9959 (dw2_map_symbol_filenames): Likewise.
9960
9961 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9962
9963 Code cleanup.
9964 * main.c (write_files): Remove the declaration.
9965 (external_editor_command): Move the declaration ...
9966 [GDBTK] (external_editor_command): ... here. Fix the comment.
9967
9968 2012-02-20 Tom Tromey <tromey@redhat.com>
9969
9970 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9971 extraneous block.
9972
9973 2012-02-20 Tristan Gingold <gingold@adacore.com>
9974
9975 * darwin-nat.h (enum darwin_msg_state): Add comments.
9976
9977 2012-02-20 Tristan Gingold <gingold@adacore.com>
9978
9979 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9980 value.
9981
9982 2012-20-18 Joel Brobecker <brobecker@adacore.com>
9983
9984 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9985 between function description and implementation.
9986
9987 2012-02-17 Tom Tromey <tromey@redhat.com>
9988
9989 PR python/12070:
9990 * python/py-event.c (event_object_getset): New global.
9991 (event_object_type): Reference it.
9992 * python/py-type.c (field_object_getset): New global.
9993 (field_object_type): Reference it.
9994 * python/python-internal.h (gdb_py_generic_dict): Declare.
9995 * python/py-utils.c (gdb_py_generic_dict): New function.
9996
9997 2012-02-17 Tristan Gingold <gingold@adacore.com>
9998
9999 * solib-darwin.c (darwin_current_sos): Check magic and filetype
10000
10001 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10002
10003 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10004 TYPE_CALLING_CONVENTION annotation.
10005
10006 2012-02-16 Kevin Buettner <kevinb@redhat.com>
10007
10008 * MAINTAINERS: Add rx to target ISA section.
10009 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10010 (ALLDEPFILES): Add rx-tdep.c.
10011
10012 2012-02-16 Tom Tromey <tromey@redhat.com>
10013
10014 * symfile.c (symbol_file_add_main_1): Use inferior's
10015 symfile_flags.
10016 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10017 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10018 inferior.
10019 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10020 inferior.
10021 (follow_exec): Use inferior's symfile_flags.
10022 * inferior.h (struct inferior) <symfile_flags>: New field.
10023
10024 2012-02-16 Mike Frysinger <vapier@gentoo.org>
10025
10026 PR gdb/9734:
10027 * remote-sim.c (gdbsim_create_inferior): Call error() when
10028 sim_create_inferior() fails.
10029
10030 2012-02-16 Josh Matthews <josh@joshmatthews.net>
10031
10032 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10033
10034 2012-02-16 Tom Tromey <tromey@redhat.com>
10035
10036 PR c++/13653:
10037 * thread.c (struct current_thread_cleanup) <was_removable>: New
10038 field.
10039 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10040 (make_cleanup_restore_current_thread): Initialize new field.
10041
10042 2012-02-15 Kevin Buettner <kevinb@redhat.com>
10043
10044 * MAINTAINERS: Add rl78 to target ISA section.
10045 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10046 (ALLDEPFILES): Add rl78-tdep.c.
10047 * NEWS: Mention rl78 as a new target.
10048
10049 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10050
10051 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10052 data.
10053 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10054
10055 2012-02-15 Tom Tromey <tromey@redhat.com>
10056
10057 PR gdb/12659:
10058 * infcmd.c (registers_info): Print just the current register's
10059 name.
10060
10061 2012-02-15 Tom Tromey <tromey@redhat.com>
10062
10063 * python/py-symbol.c (sympy_value): Use _().
10064
10065 2012-02-15 Pedro Alves <palves@redhat.com>
10066
10067 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10068 output to be like native targets'.
10069 (remote_pid_to_str): Special case the null ptid.
10070
10071 2012-02-14 Stan Shebs <stan@codesourcery.com>
10072
10073 * NEWS: Mention enable count command.
10074 * breakpoint.h (struct breakpoint): New field enable_count.
10075 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10076 (enable_breakpoint): Add arg to call.
10077 (struct disp_data): New struct.
10078 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10079 (do_map_enable_once_breakpoint): Create a struct and pass it.
10080 (do_map_enable_delete_breakpoint): Ditto.
10081 (do_map_enable_count_breakpoint): New function.
10082 (enable_count_command): New function.
10083 (bpstat_stop_status): Decrement enable_count.
10084 (print_one_breakpoint_location): Report enable count.
10085 (_initialize_breakpoint): Add enable count command.
10086
10087 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10088
10089 * rl78-tdep.c (reggroups.h): Include.
10090 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10091 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10092 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10093 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10094 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10095 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10096 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10097 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10098 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10099 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10100 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10101 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10102 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10103 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10104 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10105 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10106 beginning of register list.
10107 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10108 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10109 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10110 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10111 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10112 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10113 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10114 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10115 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10116 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10117 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10118 the pseudo registers. Rearrange other pseudo registers too so
10119 that the bank registers appear at the end.
10120 (rl78_register_type): Account for the fact that the byte sized
10121 bank registers are now pseudo-registers.
10122 (rl78_register_name): Rearrange the register name array. Make
10123 initial set of raw banked registers inaccessible.
10124 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10125 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10126 case for copying bytes back and forth between raw and pseudo
10127 versions of the banked registers. Update other cases to reflect
10128 the changed names.
10129 (rl78_return_value): Update to account for changed names of
10130 raw registers.
10131 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10132 rl78_register_sim_regno().
10133
10134 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10135
10136 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10137 the name parameter being passed to find_pc_partial_function().
10138
10139 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10140
10141 * MAINTAINERS: Step down from being ia64 target maintainer.
10142
10143 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10144
10145 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10146 compilation warning.
10147
10148 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10149
10150 Fix crash on loaded shlibs without loaded exec_bfd.
10151 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10152 (set_section_command): Replace exec_bfd by p->bfd.
10153
10154 2012-02-10 Tom Tromey <tromey@redhat.com>
10155
10156 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10157 when we have a C++ qualified name.
10158
10159 2012-02-10 Pedro Alves <palves@redhat.com>
10160
10161 * inferior.c (inferior_pid_to_str): New.
10162 (print_inferior, inferior_command): Use it.
10163
10164 2012-02-10 Pedro Alves <palves@redhat.com>
10165
10166 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10167 the test CFLAGS.
10168 * configure: Regenerate.
10169
10170 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10171
10172 * linespec.c (decode_line_internal): Fix comment correctness.
10173
10174 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
10175
10176 PR gdb/12953
10177 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10178 * amd64bsd-nat.c: Add support for debug registers (adapted from
10179 i386bsd-nat.c).
10180 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10181 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10182 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10183 (amd64bsd_dr_get_control): New functions.
10184 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10185 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10186 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10187 watchpoints initialization.
10188 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10189
10190 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10191
10192 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10193 flds_bnds.fields.
10194 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10195
10196 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10197
10198 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10199
10200 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10201
10202 * language.h (symbol_name_cmp_ftype): Renames
10203 symbol_name_match_p_ftype.
10204 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10205 la_get_symbol_name_match_p.
10206 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10207 ada_get_symbol_name_match_p. Update comment.
10208 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10209 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10210 Renames symbol_name_match_p. Update field type.
10211 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10212 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10213 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10214 "la_get_symbol_name_cmp" in comments.
10215 * language.c: Likewise.
10216
10217 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10218
10219 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10220 %eflags offset.
10221 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10222 (amd64_sol2_gregset32_reg_offs): Likewise.
10223
10224 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10225
10226 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10227 of the returned BFD is allocated by GDB.
10228
10229 2012-02-07 Tom Tromey <tromey@redhat.com>
10230
10231 PR python/12027:
10232 * python/python-internal.h (frame_object_type): Declare.
10233 * python/py-symbol.c (sympy_needs_frame): New function.
10234 (sympy_value): New function.
10235 (symbol_object_getset): Add "needs_frame".
10236 (symbol_object_methods): Add "value".
10237 * python/py-frame.c (frame_object_type): No longer static.
10238
10239 2012-02-07 Tom Tromey <tromey@redhat.com>
10240
10241 PR python/13599:
10242 * python/py-symbol.c (sympy_line): New function.
10243 (symbol_object_getset): Add "line".
10244
10245 2012-02-07 Tom Tromey <tromey@redhat.com>
10246
10247 * charset.c (find_charset_names): Check 'in' against NULL.
10248
10249 2012-02-06 Doug Evans <dje@google.com>
10250
10251 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10252 and fields.name members from char * to const char *. All uses updated.
10253 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10254 from char * to const char *. All uses updated.
10255 (type_name_no_tag): Update.
10256 (lookup_unsigned_typename, lookup_signed_typename): Update.
10257 * gdbtypes.c (type_name_no_tag): Change result type
10258 from char * to const char *. All callers updated.
10259 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10260 name parameter from char * to const char *.
10261 * symtab.h (struct cplus_specific): Change type of demangled_name
10262 member from char * to const char *. All uses updated.
10263 (struct general_symbol_info): Change type of name and
10264 mangled_lang.demangled_name members from char * to const char *.
10265 All uses updated.
10266 (symbol_get_demangled_name, symbol_natural_name): Update.
10267 (symbol_demangled_name, symbol_search_name): Update.
10268 * symtab.c (symbol_get_demangled_name): Change result type
10269 from char * to const char *. All callers updated.
10270 (symbol_natural_name, symbol_demangled_name): Ditto.
10271 (symbol_search_name): Ditto.
10272 (completion_list_add_name): Change type of symname,sym_text,
10273 text,word parameters from char * to const char *.
10274 (completion_list_objc_symbol): Change type of sym_text,
10275 text,word parameters from char * to const char *.
10276 * ada-lang.c (find_struct_field): Change type of name parameter
10277 from char * to const char *.
10278 (encoded_ordered_before): Similarly for N0,N1 parameters.
10279 (old_renaming_is_invisible): Similarly for function_name parameter.
10280 (ada_type_name): Change result type from char * to const char *.
10281 All callers updated.
10282 * ada-lang.h (ada_type_name): Update.
10283 * buildsym.c (hashname): Change type of name parameter
10284 from char * to const char *.
10285 * buildsym.h (hashname): Update.
10286 * dbxread.c (end_psymtab): Change type of include_list parameter
10287 from char ** to const char **.
10288 * dwarf2read.c (determine_prefix): Change result type
10289 from char * to const char *. All callers updated.
10290 * f-lang.c (find_common_for_function): Change type of name, funcname
10291 parameters from char * to const char *.
10292 * f-lang.c (find_common_for_function): Update.
10293 * f-valprint.c (list_all_visible_commons): Change type of funcname
10294 parameters from char * to const char *.
10295 * gdbarch.sh (static_transform_name): Change type of name parameter
10296 and result from char * to const char *.
10297 * gdbarch.c: Regenerate.
10298 * gdbarch.h: Regenerate.
10299 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10300 of name parameter from char * to const char *.
10301 * jv-lang.c (java_primitive_type_from_name): Ditto.
10302 (java_demangled_signature_length): Similarly for signature parameter.
10303 (java_demangled_signature_copy): Ditto.
10304 (java_demangle_type_signature): Ditto.
10305 * jv-lang.h (java_primitive_type_from_name): Update.
10306 (java_demangle_type_signature): Update.
10307 * objc-lang.c (specialcmp): Change type of a,b parameters
10308 from char * to const char *.
10309 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10310 from char * to const char *. All callers updated.
10311 * p-lang.h (is_pascal_string_type): Update.
10312 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10313 of name parameter from char * to const char *.
10314 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10315 * utils.c (fprintf_symbol_filtered): Ditto.
10316 * defs.h (fprintf_symbol_filtered): Update.
10317 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10318 * stabsread.h (end_psymtab): Update.
10319 * stack.c (find_frame_funname): Change type of funname parameter
10320 from char ** to const char **.
10321 * stack.h (find_frame_funname): Update.
10322 * typeprint.c (type_print): Change type of varstring parameter
10323 from char * to const char *.
10324 * value.h (type_print): Update.
10325 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10326 from char * to const char *. All callers updated.
10327 (xcoff_end_psymtab): Change type of include_list parameter
10328 from char ** to const char **. All callers updated.
10329 (swap_sym): Similarly for name parameter. All callers updated.
10330 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10331 Use xstrdup.
10332 (process_coff_symbol): Use xstrdup.
10333 * stabsread.c (stabs_method_name_from_physname): Renamed from
10334 update_method_name_from_physname. Change result type from void
10335 to char *. All callers updated.
10336 (read_member_functions): In has_destructor case, store name in objfile
10337 obstack instead of malloc space. In !has_stub case, fix mem leak.
10338
10339 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
10340
10341 * configure: Rebuild.
10342 * configure.ac: Put -L../bfd and -L../libiberty at the front of
10343 LDFLAGS.
10344
10345 2012-02-03 Kevin Buettner <kevinb@redhat.com>
10346
10347 * configure.tgt (rl78-*-elf): New target.
10348 * rl78-tdep.c: New file.
10349
10350 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10351
10352 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10353 and continue the loop. Add QUIT statement.
10354
10355 2012-02-03 Tom Tromey <tromey@redhat.com>
10356
10357 PR gdb/13596:
10358 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10359 bfd_lookup_symbol_from_symtab.
10360 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10361 gdb_bfd_lookup_symbol_from_symtab.
10362
10363 2012-02-03 Joel Brobecker <brobecker@adacore.com>
10364
10365 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10366 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10367 symbol. Add assertion that sym2 is never NULL.
10368
10369 2012-02-02 Doug Evans <dje@google.com>
10370
10371 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10372 "name" parameter to const char ** from char **. All callers updated.
10373 (find_pc_partial_function): Ditto.
10374 (cache_pc_function_name): Change type to const char * from char *.
10375 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10376 (find_pc_partial_function): Update.
10377 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10378 type of "name" parameter to const char * from char *.
10379 All uses updated.
10380 * arch-utils.c (generic_in_solib_return_trampoline): Change
10381 type of "name" parameter to const char * from char *.
10382 * arch-utils.h (generic_in_solib_return_trampoline): Update.
10383 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10384 type of "name" parameter to const char * from char *.
10385 * gdbarch.sh (in_solib_return_trampoline): Ditto.
10386 * gdbarch.c: Regenerate.
10387 * gdbarch.h: Regenerate.
10388 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10389 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10390 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10391 type of "name" parameter to const char * from char *.
10392 * skip.c (skip_function_pc): Ditto.
10393 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10394 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10395 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10396 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10397 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10398 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10399 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10400 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10401 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10402
10403 2012-02-02 Pedro Alves <palves@redhat.com>
10404
10405 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10406 the current inferior has no execution. Make sure the current
10407 remote process matches gdb's current inferior.
10408
10409 2012-02-02 Tom Tromey <tromey@redhat.com>
10410
10411 PR gdb/13405:
10412 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10413 read-only memory.
10414
10415 2012-02-02 Tom Tromey <tromey@redhat.com>
10416
10417 PR gdb/9307:
10418 * symtab.c (lookup_language_this): Set block_found.
10419
10420 2012-02-01 Tom Tromey <tromey@redhat.com>
10421
10422 PR gdb/13431:
10423 * jit.c (struct jit_inferior_data): Rewrite.
10424 (struct jit_objfile_data): New.
10425 (get_jit_objfile_data): New function.
10426 (add_objfile_entry): Update.
10427 (jit_read_descriptor): Return int. Replace descriptor_addr
10428 argument with inf_data. Update. Don't call error.
10429 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10430 descriptor here.
10431 (jit_inferior_init): Don't look up descriptor. Don't call error.
10432 (jit_reset_inferior_data_and_breakpoints)
10433 (jit_inferior_created_observer): Remove.
10434 (jit_inferior_exit_hook): Update.
10435 (jit_executable_changed_observer): Remove.
10436 (jit_event_handler): Update.
10437 (free_objfile_data): Reset inferior data if needed.
10438 (_initialize_jit): Update.
10439
10440 2012-02-01 Tom Tromey <tromey@redhat.com>
10441
10442 * jit.c (bfd_open_from_target_memory): Move higher in file.
10443
10444 2012-02-01 Tristan Gingold <gingold@adacore.com>
10445
10446 * libunwind-frame.c (libunwind_load): Display message if dlopen
10447 failed.
10448
10449 2012-02-01 Gary Benson <gbenson@redhat.com>
10450
10451 * symtab.h (symbol_found_callback_ftype): New typedef.
10452 (iterate_over_symbols): Use the above.
10453 * symtab.c (iterate_over_symbols): Likewise.
10454 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10455 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10456 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10457 (iterate_name_matcher): Document return values.
10458 (collect_one_symbol): Likewise.
10459 (collect_function_symbols): Likewise.
10460 (collect_symbols): Likewise.
10461
10462 2012-02-01 Tom Tromey <tromey@redhat.com>
10463
10464 * ada-lang.c (resolve_subexp): Update.
10465 (ada_lookup_symbol_list): Add 'full_search' argument.
10466 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10467 ada_lookup_symbol_list.
10468 (ada_lookup_encoded_symbol): Update.
10469 (get_var_value): Update.
10470 * ada-exp.y (block_lookup): Update.
10471 (write_var_or_type): Update.
10472 (write_name_assoc): Update.
10473 * ada-lang.h (ada_lookup_symbol_list): Update.
10474
10475 2012-01-31 Tom Tromey <tromey@redhat.com>
10476
10477 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10478 comment.
10479
10480 2012-01-31 Doug Evans <dje@google.com>
10481
10482 * symtab.h: Remove outdated comment.
10483 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10484
10485 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10486
10487 Fix build error in Darwin port.
10488 * i386-darwin-nat.c: Include i386-nat.h.
10489
10490 2012-01-30 Tom Tromey <tromey@redhat.com>
10491
10492 PR breakpoints/13568:
10493 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10494 argument. Check for recursive includes.
10495 (dwarf_decode_macros): Create an include hash.
10496
10497 2012-01-30 Michael Eager <eager@eagercon.com>
10498
10499 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10500 * ppc-linux-tdep.c: Include glibc-tdep.h.
10501 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10502 (powerpc_linux_in_plt_stub): New function.
10503 (powerpc_linux_in_dynsym_resolve_code): New function.
10504 (ppc_skip_trampoline_code): New function.
10505 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10506 Use glibc_skip_solib_resolver.
10507
10508 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10509
10510 Code cleanup: Make 1440 bytes of data segment read-only.
10511 * arch-utils.c (endian_enum): Make it const char *const [].
10512 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10513 Likewise.
10514 * breakpoint.c (always_inserted_enums): Likewise.
10515 * cli/cli-cmds.c (script_ext_enums): Likewise.
10516 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10517 enumlist parameter const char *const *.
10518 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10519 const char *const *.
10520 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10521 parameter const char *const *.
10522 * cris-tdep.c (cris_modes): Make it const char *const [].
10523 * filesystem.c (target_file_system_kinds): Likewise.
10524 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10525 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10526 (can_use_displaced_stepping_enum, scheduler_enums)
10527 (exec_direction_names): Likewise.
10528 * language.c (_initialize_language): Make the type_or_range_names and
10529 case_sensitive_names variables const char *const [].
10530 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10531 * python/python.c (python_excp_enums): Likewise.
10532 * remote.c (interrupt_sequence_modes): Likewise.
10533 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10534 * serial.c (logbase_enums): Likewise.
10535 * sh-tdep.c (sh_cc_enum): Likewise.
10536 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10537 Likewise.
10538 * symtab.c (multiple_symbols_modes): Likewise.
10539 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10540 Likewise.
10541 * utils.c (internal_problem_modes): Likewise.
10542
10543 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10544
10545 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10546 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10547 result.
10548
10549 2012-01-27 Doug Evans <dje@google.com>
10550
10551 * configure.ac (with_python): Fix absolute path handling for win32.
10552 * configure: Regenerate.
10553
10554 2012-01-26 Doug Evans <dje@google.com>
10555
10556 * symtab.c: Whitespace cleanup, no code changes.
10557
10558 * symtab.c (lookup_symbol_in_language): Improve comment.
10559 (lookup_symbol_aux): Fix comment.
10560
10561 * psymtab.c (add_psymbol_to_list): Result is now "void".
10562 * psympriv.h (add_psymbol_to_list): Update.
10563
10564 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10565
10566 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10567
10568 Do not open script filenames twice.
10569 * cli/cli-cmds.c (source_script_from_stream): Pass to
10570 source_python_script also STREAM.
10571 * python/py-auto-load.c (source_section_scripts): Pass to
10572 source_python_script_for_objfile also STREAM.
10573 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10574 also INPUT.
10575 * python/python-internal.h (source_python_script_for_objfile): New
10576 parameter file, rename parameter file to filename.
10577 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10578 instead if !_WIN32. Update the function comment.
10579 (source_python_script, source_python_script_for_objfile)
10580 (source_python_script): New parameter file, rename parameter file to
10581 filename. Pass FILENAME to python_run_simple_file.
10582 * python/python.h (source_python_script): New parameter file, rename
10583 parameter file to filename.
10584
10585 2012-01-26 Pedro Alves <palves@redhat.com>
10586
10587 * corelow.c (core_has_fake_pid): Delete.
10588 (core_close): Delete references to `core_has_fake_pid'.
10589 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10590 (core_open): Delete references to `core_has_fake_pid'.
10591 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10592 the removed global.
10593
10594 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10595
10596 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10597 Remove language parameter from name_matcher. Adjust the comment.
10598 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10599 Remove language parameter.
10600 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10601 * linespec.c (iterate_name_matcher): Likewise.
10602 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10603 name_matcher. Adjust call accordingly.
10604 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10605 (maintenance_check_symtabs): Adjust type of parameter "fun".
10606 * psymtab.h (maintenance_check_symtabs): Likewise.
10607
10608 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10609
10610 * language.h (symbol_name_match_p_ftype): New typedef.
10611 (struct language_defn): Replace field la_symbol_name_compare
10612 by la_get_symbol_name_match_p.
10613 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10614 (ada_language_defn): Use it.
10615 * linespec.c (struct symbol_matcher_data): New type.
10616 (iterate_name_matcher): Rewrite.
10617 (iterate_over_all_matching_symtabs): Pass a pointer to
10618 a symbol_matcher_data struct to expand_symtabs_matching
10619 instead of just the lookup name.
10620 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10621 opencl-lang.c, p-lang.c, language.c: Delete field
10622 la_symbol_name_compare, and replace by NULL for new field
10623 la_get_symbol_name_match_p.
10624 * symfile.h (struct quick_symbol_functions): Update comment.
10625
10626 2012-01-25 Tom Tromey <tromey@redhat.com>
10627
10628 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10629 dereferencing.
10630
10631 2012-01-24 Tom Tromey <tromey@redhat.com>
10632
10633 PR symtab/12406:
10634 * solib.c (update_solib_list): Update the program space's
10635 added_solibs and deleted_solibs fields.
10636 * progspace.h (struct program_space) <added_solibs,
10637 deleted_solibs>: New fields.
10638 (clear_program_space_solib_cache): Declare.
10639 * progspace.c (release_program_space): Call
10640 clear_program_space_solib_cache.
10641 (clear_program_space_solib_cache): New function.
10642 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10643 bpstat_stop_status. Use handle_solib_event.
10644 * breakpoint.c: Include gdb_regex.h.
10645 (print_solib_event): New function.
10646 (bpstat_print): Use print_solib_event.
10647 (bpstat_stop_status): Add special case for bp_shlib_event.
10648 (handle_solib_event): New function.
10649 (bpstat_what): Use handle_solib_event.
10650 (struct solib_catchpoint): New.
10651 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10652 (breakpoint_hit_catch_solib, check_status_catch_solib)
10653 (print_it_catch_solib, print_one_catch_solib)
10654 (print_mention_catch_solib, print_recreate_catch_solib): New
10655 functions.
10656 (catch_solib_breakpoint_ops): New global.
10657 (catch_load_or_unload, catch_load_command_1)
10658 (catch_unload_command_1): New functions.
10659 (internal_bkpt_check_status): Add special case for
10660 bp_shlib_event.
10661 (internal_bkpt_print_it): Use print_solib_event.
10662 (initialize_breakpoint_ops): Initialize
10663 catch_solib_breakpoint_ops.
10664 (_initialize_breakpoint): Register "catch load" and "catch
10665 unload".
10666 * breakpoint.h (handle_solib_event): Declare.
10667 * NEWS: Add entry for "catch load" and "catch unload".
10668
10669 2012-01-24 Tom Tromey <tromey@redhat.com>
10670
10671 * ada-lang.c: Include gdb_vecs.h.
10672 * charset.c: Include gdb_vecs.h.
10673 * tracepoint.h: Include gdb_vecs.h.
10674 * gdb_vecs.h: New file.
10675
10676 2012-01-24 Pedro Alves <pedro@codesourcery.com>
10677
10678 * breakpoint.c (breakpoint_hit_catch_fork)
10679 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10680 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10681 * infrun.c (inferior_has_forked, inferior_has_vforked)
10682 (inferior_has_execd, inferior_has_called_syscall): Delete.
10683 (handle_syscall_event): Get syscall_number from the execution
10684 control state's wait status.
10685 (wait_for_inferior): Don't clear syscall_number.
10686
10687 2012-01-24 Pedro Alves <palves@redhat.com>
10688
10689 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10690 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10691 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10692 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10693 `ws' parameter.
10694 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10695 false for events other than TARGET_SIGNAL_TRAP.
10696 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10697 Add `ws' parameter.
10698 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10699 events other than TARGET_SIGNAL_TRAP.
10700 (tracepoint_breakpoint_hit): Add `ws' parameter.
10701 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10702 parameter.
10703 (bpstat_stop_status): Same.
10704 (pc_at_non_inline_function): Same.
10705 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10706 to pass the current event's waitstatus to bpstat_stop_status
10707 and pc_at_non_inline_function.
10708
10709 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10710
10711 Code cleanup.
10712 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10713 Update the function comment for it.
10714 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10715 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10716 for STREAM.
10717
10718 2012-01-24 Pedro Alves <palves@redhat.com>
10719
10720 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10721 outside `bs->stop' block.
10722 (bpstat_what): Rework bp_shlib_event handling.
10723 (internal_bkpt_check_status): If the breakpoint is a
10724 bp_shlib_event, then set bs->stop and bs->print if
10725 stop_on_solib_events is set.
10726
10727 2012-01-24 Gary Benson <gbenson@redhat.com>
10728
10729 Delete #if 0'd out code.
10730 * stack.c (print_frame_label_vars): Remove.
10731 (catch_info): Likewise.
10732 (_initialize_stack): Remove "info catch" command.
10733 * NEWS: Mention the above.
10734
10735 2012-01-24 Pedro Alves <palves@redhat.com>
10736
10737 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10738 it.
10739 (remote_notice_new_inferior): If the remote end doesn't support
10740 the multiprocess extensions, then the PID is fake.
10741 (add_current_inferior_and_thread): New.
10742 (remote_start_remote): Use it.
10743 (extended_remote_attach_1): Adjust.
10744 (extended_remote_create_inferior_1): Use
10745 add_current_inferior_and_thread.
10746
10747 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10748
10749 Fix watchpoints to be specific for each inferior.
10750 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10751 current_program_space.
10752 * i386-nat.c (i386_inferior_data_cleanup): New.
10753 (i386_inferior_data_get): Replace variable inf_data_local by an
10754 inferior_data call.
10755 (i386_use_watchpoints): Initialize i386_inferior_data.
10756 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10757 specific iterate_over_lwps.
10758
10759 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10760
10761 Fix watchpoints across inferior fork.
10762 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10763 comment for linux_nat_iterate_watchpoint_lwps.
10764 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10765 linux_nat_iterate_watchpoint_lwps.
10766 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10767 * i386-linux-nat.c (update_debug_registers_callback): Update the
10768 comment for linux_nat_iterate_watchpoint_lwps.
10769 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10770 linux_nat_iterate_watchpoint_lwps.
10771 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10772 * i386-nat.c: Include inferior.h.
10773 (dr_mirror): Remove.
10774 (i386_inferior_data, struct i386_inferior_data)
10775 (i386_inferior_data_get): New.
10776 (i386_debug_reg_state): Use i386_inferior_data_get.
10777 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10778 (i386_insert_watchpoint, i386_remove_watchpoint)
10779 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10780 (i386_remove_hw_breakpoint): New variable state, use
10781 i386_debug_reg_state instead of DR_MIRROR.
10782 * linux-nat.c (delete_lwp): New declaration.
10783 (num_lwps): Move here from downwards.
10784 (delete_lwp_cleanup): New.
10785 (linux_child_follow_fork): Create new child_lp, call
10786 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10787 PTRACE_DETACH.
10788 (num_lwps): Move upwards.
10789 (linux_nat_iterate_watchpoint_lwps): New.
10790 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10791 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10792
10793 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10794
10795 GDB 7.4 released.
10796
10797 2012-01-23 Pedro Alves <palves@redhat.com>
10798
10799 * top.c (caution): Rename to ...
10800 (confirm): ... this.
10801 (show_caution): Rename to ...
10802 (show_confirm): ... this.
10803 (quit_cover): Adjust.
10804 (init_main): Adjust.
10805 * top.h (caution): Rename to ...
10806 (confirm): ... this.
10807 * utils.c (internal_vproblem, defaulted_query): Adjust.
10808
10809 2012-01-23 Pedro Alves <palves@redhat.com>
10810
10811 * top.c (caution): Update comment.
10812 (execute_command): Don't consider the current value of `caution'.
10813
10814 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10815
10816 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10817
10818 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10819
10820 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10821 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10822 * target.c (target_fileio_pwrite): Remove buffer address from
10823 debug output.
10824 (target_fileio_pread): Likewise.
10825
10826 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10827
10828 * NEWS: Document remote "info proc" and "generate-core-file".
10829
10830 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10831
10832 * gdbarch.sh (find_memory_regions): New callback.
10833 * gdbarch.c, gdbarch.h: Regenerate.
10834
10835 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10836 callback before falling back to target method.
10837
10838 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10839 (linux_target_install_ops): No longer install it.
10840
10841 * linux-tdep.c (linux_find_memory_regions): New function.
10842 (linux_init_abi): Install it.
10843
10844 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10845
10846 * gdbarch.sh (make_corefile_notes): New architecture callback.
10847 * gdbarch.c: Regenerate.
10848 * gdbarch.h: Likewise.
10849
10850 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10851 before target_make_corefile_notes. If NULL is returned, the
10852 target does not support core file generation.
10853
10854 * linux-nat.c: Include "linux-tdep.h".
10855 (find_signalled_thread, find_stop_signal): Remove.
10856 (linux_nat_do_thread_registers): Likewise.
10857 (struct linux_nat_corefile_thread_data): Likewise.
10858 (linux_nat_corefile_thread_callback): Likewise.
10859 (iterate_over_spus): Likewise.
10860 (struct linux_spu_corefile_data): Likewise.
10861 (linux_spu_corefile_callback): Likewise.
10862 (linux_spu_make_corefile_notes): Likewise.
10863 (linux_nat_collect_thread_registers): New function.
10864 (linux_nat_make_corefile_notes): Replace contents by call to
10865 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10866 as native-only callback.
10867
10868 * linux-tdep.h: Include "bfd.h".
10869 (struct regcache): Add forward declaration.
10870 (linux_collect_thread_registers_ftype): New typedef.
10871 (linux_make_corefile_notes): Add prototype.
10872 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10873 "regset.h", and "elf-bfd.h".
10874 (find_signalled_thread, find_stop_signal): New functions.
10875 (linux_spu_make_corefile_notes): Likewise.
10876 (linux_collect_thread_registers): Likewise.
10877 (struct linux_corefile_thread_data): New data structure.
10878 (linux_corefile_thread_callback): New funcion.
10879 (linux_make_corefile_notes): Likewise.
10880 (linux_make_corefile_notes_1): Likewise.
10881 (linux_init_abi): Install it.
10882
10883 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10884
10885 * gdbarch.sh (info_proc): New callback.
10886 * gdbarch.c, gdbarch.h: Regenerate.
10887
10888 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10889 before falling back to the target info_proc callback.
10890
10891 * linux-nat.c: Do not include "cli/cli-utils.h".
10892 (linux_nat_info_proc): Remove.
10893 (linux_target_install_ops): No longer install it.
10894
10895 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10896 (read_mapping): New function.
10897 (linux_info_proc): Likewise.
10898 (linux_init_abi): Install it.
10899
10900 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10901
10902 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10903 * infcmd.c: (info_proc_cmd_1): New function.
10904 (info_proc_cmd): New function, moved here from equivalent routine
10905 orignally in linux-nat.c.
10906 (info_proc_cmd_mappings): Likewise.
10907 (info_proc_cmd_stat): Likewise.
10908 (info_proc_cmd_status): Likewise.
10909 (info_proc_cmd_cwd): Likewise.
10910 (info_proc_cmd_cmdline): Likewise.
10911 (info_proc_cmd_exe): Likewise.
10912 (info_proc_cmd_all): Likewise.
10913 (_initialize_infcmd): Install "info proc" command and subcommands.
10914
10915 * target.h (struct target_ops): Add to_info_proc.
10916 (target_info_proc): Add prototype.
10917 * target.c (target_info_proc): New function.
10918
10919 * procfs.c (procfs_info_proc): Add prototype.
10920 (info_proc_cmd): Rename into ...
10921 (procfs_info_proc): ... this. Update argument types as appropriate
10922 for a to_info_proc implementation. Handle "what" argument.
10923 (procfs_target): Install procfs_info_proc.
10924 (_initialize_procfs): No longer install "info proc" command.
10925
10926 * linux-nat.c: (enum info_proc_what): Remove.
10927 (linux_nat_info_proc_cmd_1): Rename into ...
10928 (linux_nat_info_proc): ... this. Update argument types as appropriate
10929 for a to_info_proc implementation.
10930 (linux_nat_info_proc_cmd): Remove.
10931 (linux_nat_info_proc_cmd_mappings): Likewise.
10932 (linux_nat_info_proc_cmd_stat): Likewise.
10933 (linux_nat_info_proc_cmd_status): Likewise.
10934 (linux_nat_info_proc_cmd_cwd): Likewise.
10935 (linux_nat_info_proc_cmd_cmdline): Likewise.
10936 (linux_nat_info_proc_cmd_exe): Likewise.
10937 (linux_nat_info_proc_cmd_all): Likewise.
10938 (linux_target_install_ops): Install linux_nat_info_proc.
10939 (_initialize_linux_nat): No longer install "info proc" command
10940 and subcommands.
10941
10942 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10943
10944 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10945 * config.in, configure: Regenerate.
10946
10947 * target.h (struct target_ops): Add to_fileio_readlink.
10948 (target_fileio_readlink): Add prototype.
10949 * target.c (target_fileio_readlink): New function.
10950
10951 * inf-child.c: Conditionally include <sys/param.h>.
10952 (inf_child_fileio_readlink): New function.
10953 (inf_child_target): Install it.
10954
10955 * remote.c (PACKET_vFile_readlink): New enum value.
10956 (remote_hostio_readlink): New function.
10957 (init_remote_ops): Install it.
10958 (_initialize_remote): Handle vFile:readlink packet type.
10959
10960 2012-01-20 Pedro Alves <palves@redhat.com>
10961 Ulrich Weigand <ulrich.weigand@linaro.org>
10962
10963 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10964 * config.in, configure: Regenerate.
10965
10966 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10967 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10968 (target_fileio_open): Add prototype.
10969 (target_fileio_pwrite): Likewise.
10970 (target_fileio_pread): Likewise.
10971 (target_fileio_close): Likewise.
10972 (target_fileio_unlink): Likewise.
10973 (target_fileio_read_alloc): Likewise.
10974 (target_fileio_read_stralloc): Likewise.
10975
10976 * target.c: Include "gdb/fileio.h".
10977 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10978 (default_fileio_target): New function.
10979 (target_fileio_open): Likewise.
10980 (target_fileio_pwrite): Likewise.
10981 (target_fileio_pread): Likewise.
10982 (target_fileio_close): Likewise.
10983 (target_fileio_unlink): Likewise.
10984 (target_fileio_close_cleanup): Likewise.
10985 (target_fileio_read_alloc_1): Likewise.
10986 (target_fileio_read_alloc): Likewise.
10987 (target_fileio_read_stralloc): Likewise.
10988
10989 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10990 <fcntl.h>, and <unistd.h>.
10991 (inf_child_fileio_open_flags_to_host): New function.
10992 (inf_child_errno_to_fileio_error): Likewise.
10993 (inf_child_fileio_open): Likewise.
10994 (inf_child_fileio_pwrite): Likewise.
10995 (inf_child_fileio_pread): Likewise.
10996 (inf_child_fileio_close): Likewise.
10997 (inf_child_fileio_unlink): Likewise.
10998 (inf_child_target): Install to_fileio routines.
10999
11000 * remote.c (init_remote_ops): Install to_fileio routines.
11001
11002 2012-01-20 Pedro Alves <palves@redhat.com>
11003 Ulrich Weigand <ulrich.weigand@linaro.org>
11004
11005 * remote.c (remote_multi_process_p): Only check for multi-process
11006 protocol feature, do not check for extended protocol.
11007 (remote_supports_multi_process): Check for extended protocol here.
11008 (set_general_process): Likewise.
11009 (extended_remote_kill): Likewise.
11010 (remote_pid_to_str): Likewise.
11011 (remote_query_supported): Always query multiprocess mode.
11012
11013 2012-01-20 Pedro Alves <palves@redhat.com>
11014 Ulrich Weigand <ulrich.weigand@linaro.org>
11015
11016 * inferior.h (struct inferior): Add fake_pid_p.
11017 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11018 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11019 magic_null_ptid since the remote side doesn't provide a real PID.
11020
11021 2012-01-19 Tom Tromey <tromey@redhat.com>
11022
11023 * NEWS: Combine the two Python sections.
11024
11025 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11026
11027 * target.h (target_close): Update comment on the target's unpush state.
11028
11029 2012-01-19 Pedro Alves <palves@redhat.com>
11030
11031 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11032 linux_nat_async directly instead of going through the target
11033 vector.
11034 * target.c (unpush_target): Close target after unpushing it, not
11035 before.
11036
11037 2012-01-19 Gary Benson <gbenson@redhat.com>
11038
11039 * mdebugread.c (sort_blocks): Replace integer constants with ones
11040 derived from FIRST_LOCAL_BLOCK.
11041
11042 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11043 Jan Kratochvil <jan.kratochvil@redhat.com>
11044
11045 PR gdb/9538
11046 * symfile.c (find_separate_debug_file): New function.
11047 (terminate_after_last_dir_separator): Likewise.
11048 (find_separate_debug_file_by_debuglink): Also try realpath.
11049 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11050 * configure: Regenerate.
11051 * config.in: Regenerate.
11052
11053 2012-01-18 Doug Evans <dje@google.com>
11054
11055 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11056 (main.o): Remove rule.
11057 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11058 (--with-sysroot): Rewrite.
11059 * configure: Regenerate.
11060 * config.in: Regenerate.
11061
11062 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11063
11064 * parse.c (initialize_expout): New function.
11065 (reallocate_expout): Likewise.
11066 (parse_exp_in_context): Use `initialize_expout' and
11067 `reallocate_expout' when appropriate.
11068
11069 2012-01-18 Pedro Alves <palves@redhat.com>
11070
11071 * record.c (struct record_breakpoint, record_breakpoint_p)
11072 (record_breakpoints): New.
11073 (record_insert_breakpoint, record_remove_breakpoint): Manage
11074 record breakpoints list. Only remove breakpoints from the
11075 inferior if they had been inserted there in the first place.
11076
11077 2012-01-17 Doug Evans <dje@google.com>
11078
11079 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11080 if we know we don't have a file name to look for.
11081
11082 2012-01-17 Pedro Alves <palves@redhat.com>
11083
11084 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11085 the frame's stop reason is UNWIND_UNAVAILABLE.
11086
11087 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11088
11089 Fix compilation error.
11090 * m2-exp.y (yyerror): Use ANSI C prototype.
11091
11092 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11093
11094 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11095 (growbuf_by_size): Likewise.
11096 (yyerror): Likewise.
11097 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11098 (modblock): Remove variable (was #if 0'ed).
11099 (parse_number): Convert prototype from K&R to ANSI C.
11100 (yyerror): Likewise.
11101 * objc-exp.y (parse_number): Likewise.
11102 (yyerror): Likewise.
11103 (yylex): Remove #if 0'ed code.
11104 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11105 (yyerror): Likewise.
11106
11107 2012-01-16 Tom Tromey <tromey@redhat.com>
11108
11109 * NEWS: Add item.
11110 * symtab.h (compare_filenames_for_search): Declare.
11111 * symtab.c (compare_filenames_for_search): New function.
11112 (iterate_over_some_symtabs): Use it.
11113 * symfile.h (struct quick_symbol_functions)
11114 <map_symtabs_matching_filename>: Change spec.
11115 * psymtab.c (partial_map_symtabs_matching_filename): Use
11116 compare_filenames_for_search. Update for new spec.
11117 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11118 compare_filenames_for_search. Update for new spec.
11119 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11120
11121 2012-01-16 Tom Tromey <tromey@redhat.com>
11122
11123 PR python/13281:
11124 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11125 (struct main_type) <flag_flag_enum>: New field.
11126 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11127 * NEWS: Add entries.
11128 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11129 enums.
11130 * python/lib/gdb/printing.py (_EnumInstance): New class.
11131 (FlagEnumerationPrinter): Likewise.
11132
11133 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11134
11135 * breakpoint.c (create_sals_from_address_default): New function.
11136 (create_breakpoints_sal_default): Likewise.
11137 (decode_linespec_default): Likewise.
11138 (is_marker_spec): Removed.
11139 (strace_marker_p): New function.
11140 (init_breakpoint_sal): Using `strace_marker_p' instead of
11141 `is_marker_spec'.
11142 (create_breakpoint): Call method `create_sals_from_address' from
11143 breakpoint_ops, replacing code that created SALs conditionally
11144 on the type of the breakpoint. Call method `create_breakpoints_sal',
11145 replacing code that created breakpoints conditionally on the type
11146 wanted.
11147 (base_breakpoint_create_sals_from_address): New function.
11148 (base_breakpoint_create_breakpoints_sal): Likewise.
11149 (base_breakpoint_decode_linespec): Likewise.
11150 (base_breakpoint_ops): Add methods
11151 `base_breakpoint_create_sals_from_address',
11152 `base_breakpoint_create_breakpoints_sal' and
11153 `base_breakpoint_decode_linespec'.
11154 (bkpt_create_sals_from_address): New function.
11155 (bkpt_create_breakpoints_sal): Likewise.
11156 (bkpt_decode_linespec): Likewise.
11157 (tracepoint_create_sals_from_address): Likewise.
11158 (tracepoint_create_breakpoints_sal): Likewise.
11159 (tracepoint_decode_linespec): Likewise.
11160 (strace_marker_create_sals_from_address): Likewise.
11161 (strace_marker_create_breakpoints_sal): Likewise.
11162 (strace_marker_decode_linespec): Likewise.
11163 (strace_marker_breakpoint_ops): New variable.
11164 (addr_string_to_sals): Remove `marker_spec'. Call method
11165 `decode_linespec' from breakpoint_ops, replacing code that decoded
11166 an address string into a SAL. Use `strace_marker_p' instead of
11167 `marker_spec'.
11168 (strace_command): Decide whether we are dealing with a static
11169 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11170 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11171 * breakpoint.h (linespec_result, linespec_sals): New forward
11172 declarations.
11173 (breakpoint_ops) <create_sals_from_address>,
11174 <create_breakpoints_sal>, <decode_linespec>: New methods.
11175
11176 2012-01-14 Doug Evans <dje@google.com>
11177
11178 * NEWS: Update text for "maint set python print-stack".
11179 It is deprecated in gdb 7.4 and deleted in 7.5.
11180
11181 2012-01-13 Eli Zaretskii <eliz@gnu.org>
11182
11183 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11184 including curses.h.
11185
11186 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11187
11188 * configure: Regenerate.
11189 * config.in: Regenerate.
11190
11191 2012-01-12 Keith Seitz <keiths@redhat.com>
11192
11193 PR mi/10586
11194 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11195 (ANONYMOUS_UNION_NAME): Define.
11196 (is_path_expr_parent): New function.
11197 (get_path_expr_parent): New function.
11198 (is_anonymous_child): New function.
11199 (create_child_with_value): If the child is anonymous and without
11200 a name, assign an object name to it.
11201 (c_describe_child): Use get_path_expr_parent to determine
11202 the parent expression.
11203 If there field represents an anonymous struct or union and
11204 has no name, set an appropriate display name and expression.
11205 (cplus_describe_child): Likewise.
11206
11207 2012-01-12 Pedro Alves <palves@redhat.com>
11208
11209 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11210 available when %ebp is found to be zero (outermost).
11211
11212 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
11213
11214 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11215 an internal gdb_static_assert.
11216 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11217
11218 2012-01-11 Tom Tromey <tromey@redhat.com>
11219
11220 PR gdb/9598:
11221 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11222 catch" and "catch throw".
11223
11224 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11225
11226 * blockframe.c (block_innermost_frame): Start search from selected
11227 frame, if present, or otherwise the current frame.
11228
11229 * c-exp.y (variable): Update innermost_block for
11230 'block COLONCOLON NAME' clause.
11231 * m2-exp.y (variable): Ditto.
11232 * objc-exp.y (variable): Ditto.
11233
11234 2012-01-10 Tom Tromey <tromey@redhat.com>
11235
11236 PR python/13199:
11237 * python/python.c (finish_python_initialization): Set sys.argv.
11238
11239 2012-01-10 Doug Evans <dje@google.com>
11240
11241 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11242 "want_line_info". All callers updated.
11243 (dwarf_decode_lines_1): New function.
11244 (handle_DW_AT_stmt_list): Add function comment.
11245 New arg "want_line_info". All callers updated.
11246 (read_file_scope,read_type_unit_scope): Move comment from
11247 handle_DW_AT_stmt_list to here.
11248
11249 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11250
11251 Fix regression after libiberty/ update for GCC PR 6057 and others.
11252 * c-exp.y (operator) <OPERATOR DELETE>
11253 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11254 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11255 (make_builtin_type, make_name): New variable i, add gdb_assert.
11256 (operator) <OPERATOR NEW>: Update ARGS to 3.
11257 (operator) <OPERATOR DELETE>: Add trailing space.
11258 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11259 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11260 * cp-support.c (cp_canonicalize_string): Check NULL from
11261 cp_comp_to_string, call warning and return.
11262
11263 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11264
11265 Fix duplicate .o files after omitting libbfd.a.
11266 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11267 (SFILES): Add corelow.c.
11268 (COMMON_OBS): Add corelow.o.
11269 (ALLDEPFILES): Remove corelow.c.
11270 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11271 * config/alpha/alpha-osf3.mh: Likewise.
11272 * config/alpha/fbsd.mh: Likewise.
11273 * config/arm/nbsdaout.mh: Likewise.
11274 * config/arm/nbsdelf.mh: Likewise.
11275 * config/i386/i386gnu.mh: Likewise.
11276 * config/ia64/hpux.mh: Likewise.
11277 * config/ia64/linux.mh: Likewise.
11278 * config/m32r/linux.mh: Likewise.
11279 * config/m68k/linux.mh: Likewise.
11280 * config/mips/irix5.mh: Likewise.
11281 * config/mips/irix6.mh: Likewise.
11282 * config/pa/hpux.mh: Likewise.
11283 * config/pa/linux.mh: Likewise.
11284 * config/powerpc/aix.mh: Likewise.
11285 * config/sparc/linux.mh: Likewise.
11286 * config/sparc/linux64.mh: Likewise.
11287 * config/sparc/sol2.mh: Likewise.
11288 * config/vax/vax.mh: Likewise.
11289 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11290 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11291 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11292 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11293 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11294 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11295 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11296 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11297 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11298 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11299 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11300 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11301 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11302 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11303 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11304 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11305 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11306 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11307 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11308 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11309 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11310 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11311 corelow.o from gdb_target_obs.
11312 * corefile.c (core_target): Update the comment on NULL value.
11313 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11314 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11315 MATCHES. Drop YUMMY set on NULL.
11316 (core_close): Do not call exit_inferior_silent on zero PID. Do not
11317 reclaim CORE_DATA if it is already NULL.
11318
11319 2012-01-09 Doug Evans <dje@google.com>
11320
11321 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11322 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11323
11324 2012-01-09 Keith Seitz <keiths@redhat.com>
11325
11326 * breakpoint.c (wrapper.h): Don't include.
11327
11328 2012-01-09 Keith Seitz <keiths@redhat.com>
11329
11330 * Makefile.in (SFILES): Remove wrapper.c.
11331 (HFILES_NO_SRCDIR): Remove wrapper.h.
11332 (COMMON_OBS): Remove wrapper.o.
11333 * cli/cli-interp.c: Don't inlude wrapper.h.
11334 * corelow.c: Likewise.
11335 (core_open): Replace gdb_target_find_new_threads with
11336 TRY_CATCH around target_find_new_threads.
11337 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11338 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11339 * varobj.c (varobj_create): Likewise for parse_exp_1 and
11340 evaluate_expression.
11341 (varobj_set_value): Likewise for evaluate_expression and
11342 value_assign.
11343 (install_new_variable): Likewise for value_fetch_lazy.
11344 (adjust_value_for_child_access): Likewise for value_ind.
11345 (c_describe_child): Likewise for value_subscript and
11346 value_ind.
11347 (c_value_of_root): Likewise for evaluate_expression.
11348 * wrapper.c: Remove.
11349 * wrapper.h: Remove.
11350
11351 2012-01-09 Doug Evans <dje@google.com>
11352
11353 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11354 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
11355 "abfd" args with "section". All callers updated.
11356 Error checking code moved ...
11357 (error_check_comp_unit_head): ... here. New function.
11358 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11359 Delete arg "abfd". New arg "type_offset". All callers updated.
11360 (create_debug_types_hash_table): Simplify by using
11361 read_and_check_type_unit_head.
11362
11363 * parser-defs.h (namecopy): Delete.
11364 * parse.c (namecopy, namecopy_size): Move into copy_name.
11365
11366 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11367
11368 Partially fix duplicate .o files after omitting libbfd.a.
11369 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11370 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11371 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11372 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11373 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11374 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11375 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11376
11377 2012-01-09 Pedro Alves <palves@redhat.com>
11378
11379 * MAINTAINERS: Update my email address.
11380
11381 2012-01-08 Doug Evans <dje@google.com>
11382
11383 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11384 n_type_units. Rename type_comp_units to all_type_units.
11385 All uses updated.
11386 (add_signatured_type_cu_to_table): Renamed from
11387 add_signatured_type_cu_to_list. All callers updated.
11388
11389 * gdbtypes.h (struct cplus_struct_type): Delete member
11390 nfn_fields_total. All uses removed.
11391
11392 2012-01-06 Doug Evans <dje@google.com>
11393
11394 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11395 to top of file.
11396 (dwarf2_find_comp_unit): Delete.
11397 (process_psymtab_comp_unit): Make result "void".
11398 Delete args buffer, info_ptr, buffer_size, and replace with
11399 "section". All callers updated.
11400 (dwarf2_build_psymtabs_hard): Simplify.
11401
11402 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
11403 Thiago Jung Bauermann <bauerman@br.ibm.com>
11404
11405 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11406 before `struct gdb_exception'.
11407 * breakpoint.c (update_global_location_list_nothrow)
11408 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11409 * cp-abi.c (value_rtti_type): Likewise.
11410 * cp-support.c (cp_validate_operator): Likewise.
11411 * infrun.c (insert_exception_resume_breakpoint)
11412 (check_exception_resume, keep_going): Likewise.
11413 * mi-interp.c (mi_breakpoint_created)
11414 (mi_breakpoint_modified): Likewise.
11415 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11416 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11417 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11418
11419 2012-01-05 Doug Evans <dje@google.com>
11420
11421 * dwarf2read.c (statement_prologue): Delete, unused.
11422
11423 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11424 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11425
11426 * dwarf2read.c (comp_unit_header): Delete, unused.
11427
11428 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11429
11430 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11431 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11432
11433 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11434
11435 * infrun.c (normal_stop): Don't skip calling the normal_stop
11436 observers if the thread was doing a multi-step, but stopped for
11437 some reason other than stepping.
11438
11439 2012-01-05 Pedro Alves <alves.ped@gmail.com>
11440
11441 * cli/cli-decode.h: Add comments.
11442 (CMD_LIST_AMBIGUOUS): Moved to command.h
11443 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11444 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11445 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11446 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11447 (add_com, add_com_alias, add_info, add_info_alias)
11448 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11449 declarations.
11450 * command.h: Add and adjust comments.
11451 (CMD_LIST_AMBIGUOUS): Moved here.
11452 (help_cmd, help_cmd_list): Delete declarations.
11453
11454 2012-01-04 Doug Evans <dje@google.com>
11455
11456 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11457 All callers updated.
11458 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11459 Replace all arguments with "per_cu". All callers updated.
11460
11461 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11462
11463 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11464 New arg "per_cu". All callers updated.
11465
11466 Delete #if 0'd out code.
11467 * language.c (binop_result_type): Delete.
11468 (simple_type, ordered_type, same_type, integral_type): Delete.
11469 (numeric_type, character_type, string_type, boolean_type): Delete.
11470 (float_type, structured_type): Delete.
11471 * language.h: Update.
11472
11473 2012-01-04 Tom Tromey <tromey@redhat.com>
11474
11475 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11476
11477 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11478
11479 * corefile.c (close_exec_file): Delete.
11480 (reopen_exec_file): Remove commented out code that seems related
11481 to close_exec_file, which is being deleted here.
11482 * inferior.h (close_exec_file): Delete.
11483 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11484
11485 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11486
11487 * ada-lang.c: #include "cli/cli-utils.h".
11488 (get_selections): Use skip_spaces.
11489 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11490 (catch_ada_exception_command_split): Use skip_spaces.
11491 (ada_decode_assert_location): Likewise.
11492
11493 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11494
11495 * linespec.c (decode_line_internal): Check for C++ or Java
11496 compound constructs only if the current language is C, C++
11497 or Java.
11498
11499 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11500
11501 Revert:
11502 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11503 Joel Brobecker <brobecker@adacore.com>
11504 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11505 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11506 3 times.
11507 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11508 fall through into AT_ENTRY_POINT.
11509 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11510 DUMMY_ADDR with it.
11511 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11512 PPC_INSN_SIZE skip to 3 times.
11513
11514 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11515
11516 * linespec.c (add_minsym): Preserve function descriptors.
11517
11518 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11519
11520 * breakpoint.c (all_locations_are_pending): Consider locations
11521 in program spaces executing during startup pending as well.
11522
11523 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11524
11525 Copyright year update in most files of the GDB Project.
11526
11527 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11528
11529 * copyright.sh: Delete.
11530 * copyright.py: Rewrite.
11531
11532 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11533
11534 * gnulib/extra/update-copyright: New file, imported from gnulib.
11535
11536 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11537
11538 * README (Copyright and License Notices): New section.
11539
11540 2012-01-03 Tom Tromey <tromey@redhat.com>
11541
11542 PR python/12533:
11543 * python/py-value.c (valpy_dereference, valpy_get_address
11544 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11545 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11546 (valpy_absolute, valpy_richcompare): Free intermediate values.
11547
11548 2011-01-03 Joel Brobecker <brobecker@adacore.com>
11549
11550 * ada-lang.c: Reformat the copyright notice.
11551
11552 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11553
11554 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11555 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11556 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11557 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11558 Revert this part of:
11559 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11560 Build gdb directly from *.o files not using libgdb.a.
11561 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11562
11563 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11564
11565 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11566 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11567 Reformat the copyright header.
11568
11569 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11570
11571 Revert this part of:
11572 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11573 Remove the gdbtui binary.
11574 * gdb.c (main): Remove args.interpreter_p initialization.
11575 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11576 * main.h (struct captured_main_args): Remove interpreter_p.
11577
11578 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11579
11580 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11581
11582 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11583
11584 * top.c (print_gdb_version): Update copyright year.
11585
11586 2012-01-02 Yao Qi <yao@codesourcery.com>
11587
11588 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11589
11590 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11591 Joel Brobecker <brobecker@adacore.com>
11592
11593 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11594 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11595 3 times.
11596 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11597 fall through into AT_ENTRY_POINT.
11598 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11599 DUMMY_ADDR with it.
11600 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11601 PPC_INSN_SIZE skip to 3 times.
11602
11603 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11604
11605 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11606 the return value.
11607 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11608
11609 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11610
11611 Build gdb directly from *.o files not using libgdb.a.
11612 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11613 (COMMON_OBS): Remove solib-target.o.
11614 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11615 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11616 (LIBGDB_OBS, libgdb.a): Move it above.
11617 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11618 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11619 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11620 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11621 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11622 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11623 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11624 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11625 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11626 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11627 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11628 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11629 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11630 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11631 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11632 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11633 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11634 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11635 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11636 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11637 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11638 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11639 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11640 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11641 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11642 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11643 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11644
11645 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11646
11647 Remove the gdbtui binary.
11648 * .gitignore (/gdbtui): Remove.
11649 * Makefile.in (TUI): Remove.
11650 (SUBDIR_TUI_OBS): Remove tui-main.o.
11651 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11652 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11653 (tui-main.o): Remove.
11654 (all_object_files): Remove tui-main.o.
11655 * NEWS: New note for the gdbtui removal.
11656 * configure: Rebuilt.
11657 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11658 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11659 CONFIG_UNINSTALL respectively.
11660 * gdb.c (main): Remove args.interpreter_p initialization.
11661 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11662 * main.h (struct captured_main_args): Remove interpreter_p.
11663 * tui/tui-main.c: Remove.
11664
11665 2012-01-01 Doug Evans <dje@google.com>
11666
11667 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11668 (dwarf2_physname, read_import_statement): Ditto.
11669 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11670 (process_structure_scope read_subroutine_type): Ditto.
11671 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11672 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11673 (dwarf2_fetch_die_location_block): Ditto.
11674 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11675
11676 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11677 All callers updated.
11678 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11679 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11680 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11681
11682 * dwarf2read.c (load_cu): Move assert to more useful location.
11683
11684 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11685 All callers updated.
11686
11687 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11688 (dwarf2_elf_names): Minor reformat.
11689 (dwarf2_per_cu_data): Tweak comment.
11690 (dwarf2_read_section): Fix comment.
11691 (create_all_comp_units): Fix comment.
11692 (load_full_comp_unit): Fix comment.
11693 (process_full_comp_unit): Fix comment.
11694 (read_signatured_type): Fix comment.
11695
11696 For older changes see ChangeLog-2011.
11697 \f
11698 Local Variables:
11699 mode: change-log
11700 left-margin: 8
11701 fill-column: 74
11702 version-control: never
11703 coding: utf-8
11704 End: