583f1c024800f8832a1a6eb6024b919189361469
[binutils-gdb.git] / gdb / ChangeLog
1 2012-11-12 Tom Tromey <tromey@redhat.com>
2
3 * NEWS: Update.
4 * data-directory/Makefile.in (PYTHON_FILES): Add
5 type_printers.py.
6 * python/lib/gdb/command/type_printers.py: New file.
7 * python/lib/gdb/command/types.py (TypePrinter): New class.
8 (_get_some_type_recognizers, get_type_recognizers,
9 apply_type_recognizers, register_type_printer): New
10 functions.
11 * python/py-objfile.c (objfile_object) <type_printers>: New
12 field.
13 (objfpy_dealloc): Decref new field.
14 (objfpy_new): Set new field.
15 (objfpy_get_type_printers, objfpy_set_type_printers): New
16 functions.
17 (objfile_to_objfile_object): Set new field.
18 (objfile_getset): Add "type_printers".
19 * python/py-progspace.c (pspace_object) <type_printers>: New
20 field.
21 (pspy_dealloc): Decref new field.
22 (pspy_new): Set new field.
23 (pspy_get_type_printers, pspy_set_type_printers): New functions.
24 (pspace_to_pspace_object): Set new field.
25 (pspace_getset): Add "type_printers".
26 * python/python.c (start_type_printers, apply_type_printers,
27 free_type_printers): New functions.
28 (_initialize_python): Set gdb.type_printers.
29 * python/python.h (start_type_printers, apply_type_printers,
30 free_type_printers): Declare.
31 * typeprint.c (type_print_raw_options, default_ptype_flags):
32 Update for new fields.
33 (do_free_global_table, create_global_typedef_table,
34 find_global_typedef): New functions.
35 (find_typedef_in_hash): Use find_global_typedef.
36 (whatis_exp): Use create_global_typedef_table. Change cleanup
37 handling.
38 * typeprint.h (struct type_print_options) <global_typedefs,
39 global_printers>: New fields.
40
41 2012-11-12 Tom Tromey <tromey@redhat.com>
42
43 * c-typeprint.c (find_typedef_for_canonicalize,
44 print_name_maybe_canonical): New functions.
45 (c_print_type): Look up type name.
46 (cp_type_print_derivation_info): Add flags argument. Use
47 print_name_maybe_canonical.
48 (cp_type_print_method_args): Add wrapping.
49 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
50 (c_type_print_template_args): New function.
51 (c_type_print_base): Change wrapping. Use
52 print_name_maybe_canonical.
53 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
54 type name lookups.
55 * gdbtypes.c (types_equal): No longer static.
56 * gdbtypes.h (types_equal): Declare.
57 * typeprint.c (type_print_raw_options, default_ptype_flags):
58 Update.
59 (struct typedef_hash_table): New.
60 (hash_typedef_field, eq_typedef_field,
61 recursively_update_typedef_hash, add_template_parameters,
62 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
63 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
64 copy_typedef_hash, find_typedef_in_hash): New functions.
65 * typeprint.h (struct type_print_options) <local_typedefs>:
66 New field.
67 (recursively_update_typedef_hash, add_template_parameters,
68 create_typedef_hash, free_typedef_hash,
69 make_cleanup_free_typedef_hash, copy_typedef_hash,
70 find_typedef_in_hash): Declare.
71
72 2012-11-12 Tom Tromey <tromey@redhat.com>
73
74 * cp-support.c (inspect_type,
75 replace_typedefs_qualified_name, replace_typedefs): Add
76 finder, data arguments. Call as needed.
77 (cp_canonicalize_string_full): New function.
78 (cp_canonicalize_string_no_typedefs): Rewrite.
79 * cp-support.h (canonicalization_ftype): New typedef.
80 (cp_canonicalize_string_full): Declare.
81
82 2012-11-12 Tom Tromey <tromey@redhat.com>
83
84 * NEWS: Update.
85 * c-typeprint.c (c_type_print_base): Handle print_method and
86 print_typedefs flags.
87 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
88 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
89 options.
90 * typeprint.c (type_print_raw_options, default_ptype_flags):
91 Update for new field.s
92 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
93 (setprinttypelist, showprinttypelist, print_methods,
94 print_typedefs): New globals.
95 (set_print_type, show_print_type, set_print_type_methods,
96 show_print_type_methods, set_print_type_typedefs,
97 show_print_type_typedefs): New functions.
98 (_initialize_typeprint): Update documentation. Add "print
99 type methods" and "print type typedefs" parameters.
100 * typeprint.h (struct type_print_options) <print_methods,
101 print_typedefs>: New fields.
102
103 2012-11-12 Tom Tromey <tromey@redhat.com>
104
105 * c-typeprint.c (cp_type_print_method_args): Add flags
106 argument. Call c_print_type, not type_print.
107 (c_type_print_base): Call c_print_type, not type_print.
108 Update.
109
110 2012-11-12 Tom Tromey <tromey@redhat.com>
111
112 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
113 to type-printing functions.
114 * ada-lang.h (ada_print_type): Add argument.
115 * ada-typeprint.c (print_array_type, print_variant_clauses,
116 print_variant_part, print_selected_record_field_types,
117 print_record_field_types, print_unchecked_union_type,
118 print_func_type, ada_print_type): Add flags argument.
119 (ada_print_typedef): Update.
120 * c-exp.y (OPERATOR conversion_type_id): Update.
121 * c-lang.h (c_print_type, c_type_print_base): Update.
122 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
123 c_type_print_modifier, c_type_print_args,
124 c_type_print_varspec_suffix, c_type_print_base): Add flags
125 argument.
126 * cp-valprint.c (cp_print_class_member): Update.
127 * dwarf2read.c (dwarf2_compute_name): Update.
128 * f-lang.h (f_print_type): Add argument.
129 * f-typeprint.c (f_print_type): Add flags argument.
130 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
131 * go-lang.h (go_print_type): Add argument.
132 * go-typeprint.c (go_print_type): Add flags argument.
133 * jv-lang.h (java_print_type): Add argument.
134 * jv-typeprint.c (java_type_print_base, java_print_type): Add
135 flags argument.
136 * language.c (unk_lang_print_type): Add flags argument.
137 * language.h (struct language_defn) <la_print_type>: Add flags
138 argument.
139 (LA_PRINT_TYPE): Likewise.
140 * m2-lang.h (m2_print_type): Add argument.
141 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
142 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
143 m2_unbounded_array, m2_record_fields): Add flags argument.
144 * p-lang.h (pascal_print_type, pascal_type_print_base,
145 pascal_type_print_varspec_prefix): Add argument.
146 * p-typeprint.c (pascal_print_type,
147 pascal_type_print_varspec_prefix, pascal_print_func_args,
148 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
149 flags argument.
150 * symmisc.c (print_symbol): Update.
151 * typeprint.c (type_print_raw_options, default_ptype_flags):
152 New globals.
153 (type_print): Update.
154 * typeprint.h (struct type_print_options): New.
155 (type_print_raw_options): Declare.
156 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
157
158 2012-11-10 Keith Seitz <keiths@redhat.com>
159
160 * breakpoint.c (clear_command): Add cleanup for
161 sals.sals if an argument is given.
162
163 * linespec.c (parse_linespec): Do cleanups after
164 parsing a convenience variable.
165
166 2012-11-10 Keith Seitz <keiths@redhat.com>
167
168 PR gdb/14288
169 * c-valprint.c (c_val_print): For character arrays
170 with "print null" option on, print ellipses if
171 the output is truncated and the next character is not \000.
172 * valprint.c (MAX_WCHARS): Define.
173 (WCHAR_BUFLEN): Likewise.
174 (WCHAR_BUFLEN_MAX): Likewise.
175 (struct converted_character): New structure.
176 (count_next_character): New function.
177 (print_converted_chars_to_obstack): New function.
178 (generic_printstr): Rewrite using count_next_character
179 and print_converted_chars_to_obstack.
180
181 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
182
183 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
184 while executing the gdb command.
185 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
186 are called from prompt_for_continue.
187 * tui/tui-io.c (tui_redisplay_readline): Likewise.
188
189 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
190
191 PR tui/9584
192
193 * tui/tui.c (tui_rl_command_key): Do not call execute_command
194 but insert the command to execute in readline's buffer.
195
196 2012-11-09 Tom Tromey <tromey@redhat.com>
197
198 * gdbarch.sh (target_gdbarch): Remove macro.
199 (get_target_gdbarch): Rename to target_gdbarch.
200 * gdbarch.c, gdbarch.h: Rebuild.
201 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
202 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
203 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
204 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
205 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
206 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
207 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
208 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
209 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
210 procfs.c, progspace.c, ravenscar-thread.c, record.c,
211 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
212 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
213 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
214 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
215 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
216 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
217 target-descriptions.c, target.c, target.h, tracepoint.c,
218 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
219 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
220 python/py-inferior.c, python/python.c: Update.
221
222 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
223
224 * source.c (print_source_lines_base): Add fullname field giving
225 full path to file in mi output.
226 * NEWS: Mention the new fullname field.
227
228 2012-11-09 Yao Qi <yao@codesourcery.com>
229
230 * NEWS: Mention the fix to the ambiguity of 'fo' command.
231
232 2012-11-09 Pedro Alves <palves@redhat.com>
233
234 PR gdb/14306
235
236 * infrun.c: Include target-descriptions.h.
237 (follow_exec): Fetch new target description.
238
239 2012-11-09 Yao Qi <yao@codesourcery.com>
240
241 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
242 0x8d (lea).
243
244 2012-11-09 Yao Qi <yao@codesourcery.com>
245
246 * breakpoint.c: Declare set_tracepoint_count.
247 (install_breakpoint): Call set_tracepoint_count if B is a
248 tracepoint.
249 (trace_command): Don't call set_tracepoint_count. Re-indent.
250 (strace_command, ftrace_command):
251 (create_tracepoint_from_upload): Likewise.
252
253 2012-11-09 Pedro Alves <palves@redhat.com>
254
255 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
256 (get_target_gdbarch) <gdbarch.h>: New function.
257 (startup_gdbarch) <gdbarch.h>: Declare.
258 <gdbarch.c> (target_gdbarch): Delete.
259 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
260 current inferior's gdbarch.
261 <gdbarch.c> (get_target_gdbarch): New function.
262 * inferior.c: Include target-descriptions.h.
263 (free_inferior): Free target description info.
264 (add_inferior_with_spaces): Set the inferior's initial
265 architecture.
266 (clone_inferior_command): Copy the original inferior's target
267 description if it was user specified.
268 (initialize_inferiors): Add comment.
269 * inferior.h (struct target_desc_info): Forward declare.
270 (struct inferior) <gdbarch>: New field.
271 * linux-nat.c: Include target-descriptions.h.
272 (linux_child_follow_fork): Copy the parent's architecture and
273 target description to the child.
274 * target-descriptions.c: Include inferior.h.
275 (struct target_desc_info): New structure, holding the equivalents
276 of ...
277 (target_desc_fetched, current_target_desc)
278 (target_description_filename): ... these removed globals.
279 (get_tdesc_info, target_desc_info_from_user_p)
280 (copy_inferior_target_desc_info, target_desc_info_free): New.
281 (target_desc_fetched, current_target_desc)
282 (target_description_filename): Reimplemented as convenience
283 macros.
284 (tdesc_filename_cmd_string): New global.
285 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
286 tdescs filename ..." commands to the per-inferior equivalent.
287 (show_tdesc_filename_cmd): Get the value to show from the
288 per-inferior description filename.
289 (_initilize_target_descriptions): Change the "set/show tdesc
290 filename" commands' variable.
291 * target-descriptions.h (struct target_desc, struct target_desc_info)
292 (struct inferior): Forward declare.
293 (target_find_description, target_clear_description)
294 (target_current_description): Adjust comments.
295 (copy_inferior_target_desc_info, target_desc_info_free)
296 (target_desc_info_from_user_p). Declare.
297
298 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
299
300 * tui/tui-hooks.c (tui_about_to_proceed): New function.
301 (tui_target_wait_hook): Remove.
302 (tui_install_hooks): Install the about_to_proceed observer.
303 (tui_remove_hooks): And remove it here.
304
305 2012-11-08 Tom Tromey <tromey@redhat.com>
306
307 * linux-tdep.c (linux_make_siginfo_note): New function.
308 (linux_make_corefile_notes): Use it.
309 * corelow.c (get_core_siginfo): New function.
310 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
311
312 2012-11-08 Tom Tromey <tromey@redhat.com>
313
314 PR gdb/14704:
315 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
316 (zlib_decompress_section): Remove.
317 (gdb_bfd_map_section): Only check for compressed section
318 in mmap case. Use bfd_get_full_section_contents.
319 * osabi.c (check_note): Add 'sectsize' argument. Read
320 section data.
321 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
322 section data. Update for check_note change.
323 * xcoffread.c (xcoff_initial_scan): Use
324 bfd_get_full_section_contents.
325 * py-auto-load.c (auto_load_section_scripts): Use
326 bfd_get_full_section_contents.
327 * contrib/cc-with-tweaks.sh: Add -Z option.
328
329 2012-11-08 Tom Tromey <tromey@redhat.com>
330
331 * python/py-bpevent.c: Include defs.h.
332 * python/py-continueevent.c: Include defs.h.
333 * python/py-event.c: Include defs.h.
334 * python/py-event.h: Don't include defs.h.
335 * python/py-events.h: Don't include defs.h.
336 * python/py-evts.c: Include defs.h.
337 * python/py-exitedevent.c: Include defs.h.
338 * python/py-newobjfileevent.c: Include defs.h.
339 * python/py-signalevent.c: Include defs.h.
340 * python/py-stopevent.c: Include defs.h.
341 * python/py-threadevent.c: Include defs.h.
342
343 2012-11-08 Pierre Muller <muller@sourceware.org>
344
345 * update-web-ari.sh (print_heading): Add number of files
346 checked.
347 (nb_files): New variable counting the number of sources
348 files found by gdb_find.sh script.
349 (debug_awk): New variable to allow extra debug output.
350 (indexes): Add more information if DEBUG_AWK is set.
351
352 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
353
354 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
355 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
356 following the change in PLT call stubs on linker.
357
358 2012-11-08 Pierre Muller <muller@sourceware.org>
359
360 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
361 as default language.
362 (AWK): Use = instead of == for sh test to avoid warning.
363 (Linux rule): Correct [:digit] into [[:digit:]].
364 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
365 (vasprintf rule): Adapt to common subdirectory moves.
366 (xasprintf rule): Idem.
367 (xvasprintf rule): Idem.
368 (var_boolean rule): Accept occurence in == or != test.
369
370 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
371
372 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
373
374 * tui/tui-hooks.c (tui_inferior_exit): New function.
375 (tui_detach_hook): Remove.
376 (tui_install_hooks): Install the inferior exit observer.
377 (tui_remove_hooks): Remove it.
378
379 2012-11-08 Yao Qi <yao@codesourcery.com>
380
381 PR gdb/14777.
382 * source.c (_initialize_source): Call add_com_alias to abbreviate
383 'forward-search' as 'fo'.
384
385 2012-11-07 Pedro Alves <palves@redhat.com>
386
387 * arm-tdep.c: Make defs.h be the first include.
388 * coff-pe-read.c: Ditto.
389 * gnu-nat.c: Ditto.
390 * go32-nat.c: Ditto.
391 * i386-nat.c: Ditto.
392 * ppcnbsd-nat.c: Ditto.
393 * ada-varobj.h: Don't include defs.h.
394 * i386-darwin-tdep.h: Ditto.
395 * i386-nat.h: Ditto.
396
397 2012-11-07 Pedro Alves <palves@redhat.com>
398
399 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
400 Committee.
401
402 2012-11-07 Pierre Muller <muller@sourceware.org>
403
404 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
405 File already uses "gdb_dirent.h" header.
406
407 2012-11-07 Yao Qi <yao@codesourcery.com>
408
409 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
410 tracepoint_count'.
411
412 2012-11-06 Tom Tromey <tromey@redhat.com>
413
414 * target.h (inferior_has_forked, inferior_has_vforked)
415 (inferior_has_execd, inferior_has_called_syscall): Remove
416 declarations.
417
418 2012-11-06 Pierre Muller <muller@sourceware.org>
419
420 * remote.c (remote_insert_hw_breakpoint): ARI fix,
421 add missing internalization markup.
422
423 2012-11-06 Pedro Alves <palves@redhat.com>
424
425 PR gdb/14810
426
427 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
428
429 2012-11-06 Pierre Muller <muller@sourceware.org>
430
431 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
432 is not executable.
433
434 2012-11-05 Joel Brobecker <brobecker@adacore.com>
435
436 * gnulib/update-gnulib.sh: New script.
437
438 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
439
440 * MAINTAINERS: Update my email address.
441
442 2012-11-05 Tom Tromey <tromey@redhat.com>
443
444 * frame.c (put_frame_register): Don't use temporary buffer.
445
446 2012-11-05 Pedro Alves <palves@redhat.com>
447
448 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
449 child. Clear 'pending_detach'.
450 * infrun.c (handle_vfork_child_exec_or_exit): Clear
451 'pending_detach' in the vfork parent.
452
453 2012-11-05 Doug Evans <dje@google.com>
454
455 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
456 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
457 * dwarf2read.c: #include "elf-bfd.h".
458 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
459 (dwop_section_names): Renamed from dwo_section names. All uses
460 updated. Add entries for .debug_cu_index, .debug_tu_index.
461 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
462 All uses updated.
463 (struct dwp_sections): New type.
464 (struct virtual_dwo_sections): New type.
465 (struct dwp_hash_table): New type.
466 (struct dwp_file): New type.
467 (init_cutu_and_read_dies): Ensure DWO info/types section has been
468 read in. Handle DWOs coming from DWP files.
469 (lookup_dwo_file_slot): New function.
470 (dwarf2_locate_dwo_sections): Move definition closer to use.
471 (create_dwo_debug_info_hash_table_reader): Renamed from
472 create_debug_info_hash_table_reader. All callers updated.
473 (create_dwo_debug_info_hash_table): Renamed from
474 create_debug_info_hash_table. All callers updated.
475 (create_dwp_hash_table): New function.
476 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
477 (lookup_dwo_in_dwp): New function.
478 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
479 is_dwp. All callers updated.
480 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
481 (open_and_init_dwo_file): Renamed from init_dwo_file.
482 All callers updated.
483 (lookup_dwo_file): Delete.
484 (dwarf2_locate_dwp_sections): New function.
485 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
486 (allocate_dwp_loaded_cutus_table): New function.
487 (open_and_init_dwp_file): New function.
488 (lookup_dwo_cutu): New function.
489 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
490
491 2012-11-03 Yao Qi <yao@codesourcery.com>
492
493 Fix PR gdb/14617.
494 * breakpoint.c (trace_pass_set_count): Call
495 observer_notify_breakpoint_modified instead of
496 observer_notify_tracepoint_modified.
497 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
498
499 2012-11-02 Tom Tromey <tromey@redhat.com>
500
501 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
502 argument to complete_on_enum.
503
504 2012-11-02 Tom Tromey <tromey@redhat.com>
505
506 * configure: Rebuild.
507 * configure.ac (build_warnings): Add -Wempty-body.
508 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
509 * remote.c (handle_notification): Use braces for empty 'else' body.
510 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
511 'else' body.
512 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
513 'else' body.
514 * solib-som.c (som_relocate_section_addresses): Use braces
515 for empty 'else' body.
516 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
517 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
518
519 2012-11-02 Pedro Alves <palves@redhat.com>
520
521 PR gdb/14766
522
523 * infrun.c (handle_inferior_event)
524 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
525 null_ptid before handling a vfork child exec or exit. Switch to
526 the event ptid afterwards.
527
528 2012-11-02 Yao Qi <yao@codesourcery.com>
529
530 * std-operator.def: Remove OP_LABELED.
531 * eval.c: Remove the declaration of 'get_label'.
532 (get_label): Remove.
533 (evaluate_struct_tuple): Remove code handling OP_LABELED.
534 Update comment.
535 Remove local variable 'variantno' and related code.
536 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
537 with 'fieldno'.
538 * expprint.c (print_subexp_standard): Likewise.
539 (dump_subexp_body_standard): Likewise.
540 * parse.c (operator_length_standard): Likewise.
541
542 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
543
544 Incorporate ARI web page generator into GDB sources.
545 * contrib/ari/create-web-ari-in-src.sh: New file.
546 * contrib/ari/gdb_ari.sh: New file.
547 * contrib/ari/gdb_find.sh: New file.
548 * contrib/ari/update-web-ari.sh: New file.
549
550 2012-10-31 Tom Tromey <tromey@redhat.com>
551
552 * gdbarch.c: Rebuild.
553 * gdbarch.sh: Remove references to gdbarch_swap.
554 * corelow.c (core_open): Remove obsolete comment.
555
556 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
557
558 PR cli/14772
559 * c-typeprint.c (c_print_type): Don't print a space for vector
560 types, this is handled within the suffix.
561 (c_type_print_varspec_suffix): Add a space to vector suffix.
562
563 2012-10-26 Pedro Alves <palves@redhat.com>
564
565 * amd64-tdep.c (amd64_relocate_instruction): Use
566 store_unsigned_integer instead of memcpy.
567 * i386-tdep.c (i386_relocate_instruction): Ditto.
568
569 2012-10-26 Pedro Alves <palves@redhat.com>
570
571 * infrun.c (handle_inferior_event): Merge handling of
572 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
573 switch case.
574
575 2012-10-26 Pedro Alves <palves@redhat.com>
576
577 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
578 Remove comment.
579
580 2012-10-26 Pedro Alves <palves@redhat.com>
581
582 * target.c (target_waitstatus_to_string): Handle
583 TARGET_WAITKIND_VFORK_DONE.
584
585 2012-10-26 Pedro Alves <palves@redhat.com>
586
587 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
588 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
589
590 2012-10-24 Tristan Gingold <gingold@adacore.com>
591
592 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
593 Add comments.
594
595 2012-10-24 Joel Brobecker <brobecker@adacore.com>
596
597 * ravenscar-thread.c (ravenscar_wait): Only update the list
598 of threads and inferior_ptid if the inferior is still alive.
599
600 2012-10-24 Joel Brobecker <brobecker@adacore.com>
601
602 * ada-lang.c (is_known_support_routine): Use lbasename when
603 matching the symtab's filename against
604 known_runtime_file_name_patterns.
605
606 2012-10-24 Joel Brobecker <brobecker@adacore.com>
607
608 * ada-lang.c (ada_same_array_size_p): New function.
609 (ada_promote_array_of_integrals): New function.
610 (coerce_for_assign): Add handling of arrays where the elements
611 are integrals of a smaller size than the size of the target
612 array element type.
613
614 2012-10-24 Joel Brobecker <brobecker@adacore.com>
615
616 * doublest.c (convert_doublest_to_floatformat): Fix comparison
617 against maximum exponent value.
618
619 2012-10-24 Joel Brobecker <brobecker@adacore.com>
620
621 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
622 "unwind-seh.c".
623
624 2012-10-24 Joel Brobecker <brobecker@adacore.com>
625
626 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
627 strip typedef layer when computing the fixed type's field type,
628 only when computing its size.
629
630 2012-10-24 Mark Kettenis <kettenis@gnu.org>
631
632 PR gdb/12783
633 * i386-tdep.c (i386_return_value): Handle complex double and long
634 double.
635
636 2012-10-24 Joel Brobecker <brobecker@adacore.com>
637
638 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
639 New local variable args_len.
640 Quote the name of the executable when computing the command line.
641
642 2012-10-23 Mark Kettenis <kettenis@gnu.org>
643
644 PR gdb/12796
645 PR gdb/12798
646 PR gdb/12800
647 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
648 AMD64_FTAG_REGNUM.
649 * amd64-tdep.c (amd64_classify): Classify complex types.
650 (amd64_return_value): Handle the COMPLEX_X87 class.
651
652 2012-10-23 Joel Brobecker <brobecker@adacore.com>
653
654 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
655 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
656
657 2012-10-23 Joel Brobecker <brobecker@adacore.com>
658
659 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
660 function.
661 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
662 to amd64_windows_auto_wide_charset.
663
664 2012-10-23 Yao Qi <yao@codesourcery.com>
665
666 * event-top.c (mark_async_signal_handler_wrapper): Remove.
667 * event-top.h: Remove its declaration.
668 (async_request_quit): Call mark_async_signal_handler instead of
669 mark_async_signal_handler_wrapper.
670 (async_do_nothing, async_disconnect): Likewise.
671 (async_stop_sig): Likewise.
672 * remote.c (handle_remote_sigint): Likewise.
673 (handle_remote_sigint_twice): Likewise.
674
675 2012-10-23 Yao Qi <yao@codesourcery.com>
676
677 * event-top.c (sigint_token, sighup_token): Replace 'void *'
678 with 'static struct async_signal_handler *'.
679 (sighup_token, sigquit_token, sigstp_token): Likewise.
680
681 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
682
683 * gdbarch.sh (function_list): Use 'pstring' when printing
684 a variable which could return NULL.
685 * gdbarch.c: Regenerate.
686
687 2012-10-10 Joel Brobecker <brobecker@adacore.com>
688 Tom Tromey <tromey@redhat.com>
689
690 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
691 inneffective if condition by gdb assertion. Add function
692 description comment.
693
694 2012-10-19 Joel Brobecker <brobecker@adacore.com>
695
696 * parser-defs.h (struct exp_descriptor): Document constraint
697 on return value for "op_name" callbacks.
698
699 2012-10-18 Tom Tromey <tromey@redhat.com>
700
701 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
702 * symtab.c (iterate_over_some_symtabs): Constify.
703 * source.h (symtab_to_fullname): Return 'const char *'.
704 * source.c (symtab_to_fullname): Return 'const char *'.
705 * python/py-symtab.c (stpy_fullname): Constify.
706 * cli/cli-cmds.c (edit_command): Constify.
707 * breakpoint.c (print_breakpoint_location)
708 (update_static_tracepoint): Constify.
709
710 2012-10-18 Tom Tromey <tromey@redhat.com>
711
712 * breakpoint.c (compare_breakpoints): Fix comparison.
713
714 2012-10-18 Tom Tromey <tromey@redhat.com>
715
716 * valprint.c (generic_emit_char, generic_printstr): Pass size of
717 gdb_wchar_t to convert_between_encodings.
718
719 2012-10-17 Yao Qi <yao@codesourcery.com>
720
721 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
722 more parameter 'inferior'.
723 * corefile.c (write_memory_with_notification): Caller update.
724
725 * mi/mi-cmd-var.c: Include "mi-main.h".
726 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
727 to 1 and restore it later.
728 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
729 and "data-write-memory-bytes.
730 * mi/mi-interp.c: Include objfiles.h.
731 (mi_interpreter_init): Call observer_attach_memory_changed.
732 (mi_memory_changed): New.
733 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
734 New field.
735
736 * NEWS: Mention new MI notification "memory-changed".
737
738 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
739
740 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
741
742 2012-10-15 Doug Evans <dje@google.com>
743
744 New option -nh: inhibit loading of ~/.gdbinit.
745 * NEWS: Mention -nh.
746 * main.c (captured_main): Recognize and process -nh.
747 (print_gdb_help): Mention -nh.
748 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
749
750 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
751
752 PR backtrace/14646
753 PR gdb/14647
754 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
755 pc_regnum_from_eax.
756 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
757 nor pc_regnum_from_eax.
758 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
759 nor pc_regnum_from_eax.
760
761 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
762
763 Fix entry values resolving in inlined frames.
764 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
765 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
766 entries of FRAME.
767
768 2012-10-15 Joel Brobecker <brobecker@adacore.com>
769
770 * configure.ac: Build with -DMS_WIN64 if building with Python
771 enabled using GCC on amd64-windows.
772 * configure: Regenerate.
773
774 2012-10-15 Tom Tromey <tromey@redhat.com>
775
776 PR python/14635:
777 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
778 to Py_None.
779
780 2012-10-15 Tom Tromey <tromey@redhat.com>
781
782 PR python/14634:
783 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
784
785 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
786
787 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
788 reset thread numbering back to 1.
789
790 2012-10-11 Doug Evans <dje@google.com>
791
792 PR breakpoints/14643.
793 * linespec.c (struct ls_parser): New member keyword_ok.
794 (linespec_lexer_lex_string): Add comment.
795 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
796 for one.
797 (parse_linespec): Set keyword_ok.
798
799 2012-10-10 Doug Evans <dje@google.com>
800
801 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
802 "0x" prefix on address in log message.
803
804 * dwarf2read.c (read_1_byte): Add const to buf parameter.
805 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
806 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
807 (lookup_dwo_file): Add const to dwo_name parameter.
808 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
809
810 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
811
812 Fix crash during stepping on ppc32.
813 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
814 SYM.
815
816 2012-10-03 Doug Evans <dje@google.com>
817
818 PR symtab/14601
819 * buildsym.c (buildsym_init): Reset using_directives to NULL.
820
821 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
822
823 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
824 output and use uint32_t not long to ensure 4 byte size.
825
826 2012-10-02 Joel Brobecker <brobecker@adacore.com>
827
828 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
829 unref'ed it.
830
831 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
832
833 * target.c (simple_search_memory): Include access length in
834 warning message.
835
836 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
837 Edjunior Machado <emachado@linux.vnet.ibm.com>
838
839 PR gdb/13989
840 * solib.c (solib_find): Prevent GDB from loading native libraries when
841 debugging a cross-target corefile.
842
843 2012-09-28 selven <pcthegreat@gmail.com>
844
845 Make definition match declaration.
846
847 * regcache.c (regcache_register_status): Change return type to
848 enum register_status.
849
850 2012-09-28 Yao Qi <yao@codesourcery.com>
851
852 * mi/mi-main.c (mi_cmd_data_write_memory): Call
853 write_memory_with_notification instead of write_memory.
854 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
855 instead of target_write_memory.
856
857 2012-09-28 Yao Qi <yao@codesourcery.com>
858
859 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
860 when the length of content is not an even number.
861
862 2012-09-27 Tom Tromey <tromey@redhat.com>
863
864 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
865 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
866
867 2012-09-27 Joel Brobecker <brobecker@adacore.com>
868
869 * sol-thread.c (sol_thread_fetch_registers)
870 (sol_thread_store_registers): Delete commented out code.
871
872 2012-09-27 Joel Brobecker <brobecker@adacore.com>
873
874 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
875 Move these functions to sparc-sol-thread.c.
876 * sparc-sol-thread.c: New file.
877 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
878 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
879 configurations.
880 * configure: Regenerate.
881
882 2012-09-27 Joel Brobecker <brobecker@adacore.com>
883
884 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
885 Remove commented-out code.
886
887 2012-09-27 Joel Brobecker <brobecker@adacore.com>
888
889 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
890 Enable this code for sparc hosts only.
891
892 2012-09-27 Joel Brobecker <brobecker@adacore.com>
893
894 * procfs.h (procfs_find_LDT_entry): Add declaration.
895 * sol-thread.c (ps_lgetLDT): Delete local declaration of
896 function procfs_find_LDT_entry.
897
898 2012-09-27 Joel Brobecker <brobecker@adacore.com>
899
900 * procfs.c (proc_get_LDT_entry): Make static.
901
902 2012-09-27 Joel Brobecker <brobecker@adacore.com>
903
904 * procfs.c (proc_find_memory_regions): Fix declaration.
905
906 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
907
908 * amd64-tdep.c (amd64_return_value): Revert previous change
909 that used TYPE_LENGTH directly.
910 * bfin-tdep.c (bfin_extract_return_value): Likewise.
911 (bfin_store_return_value): Likewise.
912 * cris-tdep.c (cris_store_return_value): Likewise.
913 (cris_extract_return_value): Likewise.
914 * h8300-tdep.c (h8300_extract_return_value): Likewise.
915 * hppa-tdep.c (hppa64_return_value): Likewise.
916 * lm32-tdep.c (lm32_store_return_value): Likewise.
917 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
918 * spu-tdep.c (spu_value_from_register): Likewise.
919 * vax-tdep.c (vax_return_value): Likewise.
920
921 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
922
923 * gdbtypes.c (lookup_array_range_type): Expand parameters
924 LOW_BOUND and HIGH_BOUND to LONGEST.
925 (lookup_string_range_type): Likewise.
926 * gdbtypes.h (lookup_array_range_type): Likewise.
927 (lookup_string_range_type): Likewise.
928 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
929 Expand HIGHBOUND to ssize_t.
930 (value_string): Likewise.
931 * value.h (value_cstring): Expand parameter LEN to ssize_t.
932 (value_string): Likewise.
933
934 2012-09-27 Yao Qi <yao@codesourcery.com>
935
936 PR breakpoints/13898
937 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
938 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
939 per breakpoint type.
940
941 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
942
943 * procfs.c: Add gdb_bfd header.
944 * rs6000-nat.c: Likewise.
945 * solib-pa64.c: Likewise.
946 * spu-linux-nat.c: Likewise.
947 * windows-nat.c: Likewise.
948
949 2012-09-26 Tom Tromey <tromey@redhat.com>
950
951 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
952
953 2012-09-26 Tom Tromey <tromey@redhat.com>
954
955 * dwarf2read.c (mark_common_block_symbol_computed): New function.
956 (read_common_block): Handle child DIEs with
957 DW_AT_data_member_location.
958 (new_symbol_full): Add special case for common blocks.
959
960 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
961 Tom Tromey <tromey@redhat.com>
962
963 * dwarf2read.c (read_common_block): Rewrite.
964 (new_symbol_full): Handle DW_TAG_common_block.
965 * f-lang.c (head_common_list, find_common_for_function):
966 Remove.
967 * f-lang.h (struct common_entry, struct saved_f77_common,
968 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
969 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
970 BLANK_COMMON_NAME_LOCAL): Remove.
971 (struct common_block): New.
972 * f-valprint.c (list_all_visible_commons): Remove.
973 (info_common_command_for_block): New function.
974 (info_common_command): Use it.
975 * stack.c (iterate_over_block_locals): Special case for
976 COMMON_BLOCK_DOMAIN.
977 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
978 constant.
979 (struct general_symbol_info) <value.common_block>: New field.
980 (SYMBOL_VALUE_COMMON_BLOCK): New define.
981
982 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
983 Tom Tromey <tromey@redhat.com>
984
985 * f-lang.c (allocate_saved_bf_node,
986 allocate_saved_function_node, allocate_saved_f77_common_node,
987 allocate_common_entry_node, tail_common_list, current_common,
988 saved_bf_list, saved_bf_list_end, current_head_bf_list,
989 tmp_bf_ptr, add_common_block, add_common_entry,
990 find_first_common_named, patch_common_entries,
991 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
992 global_remote_debug, get_bf_for_fcn, saved_function_list,
993 saved_function_list_end, clear_function_list, struct saved_fcn,
994 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
995 SAVED_BF, SAVED_BF_PTR): Remove.
996 * f-lang.h (tail_common_list, current_common,
997 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
998 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
999 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1000 real_main_c_value): Remove.
1001 * f-valprint.c (there_is_a_visible_common_named): Remove.
1002
1003 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1004
1005 * breakpoint.c (update_global_location_list): Ignore previous
1006 duplicate status of a breakpoint when starting a new scan for
1007 duplicate breakpoints.
1008
1009 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
1010 PR breakpoints/14419
1011 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1012 support LLVM compiler.
1013
1014 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1015
1016 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1017 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1018 (bfin_store_return_value): Likewise.
1019 * cris-tdep.c (cris_store_return_value): Likewise.
1020 (cris_extract_return_value): Likewise.
1021 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1022 * hppa-tdep.c (hppa64_return_value): Likewise.
1023 * lm32-tdep.c (lm32_store_return_value): Likewise.
1024 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1025 * spu-tdep.c (spu_value_from_register): Likewise.
1026 * vax-tdep.c (vax_return_value): Likewise.
1027
1028 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1029
1030 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1031 parameter LEN to ssize_t.
1032
1033 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1034
1035 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1036 variable LEN.
1037 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1038 directly.
1039 (alpha_store_return_value): Likewise.
1040 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1041 (amd64_push_arguments): Likewise.
1042 * ax-gdb.c (gen_trace_static_fields): Likewise.
1043 (gen_traced_pop): Likewise.
1044 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1045 * breakpoint.c (update_watchpoint): Likewise.
1046 * findcmd.c (parse_find_args): Use local variable for type
1047 instead of length.
1048 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1049 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1050 (h8300_store_return_value): Likewise.
1051 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1052 Use i386_darwin_arg_type_alignment directly.
1053 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1054 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1055 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1056 (m68hc11_extract_return_value): Likewise.
1057 * mep-tdep.c (mep_push_dummy_call): Likewise.
1058 * printcmd.c (float_type_from_length): Likewise.
1059 * s390-tdep.c (s390_value_from_register): Likewise.
1060 * stack.c (read_frame_arg): Likewise.
1061 * tracepoint.c (encode_actions_1): Likewise.
1062 * valops.c (value_fetch_lazy): Use local variable for type
1063 instead of length. Use TYPE_LENGTH directly.
1064 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1065
1066 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1067
1068 * symtab.c (skip_prologue_sal): Fix typo in comment.
1069
1070 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1071
1072 * linespec.c (create_sals_line_offset): Fix typo in comment.
1073
1074 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1075
1076 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1077 use plongest to print the array size.
1078
1079 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1080
1081 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1082 * p-valprint.c (pascal_type_print_base): Likewise.
1083
1084 2012-09-22 Yao Qi <yao@codesourcery.com>
1085
1086 * remote.c (remote_get_trace_status): Remove setting default
1087 values of fields of 'ts'.
1088
1089 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1090
1091 Fix internal error on canonicalization of clang types.
1092 * cp-name-parser.y (operator): New comment at make_operator call for
1093 new, delete, new[] and delete[].
1094 (exp): Use "sizeof ". Add new comment at make_operator call.
1095
1096 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1097
1098 Fix disassemble without parameters in tailcall frame.
1099 * cli/cli-cmds.c (disassemble_current_function): Use
1100 get_frame_address_in_block.
1101
1102 2012-09-21 Tom Tromey <tromey@redhat.com>
1103
1104 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1105 TYPE_CODE_UNION>: Unify, removing a goto.
1106
1107 2012-09-21 Tom Tromey <tromey@redhat.com>
1108
1109 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1110
1111 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1112
1113 * findvar.c (read_frame_register_value): Mark the result value as
1114 optimized out if any of the input registers have been optimized out.
1115
1116 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1117
1118 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1119
1120 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1121
1122 * eval.c (evaluate_subexp_standard): Eliminate single-use
1123 variable LOWER.
1124
1125 2012-09-21 Yao Qi <yao@codesourcery.com>
1126
1127 * mi/mi-interp.c: Declare mi_record_changed.
1128 (mi_interpreter_init): Call observer_attach_record_changed.
1129 (mi_record_changed): New.
1130 * record.c (record_open): Call observer_notify_record_changed.
1131 (cmd_record_stop): Call observer_notify_record_changed.
1132 * NEWS: Mention it.
1133
1134 2012-09-20 Tom Tromey <tromey@redhat.com>
1135
1136 * NEWS: Update.
1137 * python/python.c (finalize_python): New function.
1138 (_initialize_python): Make a final cleanup.
1139
1140 2012-09-19 Doug Evans <dje@google.com>
1141
1142 * buildsym.h (param_symbols): Delete, unused.
1143 (context_stack): Delete member "params", unused.
1144 * buildsym.c (push_context): Update.
1145 * dwarf2read.c (read_func_scope): Update.
1146
1147 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1148
1149 * sh-tdep.c (sh_register_convert_to_virtual)
1150 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1151 all callers. Just do a memcpy if not the little-endian case.
1152
1153 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1154 set_gdbarch_double_format and set_gdbarch_long_double_format.
1155 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1156 set_gdbarch_double_format.
1157 * sh-tdep.c (sh_gdbarch_init): Likewise.
1158
1159 * NEWS: Document the removal of SH's 'regs' command.
1160 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1161 command.
1162
1163 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1164
1165 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1166 `jump'.
1167
1168 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1169
1170 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1171 language when iterating over symbols.
1172
1173 2012-09-18 Yao Qi <yao@codesourcery.com>
1174
1175 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1176 (mi_interpreter_init): Call observer_attach_tsv_created and
1177 observer_attach_tsv_deleted.
1178 (mi_tsv_created, mi_tsv_deleted): New.
1179 * tracepoint.c (delete_trace_state_variable): Call
1180 observer_notify_tsv_deleted.
1181 (trace_variable_command): Call observer_notify_tsv_created.
1182 (delete_trace_variable_command): Call
1183 observer_notify_tsv_deleted.
1184 (create_tsv_from_upload): Call observer_notify_tsv_created.
1185 * NEWS: Mention it.
1186
1187 2012-09-18 Yao Qi <yao@codesourcery.com>
1188
1189 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1190 if traceframe changed.
1191 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1192 "trace-find".
1193 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1194 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1195 'traceframe_changed'.
1196 (mi_traceframe_changed): New.
1197 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1198 New field.
1199 * NEWS: Mention the new MI notification.
1200
1201 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1202
1203 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1204
1205 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1206
1207 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1208 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1209 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1210 Extend code also for PaX support. Convert all gdb_assert to warning
1211 calls.
1212
1213 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1214
1215 Implement auto-load user conveniences suggested by Doug Evans.
1216 * auto-load.c: Include top.h.
1217 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1218 (_initialize_auto_load): New variable scripts_directory_help. Mention
1219 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1220 scripts-directory. Document in online help one can use also files for
1221 set auto-load safe-path.
1222 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1223 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1224
1225 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1226
1227 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1228 of LEN.
1229
1230 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1231
1232 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1233 ELTLEN and use TYPE_LENGTH directly.
1234 (m2_val_print): Likewise.
1235 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1236 variable LEN and use TYPE_LENGTH directly.
1237 (m68k_svr4_store_return_value): Likewise.
1238 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1239 ARGLEN and use TYPE_LENGTH directly.
1240 (mips_o64_push_dummy_call): Likewise.
1241 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1242 variable LENGTH and use TYPE_LENGTH directly.
1243 (s390_function_arg_float): Likewise.
1244 (s390_function_arg_integer): Likewise.
1245 (s390_push_dummy_call): Likewise.
1246 (s390_return_value_convention): Likewise.
1247 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1248 TYPE_LENGTH directly.
1249
1250 2012-09-17 Yao Qi <yao@codesourcery.com>
1251
1252 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1253 Update comment to add_setshow_integer_cmd.
1254 * cli/cli-setshow.c (do_set_command): Handle case
1255 'var_zuinteger_unlimited'.
1256 (do_show_command): Likewise.
1257 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1258 for command 'remotetimeout'.
1259 * command.h (enum var_types): New zuinteger_unlimited. Update comment
1260 to var_integer.
1261 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1262 for command 'set listsize'.
1263
1264 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1265
1266 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1267 variable LEN.
1268
1269 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1270
1271 PR 14119
1272 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1273 (frame_pop): Drop also TAILCALL_FRAME frames.
1274 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1275
1276 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1277 Pedro Alves <palves@redhat.com>
1278
1279 PR 14548
1280 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1281 function start if we are already at function start. Both for
1282 reverse-next and for reverse-step into function without line number
1283 info.
1284
1285 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1286
1287 Code cleanup - rename 'inline' depth to 'artificial' depth.
1288 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1289 frame_id_artificial_p, extend the comment.
1290 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1291 * frame.c (fprint_frame_id): Rename at a user, change debug output
1292 text to "artificial=".
1293 (skip_inlined_frames): Rename to ...
1294 (skip_artificial_frames): ... here. Extend the comment.
1295 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1296 (frame_id_inlined_p): Rename to ...
1297 (frame_id_artificial_p): ... here. Rename at a user.
1298 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1299 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1300 at a user.
1301 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1302 Extend the comment.
1303 (frame_id_inlined_p): Rename to ...
1304 (frame_id_artificial_p): ... here.
1305 * inline-frame.c (inline_frame_this_id): Rename at a user.
1306
1307 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
1308
1309 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1310 vector variables using vector_size syntax rather than array
1311 syntax.
1312
1313 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1314
1315 * valarith.c (value_concat): Replace unsafe ALLOCA with
1316 XMALLOC/XFREE.
1317
1318 2012-09-14 Pedro Alves <palves@redhat.com>
1319
1320 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1321
1322 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
1323
1324 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1325 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1326 data-directory as appropriate.
1327
1328 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1329
1330 * printcmd.c (ui_printf): Eliminate single-use variable
1331 PARAM_LEN.
1332
1333 2012-09-14 Yao Qi <yao@codesourcery.com>
1334 Pedro Alves <palves@redhat.com>
1335
1336 * valops.c (value_assign): Move observer_notify_target_changed
1337 below to replace reinit_frame_cache.
1338
1339 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1340
1341 Refactor Python "gdb" module into a proper Python package, by
1342 introducing a new "_gdb" module for code implemented in C, and
1343 using reload/__import__ instead of exec.
1344 * python/lib/gdb/__init__.py: Import * from _gdb.
1345 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1346 prompt_hook, sys.argv): Moved from finish_python_initialization.
1347 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1348 (packages, auto_load_packages): New list and function replacing
1349 module_dict and auto-loading code, using __file__ instead of
1350 gdb.PYTHONDIR and reload/__import__ instead of exec.
1351 (GdbSetPythonDirectory): Replacing function of the same name
1352 from finish_python_initialization, using reload/__import__ instead
1353 of exec, as well as call auto_load_packages.
1354 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1355 gdb_python_module and not gdb_module.
1356 * python/python-internal.h (gdb_python_module): Declare.
1357 * python/python.c (gdb_python_module): New global.
1358 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1359 (_initialize_python): Rename gdb module to _gdb.
1360 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1361 (finish_python_initialization): Move Python code to
1362 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1363 __main__.
1364
1365 2012-09-13 Pedro Alves <palves@redhat.com>
1366
1367 * Makefile.in (COMMON_OBS): Add registry.o.
1368 * registry.c: New file.
1369 * registry.h (struct registry_container): Declare.
1370 (registry_data_callback): New typedef.
1371 (struct registry_data, struct registry_data_registration, struct
1372 registry_data_registry): New type.
1373 (register_data_with_cleanup, registry_alloc_data)
1374 (registry_callback_adaptor, registry_clear_data)
1375 (registry_container_free_data, registry_set_data, registry_data):
1376 Declare.
1377 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1378 the new common structures and functions.
1379 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1380 callback typedefs.
1381
1382 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1383
1384 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1385 there is an error inserting hardware breakpoints and use the
1386 error message from the target.
1387
1388 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1389 Catch this exception and print the error message contained within. Do not
1390 print the default hardware error breakpoint message in this case.
1391
1392 2012-09-12 Doug Evans <dje@google.com>
1393
1394 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1395 cu == NULL.
1396
1397 2012-09-11 Doug Evans <dje@google.com>
1398
1399 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1400 .gdb_index symbol attributes if there are none.
1401
1402 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1403
1404 * symtab.h (struct minimal_symbol) [has_size]: New field.
1405 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1406 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1407 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1408 minimal symbols if the symbol's size is actually known.
1409 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1410 of msymbol's size field. Add comment.
1411 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1412 SET_MSYMBOL_SIZE to set the minimal symbol size.
1413
1414 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1415
1416 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1417 minimal_symbol struct object, rather than setting some of its
1418 fields one by one.
1419
1420 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
1421
1422 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1423 passed_a_ptr flag when displaying typedef types.
1424
1425 2012-09-10 Joel Brobecker <brobecker@adacore.com>
1426
1427 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1428 the optimized_out flag is preserved.
1429
1430 2012-09-10 Anthony Green <green@moxielogic.com>
1431
1432 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1433 prologue changes in GCC.
1434
1435 2012-09-10 Keith Seitz <keiths@redhat.com>
1436
1437 PR gdb/13483
1438 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1439 (BOOL_CONVERSION_BADNESS): ... this.
1440 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1441 (rank_one_type): Allow all boolean conversions
1442 permitted by the standard.
1443
1444 2012-09-06 Tom Tromey <tromey@redhat.com>
1445
1446 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1447 Don't decref py_objfile.
1448
1449 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1450
1451 Do not enable -lmcheck by default when Python is enabled with
1452 threading support.
1453 * configure.ac: (python_has_threads) New variable, by testing
1454 if WITH_THREAD is defined in Python.h.
1455 Move --enable-lmcheck after --with-python.
1456 Do not enable -lmcheck by default if python_has_threads=yes.
1457 Warn if --enable-lmcheck and python_has_threads=yes.
1458 * configure: Regenerate.
1459
1460 2012-08-31 Yao Qi <yao@codesourcery.com>
1461
1462 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1463 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1464 Update some commands.
1465 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1466 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1467 to 1.
1468
1469 2012-08-31 Yao Qi <yao@codesourcery.com>
1470
1471 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1472
1473 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1474
1475 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1476
1477 2012-08-29 Doug Evans <dje@google.com>
1478
1479 * main.c (print_gdb_help): Remove reference to
1480 --use-deprecated-index-sections.
1481
1482 2012-08-28 Yao Qi <yao@codesourcery.com>
1483
1484 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1485 (init_cmds): Call add_setshow_uinteger_cmd for command
1486 'max-user-call-depth'.
1487 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1488 declaration of 'max_user_call_depth'.
1489 * frame.c (backtrace_limit): Add 'unsigned'.
1490 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1491 'limit'.
1492 * remote.c (remoteaddresssize): Add 'unsigned'.
1493 (remote_address_masked): Change local var 'address_size' to
1494 'unsigned'.
1495 (_initialize_remote): Call add_setshow_uinteger_cmd for
1496 'remoteaddresssize'.
1497 * top.c (history_size): Add 'unsigned'.
1498 (show_commands): Change local variables to 'unsigned'.
1499 (set_history_size_command): Don't check history_size is negative.
1500 Adjust the condition to call unstifle_history and set history_size
1501 to UNIT_MAX.
1502
1503 2012-08-28 Pedro Alves <palves@redhat.com>
1504
1505 PR gdb/14428
1506
1507 * infcmd.c (default_print_one_register_info): New, factored out
1508 from default_print_registers_info.
1509 (default_print_registers_info): Use it. Mark value unavailable if
1510 necessary.
1511 (registers_info): Print user registers with
1512 default_print_one_register_info.
1513
1514 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1515
1516 PR tui/14486
1517 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1518 is not NULL before referencing it.
1519
1520 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1521
1522 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1523 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1524 original PC for it.
1525
1526 2012-08-27 Eli Zaretskii <eliz@gnu.org>
1527 Jan Kratochvil <jan.kratochvil@redhat.com>
1528
1529 * auto-load.c (auto_load_objfile_script): Rename to ...
1530 (auto_load_objfile_script_1): ... here, change variable realname to
1531 parameter realname, document it, add return value, add variable retval.
1532 (auto_load_objfile_script): New function.
1533
1534 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1535
1536 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1537 followed by a whitespace.
1538
1539 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1540
1541 PR gdb/14494.
1542 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1543 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1544 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1545 here.
1546
1547 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
1548
1549 * memattr.c (create_mem_region): Fix memory region overlapping
1550 checking.
1551
1552 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1553
1554 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1555 with xmalloc/cleanup.
1556 * mt-tdep.c (mt_push_dummy_call): Likewise.
1557 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1558 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1559
1560 2012-08-24 Yao Qi <yao@codesourcery.com>
1561
1562 * jv-exp.y (push_expression_name): Add "." at the end of error
1563 message.
1564
1565 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1566
1567 Document how to return from "python-interactive" to GDB.
1568 * python/python.c (_initialize_python): Update documentation.
1569
1570 2012-08-23 Pedro Alves <palves@redhat.com>
1571
1572 * infrun.c (_initialize_infrun) <handle command help text>:
1573 Mention that multiple signals are supported.
1574
1575 2012-08-23 Pedro Alves <palves@redhat.com>
1576
1577 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1578 string.
1579
1580 2012-08-23 Yao Qi <yao@codesourcery.com>
1581
1582 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1583 (tfind_1): Don't call registers_changed, set_traceframe_num,
1584 and clear_traceframe_info.
1585 Call set_current_traceframe.
1586 (set_current_traceframe): call set_traceframe_num.
1587
1588 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1589
1590 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1591 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1592
1593 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1594
1595 Enable readline in Python in a GDB-specific way and block the
1596 standard Python readline module to prevent conflicts with GDB.
1597 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1598 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1599 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1600 * python/py-gdb-readline.c: New file.
1601 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1602 prototype.
1603 * python/python.c (_initialize_python): Call
1604 gdbpy_initialize_gdb_readline.
1605
1606 2012-08-22 Keith Seitz <keiths@redhat.com>
1607
1608 * defs.h: Include build-gnulib/config.h
1609
1610 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1611
1612 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1613 and blx pc.
1614
1615 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1616
1617 Add a new "python-interactive" command that starts a standard
1618 Python interactive prompt with "pi" as alias, and add "py" as
1619 an alias to "python".
1620 * NEWS: Mention the new commands.
1621 * python/python.c (eval_python_command): New function.
1622 (python_interactive_command): For "python-interactive" with
1623 arguments, call eval_python_command. For "python-interactive"
1624 without arguments, call PyRun_InteractiveLoop.
1625 (_initialize_python): Add "python-interactive" command with
1626 "pi" as alias, and add "py" as an alias to "python".
1627
1628 2012-08-22 Tom Tromey <tromey@redhat.com>
1629
1630 * defs.h (quit_flag): Don't declare.
1631 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1632 (QUIT): Use new functions.
1633 * event-top.c (command_handler): Use clear_quit_flag.
1634 (handle_sigint): Use set_quit_flag.
1635 (async_request_quit): Use check_quit_flag. Don't check
1636 immediate_quit.
1637 * exceptions.c (throw_exception): Use clear_quit_flag.
1638 * main.c (captured_main): Use clear_quit_flag.
1639 * python/python.c (clear_quit_flag, set_quit_flag)
1640 (check_quit_flag): New functions.
1641 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1642 clear_quit_flag.
1643 * remote.c (remote_wait_as): Use check_quit_flag,
1644 clear_quit_flag.
1645 (remote_start_remote): Call QUIT.
1646 * symfile.c (load_progress): Use check_quit_flag.
1647 * top.c (command_loop): Use clear_quit_flag.
1648 (command_line_input): Call QUIT.
1649 * utils.c (quit_flag): Conditionally define.
1650 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1651 functions.
1652 (prompt_for_continue): Call QUIT. Use quit, not
1653 async_request_quit.
1654 * remote-mips.c (mips_expect_timeout): Call QUIT.
1655 * monitor.c (monitor_expect): Call QUIT.
1656
1657 2012-08-22 Tom Tromey <tromey@redhat.com>
1658
1659 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1660 (async_init_signals): Update.
1661 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1662 (SIGWINCH_HANDLER_BODY): Remove.
1663
1664 2012-08-22 Tom Tromey <tromey@redhat.com>
1665
1666 * jit.c (jit_object_close_impl): Don't malloc the objfile
1667 name.
1668 * objfiles.c (allocate_objfile): Don't malloc the objfile
1669 name.
1670 (free_objfile): Don't free the objfile name.
1671 * objfiles.h (struct objfile) <name>: Update comment.
1672 * symfile.c (reread_symbols): Fix reference counting. Don't
1673 malloc objfile name.
1674
1675 2012-08-22 Tom Tromey <tromey@redhat.com>
1676
1677 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1678 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1679 (symfile_bfd_open): Likewise.
1680 (generic_load): Likewise.
1681 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1682 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1683 gdb_bfd_open.
1684 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1685 Use gdb_bfd_open.
1686 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1687 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1688 (pmon_load_fast): Likewise.
1689 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1690 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1691 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1692 (macho_check_dsym): Likewise.
1693 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1694 (m32r_upload_command): Likewise.
1695 * gdb_bfd.h (gdb_bfd_cache): Declare.
1696 * gdb_bfd.c (struct gdb_bfd_data): New.
1697 (gdb_bfd_cache): New global.
1698 (struct gdb_bfd_cache_search): New.
1699 (hash_bfd): New function.
1700 (eq_bfd): Likewise.
1701 (gdb_bfd_open): Likewise.
1702 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1703 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1704 gdb_bfd_data.
1705 * exec.c (exec_file_attach): Use gdb_bfd_open.
1706 * dsrec.c (load_srec): Use gdb_bfd_open.
1707
1708 2012-08-22 Tom Tromey <tromey@redhat.com>
1709
1710 * dwarf2read.c (macro_start_file): Update.
1711 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1712 (free_objfile_per_bfd_storage): Destroy macro_cache.
1713 (allocate_objfile, free_objfile): Update.
1714 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1715 New field.
1716 (struct objfile) <macro_cache>: Remove.
1717 * symfile.c (reread_symbols): Update.
1718 * symmisc.c (print_symbol_bcache_statistics): Update.
1719 (print_objfile_statistics): Update.
1720
1721 2012-08-22 Tom Tromey <tromey@redhat.com>
1722
1723 * elfread.c (elf_symtab_read): Update.
1724 * objfiles.c (objfiles_bfd_data): New global.
1725 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1726 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1727 (allocate_objfile, free_objfile): Update.
1728 (_initialize_objfiles): Initialize objfiles_bfd_data.
1729 * objfiles.h (struct objfile_per_bfd_storage): New.
1730 (struct objfile) <per_bfd>: New field.
1731 <filename_cache>: Remove.
1732 (set_objfile_per_bfd): Declare.
1733 * symfile.c (reread_symbols): Update. Call
1734 set_objfile_per_bfd.
1735 (allocate_symtab): Update.
1736 * symmisc.c (print_symbol_bcache_statistics): Update.
1737 (print_objfile_statistics): Print the size of the BFD obstack.
1738
1739 2012-08-22 Tom Tromey <tromey@redhat.com>
1740
1741 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1742 * gdb_bfd.c: Use DEFINE_REGISTRY.
1743 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1744 (gdb_bfd_ref): Call bfd_alloc_data.
1745 (gdb_bfd_unref): Call bfd_free_data.
1746
1747 2012-08-22 Tom Tromey <tromey@redhat.com>
1748
1749 * registry.h (struct registry_fields): New.
1750 (REGISTRY_FIELDS): Redefine.
1751 (REGISTRY_ACCESS_FIELD): New macro.
1752 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1753 functions.
1754
1755 2012-08-22 Tom Tromey <tromey@redhat.com>
1756
1757 * auto-load.c (_initialize_auto_load): Update.
1758 * solib-svr4.c (_initialize_svr4_solib): Update
1759 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1760 * solib-darwin.c (_initialize_darwin_solib): Update.
1761 * registry.h: New file.
1762 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1763 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1764 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1765 (register_program_space_data_with_cleanup)
1766 (register_program_space_data, program_space_alloc_data)
1767 (clear_program_space_data, set_program_space_data)
1768 (program_space_data): Don't declare.
1769 * progspace.c: Use DEFINE_REGISTRY.
1770 (struct program_space_data, struct
1771 program_space_data_registration, struct
1772 program_space_data_registry, program_space_data_registry)
1773 (register_program_space_data_with_cleanup)
1774 (register_program_space_data, program_space_alloc_data)
1775 (program_space_free_data, clear_program_space_data)
1776 (set_program_space_data, program_space_data): Remove.
1777 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1778 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1779 (register_objfile_data_with_cleanup, register_objfile_data)
1780 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1781 declare.
1782 * objfiles.c: Use DEFINE_REGISTRY.
1783 (struct objfile_data, struct objfile_data_registration, struct
1784 objfile_data_registry, objfile_data_registry)
1785 (register_objfile_data_with_cleanup, register_objfile_data)
1786 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1787 (set_objfile_data, objfile_data): Remove.
1788 (_initialize_objfiles): Update.
1789 * jit.c (_initialize_jit): Update.
1790 * inflow.c (_initialize_inflow): Update.
1791 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1792 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1793 (register_inferior_data_with_cleanup, register_inferior_data)
1794 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1795 declare.
1796 * inferior.c: Use DEFINE_REGISTRY.
1797 (struct inferior_data, struct inferior_data_registration, struct
1798 inferior_data_registry, inferior_data_registry)
1799 (register_inferior_data_with_cleanup, register_inferior_data)
1800 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1801 (set_inferior_data, inferior_data): Remove.
1802 * auxv.c (_initialize_auxv): Update.
1803 * ada-lang.c (_initialize_ada_language): Update.
1804 * breakpoint.c (_initialize_breakpoint): Update.
1805 * i386-nat.c (i386_use_watchpoints): Update.
1806
1807 2012-08-22 Tom Tromey <tromey@redhat.com>
1808
1809 * exec.c (exec_close, exec_file_attach): Update.
1810 (add_to_section_table): Initialize 'key' field.
1811 (add_target_sections, remove_target_sections): Add 'key' argument.
1812 * exec.h (add_target_sections, remove_target_sections): Add
1813 'key' argument.
1814 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1815 (reload_shared_libraries_1): Update.
1816 * target.h (struct target_section) <key>: New field.
1817
1818 2012-08-22 Tom Tromey <tromey@redhat.com>
1819
1820 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1821
1822 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1823
1824 * symfile.c (allocate_symtab): Use host_address_to_string
1825 function instead of cast of pointer to long which is not
1826 compatible with x86_64-w64-mingw32 build.
1827
1828 2012-08-19 Andrew Pinski <apinski@cavium.com>
1829
1830 * mips-tdep.c (is_octeon): New function.
1831 (is_octeon_bbit_op): New function.
1832 (mips32_next_pc): Handle Octeon's bbit instructions.
1833 (mips32_instruction_has_delay_slot): Likewise.
1834
1835 2012-08-19 Andrew Pinski <apinski@cavium.com>
1836
1837 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1838 before the function.
1839
1840 2012-08-19 Andrew Pinski <apinski@cavium.com>
1841
1842 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1843
1844 2012-08-19 Keith Seitz <keiths@redhat.com>
1845
1846 PR c++/14365
1847 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1848 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1849
1850 2012-08-18 Eli Zaretskii <eliz@gnu.org>
1851
1852 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1853 The typo broke "make TAGS".
1854
1855 2012-08-17 Joel Brobecker <brobecker@adacore.com>
1856
1857 GDB 7.5 released.
1858
1859 2012-08-17 Keith Seitz <keiths@redhat.com>
1860
1861 PR c++/13356
1862 * gdbtypes.c (strict_type_checking): New variable.
1863 (show_strict_type_checking): New function.
1864 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1865 if strict type checking is disabled.
1866 (_initialize_gdbtypes): Add "check type" subcommand.
1867 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1868
1869 2012-08-17 Keith Seitz <keiths@redhat.com>
1870
1871 * language.h (type_mode): Remove.
1872 (type_check): Remove.
1873 (struct language_defn): Remove la_type_check.
1874 (STRICT_TYPE): Remove unused macro.
1875 (type_error): Remove.
1876 * language.c (set_type_range_case): Renamed to ...
1877 (set_range_case): ... this. Update all callers.
1878 Remove type_mode/type_check.
1879 (type_mode): Remove.
1880 (type_check): Remove.
1881 (show_type_command): Remove.
1882 (set_type_command): Remove.
1883 (language_info): Remove type checking output.
1884 (type_error): Remove unused function.
1885 (range_error): Update comment.
1886 (unknown_language_defn): Remove la_type_check.
1887 (auto_language_defn): Likewise.
1888 (local_language_defn): Likewise.
1889 (_initialize_language): Remove "check type" subcommand.
1890 * ada-lang.c (ada_language_defn): Remove la_type_check.
1891 * c-lang.c (c_language_defn): Likewise.
1892 (cplus_language_defn): Likewise.
1893 (asm_language_defn): Likewise.
1894 (minimal_language_defn): Likewise.
1895 * d-lang.c (d_language_defn): Likewise.
1896 * f-lang.c (f_language_defn): Likewise.
1897 * go-lang.c (go_language_defn): Likewise.
1898 * jv-lang.c (java_language_defn): Likewise.
1899 * m2-lang.c (m2_language_defn): Likewise.
1900 * objc-lang.c (objc_language_defn): Likewise.
1901 * opencl-lang.c (opencl_language_defn): Likewise.
1902 * p-lang.c (pascal_language_defn): Likewise.
1903
1904 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1905
1906 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1907
1908 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1909
1910 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1911 New function.
1912 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1913 using the regache. Use ia64_hpux_get_register_from_save_state_t
1914 to access the bsp and bspstore registers if not.
1915
1916 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1917
1918 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1919 * breakpoint.c (detach_breakpoints): Change pid parameter into
1920 a ptid. Adjust code accordingly.
1921 * infrun.c (handle_inferior_event): Delete variable child_pid.
1922 Update call to detach_breakpoints to pass the child ptid for
1923 fork events.
1924 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1925 assert that inferior_ptid's lwp is zero.
1926 (linux_handle_extended_wait): Update call to detach_breakpoints.
1927 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1928 detach_breakpoints.
1929
1930 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1931
1932 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1933 parent, only call detach_breakpoints if tts.tts_event ==
1934 TTEVT_VFORK.
1935
1936 2012-08-16 Joel Brobecker <brobecker@adacore.com>
1937
1938 * dwarf2-frame.c (dwarf2_frame_cache): Use
1939 get_frame_address_in_block instead of get_frame_pc as
1940 the bound for executing the frame's FDE.
1941
1942 2012-08-16 Yao Qi <yao@codesourcery.com>
1943
1944 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1945 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1946 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1947 (c_type_print_varspec_suffix): Likewise.
1948 * eval.c (evaluate_subexp_standard): Likewise.
1949 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1950 (f_type_print_varspec_suffix): Likewise.
1951 * gdbtypes.c (is_scalar_type): Likewise.
1952 (recursive_dump_type): Likewise.
1953 * infcall.c (value_arg_coerce): Likewise.
1954 * m2-valprint.c (m2_val_print): Likewise.
1955 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1956 (pascal_type_print_varspec_suffix): Likewise.
1957 (pascal_type_print_base): Likewise.
1958 * p-valprint.c (pascal_val_print): Likewise.
1959 (pascal_val_print): Likewise.
1960 * valops.c (value_slice): Likewise.
1961 * valprint.c (scalar_type_p): Likewise.
1962 * valarith.c (value_bitstring_subscript): Remove.
1963 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1964 Remove comment on TYPE_CODE_BITSTRING.
1965
1966 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1967 TYPE_CODE_BITSTRING.
1968
1969 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1970 slot 0.
1971
1972 2012-08-16 Yao Qi <yao@codesourcery.com>
1973
1974 * tracepoint.c (trace_find_none_command): Remove.
1975 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1976
1977 2012-08-16 Yao Qi <yao@codesourcery.com>
1978
1979 * remote.c (handle_notification): Remove parameter 'length'.
1980 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1981
1982 2012-08-15 Keith Seitz <keiths@redhat.com>
1983
1984 * gdbtypes.c (opaque_type_resolution): Make static.
1985 Add missing comment.
1986 (overload_debug): Add missing comment.
1987 (show_opaque_type_resolution): Likewise.
1988 (show_overload_debug): Likewise.
1989 (print_bit_vector): Remove unnecessary forward declaration.
1990 (print_arg_types): Likewise.
1991 (dump_fn_fieldlists): Likewise.
1992 (print_cplus_stuff): Likewise.
1993
1994 2012-08-15 Tom Tromey <tromey@redhat.com>
1995
1996 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1997 (gdb_bfd_ref): Initialize new field.
1998 (gdb_bfd_unref): Unref the archive BFD.
1999 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2000 parent archive.
2001
2002 2012-08-15 Tom Tromey <tromey@redhat.com>
2003
2004 PR python/14387:
2005 * python/py-bpevent.c (create_breakpoint_event_object): Update
2006 comment.
2007 * python/py-event.c (evpy_add_attribute): Update comment.
2008 * python/py-exitedevent.c (create_exited_event_object): Fix
2009 reference counting and error handling.
2010 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2011 Fix reference counting.
2012 * python/py-signalevent.c (create_signal_event_object): Fix
2013 reference counting and error handling.
2014 * python/py-stopevent.c (emit_stop_event): Fix reference
2015 counting.
2016 * python/py-threadevent.c (get_event_thread): Return a
2017 borrowed reference.
2018 * python/py-type.c (convert_field): Fix reference counting.
2019
2020 2012-08-15 Tom Tromey <tromey@redhat.com>
2021
2022 * dwarf2read.c (dwarf_decode_macro_bytes)
2023 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2024 as hash key.
2025
2026 2012-08-14 Mike Frysinger <vapier@gentoo.org>
2027
2028 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2029 stepi, nexti, finish, next, step, jump, and continue commands.
2030 * infrun.c (_initialize_infrun): Update help text for the handle
2031 command.
2032
2033 2012-08-14 Doug Evans <dje@google.com>
2034
2035 * gdbtypes.c (struct extra): Delete, unused.
2036
2037 * gdbtypes.c: Whitespace cleanup.
2038 (address_space_name_to_int): Remove "extern" from definition.
2039 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2040
2041 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2042 TYPE_POINTER_TYPE (type).
2043
2044 2012-08-14 Gary Benson <gbenson@redhat.com>
2045
2046 * solib-svr4.c (svr4_free_library_list): Use free_so.
2047
2048 2012-08-13 Mike Frysinger <vapier@gentoo.org>
2049
2050 * .gitignore: Add go-exp.c.
2051
2052 2012-08-13 Doug Evans <dje@google.com>
2053
2054 * value.c (show_convenience): Tweak comment.
2055 (_initialize_values): Mention convenience functions in the help text
2056 for "show convenience".
2057
2058 2012-08-13 Yao Qi <yao@codesourcery.com>
2059
2060 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2061 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2062 TERNOP_SLICE_COUNT.
2063 * eval.c (evaluate_subexp_standard): Likewise.
2064 * expprint.c (print_subexp_standard): Likewise.
2065 (dump_subexp_body_standard): Likewise.
2066 * parse.c (operator_length_standard): Likewise.
2067
2068 2012-08-13 Yao Qi <yao@codesourcery.com>
2069
2070 * std-operator.def: Remove OP_BITSTRING.
2071 * breakpoint.c (watchpoint_exp_is_const): Update.
2072 * eval.c (evaluate_subexp_standard): Remove handling to
2073 OP_BITSTRING.
2074 * expprint.c (print_subexp_standard): Likewise.
2075 (dump_subexp_body_standard): Likewise.
2076 * parse.c (operator_length_standard): Likewise.
2077 * valops.c (value_bitstring): Remove.
2078 * value.h: Remove the declaration of 'value_bitstring'.
2079
2080 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2081
2082 * linespec.c (find_methods): Remove unused variables `i1' and
2083 `name_len'.
2084 (decode_line_full): Likewise for `arg_start'.
2085
2086 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2087
2088 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2089 (zlib_decompress_section): Likewise for `section_data'.
2090 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2091
2092 2012-08-10 Doug Evans <dje@google.com>
2093
2094 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2095 * NEWS: Document them.
2096 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2097 function/strfns.py.
2098 * python/py-type.c (typy_array_1): New function.
2099 (typy_array): Call it.
2100 (typy_vector): New function.
2101 (type_object_methods): Add "vector".
2102 * python/lib/gdb/function/__init__.py: New file.
2103 * python/lib/gdb/function/strfns.py: New file.
2104
2105 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2106
2107 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2108 for TYPE_FIELD_BITPOS.
2109 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2110
2111 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2112
2113 PR cli/10436:
2114 * common/vec.h (VEC_merge): Define.
2115 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2116 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2117 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2118 * completer.c: Include gdb_signals.h.
2119 (signal_completer): Define.
2120 * completer.h (signal_completer): Add prototype.
2121 * infcmd.c (_initialize_infcmd): Assign the command
2122 completer for "signal" to handle_completer.
2123 * infrun.c: Include completer.h.
2124 (handle_completer): Define.
2125 (_initialize_infrun): Declare a new local variable c. Store the
2126 result of add_com("handle") to it. Assign the command
2127 completer for "handle" to handle_completer.
2128
2129 2012-08-09 Yao Qi <yao@codesourcery.com>
2130
2131 * cli/cli-decode.c (set_cmd_prefix): New.
2132 (lookup_cmd_for_prefixlist): New.
2133 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2134 of each cmd_list_element in *prefixlist.
2135 (add_setshow_cmd_full): set_cmd_prefix.
2136 (add_alias_cmd): Likewise.
2137 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2138 Declare 'auto_boolean_enums'.
2139 * cli/cli-setshow.c: Include "observer.h".
2140 (notify_command_param_changed_p): New.
2141 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2142 Remove 'static'.
2143 (do_setshow_command): Split it to ...
2144 (do_set_command, do_show_command): ... them. New.
2145 (do_set_command): Call observer_notify_command_param_changed if
2146 notify_command_param_changed_p returns true.
2147 (cmd_show_list): Caller update.
2148 * auto-load.c (set_auto_load_cmd): Likewise.
2149 * remote.c (show_remote_cmd): Likewise.
2150 * cli/cli-setshow.h: Update declarations.
2151 * top.c (execute_command): Call do_set_command and do_show_command.
2152
2153 * NEWS: Mention new MI notification.
2154 * mi/mi-interp.c: Declare mi_command_param_changed.
2155 (mi_interpreter_init): Attach mi_command_param_changed to
2156 observer command_param_changed.
2157 (mi_command_param_changed): New.
2158 Remove mi_suppress_breakpoint_notifications.
2159 Define global variable mi_suppress_notification.
2160 (mi_breakpoint_created): Update.
2161 (mi_breakpoint_deleted): Likewise.
2162 (mi_breakpoint_modified): Likewise.
2163 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2164 'gdb-set' and set mi_suppress_notification.
2165 * mi/mi-main.h: (mi_suppress_notification): New struct.
2166
2167 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
2168 Jan Kratochvil <jan.kratochvil@redhat.com>
2169
2170 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2171
2172 2012-08-09 Yao Qi <yao@codesourcery.com>
2173
2174 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2175 (skiplist): Move it to skip.c.
2176 (init_cmd_lists): Remove code setting enablebreaklist and
2177 skiplist to NULL.
2178 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2179 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2180 skiplist.
2181 * gdbcmd.h: Likewise.
2182 * skip.c (_initialize_step_skip): Move 'skiplist' from
2183 cli/cli-cmds.c.
2184
2185 2012-08-09 Yao Qi <yao@codesourcery.com>
2186
2187 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2188 * gnu-nat.c, symfile.c: Likewise.
2189
2190 2012-08-08 Aaron Gamble <agamble@google.com>
2191
2192 * utils.c (prompt_for_continue_wait_time): New static global.
2193 (make_command_stats_cleanup): Initialize it.
2194 (report_command_stats): Subtract time waiting for user.
2195 (prompt_for_continue): Track time waiting for user.
2196 (defaulted_query): Track time waiting for user.
2197
2198 2012-08-08 Doug Evans <dje@google.com>
2199
2200 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2201 UNOP_MEMVAL_TYPE.
2202 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2203 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2204 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2205 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2206 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2207 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2208 elt.
2209 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2210 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2211 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2212 (dump_prefix_expression): Handle OP_TYPE.
2213
2214 2012-08-08 Keith Seitz <keiths@redhat.com>
2215
2216 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2217 addr_start.
2218
2219 2012-08-08 Doug Evans <dje@google.com>
2220
2221 * linux-thread-db.c: #include "gdb_vecs.h".
2222 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2223 updated.
2224 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2225 (thread_db_load_search): Use a vector to iterate over path elements.
2226 Handle text appearing after "$pdir".
2227
2228 * gdb_string.h: Moved to ...
2229 * common/gdb_string.h: ... here.
2230 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2231 gdb_string.h and gdb_assert.h.
2232
2233 2012-08-08 Yao Qi <yao@codesourcery.com>
2234
2235 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2236 (tic6x_value_to_register): Likewise.
2237 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2238 and set_gdbarch_value_to_register.
2239
2240 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2241 Jean-Marc Saffroy <saffroy@gmail.com>
2242
2243 PR 11804
2244 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2245 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2246 * gcore.c (gcore_create_callback): New function comment. Add modified
2247 parameter. Only write modified regions. Set SEC_READONLY exactly
2248 according to MODIFIED.
2249 (objfile_find_memory_regions): Ignore separate debug info files. Ass
2250 the passed modified value to FUNC.
2251 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2252 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2253 first. New variables modified and has_anonymous. Parse the lines of
2254 smaps file. Add the passed MODIFIED value to FUNC.
2255 * procfs.c (find_memory_regions_callback): Add the passed modified
2256 value.
2257
2258 2012-08-06 Tom Tromey <tromey@redhat.com>
2259
2260 * dwarf2-frame.c (clear_pointer_cleanup): New function.
2261 (dwarf2_frame_cache): Use it.
2262 * frame-unwind.h (frame_sniffer_ftype): Document prologue
2263 cache initialization constraint.
2264
2265 2012-08-06 Tom Tromey <tromey@redhat.com>
2266
2267 PR python/14386:
2268 * varobj.c (update_dynamic_varobj_children): Don't call
2269 PyIter_Check.
2270
2271 2012-08-06 Tom Tromey <tromey@redhat.com>
2272
2273 PR cli/14392:
2274 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2275
2276 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2277
2278 * NEWS: New entry for 'cd' default parameters.
2279 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2280
2281 2012-08-03 Tom Tromey <tromey@redhat.com>
2282
2283 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2284 return.
2285
2286 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2287
2288 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2289 to attempting lseek/write.
2290 (inf_child_fileio_pread): Likewise for pread.
2291
2292 2012-08-02 Yao Qi <yao@codesourcery.com>
2293
2294 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2295 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2296 add_setshow_zinteger_cmd.
2297 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2298 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2299 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2300 instead of add_setshow_zinteger_cmd.
2301 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2302 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2303 instead of add_setshow_zinteger_cmd.
2304 * frame.c (frame_debug): Add 'unsigned'.
2305 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2306 add_setshow_zinteger_cmd.
2307 * frame.h: Update the declaration of 'frame_debug'.
2308 * gdbtypes.c (overload_debug): Add 'unsigned'.
2309 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2310 add_setshow_zinteger_cmd.
2311 * inferior.h: Update declaration of 'debug_infrun'.
2312 * infrun.c (debug_infrun): Add 'unsigned'.
2313 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2314 add_setshow_zinteger_cmd.
2315 * jit.c (jit_debug): Add 'unsigned'.
2316 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2317 add_setshow_zinteger_cmd.
2318 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2319 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2320 instead of add_setshow_zinteger_cmd.
2321 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2322 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2323 add_setshow_zinteger_cmd.
2324 * machoread.c (mach_o_debug_level): Add 'unsigned'.
2325 (_initialize_machoread): Call add_setshow_zuinteger_cmd
2326 instead of add_setshow_zinteger_cmd.
2327 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2328 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2329 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2330 intead of add_setshow_zinteger_cmd.
2331 * mips-tdep.c (mips_debug): Add 'unsigned'.
2332 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2333 instead of add_setshow_zinteger_cmd.
2334 * monitor.c (monitor_debug): Add 'unsigned'.
2335 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2336 add_setshow_zinteger_cmd.
2337 * observer.c (observer_debug): Add 'unsigned'.
2338 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2339 add_setshow_zinteger_cmd.
2340 * parse.c (expressiondebug): Add 'unsigned'.
2341 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2342 add_setshow_zinteger_cmd.
2343 * record.c (record_debug): Add 'unsigned'.
2344 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2345 add_setshow_zinteger_cmd.
2346 * record.h: Update the declaration of 'record_debug'.
2347 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2348 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2349 add_setshow_zinteger_cmd.
2350 * serial.c (global_serial_debug_p): Add 'unsigned'.
2351 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2352 add_setshow_zinteger_cmd.
2353 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2354 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2355 add_setshow_zinteger_cmd.
2356 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2357 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2358 add_setshow_zinteger_cmd.
2359 * target.c (targetdebug): Add 'unsigned'.
2360 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2361 add_setshow_zinteger_cmd.
2362 * valops.c (overload_debug): Add 'unsigned'.
2363 * varobj.c (varobjdebug): Add 'unsigned'.
2364 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2365 add_setshow_zinteger_cmd.
2366 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2367 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2368 instead of add_setshow_zinteger_cmd.
2369
2370 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2371 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2372 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2373 instead of add_setshow_zinteger_cmd.
2374 * gdbarch.c, gdbarch.h: Re-generated.
2375
2376 2012-08-02 Yao Qi <yao@codesourcery.com>
2377
2378 * nto-tdep.c: Don't include cli/cli-decode.h and
2379 cli/cli-cmds.h.
2380 (_initialize_nto_tdep): Remove.
2381 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2382 Remove field.
2383 Remove macro nto_internal_debugging.
2384
2385 2012-08-01 Richard Henderson <rth@redhat.com>
2386
2387 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2388 (mep-*-*) [gdb_target_obs]: Likewise.
2389
2390 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2391
2392 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2393 linux_get_siginfo_type.
2394
2395 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2396
2397 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2398 AT_ENTRY_POINT.
2399 (call_function_by_hand) <ON_STACK>: Call write_memory with
2400 gdbarch_breakpoint_from_pc, if possible.
2401 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2402 here.
2403
2404 2012-07-31 Yao Qi <yao@codesourcery.com>
2405
2406 * tracepoint.c: Add 'static' for some variables.
2407
2408 2012-07-31 Yao Qi <yao@codesourcery.com>
2409
2410 * go32-nat.c: Declare _initialize_go32_nat.
2411 * ser-go32.c: Declare _initialize_ser_dos.
2412 * top.c (do_chdir_cleanup): Add 'static'.
2413
2414 2012-07-30 Keith Seitz <keiths@redhat.com>
2415
2416 * linespec.c (linespec_lex_number): A number followed
2417 by quotes is a valid number, too.
2418
2419 2012-07-30 Tom Tromey <tromey@redhat.com>
2420
2421 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2422
2423 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2424
2425 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2426 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2427
2428 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
2429
2430 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2431 invalid or reevaluated to prevent prevent references to possibly
2432 delete'd type objects being left in the varobj.
2433
2434 2012-07-27 Tom Tromey <tromey@redhat.com>
2435 Jan Kratochvil <jan.kratochvil@redhat.com>
2436
2437 * copying.awk: Print buffer-read-only and vi ro markers.
2438 * copying.c: Rebuild.
2439 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2440 * gdbarch.c, gdbarch.h: Rebuild.
2441 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2442 buffer-read-only and vi ro markers.
2443 * features/arm-with-iwmmxt.c: Rebuild.
2444 * features/arm-with-m-fpa-layout.c: Rebuild.
2445 * features/arm-with-m-vfp-d16.c: Rebuild.
2446 * features/arm-with-m.c: Rebuild.
2447 * features/arm-with-neon.c: Rebuild.
2448 * features/arm-with-vfpv2.c: Rebuild.
2449 * features/arm-with-vfpv3.c: Rebuild.
2450 * features/i386/amd64-avx-linux.c: Rebuild.
2451 * features/i386/amd64-avx.c: Rebuild.
2452 * features/i386/amd64-linux.c: Rebuild.
2453 * features/i386/amd64.c: Rebuild.
2454 * features/i386/i386-avx-linux.c: Rebuild.
2455 * features/i386/i386-avx.c: Rebuild.
2456 * features/i386/i386-linux.c: Rebuild.
2457 * features/i386/i386-mmx-linux.c: Rebuild.
2458 * features/i386/i386-mmx.c: Rebuild.
2459 * features/i386/i386.c: Rebuild.
2460 * features/i386/x32-avx-linux.c: Rebuild.
2461 * features/i386/x32-avx.c: Rebuild.
2462 * features/i386/x32-linux.c: Rebuild.
2463 * features/i386/x32.c: Rebuild.
2464 * features/mips-dsp-linux.c: Rebuild.
2465 * features/mips-linux.c: Rebuild.
2466 * features/mips64-dsp-linux.c: Rebuild.
2467 * features/mips64-linux.c: Rebuild.
2468 * features/rs6000/powerpc-32.c: Rebuild.
2469 * features/rs6000/powerpc-32l.c: Rebuild.
2470 * features/rs6000/powerpc-403.c: Rebuild.
2471 * features/rs6000/powerpc-403gc.c: Rebuild.
2472 * features/rs6000/powerpc-405.c: Rebuild.
2473 * features/rs6000/powerpc-505.c: Rebuild.
2474 * features/rs6000/powerpc-601.c: Rebuild.
2475 * features/rs6000/powerpc-602.c: Rebuild.
2476 * features/rs6000/powerpc-603.c: Rebuild.
2477 * features/rs6000/powerpc-604.c: Rebuild.
2478 * features/rs6000/powerpc-64.c: Rebuild.
2479 * features/rs6000/powerpc-64l.c: Rebuild.
2480 * features/rs6000/powerpc-7400.c: Rebuild.
2481 * features/rs6000/powerpc-750.c: Rebuild.
2482 * features/rs6000/powerpc-860.c: Rebuild.
2483 * features/rs6000/powerpc-altivec32.c: Rebuild.
2484 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2485 * features/rs6000/powerpc-altivec64.c: Rebuild.
2486 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2487 * features/rs6000/powerpc-cell32l.c: Rebuild.
2488 * features/rs6000/powerpc-cell64l.c: Rebuild.
2489 * features/rs6000/powerpc-e500.c: Rebuild.
2490 * features/rs6000/powerpc-e500l.c: Rebuild.
2491 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2492 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2493 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2494 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2495 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2496 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2497 * features/rs6000/powerpc-vsx32.c: Rebuild.
2498 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2499 * features/rs6000/powerpc-vsx64.c: Rebuild.
2500 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2501 * features/rs6000/rs6000.c: Rebuild.
2502 * features/s390-linux32.c: Rebuild.
2503 * features/s390-linux32v1.c: Rebuild.
2504 * features/s390-linux32v2.c: Rebuild.
2505 * features/s390-linux64.c: Rebuild.
2506 * features/s390-linux64v1.c: Rebuild.
2507 * features/s390-linux64v2.c: Rebuild.
2508 * features/s390x-linux64.c: Rebuild.
2509 * features/s390x-linux64v1.c: Rebuild.
2510 * features/s390x-linux64v2.c: Rebuild.
2511 * features/tic6x-c62x-linux.c: Rebuild.
2512 * features/tic6x-c62x.c: Rebuild.
2513 * features/tic6x-c64x-linux.c: Rebuild.
2514 * features/tic6x-c64x.c: Rebuild.
2515 * features/tic6x-c64xp-linux.c: Rebuild.
2516 * features/tic6x-c64xp.c: Rebuild.
2517
2518 2012-07-27 Tom Tromey <tromey@redhat.com>
2519
2520 * c-exp.y (classify_name): Avoid assignment in condition.
2521
2522 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2523
2524 * amd64-windows-tdep.c: Include "frame.h".
2525 (amd64_windows_skip_trampoline_code): New function.
2526 (amd64_windows_init_abi): Add trampoline registration.
2527
2528 2012-07-27 Yao Qi <yao@codesourcery.com>
2529
2530 * tracepoint.c (cur_traceframe_number): Remove.
2531 (set_tfile_traceframe): Remove.
2532 (tfile_trace_find, tfile_fetch_registers): Update callers.
2533 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2534 (tfile_open, tfile_trace_find): Likewise.
2535
2536 2012-07-27 Yao Qi <yao@codesourcery.com>
2537
2538 * thread.c (switch_to_thread): Don't call registers_changed.
2539
2540 2012-07-26 Tom Tromey <tromey@redhat.com>
2541
2542 * Makefile.in (SFILES): Remove objc-exp.y.
2543 (YYFILES): Remove objc-exp.c.
2544 (YYOBJ): Remove objc-exp.o.
2545 (local-maintainer-clean): Don't mention objc-exp.c.
2546 * c-exp.y: Include objc-lang.h.
2547 (%union) <class>: New field.
2548 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2549 (exp): Clone subscript production for OBJC_LBRAC. Add various
2550 Objective C productions.
2551 (msglist, msgarglist, msgarg): New productions.
2552 (array_mod, func_mod, operator): Clone productions for
2553 OBJC_LBRAC.
2554 (parse_string_or_char): Handle '@' strings.
2555 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2556 (classify_name): Check la_name_of_this. Recognize ObjC class
2557 names.
2558 * objc-exp.y: Remove.
2559 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2560 * objc-lang.h (objc_parse, objc_error): Don't declare.
2561
2562 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2563
2564 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2565
2566 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2567
2568 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2569 and decrement.
2570
2571 2012-07-26 Tom Tromey <tromey@redhat.com>
2572
2573 * copying.c: Rebuild.
2574 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2575 'no_class'.
2576
2577 2012-07-26 Tom Tromey <tromey@redhat.com>
2578
2579 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2580 immediate_quit.
2581 (print_objfile_statistics): Likewise.
2582 (maintenance_print_symbols): Likewise.
2583 (maintenance_print_msymbols): Likewise.
2584 (maintenance_print_objfiles): Likewise.
2585 * psymtab.c (print_partial_symbols): Call QUIT.
2586 (maintenance_print_psymbols): Likewise. Don't modify
2587 immediate_quit.
2588 * copying.c (show_copying_command): Don't modify immediate_quit.
2589 (show_warranty_command): Likewise.
2590 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2591
2592 2012-07-26 Keith Seitz <keiths@redhat.com>
2593
2594 * linespec.c (linespec_lexer_lex_number): The input
2595 is also a valid number if the next character is a comma
2596 or colon.
2597
2598 2012-07-26 Joel Brobecker <brobecker@adacore.com>
2599
2600 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2601 configure options.
2602
2603 2012-07-26 Tristan Gingold <gingold@adacore.com>
2604
2605 * machoread.c: Include gdb_bfd.h.
2606
2607 2012-07-26 Tristan Gingold <gingold@adacore.com>
2608
2609 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2610 offset.
2611
2612 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2613
2614 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2615 SIZE to size_t.
2616 (dwarf2_evaluate_loc_desc): Likewise.
2617 (dwarf2_loc_desc_needs_frame): Likewise.
2618 (locexpr_describe_location_1): Likewise.
2619 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2620 size_t.
2621 (struct dwarf2_loclist_baton): Likewise.
2622 * dwarf2read.c (struct dwarf_block): Likewise.
2623 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2624 (decode_locdesc): Expand SIZE and I to size_t.
2625
2626 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2627
2628 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2629
2630 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2631
2632 * doublest.c (convert_doublest_to_floatformat): If the exponent
2633 is too small, treat the value as zero. If the exponent is too
2634 large, treat the value as infinity.
2635
2636 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2637
2638 * configure.ac: Add --enable-lmcheck configure option.
2639 * configure: Regenerate.
2640
2641 2012-07-25 Tom Tromey <tromey@redhat.com>
2642
2643 * NEWS: Mention maint info bfds.
2644 * gdb_bfd.c (all_bfds): New global.
2645 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2646 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2647 New functions.
2648
2649 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2650
2651 * configure.tgt: Add v850*-*-rtems*.
2652
2653 2012-07-25 Tom Tromey <tromey@redhat.com>
2654
2655 * macrotab.c (macro_bcache_str): Remove cast.
2656
2657 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2658
2659 * linespec.c (linespec_lexer_lex_number): Update comments,
2660 change the return and add check to make sure the input is
2661 the decimal numbers.
2662 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2663 false, call linespec_lexer_lex_string.
2664
2665 2012-07-24 Tom Tromey <tromey@redhat.com>
2666
2667 * symfile.c (symbol_file_add): Don't open BFD twice.
2668
2669 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
2670
2671 * breakpoint.c (create_breakpoint): Store condition for pending
2672 breakpoints.
2673
2674 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2675
2676 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2677 (m68k_return_value): Handle complex types like structures.
2678 (m68k_svr4_return_value): Likewise.
2679
2680 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2681
2682 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2683 parameters to bfd_get_section_name.
2684
2685 2012-07-24 Yao Qi <yao@codesourcery.com>
2686
2687 * cli/cli-setshow.c: Handle case 'var_uinteger'
2688 and 'var_zuninteger' together. Handle case 'var_integer' and
2689 'var_zinteger' together.
2690
2691 2012-07-23 Keith Seitz <keiths@redhat.com>
2692
2693 * linespec.c (convert_linespec_to_sal): Don't add
2694 any symbols to the result vector if symbol_to_sal
2695 returns zero.
2696
2697 2012-07-23 Keith Seitz <keiths@redhat.com>
2698
2699 * linespec.c (decode_objc): Record the function name
2700 in the linespec.
2701
2702 2012-07-23 Tom Tromey <tromey@redhat.com>
2703
2704 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2705 counting.
2706 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2707 (map_vmap): Acquire a reference to the BFD.
2708
2709 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2710
2711 * p-valprint.c (pascal_object_print_value): Replace potentially
2712 unsafe alloca with xmalloc/xfree.
2713 * valops.c (search_struct_method): Likewise.
2714
2715 2012-07-23 Tom Tromey <tromey@redhat.com>
2716
2717 * solib-svr4.c (enable_break): Update.
2718 * bfd-target.h (target_bfd_reopen): Update documentation.
2719
2720 2012-07-23 Tom Tromey <tromey@redhat.com>
2721
2722 * symfile.c (separate_debug_file_exists): Update.
2723 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2724 (reread_symbols): Update.
2725 * elfread.c (build_id_verify): Update.
2726 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2727 bfd_open_maybe_remote.
2728
2729 2012-07-23 Tom Tromey <tromey@redhat.com>
2730
2731 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2732
2733 2012-07-23 Tom Tromey <tromey@redhat.com>
2734
2735 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2736 and 'abfd'.
2737 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2738 and 'abfd'.
2739 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2740 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2741 'abfd'.
2742 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2743 * objfiles.c (allocate_objfile): Acquire a new reference.
2744 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2745 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2746 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2747 a cleanup for 'nbfd'.
2748 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2749 for 'nbfd'.
2750 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2751 make a cleanup for 'abfd'.
2752 (symbol_file_add): Make a BFD cleanup.
2753
2754 2012-07-23 Tom Tromey <tromey@redhat.com>
2755
2756 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2757 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2758 * corelow.c (core_open): Use gdb_bfd_fopen.
2759 * dsrec.c (load_srec): Use gdb_bfd_openr.
2760 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2761 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2762 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2763 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2764 (gdb_bfd_fdopenr): New functions.
2765 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2766 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2767 (gdb_bfd_fdopenr): Declare.
2768 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2769 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2770 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2771 gdb_bfd_openr_next_archived_file.
2772 (macho_check_dsym): Use gdb_bfd_openr.
2773 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2774 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2775 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2776 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2777 gdb_bfd_openr.
2778 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2779 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2780 gdb_bfd_openr_next_archived_file.
2781 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2782 Use gdb_bfd_openr.
2783 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2784 gdb_bfd_openr.
2785 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2786 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2787 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2788 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2789 (symfile_bfd_open): Use gdb_bfd_fopen.
2790 (generic_load): Use gdb_bfd_openr.
2791 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2792
2793 2012-07-23 Tom Tromey <tromey@redhat.com>
2794
2795 * bfd-target.c (target_bfd_reopen): Update.
2796 * cli/cli-dump.c (bfd_openr_with_cleanup)
2797 (bfd_openw_with_cleanup): Update.
2798 * corelow.c (core_open): Update.
2799 * dsrec.c (load_srec): Update.
2800 * exec.c (exec_file_attach): Update.
2801 * gcore.c (create_gcore_bfd): Update.
2802 * gdb_bfd.c (gdb_bfd_ref): Return void.
2803 (gdb_bfd_open): Update.
2804 * gdb_bfd.h (gdb_bfd_ref): Return void.
2805 Update comments.
2806 * jit.c (jit_bfd_try_read_symtab): Update.
2807 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2808 * machoread.c (macho_symfile_read_all_oso): Update.
2809 (macho_check_dsym): Update.
2810 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2811 * remote-m32r-sdi.c (m32r_load): Update.
2812 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2813 * rs6000-nat.c (add_vmap): Update.
2814 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2815 Update.
2816 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2817 * solib-spu.c (spu_bfd_open): Update.
2818 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2819 * spu-linux-nat.c (spu_bfd_open): Update.
2820 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2821 (generic_load): Update.
2822 * windows-nat.c (windows_make_so): Update.
2823
2824 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2825
2826 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2827
2828 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2829
2830 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2831 SIGTRAMP_FRAME unwinding.
2832
2833 2012-07-20 Doug Evans <dje@google.com>
2834
2835 * NEWS: Document new options "set/show use-deprecated-index-sections",
2836 and delete reference to --use-deprecated-index-sections.
2837 * symfile.h (use_deprecated_index_sections): Delete.
2838 * dwarf2read.c (use_deprecated_index_sections): Make static.
2839 (read_index_from_section): Update wording of how to load
2840 deprecated index sections.
2841 (_initialize_dwarf2_read): New options
2842 "set/show use-deprecated-index-sections".
2843 * main.c (captured_main): Delete --use-deprecated-index-sections.
2844
2845 2012-07-20 Pedro Alves <palves@redhat.com>
2846
2847 PR threads/11692
2848 PR gdb/12203
2849
2850 * infrun.c (handle_inferior_event) <new thread>: Don't special
2851 case minus_one_ptid.
2852 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2853 * linux-thread-db.c (thread_get_info_callback): Don't return early
2854 if the thread is zombie.
2855 (thread_from_lwp): Change return type to void. Rewrite stale
2856 comment.
2857 (attach_thread): Don't return early if the thread is zombie,
2858 instead set its "dying" flag.
2859 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2860 (find_new_threads_callback): Don't return early if the thread is
2861 zombie.
2862
2863 2012-07-20 Pedro Alves <palves@redhat.com>
2864
2865 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2866 * target.c (target_wait): Likewise.
2867 (str_comma_list_concat_elem, do_option, target_options_to_string):
2868 New functions.
2869 * target.h (target_options_to_string): Declare.
2870
2871 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2872 Tom Tromey <tromey@redhat.com>
2873
2874 * dwarf2read.c (dwarf_decode_macros)
2875 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2876 DW_MACRO_GNU_transparent_include_alt>: New cases.
2877 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2878 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2879
2880 2012-07-20 Tom Tromey <tromey@redhat.com>
2881
2882 * dwarf2read.c (try_open_dwo_file): Don't call
2883 gdb_bfd_stash_filename.
2884
2885 2012-07-20 Pedro Alves <palves@redhat.com>
2886
2887 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2888 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2889 (i386_process_record): Tweak description comments.
2890
2891 2012-07-20 Pedro Alves <palves@redhat.com>
2892
2893 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2894 (i386_process_record): Use record_read_memory.
2895 * record.c (record_read_memory): New function.
2896 (record_arch_list_add_mem, record_exec_insn): Use
2897 record_read_memory.
2898 * record.h (record_read_memory): Declare.
2899
2900 2012-07-20 Yao Qi <yao@codesourcery.com>
2901
2902 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2903 NULL for xfree.
2904
2905 2012-07-19 Pedro Alves <palves@redhat.com>
2906
2907 * record.c (record_resume): Ask the target beneath to report all
2908 signals.
2909
2910 2012-07-19 Doug Evans <dje@google.com>
2911
2912 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2913 there's no section at address zero.
2914 (dwarf2_record_block_ranges): Ditto.
2915
2916 2012-07-19 Yao Qi <yao@codesourcery.com>
2917
2918 * command.h, remote.c: Fix a typo in comment.
2919
2920 2012-07-19 Tom Tromey <tromey@redhat.com>
2921
2922 PR exp/13206:
2923 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2924 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2925 OP_DECLTYPE>: New cases.
2926 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2927 (type_exp): Add new productions.
2928 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2929 and decltype.
2930 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2931 New case.
2932 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2933 OP_DECLTYPE>: New case.
2934 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2935 New case.
2936 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2937 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2938
2939 2012-07-19 Tom Tromey <tromey@redhat.com>
2940
2941 * c-exp.y (enum token_flags): New.
2942 (struct token) <cxx_only>: Remove.
2943 <flags>: New field.
2944 (tokentab3, tokentab2, ident_tokens): Update.
2945 (lex_one_token): Update. Handle FLAG_SHADOW.
2946
2947 2012-07-19 Tom Tromey <tromey@redhat.com>
2948
2949 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2950 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2951 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2952 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2953 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2954 type_exp production where appropriate.
2955 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2956 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2957 <UNOP_MEMVAL_TYPE>: New case.
2958 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2959 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2960 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2961 <UNOP_MEMVAL_TYPE>: New case.
2962 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2963 UNOP_REINTERPRET_CAST>: Update.
2964 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2965 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2966 UNOP_REINTERPRET_CAST>: Update.
2967 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2968 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2969 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2970 constants.
2971
2972 2012-07-19 Yao Qi <yao@codesourcery.com>
2973 Jan Kratochvil <jan.kratochvil@redhat.com>
2974
2975 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2976 and case 'var_optional_filename' together.
2977 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2978 instead of add_setshow_optional_filename_cmd for setshow command
2979 'args'. Set completer for 'set args'.
2980
2981 2012-07-18 Doug Evans <dje@google.com>
2982
2983 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2984 * common/gdb_vecs.c: New file, contents from utils.c.
2985 * common/host-defs.h: New file, contents from defs.h.
2986 * utils.h: New file, contents from defs.h.
2987 * defs.h: Move all declarations of objects defined in utils.c
2988 to utils.h (except QUIT() and related).
2989 #include "utils.h", "host-defs.h".
2990 * probe.h (probe_p): Move here from gdb_vecs.h.
2991 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2992 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2993 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2994 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2995 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2996 (COMMON_OBS): Add gdb_vecs.o.
2997 (gdb_vecs.o): New rule.
2998
2999 2012-07-18 Keith Seitz <keiths@redhat.com>
3000
3001 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3002 parameter. If non-zero, use SYMNAME as the canonical name
3003 for the SaL.
3004 Update all callers.
3005 (convert_linespec_to_sals): Use add_sal_to_sals for
3006 expressions, too.
3007 (decode_line_full): No need to "fill in missing canonical names"
3008 anymore. Simply make cleanups for the allocated names.
3009
3010 2012-07-18 Keith Seitz <keiths@redhat.com>
3011
3012 * linespec.c (struct linespec): Constify expression,
3013 source_filename, function_name, and label_name.
3014 (symbol_not_found_error): Make all parameters const.
3015 (linespec_parser_delete): No need to check for NULL
3016 when using xfree. Cast const char * to char * for xfree.
3017
3018 2012-07-18 Keith Seitz <keiths@redhat.com>
3019
3020 * breakpoint.c (invalid_thread_id_error): New function.
3021 (find_condition_and_thread): Use invalid_thread_id_error.
3022 (watch_command_1): Likewise.
3023
3024 2012-07-18 Tom Tromey <tromey@redhat.com>
3025
3026 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3027 * contrib/cc-with-tweaks.sh: New file.
3028
3029 2012-07-18 Tom Tromey <tromey@redhat.com>
3030
3031 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3032 (locate_dwz_sections): Recognize .gdb_index.
3033 (create_cus_from_index_list): New function.
3034 (create_cus_from_index): Use it. Handle .dwz data.
3035 (read_index_from_section): New function, extracted from
3036 dwarf2_read_index.
3037 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3038 if needed.
3039
3040 2012-07-18 Tom Tromey <tromey@redhat.com>
3041
3042 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3043 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3044 <is_dwz>: New field.
3045 (struct dwz_file): New.
3046 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3047 (locate_dwz_sections, dwarf2_get_dwz_file)
3048 (get_abbrev_section_for_cu): New functions.
3049 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3050 (read_and_check_type_unit_head): Add abbrev_section argument.
3051 (create_debug_types_hash_table): Update.
3052 (init_cutu_and_read_dies): Use proper abbrev section.
3053 (init_cutu_and_read_dies_no_follow): Likewise.
3054 (set_partial_user): Do nothing if PST==NULL.
3055 (read_comp_units_from_section): New function.
3056 (create_all_comp_units): Use it.
3057 (scan_partial_symbols, partial_die_parent_scope): Update.
3058 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3059 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3060 (find_partial_die): Add offset_in_dwz argument. Update.
3061 (guess_partial_die_structure_name, fixup_partial_die): Update.
3062 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3063 DW_FORM_GNU_strp_alt.
3064 (read_indirect_string_from_dwz): New function.
3065 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3066 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3067 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3068 (follow_die_offset): Add offset_in_dwz argument.
3069 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3070 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3071 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3072 Handle new macro forms.
3073 (dwarf_decode_macros): Update.
3074 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3075 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3076 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3077 (create_debug_types_hash_table): Use correct abbrev section.
3078 (get_debug_line_section): New function.
3079 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3080 (process_full_comp_unit): Pass 'required' argument to
3081 end_symtab_get_static_block.
3082 * buildsym.h (end_symtab_get_static_block): Update.
3083 * buildsym.c (end_symtab_get_static_block): Add 'required'
3084 argument.
3085 (end_symtab, end_expandable_symtab): Update.
3086
3087 2012-07-18 Tom Tromey <tromey@redhat.com>
3088
3089 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3090 (pagesize): Remove.
3091 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3092 (zlib_decompress_section): Remove.
3093 (dwarf2_read_section): Use gdb_bfd_map_section.
3094 (munmap_section_buffer): Remove.
3095 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3096 munmap_section_buffer.
3097 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3098 (struct gdb_bfd_section_data): New.
3099 (free_one_bfd_section): New function.
3100 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3101 (get_section_descriptor, zlib_decompress_section)
3102 (gdb_bfd_map_section): New functions.
3103 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3104
3105 2012-07-18 Tom Tromey <tromey@redhat.com>
3106
3107 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3108
3109 2012-07-18 Tom Tromey <tromey@redhat.com>
3110
3111 * gdb_bfd.c (struct gdb_bfd_data): New.
3112 (gdb_bfd_cache): New global.
3113 (struct gdb_bfd_cache_search): New.
3114 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3115 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3116 * gdb_bfd.h (gdb_bfd_open): Declare.
3117
3118 2012-07-18 Tom Tromey <tromey@redhat.com>
3119
3120 * utils.c (make_cleanup_bfd_unref): Rename from
3121 make_cleanup_bfd_close.
3122 * defs.h (make_cleanup_bfd_unref): Rename from
3123 make_cleanup_bfd_close.
3124 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3125 (bfd_openw_with_cleanup): Update.
3126 * corelow.c (core_open): Update.
3127 * dsrec.c (load_srec): Update.
3128 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3129 * remote-m32r-sdi.c (m32r_load): Update.
3130 * remote-mips.c (mips_load_srec): Update.
3131 (pmon_load_fast): Update.
3132 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3133 Update.
3134 (darwin_bfd_open): Update.
3135 * solib.c (solib_bfd_fopen): Update.
3136 * symfile-mem.c (symbol_file_add_from_memory): Update.
3137 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3138 (symfile_bfd_open): Update.
3139 (generic_load): Update.
3140
3141 2012-07-18 Tom Tromey <tromey@redhat.com>
3142
3143 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3144 (pmon_load_fast): Likewise.
3145 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3146 (m32r_upload_command): Likewise.
3147 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3148 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3149 Use make_cleanup_bfd_close.
3150
3151 2012-07-18 Tom Tromey <tromey@redhat.com>
3152
3153 * symfile.c (symfile_bfd_open): Don't copy name. Call
3154 gdb_bfd_stash_filename.
3155 (load_command): Open the new BFD before freeing the old.
3156 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3157 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3158 Call gdb_bfd_stash_filename.
3159 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3160 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3161 gdb_bfd_stash_filename.
3162 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3163 Free found_pathname.
3164 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3165 gdb_bfd_stash_filename.
3166 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3167 * machoread.c (macho_add_oso_symfile): Call
3168 gdb_bfd_stash_filename.
3169 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3170 gdb_bfd_stash_filename.
3171 (macho_check_dsym): Don't copy filename. Call
3172 gdb_bfd_stash_filename.
3173 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3174 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3175 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3176 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3177 * exec.c (exec_close): Don't free the BFD's filename.
3178 (exec_file_attach): Don't copy the filename. Call
3179 gdb_bfd_stash_filename.
3180 * corelow.c (core_close): Don't free the BFD's filename.
3181 (core_open): Call gdb_bfd_stash_filename.
3182 * corefile.c (reopen_exec_file): Remove #if 0 code.
3183 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3184 pathname.
3185 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3186
3187 2012-07-18 Tom Tromey <tromey@redhat.com>
3188
3189 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3190 gdb_bfd_unref.
3191 (free_dwo_file): Use gdb_bfd_unref.
3192 * cli/cli-dump.c: Include gdb_bfd.h.
3193 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3194 (bfd_openr_with_cleanup): Likewise.
3195 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3196 gdb_bfd_unref.
3197 * utils.c: Include gdb_bfd.h.
3198 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3199 * symfile.c: Include gdb_bfd.h.
3200 (separate_debug_file_exists): Use gdb_bfd_unref.
3201 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3202 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3203 (generic_load): Use gdb_bfd_ref.
3204 (reread_symbols): Use gdb_bfd_unref.
3205 * symfile-mem.c: Include gdb_bfd.h.
3206 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3207 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3208 * solib.c: Include gdb_bfd.h.
3209 (solib_bfd_fopen): Use gdb_bfd_ref.
3210 (solib_bfd_open): Use gdb_bfd_unref.
3211 (free_so_symbols): Use gdb_bfd_unref.
3212 (reload_shared_libraries_1): Use gdb_bfd_unref.
3213 * solib-spu.c: Include gdb_bfd.h.
3214 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3215 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3216 gdb_bfd_unref.
3217 * solib-frv.c: Include gdb_bfd.h.
3218 (enable_break2): Use gdb_bfd_unref.
3219 * solib-dsbt.c: Include gdb_bfd.h.
3220 (enable_break2): Use gdb_bfd_unref.
3221 * solib-darwin.c: Include gdb_bfd.h.
3222 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3223 gdb_bfd_unref.
3224 (darwin_bfd_open): Use gdb_bfd_unref.
3225 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3226 * remote-mips.c: Include gdb_bfd.h.
3227 (mips_load_srec): Use gdb_bfd_ref.
3228 (pmon_load_fast): Use gdb_bfd_ref.
3229 * remote-m32r-sdi.c: Include gdb_bfd.h.
3230 (m32r_load): Use gdb_bfd_ref.
3231 * record.c: Include gdb_bfd.h.
3232 (record_save_cleanups): Use gdb_bfd_unref.
3233 (cmd_record_save): Use gdb_bfd_unref.
3234 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3235 gdb_bfd_unref.
3236 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3237 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3238 * objfiles.c: Include gdb_bfd.h.
3239 (free_objfile): Use gdb_bfd_unref.
3240 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3241 gdb_bfd.c.
3242 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3243 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3244 (macho_check_dsym): Likewise.
3245 * m32r-rom.c: Include gdb_bfd.h.
3246 (m32r_load): Use gdb_bfd_ref.
3247 (m32r_upload_command): Use gdb_bfd_ref.
3248 * jit.c: Include gdb_bfd.h.
3249 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3250 * gdb_bfd.h: New file.
3251 * gdb_bfd.c: New file.
3252 * gcore.c: Include gdb_bfd.h.
3253 (create_gcore_bfd): Use gdb_bfd_ref.
3254 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3255 (gcore_command): Use gdb_bfd_unref.
3256 * exec.c: Include gdb_bfd.h.
3257 (exec_close): Use gdb_bfd_unref.
3258 (exec_close_1): Use gdb_bfd_unref.
3259 (exec_file_attach): Use gdb_bfd_ref.
3260 * elfread.c: Include gdb_bfd.h.
3261 (build_id_verify): Use gdb_bfd_unref.
3262 * dsrec.c: Include gdb_bfd.h.
3263 (load_srec): Use gdb_bfd_ref.
3264 * corelow.c: Include gdb_bfd.h.
3265 (core_close): Use gdb_bfd_unref.
3266 (core_open): Use gdb_bfd_ref.
3267 * bfd-target.c: Include gdb_bfd.h.
3268 (target_bfd_xclose): Use gdb_bfd_unref.
3269 (target_bfd_reopen): Use gdb_bfd_ref.
3270 * Makefile.in (SFILES): Add gdb_bfd.c.
3271 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3272 (COMMON_OBS): Add gdb_bfd.o.
3273
3274 2012-07-18 Keith Seitz <keiths@redhat.com>
3275
3276 * breakpoint.c (find_condition_and_thread): Initialize
3277 TASK and REST.
3278 (create_breakpiont): find_condition_and_thread will now
3279 initialize COND_STRING, THREAD, and REST (and TASK).
3280 (addr_string_to_sals): Likewise.
3281
3282 2012-07-18 Pedro Alves <palves@redhat.com>
3283
3284 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3285 Pull the single step breakpoints out of the target.
3286
3287 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3288
3289 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3290 * stap-probe.c (compile_probe_arg): Likewise.
3291
3292 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3293
3294 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3295 (elf_compile_to_ax): Likewise.
3296 * infrun.c (insert_exception_resume_from_probe): Likewise.
3297 (check_exception_resume): Remove `objfile' variable.
3298 * probe.c (find_probe_by_pc): Remove `objfile' argument.
3299 (struct probe_and_objfile, probe_and_objfile_s): Delete.
3300 (collect_probes): Adjust return value to `VEC (probe_p) *'.
3301 (compare_entries): Rename to...
3302 (compare_probes): ...this. Adjust function to work with
3303 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
3304 respectively.
3305 (gen_ui_out_table_header_info): Adjust `probes' argument to be
3306 `VEC (probe_p) *'.
3307 (print_ui_out_info): Adjust argument to be `struct probe *'.
3308 (info_probes_for_ops): Adjust internal computations to use
3309 `VEC (probe_p) *'.
3310 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3311 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3312 gen_info_probes_table_values>: Remove `objfile' argument.
3313 (struct probe) <objfile>: New field.
3314 (find_probe_by_pc): Remove `objfile' argument.
3315 * stap-probe.c (stap_parse_probe_arguments): Likewise.
3316 (stap_get_probe_argument_count): Likewise.
3317 (stap_get_arg): Likewise.
3318 (stap_evaluate_probe_argument): Likewise.
3319 (stap_compile_to_ax): Likewise.
3320 (compile_probe_arg): Refactor not to pass `objfile' anymore.
3321 (handle_stap_probe): Fill `objfile' field from `struct probe'.
3322 (stap_gen_info_probes_table_header): Remove `objfile' argument.
3323 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3324 sym_compile_to_ax>: Likewise.
3325
3326 2012-07-18 Terry Guo <terry.guo@arm.com>
3327
3328 PR 14329
3329 * defs.h (GDB_MI_MSG_WIDTH): New.
3330 * ser_base (ser_base_read_error_fd): New function.
3331 (do_ser_base_readchar): Poll error file descriptor as well as
3332 standard output.
3333 (generic_readchar): Refactor error handling.
3334
3335 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3336
3337 * NEWS: Create a new section for the next release branch.
3338 Rename the section of the current branch, now that it has
3339 been cut.
3340
3341 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3342
3343 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3344 * version.in: Bump version to 7.5.50.20120718-cvs.
3345
3346 2012-07-17 Keith Seitz <keiths@redhat.com>
3347
3348 * linespec.c (linespec_parse_line_offset): Make parameter
3349 const.
3350
3351 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3352
3353 PR 11914
3354 * f-valprint.c (info_common_command): New variable frame_id.
3355 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3356 * printcmd.c (print_variable_and_value): Extend function comment.
3357 Add comment for invalidated FRAME.
3358 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3359 FI form FRAME_ID after each print_frame_local_vars.
3360 (struct print_variable_and_value_data): Change frame to frame_id.
3361 (do_print_variable_and_value): New variable frame, initialize it from
3362 p->frame_id. Add comment for invalidated FRAME.
3363 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3364 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3365 for invalidated FRAME.
3366
3367 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3368 Pedro Alves <palves@redhat.com>
3369
3370 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3371 loop.
3372
3373 2012-07-16 Tom Tromey <tromey@redhat.com>
3374
3375 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3376
3377 2012-07-15 Doug Evans <dje@google.com>
3378
3379 * dwarf2read.c (stmt_list_hash): New struct.
3380 (type_unit_group): Embed "per_cu" member, remove pointer.
3381 New union member "t", move member "tus" into it, all uses updated.
3382 New member "hash", replaces member "line_offset, all uses updated.
3383 (quick_file_names): Replace member "offset" with "hash", all uses
3384 updated.
3385 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3386 (hash_file_name_entry, eq_file_name_entry): Call them.
3387 (hash_type_unit_group, eq_type_unit_group): Ditto.
3388 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3389 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3390 (dw2_get_file_names): Update.
3391 (create_type_unit_group): Replace "per_cu" arg with "cu".
3392 All callers updated. Fix "quick" (.gdb_index) handling.
3393 (get_type_unit_group): Replace "per_cu" arg with "cu".
3394 All callers updated.
3395 (build_type_unit_groups): Don't reset tu_stats.
3396
3397 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3398 "tab_cur_size". Change member "tab" to be a htab_t.
3399 (create_filename_seen_cache): Update.
3400 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3401 (filename_seen): Update.
3402
3403 2012-07-13 Doug Evans <dje@google.com>
3404
3405 * symtab.c (filename_seen): Update comment.
3406
3407 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3408 Doug Evans <dje@google.com>
3409
3410 * buildsym.c (end_symtab_1): Split it to ...
3411 (end_symtab_get_static_block): ... this ...
3412 (end_symtab_from_static_block): ... and this function.
3413 (end_symtab, end_expandable_symtab): Call them.
3414 * buildsym.h (end_symtab_get_static_block)
3415 (end_symtab_from_static_block): New declarations.
3416 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3417 Set its valid CU ranges.
3418
3419 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3420
3421 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3422 DW_OP_GNU_parameter_ref.
3423
3424 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3425
3426 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3427 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3428
3429 2012-07-13 Doug Evans <dje@google.com>
3430
3431 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3432 (filename_seen_cache): New struct.
3433 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3434 (create_filename_seen_cache): New function.
3435 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3436 (filename_seen): Delete arg "first". New arg "cache". All callers
3437 updated.
3438 (output_source_filename_data): New struct.
3439 (output_source_filename): Delete arg "first". New arg "data".
3440 All callers updated.
3441 (sources_info): Delete local "first". New locals "data", "cleanups".
3442 Rewrite to use filename_seen_cache.
3443 (add_partial_filename_data): Delete member "first". New member
3444 "filename_seen_cache". All uses updated.
3445 (make_source_files_completion_list): Rewrite to use
3446 filename_seen_cache.
3447
3448 2012-07-12 Doug Evans <dje@google.com>
3449
3450 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3451
3452 2012-07-10 Doug Evans <dje@google.com>
3453
3454 PR gdb/13498
3455 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3456 all_type_unit_groups, type_unit_groups, tu_stats.
3457 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3458 All uses updated. Add type_unit_group to union "s".
3459 (type_unit_group): New struct.
3460 (IS_TYPE_UNIT_GROUP): New macro.
3461 (abbrev_table): Delete unused member "section".
3462 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3463 (dw2_get_cu): Assert not used with type_unit_group.
3464 (dw2_get_primary_cu): New function.
3465 (dw2_build_type_unit_groups_reader): New function.
3466 (dw2_build_type_unit_groups): New function.
3467 (dw2_get_file_names): Assert not called on type units.
3468 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3469 Redo loop to iterate over type unit groups instead of type units.
3470 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3471 (read_abbrev_offset): New function.
3472 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3473 updated.
3474 (create_partial_symtab): New function.
3475 (process_psymtab_comp_unit_reader): Assert not used with type units.
3476 Call create_partial_symtab.
3477 (process_psymtab_type_unit): Delete.
3478 (hash_type_unit_group, eq_type_unit_group): New functions.
3479 (allocate_type_unit_groups_table): New function.
3480 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3481 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3482 (create_type_unit_group, get_type_unit_group): New functions.
3483 (tu_abbrev_offset): New struct.
3484 (sort_tu_by_abbrev_offset): New function.
3485 (add_type_unit_group_to_table): New function.
3486 (build_type_unit_groups): New function.
3487 (build_type_psymtabs_reader): New function.
3488 (build_type_psymtab_dependencies): New function.
3489 (build_type_psymtabs): Rewrite.
3490 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3491 is seen in a type unit.
3492 (process_queue): Move symtab expansion debugging printfs here.
3493 Call process_full_type_unit for type units.
3494 (compute_symtab_includes): Assert not called for type units.
3495 (process_cu_includes): Don't call compute_symtab_includes for
3496 type units.
3497 (process_full_type_unit): New function.
3498 (process_imported_unit_die): Flag an error if called for type units.
3499 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3500 updated. Assert not called for type units.
3501 (read_file_scope): Call dwarf2_start_symtab.
3502 (setup_type_unit_groups): New function.
3503 (read_type_unit_scope): Rewrite.
3504 (abbrev_table_read_table): Initialize abbrev_table->offset.
3505 (abbrev_table_free_cleanup): New function.
3506 (dwarf2_start_symtab): New function.
3507 (load_full_type_unit): Assert not called for type unit groups.
3508 * buildsym.c (finish_block_internal): New arg "expandable".
3509 All callers updated.
3510 (start_symtab): Move most contents to ...
3511 (restart_symtab): ... here. New function.
3512 (reset_symtab_globals): New function.
3513 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3514 Call reset_symtab_globals.
3515 (end_symtab, end_expandable_symtab): New functions.
3516 (set_missing_symtab, augment_type_symtab): New functions.
3517 * buildsym.h (end_expandable_symtab): Declare.
3518 (augment_type_symtab, restart_symtab): Declare.
3519 * psympriv.h (struct partial_symtab): New member "anonymous".
3520 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3521 anonymous psymtabs.
3522 (read_psymtabs_with_filename): Ditto.
3523 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3524 (expand_symtabs_matching_via_partial): Ditto.
3525 (dump_psymtab): Update.
3526 * dictionary.c (dict_add_pending): New function.
3527 * dictionary.h (dict_add_pending): Declare.
3528
3529 2012-07-09 Doug Evans <dje@google.com>
3530
3531 * buildsym.c (start_subfile): Remove unnecessary check for
3532 name == NULL.
3533
3534 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3535
3536 * dwarf2read.c (load_full_type_unit): Simplify.
3537
3538 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3539 to struct signatured_type **. All uses updated.
3540
3541 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3542 All callers updated.
3543
3544 2012-07-09 Tom Tromey <tromey@redhat.com>
3545
3546 * c-exp.y (check_parameter_typelist): New function.
3547 (parameter_typelist): Call it.
3548 * eval.c (make_params): Handle '(void)' case.
3549 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3550 '(void)' case.
3551
3552 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3553
3554 * common/linux-ptrace.c: Include gdb_assert.h.
3555 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3556 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3557 stdint.h.
3558 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3559 functions.
3560 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3561 * linux-nat.c (linux_child_post_attach)
3562 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3563
3564 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3565
3566 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3567 nptl <2.7 bug workaround for core files.
3568
3569 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3570
3571 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3572 clearing.
3573 (save_siginfo): Remove.
3574 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3575 call.
3576 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3577 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3578 * linux-nat.h (struct lwp_info): Remove field siginfo.
3579
3580 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3581
3582 Code cleanup for the next patch.
3583 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3584 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3585 call for it.
3586 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3587 (ia64_linux_stopped_data_address):
3588 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3589 the return value.
3590 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3591 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3592 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3593 call for it.
3594
3595 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3596
3597 PR 14321
3598 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3599 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3600
3601 2012-07-06 Tom Tromey <tromey@redhat.com>
3602
3603 * c-exp.y (DOTDOTDOT): New token.
3604 (func_mod, exp): Use parameter_typelist.
3605 (parameter_typelist): New production.
3606 (tokentab3): Add "..." token.
3607 * eval.c (make_params): Handle varargs.
3608 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3609 varargs.
3610
3611 2012-07-06 Tom Tromey <tromey@redhat.com>
3612
3613 PR exp/9608:
3614 * c-exp.y (%union) <tvec>: Change type.
3615 (func_mod): Now uses <tvec> type.
3616 (exp): Update for tvec change.
3617 (direct_abs_decl): Push the typelist.
3618 (func_mod): Return a typelist.
3619 (nonempty_typelist): Update for tvec change.
3620 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3621 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3622 * parse.c (pop_type_list): New function.
3623 (push_typelist): New function.
3624 (follow_types): Handle tp_function_with_arguments.
3625 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3626 (enum type_pieces) <tp_function_with_arguments>: New constant.
3627 (union type_stack_elt) <typelist_val>: New field.
3628 (push_typelist): Declare.
3629
3630 2012-07-06 Tom Tromey <tromey@redhat.com>
3631
3632 * c-exp.y (%union) <type_stack>: New field.
3633 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3634 (ptr_operator_ts): New production.
3635 (ptype): Update.
3636 * parse.c (type_stack_reserve): New function.
3637 (check_type_stack_depth): Use it.
3638 (pop_type_stack, append_type_stack, push_type_stack)
3639 (get_type_stack, type_stack_cleanup): New functions.
3640 (follow_types): Handle tp_type_stack.
3641 (_initialize_parse): Simplify initialization.
3642 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3643 constant.
3644 (union type_stack_elt) <stack_val>: New field.
3645 (get_type_stack, append_type_stack, push_type_stack)
3646 (type_stack_cleanup): Declare.
3647
3648 2012-07-06 Tom Tromey <tromey@redhat.com>
3649
3650 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3651 Remove.
3652 (struct type_stack): New.
3653 * parse.c (type_stack, type_stack_size, type_stack_depth):
3654 Remove.
3655 (type_stack): New global.
3656 (parse_exp_in_context, check_type_stack_depth)
3657 (insert_into_type_stack, insert_type, push_type, push_type_int)
3658 (insert_type_address_space, pop_type, pop_type_int)
3659 (_initialize_parse): Update.
3660
3661 2012-07-06 Tom Tromey <tromey@redhat.com>
3662
3663 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3664 Remove %type.
3665
3666 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3667
3668 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3669
3670 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3671 Jan Kratochvil <jan.kratochvil@redhat.com>
3672
3673 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3674 alloca with xmalloc/xfree.
3675
3676 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3677
3678 * MAINTAINERS (Write After Approval): Add myself to the list.
3679
3680 2012-07-05 Doug Evans <dje@google.com>
3681
3682 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3683
3684 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3685
3686 * ax-gdb.c (cli/cli-utils.h): New include.
3687 (linespec.h): Ditto.
3688 (agent_eval_command_one): New function.
3689 (agent_command_1): Ditto.
3690 (agent_command): Call function agent_command_1.
3691 (agent_eval_command): Ditto.
3692 (_initialize_ax_gdb): Change help for "maint agent"
3693 and "maint agent-eval".
3694
3695 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3696
3697 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3698 * cli/cli-utils.c (check_for_argument): New function.
3699 * cli/cli-utils.h (check_for_argument): Ditto.
3700
3701 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3702
3703 * NEWS: Mention x32 ABI support.
3704
3705 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3706
3707 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3708 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3709
3710 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3711 and pc_regnum_from_eax to -1. Update SP regnum from
3712 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3713 needed.
3714
3715 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3716 pc_regnum_from_eax.
3717
3718 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3719
3720 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3721 * dwarf2expr.h: Include gdbtypes.h.
3722 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3723 these forward declarations.
3724 (cu_offset, sect_offset): Move these ...
3725 * gdbtypes.h: Remove include dwarf2expr.h.
3726 (cu_offset, sect_offset): ... here.
3727
3728 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3729
3730 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3731 (amd64_linux_sigtramp_code): This.
3732 (amd64_x32_linux_sigtramp_code): New.
3733 (LINUX_SIGTRAMP_LEN): Updated.
3734 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3735
3736 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3737
3738 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3739
3740 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3741
3742 * config.in: Regenerate.
3743 * configure: Regenerate.
3744 * configure.ac: Remove check for gnu/libc-version.h.
3745 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3746 gnu/libc-version.h.
3747 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3748 variables libc_version, libc_major and libc_minor. Replace sscanf by
3749 inferior_has_bug. Extend the comment.
3750
3751 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3752
3753 * linux-thread-db.c (inferior_has_bug): New function.
3754 (thread_db_find_new_threads_silently): Return boolean as checked by
3755 inferior_has_bug, describe it in the comments.
3756 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3757 earlier. Abort the initialization if it returned non-zero.
3758 (thread_db_new_objfile): Exclude debug files.
3759 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3760 if UNTIL_NO_NEW,
3761
3762 2012-07-02 Doug Evans <dje@google.com>
3763
3764 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3765 related to queue management.
3766
3767 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3768 instead of "debug dwarf2-die" in debugging printfs.
3769 (create_debug_info_hash_table_reader): Ditto.
3770 (create_debug_info_hash_table): Ditto.
3771 (init_dwo_file): Ditto.
3772 (init_cutu_and_read_dies): Add debugging printf.
3773 (init_cutu_and_read_dies_no_follow): Ditto.
3774 (process_psymtab_comp_unit_reader): Ditto.
3775
3776 2012-07-02 Stan Shebs <stan@codesourcery.com>
3777
3778 Add target-side support for dynamic printf.
3779 * NEWS: Mention the additional style.
3780 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3781 (struct bp_location): New field cmd_bytecode.
3782 * breakpoint.c: Include format.h.
3783 (disconnected_dprintf): New global.
3784 (parse_cmd_to_aexpr): New function.
3785 (build_target_command_list): New function.
3786 (insert_bp_location): Call it.
3787 (remove_breakpoints_pid): Skip dprintf breakpoints.
3788 (print_one_breakpoint_location): Ditto.
3789 (dprintf_style_agent): New global.
3790 (dprintf_style_enums): Add dprintf_style_agent.
3791 (update_dprintf_command_list): Add agent case.
3792 (agent_printf_command): New function.
3793 (_initialize_breakpoint): Add new commands.
3794 * common/ax.def (printf): New bytecode.
3795 * ax.h (ax_string): Declare.
3796 * ax-gdb.h (gen_printf): Declare.
3797 * ax-gdb.c: Include cli-utils.h, format.h.
3798 (gen_printf): New function.
3799 (maint_agent_print_command): New function.
3800 (_initialize_ax_gdb): Add maint agent-printf command.
3801 * ax-general.c (ax_string): New function.
3802 (ax_print): Add printf disassembly.
3803 * Makefile.in (SFILES): Add format.c
3804 (COMMON_OBS): Add format.o.
3805 * common/format.h: New file.
3806 * common/format.c: New file.
3807 * printcmd.c: Include format.h.
3808 (ui_printf): Call parse_format_string.
3809 * remote.c (remote_state): New field breakpoint_commands.
3810 (PACKET_BreakpointCommands): New enum.
3811 (remote_breakpoint_commands_feature): New function.
3812 (remote_protocol_features): Add new BreakpointCommands entry.
3813 (remote_can_run_breakpoint_commands): New function.
3814 (remote_add_target_side_commands): New function.
3815 (remote_insert_breakpoint): Call it.
3816 (remote_insert_hw_breakpoint): Ditto.
3817 (_initialize_remote): Add new packet configuration for
3818 target-side breakpoint commands.
3819 * target.h (struct target_ops): New field
3820 to_can_run_breakpoint_commands.
3821 (target_can_run_breakpoint_commands): New macro.
3822 * target.c (update_current_target): Handle
3823 to_can_run_breakpoint_commands.
3824
3825 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3826
3827 Execute -ix and -iex only after system and user gdbinit files.
3828 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3829 processing down after gdbinit files.
3830
3831 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3832
3833 Add fnmatch-gnu module.
3834 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3835 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3836 * gnulib/aclocal.m4: Regenerate.
3837 * gnulib/config.in: Regenerate.
3838 * gnulib/configure: Regenerate.
3839 * gnulib/import/dummy.c: Remove.
3840 * gnulib/import/Makefile.am: Regenerate.
3841 * gnulib/import/Makefile.in: Likewise.
3842 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3843 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3844 * gnulib/import/alloca.c: New file.
3845 * gnulib/import/alloca.in.h: Likewise.
3846 * gnulib/import/config.charset: Likewise.
3847 * gnulib/import/fnmatch.c: Likewise.
3848 * gnulib/import/fnmatch.in.h: Likewise.
3849 * gnulib/import/fnmatch_loop.c: Likewise.
3850 * gnulib/import/localcharset.c: Likewise.
3851 * gnulib/import/localcharset.h: Likewise.
3852 * gnulib/import/m4/alloca.m4: Likewise.
3853 * gnulib/import/m4/codeset.m4: Likewise.
3854 * gnulib/import/m4/configmake.m4: Likewise.
3855 * gnulib/import/m4/fcntl-o.m4: Likewise.
3856 * gnulib/import/m4/fnmatch.m4: Likewise.
3857 * gnulib/import/m4/glibc21.m4: Likewise.
3858 * gnulib/import/m4/localcharset.m4: Likewise.
3859 * gnulib/import/m4/locale-fr.m4: Likewise.
3860 * gnulib/import/m4/locale-ja.m4: Likewise.
3861 * gnulib/import/m4/locale-zh.m4: Likewise.
3862 * gnulib/import/m4/mbrtowc.m4: Likewise.
3863 * gnulib/import/m4/mbsinit.m4: Likewise.
3864 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3865 * gnulib/import/m4/mbstate_t.m4: Likewise.
3866 * gnulib/import/m4/stdbool.m4: Likewise.
3867 * gnulib/import/m4/wchar_h.m4: Likewise.
3868 * gnulib/import/m4/wctype_h.m4: Likewise.
3869 * gnulib/import/m4/wint_t.m4: Likewise.
3870 * gnulib/import/mbrtowc.c: Likewise.
3871 * gnulib/import/mbsinit.c: Likewise.
3872 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3873 * gnulib/import/mbsrtowcs-state.c: Likewise.
3874 * gnulib/import/mbsrtowcs.c: Likewise.
3875 * gnulib/import/ref-add.sin: Likewise.
3876 * gnulib/import/ref-del.sin: Likewise.
3877 * gnulib/import/stdbool.in.h: Likewise.
3878 * gnulib/import/streq.h: Likewise.
3879 * gnulib/import/strnlen1.c: Likewise.
3880 * gnulib/import/strnlen1.h: Likewise.
3881 * gnulib/import/verify.h: Likewise.
3882 * gnulib/import/wchar.in.h: Likewise.
3883 * gnulib/import/wctype.in.h: Likewise.
3884
3885 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3886
3887 Support shell wildcards for 'set auto-load safe-path'.
3888 * auto-load.c: Include fnmatch.h.
3889 (filename_is_in_dir): Rename to ...
3890 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3891 it. Update function comment. Rename dir_len to pattern_len. New
3892 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3893 messages. Use gdb_filename_fnmatch.
3894 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3895 pattern.
3896 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3897 * defs.h (gdb_filename_fnmatch): New declaration.
3898 * utils.c: Include fnmatch.h.
3899 (gdb_filename_fnmatch): New function.
3900
3901 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3902
3903 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3904 `-probe' and `-probe-stap' options.
3905
3906 2012-07-01 Yao Qi <yao@codesourcery.com>
3907
3908 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3909 always_inserted_off, and always_inserted_enums.
3910 Change always_inserted_mode's type to 'enum auto_boolean'.
3911 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3912 callers.
3913 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3914 of add_setshow_enum_cmd.
3915 * infrun.c: Remove can_use_displaced_stepping_auto,
3916 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3917 can_use_displaced_stepping_enum.
3918 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3919 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3920 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3921 add_setshow_enum_cmd.
3922
3923 2012-06-30 Doug Evans <dje@google.com>
3924
3925 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3926 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3927 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3928
3929 2012-06-29 Doug Evans <dje@google.com>
3930
3931 * linespec.c: #include "stack.h".
3932 (decode_line_with_current_source): Moved here from symtab.c and
3933 renamed from decode_line_spec. All callers updated.
3934 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3935 renamed from decode_line_spec_1. All callers updated.
3936 * linespec.h (decode_line_with_current_source): Move declaration here
3937 from symtab.h and renamed from decode_line_spec.
3938 (decode_line_with_last_displayed): Move declaration here from symtab.h
3939 and renamed from decode_line_spec_1.
3940 * macrocmd.c: #include "linespec.h".
3941 * symtab.c: Remove #include "linespec.h".
3942
3943 2012-06-28 Doug Evans <dje@google.com>
3944
3945 * dwarf2read.c (get_cu_length): New function.
3946 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3947 (create_debug_types_hash_table): Ditto.
3948 (init_cutu_and_read_dies): Ditto.
3949 (init_cutu_and_read_dies_no_follow): Ditto.
3950
3951 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3952
3953 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3954 (struct abbrev_table): Define.
3955 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3956 abbrev_table.
3957 (init_cutu_and_read_dies): Update.
3958 (abbrev_table_alloc_abbrev): New function. Replaces
3959 dwarf_alloc_abbrev. All callers updated.
3960 (abbrev_table_add_abbrev): New function.
3961 (abbrev_table_lookup_abbrev): New function. Replaces
3962 dwarf2_lookup_abbrev. All callers updated.
3963 (abbrev_table_read_table): New function. Contents moved here from
3964 dwarf2_read_abbrevs.
3965 (dwarf2_read_abbrevs): Call it.
3966 (abbrev_table_free): New function.
3967 (dwarf2_free_abbrev_table): Call it.
3968
3969 2012-06-28 Stan Shebs <stan@codesourcery.com>
3970
3971 * osdata.c (info_osdata_command): Filter out "Title" columns
3972 from non-MI uses.
3973 * common/linux-osdata.c (struct osdata_type): Add title field.
3974 (osdata_table): Add titles to each entry.
3975 (linux_command_xfer_osdata): Add a column for title data.
3976
3977 2012-06-28 Stan Shebs <stan@codesourcery.com>
3978
3979 Make logging work for MI.
3980 * NEWS: Mention it.
3981 * interps.h (interp_set_logging_ftype): New typedef.
3982 (struct interp_procs): New field set_logging_proc.
3983 (current_interp_set_logging): Declare.
3984 * interps.c (current_interp_set_logging): New function.
3985 * cli/cli-logging.c: Include interps.h.
3986 (set_logging_redirect): Call current_interp_set_logging.
3987 (pop_output_files): Ditto.
3988 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3989 * mi/mi-console.h (mi_console_set_raw): Declare.
3990 * mi/mi-console.c (mi_console_set_raw): New function.
3991 * mi/mi-interp.c (saved_raw_stdout): New global.
3992 (mi_set_logging): New function.
3993 (_initialize_mi_interp): Add it to interp procs.
3994
3995 2012-06-28 Doug Evans <dje@google.com>
3996
3997 * symtab.c (lookup_symbol_aux_objfile): Use
3998 ALL_OBJFILE_PRIMARY_SYMTABS.
3999
4000 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4001
4002 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4003
4004 * common/buffer.c: Include inttypes.h and stdint.h.
4005 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4006
4007 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4008 Pedro Alves <palves@redhat.com>
4009
4010 * gdbthread.h (ALL_THREADS): New macro.
4011 (thread_list): Declare.
4012 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4013 going, but instead fall through to the stepping handling.
4014 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4015 the passed in signal. Adjust debug output.
4016 (resume_callback): Rename to ...
4017 (linux_nat_resume_callback): ... this. Pass the thread's last
4018 stop signal, if in "pass" state.
4019 (linux_nat_resume): Adjust to rename.
4020 (stop_wait_callback): New assertion. Don't respawn signals;
4021 instead let the LWP remain with SIGNALLED set.
4022 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4023 * remote.c (append_pending_thread_resumptions): New.
4024 (remote_vcont_resume): Call it.
4025 * target.h (target_resume): Extend comment.
4026
4027 2012-06-28 Iain Sandoe <iain@codesourcery.com>
4028
4029 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4030
4031 2012-06-27 Doug Evans <dje@google.com>
4032
4033 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4034 Delete have_addr_base, unused. All uses updated.
4035 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4036 (dwarf2_get_pc_bounds): Add ranges_base.
4037 (dwarf2_record_block_ranges): Ditto.
4038
4039 2012-06-27 Tom Tromey <tromey@redhat.com>
4040
4041 PR macros/7961:
4042 * varobj.c (varobj_create): Update.
4043 (varobj_set_value): Update.
4044 * tracepoint.c (validate_actionline): Update.
4045 (encode_actions_1): Update.
4046 * parse.c (parse_exp_1): Add 'pc' argument.
4047 (parse_exp_in_context): Add 'pc' argument. Change how
4048 expression_context_pc is set.
4049 (parse_expression): Update.
4050 (parse_field_expression): Update.
4051 * expression.h (parse_exp_1): Update.
4052 * eval.c (parse_to_comma_and_eval): Update.
4053 * breakpoint.c (set_breakpoint_condition): Update.
4054 (update_watchpoint): Update.
4055 (init_breakpoint_sal): Update
4056 (find_condition_and_thread): Update.
4057 (watch_command_1): Update.
4058 (update_breakpoint_locations): Update.
4059 * ada-lang.c (ada_read_renaming_var_value): Update.
4060 (create_excep_cond_exprs): Update.
4061
4062 2012-06-27 Doug Evans <dje@google.com>
4063
4064 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4065 type units.
4066
4067 2012-06-26 Doug Evans <dje@google.com>
4068
4069 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4070 prototype.
4071 (error_check_comp_unit_head): New arg abbrev_section. All callers
4072 updated.
4073 (read_and_check_comp_unit_head): Ditto.
4074 (read_and_check_type_unit_head): Ditto.
4075
4076 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4077
4078 New attribute 'last' for gdb.Symtab_and_line.
4079 * NEWS (Python Scripting): Add entry about the new attribute.
4080 * python/py-symtab.c (salpy_get_last): New function which
4081 implements the get method for the 'last' attribute of
4082 gdb.Symtab_and_line.
4083 (sal_object_getset): Add entry for the 'last' attribute.
4084
4085 2012-06-26 Doug Evans <dje@google.com>
4086
4087 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4088 (dwo_sections): Add macinfo, macro.
4089 (dwarf2_locate_dwo_sections): Watch for macro sections.
4090 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4091 All callers updated. Handle DWO files.
4092
4093 * NEWS: Mention new options "set debug dwarf2-read" and
4094 "set debug symtab-create".
4095 * dwarf2read.c (dwarf2_read_debug): New static global.
4096 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4097 (process_queue): Ditto.
4098 (process_full_comp_unit): Ditto.
4099 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4100 * elfread.c (elf_symfile_read): Add debugging printf.
4101 * minsyms.c (install_minimal_symbols): Ditto.
4102 * psymtab.c (allocate_psymtab): Ditto.
4103 * symfile.c (allocate_symtab): Ditto.
4104 * symtab.c (symtab_create_debug): New global.
4105 (_initialize_symtab): Add new option "set debug symtab-create".
4106 * symtab.h (symtab_create_debug): Declare.
4107
4108 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4109 (lookup_dwo_type_unit): Ditto.
4110
4111 2012-06-26 Roland McGrath <roland@hack.frob.com>
4112 H.J. Lu <hongjiu.lu@intel.com>
4113
4114 * amd64-linux-nat.c: Include <sys/user.h>.
4115 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4116 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4117 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4118
4119 * configure.ac: Check if the fs_base and gs_base members of
4120 `struct user_regs_struct' exist.
4121 * config.in: Regenerated.
4122 * configure: Likewise.
4123
4124 2012-06-25 Michael Eager <eager@eagercon.com>
4125
4126 PR python/14291
4127 * python/python.c (gdbpy_write): Check for interrupted output.
4128
4129 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4130
4131 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4132 register as a stack alignment in ARM mode.
4133
4134 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4135
4136 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4137 * gnulib/config.in: Regenerate.
4138 * gnulib/configure: Likewise.
4139 * gnulib/import/m4/extensions.m4: Update it.
4140 * gnulib/import/m4/gnulib-common.m4: Likewise.
4141 * gnulib/import/m4/memmem.m4: Likewise.
4142 * gnulib/import/m4/mmap-anon.m4: Likewise.
4143 * gnulib/import/m4/multiarch.m4: Likewise.
4144 * gnulib/import/stdint.in.h: Likewise.
4145
4146 2012-06-24 Yao Qi <yao@codesourcery.com>
4147
4148 * corefile.c (write_memory_with_notification): New.
4149 * gdbcore.h: Declare write_memory_with_notification.
4150 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4151 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4152 * valops.c (value_assign): Likewise.
4153 * python/py-inferior.c (infpy_write_memory): Call
4154 'write_memory_with_notification'.
4155
4156 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4157
4158 * cc-with-index.sh: Use also -ex "set auto-load no".
4159
4160 2012-06-23 Doug Evans <dje@google.com>
4161
4162 PR 14125
4163 * NEWS: Document additions to .gdb_index.
4164 * dwarf2read.c: #include "gdb/gdb-index.h".
4165 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4166 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4167 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4168 (dwarf2_read_index): Recognize version 7.
4169 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4170 block_kind, domain): All callers updated.
4171 (dw2_find_symbol_file): Handle new index CU values.
4172 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4173 (add_index_entry): New args is_static, kind. All callers updated.
4174 (offset_type_compare, uniquify_cu_indices): New functions
4175 (symbol_kind): New function.
4176 (write_psymtabs_to_index): Remove duplicate CU values.
4177 (write_psymtabs_to_index): Write .gdb_index version 7.
4178
4179 2012-06-22 Joel Brobecker <brobecker@adacore.com>
4180
4181 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4182 * configure: Regenerate.
4183
4184 2012-06-20 Yao Qi <yao@codesourcery.com>
4185
4186 * python/py-inferior.c: Update comments of infpy_read_memory
4187 and infpy_write_memory.
4188
4189 2012-06-19 Tom Tromey <tromey@redhat.com>
4190
4191 PR exp/9514:
4192 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4193 (push_type_address_space): Remove.
4194 * parse.c (insert_into_type_stack): New function.
4195 (insert_type): Likewise.
4196 (insert_type_address_space): Rename from push_type_address_space.
4197 Insert tp_space_identifier.
4198 * c-exp.y (ptr_operator): New production.
4199 (abs_decl): Use ptr_operator.
4200 (space_identifier): Call insert_type_address_space.
4201 (ptype): Don't use const_or_volatile_or_space_identifier.
4202 (const_or_volatile_noopt): Call insert_type.
4203 (conversion_type_id, conversion_declarator): New productions.
4204 (operator): Use conversion_type_id.
4205
4206 2012-06-18 Doug Evans <dje@google.com>
4207
4208 * symtab.h (minimal_symbol): New member created_by_gdb.
4209 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4210 created by gdb.
4211 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4212 (search_symbols): Call it instead of lookup_symbol.
4213 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4214
4215 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4216 Adjust address for DW_OP_GNU_addr_index.
4217 * dwarf2expr.h (dwarf_expr_context): Update comment.
4218 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4219 all callers updated. Handle TLS vars described with
4220 DW_OP_GNU_const_index.
4221 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4222 and DW_OP_GNU_const_index.
4223 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4224
4225 * block.c (find_block_in_blockvector): Make explicit the fact that we
4226 ignore GLOBAL_BLOCK.
4227
4228 2012-06-18 Tom Tromey <tromey@redhat.com>
4229
4230 * c-exp.y (operator): Remove trailing space after "delete" and
4231 "delete[]".
4232
4233 2012-06-18 Mark Kettenis <kettenis@gnu.org>
4234 Jan Kratochvil <jan.kratochvil@redhat.com>
4235
4236 Switch i386 and derived targets to ON_STACK.
4237 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4238 (amd64_dicos_init_abi): Remove its installment.
4239 * dicos-tdep.c (dicos_init_abi): Remove the
4240 set_gdbarch_call_dummy_location call. Update the comment here.
4241 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4242 (i386_dicos_init_abi): Remove its installment.
4243 * i386-tdep.c (i386_push_dummy_code): New function.
4244 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4245 i386_push_dummy_code.
4246
4247 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4248
4249 Remove stale dummy frames.
4250 * breakpoint.c: Include dummy-frame.h.
4251 (longjmp_breakpoint_ops): New variable.
4252 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4253 bp_longjmp_call_dummy.
4254 (bpstat_what, bptype_string, print_one_breakpoint_location)
4255 (init_bp_location): Support bp_longjmp_call_dummy.
4256 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
4257 (set_longjmp_breakpoint_for_call_dummy)
4258 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4259 functions.
4260 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4261 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
4262 FIXME comment and extend the other comment for bp_call_dummy.
4263 (set_longjmp_breakpoint_for_call_dummy)
4264 (check_longjmp_breakpoint_for_call_dummy): New declarations.
4265 * dummy-frame.c: Include gdbthread.h.
4266 (pop_dummy_frame_bpt): New function.
4267 (pop_dummy_frame): Call pop_dummy_frame_bpt.
4268 (dummy_frame_discard): New function.
4269 (cleanup_dummy_frames): Update the comment about longjmps.
4270 * dummy-frame.h (dummy_frame_discard): New declaration.
4271 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4272 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
4273 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
4274 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4275 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
4276 keep_going if IS_LONGJMP and there is no other reason to stop.
4277
4278 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
4279
4280 * remote-sim.c (sim_command_completer): Initialize
4281 variable 'result'.
4282
4283 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4284
4285 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4286 * dwarf2loc.c (call_site_parameter_matches): Support
4287 CALL_SITE_PARAMETER_PARAM_OFFSET.
4288 (needs_dwarf_reg_entry_value): Push stub value.
4289 * dwarf2read.c (read_call_site_scope): New variable origin. Support
4290 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4291 * gdbtypes.h (enum call_site_parameter_kind): New item
4292 CALL_SITE_PARAMETER_PARAM_OFFSET.
4293 (struct call_site.parameter.u): New field param_offset.
4294
4295 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4296
4297 Code cleanup: Generalize call_site.parameter key.
4298 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4299 variable dwarf_reg. New variable kind_u. Update parameters to
4300 push_dwarf_reg_entry_value.
4301 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4302 * dwarf2expr.h (enum call_site_parameter_kind)
4303 (union call_site_parameter_u): Forward declarations.
4304 (struct dwarf_expr_context_funcs): Update parameters and their
4305 description for push_dwarf_reg_entry_value.
4306 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4307 * dwarf2loc.c (call_site_parameter_matches): New function.
4308 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4309 description. Use call_site_parameter_matches.
4310 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4311 Update parameters and their description.
4312 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4313 New variable kind_u. Adjust the caller for updated parameters.
4314 (needs_dwarf_reg_entry_value): Update parameters.
4315 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
4316 instead of attr. Update for the changed fields of struct
4317 call_site_parameter.
4318 * gdbtypes.h: Include dwarf2expr.h.
4319 (enum call_site_parameter_kind): New.
4320 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
4321 fb_offset into new union u.
4322
4323 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4324
4325 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4326 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4327 for x32.
4328
4329 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4330
4331 * amd64-linux-nat.c (compat_x32_clock_t): New.
4332 (compat_x32_siginfo_t): Likewise.
4333 (compat_x32_siginfo_from_siginfo): Likewise.
4334 (siginfo_from_compat_x32_siginfo): Likewise.
4335 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4336 and siginfo_from_compat_x32_siginfo for x32.
4337
4338 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
4339
4340 * tracepoint.c (tfile_xfer_partial): Add a lseek.
4341
4342 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4343
4344 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4345 instead of gdbarch_ptr_bit.
4346 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4347 (amd64_supply_native_gregset): Likewise.
4348 (amd64_collect_native_gregset): Likewise.
4349 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4350 (amd64_supply_xsave): Likewise.
4351 (amd64_collect_fxsave): Likewise.
4352 (amd64_collect_xsave): Likewise.
4353
4354 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4355
4356 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4357 (amd64_linux_read_description): Check DS segment register for
4358 x32 process.
4359
4360 2012-06-15 Tom Tromey <tromey@redhat.com>
4361
4362 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4363 init_cutu_and_read_dies.
4364
4365 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4366
4367 * MAINTAINERS (Write After Approval): Add myself to the list.
4368
4369 2012-06-15 Tom Tromey <tromey@redhat.com>
4370
4371 * valops.c (value_find_oload_method_list): Now static.
4372 * value.h (value_find_oload_method_list): Don't declare.
4373
4374 2012-06-15 Tom Tromey <tromey@redhat.com>
4375
4376 * valops.c (find_overload_match): Use value_ind.
4377
4378 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4379
4380 * infrun.c (handle_inferior_event): Correct indentation.
4381
4382 2012-06-14 Doug Evans <dje@google.com>
4383
4384 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4385 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4386 All uses updated.
4387 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4388 updated. Handle DEBUG_LOC_START_LENGTH.
4389 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4390 (loclist_describe_location): Ditto.
4391
4392 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4393
4394 PR backtrace/13866
4395 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4396 after hiding inline functions.
4397
4398 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4399
4400 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4401 _initialize_inf_ttrace.
4402
4403 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4404
4405 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4406 _initialize_hppa_hpux_nat.
4407
4408 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4409
4410 * remote-sim.c (sim_command_completer): Change type of return
4411 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4412
4413 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4414 Jan Kratochvil <jan.kratochvil@redhat.com>
4415
4416 PR tdep/14222
4417 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4418 stack on a 16-byte boundary.
4419
4420 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4421
4422 * jit.c (finalize_symtab): Set function's return type to 'void' by
4423 default.
4424
4425 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4426 H.J. Lu <hongjiu.lu@intel.com>
4427
4428 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4429 Move bits common to both the classic LP64 and the new x32 ILP32
4430 ABI here.
4431 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4432 (amd64_x32_linux_init_abi): New function.
4433 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4434 subtype.
4435
4436 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4437 * i386-tdep.c (i386_pseudo_register_name): Make public.
4438 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4439 * amd64-tdep.c (amd64_dword_names): Add "eip".
4440 (amd64_x32_pseudo_register_type): New function
4441 (amd64_x32_init_abi): New function.
4442
4443 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4444
4445 PR build/14003
4446 * inferior.h (struct inferior_suspend_state): Comment out.
4447 (struct inferior): Comment out the field suspend.
4448 * infrun.c (struct infcall_suspend_state): Comment out the field
4449 inferior_suspend.
4450 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4451 out its assignment.
4452
4453 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4454
4455 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4456 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4457 function comment. Return ERROR for unresolved cases. Implement
4458 returning proper NAME.
4459 (yylex): Accept also NAME from classify_inner_name.
4460 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4461 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4462 LOC_TYPEDEF type.
4463 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4464
4465 2012-06-13 Tom Tromey <tromey@redhat.com>
4466
4467 * breakpoint.c (condition_completer): New function.
4468 (_initialize_breakpoint): Use it.
4469 * value.c (complete_internalvar): New function.
4470 * value.h (complete_internalvar): Declare.
4471
4472 2012-06-13 Tom Tromey <tromey@redhat.com>
4473
4474 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4475 * breakpoint.c (catch_syscall_completer): Return a VEC.
4476 * cli/cli-cmds.c (complete_command): Update.
4477 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4478 (complete_on_enum): Likewise.
4479 * command.h: Include gdb_vecs.h.
4480 (completer_ftype): Change return type.
4481 (complete_on_cmdlist, complete_on_enum): Likewise.
4482 * completer.c (noop_completer, filename_completer)
4483 (location_completer): Return a VEC.
4484 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4485 to a VEC.
4486 (expression_completer, complete_line_internal, complete_line)
4487 (command_completer): Return a VEC.
4488 (gdb_completion_word_break_characters, line_completion_function):
4489 Update.
4490 * completer.h: Include gdb_vecs.h.
4491 (complete_line, noop_completer, filename_completer)
4492 (expression_completer, location_completer, command_completer):
4493 Update.
4494 * f-lang.c (f_word_break_characters): Return a VEC.
4495 * interps.c (interpreter_completer): Return a VEC.
4496 * language.h (struct language_defn)
4497 <la_make_symbol_completion_list>: Return a VEC.
4498 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4499 * symtab.c (free_completion_list): Take a VEC.
4500 (return_val_size, return_val_index): Remove.
4501 (return_val): Now a VEC.
4502 (completion_list_add_name): Update.
4503 (default_make_symbol_completion_list_break_on)
4504 (default_make_symbol_completion_list, make_symbol_completion_list)
4505 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4506 Return a VEC.
4507 (add_filename_to_list): Update.
4508 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4509 <list>: Now a VEC.
4510 (maybe_add_partial_symtab_filename): Update.
4511 (make_source_files_completion_list): Return a VEC.
4512 * symtab.h (default_make_symbol_completion_list_break_on)
4513 (default_make_symbol_completion_list, make_symbol_completion_list)
4514 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4515 (make_source_files_completion_list): Update.
4516
4517 2012-06-13 Tom Tromey <tromey@redhat.com>
4518
4519 * breakpoint.c (add_catch_command): Use completer_ftype.
4520 * breakpoint.h: Include command.h.
4521 (add_catch_command): Use completer_ftype.
4522 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4523 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4524 Use completer_ftype.
4525 * command.h (completer_ftype): New typedef.
4526 (set_cmd_completer): Use it.
4527 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4528 completer_ftype.
4529
4530 2012-06-13 Pedro Alves <palves@redhat.com>
4531
4532 Partial revert of previous change.
4533
4534 * serial.c (scb_base): New global.
4535 (serial_for_fd): New.
4536 (serial_open, serial_fdopen_ops): Link new serial in open serials
4537 chain.
4538 (do_serial_close): Unlink serial from the open serials chain.
4539
4540 2012-06-12 Pedro Alves <palves@redhat.com>
4541
4542 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4543 threads here.
4544 (prepare_for_detach): No longer context switch here in non-stop
4545 mode.
4546 (fetch_inferior_event): Ditto.
4547 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4548 to the event thread before removing breakpoints. Switch to the
4549 event thread before inserting breakpoints and resuming.
4550 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4551 event thread before resuming.
4552 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4553 Switch to the event thread before removing breakpoints.
4554
4555 2012-06-12 Eli Zaretskii <eliz@gnu.org>
4556
4557 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4558 special characters correctly for the Windows shells. See
4559 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4560 report.
4561 [!__MINGW32__]: Remove extra double quote character from special
4562 characters.
4563
4564 2012-06-11 Stan Shebs <stan@codesourcery.com>
4565
4566 * ui-out.h: Remove #if 0 declarations.
4567 * ui-out.c: Remove #if 0 functions.
4568
4569 2012-06-11 Pedro Alves <palves@redhat.com>
4570
4571 * ser-base.c (run_async_handler_and_reschedule): New.
4572 (fd_event, push_event): Use it.
4573 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4574 reference count to 1.
4575 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4576 instead of xfree.
4577 (serial_is_open, serial_ref, serial_unref): New.
4578 * serial.h (serial_open): Adjust comment.
4579 (serial_is_open): Declare.
4580 (serial_close): Adjust comment.
4581 (serial_ref, serial_unref) Declare.
4582 (struct serial): New field 'refcnt'.
4583
4584 2012-06-11 Pedro Alves <palves@redhat.com>
4585
4586 Remove #if 0'd "connect" command, and unnecessary associated
4587 refcounting and serial reuse bits.
4588
4589 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4590 * serial.c (last_serial_opened): Delete.
4591 (scb_base): Delete.
4592 (serial_open): Adjust.
4593 (serial_for_fd): Delete.
4594 (serial_fdopen_ops, do_serial_close): Adjust.
4595 (serial_fdopen_ops): Adjust.
4596
4597 2012-06-11 Pedro Alves <palves@redhat.com>
4598
4599 * serial.c (do_serial_close): Remove early return when SCB is
4600 null.
4601
4602 2012-06-11 Tom Tromey <tromey@redhat.com>
4603
4604 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4605
4606 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4607
4608 Fix regression by the "ambiguous linespec" series.
4609 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4610 get_last_displayed_symtab and get_last_displayed_line and depending
4611 on CURSAL.
4612
4613 2012-06-11 Tom Tromey <tromey@redhat.com>
4614
4615 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4616 (dw2_find_symbol_file): Use it.
4617
4618 2012-06-11 Michael Eager <eager@eagercon.com>
4619
4620 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4621 * mips-linux-tdep.h (mips_signals): New
4622
4623 2012-06-11 Tom Tromey <tromey@redhat.com>
4624
4625 * infrun.c (handle_inferior_event)
4626 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4627 breakpoint.
4628 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4629 exception logic in all cases. Update comments.
4630 (insert_longjmp_resume_breakpoint): Set the exception resume
4631 breakpoint.
4632
4633 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4634
4635 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4636
4637 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4638
4639 * valarith.c (binop_types_user_defined_p): Fix a typo.
4640
4641 2012-06-08 Yao Qi <yao@codesourcery.com>
4642 Chung-Lin Tang <cltang@codesourcery.com>
4643
4644 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4645 * arch-utils.h: Declare.
4646 * gdbarch.sh: Add return_in_first_hidden_param_p.
4647 * gdbarch.c, gdbarch.h: Regenerated.
4648 * infcall.c (call_function_by_hand): Call
4649 gdbarch_return_in_first_hidden_param_p instead of
4650 language_pass_by_reference.
4651
4652 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4653 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4654 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4655 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4656 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4657 `cplus_return_struct_by_reference'.
4658 (tic6x_return_value): Handle language cplusplus.
4659 (tic6x_return_in_first_hidden_param_p): New.
4660 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4661
4662 2012-06-07 Doug Evans <dje@google.com>
4663
4664 * dwarf2read.c (dwarf2_cu): Add comment.
4665
4666 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4667
4668 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4669 variable.
4670 (mips_eabi_push_dummy_call): Likewise.
4671 (mips_n32n64_push_dummy_call): Likewise.
4672 (mips_o32_push_dummy_call): Likewise.
4673 (mips_o64_push_dummy_call): Likewise.
4674
4675 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4676
4677 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4678
4679 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4680
4681 * mips-tdep.c (mips_pseudo_register_type): Use
4682 mips_float_register_p.
4683
4684 2012-06-06 Pedro Alves <palves@redhat.com>
4685
4686 * infrun.c (handle_inferior_event): Remove calls to
4687 reinit_frame_cache that follow a context_switch call.
4688
4689 2012-06-06 Pedro Alves <palves@redhat.com>
4690
4691 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4692 context_switch and remove stale comment.
4693
4694 2012-06-06 Pedro Alves <palves@redhat.com>
4695
4696 * infrun.c (struct execution_control_state): Remove
4697 `new_thread_event' field.
4698 (handle_inferior_event): Simplify new threads handling; don't
4699 resume the inferior if we find a new thread.
4700
4701 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4702
4703 * NEWS: Document the deprecation of SH's 'regs' command.
4704 * inferior.h (all_registers_info): Add function declaration.
4705 * sh-tdep.c (sh_show_regs): Remove variable.
4706 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4707 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4708 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4709 (sh_show_regs_command): Remove functions.
4710 (sh_gdbarch_init): Don't set sh_show_regs.
4711 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4712 'info all-registers'.
4713 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4714 (sh64_show_regs): Remove functions.
4715 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4716
4717 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4718
4719 * configure.ac: Move development=true below AC_INIT.
4720 * configure: Regenerate.
4721
4722 2012-06-05 Stan Shebs <stan@codesourcery.com>
4723
4724 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4725 gdb_stdout.
4726
4727 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4728
4729 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4730 argument as ssize_t.
4731 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4732 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4733 * target.c (target_read_stack, target_write_memory)
4734 (target_write_raw_memory): Likewise.
4735 * target.h (target_read_stack, target_write_memory)
4736 (target_write_raw_memory): Likewise.
4737
4738 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4739
4740 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4741 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4742 * target.c (target_read_memory): Change LEN to ssize_t.
4743 * target.h (target_read_memory): Change LEN to ssize_t.
4744
4745 2012-06-05 Pedro Alves <palves@redhat.com>
4746
4747 PR backtrace/13866
4748
4749 * breakpoint.c (until_break_command): Only fetch the selected
4750 frame after decode_line_1.
4751
4752 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4753
4754 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4755 event breakpoint at _start, __start or main if a program
4756 interpreter is not found.
4757
4758 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4759
4760 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4761 Add declaration.
4762 * windows-tdep.c: #include "objfiles.h".
4763 (windows_iterate_over_objfiles_in_search_order): New function.
4764 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4765 iterate_over_objfiles_in_search_order gdbarch method to
4766 windows_iterate_over_objfiles_in_search_order.
4767 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4768
4769 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4770
4771 * gdbarch.sh: Add generation of
4772 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4773 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4774 (iterate_over_objfiles_in_search_order): New gdbarch method.
4775 * gdbarch.h, gdbarch.c: Regenerate.
4776 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4777 Add declaration.
4778 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4779 New function.
4780 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4781 out of lookup_symbol_aux_symtabs.
4782 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4783 call to lookup_symbol_aux_objfile.
4784 (struct global_sym_lookup_data): New type.
4785 (lookup_symbol_global_iterator_cb): New function.
4786 (lookup_symbol_global): Search for symbol using
4787 gdbarch_iterate_over_objfiles_in_search_order and
4788 lookup_symbol_global_iterator_cb.
4789 * findvar.c (struct minsym_lookup_data): New type.
4790 (minsym_lookup_iterator_cb): New function.
4791 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4792 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4793 and minsym_lookup_iterator_cb.
4794
4795 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4796
4797 Revert the following patch:
4798 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4799 try locating the symbol in the symbol's own objfile first, before
4800 extending the search to all objfiles.
4801 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4802 out of lookup_symbol_aux_symtabs.
4803 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4804 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4805 Do not search EXCLUDE_OBJFILE.
4806 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4807 (lookup_symbol_global): Search for matches in the block's objfile
4808 first, before searching all other objfiles.
4809
4810 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4811
4812 * breakpoint.c (find_condition_and_thread): Stop parsing
4813 as soon as the first invalid keyword is found.
4814
4815 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4816
4817 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4818
4819 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4820
4821 * config/djgpp/djcheck.sh: Add copyright header.
4822
4823 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4824
4825 * copyright.py (update_files, main): Fix path to update-copyright
4826 script.
4827
4828 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4829
4830 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4831 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4832 for which a reminder to update by hand is printed.
4833
4834 2012-06-04 Doug Evans <dje@google.com>
4835
4836 * buildsym.c (make_blockvector): Add comment.
4837
4838 2012-06-04 Pedro Alves <palves@redhat.com>
4839
4840 * arch-utils.c (default_gdb_signal_from_target): Delete.
4841 * arch-utils.h (default_gdb_signal_from_target): Delete.
4842 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4843 gdbarch_gdb_signal_from_target_p.
4844 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4845 predicate).
4846 * gdbarch.h: Regenerate.
4847 * gdbarch.c: Regenerate.
4848
4849 2012-06-04 Pedro Alves <palves@redhat.com>
4850
4851 * gdbarch.sh (gdb_signal_from_target): Mention that the
4852 implementation of the method must be host independent.
4853 * gdbarch.h: Regenerate.
4854
4855 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4856
4857 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4858 parameters.
4859 (target_read_memory_bfd): New function.
4860 (symbol_file_add_from_memory): Use it.
4861
4862 2012-06-03 Doug Evans <dje@google.com>
4863
4864 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4865 of primary symtab.
4866 (basic_lookup_transparent_type): Ditto.
4867
4868 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4869 (ALL_PRIMARY_SYMTABS): Use it.
4870 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4871 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4872 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4873 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4874 (basic_lookup_transparent_type): Ditto.
4875
4876 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4877
4878 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4879 it to optimize resolution of demangled name.
4880
4881 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4882
4883 * configure.ac (development): Define new variable.
4884 Call AC_CHECK_LIB for mcheck if $development.
4885 (ERROR_ON_WARNING): Enable it by default only if $development.
4886 * config.in: Regenerate.
4887 * configure: Regenerate.
4888
4889 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4890
4891 * target.c (target_read_memory): Make LEN argument as size_t.
4892 * target.h (target_read_memory): Likewise.
4893
4894 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4895
4896 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4897
4898 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4899
4900 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4901 BookE interface for PowerPC server processors if not available
4902 in the Linux Kernel.
4903
4904 2012-05-31 Keith Seitz <keiths@redhat.com>
4905
4906 * linespec.c (decode_objc): Add cleanup to free
4907 INFO.FILE_SYMTABS.
4908 (find_linespec_symbols): Add cleanup to free CLASSES.
4909 * symfile.c (find_separate_debug_file_by_debuglink): Add
4910 cleanup to free DEBUGLINK.
4911 * ui-out.c (clear_header_list): No need to check if
4912 HEADER_NEXT.COLHDR is NULL.
4913 Free HEADER_NEXT.COL_NAME.
4914
4915 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4916
4917 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4918 warning.
4919
4920 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4921
4922 * configure.host (gdb_host_cpu): Handle tilegx*.
4923 (gdb_host): Handle tilegx-*-linux*.
4924 * tilegx-linux-nat.c: New file.
4925 * config/tilegx/linux.mh: New file.
4926
4927 2012-05-30 Jeff Kenton <jkenton@tilera.com>
4928
4929 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4930 tilegx-linux-tdep.o.
4931 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4932 tilegx-linux-tdep.c.
4933 * configure.tgt: Handle tilegx-*-linux*.
4934 * tilegx-tdep.h: New file.
4935 * tilegx-tdep.c: New file.
4936 * tilegx-linux-tdep.c: New file.
4937 * regformats/reg-tilegx.dat: New file.
4938
4939 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4940
4941 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4942 accounting of hw watchpoints on ppc.
4943
4944 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4945
4946 * source.c (openp): Expand tilde in path entries.
4947
4948 2012-05-29 Doug Evans <dje@google.com>
4949
4950 * buildsym.c (block_compar): Fix comment.
4951 (end_symtab): Fix and clarify some comments.
4952
4953 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4954 cleanup_undefined_types.
4955 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4956 All callers updated.
4957
4958 2012-05-29 Tom Tromey <tromey@redhat.com>
4959
4960 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4961 fails.
4962 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4963 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4964 fails.
4965 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4966 fails.
4967
4968 2012-05-29 Tristan Gingold <gingold@adacore.com>
4969
4970 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4971 (struct darwin_info): ... New struct.
4972 (solib_darwin_pspace_data): New variable.
4973 (darwin_pspace_data_cleanup): New function.
4974 (get_darwin_info): Likewise.
4975 (darwin_dyld_version_ok, darwin_load_image_infos)
4976 (darwin_solib_get_all_image_info_addr_at_init)
4977 (darwin_solib_read_all_image_info_addr): Add info argument.
4978 Adjust code.
4979 (darwin_current_sos): Use per pspace structure.
4980 (darwin_solib_create_inferior_hook): Likewise.
4981 (darwin_clear_solib): Likewise.
4982 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4983
4984 2012-05-28 Pedro Alves <palves@redhat.com>
4985
4986 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4987 block that uses them. Clear ecss before handling each event.
4988
4989 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4990
4991 * solib-svr4.c (svr4_current_sos): New comment on
4992 svr4_current_sos_via_xfer_libraries fall back.
4993
4994 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4995
4996 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4997 it as a fallback for TYPE_IS_OPAQUE.
4998 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4999 symbols for lookup_symbol.
5000
5001 2012-05-24 John Steele Scott <toojays@toojays.net>
5002
5003 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5004 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5005 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5006 (check_producer): ... this new function, which also checks for ICC
5007 and caches the result.
5008 (producer_is_icc): New function.
5009 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5010 producer was ICC.
5011
5012 2012-05-24 Pedro Alves <palves@redhat.com>
5013
5014 PR gdb/7205
5015
5016 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5017 (default_gdb_signal_to_target): ... this. Add comment.
5018 (default_gdb_signal_from_host): Rename to ...
5019 (default_gdb_signal_from_target): ... this. Add comment.
5020 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5021 (default_gdb_signal_to_target): ... this.
5022 (default_gdb_signal_from_host): Rename to ...
5023 (default_gdb_signal_from_target): ... this.
5024 * corelow.c (core_open): Adjust to naming change. Replace comment.
5025 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5026 (gdb_signal_from_target): ... this. Adjust to
5027 default_gdb_signal_from_host naming change. Extend comment.
5028 (gdb_signal_to_host): Rename to ...
5029 (gdb_signal_to_target): ... this. Adjust to
5030 default_gdb_signal_to_host naming change.
5031 * gdbarch.h, gdbarch.c: Renegerate.
5032
5033 2012-05-24 Pedro Alves <palves@redhat.com>
5034
5035 PR gdb/7205
5036
5037 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5038
5039 2012-05-24 Pedro Alves <palves@redhat.com>
5040
5041 PR gdb/7205
5042
5043 Replace target_signal with gdb_signal throughout.
5044
5045 2012-05-24 Pedro Alves <palves@redhat.com>
5046
5047 PR tui/14159
5048
5049 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5050 string, instead of reusing the va_list argument.
5051
5052 2012-05-24 Tom Tromey <tromey@redhat.com>
5053
5054 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5055 Remove.
5056
5057 2012-05-23 Doug Evans <dje@google.com>
5058
5059 * symtab.c (search_symbols): Formatting fixes.
5060 (print_symbol_info): Formatting fixes.
5061
5062 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5063 int64_t change to leb128 API.
5064 (read_encoded_value, decode_frame_entry_1): Ditto.
5065 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5066 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5067 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5068 (execute_stack_op): Ditto.
5069 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5070 (safe_read_uleb128, safe_read_sleb128): Ditto.
5071 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5072 (dwarf2_compile_expr_to_ax): Ditto.
5073 (locexpr_describe_location_piece): Ditto.
5074 (disassemble_dwarf_expression): Ditto.
5075 (locexpr_describe_location_1): Ditto.
5076
5077 2012-05-23 Stan Shebs <stan@codesourcery.com>
5078 Kwok Cheung Yeung <kcy@codesourcery.com>
5079
5080 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5081 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5082 (mi-cmd-info.o): New rule.
5083 * osdata.h (info_osdata_command): New declaration.
5084 * osdata.c (info_osdata_command): Change to non-static.
5085 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5086 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5087 * mi/mi-cmd-info.c: New file.
5088
5089 2012-05-23 Doug Evans <dje@google.com>
5090
5091 * symtab.c (search_symbols): Pass NULL for file_matcher to
5092 expand_symtabs_matching if there are no files to match.
5093
5094 * gdbtypes.c (lookup_typename): Simplify.
5095
5096 2012-05-23 Pedro Alves <palves@redhat.com>
5097
5098 * arch-utils.h (default_target_signal_to_host): Delete.
5099 * arch-utils.c (default_target_signal_to_host): Delete.
5100 * gdbarch.sh (target_signal_to_host): Remove.
5101 * gdbarch.h, gdbarch.c: Regenerate.
5102
5103 2012-05-22 Doug Evans <dje@google.com>
5104
5105 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5106 "const gdb_byte *".
5107 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5108 (execute_cfa_program): Update to match API of leb128 functions.
5109 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5110 "const gdb_byte *".
5111 (read_unsigned_leb128, read_signed_leb128): Delete.
5112 (read_initial_length): Change type of buf argument to
5113 "const gdb_byte *".
5114 (read_encoded_value): Update to match API of leb128 functions.
5115 (decode_frame_entry): Change result to "const gdb_byte *", and
5116 similarly for "start" parameter.
5117 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5118 (dwarf2_build_frame_info): Change local frame_ptr to
5119 "const gdb_byte *".
5120 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5121 read_uleb128, read_sleb128. All callers updated.
5122 (safe_skip_leb128): New function.
5123 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5124 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5125 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5126 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5127 read_uleb128, read_sleb128.
5128 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5129 (execute_stack_op): Update to match API of leb128 functions.
5130 * dwarf2expr.h: #include "leb128.h".
5131 (read_uleb128, read_sleb128): Delete.
5132 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5133 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5134 * dwarf2loc.c (debug_loc_kind): New enum.
5135 (decode_debug_loc_addresses): New function.
5136 (decode_debug_loc_dwo_addresses): New function.
5137 (dwarf2_find_location_expression): Rewrite.
5138 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5139 (locexpr_describe_location_piece): Ditto.
5140 (disassemble_dwarf_expression): Ditto.
5141 (locexpr_describe_location_1): Ditto.
5142 (loclist_describe_location): Rewrite.
5143 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5144 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5145 (dwarf2_section_buffer_overflow_complaint): Renamed from
5146 dwarf2_macros_too_long_complaint. All callers updated.
5147 (skip_leb128): Delete.
5148 (init_cu_die_reader): Initialize reader->buffer_end.
5149 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5150 (skip_form_bytes): New arg buffer_end. All callers updated.
5151 Replace call to skip_leb128 with gdb_skip_leb128.
5152 (skip_unknown_opcode): New arg mac_end. All callers updated.
5153 (fill_in_loclist_baton): Initialize baton->from_dwo.
5154
5155 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5156
5157 * mips-linux-nat.c (mips_linux_read_description): Use a more
5158 verbose error message.
5159
5160 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5161
5162 * NEWS: Add MIPS/Linux DSP support.
5163 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5164 (SIGCONTEXT_DSPCTL): New macro.
5165 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5166 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5167 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5168 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5169 (N64_SIGCONTEXT_HI3): Likewise.
5170 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5171 (N64_SIGCONTEXT_LO3): Likewise.
5172 (N64_SIGCONTEXT_DSPCTL): Likewise.
5173 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5174 (mips_linux_o32_sigframe_init): Handle DSP registers.
5175 (mips_linux_n32n64_sigframe_init): Likewise.
5176
5177 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5178
5179 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5180 call to abort.
5181
5182 2012-05-22 Pedro Alves <palves@redhat.com>
5183
5184 * target.h (store_waitstatus): Move declaration ...
5185 * inf-child.h (store_waitstatus): ... here.
5186 * target.c: Move inclusion of gdb_wait.h, and ...
5187 (store_waitstatus): ... this ...
5188 * inf-child.c: ... here.
5189 * linux-nat.c: Include inf-child.h.
5190 * rs6000-nat.c: Include inf-child.h.
5191 * spu-linux-nat.c: Include inf-child.h.
5192
5193 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5194
5195 * tracepoint.c (start_tracing): Add missing i18n markup.
5196 (stop_tracing, set_trace_user): Ditto.
5197 (set_trace_notes, set_trace_stop_notes): Ditto.
5198
5199 2012-05-21 Tom Tromey <tromey@redhat.com>
5200
5201 PR c++/7173:
5202 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5203 types.
5204 * value.h (value_cast_pointers): Update.
5205 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5206 (value_cast): Update.
5207 (update_search_result): New function.
5208 (do_search_struct_field): New, from search_struct_field. Check
5209 for ambiguous results.
5210 (search_struct_field): Rewrite.
5211 * infcall.c (value_arg_coerce): Update.
5212 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5213 value_cast_pointers.
5214 * ada-lang.c (ada_convert_actual): Update.
5215
5216 2012-05-21 Tom Tromey <tromey@redhat.com>
5217
5218 * macroexp.c (macro_stringify): Terminate the string.
5219
5220 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5221
5222 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5223 Describe it.
5224 * auto-load.c (auto_load_expand_dir_vars): New function.
5225 (auto_load_safe_path_vec_update): Use it, remove the
5226 substitute_path_component call thanks to it.
5227 (auto_load_objfile_script): Remove the debug_file_directory processing.
5228 Use auto_load_expand_dir_vars, remove the substitute_path_component
5229 call thanks to it.
5230 * configure: Regenerate.
5231 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5232 path. Escape $ also for $debugdir.
5233 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5234 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5235
5236 2012-05-20 Doug Evans <dje@google.com>
5237
5238 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5239 before use. Check for symtab->includes == NULL before scanning it.
5240
5241 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5242
5243 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5244
5245 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5246
5247 * NEWS: Add microMIPS support and "set mips compression",
5248 "show mips compression" commands.
5249 * mips-tdep.h (mips_isa): New enum.
5250 (gdbarch_tdep): Add mips_isa.
5251 (mips_pc_is_mips16): Update prototype.
5252 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5253 * mips-tdep.c (mips_compression_mips16): New variable.
5254 (mips_compression_micromips): Likewise.
5255 (mips_compression_strings): Likewise.
5256 (mips_compression_string): Likewise.
5257 (is_mips16_isa, is_micromips_isa): New functions.
5258 (is_mips16_addr): Rename to...
5259 (is_compact_addr): ... this.
5260 (unmake_mips16_addr): Likewise to...
5261 (unmake_compact_addr): ... this.
5262 (make_mips16_addr): Likewise to...
5263 (make_compact_addr): ... this.
5264 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5265 functions.
5266 (mips_elf_make_msymbol_special): Handle microMIPS code.
5267 (msymbol_is_special): Rename to...
5268 (msymbol_is_mips16): ... this.
5269 (mips_make_symbol_special, mips_pc_is_mips16): Update
5270 accordingly.
5271 (msymbol_is_mips, msymbol_is_micromips): New functions.
5272 (mips16_to_32_reg): Rename to...
5273 (mips_reg3_to_reg): ... this.
5274 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5275 (mips_pc_isa): Likewise.
5276 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5277 code.
5278 (mips_fetch_instruction): Pass return status instead of printing
5279 an error message if requested. Handle microMIPS code. Bail out
5280 on an invalid ISA.
5281 (micromips_op): New macro.
5282 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5283 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5284 (b6s4_op, b7s3_reg): Likewise.
5285 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5286 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5287 (mips_insn_size): New function.
5288 (mips32_next_pc): Update mips_fetch_instruction call.
5289 (micromips_relative_offset7): New function.
5290 (micromips_relative_offset10): Likewise.
5291 (micromips_relative_offset16): Likewise.
5292 (micromips_pc_insn_size): Likewise.
5293 (micromips_bc1_pc): Likewise.
5294 (micromips_next_pc): Likewise.
5295 (unpack_mips16): Update mips_fetch_instruction call.
5296 (extended_mips16_next_pc): Update according to change to
5297 mips16_to_32_reg.
5298 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
5299 code.
5300 (mips16_scan_prologue): Update mips_fetch_instruction call.
5301 Update according to change to mips16_to_32_reg.
5302 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5303 (mips_insn16_frame_base_sniffer): Likewise.
5304 (micromips_decode_imm9): New function.
5305 (micromips_scan_prologue): Likewise.
5306 (mips_micro_frame_cache): Likewise.
5307 (mips_micro_frame_this_id): Likewise.
5308 (mips_micro_frame_prev_register): Likewise.
5309 (mips_micro_frame_sniffer): Likewise.
5310 (mips_micro_frame_unwind): New variable.
5311 (mips_micro_frame_base_address): New function.
5312 (mips_micro_frame_base): New variable.
5313 (mips_micro_frame_base_sniffer): New function.
5314 (mips32_scan_prologue): Update mips_fetch_instruction call.
5315 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5316 rather than for MIPS16.
5317 (mips_insn32_frame_base_sniffer): Likewise.
5318 (mips_addr_bits_remove): Handle microMIPS code.
5319 (deal_with_atomic_sequence): Rename to...
5320 (mips_deal_with_atomic_sequence): ... this. Update the type
5321 of the variable used to hold an instruction. Remove the ISA bit
5322 check. Update mips_fetch_instruction call.
5323 (micromips_deal_with_atomic_sequence): New function.
5324 (deal_with_atomic_sequence): Likewise.
5325 (mips_about_to_return): Handle microMIPS code. Update
5326 mips_fetch_instruction call.
5327 (heuristic_proc_start): Check for the standard MIPS ISA rather
5328 than for MIPS16. Update mips_pc_is_mips16 and
5329 mips_fetch_instruction calls. Handle microMIPS code.
5330 (mips_push_dummy_code): Handle microMIPS code.
5331 (mips_eabi_push_dummy_call): Likewise.
5332 (mips_o32_return_value): Update mips_pc_is_mips16 call.
5333 (mips_o64_push_dummy_call): Handle microMIPS code.
5334 (mips_o64_return_value): Update mips_pc_is_mips16 call.
5335 (is_delayed): Remove function.
5336 (mips_single_step_through_delay): Replace the call to is_delayed
5337 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
5338 Handle microMIPS code.
5339 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
5340 microMIPS code.
5341 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5342 call.
5343 (micromips_in_function_epilogue_p): New function.
5344 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5345 call.
5346 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5347 Handle microMIPS.
5348 (gdb_print_insn_mips): Likewise.
5349 (mips_breakpoint_from_pc): Likewise.
5350 (mips_remote_breakpoint_from_pc): New function.
5351 (mips32_instruction_has_delay_slot): Simplify making use of the
5352 updated mips_fetch_instruction interface.
5353 (micromips_instruction_has_delay_slot): New function.
5354 (mips16_instruction_has_delay_slot): Simplify making use of the
5355 updated mips_fetch_instruction interface.
5356 (mips_adjust_breakpoint_address): Check for the standard MIPS
5357 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
5358 calls. Handle microMIPS code.
5359 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5360 (mips_skip_trampoline_code): Handle microMIPS code.
5361 (global_mips_compression): New function.
5362 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5363 file flags. Register the microMIPS remote breakpoint handler
5364 and heuristic frame unwinder.
5365 (show_mips_compression): New function.
5366 (_initialize_mips_tdep): Add the "set mips compression" and
5367 "show mips compression" commands.
5368
5369 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5370
5371 * ada-lang.c:
5372 * ada-tasks.c:
5373 * ada-varobj.c:
5374 * amd64-darwin-tdep.c:
5375 * arm-symbian-tdep.c:
5376 * arm-tdep.c:
5377 * avr-tdep.c:
5378 * ax-gdb.c:
5379 * bfin-linux-tdep.c:
5380 * breakpoint.c:
5381 * c-valprint.c:
5382 * cli/cli-cmds.c:
5383 * coffread.c:
5384 * cp-support.c:
5385 * cris-tdep.c:
5386 * dwarf2-frame-tailcall.c:
5387 * dwarf2-frame.c:
5388 * dwarf2expr.c:
5389 * dwarf2loc.c:
5390 * dwarf2read.c:
5391 * elfread.c:
5392 * eval.c:
5393 * expprint.c:
5394 * f-valprint.c:
5395 * frv-tdep.c:
5396 * h8300-tdep.c:
5397 * hppa-hpux-tdep.c:
5398 * hppa-tdep.c:
5399 * hppanbsd-tdep.c:
5400 * i386-nto-tdep.c:
5401 * i386-tdep.c:
5402 * i387-tdep.c:
5403 * ia64-tdep.c:
5404 * jit.c:
5405 * linespec.c:
5406 * linux-tdep.c:
5407 * lm32-tdep.c:
5408 * m2-valprint.c:
5409 * m32c-tdep.c:
5410 * m32r-rom.c:
5411 * m32r-tdep.c:
5412 * m68k-tdep.c:
5413 * m68klinux-tdep.c:
5414 * mi/mi-main.c:
5415 * microblaze-tdep.c:
5416 * mips-linux-tdep.c:
5417 * mips-tdep.c:
5418 * mn10300-tdep.c:
5419 * p-valprint.c:
5420 * parse.c:
5421 * ppc-linux-tdep.c:
5422 * ppc-sysv-tdep.c:
5423 * printcmd.c:
5424 * python/py-finishbreakpoint.c:
5425 * python/py-inferior.c:
5426 * python/py-infthread.c:
5427 * python/py-type.c:
5428 * python/python.c:
5429 * remote-fileio.c:
5430 * remote-m32r-sdi.c:
5431 * remote-mips.c:
5432 * reverse.c:
5433 * rl78-tdep.c:
5434 * rs6000-aix-tdep.c:
5435 * rs6000-tdep.c:
5436 * s390-tdep.c:
5437 * score-tdep.c:
5438 * sh64-tdep.c:
5439 * skip.c:
5440 * solib-darwin.c:
5441 * solib-dsbt.c:
5442 * solib-frv.c:
5443 * sparc-tdep.c:
5444 * spu-multiarch.c:
5445 * spu-tdep.c:
5446 * stack.c:
5447 * symfile.c:
5448 * symtab.c:
5449 * tic6x-tdep.c:
5450 * tracepoint.c:
5451 * v850-tdep.c:
5452 * valarith.c:
5453 * valprint.c:
5454 * value.c:
5455 * xcoffread.c:
5456 * xtensa-tdep.c:
5457 * ada-lang.c:
5458 * ada-tasks.c:
5459 * ada-varobj.c:
5460 * amd64-darwin-tdep.c:
5461 * arm-symbian-tdep.c:
5462 * arm-tdep.c: Delete unused variables.
5463
5464 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5465
5466 Rename $ddir to $datadir.
5467 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5468 * auto-load.c (auto_load_safe_path_vec_update)
5469 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5470 * configure: Regenerate.
5471 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5472 Likewise. Remove the 'use $ddir' help string.
5473
5474 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5475
5476 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5477 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5478
5479 2012-05-18 Tom Tromey <tromey@redhat.com>
5480
5481 PR exp/13907:
5482 * valprint.h (struct value_print_options) <symbol_print>: New
5483 field.
5484 * valprint.c (user_print_options): Add default for symbol_print.
5485 (show_symbol_print): New function.
5486 (generic_val_print): Respect symbol_print.
5487 (_initialize_valprint): Add "print symbol" setting.
5488 * f-valprint.c (f_val_print): Respect symbol_print.
5489 * c-valprint.c (c_val_print): Respect symbol_print.
5490 * NEWS: Update.
5491 * printcmd.c (print_address_symbolic): Return int. Ignore some
5492 zero-size symbols.
5493 (print_address_demangle): Return int.
5494 * defs.h: (print_address_symbolic): Return int.
5495 * value.h (print_address_demangle): Return int.
5496
5497 2012-05-18 Tom Tromey <tromey@redhat.com>
5498
5499 * valprint.c (val_print_string): Don't print leading space.
5500 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5501 print space before string or vtbl.
5502 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5503 before string.
5504 * jv-valprint.c (java_value_print): Print space before string.
5505 * go-valprint.c (print_go_string): Print space before string.
5506 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5507 space before string.
5508 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5509 space before string or vtbl.
5510 * auxv.c (fprint_target_auxv): Print space after address.
5511
5512 2012-05-18 Tom Tromey <tromey@redhat.com>
5513
5514 * printcmd.c (print_address_demangle): Remove special case for 0.
5515
5516 2012-05-18 Tom Tromey <tromey@redhat.com>
5517
5518 * printcmd.c (print_address_demangle): Add 'opts' argument.
5519 * p-valprint.c (pascal_val_print): Update.
5520 * jv-valprint.c (java_val_print): Update.
5521 * value.h: Update.
5522 * valprint.c (generic_val_print): Update.
5523 (print_function_pointer_address): Add 'options' argument. Remove
5524 'addressprint' argument. Update.
5525 * m2-valprint.c (print_unpacked_pointer): Update.
5526 * gnu-v3-abi.c (print_one_vtable): Update.
5527 (gnuv3_print_method_ptr): Update.
5528 * f-valprint.c (f_val_print): Update.
5529 * cp-valprint.c (cp_print_value_fields): Update.
5530 * valprint.h (print_function_pointer_address): Update.
5531 * c-valprint.c (c_val_print): Update.
5532
5533 2012-05-18 Tom Tromey <tromey@redhat.com>
5534
5535 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5536 directly corresponding to the found psymtab.
5537 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5538 (dw2_find_pc_sect_symtab): Use it.
5539 * block.h (blockvector_contains_pc): Declare.
5540 * block.c (find_block_in_blockvector): New function.
5541 (blockvector_for_pc_sect): Use it.
5542 (blockvector_contains_pc): New function.
5543
5544 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5545
5546 * mips-tdep.h (mips_write_pc): New prototype.
5547 * mips-tdep.c (mips_write_pc): Make external, add description.
5548 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5549 add description.
5550
5551 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5552
5553 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5554 mips_regnum->pc.
5555 (mips_unwind_pc, mips_write_pc): Likewise.
5556 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5557 gdbarch_read_pc.
5558
5559 2012-05-17 Joel Brobecker <brobecker@adacore.com>
5560
5561 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5562 proc_warn, proc_error, proc_get_status, proc_flags,
5563 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5564 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5565 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5566 proc_stop_process, proc_wait_for_stop, proc_run_process,
5567 proc_set_traced_signals, proc_set_traced_faults,
5568 proc_set_traced_sysentry, proc_set_traced_sysexit,
5569 proc_set_held_signals, proc_get_held_signals,
5570 proc_get_traced_signals, proc_get_traced_faults,
5571 proc_get_traced_sysentry, proc_get_traced_sysexit,
5572 proc_clear_current_fault, proc_set_current_signal,
5573 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5574 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5575 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5576 proc_get_current_thread, proc_get_current_thread,
5577 proc_get_current_thread, proc_update_threads,
5578 proc_update_threads, proc_update_threads, proc_update_threads,
5579 proc_iterate_over_threads, procfs_find_new_threads,
5580 procfs_pid_to_str): Make static. Remove advance declaration.
5581 (proc_cursig): Make static. Conditionalized defintion on
5582 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5583 (proc_syscall, proc_set_kill_on_last_close,
5584 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5585 proc_get_pending_signals, proc_get_signal_actions,
5586 proc_trace_signal, proc_ignore_signal): Delete.
5587
5588 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5589
5590 * coffread.c (cs_section_address): Passing proper argument for
5591 `bfd_get_section_vma'.
5592 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5593 `bfd_get_section_flags'.
5594 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5595 `bfd_get_section_vma'.
5596
5597 2012-05-16 Tom Tromey <tromey@redhat.com>
5598
5599 PR macros/13205:
5600 * macrotab.h: (macro_define_special): Declare.
5601 (enum macro_special_kind): New.
5602 (struct macro_definition) <argc, replacement>: Update comments.
5603 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5604 (macro_define_object_internal): New function.
5605 (macro_define_object): Use it.
5606 (macro_define_special): New function.
5607 (fixup_definition): New function.
5608 (macro_lookup_definition, foreach_macro_in_scope)
5609 (foreach_macro): Use fixup_definition.
5610 * macroexp.h (macro_stringify): Declare.
5611 * macroexp.c (free_buffer_return_text): New function.
5612 (stringify): Constify "arg".
5613 (macro_stringify): New function.
5614 * dwarf2read.c (macro_start_file): Call macro_define_special.
5615
5616 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5617 Maciej W. Rozycki <macro@mips.com>
5618
5619 * breakpoint.h (bp_location): Add related_address member.
5620 * inferior.h (get_return_value): Take a pointer to struct value
5621 instead of struct type for the function requested.
5622 * value.h (using_struct_return): Likewise.
5623 * gdbarch.sh (return_value): Take a pointer to struct value
5624 instead of struct type for the function requested.
5625 * breakpoint.c (set_breakpoint_location_function): Initialize
5626 related_address for bp_gnu_ifunc_resolver breakpoints.
5627 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5628 requested function's address to gdbarch_return_value.
5629 * eval.c (evaluate_subexp_standard): Pass the requested
5630 function's address to using_struct_return.
5631 * infcall.c (call_function_by_hand): Pass the requested
5632 function's address to using_struct_return and
5633 gdbarch_return_value.
5634 * infcmd.c (get_return_value): Take a pointer to struct value
5635 instead of struct type for the function requested.
5636 (print_return_value): Update accordingly.
5637 (finish_command_continuation): Likewise.
5638 * stack.c (return_command): Pass the requested function's
5639 address to using_struct_return and gdbarch_return_value.
5640 * value.c (using_struct_return): Take a pointer to struct value
5641 instead of struct type for the function requested. Pass the
5642 requested function's address to gdbarch_return_value.
5643 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5644 New function_value member, replacing function_type.
5645 (bpfinishpy_dealloc): Update accordingly.
5646 (bpfinishpy_pre_stop_hook): Likewise.
5647 (bpfinishpy_init): Likewise. Record the requested function's
5648 address.
5649 * mips-tdep.c (mips_fval_reg): New enum.
5650 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5651 words put in GP registers.
5652 (mips_o64_push_dummy_call): Update a comment.
5653 (mips_o32_return_value): Take a pointer to struct value instead
5654 of struct type for the function requested and use it to check if
5655 using the MIPS16 calling convention. Return the designated
5656 general purpose registers for floating-point values returned in
5657 MIPS16 mode.
5658 (mips_o64_return_value): Likewise.
5659 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5660 (ppc_sysv_abi_broken_return_value): Likewise.
5661 (ppc64_sysv_abi_return_value): Likewise.
5662 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5663 value instead of struct type for the function requested.
5664 * amd64-tdep.c (amd64_return_value): Likewise.
5665 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5666 * arm-tdep.c (arm_return_value): Likewise.
5667 * avr-tdep.c (avr_return_value): Likewise.
5668 * bfin-tdep.c (bfin_return_value): Likewise.
5669 * cris-tdep.c (cris_return_value): Likewise.
5670 * frv-tdep.c (frv_return_value): Likewise.
5671 * h8300-tdep.c (h8300_return_value): Likewise.
5672 (h8300h_return_value): Likewise.
5673 * hppa-tdep.c (hppa32_return_value): Likewise.
5674 (hppa64_return_value): Likewise.
5675 * i386-tdep.c (i386_return_value): Likewise.
5676 * ia64-tdep.c (ia64_return_value): Likewise.
5677 * iq2000-tdep.c (iq2000_return_value): Likewise.
5678 * lm32-tdep.c (lm32_return_value): Likewise.
5679 * m32c-tdep.c (m32c_return_value): Likewise.
5680 * m32r-tdep.c (m32r_return_value): Likewise.
5681 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5682 * m68k-tdep.c (m68k_return_value): Likewise.
5683 (m68k_svr4_return_value): Likewise.
5684 * m88k-tdep.c (m88k_return_value): Likewise.
5685 * mep-tdep.c (mep_return_value): Likewise.
5686 * microblaze-tdep.c (microblaze_return_value): Likewise.
5687 * mn10300-tdep.c (mn10300_return_value): Likewise.
5688 * moxie-tdep.c (moxie_return_value): Likewise.
5689 * mt-tdep.c (mt_return_value): Likewise.
5690 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5691 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5692 (ppc_sysv_abi_broken_return_value): Likewise.
5693 (ppc64_sysv_abi_return_value): Likewise.
5694 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5695 * rl78-tdep.c (rl78_return_value): Likewise.
5696 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5697 * rx-tdep.c (rx_return_value): Likewise.
5698 * s390-tdep.c (s390_return_value): Likewise.
5699 * score-tdep.c (score_return_value): Likewise.
5700 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5701 (sh_return_value_fpu): Likewise.
5702 * sh64-tdep.c (sh64_return_value): Likewise.
5703 * sparc-tdep.c (sparc32_return_value): Likewise.
5704 * sparc64-tdep.c (sparc64_return_value): Likewise.
5705 * spu-tdep.c (spu_return_value): Likewise.
5706 * tic6x-tdep.c (tic6x_return_value): Likewise.
5707 * v850-tdep.c (v850_return_value): Likewise.
5708 * vax-tdep.c (vax_return_value): Likewise.
5709 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5710 * xtensa-tdep.c (xtensa_return_value): Likewise.
5711 * gdbarch.c: Regenerate.
5712 * gdbarch.h: Regenerate.
5713
5714 2012-05-15 Tom Tromey <tromey@redhat.com>
5715
5716 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5717
5718 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5719
5720 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5721 of command in two error message.
5722
5723 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5724
5725 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5726
5727 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5728
5729 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5730
5731 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5732
5733 * NEWS (show auto-load scripts-directory): Add forgotten command.
5734
5735 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5736
5737 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5738 parameters.
5739
5740 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5741
5742 * amd64-tdep.c: Include features/i386/x32.c and
5743 features/i386/x32-avx.c.
5744 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5745 initialize_tdesc_x32_avx.
5746
5747 2012-05-14 Stan Shebs <stan@codesourcery.com>
5748
5749 Add dynamic printf.
5750 * breakpoint.h (enum bptype): New type bp_dprintf.
5751 (struct breakpoint): New field extra_string.
5752 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5753 (create_breakpoint): Add extra_string arg.
5754 * breakpoint.c (dprintf_breakpoint_ops): New.
5755 (is_breakpoint): Add bp_dprintf.
5756 (bpstat_what): Add dprintf case.
5757 (bptype_string): Ditto.
5758 (print_one_breakpoint_location): Ditto.
5759 (init_bp_location): Ditto.
5760 (bkpt_print_mention): Ditto.
5761 (dprintf_style_enums): New array.
5762 (dprintf_style): New global.
5763 (dprintf_function): New global.
5764 (dprintf_channel): New global.
5765 (update_dprintf_command_list): New function.
5766 (update_dprintf_commands): New function.
5767 (init_breakpoint_sal): Add extra_string argument, handle it.
5768 (create_breakpoint_sal): Add extra_string argument.
5769 (create_breakpoints_sal): Add extra_string argument, update callers.
5770 (find_condition_and_thread): Add extra argument.
5771 (create_breakpoint): Add extra_string argument, record it.
5772 (dprintf_command): New function.
5773 (break_command_1): Add arg to create_breakpoint call.
5774 (handle_gnu_v3_exceptions): Ditto.
5775 (trace_command): Ditto.
5776 (ftrace_command): Ditto.
5777 (strace_command): Ditto.
5778 (bkpt_print_mention): Add dprintf case.
5779 (create_breakpoint_sal_default): Add extra_string argument.
5780 (_initialize_breakpoint): Add new commands.
5781 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5782 * python/py-breakpoint.c (bppy_init): Ditto.
5783 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5784
5785 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5786
5787 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5788
5789 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5790
5791 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5792 unsigned long long.
5793
5794 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5795
5796 Add a new function gdb.find_pc_line to the Python API.
5797 * NEWS (Python Scripting): Add entry about the new function.
5798 * python/python.c (gdbpy_find_pc_line): New function which
5799 implements gdb.find_pc_line.
5800 (GdbMethods): Add entry for the new function.
5801
5802 2012-05-12 Pedro Alves <palves@redhat.com>
5803
5804 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5805 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5806
5807 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5808
5809 * inferior.c: Include completer.h
5810 (initialize_inferiors): Set completer of add-inferior to
5811 filename_completer.
5812
5813 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5814
5815 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5816 gdbarch_ptr_bit for x32 core dump.
5817
5818 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5819
5820 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5821 and features/i386/x32-avx-linux.c.
5822
5823 2012-05-11 Stan Shebs <stan@codesourcery.com>
5824 Kwok Cheung Yeung <kcy@codesourcery.com>
5825
5826 * NEWS: Describe new info os commands.
5827 * common/linux-osdata.c (PID_T, TIME_T): Define.
5828 (MAX_PID_T_STRLEN): New.
5829 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5830 MAX_PID_T_STRLEN.
5831 (command_from_pid): Add comment. Change to use PID_T.
5832 (commandline_from_pid): Change to use PID_T.
5833 (user_from_pid): Add comment.
5834 (get_process_owner): Add comment. Change to use PID_T and
5835 MAX_PID_T_STRLEN.
5836 (get_number_of_cpu_cores): Add comment.
5837 (get_cores_used_by_process): Add comment. Change to use PID_T and
5838 MAX_PID_T_STRLEN.
5839 (linux_xfer_osdata_processes): Change to use PID_T and
5840 MAX_PID_T_STRLEN.
5841 (compare_processes): New function.
5842 (linux_xfer_osdata_processgroups): New function.
5843 (linux_xfer_osdata_threads): Change to use PID_T.
5844 (linux_xfer_osdata_fds): New function.
5845 (format_socket_state, print_sockets): New functions.
5846 (union socket_addr): New union.
5847 (linux_xfer_osdata_isockets): New function.
5848 (time_from_time_t, group_from_gid): New functions.
5849 (linux_xfer_osdata_shm): New function.
5850 (linux_xfer_osdata_sem): New function.
5851 (linux_xfer_osdata_msg): New function.
5852 (linux_xfer_osdata_modules): New function.
5853 (osdata_table): Add new entries.
5854 * common/buffer.c (buffer_xml_printf): Add support for long and
5855 long long format specifiers.
5856
5857 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5858
5859 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5860 (tdesc_x32_avx_linux): Likewise.
5861
5862 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5863
5864 Implement multi-component --with-auto-load-dir.
5865 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5866 entries.
5867 (--with-auto-load-safe-path): Update the default value description.
5868 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5869 New.
5870 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5871 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5872 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5873 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5874 "set auto-load scripts-directory".
5875 * config.in: Regenerate.
5876 * configure: Regenerate.
5877 * configure.ac (--with-auto-load-dir): New configure option.
5878 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5879
5880 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5881
5882 Provide $ddir substitution for --with-auto-load-safe-path.
5883 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5884 entries.
5885 * auto-load.c: Include observer.h.
5886 (auto_load_safe_path_vec_update): Call substitute_path_component for
5887 each component. New variable ddir_subst.
5888 (auto_load_gdb_datadir_changed): New function.
5889 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5890 AUTO_LOAD_SAFE_PATH. New comment.
5891 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5892 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5893 * config.in: Regenerate.
5894 * configure: Regenerate.
5895 * configure.ac (--auto-load-safe-path): Rename
5896 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5897 GDB_DATADIR/auto-load.
5898 * defs.h (substitute_path_component): New declaration.
5899 * top.c: Include observer.h.
5900 (set_gdb_datadir): New function.
5901 (init_main): Install it for "set data-directory".
5902 * utils.c (substitute_path_component): New function.
5903
5904 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5905
5906 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5907 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5908 DEBUG_FILE_DIRECTORY. Handle multiple components of
5909 DEBUG_FILE_DIRECTORY.
5910
5911 2012-05-10 Tom Tromey <tromey@redhat.com>
5912
5913 * dwarf2read.c (recursively_write_psymbols): New function.
5914 (write_psymtabs_to_index): Use it.
5915
5916 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5917 field.
5918 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5919 (load_partial_comp_unit): Update.
5920 (queue_comp_unit): Add argument 'pretend_language'.
5921 (process_queue): Update.
5922 (psymtab_to_symtab_1): Skip dependencies that have a user.
5923 (load_partial_comp_unit_reader): Give meaning to the 'data'
5924 argument.
5925 (load_full_comp_unit): Add 'pretend_language' argument.
5926 (process_full_comp_unit): Add 'pretend_language' argument. Set
5927 language on CU.
5928 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5929 Update.
5930 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5931 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5932 Update.
5933 (prepare_one_comp_unit): Add 'pretend_language' argument.
5934
5935 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5936 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5937 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5938 (dw2_do_instantiate_symtab): Check whether symtab was read in
5939 before queueing.
5940 (dw2_instantiate_symtab): Add assertion. Call
5941 process_cu_includes.
5942 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5943 (partial_symtab_p): New typedef.
5944 (set_partial_user): New function.
5945 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5946 (scan_partial_symbols): Add imported CU to imported_symtabs.
5947 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5948 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5949 (get_symtab, recursively_compute_inclusions)
5950 (compute_symtab_includes, process_cu_includes)
5951 (process_imported_unit_die): New functions.
5952 (process_die) <DW_TAG_imported_unit>: New case.
5953 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5954
5955 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5956 comment.
5957 (struct partial_die_info) <locdesc>: Remove.
5958 <d>: New field.
5959 (process_psymtab_comp_unit): Add 'read_partial' argument.
5960 Update.
5961 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5962 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5963 (add_partial_symbol): Update.
5964 (process_die): Handle DW_TAG_partial_unit.
5965 (read_file_scope): Update comment.
5966 (load_partial_dies): Handle DW_TAG_imported_unit.
5967 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5968 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5969
5970 2012-05-10 Tom Tromey <tromey@redhat.com>
5971
5972 * cc-with-dwz.sh: New file.
5973
5974 2012-05-10 Tom Tromey <tromey@redhat.com>
5975
5976 * symtab.h (struct symtab) <includes, user>: New fields.
5977 * block.h (struct block_iterator) <d, idx, which>: New fields.
5978 * block.c (initialize_block_iterator, find_iterator_symtab)
5979 (block_iterator_step, block_iter_name_step)
5980 (block_iter_match_step): New functions.
5981 (block_iterator_first, block_iterator_next)
5982 (block_iter_name_first, block_iter_name_next)
5983 (block_iter_match_first, block_iter_match_next): Rewrite.
5984 (get_block_symtab): New function.
5985
5986 2012-05-10 Tom Tromey <tromey@redhat.com>
5987
5988 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5989 set_block_symtab.
5990 * jit.c (finalize_symtab): Use allocate_global_block,
5991 set_block_symtab.
5992 * buildsym.c (finish_block_internal): New function, from old
5993 finish_block.
5994 (finish_block): Rewrite.
5995 (end_symtab): Use finish_block_internal, set_block_symtab.
5996 * block.h (struct global_block): New.
5997 (allocate_global_block, set_block_symtab): Declare.
5998 * block.c (allocate_global_block, set_block_symtab): New
5999 functions.
6000
6001 2012-05-10 Tom Tromey <tromey@redhat.com>
6002
6003 * psymtab.c (partial_map_expand_apply): Add assertion.
6004 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6005 (psymtab_to_symtab): Find unshared psymtab.
6006 (dump_psymtab): Print including psymtabs.
6007 (recursively_search_psymtabs): New function.
6008 (expand_symtabs_matching_via_partial): Use it.
6009 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6010 fields.
6011 (enum psymtab_search_status): New.
6012
6013 2012-05-10 Tom Tromey <tromey@redhat.com>
6014
6015 * tracepoint.c (scope_info): Update.
6016 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6017 (find_pc_sect_symtab, search_symbols)
6018 (default_make_symbol_completion_list_break_on)
6019 (make_file_symbol_completion_list): Update.
6020 * symmisc.c (dump_symtab_1): Update.
6021 * stack.c (print_frame_args, iterate_over_block_locals)
6022 (print_frame_labels, iterate_over_block_arg_vars): Update.
6023 * python/py-block.c (block_object) <dict>: Remove.
6024 <block>: New field.
6025 <iter>: Change type.
6026 (blpy_iter): Update.
6027 (blpy_block_syms_iternext): Update.
6028 * psymtab.c (map_block): Use block iterators.
6029 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6030 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6031 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6032 * infrun.c (check_exception_resume): Update.
6033 * cp-support.c (make_symbol_overload_list_block): Update.
6034 * coffread.c (patch_opaque_types): Update.
6035 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6036 * block.h (struct block_iterator): New.
6037 (block_iterator_first, block_iterator_next, block_iter_name_first)
6038 (block_iter_name_next, block_iter_match_first)
6039 (block_iter_match_next): Declare.
6040 (ALL_BLOCK_SYMBOLS): Redefine.
6041 * block.c (block_iterator_first, block_iterator_next)
6042 (block_iter_name_first, block_iter_name_next)
6043 (block_iter_match_first, block_iter_match_next): New functions.
6044 * ada-lang.c (ada_add_block_symbols)
6045 (ada_make_symbol_completion_list): Use block iterator.
6046
6047 2012-05-10 Tom Tromey <tromey@redhat.com>
6048
6049 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6050 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6051 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6052 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6053 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6054 Update.
6055
6056 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6057
6058 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6059 print-file-var-lib2.c, print-file-var-main.c and
6060 print-file-var.exp (located in gdb/testsuite/gdb.base).
6061
6062 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6063
6064 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6065 try locating the symbol in the symbol's own objfile first, before
6066 extending the search to all objfiles.
6067 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6068 out of lookup_symbol_aux_symtabs.
6069 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6070 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6071 Do not search EXCLUDE_OBJFILE.
6072 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6073 (lookup_symbol_global): Search for matches in the block's objfile
6074 first, before searching all other objfiles.
6075
6076 2012-05-10 Tristan Gingold <gingold@adacore.com>
6077
6078 * printcmd.c (set_command): Add pre/post inc/dec.
6079
6080 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
6081
6082 * gdb.1: Document -ex option.
6083
6084 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6085
6086 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6087 * inferior.h (AT_SYMBOL): Delete.
6088
6089 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6090
6091 * mips-tdep.c (mips_push_dummy_code): New function.
6092 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6093 ON_STACK and install mips_push_dummy_code as our gdbarch
6094 push_dummy_code routine.
6095
6096 2012-05-09 Pedro Alves <palves@redhat.com>
6097
6098 * target.c (set_maintenance_target_async_permitted): Rename to ...
6099 (set_target_async_command): ... this.
6100 (show_maintenance_target_async_permitted): Rename to ...
6101 (show_target_async_command): ... this.
6102 (initialize_targets): Adjust.
6103
6104 2012-05-08 Doug Evans <dje@google.com>
6105
6106 * go-exp.y (classify_name): Add missing assignment of fields of
6107 yylval.ssym.
6108
6109 2012-05-08 Eli Zaretskii <eliz@gnu.org>
6110
6111 Display the ">" prompt in interactive mode while reading canned
6112 commands, even when the current interpreter is MI.
6113
6114 * interps.c (interp_set_temp): New function.
6115
6116 * interps.h (interp_set_temp): Add prototype.
6117
6118 * cli/cli-script.c (restore_interp): New cleanup function.
6119 (read_command_lines): Temporarily override the current interpreter
6120 with CLI and arrange for restoring the original one.
6121
6122 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6123
6124 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6125
6126 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6127
6128 * probe.c (parse_probes): Move conditional to check for
6129 debuginfo files from here...
6130 * stap-probe.c (stap_get_probes): ... to here.
6131
6132 2012-05-07 Mark Kettenis <kettenis@gnu.org>
6133 H.J. Lu <hongjiu.lu@intel.com>
6134
6135 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6136 `movl %esp, %ebp' for the X32 ABI.
6137
6138 2012-05-07 Tom Tromey <tromey@redhat.com>
6139
6140 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6141 get_DW_TAG_name.
6142 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6143 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6144 (dwarf_stack_op_name): Remove.
6145 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6146 (decode_locdesc): Use get_DW_OP_name.
6147 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6148 (dwarf2_compile_expr_to_ax): Likewise.
6149 (disassemble_dwarf_expression): Likewise.
6150 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6151
6152 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6153
6154 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6155 (sh_linux_sigtramp_cache): New function.
6156 (sh_linux_sigreturn_init): New function.
6157 (sh_linux_rt_sigreturn_init): New function.
6158 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6159 patterns.
6160 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6161 syscall codes.
6162 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6163 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6164 (sh_linux_init_abi): Add init calls to register new tramp_frame
6165 definitions under 32-bit SH, update comments.
6166
6167 2012-05-07 Pedro Alves <palves@redhat.com>
6168
6169 PR gdb/10952
6170
6171 * amd64-linux-tdep.c: Include glibc-tdep.h.
6172 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6173 gdbarch_skip_solib_resolver callback.
6174
6175 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6176
6177 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6178 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6179 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6180 (add_auto_load_safe_path): Change the error message.
6181 (_initialize_auto_load): Change the "safe-path" help text.
6182 * configure: Regenerate
6183 * configure.ac (--without-auto-load-safe-path): Set
6184 WITH_AUTO_LOAD_SAFE_PATH to /.
6185
6186 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6187
6188 * stap-probe.h: Do not include unecessary `probe.h'.
6189
6190 2012-05-05 Alan Modra <amodra@gmail.com>
6191
6192 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6193 bfd_und_section_ptr.
6194 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6195 and bfd_com_section_ptr.
6196
6197 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6198
6199 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6200
6201 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6202
6203 * windows-nat.h (segment_register_p_ftype): New typedef.
6204 (windows_set_segment_register_p): Add declaration.
6205 * windows-nat.c (segment_register_p): New static global.
6206 (windows_set_segment_register_p): New function.
6207 (do_windows_fetch_inferior_registers): Add special handling
6208 for segment registers.
6209 * amd64-windows-nat.c: #include "amd64-tdep.h".
6210 (amd64_windows_segment_register_p): New function.
6211 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6212 * i386-windows-nat.c: #include "i386-tdep.h".
6213 (i386_windows_segment_register_p): New function.
6214 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6215
6216 2012-05-04 Tristan Gingold <gingold@adacore.com>
6217
6218 * printcmd.c (set_command): Emit a warning if the expression is not
6219 an assignment.
6220
6221 2012-05-03 Joel Brobecker <brobecker@adacore.com>
6222
6223 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6224 Make static.
6225
6226 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6227
6228 * stap-probe.c (stap_is_operator): Change declaration.
6229 (stap_get_opcode): Change return value.
6230 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6231 `stap_parse_argument_1'.
6232
6233 2012-05-03 Pedro Alves <pedro@codesourcery.com>
6234
6235 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6236 debug log.
6237
6238 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6239
6240 Add two new methods global_block and static_block to gdb.Symtab
6241 objects.
6242 * NEWS (Python scripting): Add entry about the new methods.
6243 * python/py-symtab.c (stpy_global_block): New function which
6244 implements the gdb.Symtab.global_block() method.
6245 (stpy_static_block): New function which implements the
6246 gdb.Symtab.static_block() method.
6247 (symtab_object_methods): Add entries for the two new methods.
6248
6249 2012-05-03 Doug Evans <dje@google.com>
6250
6251 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6252 files.
6253
6254 2012-05-03 Yao Qi <yao@codesourcery.com>
6255
6256 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6257 space.
6258 (i386_process_record): Ditto.
6259
6260 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6261
6262 * infcall.c (unwind_on_signal_p): Make static.
6263
6264 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6265
6266 * sol-thread.c (solaris_pid_to_str): Make static.
6267 (_initialize_sol_thread): Add prototype.
6268
6269 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6270
6271 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6272
6273 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
6274
6275 * MAINTAINERS: Remove myself.
6276
6277 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6278
6279 Fix --without-auto-load-safe-path for MS-Windows host platform.
6280 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6281
6282 2012-05-02 Eli Zaretskii <eliz@gnu.org>
6283
6284 * gdb_curses.h: Undefine KEY_EVENT before including curses
6285 headers. Move "#undef MOUSE_MOVED" before any curses header
6286 inclusion.
6287
6288 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6289
6290 * features/i386/i386-mmx-linux.c: Regenerate.
6291 * features/rs6000/powerpc-32.c: Likewise.
6292 * features/rs6000/powerpc-32l.c: Likewise.
6293 * features/rs6000/powerpc-403.c: Likewise.
6294 * features/rs6000/powerpc-403gc.c: Likewise.
6295 * features/rs6000/powerpc-405.c: Likewise.
6296 * features/rs6000/powerpc-505.c: Likewise.
6297 * features/rs6000/powerpc-601.c: Likewise.
6298 * features/rs6000/powerpc-602.c: Likewise.
6299 * features/rs6000/powerpc-603.c: Likewise.
6300 * features/rs6000/powerpc-604.c: Likewise.
6301 * features/rs6000/powerpc-64.c: Likewise.
6302 * features/rs6000/powerpc-64l.c: Likewise.
6303 * features/rs6000/powerpc-750.c: Likewise.
6304 * features/rs6000/powerpc-860.c: Likewise.
6305 * features/rs6000/powerpc-e500.c: Likewise.
6306 * features/rs6000/powerpc-e500l.c: Likewise.
6307 * features/rs6000/powerpc-isa205-32l.c: Likewise.
6308 * features/rs6000/powerpc-isa205-64l.c: Likewise.
6309 * features/rs6000/rs6000.c: Likewise.
6310
6311 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6312
6313 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6314 variable.
6315 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6316 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6317 (stap_parse_argument) <e>: Likewise.
6318 (handle_stap_probe) <byte_order>: Likewise.
6319
6320 2012-04-30 Doug Evans <dje@google.com>
6321
6322 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6323 init_and_read_dies_worker. All callers updated.
6324 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
6325 replaced with init_cutu_and_read_dies.
6326 (load_partial_comp_unit): Pass 1 for use_existing_cu.
6327 (find_partial_die): Remove FIXME. Don't free current CU.
6328
6329 2012-04-30 Sterling Augustine <saugustine@google.com>
6330
6331 * contrib: New directory.
6332 * contrib/test_pubnames_and_indexes.py: New file.
6333
6334 2012-04-30 Doug Evans <dje@google.com>
6335
6336 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6337 All callers updated.
6338 (init_cu_die_reader): Verify the section is non-empty.
6339 (dwarf_decode_line_header): Don't dereference section->asection
6340 until we know the section is present.
6341
6342 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
6343
6344 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6345 probes.
6346
6347 2012-04-29 Yao Qi <yao@codesourcery.com>
6348
6349 * gdb-code-style.el: New hook gdb-markup-hook
6350 and gdb-comment-hook.
6351
6352 2012-04-28 Doug Evans <dje@google.com>
6353
6354 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6355 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6356 objfile->obfd.
6357 * symfile.h (dwarf2_debug_sections): New member addr.
6358 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6359 (ctx_no_get_addr_index): New function.
6360 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6361 (ctx_no_get_addr_index): Declare.
6362 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6363 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6364 (dwarf_expr_ctx_funcs): Update.
6365 (needs_get_addr_index): New function.
6366 (needs_frame_ctx_funcs): Update.
6367 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6368 * dwarf2read.c: #include "gdbcore.h".
6369 (dwarf2_per_objfile): New members addr, dwo_files.
6370 (dwarf2_elf_names): Add entry for addr.
6371 (struct dwo_section_names): New type.
6372 (dwo_section_names): New static global.
6373 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6374 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6375 old debug_types_section member updated to use this.
6376 Rename member debug_types_section to info_or_types_section,
6377 all uses updated.
6378 (signatured_type): Rename member type_offset to type_offset_in_tu,
6379 all uses updated. New member type_offset_in_section.
6380 (struct dwo_sections): New type.
6381 (struct dwo_unit): New type.
6382 (struct dwo_file): New type.
6383 (die_reader_specs): New member dwo_file.
6384 (dwarf2_locate_sections): Watch for .debug_addr.
6385 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6386 (dwarf2_read_section): Get bfd of section from bfd's asection,
6387 instead of objfile.
6388 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6389 (create_signatured_type_table_from_index): Initialize
6390 sig_type->info_or_types_section.
6391 (dw2_get_file_names): Statement lists for type units with DWO files
6392 live in the DWO file.
6393 (create_debug_types_hash_table): New function.
6394 (create_all_type_units): Rewrite.
6395 (init_cu_die_reader): New arg dwo_file, all callers updated.
6396 (init_and_read_dies_worker): Get section from
6397 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6398 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6399 continue reading the CU/TU from there.
6400 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6401 updated. Get section from this_cu->info_or_types_section.
6402 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6403 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6404 DW_FORM_GNU_str_index.
6405 (hash_dwo_file, eq_dwo_file): New functions.
6406 (allocate_dwo_file_hash_table): New function.
6407 (hash_dwo_unit, eq_dwo_unit): New functions.
6408 (allocate_dwo_unit_table): New function.
6409 (dwarf2_locate_dwo_sections): New function.
6410 (struct create_dwo_info_table_data): New type.
6411 (create_debug_info_hash_table_reader): New function.
6412 (create_debug_info_hash_table): New function.
6413 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6414 (lookup_dwo_file): New function.
6415 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6416 (free_dwo_file, free_dwo_file_cleanup): New functions.
6417 (free_dwo_file_from_slot, free_dwo_files): New functions.
6418 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6419 (dwarf2_record_block_ranges): Ditto.
6420 (read_partial_die): Ditto.
6421 (process_enumeration_scope): Update to use type_offset_in_section.
6422 (read_full_die_1): New function.
6423 (read_full_die): Rewrite.
6424 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6425 DW_FORM_GNU_str_index.
6426 (read_addr_index_1, read_addr_index): New functions.
6427 (read_addr_index_from_leb128): New function.
6428 (struct dwarf2_read_addr_index_data): New type.
6429 (dwarf2_read_addr_index_reader): New function.
6430 (dwarf2_read_addr_index): New function.
6431 (read_str_index): New function.
6432 (leb128_size): New function.
6433 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6434 If processing a type unit from a DWO file, get the line section
6435 from the DWO file.
6436 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6437 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6438 DW_FORM_GNU_str_index.
6439 (lookup_die_type): Check whether section offset of type's die is
6440 known before looking it up. Remove assert. Condition can
6441 legimately happen for inter-cu type references.
6442 (dwarf_attr_name): Handle Fission attributes.
6443 (dwarf_form_name): Handle Fission forms.
6444 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6445 DW_FORM_GNU_str_index.
6446 (follow_die_sig): Update to use type_offset_in_section.
6447 (decode_locdesc): New case DW_OP_GNU_addr_index.
6448 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6449 DW_FORM_GNU_str_index.
6450 (cu_debug_loc_section): New function.
6451 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6452 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6453 Free DWO files if present.
6454 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6455
6456 Refactor DIE reading.
6457 * dwarf2read.c (dwarf2_per_objfile): Replace members
6458 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6459 (die_reader_specs): New member "die_section". Temporarily make
6460 member "buffer" non-const, pending constifying all info_ptr uses.
6461 (die_reader_func_ftype): New typedef.
6462 (dw2_get_file_names_reader): New function.
6463 (dw2_get_file_names): Rewrite.
6464 (read_and_check_type_unit_head): Rename arg type_offset to
6465 type_offset_in_tu.
6466 (create_all_type_units): Improve debugging message.
6467 Improve dummy type unit check.
6468 (init_cu_die_reader): New arg "section". All callers updated.
6469 (init_and_read_dies_worker): New function.
6470 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6471 (init_cutu_and_read_dies_no_follow): New function.
6472 (init_cutu_and_read_dies_simple): New function.
6473 (process_psymtab_comp_unit_reader): New function.
6474 (process_psymtab_comp_unit): Delete args section,
6475 is_debug_types_section. Rewrite. All callers updated.
6476 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6477 All callers updated. Rewrite.
6478 (load_partial_comp_unit_reader): New function.
6479 (load_partial_comp_unit): Rewrite.
6480 (skip_children): New arg reader. Delete args buffer, cu.
6481 All callers updated.
6482 (skip_one_die): New arg reader. Delete args buffer, cu.
6483 All callers updated.
6484 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6485 All callers updated.
6486 (load_full_comp_unit_reader): New function.
6487 (load_full_comp_unit): Rewrite.
6488 (read_comp_unit): Delete.
6489 (read_die_and_children_1): Delete, contents moved ...
6490 (read_die_and_children): ... here.
6491 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6492 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6493 All callers updated.
6494 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6495 All callers updated.
6496 (find_partial_die): Rewrite load_all_dies support.
6497 (read_attribute_value): New arg reader. Delete args abfd, cu.
6498 All callers updated.
6499 (read_attribute): New arg reader. Delete args abfd, cu.
6500 All callers updated.
6501 (load_full_type_unit): Add assert.
6502 (read_signatured_type_reader): New function.
6503 (read_signatured_type): Rewrite.
6504 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6505 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6506 All callers updated. Set per_cu->cu = NULL after freeing it.
6507 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6508 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6509 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6510 (set_die_type): Update.
6511 (get_die_type_at_offset): Update.
6512 (read_file_scope): Call prepare_one_comp_unit.
6513 (read_type_unit_scope): Ditto.
6514 (prepare_one_comp_unit): Set producer if present.
6515
6516 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6517
6518 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6519 gettext function on `error'.
6520
6521 2012-04-27 Doug Evans <dje@google.com>
6522
6523 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6524 is empty.
6525
6526 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6527 Tom Tromey <tromey@redhat.com>
6528
6529 * breakpoint.c (struct breakpoint_objfile_data)
6530 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6531 <exception_probes>: New fields.
6532 (free_breakpoint_probes): New function.
6533 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6534 `_Unwind_DebugHook'.
6535 (create_exception_master_breakpoint): Likewise.
6536 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6537 * infrun.c: Including necessary header files for handling SystemTap
6538 probes.
6539 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6540 via SystemTap probes.
6541 (check_exception_resume): Remove `func' argument. Handle exception
6542 unwinding breakpoint set via a SystemTap probe.
6543 (insert_exception_resume_from_probe): New function.
6544
6545 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6546 Tom Tromey <tromey@redhat.com>
6547 Jan Kratochvil <jan.kratochvil@redhat.com>
6548
6549 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6550 (COMMON_OBS): Likewise.
6551 (HFILES_NO_SRCDIR): Add `probe'.
6552 * NEWS: Mention support for static and SystemTap probes.
6553 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6554 SystemTap probes' arguments parser.
6555 * arm-linux-tdep.c: Including headers needed to perform the parsing
6556 of SystemTap probes' arguments.
6557 (arm_stap_is_single_operand): New function.
6558 (arm_stap_parse_special_token): Likewise.
6559 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6560 probes' arguments parser.
6561 * ax-gdb.c (require_rvalue): Removing static declaration.
6562 (gen_expr): Likewise.
6563 * ax-gdb.h (gen_expr): Declaring function.
6564 (require_rvalue): Likewise.
6565 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6566 (bkpt_probe_breakpoint_ops): New variable.
6567 (momentary_breakpoint_from_master): Set the `probe' value.
6568 (add_location_to_breakpoint): Likewise.
6569 (break_command_1): Using proper breakpoint_ops according to the
6570 argument passed by the user in the command line.
6571 (bkpt_probe_insert_location): New function.
6572 (bkpt_probe_remove_location): Likewise.
6573 (bkpt_probe_create_sals_from_address): Likewise.
6574 (bkpt_probe_decode_linespec): Likewise.
6575 (tracepoint_probe_create_sals_from_address): Likewise.
6576 (tracepoint_probe_decode_linespec): Likewise.
6577 (tracepoint_probe_breakpoint_ops): New variable.
6578 (trace_command): Using proper breakpoint_ops according to the
6579 argument passed by the user in the command line.
6580 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6581 static probes on breakpoints and tracepoints.
6582 * breakpoint.h (struct bp_location) <probe>: New field.
6583 * cli-utils.c (skip_spaces_const): New function.
6584 (extract_arg): Likewise.
6585 * cli-utils.h (skip_spaces_const): Likewise.
6586 (extract_arg): Likewise.
6587 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6588 * configure.ac: Append `stap-probe.o' to be generated when ELF
6589 support is present.
6590 * configure: Regenerate.
6591 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6592 * elfread.c: Include `probe.h' and `arch-utils.h'.
6593 (probe_key): New variable.
6594 (elf_get_probes): New function.
6595 (elf_get_probe_argument_count): Likewise.
6596 (elf_evaluate_probe_argument): Likewise.
6597 (elf_compile_to_ax): Likewise.
6598 (elf_symfile_relocate_probe): Likewise.
6599 (stap_probe_key_free): Likewise.
6600 (elf_probe_fns): New variable.
6601 (elf_sym_fns): Add `sym_probe_fns' value.
6602 (elf_sym_fns_lazy_psyms): Likewise.
6603 (elf_sym_fns_gdb_index): Likewise.
6604 (_initialize_elfread): Initialize objfile cache for static
6605 probes.
6606 * gdb_vecs.h (struct probe): New forward declaration.
6607 (probe_p): New VEC declaration.
6608 * gdbarch.c: Regenerate.
6609 * gdbarch.h: Regenerate.
6610 * gdbarch.sh (stap_integer_prefix): New variable.
6611 (stap_integer_suffix): Likewise.
6612 (stap_register_prefix): Likewise.
6613 (stap_register_suffix): Likewise.
6614 (stap_register_indirection_prefix): Likewise.
6615 (stap_register_indirection_suffix): Likewise.
6616 (stap_gdb_register_prefix): Likewise.
6617 (stap_gdb_register_suffix): Likewise.
6618 (stap_is_single_operand): New function.
6619 (stap_parse_special_token): Likewise.
6620 (struct stap_parse_info): Forward declaration.
6621 * i386-tdep.c: Including headers needed to perform the parsing
6622 of SystemTap probes' arguments.
6623 (i386_stap_is_single_operand): New function.
6624 (i386_stap_parse_special_token): Likewise.
6625 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6626 probes' arguments parser.
6627 * i386-tdep.h (i386_stap_is_single_operand): New function.
6628 (i386_stap_parse_special_token): Likewise.
6629 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6630 * mipsread.c (ecoff_sym_fns): Likewise.
6631 * objfiles.c (objfile_relocate1): Support relocation for static
6632 probes.
6633 * parse.c (prefixify_expression): Remove static declaration.
6634 (initialize_expout): Likewise.
6635 (reallocate_expout): Likewise.
6636 * parser-defs.h (initialize_expout): Declare function.
6637 (reallocate_expout): Likewise.
6638 (prefixify_expression): Likewise.
6639 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6640 of SystemTap probes' arguments.
6641 (ppc_stap_is_single_operand): New function.
6642 (ppc_stap_parse_special_token): Likewise.
6643 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6644 probes' arguments parser.
6645 * probe.c: New file, for generic statically defined probe support.
6646 * probe.h: Likewise.
6647 * s390-tdep.c: Including headers needed to perform the parsing of
6648 SystemTap probes' arguments.
6649 (s390_stap_is_single_operand): New function.
6650 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6651 probes' arguments parser.
6652 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6653 * stap-probe.c: New file, for SystemTap probe support.
6654 * stap-probe.h: Likewise.
6655 * symfile.h: Include `gdb_vecs.h'.
6656 (struct sym_probe_fns): New struct.
6657 (struct sym_fns) <sym_probe_fns>: New field.
6658 * symtab.c (init_sal): Initialize `probe' field.
6659 * symtab.h (struct probe): Forward declaration.
6660 (struct symtab_and_line) <probe>: New field.
6661 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6662 locations.
6663 (stop_tracing): Likewise.
6664 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6665
6666 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6667 Tom Tromey <tromey@redhat.com>
6668
6669 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6670 and to compile agent expressions.
6671 * infrun.c (siginfo_make_value): New argument `ignore'.
6672 (siginfo_funcs): New struct.
6673 (_initialize_infrun): New argument when calling
6674 `create_internalvar_type_lazy'.
6675 * thread.c (thread_id_make_value): New argument `ignore'.
6676 (thread_funcs): New struct.
6677 (_initialize_thread): New argument when calling
6678 `create_internalvar_type_lazy'.
6679 * tracepoint.c (sdata_make_value): New argument `ignore'.
6680 (sdata_funcs): New struct.
6681 (_initialize_tracepoint): New argument when calling
6682 `create_internalvar_type_lazy'.
6683 * value.c (make_value): New struct.
6684 (create_internalvar_type_lazy): New argument `data'.
6685 (compile_internalvar_to_ax): New function.
6686 (value_of_internalvar): Properly handling `make_value' case.
6687 (clear_internalvar): Likewise.
6688 (show_convenience): Adding `TRY_CATCH' block.
6689 * value.h (internalvar_make_value): Delete, replace by...
6690 (struct internalvar_funcs): ... this.
6691 (create_internalvar_type_lazy) <fun>: Delete argument.
6692 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6693 (compile_internalvar_to_ax): New function.
6694 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6695 (tlb_funcs): New struct.
6696 (_initialize_windows_tdep): New argument when calling
6697 `create_internalvar_type_lazy'.
6698
6699 2012-04-27 Mark Wielaard <mjw@redhat.com>
6700
6701 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6702 see whether it is an address or a constant offset from DW_AT_low_pc.
6703 (dwarf2_record_block_ranges): Likewise.
6704 (read_partial_die): Likewise.
6705
6706 2012-04-26 Mark Wielaard <mjw@redhat.com>
6707
6708 * MAINTAINERS (Write After Approval): Add myself to the list.
6709
6710 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6711
6712 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6713 (proc_prettyprint_signal): Likewise.
6714 (proc_prettyprint_faultset): Likewise.
6715 (proc_prettyprint_fault): Likewise.
6716 (proc_prettyprint_actionset): Likewise.
6717 (proc_prettyprint_flags): Move to new proc-flags.c section.
6718 (proc_prettyfprint_flags): New prototype.
6719 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6720 (proc_syscall, proc_cursig): Likewise.
6721 (proc_set_kill_on_last_close): Likewise.
6722 (proc_unset_kill_on_last_close): Likewise.
6723 (proc_set_watchpoint): Make static.
6724 (proc_delete_dead_threads): Likewise.
6725 (procfs_set_watchpoint): Likewise.
6726 (_initialize_procfs): Add prototype.
6727 * proc-events.c: Include proc-utils.h.
6728 (init_syscall_table): Make static.
6729 * proc-api.c (_initialize_proc_api): Add prototype.
6730 * proc-flags.c: Include proc-utils.h.
6731
6732 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6733
6734 * configure.ac: Add AC_ARG_PROGRAM.
6735 * configure: Regenerate.
6736
6737 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6738
6739 Fix DW_AT_lower_bound defaults for DWARF-4+.
6740 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6741 high. New variable low_default_is_valid. Implement DWARF-4+
6742 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6743 no default by the DWARF standard.
6744
6745 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6746 Maciej W. Rozycki <macro@codesourcery.com>
6747
6748 * infrun.c (handle_inferior_event): Move the check for return
6749 trampolines ahead of the check for function trampolines.
6750 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6751 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6752 (mips_str_mips16_ret_stub): Likewise.
6753 (mips_str_call_fp_stub): Likewise.
6754 (mips_str_call_stub): Likewise.
6755 (mips_str_fn_stub): Likewise.
6756 (mips_str_pic): Likewise.
6757 (mips_in_frame_stub): New function.
6758 (mips_unwind_pc): Return the return address rather than the PC
6759 if the PC of an intermediate frame is inside a call thunk.
6760 (mips_is_stub_suffix): New function.
6761 (mips_is_stub_mode): Likewise.
6762 (mips_get_mips16_fn_stub_pc): Likewise.
6763 (mips_skip_mips16_trampoline_code): Update to handle all the
6764 currently generated stub types. Don't recurse into __fn_stub
6765 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6766 Use cooked register accesses.
6767 (mips_in_return_stub): Reintroduce function.
6768 (mips_skip_trampoline_code): Traverse trampolines recursively.
6769 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6770
6771 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6772
6773 GDB 7.4.1 released.
6774
6775 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6776
6777 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6778 * features/arm-with-m-vfp-d16.xml: New file. Describes
6779 Cortex-M with VFPv4-sp-d16 FPU register layout.
6780 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6781 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6782 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6783 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6784 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6785
6786 2012-04-25 Doug Evans <dje@google.com>
6787
6788 * cli/cli-decode.c (print_doc_line): Use stream instead of
6789 current_uiout.
6790
6791 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6792
6793 * features/arm-with-iwmmxt.c: Regenerate.
6794 * features/arm-with-m-fpa-layout.c: Likewise.
6795 * features/arm-with-m.c: Likewise.
6796 * features/arm-with-neon.c: Likewise.
6797 * features/arm-with-vfpv2.c: Likewise.
6798 * features/arm-with-vfpv3.c: Likewise.
6799 * features/mips-dsp-linux.c: Likewise.
6800 * features/mips-linux.c: Likewise.
6801 * features/mips64-dsp-linux.c: Likewise.
6802 * features/mips64-linux.c: Likewise.
6803 * features/s390-linux32.c: Likewise.
6804 * features/s390-linux32v1.c: Likewise.
6805 * features/s390-linux32v2.c: Likewise.
6806 * features/s390-linux64.c: Likewise.
6807 * features/s390-linux64v1.c: Likewise.
6808 * features/s390-linux64v2.c: Likewise.
6809 * features/s390x-linux64.c: Likewise.
6810 * features/s390x-linux64v1.c: Likewise.
6811 * features/s390x-linux64v2.c: Likewise.
6812 * features/tic6x-c62x-linux.c: Likewise.
6813 * features/tic6x-c62x.c: Likewise.
6814 * features/tic6x-c64x-linux.c: Likewise.
6815 * features/tic6x-c64x.c: Likewise.
6816 * features/tic6x-c64xp-linux.c: Likewise.
6817 * features/tic6x-c64xp.c: Likewise.
6818 * target-descriptions.c: Only generate `field_type' and `type'
6819 variables when needed.
6820
6821 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6822
6823 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6824
6825 2012-04-25 Doug Evans <dje@google.com>
6826
6827 Initial pass at Go language support.
6828 * NEWS: Mention Go.
6829 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6830 go-valprint.c.
6831 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6832 (YYFILES): Add go-exp.c.
6833 (YYOBJ): Add go-exp.o.
6834 (local-maintainer-clean): Delete go-exp.c.
6835 * defs.h (enum language): Add language_go.
6836 * dwarf2read.c: #include "go-lang.h".
6837 (fixup_go_packaging): New function.
6838 (process_full_comp_unit): Call it when processing Go CUs.
6839 (dwarf2_physname): Add Go support.
6840 (read_file_scope): Handle missing language spec for GNU Go.
6841 (set_cu_language): Handle DW_LANG_Go.
6842 * go-exp.y: New file.
6843 * go-lang.h: New file.
6844 * go-lang.c: New file.
6845 * go-typeprint.c: New file.
6846 * go-valprint.c: New file.
6847 * symtab.c: #include "go-lang.h".
6848 (symbol_set_language): Handle language_go.
6849 (symbol_find_demangled_name, symbol_set_names): Ditto.
6850 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6851
6852 2012-04-24 Jim Meyering <meyering@redhat.com>
6853
6854 avoid a few strncpy-induced buffer overruns
6855 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6856 fname and psargs before trying to concatenate.
6857 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6858 "name" before applying strchr.
6859
6860 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6861
6862 * CONTRIBUTE: Use unified diff instead of context diff when
6863 generating patches.
6864
6865 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6866
6867 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6868 code. Handle JR.HB correctly.
6869
6870 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6871
6872 * mips-tdep.c
6873 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6874 with the other MIPS16 helpers.
6875
6876 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6877
6878 * observer.sh: Conditionally declare `args', thus cleaning up
6879 unused instances of this variable.
6880
6881 2012-04-24 Yao Qi <yao@codesourcery.com>
6882
6883 Revert this patch to allow breakpoint always-inserted
6884 in record target.
6885 2011-12-05 Pedro Alves <pedro@codesourcery.com>
6886 * breakpoint.c: Include record.h.
6887 (breakpoints_always_inserted_mode): Return false when the record
6888 target is in use.
6889
6890 * breakpoint.c (iterate_over_bp_locations): New.
6891 * breakpoint.h: Declare.
6892 New typedef walk_bp_location_callback.
6893 * record.c (record_open): Call record_init_record_breakpoints.
6894 (record_sync_record_breakpoints): New.
6895 (record_init_record_breakpoints): New.
6896 * NEWS: Mention supporting breakpoint always-inserted mode in
6897 record target.
6898
6899 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6900
6901 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6902 any thread.
6903
6904 2012-04-24 Yao Qi <yao@codesourcery.com>
6905
6906 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6907 (is_catchpoint): ... it.
6908 (print_one_breakpoint_location): Caller update.
6909 * breakpoint.h: Update declaration.
6910
6911 2012-04-23 David S. Miller <davem@davemloft.net>
6912
6913 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6914
6915 2012-04-23 Tom Tromey <tromey@redhat.com>
6916
6917 * buildsym.c (add_free_pendings): Remove.
6918 * buildsym.h (add_free_pendings): Remove.
6919
6920 2012-04-23 Doug Evans <dje@google.com>
6921
6922 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6923 attr.u.unsnd instead of attr.u.addr.
6924 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6925 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6926 DW_FORM_ref_udata.
6927 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6928 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6929 DW_FORM_ref_udata.
6930 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6931
6932 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6933
6934 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6935 (mips_o32_return_value): Likewise.
6936 (mips_o64_return_value): Likewise.
6937
6938 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6939
6940 * ada-lang.c (ada_evaluate_subexp): Add cases for
6941 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6942 their treatment in eval.c.
6943
6944 2012-04-21 David S. Miller <davem@davemloft.net>
6945
6946 * sparc-tdep.c (X_DISP10): Define.
6947 (sparc_analyze_control_transfer): Handle compare-and-branch.
6948
6949 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6950
6951 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6952 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6953
6954 2012-04-20 Nigel Stephens <nigel@mips.com>
6955 Maciej W. Rozycki <macro@codesourcery.com>
6956
6957 * mips-tdep.c (mips_float_register_p): New function.
6958 (mips_convert_register_float_case_p): Use mips_float_register_p.
6959 (mips_register_type): Likewise.
6960 (mips_print_register): Likewise.
6961 (print_gp_register_row): Likewise.
6962 (mips_print_registers_info): Likewise.
6963
6964 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6965
6966 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6967 of mips16 symbols.
6968
6969 2012-04-20 Andrew Pinski <apinski@cavium.com>
6970
6971 * MAINTAINERS (Write After Approval): Add myself to the list.
6972
6973 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6974
6975 * MAINTAINERS: Update my e-mail address.
6976
6977 2012-04-20 Pedro Alves <palves@redhat.com>
6978
6979 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6980 $srcdir.
6981 * configure: Regenerate.
6982
6983 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6984
6985 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6986 declaration.
6987 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6988
6989 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6990
6991 Fix compilation compatibility with python-2.4
6992 * python/py-type.c (convert_field): Cast ADDRSTRING for
6993 PyObject_SetAttrString as non-const. New comment.
6994
6995 2012-04-19 Tom Tromey <tromey@redhat.com>
6996
6997 * top.c (quit_target): Use all_cleanups.
6998 * main.c (captured_command_loop): Use all_cleanups.
6999 * exceptions.c (throw_exception): Use all_cleanups.
7000
7001 2012-04-19 Pedro Alves <palves@redhat.com>
7002
7003 * Makefile.in (GNULIB_BUILDDIR): New.
7004 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7005 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7006 (CLEANDIRS). Remove gnulib/import.
7007 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7008 (all-lib): Ditto.
7009 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7010 (gnulib/import/Makefile): Replace gnulib/import with
7011 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7012 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7013 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7014 acx_configure_dir.m4.
7015 * acinclude.m4: Include acx_configure_dir.m4.
7016 * acx_configure_dir.m4: New file.
7017 * aclocal.m4: Regenerate.
7018 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7019 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7020 (GNULIB): New variable.
7021 (GNULIB_STDINT_H): Adjust.
7022 (AC_OUTPUT): Don't output gnulib/Makefile.
7023 * gdb/defs.h: Include build-gnulib/config.h.
7024 * aclocal.m4: Regenerate.
7025 * config.in: Regenerate.
7026 * configure: Regenerate.
7027
7028 * gnulib/Makefile.in: New file.
7029 * gnulib/configure.ac: New file.
7030 * gnulib/aclocal.m4: New file.
7031 * gnulib/config.in: New file.
7032 * gnulib/configure: New file.
7033 * gnulib/: Re-run gnulib-tool to adjust.
7034
7035 2012-04-19 Doug Evans <dje@google.com>
7036
7037 * cleanups.h (struct cleanup): Move to cleanups.c.
7038 (make_cleanup_dtor_ftype): New typedef.
7039 (make_cleanup_dtor): Use it.
7040 (ALL_CLEANUPS): Replace with ...
7041 (all_cleanups): ... this. Declare. All uses updated.
7042 * cleanups.c: #include "gdb_assert.h".
7043 (sentinel_cleanup): New static global.
7044 (SENTINEL_CLEANUP): Define.
7045 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7046 (make_my_cleanup2): Assert result is non-NULL.
7047 (all_cleanups): New function.
7048 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7049 of NULL.
7050
7051 2012-04-19 Pedro Alves <palves@redhat.com>
7052
7053 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7054 Adjust paths to gnulib imported files.
7055
7056 2012-04-19 Pedro Alves <palves@redhat.com>
7057
7058 * gnulib/: Move whole directory ...
7059 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7060 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7061 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7062 (aclocal_m4_deps): Adjust.
7063 * aclocal.m4: Regenerate.
7064 * configure: Regenerate.
7065 * configure.ac: Adjust AC_OUTPUT output.
7066
7067 2012-04-19 Yao Qi <yao@codesourcery.com>
7068
7069 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7070 (vec.o): New rule.
7071 * vec.c: Move it ...
7072 * common/vec.c: ... here.
7073 * vec.h: Move it ...
7074 * common/vec.h: ... here.
7075
7076 2012-04-19 Yao Qi <yao@codesourcery.com>
7077
7078 * gdb-code-style.el: New.
7079
7080 2012-04-18 Pedro Alves <palves@redhat.com>
7081
7082 Update gnulib from latest git.
7083 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7084
7085 * gnulib/Makefile.am: Update.
7086 * gnulib/dummy.c: Update.
7087 * gnulib/extra/arg-nonnull.h: Update.
7088 * gnulib/extra/c++defs.h: Update.
7089 * gnulib/extra/update-copyright: Update.
7090 * gnulib/extra/warn-on-use.h: Update.
7091 * gnulib/inttypes.in.h: Update.
7092 * gnulib/m4/00gnulib.m4: Update.
7093 * gnulib/m4/extensions.m4: Update.
7094 * gnulib/m4/gnulib-cache.m4: Update.
7095 * gnulib/m4/gnulib-common.m4: Update.
7096 * gnulib/m4/gnulib-comp.m4: Update.
7097 * gnulib/m4/gnulib-tool.m4: Update.
7098 * gnulib/m4/include_next.m4: Update.
7099 * gnulib/m4/inttypes-pri.m4: Update.
7100 * gnulib/m4/inttypes.m4: Update.
7101 * gnulib/m4/longlong.m4: Update.
7102 * gnulib/m4/memchr.m4: Update.
7103 * gnulib/m4/memmem.m4: Update.
7104 * gnulib/m4/mmap-anon.m4: Update.
7105 * gnulib/m4/multiarch.m4: Update.
7106 * gnulib/m4/onceonly.m4: Update.
7107 * gnulib/m4/stddef_h.m4: Update.
7108 * gnulib/m4/stdint.m4: Update.
7109 * gnulib/m4/string_h.m4: Update.
7110 * gnulib/m4/warn-on-use.m4: Update.
7111 * gnulib/m4/wchar_h.m4: Update.
7112 * gnulib/m4/wchar_t.m4: Update.
7113 * gnulib/m4/wint_t.m4: Update.
7114 * gnulib/memchr.c: Update.
7115 * gnulib/memmem.c: Update.
7116 * gnulib/stddef.in.h: Update.
7117 * gnulib/stdint.in.h: Update.
7118 * gnulib/str-two-way.h: Update.
7119 * gnulib/string.in.h: Update.
7120 * gnulib/wchar.in.h: Update.
7121
7122 * gnulib/extra/arg-nonnull.h: Delete.
7123 * gnulib/extra/c++defs.h: Delete.
7124 * gnulib/extra/warn-on-use.h: Delete.
7125 * gnulib/m4/wchar_h.m4: Delete.
7126 * gnulib/m4/wint_t.m4: Delete.
7127 * gnulib/wchar.in.h: Delete.
7128
7129 * gnulib/extra/snippets/arg-nonnull.h: New.
7130 * gnulib/extra/snippets/c++defs.h: New.
7131 * gnulib/extra/snippets/warn-on-use.h: New.
7132
7133 * aclocal.m4: Regenerate.
7134 * config.in: Regenerate.
7135 * configure: Regenerate.
7136 * gnulib/Makefile.in: Regenerate.
7137
7138 2012-04-18 Pedro Alves <palves@redhat.com>
7139
7140 Reimport the update-copyright module from gnulib
7141 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7142
7143 * configure: Regenerate.
7144 * gnulib/Makefile.am: Update.
7145 * gnulib/Makefile.in: Regenerate.
7146 * gnulib/extra/update-copyright: Update.
7147 * gnulib/m4/gnulib-cache.m4: Update.
7148 * gnulib/m4/gnulib-comp.m4: Update.
7149
7150 2012-04-18 Tristan Gingold <gingold@adacore.com>
7151
7152 * configure.ac (aix): Put -lpthread into libs.
7153 * configure: Regenerate.
7154
7155 2012-04-18 Tom Tromey <tromey@redhat.com>
7156
7157 * linespec.c (convert_linespec_to_sals): Don't use
7158 SYMBOL_OBJ_SECTION.
7159 (compare_msymbols): Arguments are minsym_and_objfile, not
7160 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7161
7162 2012-04-18 Pedro Alves <palves@redhat.com>
7163
7164 Revert gnulib/ part of:
7165 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7166 Copyright year update in most files (performed by copyright.sh).
7167
7168 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7169
7170 Fix 64-bit constants on 32-bit hosts.
7171 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7172 from unsigned long to ULONGEST.
7173 (read_signed_leb128): Change declaration return type from long to
7174 LONGEST.
7175 (dwarf2_const_value_attr): Change declaration parameter value from long
7176 to LONGEST.
7177 (dwarf2_compute_name): Change variable value from long to LONGEST.
7178 (read_unsigned_leb128): Change return type, variable result and some
7179 casts from unsigned long to ULONGEST.
7180 (read_signed_leb128): Change return type, variable result and some
7181 casts from long to LONGEST.
7182 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7183 value from long to LONGEST.
7184 (dwarf2_const_value): Change variable value from long to LONGEST.
7185 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7186 plongest and hex_string.
7187 * symtab.h (struct general_symbol_info): Change ivalue from long to
7188 LONGEST, remove the comment.
7189 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7190 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7191
7192 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7193
7194 PR symtab/7259:
7195 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7196 * ada-lang.c (ada_discrete_type_high_bound)
7197 (ada_discrete_type_low_bound): Fix function comment. Use
7198 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7199 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7200 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7201 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7202 Use TYPE_FIELD_ENUMVAL.
7203 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7204 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7205 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7206 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7207 TYPE_CODE_ENUM.
7208 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7209 * dwarf2read.c (process_enumeration_scope): Likewise.
7210 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7211 field.bitpos.
7212 (class StructMainTypePrettyPrinter): Support also
7213 FIELD_LOC_KIND_ENUMVAL.
7214 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7215 TYPE_CODE_ENUM.
7216 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7217 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7218 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7219 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7220 field enumval.
7221 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7222 accommodate enumval.
7223 (struct call_site): Adjust loc_kind to accommodate enumval.
7224 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7225 (TYPE_FIELD_ENUMVAL): New macros.
7226 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7227 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7228 TYPE_CODE_ENUM.
7229 * p-typeprint.c (pascal_type_print_base): Likewise.
7230 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7231 enumval.
7232 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7233 * python/py-type.c (convert_field): New variable addrstring. Use
7234 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7235 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7236 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7237 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7238 TYPE_CODE_ENUM.
7239 * valprint.c (generic_val_print): Likewise.
7240
7241 2012-04-17 Doug Evans <dje@google.com>
7242
7243 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7244
7245 * dwarf2read.c: Whitespace fixes.
7246 (lookup_signatured_type): Tweak comment.
7247 (get_die_type_at_offset): Fix comment.
7248
7249 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7250
7251 * xcoffread.c (xcoff_secnum_to_sections): New function.
7252 (secnum_to_section, secnum_to_bfd_section): Reimplement
7253 using xcoff_secnum_to_sections. Rename "secnum" parameter
7254 into "n_scnum".
7255 (RECORD_MINIMAL_SYMBOL): Delete.
7256 (record_minimal_symbol): New function.
7257 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7258 by call to record_minimal_symbol and set misc_func_recorded
7259 to 1. Set last_csect_sec to the XCOFF section index instead
7260 of GDB's section_offset index. Update calls to
7261 prim_record_minimal_symbol_and_info to pass the BFD section
7262 as well.
7263
7264 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7265
7266 * xcoffread.c (read_xcoff_symtab): Delete variables
7267 last_csect_val and last_csect_sec and associated code.
7268
7269 2012-04-17 Doug Evans <dje@google.com>
7270
7271 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7272 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7273 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7274 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7275
7276 * cleanups.h: New file.
7277 * cleanups.c: New file.
7278 * Makefile.in (SFILES): Add cleanups.c.
7279 (HFILES_NO_SRCDIR): Add cleanups.h.
7280 (COMMON_OBS): Add cleanups.o.
7281 * defs.h (struct cleanup): Moved to cleanups.h.
7282 (do_cleanups,do_final_cleanups): Ditto.
7283 (discard_cleanups,discard_final_cleanups): Ditto
7284 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7285 (save_cleanups,save_final_cleanups): Ditto.
7286 (restore_cleanups,restore_final_cleanups): Ditto.
7287 (null_cleanup): Ditto.
7288 (make_my_cleanup,make_my_cleanup2): Ditto.
7289 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7290 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7291 (do_cleanups,do_final_cleanups): Ditto.
7292 (discard_cleanups,discard_final_cleanups): Ditto
7293 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7294 (save_cleanups,save_final_cleanups): Ditto.
7295 (restore_cleanups,restore_final_cleanups): Ditto.
7296 (null_cleanup): Ditto.
7297 (make_my_cleanup,make_my_cleanup2): Ditto.
7298 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7299
7300 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7301 make_my_cleanup.
7302 (make_cleanup_dyn_string_delete): Ditto.
7303 (make_cleanup_ui_file_delete): Ditto.
7304 (make_cleanup_ui_out_redirect_pop): Ditto.
7305 (make_cleanup_free_section_addr_info): Ditto.
7306 (make_cleanup_restore_integer): Ditto.
7307 (make_cleanup_unpush_target): Ditto.
7308 (make_cleanup_value_free_to_mark): Ditto.
7309 (make_cleanup_value_free): Ditto.
7310 (make_cleanup_free_so): Ditto.
7311
7312 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7313
7314 New option "set debug auto-load".
7315 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7316 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7317 (auto_load_safe_path_vec_update)
7318 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7319 if DEBUG_AUTO_LOAD.
7320 (file_is_auto_load_safe): New parameters debug_fmt and ....
7321 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7322 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7323 caller by explanatory string.
7324 (_initialize_auto_load): Register "set debug auto-load".
7325 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7326 and ....
7327 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7328 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7329 by explanatory string.
7330 * main.c (captured_main): Likewise.
7331 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7332 (source_section_scripts): Likewise.
7333
7334 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7335
7336 New option "set auto-load safe-path".
7337 * NEWS: New commands "set auto-load safe-path"
7338 and "show auto-load safe-path".
7339 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7340 (auto_load_safe_path, auto_load_safe_path_vec)
7341 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7342 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7343 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7344 (source_gdb_script_for_objfile): New variable is_safe. Call
7345 file_is_auto_load_safe. Return if it is not.
7346 (struct loaded_script): New field loaded.
7347 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
7348 (print_script): Use LOADED indicator instead of FULL_PATH. Change
7349 output "Missing" to "No".
7350 (_initialize_auto_load): New variable cmd. Initialize
7351 auto_load_safe_path. Register "set auto-load safe-path",
7352 "show auto-load safe-path" and "add-auto-load-safe-path".
7353 * auto-load.h (maybe_add_script): Add parameter loaded.
7354 (file_is_auto_load_safe): New declaration.
7355 * config.in: Regenerate.
7356 * configure: Regenerate.
7357 * configure.ac: New parameters --with-auto-load-safe-path
7358 and --without-auto-load-safe-path.
7359 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7360 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7361 * main.c (captured_main): Check file_is_auto_load_safe for
7362 LOCAL_GDBINIT.
7363 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7364 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7365 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7366 not.
7367
7368 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7369
7370 auto-load: Implementation.
7371 * NEWS: New descriptions for "info auto-load",
7372 "info auto-load gdb-scripts", "info auto-load python-scripts",
7373 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7374 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7375 and "show auto-load-scripts". New description for "set auto-load",
7376 "show auto-load", "set auto-load gdb-scripts",
7377 "show auto-load gdb-scripts", "set auto-load python-scripts",
7378 "show auto-load python-scripts", "set auto-load local-gdbinit",
7379 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7380 "show auto-load libthread-db".
7381 * auto-load.c: Remove include python/python-internal.h. Add includes
7382 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7383 cli/cli-setshow.h.
7384 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7385 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7386 (gdbpy_global_auto_load): Rename to ...
7387 (global_auto_load): ... here.
7388 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7389 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7390 (script_language_gdb, source_gdb_script_for_objfile): New.
7391 (struct loaded_script): New field language.
7392 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7393 LANGUAGE.
7394 (maybe_add_script): Add parameter language. Drop redundant
7395 entry.full_path initialization. Initialize entry.language and
7396 (*slot)->language.
7397 (auto_load_objfile_script): Change parameter suffix to language.
7398 Remove the call of maybe_add_script.
7399 Call language->source_script_for_objfile.
7400 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7401 New.
7402 (collect_matching_scripts): Adjust it for
7403 struct collect_matching_scripts_data.
7404 (auto_load_info_scripts_pattern_nl): New variable.
7405 (info_auto_load_scripts): Rename to ...
7406 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7407 for struct collect_matching_scripts_data.
7408 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7409 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7410 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7411 (auto_load_info_cmdlist_get): New.
7412 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7413 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7414 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7415 "info auto-load local-gdbinit".
7416 * auto-load.h (struct script_language): New.
7417 (gdbpy_global_auto_load): Rename to ...
7418 (global_auto_load): ... here.
7419 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7420 (auto_load_local_gdbinit_loaded): New declarations.
7421 (maybe_add_script): New parameter language.
7422 (auto_load_objfile_script): Change parameter suffix to language.
7423 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7424 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7425 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7426 declarations.
7427 * linux-thread-db.c: Include auto-load.h and ctype.h.
7428 (auto_load_thread_db, show_auto_load_thread_db): New.
7429 (struct thread_db_info): New field filename.
7430 (delete_thread_db_info): Call xfree for FILENAME.
7431 (try_thread_db_load): Initialize FILENAME.
7432 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7433 if !AUTO_LOAD_THREAD_DB.
7434 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7435 (_initialize_thread_db): Install auto_load_thread_db
7436 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7437 as "info auto-load libthread-db".
7438 * main.c (captured_main): Rename gdbpy_global_auto_load to
7439 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7440 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7441 (print_gdb_help): Extend the help for 'local init file'.
7442 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7443 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7444 (auto_load_scripts): Rename to ...
7445 (auto_load_python_scripts): ... here, update the comment.
7446 (gdbpy_load_auto_script_for_objfile): New declaration.
7447 (show_auto_load_python_scripts, script_language_python)
7448 (gdbpy_load_auto_script_for_objfile): New.
7449 (source_section_scripts): Refactor the code.
7450 (load_auto_scripts_for_objfile): Rename to ...
7451 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7452 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7453 (info_auto_load_python_scripts): New.
7454 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7455 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7456 Register "set auto-load-scripts" as its deprecated alias. Register
7457 "info auto-load python-scripts". Register "info auto-load-scripts" as
7458 its deprecated alias.
7459 (load_auto_scripts_for_objfile): Rename to ...
7460 (gdbpy_load_auto_scripts_for_objfile): ... here.
7461 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7462 (gdbpy_load_auto_scripts_for_objfile): ... here.
7463
7464 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7465
7466 auto-load: Move files.
7467 * Makefile.in (SFILES): Add auto-load.c.
7468 (HFILES_NO_SRCDIR): Add auto-load.h.
7469 (COMMON_OBS): Add auto-load.o.
7470 (distclean): Change .gdbinit for gdb-gdb.gdb.
7471 * auto-load.c: New file, with parts from python/py-auto-load.c.
7472 * auto-load.h: New file, with parts from python/python.h.
7473 * configure: Regenerate.
7474 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7475 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7476 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7477 * main.c: Include auto-load.h.
7478 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7479 command.h, observer.h and progspace.h to auto-load.c. Add include
7480 auto-load.h.
7481 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7482 (struct loaded_script, auto_load_pspace_data)
7483 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7484 (hash_loaded_script_entry, eq_loaded_script_entry)
7485 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7486 (maybe_add_script): Move to auto-load.c.
7487 (source_section_scripts): Change maybe_add_script parameters passing,
7488 use script_not_found_warning_print.
7489 (clear_section_scripts, auto_load_objfile_script)
7490 (auto_load_new_objfile, loaded_script_ptr)
7491 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7492 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7493 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7494 auto_load_new_objfile and info_auto_load_scripts initizations to
7495 auto-load.c.
7496 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7497
7498 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7499
7500 Code cleanup.
7501 * charset.c (find_charset_names): Remove variables ix and elt.
7502 Use free_char_ptr_vec.
7503 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7504 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7505 debugdir_end. New variable debugdir_len.
7506 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7507 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7508 declarations.
7509 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7510 and elt. Use free_char_ptr_vec.
7511 * source.c (add_path): Remove variables argv, arg and argv_index.
7512 New variables dir_vec, back_to, ix and name.
7513 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7514 make_cleanup_freeargv. Remove variable separator. Simplify the code
7515 no longer expecting DIRNAME_SEPARATOR.
7516 (openp): Remove variable p, p1 and len. New variables dir_vec,
7517 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7518 no longer expecting DIRNAME_SEPARATOR.
7519 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7520 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7521 debugdir_end.
7522 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7523 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7524 (dirnames_to_char_ptr_vec): New functions.
7525
7526 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7527
7528 Code cleanup.
7529 * source.c (add_path): Remove always true conditional 'p == 0' and
7530 unindent its code block.
7531
7532 2012-04-17 Pedro Alves <palves@redhat.com>
7533
7534 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7535 (FIELD_BITPOS_LVAL): ... this.
7536 (FIELD_BITPOS): New.
7537 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7538 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7539 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7540 SET_FIELD_BITPOS.
7541 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7542 SET_FIELD_BITPOS.
7543 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7544 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7545 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7546 SET_FIELD_BITPOS.
7547
7548 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7549
7550 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7551 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7552 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7553 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7554 * jv-lang.c (java_link_class_type): Likewise, once.
7555 * stabsread.c (read_enum_type): Likewise.
7556
7557 2012-04-16 Yao Qi <yao@codesourcery.com>
7558
7559 * common/agent.c (agent_run_command): Add one more parameter `len'.
7560 Update callers.
7561 * common/agent.h: Update declaration.
7562 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7563 Update.
7564 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7565
7566 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7567
7568 PR mi/13393
7569 * value.c (value_actual_type): New function.
7570 * value.h (value_actual_type): New declaration.
7571 * varobj.c (update_type_if_necessary): New function.
7572 (varobj_create): Call value_actual_type instead of
7573 value_type.
7574 (install_dynamic_child): distinct changed and type changed MI variable
7575 objects.
7576 (update_dynamic_varobj_children): Updated for install_dynamic_child
7577 change. All callers updated.
7578 (varobj_update): Support for MI variable object type change if
7579 the value changed and RTTI is used to determine the type.
7580 (create_child_with_value): Call value_actual_type instead of
7581 value_type.
7582 (adjust_value_for_child_access): Extended with a new parameter which
7583 specify whether the given value should be casted to enclosing type.
7584 All callers updated.
7585
7586 2012-04-14 Yao Qi <yao@codesourcery.com>
7587
7588 Import gnulib module inttypes from git
7589 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7590 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7591 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7592 gnulib/m4/inttypes-pri.m4
7593 * aclocal.m4, config.in, configure: Regenerated.
7594 * gnulib/Makefile.am: Update.
7595 * gnulib/Makefile.in: Update.
7596 * gnulib/m4/gnulib-cache.m4: Update.
7597 * gnulib/m4/gnulib-comp.m4: Update.
7598 * gnulib/inttypes.in.h: New.
7599 * gnulib/m4/inttypes-pri.m4: New.
7600 * gnulib/m4/inttypes.m4: New.
7601
7602 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
7603
7604 * infrun.c (resume): Update PC address to the real PC after
7605 preparing to do displaced stepping.
7606
7607 2012-04-12 Doug Evans <dje@google.com>
7608
7609 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7610 All callers updated.
7611
7612 2012-04-12 Mark Kettenis <kettenis@gnu.org>
7613
7614 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7615
7616 2012-04-12 Doug Evans <dje@google.com>
7617
7618 * dwarf2read.c (create_all_type_units): Renamed from
7619 create_debug_types_hash_table. All callers updated.
7620
7621 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7622 local type_sig to sig_type, type_offset to type_offset_in_tu.
7623 (hash_signatured_type): Renamed from hash_type_signature,
7624 all callers updated.
7625 (eq_signatured_type): Renamed from eq_type_signature,
7626 all callers updated.
7627 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7628 (process_enumeration_scope): Ditto.
7629 (lookup_signatured_type_at_offset): Ditto.
7630 (load_full_type_unit, read_signatured_type): Ditto.
7631
7632 2012-04-12 Yao Qi <yao@codesourcery.com>
7633
7634 * remote.c (async_remote_interrupt): Correct function name in
7635 debug message.
7636 (async_remote_interrupt_twice): Ditto.
7637
7638 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7639
7640 * source.c (find_and_open_source): Consistently pass resulting
7641 full path through xfullpath.
7642
7643 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7644
7645 Provide more specific displaced-stepping memory error message.
7646 * infrun.c (displaced_step_prepare): New variable status. Call
7647 target_read_memory instead of read_memory, provide more specific
7648 error message.
7649
7650 2012-04-11 Tristan Gingold <gingold@adacore.com>
7651
7652 PR gdb/13901
7653 * darwin-nat.c (darwin_execvp): Revert previous patch.
7654
7655 2012-04-11 Tristan Gingold <gingold@adacore.com>
7656
7657 PR gdb/13901
7658 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7659 in case of change.
7660
7661 2012-04-11 Tristan Gingold <gingold@adacore.com>
7662
7663 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7664 warning.
7665
7666 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7667
7668 New command 'explore' which helps explore values and types in
7669 scope.
7670 * NEWS: Add an entry about the new 'explore' command.
7671 * data-directory/Makefile.in: Add gdb/command/explore.py
7672 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7673 command using the GDB Python API.
7674
7675 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7676
7677 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7678 extension in jump target calculation.
7679
7680 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7681
7682 * mips-tdep.c (mips32_next_pc): Handle JALX.
7683
7684 2012-04-10 Yao Qi <yao@codesourcery.com>
7685
7686 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7687
7688 2012-04-10 Yao Qi <yao@codesourcery.com>
7689
7690 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7691 and gnulib/m4/gnulib-tool.m4.
7692
7693 2012-04-10 Doug Evans <dje@google.com>
7694
7695 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7696 (load_partial_dies): Clarify comment.
7697 (find_partial_die): Support rereading type units.
7698 Clarify CU handling, if we know offset is in CU, don't search for the
7699 containing CU. Add comment regarding memory waste.
7700
7701 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7702
7703 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7704 i386/x32-avx and i386/x32-avx-linux.
7705 (i386/x32-expedite): New.
7706 (i386/x32-linux-expedite): Likewise.
7707 (i386/x32-avx-expedite): Likewise.
7708 (i386/x32-avx-linux-expedite): Likewise.
7709 ($(outdir)/i386/x32.dat): Likewise.
7710 ($(outdir)/i386/x32-linux.dat): Likewise.
7711 ($(outdir)/i386/x32-avx.dat): Likewise.
7712 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7713
7714 * features/i386/x32-avx-linux.xml: New file.
7715 * features/i386/x32-avx.xml: Likewise.
7716 * features/i386/x32-core.xml: Likewise.
7717 * features/i386/x32-linux.xml: Likewise.
7718 * features/i386/x32.xml: Likewise.
7719
7720 * features/i386/x32-avx-linux.c: New. Generated.
7721 * features/i386/x32-avx.c: Likewise.
7722 * features/i386/x32-linux.c: Likewise.
7723 * features/i386/x32.c: Likewise.
7724 * regformats/i386/x32-avx-linux.dat: Likewise.
7725 * regformats/i386/x32-avx.dat: Likewise.
7726 * regformats/i386/x32-linux.dat: Likewise.
7727 * regformats/i386/x32.dat: Likewise.
7728
7729 2012-04-10 Tristan Gingold <gingold@adacore.com>
7730
7731 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7732 code to kill the inferior.
7733
7734 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7735
7736 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7737 defines.
7738 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7739 defines.
7740 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7741 (yyvsp): New defines.
7742 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7743 defines.
7744 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7745 defines.
7746 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7747 defines.
7748 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7749 defines.
7750 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7751 defines.
7752
7753 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7754
7755 * sparc64-tdep.c (sparc64_store_arguments)
7756 (sparc64_store_arguments): Fix coding style.
7757
7758 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7759
7760 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7761 complex floats, adjust some related comments and tighten a related
7762 assertion.
7763 (sparc64_extract_return_value): Handle complex floats.
7764
7765 2012-04-07 Doug Evans <dje@google.com>
7766
7767 * dwarf2read.c (load_partial_dies): Change condition to assert.
7768
7769 2012-04-06 Doug Evans <dje@google.com>
7770
7771 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7772 "mov %rsp,%rbp".
7773
7774 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7775
7776 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7777 fencepost error.
7778 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7779 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7780 architecture.
7781
7782 2012-04-05 Keith Seitz <keiths@redhat.com>
7783
7784 * linespec.c (decode_compound): Remove.
7785 (enum offset_relative_sign): New enum.
7786 (struct line_offset): New struct.
7787 (struct linespec): New struct.
7788 (struct linespec_state): Move file_symtabs,
7789 user_filename, and user_function into struct linespec.
7790 Make result an anonymous struct holding vectors of
7791 symbolp and minsym_and_objfile_d.
7792 Add language member.
7793 (enum ls_token_type): New enum.
7794 (linespec_keywords): New array.
7795 (struct ls_token): New struct.
7796 (struct ls_parser): New struct.
7797 (linespec_lexer_lex_number): New function.
7798 (linespec_lexer_lex_keyword): New function.
7799 (is_ada_operator): New function.
7800 (skip_quote_char): New function.
7801 (copy_token_string): New function.
7802 (is_closing_quote_enclosed): New function.
7803 (find_parameter_list_end): New function.
7804 (linespec_lexer_lex_string): New function.
7805 (linespec_lexer_lex_one): New function.
7806 (linespec_lexer_consume_token): New function.
7807 (linespec_lexer_peek_token): New function.
7808 (cplusplus_error): Remove unused function.
7809 (find_methods): Update comment.
7810 (find_toplevel_char): Return const.
7811 (is_objc_method_format): Remove unused function.
7812 (find_toplevel_string): New function.
7813 (is_linespec_boundary): Remove.
7814 (symbol_not_found_error): New function.
7815 (find_method_overload_end): Remove function.
7816 (unexpected_linespec_error): New function.
7817 (keep_name_info): Remove.
7818 (linespec_parse_line_offset): New function.
7819 (linespec_parse_basic): New function.
7820 (canonicalize_linespec): New function.
7821 (decode_line_internal): Remove.
7822 (create_sals_line_offset): New function adapted from
7823 decode_all_digits.
7824 (convert_linespec_to_sals): New function.
7825 (parse_linespec): New function.
7826 (linespec_parser_new): New function.
7827 (linespec_state_destructor): Change parameter type to
7828 struct linespec_state *.
7829 Add language parameter.
7830 Remove freeing of moved members.
7831 (linespec_parser_delete): New function.
7832 (decode_line_full): Use parse_linespec and linespec_parser_new.
7833 (decode_line_1): Likewise.
7834 (decode_indirect): Rename to ...
7835 (linespec_expression_to_pc): ... this and rewrite
7836 to simply find CORE_ADDR, storing this result for later
7837 conversion to SALs.
7838 (locate_first_half): Remove.
7839 (deocde_objc): Add parameter LS.
7840 Initialize new struct collect_info members.
7841 Handle minimal symbols, too.
7842 (decode_compound): Delete.
7843 (lookup_prefix_sym): Rewrite.
7844 (compare_msymbols): New function.
7845 (find_method): Rewrite.
7846 Do not call cplusplus_error.
7847 (symtabs_from_filename): Rewrite.
7848 (collect_function_symbols): Delete.
7849 (find_function_symbols): Rewrite without ARGPTR-style
7850 processing.
7851 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7852 (decode_dollar): Adapted and renamed to ...
7853 (linespec_parse_variable): ... this.
7854 (find_linespec_symbols): New function.
7855 (decode_label): Adapted and renamed to ...
7856 (find_label_symbols): ... this.
7857 (decode_digits_list_mode): Add and use LS argument.
7858 (decode_digits_ordinary): Likewise.
7859 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7860 If in list mode, allow any symbol class. Otherwise, only
7861 permit LOC_BLOCK symbols.
7862 (minsym_found): Update comments.
7863 (search_minsyms_for_name): Do not convert the matching symbol
7864 into a SAL. Simply push the symbol and objfile into the
7865 result vector.
7866 (decode_variable): Delete. Contents adapted into
7867 find_linespec_symbols.
7868
7869 * cp-support.c (SKIP_SPACE): Remove.
7870 (operator_tokens): Remove unused global.
7871 (cp_validate_operator): Remove.
7872 * cp-support.h (cp_validate_operator): Remove declaration.
7873
7874 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7875
7876 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7877 for TYPE_VPTR_FIELDNO.
7878 * valprint.c (valprint_check_validity): Make it global, move the
7879 function comment ...
7880 * value.h (valprint_check_validity): ... to this new declaration.
7881
7882 2012-04-02 Tristan Gingold <gingold@adacore.com>
7883
7884 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7885 the STATE32 api for i386 state.
7886 (i386_darwin_store_inferior_registers): Likewise.
7887
7888 2012-04-02 Tristan Gingold <gingold@adacore.com>
7889
7890 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7891 SS offset.
7892 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7893 format_string.
7894
7895 2012-04-02 Tristan Gingold <gingold@adacore.com>
7896
7897 PR gdb/13901
7898 * darwin-nat.c (darwin_execvp): Set binary preference.
7899
7900 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7903
7904 2012-03-30 Tom Tromey <tromey@redhat.com>
7905
7906 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7907 of TRY_CATCH. Fix error handling.
7908 * python/py-value.c (convert_value_from_python): Move 'old'
7909 declaration to innermost scope.
7910
7911 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7912 Andrey Smirnov <andrew.smirnov@gmail.com>
7913
7914 -Wshadow warning fix.
7915 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7916 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7917 Adjust code accordingly.
7918
7919 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7920
7921 * ada-lang.c (symbol_completion_add): Rename parameter
7922 "encoded" into "encoded_p". Ajust code and documentation
7923 accordingly.
7924
7925 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7926 Andrey Smirnov <andrew.smirnov@gmail.com>
7927
7928 -Wshadow warning fix.
7929 * ada-lang.c (symbol_completion_add): Rename parameter
7930 "wild_match" into wild_match_p. Update code and documentation
7931 accordingly.
7932
7933 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7934
7935 * ada-lang.c (symbol_completion_match): Rename parameter
7936 "encoded" into "encoded_p". Ajust code and documentation
7937 accordingly.
7938
7939 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7940 Andrey Smirnov <andrew.smirnov@gmail.com>
7941
7942 -Wshadow warning fix.
7943 * ada-lang.c (symbol_completion_match): Rename parameter
7944 "wild_match" into "wild_match_p". Adjust code and function
7945 documentation accordingly.
7946
7947 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7948 Andrey Smirnov <andrew.smirnov@gmail.com>
7949
7950 -Wshadow warning fix.
7951 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7952 "symbol_info" into "info". Adjust code accordingly.
7953 (ada_lookup_symbol): Likewise.
7954
7955 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7956
7957 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7958 of this function's documentation.
7959
7960 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7961 Andrey Smirnov <andrew.smirnov@gmail.com>
7962
7963 -Wshadow warning fix.
7964 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7965 variable into "wild_match_p". Adjust code accordingly.
7966
7967 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7968 Andrey Smirnov <andrew.smirnov@gmail.com>
7969
7970 -Wshadow warning fix.
7971 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7972 parameter into "wild_match_p". Adjust code accordingly.
7973 Document this parameter in the function description.
7974
7975 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7976 Andrey Smirnov <andrew.smirnov@gmail.com>
7977
7978 -Wshadow warning fix.
7979 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7980 "wild_match" parameter to "wild_match_p" (-Wshadow).
7981
7982 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7983
7984 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7985 in function documentation.
7986
7987 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7988 Andrey Smirnov <andrew.smirnov@gmail.com>
7989
7990 -Wshadow warning fix.
7991 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7992 variable into wild_match_p. Adjust code accordingly.
7993
7994 2012-03-29 Joel Brobecker <brobecker@adacore.com>
7995 Andrey Smirnov <andrew.smirnov@gmail.com>
7996
7997 * ada-valprint.c (ada_val_print_1): Move the code handling
7998 TYPE_CODE_ENUM inside its own lexical block. Declare
7999 variables len and val there, instead of in the function's
8000 top level block. Avoid declaring deref_val again in a way
8001 that shadows another variable of the same name declared
8002 in one of the up-level blocks. Just re-use the up-level
8003 variable instead.
8004
8005 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8006
8007 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8008 Replace block_found argument by symbol_info. Adjust
8009 implementation accordingly. Add function documentation.
8010 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8011 Fix documentation.
8012 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8013 * ada-exp.y (write_object_renaming): Adjust to new
8014 ada_lookup_encoded_symbol API.
8015
8016 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8017
8018 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8019 documentation.
8020
8021 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
8022
8023 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8024 (v850_register_name): Add the mpu and fpu register names.
8025 (v850e_register_name): Add the mpu and fpu register names.
8026 (v850e2_register_name): New function.
8027 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8028 bfd_mach_v850e2v3.
8029
8030 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8031
8032 * NEWS: Add entry for Ada varobj support.
8033
8034 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8035
8036 * varobj.c (default_value_is_changeable_p): New function,
8037 extracted from varobj_value_is_changeable_p. Add declaration.
8038 (ada_value_is_changeable_p): New function, extracted from
8039 varobj_value_is_changeable_p. Add declaration.
8040 (struct language_specific): New field "value_is_changeable_p".
8041 (languages): Add entries for new field.
8042 (varobj_create): Set language before calling install_new_value.
8043 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8044 "value_is_changeable_p" language callback.
8045
8046 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8047
8048 * ada-varobj.h, ada-varobj.c: New files.
8049 * Makefile.in (SFILES): Add ada-varobj.c.
8050 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8051 (COMMON_OBS): Add ada-varobj.o.
8052
8053 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8054
8055 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8056 (struct language_specific): New field "value_has_mutated".
8057 (languages): Set field "value_has_mutated" in each entry of array.
8058 (varobj_value_has_mutated): New function.
8059 (varobj_udpdate): Add handling of type mutation.
8060 (value_of_root): Add handling of type mutation.
8061 (ada_value_has_mutated): New function.
8062
8063 2012-03-28 Pedro Alves <palves@redhat.com>
8064
8065 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8066 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8067
8068 2012-03-28 Tom Tromey <tromey@redhat.com>
8069
8070 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8071 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8072 before returning.
8073
8074 2012-03-28 Tom Tromey <tromey@redhat.com>
8075
8076 * .dir-locals.el: New file.
8077
8078 2012-03-28 Pedro Alves <palves@redhat.com>
8079
8080 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8081
8082 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8083
8084 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8085 handling for r0.
8086
8087 2012-03-27 Pedro Alves <palves@redhat.com>
8088
8089 Eliminate struct ui_stream.
8090
8091 * ui-out.h (struct ui_stream): Delete.
8092 (ui_out_field_stream): Adjust prototype.
8093 (ui_out_stream_new, ui_out_stream_delete)
8094 (make_cleanup_ui_out_stream_delete): Delete declarations.
8095 * ui-out.c (ui_out_field_stream): Change prototype to take a
8096 ui_file instead of a ui_stream. Adjust.
8097 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8098 (make_cleanup_ui_out_stream_delete): Delete.
8099 * breakpoint.c (print_breakpoint_location)
8100 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8101 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8102 * disasm.c (dump_insns): Ditto.
8103 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8104 prototype.
8105 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8106 ui_stream/ui_out_stream_new.
8107 * infcmd.c (print_return_value): Ditto.
8108 * osdata.c (info_osdata_command): Don't allocate a local
8109 ui_stream.
8110 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8111 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8112 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8113 allocate a local ui_stream.
8114 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8115 instead of ui_stream/ui_out_stream_new.
8116 (list_args_or_locals): Don't allocate a local ui_stream.
8117 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8118 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8119 ui_stream/ui_out_stream_new.
8120 * cli/cli-setshow.c (do_setshow_command): Ditto.
8121
8122 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
8123
8124 * arm-linux-tdep.c (arm_linux_init_abi): Call
8125 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8126 * arm-tdep.c (arm_process_record): New function.
8127 (deallocate_reg_mem): New function.
8128 (decode_insn): New function.
8129 (thumb_record_branch): New function.
8130 (thumb_record_ldm_stm_swi(): New function.
8131 (thumb_record_misc): New function.
8132 (thumb_record_ld_st_stack): New function.
8133 (thumb_record_ld_st_imm_offset): New function.
8134 (thumb_record_ld_st_reg_offset(): New function.
8135 (thumb_record_add_sub_cmp_mov): New function.
8136 (thumb_record_shift_add_sub): New function.
8137 (arm_record_coproc_data_proc): New function.
8138 (arm_record_coproc): New function.
8139 (arm_record_b_bl): New function.
8140 (arm_record_ld_st_multiple): New function.
8141 (arm_record_ld_st_reg_offset): New function.
8142 (arm_record_ld_st_imm_offset): New function.
8143 (arm_record_data_proc_imm): New function.
8144 (arm_record_data_proc_misc_ld_str): New function.
8145 (arm_record_extension_space): New function.
8146 (arm_record_strx): New function.
8147 (sbo_sbz): New function.
8148 (struct insn_decode_record): New structure for arm insn record.
8149 (REG_ALLOC): New macro for reg allocations.
8150 (MEM_ALLOC): New macro for memory allocations.
8151 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8152
8153 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8154
8155 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8156 (store_register): Likewise.
8157
8158 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
8159
8160 * MAINTAINERS (Write After Approval): Add myself to the list.
8161
8162 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8163
8164 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8165 Describe also the option "auto".
8166
8167 2012-03-22 Richard Henderson <rth@redhat.com>
8168
8169 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8170 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8171
8172 2012-03-22 Richard Henderson <rth@redhat.com>
8173
8174 * jit.c (jit_read_code_entry): Compute alignment and offset of
8175 int64_t member before computing entry_size.
8176
8177 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8178
8179 Python scripting: Add new method Value.referenced_value to
8180 gdb.Value which can dereference pointer as well as reference
8181 values.
8182 * NEWS: Add entry under 'Python scripting' about the new method
8183 Value.referenced_value on gdb.Value objects.
8184 * python/py-value.c (valpy_referenced_value): New function
8185 defining a new method on gdb.Value objects which can dereference
8186 pointer and reference values.
8187
8188 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8189
8190 * MAINTAINERS (Write After Approval): Add myself to the list.
8191
8192 2012-03-21 Kevin Buettner <kevinb@redhat.com>
8193
8194 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8195 in addition to "main".
8196
8197 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8198
8199 * expression.h (op_name): Add declaration.
8200 * expprint.c (op_name): Remove declaration. Make non-static.
8201 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8202
8203 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8204
8205 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8206 of struct siginfo.
8207 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8208 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8209 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8210 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8211 (linux_nat_get_siginfo): Likewise.
8212 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8213 (linux_nat_get_siginfo): Likewise.
8214 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8215 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8216 * procfs.c (gdb_siginfo_t): Likewise.
8217
8218 2012-03-21 Mike Frysinger <vapier@gentoo.org>
8219
8220 * .gitignore: Ignore more files.
8221
8222 2012-03-20 Pedro Alves <palves@redhat.com>
8223
8224 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8225 returns.
8226
8227 2012-03-20 Yao Qi <yao@codesourcery.com>
8228
8229 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8230 comment.
8231
8232 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8233
8234 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8235 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8236 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8237 sect_offset.
8238 * dwarf2expr.h (cu_offset, sect_offset): New types.
8239 (struct dwarf_expr_context_funcs) <dwarf_call>
8240 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8241 sect_offset.
8242 (struct dwarf_expr_context) <len>: Improve the comment.
8243 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8244 cu_offset and sect_offset.
8245 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8246 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8247 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8248 * dwarf2loc.h: Include dwarf2expr.h.
8249 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8250 and sect_offset.
8251 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8252 Improve the comment.
8253 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8254 (struct signatured_type, struct line_header, struct partial_die_info)
8255 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8256 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8257 (get_die_type_at_offset, create_cus_from_index)
8258 (create_signatured_type_table_from_index, dw2_get_file_names)
8259 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8260 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8261 (create_debug_types_hash_table, process_psymtab_comp_unit)
8262 (load_partial_comp_unit, create_all_comp_units)
8263 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8264 (load_full_comp_unit, dwarf2_physname, read_import_statement)
8265 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8266 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8267 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8268 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8269 (find_partial_die, read_attribute_value, lookup_die_type)
8270 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8271 (is_ref_attr): New function comment.
8272 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8273 Use cu_offset and sect_offset.
8274 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8275 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8276 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8277 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8278 (offset_and_type_hash, offset_and_type_eq, set_die_type)
8279 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8280 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8281 sect_offset.
8282
8283 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8284
8285 Code cleanup.
8286 * python/py-auto-load.c (source_section_scripts): New variable back_to.
8287 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8288 with xfree.
8289 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8290
8291 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8292
8293 * NEWS: Describe new options --init-command=FILE, -ix and
8294 --init-eval-command=COMMAND, -iex.
8295 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8296 CMDARG_INIT_COMMAND.
8297 (captured_main): New enum items OPT_IX and OPT_IEX. Add
8298 "init-command", "init-eval-command", "ix" and "iex" to the variable
8299 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
8300 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8301 (print_gdb_help): Describe --init-command=FILE, -ix and
8302 --init-eval-command=COMMAND, -iex.
8303
8304 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8305
8306 Code cleanup.
8307 * main.c (struct cmdarg): Move it here from main. Add more comments.
8308 (cmdarg_s, VEC (cmdarg_s)): New.
8309 (main): Move struct cmdarg from here. New variables cmdarg_vec and
8310 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
8311 Install cleanup for cmdarg_vec. Update filling for options 'x' and
8312 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
8313 of CMDARG.
8314
8315 2012-03-19 Tom Tromey <tromey@redhat.com>
8316
8317 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8318
8319 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8320
8321 PR symtab/13777
8322 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8323 GCC >=4.5.
8324
8325 2012-03-16 Chris January <chris.january@allinea.com>
8326
8327 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8328 of clear.
8329
8330 2012-03-16 Chris January <chris.january@allinea.com>
8331
8332 * source.c (add_path): Use memmove instead of strcpy because the
8333 strings overlap.
8334
8335 2012-03-16 Joel Brobecker <brobecker@adacore.com>
8336
8337 * value.h (set_value_parent): Add declaration.
8338 * value.c (set_value_parent): New function.
8339 (value_address): If VALUE->PARENT is not NULL, then use it as
8340 the base address instead of VALUE->LOCATION.address.
8341 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8342 the same as OBJ's address. Adjust V's offset accordingly.
8343 Set V's parent.
8344
8345 2012-03-16 Gary Benson <gbenson@redhat.com>
8346
8347 PR breakpoints/10738
8348 * dwarf2read.c (use_deprecated_index_sections): New global.
8349 (struct partial_die_info): New member may_be_inlined.
8350 (read_partial_die): Set may_be_inlined where appropriate.
8351 (add_partial_subprogram): Add partial symbols for partial
8352 DIEs that may be inlined.
8353 (new_symbol_full): Add inlined subroutines to the current
8354 scope.
8355 (write_psymtabs_to_index): Bump version number.
8356 (dwarf2_read_index): Read only version 6 indices unless
8357 use_deprecated_index_sections is set.
8358 * linespec.c (symbol_and_data_callback): New structure.
8359 (iterate_inline_only): New function.
8360 (iterate_over_all_matching_symtabs): New argument
8361 "include_inline". If nonzero, also call the callback for
8362 symbols representing inlined subroutines.
8363 (lookup_prefix_sym): Pass extra argument to the above.
8364 (find_function_symbols): Likewise.
8365 (add_matching_symbols_to_info): Likewise.
8366 * NEWS: Mention that GDB can now set breakpoints on inlined
8367 functions.
8368
8369 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8370
8371 * p-typeprint.c (pascal_type_print_method_args):
8372 Fix display of parameter of methods.
8373
8374 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8375
8376 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8377 Add missing prototype.
8378
8379 2012-03-16 Yao Qi <yao@codesourcery.com>
8380 Jan Kratochvil <jan.kratochvil@redhat.com>
8381
8382 Fix false compilation warning.
8383 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8384
8385 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8386 Pedro Alves <pedro@codesourcery.com>
8387
8388 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8389 (arm_register_g_packet_guesses): New function.
8390 (arm_gdbarch_init): Don't force a target description with
8391 registers when the executable is detected as M-profile. Instead
8392 set gdbarch->tdep->is_m. Register `g' packet guesses.
8393 (_initialize_arm_tdep): Initialize the new target description.
8394 * features/arm-with-m-fpa-layout.xml: New description.
8395 * features/arm-with-m-fpa-layout.c: New, generated.
8396
8397 2012-03-15 Joel Brobecker <brobecker@adacore.com>
8398
8399 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8400 Update function description.
8401 (insert_bp_location): Do not wipe bl->target_info out.
8402 * mem-break.c: #include "gdb_string.h".
8403 (default_memory_insert_breakpoint): Do not call target_read_memory
8404 with a pointer to the breakpoint's shadow_contents buffer. Use
8405 a local buffer instead.
8406 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8407
8408 2012-03-15 Tom Tromey <tromey@redhat.com>
8409
8410 * NEWS: Mention "info vtbl", not "info vtable".
8411 * cp-support.c (info_vtbl_command): Fix comment.
8412 (_initialize_cp_support): Fix text.
8413
8414 2012-03-15 Tom Tromey <tromey@redhat.com>
8415
8416 * cp-valprint.c (cp_print_value_fields): Use
8417 print_function_pointer_address for vtable slot.
8418
8419 2012-03-15 Tom Tromey <tromey@redhat.com>
8420
8421 * gnu-v3-abi.c (struct value_and_voffset): New.
8422 (hash_value_and_voffset, eq_value_and_voffset)
8423 (compare_value_and_voffset, compute_vtable_size)
8424 (print_one_vtable, gnuv3_print_vtable): New functions.
8425 (init_gnuv3_ops): Initialize 'print_vtable' field.
8426 * cp-support.c (info_vtbl_command): New function.
8427 (_initialize_cp_support): Add "info vtbl".
8428 * cp-abi.h (cplus_print_vtable): Declare.
8429 (struct cp_abi_ops) <print_vtable>: New field.
8430 * cp-abi.c (cplus_print_vtable): New function.
8431 * NEWS: Update.
8432
8433 2012-03-15 Tom Tromey <tromey@redhat.com>
8434
8435 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8436 iterate_over_symbols.
8437
8438 2012-03-14 Doug Evans <dje@google.com>
8439
8440 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8441 DW_OP_GNU_parameter_ref.
8442
8443 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8444
8445 Fix double prompt of 'interpreter-exec mi'.
8446 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8447 (mi_interpreter_resume): use it.
8448 (mi_execute_command_input_handler): New function.
8449 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8450 mi_execute_command_input_handler.
8451
8452 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
8453
8454 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8455 prototype.
8456 (darwin_debug_port_info): Make static.
8457 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8458 * machoread.c (_initialize_machoread): Add prototype.
8459 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8460 (i386_darwin_set_control, i386_darwin_get_control)
8461 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8462 i386_darwin_get_status, i386_darwin_get_control):
8463 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8464
8465 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8466
8467 * ax-gdb.c (gen_usual_unary): Remove special handling of
8468 enum and bool types.
8469
8470 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8471
8472 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8473
8474 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8475
8476 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8477
8478 2012-03-13 Chris January <chris.january@allinea.com>
8479
8480 * aix-thread.c (fill_sprs): Store the floating point registers
8481 at the correct offsets into vals.
8482
8483 2012-03-13 Doug Evans <dje@google.com>
8484
8485 * NEWS: Mention symbol-reloading has been deleted.
8486 * symfile.c (symbol_reloading): Delete.
8487 (show_symbol_reloading): Delete.
8488 (_initialize_symfile): Delete set/show symbol-reloading.
8489
8490 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8491 read_in_chain until we have successfully read it in.
8492 (load_full_comp_unit): Ditto.
8493 (read_signatured_type): Add comment.
8494
8495 2012-03-13 Chris January <chris.january@allinea.com>
8496
8497 * stabsread.c (fix_common_block): Change type of valu argument
8498 to CORE_ADDR.
8499
8500 2012-03-13 Chris January <chris.january@allinea.com>
8501
8502 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8503 instruction.
8504
8505 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8506
8507 * common/linux-procfs.c (linux_proc_get_int): New, from
8508 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8509 field.
8510 (linux_proc_get_tgid): Only call linux_proc_get_int.
8511 (linux_proc_get_tracerpid): New.
8512 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8513 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8514 linux_proc_pid_has_state.
8515 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8516 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8517 (linux_ptrace_attach_warnings): New.
8518 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8519 New declaration.
8520 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8521 (linux_nat_attach): New variables ex, buffer, message and message_s.
8522 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8523
8524 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8525
8526 * Makefile.in (linux-ptrace.o): New.
8527 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8528 from linux-nat.c.
8529 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8530 * common/linux-ptrace.c: New file.
8531 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8532 * config/arm/linux.mh: Likewise.
8533 * config/i386/linux.mh: Likewise.
8534 * config/i386/linux64.mh: Likewise.
8535 * config/ia64/linux.mh: Likewise.
8536 * config/m32r/linux.mh: Likewise.
8537 * config/m68k/linux.mh: Likewise.
8538 * config/mips/linux.mh: Likewise.
8539 * config/pa/linux.mh: Likewise.
8540 * config/powerpc/linux.mh: Likewise.
8541 * config/powerpc/ppc64-linux.mh: Likewise.
8542 * config/powerpc/spu-linux.mh: Likewise.
8543 * config/s390/s390.mh: Likewise.
8544 * config/sparc/linux.mh: Likewise.
8545 * config/sparc/linux64.mh: Likewise.
8546 * config/xtensa/linux.mh: Likewise.
8547 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8548 common/linux-procfs.c.
8549 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8550
8551 2012-03-13 Hui Zhu <teawater@gmail.com>
8552 Pedro Alves <palves@redhat.com>
8553
8554 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8555 CREATE_BREAKPOINT_FLAGS_INSERTED.
8556 (create_breakpoint_sal, create_breakpoints_sal)
8557 (base_breakpoint_create_breakpoints_sal)
8558 (tracepoint_create_breakpoints_sal)
8559 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8560 down.
8561 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8562 (ftrace_command, strace_command): Adjust.
8563 (create_tracepoint_from_upload): Pass
8564 CREATE_BREAKPOINT_FLAGS_INSERTED.
8565 * breakpoint.h (enum breakpoint_create_flags): New.
8566 (create_breakpoint): New flags parameter.
8567 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8568 * python/py-breakpoint.c (bppy_init): Adjust.
8569 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8570 * spu-tdep.c (spu_catch_start): Adjust.
8571
8572 2012-03-13 Pedro Alves <palves@redhat.com>
8573 Hui Zhu <teawater@gmail.com>
8574 Yao Qi <yao@codesourcery.com>
8575
8576 * remote.c (struct remote_state): New field `starting_up'.
8577 (remote_start_remote): Set and clear it.
8578 (remote_can_download_tracepoint): If starting up, return false.
8579
8580 2012-03-13 Yao Qi <yao@codesourcery.com>
8581
8582 * inferior.h (struct inferior): Remove fields any_syscall_count,
8583 syscalls_counts and total_syscalls_count. Move them to new
8584 struct catch_syscall_inferior_data in breakpoint.c.
8585 * breakpoint.c: Call DEF_VEC_I(int).
8586 (struct catch_syscall_inferior_data): New.
8587 (get_catch_syscall_inferior_data): New.
8588 (catch_syscall_inferior_data_cleanup): New.
8589 (insert_catch_syscall): Update to access data in
8590 struct catch_syscall_inferior_data.
8591 (insert_catch_syscall): Likewise.
8592 (remove_catch_syscall): Likewise.
8593 (remove_catch_syscall): Likewise.
8594 (is_syscall_catchpoint_enabled): Likewise.
8595 (add_catch_command): Likewise.
8596 (_initialize_breakpoint): Register cleanup.
8597 * breakpoint.h: Removed DEF_VEC_I(int).
8598 * dwarf2loc.c: Call DEF_VEC_I(int).
8599 * mi/mi-main.c: Likewise.
8600
8601 2012-03-12 Mark Kettenis <kettenis@gnu.org>
8602
8603 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8604
8605 2012-03-12 Chris January <chris.january@allinea.com>
8606
8607 * aix-thread.c (_initialize_aix_thread): Add prototype.
8608 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8609 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8610
8611 2012-03-12 Joel Brobecker <brobecker@adacore.com>
8612
8613 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8614 include of "amd64-nat.h".
8615
8616 2012-03-12 Tom Tromey <tromey@redhat.com>
8617
8618 * buildsym.c (record_pending_block): Now static.
8619 * buildsym.h: (record_pending_block): Remove.
8620
8621 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
8622
8623 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8624
8625 2012-03-09 Tom Tromey <tromey@redhat.com>
8626
8627 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8628 producer_is_gxx_lt_4_6>: New fields.
8629 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8630
8631 2012-03-09 Tom Tromey <tromey@redhat.com>
8632
8633 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8634
8635 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8636
8637 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8638 prototype.
8639
8640 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8641
8642 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8643
8644 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8645
8646 Fix -Wmissing-prototypes build.
8647 * arm-linux-nat.c (get_thread_id): Make it static.
8648 * xtensa-linux-nat.c (get_thread_id): Likewise.
8649
8650 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8651
8652 * server.c (process_point_options): If a conditional expression
8653 is found, only print a message if remote_debug is nonzero.
8654
8655 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
8656
8657 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8658 of internal error for unknown/unsupported types.
8659
8660 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8661
8662 Fix CU relative vs. absolute DIE offsets.
8663 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8664 offset to offset_in_cu.
8665 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8666 TYPE_OFFSET.
8667 (dwarf2_fetch_die_location_block): Rename parameter offset to
8668 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8669
8670 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8671
8672 * libunwind-frame.c: Rename to ...
8673 * ia64-libunwind-tdep.c: ... here.
8674 * libunwind-frame.h: Rename to ...
8675 * ia64-libunwind-tdep.h: ... here.
8676 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8677 ia64-libunwind-tdep.h.
8678 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8679 * README (--with-libunwind): Rename to ...
8680 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8681 * config.in: Regenerate.
8682 * configure: Regenerate.
8683 * configure.ac: New option --with-libunwind-ia64, make the
8684 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8685 Remove AC_DEFINE for HAVE_LIBUNWIND.
8686 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8687 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8688 Rename libunwind-frame in the general comment.
8689 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8690 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8691 Move forward declarations inside #ifndef. Rename libunwind-frame in
8692 the general comment.
8693 * ia64-tdep.c: Rename libunwind-frame.h #include to
8694 ia64-libunwind-tdep.h.
8695 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8696 (ia64_libunwind_descr): Rename libunwind-frame to
8697 ia64-libunwind-tdep in these function comments.
8698 * ia64-tdep.h: Rename libunwind-frame.h #include to
8699 ia64-libunwind-tdep.h.
8700 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8701 ia64-libunwind-tdep in that data comment.
8702
8703 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8704
8705 * libunwind-frame.h (struct frame_unwind): New declaration.
8706
8707 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8708
8709 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8710 "set breakpoint condition-evaluation" command.
8711
8712 2012-03-08 Tristan Gingold <gingold@adacore.com>
8713
8714 * sparc-stub.c: Move to stubs/
8715 * sh-stub.c: Likewise.
8716 * m68k-stub.c: Likewise.
8717 * m32r-stub.c: Likewise.
8718 * i386-stub.c: Likewise.
8719
8720 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8721
8722 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8723 linux_get_siginfo_type.
8724
8725 * m68klinux-nat.c: Include "gdb_proc_service.h".
8726 (PTRACE_GET_THREAD_AREA): Define.
8727 (ps_get_thread_area): New function.
8728
8729 2012-03-08 Yao Qi <yao@codesourcery.com>
8730
8731 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8732 `xsnprintf'.
8733 (remote_query_attached): Likewise.
8734 (remote_static_tracepoint_marker_at): Likewise.
8735 (remote_set_permissions): Likewise.
8736 (remote_detach_1, extended_remote_attach_1): Likewise.
8737 (send_g_packet, remote_vkill): Likewise.
8738 (extended_remote_disable_randomization): Likewise.
8739 (remote_add_target_side_condition): Likewise.
8740 (remote_insert_breakpoint): Likewise.
8741 (remote_remove_breakpoint): Likewise.
8742 (remote_insert_watchpoint): Likewise.
8743 (remote_remove_watchpoint): Likewise.
8744 (remote_insert_hw_breakpoint): Likewise.
8745 (remote_insert_hw_breakpoint): Likewise.
8746 (remote_remove_hw_breakpoint): Likewise.
8747 (remote_download_command_source): Likewise.
8748 (remote_download_tracepoint): Likewise.
8749 (remote_download_trace_state_variable): Likewise.
8750 (remote_disable_tracepoint): Likewise.
8751 (remote_trace_set_readonly_regions): Likewise.
8752 (remote_get_tracepoint_status): Likewise.
8753 (remote_trace_find): Likewise.
8754 (remote_get_trace_state_variable_value): Likewise.
8755 (remote_set_disconnected_tracing): Likewise.
8756 (remote_set_circular_trace_buffer): Likewise.
8757 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8758 (remote_use_agent): Likewise.
8759 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8760 Update callers.
8761
8762 2012-03-07 Pedro Alves <palves@redhat.com>
8763
8764 * NEWS: Mention QProgramSignals.
8765 * inferior.h (update_signals_program_target): Declare.
8766 * infrun.c: (update_signals_program_target): New.
8767 (handle_command): Update the target of the new program signals
8768 array changes.
8769 * remote.c (PACKET_QProgramSignals): New enum.
8770 (last_program_signals_packet): New global.
8771 (remote_program_signals): New.
8772 (remote_start_remote): Update the target with the program signals
8773 list.
8774 (remote_protocol_features): Add entry for QPassSignals.
8775 (remote_open_1): Free anc clear last_program_signals_packet.
8776 (init_remote_ops): Install remote_program_signals.
8777 * target.c (update_current_target): Adjust.
8778 (target_program_signals): New.
8779 * target.h (struct target_ops) <to_program_signals>: New field.
8780 (target_program_signals): Declare.
8781
8782 2012-03-07 Pedro Alves <palves@redhat.com>
8783
8784 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8785 extensions.
8786
8787 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8788
8789 * m68klinux-nat.c (getregs_supplies): Make static.
8790 (getfpregs_supplies): Likewise.
8791 (have_ptrace_getregs): Likewise.
8792
8793 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8794
8795 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8796 in call to get_die_type_at_offset.
8797
8798 2012-03-06 Stan Shebs <stan@codesourcery.com>
8799
8800 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8801 * mi/mi-cmd-disas.c: Ditto.
8802 * mi/mi-cmd-env.c: Ditto.
8803 * mi/mi-cmd-file.c: Ditto.
8804 * mi/mi-cmd-stack.c: Ditto.
8805 * mi/mi-cmd-target.c: Ditto.
8806 * mi/mi-cmd-var.c: Ditto.
8807 * mi/mi-cmds.c: Ditto.
8808 * mi/mi-cmds.h: Ditto.
8809 * mi/mi-console.c: Ditto.
8810 * mi/mi-getopt.c: Ditto.
8811 * mi/mi-getopt.h: Ditto.
8812 * mi/mi-interp.c: Ditto.
8813 * mi/mi-main.c: Ditto.
8814 * mi/mi-out.c: Ditto.
8815 * mi/mi-parse.c: Ditto.
8816 * mi/mi-parse.h: Ditto.
8817 * mi/mi-symbol-cmds.c: Ditto.
8818
8819 * mi/mi-getopt.h: Move mi_opt struct up.
8820 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8821 return.
8822 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8823
8824 2012-03-06 Tom Tromey <tromey@redhat.com>
8825
8826 * proc-service.c (ps_pglobal_lookup): Set the current program
8827 space.
8828
8829 2012-03-06 Pedro Alves <palves@redhat.com>
8830
8831 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8832
8833 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8834
8835 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8836
8837 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8838
8839 Code cleanup.
8840 * common/linux-osdata.c (linux_common_core_of_thread): New function
8841 comment.
8842 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8843 call by linux_common_core_of_thread.
8844 (linux_nat_core_of_thread_1): Remove.
8845 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8846 * linux-thread-db.c: Include linux-osdata.h.
8847 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8848 linux_common_core_of_thread.
8849
8850 2012-03-05 Tom Tromey <tromey@redhat.com>
8851
8852 * value.c (value_primitive_field): Don't fetch contents for
8853 non-virtual bases.
8854
8855 2012-03-05 Tom Tromey <tromey@redhat.com>
8856
8857 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8858
8859 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8860
8861 * s390-nat.c: Include "gregset.h".
8862
8863 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8864
8865 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8866 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8867 (libunwind_load): New variable so_error, use it for dlerror. Try to
8868 load also LIBUNWIND_SO_7.
8869
8870 2012-03-05 Pedro Alves <palves@redhat.com>
8871
8872 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8873 is not NULL, and remove resulting dead code.
8874
8875 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8876
8877 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8878 prologue to sh_analyze_prologue.
8879 (sh_analyze_prologue): Make better use of such an upper limit, and
8880 generally be more cautious about accessing memory.
8881
8882 2012-03-05 Tom Tromey <tromey@redhat.com>
8883
8884 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8885 _initialize_ia64_hpux_tdep.
8886
8887 2012-03-05 Pedro Alves <palves@redhat.com>
8888
8889 PR gdb/13766
8890
8891 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8892 the register state is clear, supply explicit zero, instead of
8893 marking the register unavailable.
8894
8895 2012-03-05 Tristan Gingold <gingold@adacore.com>
8896
8897 * NEWS: Mention OpenVMS ia64 new target.
8898
8899 2012-03-05 Tristan Gingold <gingold@adacore.com>
8900
8901 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8902 (ia64_unw_accessors, ia64_unw_rse_accessors)
8903 (ia64_libunwind_descr): Declare.
8904 * ia64-vms-tdep.c: New file.
8905 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8906 (ia64_libunwind_descr): Make them public.
8907 * configure.tgt: Add ia64-*-*vms*.
8908 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8909 (ALLDEPFILES): Add ia64-vms-tdep.c
8910
8911 2012-03-05 Tristan Gingold <gingold@adacore.com>
8912
8913 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8914 * remote.c (PACKET_qXfer_uib): New enum value.
8915 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8916 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8917 (_initialize_remote): Call add_packet_config_cmd for
8918 xfer:uib packet.
8919
8920 2012-03-05 Tristan Gingold <gingold@adacore.com>
8921
8922 * osabi.c (gdb_osabi_names): Add OpenVMS.
8923 (generic_elf_osabi_sniffer): Likewise.
8924 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8925
8926 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8927
8928 Removed unused code.
8929 * libunwind-frame.c (libunwind_frame_unwind)
8930 (libunwind_frame_base_address): Remove.
8931 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8932
8933 2012-03-04 Yao Qi <yao@codesourcery.com>
8934
8935 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8936 remove trailing new line.
8937 (agent_run_command, agent_run_command): Add _ markup.
8938 (agent_capability_check): Likewise.
8939
8940 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8941
8942 * breakpoint.c (set_condition_evaluation_mode): Set
8943 CONDITION_EVALUATION_MODE unconditionally.
8944
8945 2012-03-03 Yao Qi <yao@codesourcery.com>
8946
8947 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8948 * common/agent.h: Update declaration.
8949 * inf-child.c (inf_child_use_agent): New.
8950 (inf_child_can_use_agent): New.
8951 (inf_child_target): Initialize fields `to_use_agent'
8952 and `to_can_use_agent'.
8953 * agent.c (agent_new_objfile): New.
8954 (_initialize_agent): Add agent_new_objfile to new_objfile
8955 observer.
8956
8957 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8958 New.
8959 (linux_target_install_ops): Initialize field
8960 `to_static_tracepoint_markers_by_strid'.
8961 * remote.c (free_current_marker): Move it to ...
8962 * tracepoint.c (free_current_marker): ... here. New.
8963 (cleanup_target_stop): New.
8964 * tracepoint.h: Declare free_current_marker.
8965 * NEWS: Add one entry about `info static-tracepoint-marker'.
8966
8967 2012-03-03 Yao Qi <yao@codesourcery.com>
8968
8969 * common/agent.c (agent_loaded_p): New.
8970 (agent_look_up_symbols): New global.
8971 * common/agent.h: Declare agent_loaded_p.
8972
8973 2012-03-03 Yao Qi <yao@codesourcery.com>
8974
8975 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8976 (agent_capability_check, agent_capability_invalidate): New.
8977 (symbol_list): New array element.
8978 * common/agent.h (enum agent_capa): New.
8979 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8980
8981 2012-03-03 Yao Qi <yao@codesourcery.com>
8982
8983 * target.h (struct target_ops) <to_use_agent>: New field.
8984 (struct target_ops) <to_can_use_agent>: New field.
8985 (target_use_agent, target_can_use_agent): New macro.
8986 * target.c (update_current_target): Update.
8987 * remote.c: New enum `PACKET_QAgent'.
8988 (remote_protocol_features): Add a new element.
8989 (remote_use_agent, remote_can_use_agent): New.
8990 (init_remote_ops): Initialize field `can_use_agent' with
8991 remote_can_use_agent. Intiailize field `use_agent' with
8992 remote_use_agent.
8993 * common/agent.c (use_agent): New global.
8994 * common/agent.h: Declare it.
8995 * tracepoint.c (info_static_tracepoint_markers_command): Add
8996 comment.
8997 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8998 (COMMON_OBS): Add common/agent.o and agent.o
8999 (common-agent.o): New rule.
9000 * agent.c: New.
9001
9002 2012-03-03 Yao Qi <yao@codesourcery.com>
9003
9004 * common/agent.c: New.
9005 * common/agent.h: New.
9006 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9007 AC_CHECK_HEADERS.
9008 * configure, configh.in: Regenerated.
9009
9010 2012-03-02 Kevin Buettner <kevinb@redhat.com>
9011
9012 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9013 unless it exists for this architecture.
9014
9015 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9016
9017 * language.h (struct language_defn): New "method" la_read_var_value.
9018 * findvar.c: #include "language.h".
9019 (default_read_var_value): Renames read_var_value. Rewrite
9020 function description.
9021 (read_var_value): New function.
9022 * value.h (default_read_var_value): Add prototype.
9023 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9024 New functions.
9025 (ada_language_defn): Add entry for la_read_var_value.
9026 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9027 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9028 language_defn structures to add entry for new la_read_var_value
9029 field.
9030
9031 2012-03-02 Tom Tromey <tromey@redhat.com>
9032 Pedro Alves <palves@redhat.com>
9033
9034 PR breakpoints/13776:
9035 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9036 breakpoints.
9037 (delete_longjmp_breakpoint_at_next_stop): New.
9038 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9039 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9040 before deleting the inferior. Add comments.
9041 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9042 breakpoints immediately, but only on next stop. Move that code
9043 next to where we mark other breakpoints for deletion.
9044
9045 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9046
9047 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9048 marker.
9049 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9050 violation.
9051
9052 2012-03-02 Pedro Alves <palves@redhat.com>
9053
9054 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9055
9056 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9057
9058 Fix -Wmissing-prototypes build.
9059 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9060 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9061 (gdbsim_has_memory): Likewise.
9062
9063 2012-03-02 Yao Qi <yao@codesourcery.com>
9064
9065 Fix -Wmissing-prototypes build.
9066 * charset.c (phony_iconv_open): Make static.
9067 (phony_iconv_close, phony_iconv): Likewise.
9068 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9069 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9070 prototype.
9071 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9072 * ser-mingw.c (create_select_thread): Make static.
9073 * windows-termcap.c (tgetent): New prototype.
9074 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9075
9076 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9077
9078 Fix -Wmissing-prototypes build.
9079 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9080 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9081 (_initialize_loadable): New prototypes.
9082
9083 2012-03-02 Doug Evans <dje@google.com>
9084
9085 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9086 abbrev table, read_comp_unit will do it.
9087
9088 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9089
9090 Fix -Wmissing-prototypes build.
9091 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9092 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9093 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9094 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9095 (_initialize_arm_symbian_tdep): New prototype.
9096 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9097 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9098 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9099 static.
9100 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9101 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9102 prototype.
9103 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9104 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9105 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9106 static.
9107 * moxie-tdep.c (moxie_process_record): Likewise.
9108 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9109 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9110 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9111 (_initialize_rl78_tdep): New prototype.
9112 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9113 (_initialize_rx_tdep): New prototype.
9114 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9115 (_initialize_darwin_solib): New prototype.
9116 * solib-spu.c: Include solib-spu.h.
9117 (_initialize_spu_solib): New prototype.
9118 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9119 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9120 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9121 (tic6x_software_single_step): Make it static.
9122 (_initialize_tic6x_tdep): New prototype.
9123
9124 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9125
9126 Fix -Wmissing-prototypes build.
9127 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9128 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9129
9130 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9131
9132 Fix -Wmissing-prototypes build.
9133 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9134 (frv_have_stopped_data_address): Remove.
9135
9136 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9137
9138 Fix -Wmissing-prototypes build.
9139 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9140 * sh-tdep.c: Include sh64-tdep.h.
9141 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9142 * sh64-tdep.c: Include sh64-tdep.h.
9143 * sh64-tdep.h: New file.
9144
9145 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9146
9147 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9148
9149 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9150
9151 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9152 sp_regnum once the gdbarch_init_osabi hook has been called.
9153
9154 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9155
9156 * mips-tdep.c (mips32_bc1_pc): New function.
9157 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9158 BPOSGE32 and BPOSGE64 instructions.
9159 (deal_with_atomic_sequence): Likewise.
9160 (mips32_instruction_has_delay_slot): Likewise.
9161
9162 2012-03-01 Maciej W. Rozycki <macro@mips.com>
9163 Chris Dearman <chris@mips.com>
9164 Maciej W. Rozycki <macro@codesourcery.com>
9165 Joseph Myers <joseph@codesourcery.com>
9166
9167 * features/mips-dsp.xml: New file.
9168 * features/mips64-dsp.xml: New file.
9169 * features/mips-dsp-linux.xml: New file.
9170 * features/mips64-dsp-linux.xml: New file.
9171 * features/Makefile (WHICH): Add mips-dsp-linux and
9172 mips64-dsp-linux.
9173 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9174 * features/mips-dsp-linux.c: New file.
9175 * features/mips64-dsp-linux.c: New file.
9176 * regformats/mips-dsp-linux.dat: New file.
9177 * regformats/mips64-dsp-linux.dat: New file.
9178 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9179 registers.
9180 (mips64_linux_register_addr): Likewise.
9181 (mips64_linux_regsets_fetch_registers): Likewise.
9182 (mips64_linux_regsets_store_registers): Likewise.
9183 (mips64_linux_fetch_registers): Update call to
9184 mips64_linux_regsets_fetch_registers.
9185 (mips64_linux_store_registers): Update call to
9186 mips64_linux_regsets_store_registers.
9187 (mips_linux_read_description): Probe for DSP registers.
9188 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9189 and initialize_tdesc_mips64_dsp_linux.
9190 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9191 Remove padding of no longer used embedded register slots.
9192 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9193 (MIPS_RESTART_REGNUM): Redefine enum value.
9194 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9195 strings.
9196 (mips_tx39_reg_names): Likewise.
9197 (mips_linux_reg_names): New array of register names for Linux
9198 targets.
9199 (mips_register_name): Check for a null pointer in
9200 mips_processor_reg_names and return an empty string.
9201 (mips_register_type): Exclude embedded registers for the IRIX
9202 and Linux ABIs.
9203 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9204 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9205 DSP registers.
9206 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9207 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9208 (mips_gdbarch_init): Likewise. Initialize internal register
9209 indices for the Linux ABI. Use dynamic numbers to refer to
9210 registers, as applicable, while parsing the target description.
9211 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9212
9213 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9214
9215 * frame.h (read_frame_register_unsigned): Fix typo in function
9216 description.
9217
9218 2012-03-01 Pedro Alves <palves@redhat.com>
9219
9220 * jit-reader.in [!__cplusplus]
9221 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9222
9223 2012-03-01 Pedro Alves <palves@redhat.com>
9224
9225 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9226 * configure: Regenerate.
9227
9228 2012-03-01 Pedro Alves <palves@redhat.com>
9229
9230 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9231 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9232 (ftrace_command, strace_command): Make static.
9233 * d-lang.c (_initialize_d_language): Declare.
9234 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9235 * dwarf2loc.c (_initialize_dwarf2loc):
9236 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9237 * exec.c (exec_get_section_table): Make static.
9238 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9239 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9240 * inferior.c (remove_inferior_command, add_inferior_command)
9241 (clone_inferior_command): Make static.
9242 * linux-nat.c (linux_nat_thread_address_space)
9243 (linux_nat_core_of_thread): Make static.
9244 * linux-tdep.c (_initialize_linux_tdep): Declare.
9245 * objc-lang.c (_initialize_objc_lang): Declare.
9246 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9247 Make static.
9248 (_initialize_opencl_language): Declare.
9249 * record.c (_initialize_record): Declare.
9250 * remote.c (demand_private_info, remote_get_tib_address)
9251 (remote_supports_cond_tracepoints)
9252 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9253 Make static.
9254 * skip.c (_initialize_step_skip): Declare.
9255 * symtab.c (skip_prologue_using_lineinfo): Make static.
9256 * tracepoint.c (delete_trace_state_variable)
9257 (trace_variable_command, delete_trace_variable_command)
9258 (get_uploaded_tsv, find_matching_tracepoint_location)
9259 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9260 Make static.
9261 * value.c (pack_unsigned_long): Make static.
9262 * varobj.c (varobj_ensure_python_env): Make static.
9263 * windows-tdep.c (_initialize_windows_tdep): Declare.
9264 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9265
9266 2012-03-01 Pedro Alves <palves@redhat.com>
9267
9268 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
9269 gdbarch parameter.
9270 (linux_init_abi): Install it as has_shared_address_space gdbarch
9271 callback.
9272
9273 2012-03-01 Pedro Alves <palves@redhat.com>
9274
9275 * observer.c (observer_test_first_notification_function)
9276 (observer_test_second_notification_function)
9277 (observer_test_third_notification_function): Add declarations.
9278
9279 2012-03-01 Pedro Alves <palves@redhat.com>
9280
9281 * common/signals.c (default_target_signal_to_host)
9282 (default_target_signal_from_host): Move ...
9283 * arch-utils.c: ... here.
9284 * arch-utils.h (default_target_signal_to_host)
9285 (default_target_signal_from_host): Declare.
9286
9287 * common/signals.c (target_signal_from_command): Move ...
9288 * infrun.c: ... here.
9289 * inferior.h (target_signal_from_command): Declare.
9290 * target.h (target_signal_from_command)
9291 (default_target_signal_from_host, default_target_signal_to_host):
9292 Delete declarations.
9293
9294 * common/signals.c (_initialize_signals): Delete.
9295
9296 2012-03-01 Pedro Alves <palves@redhat.com>
9297
9298 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9299 both __cplusplus and !__cplusplus.
9300
9301 2012-03-01 Pedro Alves <palves@redhat.com>
9302
9303 * psymtab.c (find_and_open_source): Delete declaration.
9304 * source.c (find_and_open_source): Move comment ...
9305 * source.h (find_and_open_source): ... to this new declaration.
9306
9307 2012-03-01 Pedro Alves <palves@redhat.com>
9308
9309 * inline-frame.c: Include inline-frame.h.
9310
9311 2012-03-01 Pedro Alves <palves@redhat.com>
9312
9313 * tui/tui-data.c (set_gen_win_origin): Delete.
9314 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9315 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9316
9317 2012-03-01 Pedro Alves <palves@redhat.com>
9318
9319 * remote.c (encode_actions): Delete declaration.
9320 * tracepoint.c (encode_actions): Make extern.
9321 * tracepoint.h (encode_actions): Declare.
9322
9323 2012-03-01 Pedro Alves <palves@redhat.com>
9324
9325 * python/py-breakpoint.c: Include python.h.
9326 * python/py-continueevent.c (create_continue_event_object): Make
9327 static.
9328 * python/py-lazy-string.c (stpy_get_type): Make static.
9329 * python/py-newobjfileevent.c (create_new_objfile_event_object):
9330 Make static.
9331 * python/py-utils.c (unicode_to_target_python_string): Make
9332 static.
9333 * python/py-value.c: Include python.h.
9334
9335 2012-03-01 Pedro Alves <palves@redhat.com>
9336
9337 * inferior.c (delete_threads_of_inferior): Delete.
9338
9339 2012-03-01 Pedro Alves <palves@redhat.com>
9340
9341 Import fallback definitions from glibc.
9342
9343 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9344 ps_prochandle): Forward declare.
9345 (ps_err_e): Use glibc's comments.
9346 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9347 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9348 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9349 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9350 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9351 (struct ps_prochandle): Adjust comment.
9352
9353 2012-03-01 Pedro Alves <palves@redhat.com>
9354
9355 * ada-lang.c (ada_modulus_from_name): Delete.
9356 * ada-lex.l (lexer_init): Make static.
9357
9358 2012-03-01 Pedro Alves <palves@redhat.com>
9359
9360 PR gdb/13767
9361
9362 * frame.c (read_frame_register_unsigned): New.
9363 * frame.h (read_frame_register_unsigned): Declare.
9364 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9365 Handle it.
9366 (print_i387_control_word): New parameter `control_p'. Handle it.
9367 (i387_print_float_info): Handle unavailable float registers.
9368
9369 2012-03-01 Keith Seitz <keiths@redhat.com>
9370
9371 * linespec.c (decode_line_2): Sort the list of methods
9372 alphabetically before presenting the user with a selection
9373 menu.
9374
9375 2012-03-01 Doug Evans <dje@google.com>
9376
9377 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9378 has_namespace_info.
9379 (dwarf2_read_abbrevs): Remove corresponding initialization.
9380
9381 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
9382
9383 * NEWS: Mention new python command class gdb.COMMAND_USER.
9384 * cli/cli-cmds.c (show_user): Print error when used on a python
9385 command.
9386 (init_cli_cmds): Update documentation strings for "show user" and
9387 "set/show max-user-call-depth" to clarify that it does not apply to
9388 python commands.
9389 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9390 error check.
9391 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9392 gdb python api.
9393 * top.c (execute_command): Only execute a user-defined command as a
9394 legacy macro if c->user_commands is set.
9395
9396 2012-03-01 Tom Tromey <tromey@redhat.com>
9397
9398 * valprint.h (struct generic_val_print_decorations): New.
9399 (generic_val_print): Declare.
9400 * valprint.c (generic_val_print): New function.
9401 * p-valprint.c (p_decorations): New global.
9402 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9403 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9404 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9405 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9406 * m2-valprint.c (m2_decorations): New global.
9407 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9408 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9409 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9410 TYPE_CODE_ERROR>: Call generic_val_print.
9411 * f-valprint.c (f_decorations): New global.
9412 (f_val_print): Use print_function_pointer_address.
9413 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9414 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9415 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9416 generic_val_print.
9417 * c-valprint.c (c_decorations): New global.
9418 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9419 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9420 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9421 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9422 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9423 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9424 case.
9425
9426 2012-03-01 Tom Tromey <tromey@redhat.com>
9427
9428 * valprint.c (val_print): Update.
9429 * p-valprint (pascal_val_print): Return void.
9430 * p-lang.h (pascal_val_print): Return void.
9431 * m2-valprint.c (m2_val_print): Return void.
9432 * m2-lang.h (m2_val_print): Return void.
9433 * language.h (struct language_defn) <la_val_print>: Return void.
9434 * language.c (unk_lang_val_print): Return void.
9435 * jv-valprint.c (java_val_print): Return void.
9436 * jv-lang.h (java_val_print): Return void.
9437 * f-valprint.c (f_val_print): Return void.
9438 * f-lang.h (f_val_print): Return void.
9439 * d-valprint.c (d_val_print): Return void.
9440 (dynamic_array_type): Update.
9441 * d-lang.h (d_val_print): Return void.
9442 * c-valprint.c (c_val_print): Return void.
9443 * c-lang.h (c_val_print): Return void.
9444 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9445 void.
9446 * ada-lang.h (ada_val_print): Return void.
9447
9448 2012-03-01 Tom Tromey <tromey@redhat.com>
9449
9450 * value.h (val_print): Return void.
9451 * valprint.c (val_print): Return void.
9452
9453 2012-03-01 Tom Tromey <tromey@redhat.com>
9454
9455 * value.h (common_val_print): Return void.
9456 * valprint.c (common_val_print): Return void.
9457
9458 2012-03-01 Tom Tromey <tromey@redhat.com>
9459
9460 * value.h (value_print): Return void.
9461 * valprint.c (value_print): Return void.
9462 * p-valprint.c (pascal_value_print): Return void.
9463 * p-lang.h (pascal_value_print): Return void.
9464 * language.h (struct language_defn) <la_value_print>: Return
9465 void.
9466 * language.c (unk_lang_value_print): Return void.
9467 * jv-valprint.c (java_value_print): Return void.
9468 * jv-lang.h (java_value_print): Return void.
9469 * f-valprint.c (c_value_print): Don't declare.
9470 Include c-lang.h.
9471 * c-valprint.c (c_value_print): Return void.
9472 * c-lang.h (c_value_print): Return void.
9473 * ada-valprint.c (ada_value_print): Return void.
9474 * ada-lang.h (ada_value_print): Return void.
9475
9476 2012-03-01 Tom Tromey <tromey@redhat.com>
9477
9478 * value.c (value_primitive_field): Handle virtual base classes.
9479
9480 2012-03-01 Tom Tromey <tromey@redhat.com>
9481
9482 * gdbtypes.h (struct vbase): Remove.
9483
9484 2012-03-01 Tom Tromey <tromey@redhat.com>
9485
9486 * c-valprint.c (print_function_pointer_address): Move...
9487 * valprint.c: ... here. Make non-static.
9488 * m2-valprint.c (print_function_pointer_address): Remove.
9489 * valprint.h (print_function_pointer_address): Declare.
9490
9491 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9492
9493 * NEWS: Document the fact that one can provide a condition when
9494 creating an Ada exception catchpoint.
9495
9496 2012-03-01 Tom Tromey <tromey@redhat.com>
9497
9498 * valprint.c (val_print_type_code_flags): Fix placement of
9499 trailing brace.
9500
9501 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9502
9503 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9504 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9505 environment variable before calling update-copyright.
9506
9507 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9508
9509 * gnulib/extra/update-copyright: Update to the latest from
9510 gnulib's git repository.
9511 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9512 variable to 2 instead of 1.
9513
9514 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9515
9516 * varobj.c (c_value_of_variable): Remove dead code.
9517
9518 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9519
9520 * ada-lex.p (processId): Do not modify already encoded IDs.
9521 Update function documentation.
9522
9523 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9524
9525 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9526 "name" with "struct symbol *name_sym".
9527 * ada-exp.y (write_var_or_type): Update call to
9528 ada_find_renaming_symbol.
9529 "name" with "struct symbol *name_sym". Adjust Implementation
9530 accordingly. Adjust the function documentation.
9531
9532 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9533
9534 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9535 * ada-lang.c (ada_find_any_type): Add advance declaration.
9536 Make static. Replace ada_find_any_symbol by
9537 ada_find_any_type_symbol.
9538 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9539 Improve function description. Make static.
9540 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9541 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9542
9543 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9544
9545 * ada-lang.c (struct tag_args): Delete.
9546 (ada_get_tsd_type): Function body moved up in source file.
9547 (ada_tag_name_1, ada_tag_name_2): Delete.
9548 (ada_get_tsd_from_tag): New function.
9549 (ada_tag_name_from_tsd): New function.
9550 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9551 to determine the tag name.
9552
9553 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9554
9555 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9556 declaration.
9557 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9558 function.
9559
9560 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9561
9562 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9563
9564 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9565
9566 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9567 full searches.
9568
9569 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9570
9571 * ada-lang.c (constrained_packed_array_type): If there is a
9572 parallel XA type, use it to determine the array index type.
9573
9574 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9575
9576 * ada-valprint.c (ada_val_print_1): If our value is a reference
9577 to an array descriptor, dereference it before converting it
9578 to a simple array.
9579
9580 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9581
9582 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9583 creating fixed value.
9584 (ada_value_ind, ada_coerce_ref, assign_component)
9585 (ada_evaluate_subexp): Remove call to unwrap_value before
9586 call to ada_to_fixed_value.
9587
9588 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9589
9590 * ada-lang.c (to_fixed_array_type): Set result's type name.
9591
9592 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9593
9594 * ada-lang.c (catch_ada_exception_command_split): Add new
9595 argument cond_string. Add support for condition at end of
9596 "catch exception" commands.
9597 (ada_decode_exception_location): Add new argument cond_string.
9598 Update call to catch_ada_exception_command_split.
9599 (create_ada_exception_catchpoint): Add new argument cond_string.
9600 Set the breakpoint condition if needed.
9601 (catch_ada_exception_command): Update call to
9602 ada_decode_exception_location.
9603 (ada_decode_assert_location): Add function documentation.
9604 Add support for condition at end of "catch assert" command.
9605 (catch_assert_command): Update calls to ada_decode_assert_location
9606 and create_ada_exception_catchpoint.
9607
9608 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9609
9610 Fix disp-step-syscall.exp: fork: single step over fork.
9611 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9612 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9613 comment, change parameters gdbarch and ptid to regcache. Remove
9614 parameter regcache, initialize gdbarch from regcache here.
9615 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9616 New functions.
9617 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9618 instead.
9619 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9620 'syscall'. Make the 'int' check more strict.
9621
9622 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9623
9624 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9625 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9626 (i386_linux_intx80_sysenter_syscall_record): ... here.
9627 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9628 Use the renamed function name.
9629
9630 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9631
9632 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9633 * breakpoint.c (until_break_command): Likewise.
9634 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9635 * infcall.c (call_function_by_hand): Likewise.
9636 * infcmd.c (finish_forward): Likewise.
9637 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9638
9639 2012-02-28 Tristan Gingold <gingold@adacore.com>
9640
9641 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9642 avoid variable assignments inside condition.
9643
9644 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9645
9646 Fix static analysis issue found by cppcheck.
9647 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9648 uninitialized BUF for size 2.
9649
9650 2012-02-27 Chris Dearman <chris@mips.com>
9651 Nathan Froyd <froydnj@codesourcery.com>
9652 Maciej W. Rozycki <macro@codesourcery.com>
9653
9654 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9655 (mips16_instruction_has_delay_slot): Likewise.
9656 (mips_segment_boundary): Likewise.
9657 (mips_adjust_breakpoint_address): Likewise.
9658 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9659
9660 2012-02-27 Maciej W. Rozycki <macro@mips.com>
9661 Maciej W. Rozycki <macro@codesourcery.com>
9662
9663 * infrun.c (handle_inferior_event): Don't proceed through
9664 shared library trampolines if stepping at the machine
9665 instruction level.
9666
9667 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9668
9669 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9670 too.
9671
9672 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9673
9674 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9675 (sh_stub_unwind_sniffer): New functions.
9676 (sh_stub_unwind): New variable.
9677 (sh_gdbarch_init): Wire everything.
9678
9679 2012-02-27 Pedro Alves <palves@redhat.com>
9680
9681 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9682 (linux_nat_post_attach_wait): Adjust to use
9683 linux_proc_pid_is_stopped.
9684 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9685 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9686 based on pid_is_stopped from both linux-nat.c and
9687 gdbserver/linux-low.c, and renamed.
9688
9689 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9690
9691 * remote.c (remote_watchpoint_addr_within_range): New function.
9692 (init_remote_ops): Use it.
9693
9694 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9695
9696 * target.h (target_watchpoint_addr_within_range): Document macro.
9697
9698 2012-02-24 Pedro Alves <palves@redhat.com>
9699
9700 * stack.c (set_last_displayed_sal): Issue internal_error instead
9701 of warning, and issue it after clearing the last displayed sal.
9702
9703 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9704 Pedro Alves <palves@redhat.com>
9705
9706 * breakpoint.c (until_break_command): Install breakpoints after
9707 all frame manipulations.
9708
9709 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9710
9711 * remote.c (remote_supports_cond_breakpoints): New forward
9712 declaration.
9713 (remote_add_target_side_condition): New function.
9714 (remote_insert_breakpoint): Add target-side breakpoint
9715 conditional if supported.
9716 (remote_insert_hw_breakpoint): Likewise.
9717 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9718 hook.
9719
9720 * target.c (update_current_target): Inherit
9721 to_supports_evaluation_of_breakpoint_conditions.
9722 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9723
9724 * target.h (struct target_ops)
9725 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9726 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9727
9728 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9729 (condition_evaluation_both, condition_evaluation_auto,
9730 condition_evaluation_host, condition_evaluation_target,
9731 condition_evaluation_enums, condition_evaluation_mode_1,
9732 condition_evaluation_mode): New static globals.
9733 (translate_condition_evaluation_mode): New function.
9734 (breakpoint_condition_evaluation_mode): New function.
9735 (gdb_evaluates_breakpoint_condition_p): New function.
9736 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9737 (mark_breakpoint_modified): New function.
9738 (mark_breakpoint_location_modified): New function.
9739 (set_condition_evaluation_mode): New function.
9740 (show_condition_evaluation_mode): New function.
9741 (bp_location_compare_addrs): New function.
9742 (get_first_location_gte_addr): New helper function.
9743 (set_breakpoint_condition): Free condition bytecode if locations
9744 has become unconditional. Call mark_breakpoint_modified (...).
9745 (condition_command): Call update_global_location_list (1) for
9746 breakpoints.
9747 (breakpoint_xfer_memory): Use is_breakpoint (...).
9748 (is_breakpoint): New function.
9749 (parse_cond_to_aexpr): New function.
9750 (build_target_condition_list): New function.
9751 (insert_bp_location): Handle target-side conditional
9752 breakpoints and call build_target_condition_list (...).
9753 (update_inserted_breakpoint_locations): New function.
9754 (insert_breakpoint_locations): Handle target-side conditional
9755 breakpoints.
9756 (bpstat_check_breakpoint_conditions): Add comment.
9757 (bp_condition_evaluator): New function.
9758 (bp_location_condition_evaluator): New function.
9759 (print_breakpoint_location): Print information on where the condition
9760 will be evaluated.
9761 (print_one_breakpoint_location): Likewise.
9762 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9763 breakpoint location.
9764 (force_breakpoint_reinsertion): New functions.
9765 (update_global_location_list): Handle target-side breakpoint
9766 conditions.
9767 Reinsert locations that are already inserted if conditions have
9768 changed.
9769 (bp_location_dtor): Free agent expression bytecode.
9770 (disable_breakpoint): Call mark_breakpoint_modified (...).
9771 Call update_global_location_list (...) with parameter 1 for breakpoints.
9772 (disable_command): Call mark_breakpoint_location_modified (...).
9773 Call update_global_location_list (...) with parameter 1 for breakpoints.
9774 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9775 (enable_command): mark_breakpoint_location_modified (...).
9776 (_initialize_breakpoint): Update documentation and add
9777 condition-evaluation breakpoint subcommand.
9778
9779 * breakpoint.h: Include ax.h.
9780 (condition_list): New data structure.
9781 (condition_status): New enum.
9782 (bp_target_info) <cond_list>: New field.
9783 (bp_location) <condition_changed, cond_bytecode>: New fields.
9784 (is_breakpoint): New prototype.
9785
9786 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9787
9788 * remote.c (remote_state) <cond_breakpoints>: New field.
9789 (PACKET_ConditionalBreakpoints): New enum.
9790 (remote_cond_breakpoint_feature): New function.
9791 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9792 (remote_supports_cond_breakpoints): New function.
9793 (_initialize_remote): Add new packet configuration for
9794 target-side conditional breakpoints.
9795
9796 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9797
9798 * NEWS: Mention target-side conditional breakpoint support,
9799 new condition-evaluation breakpoint subcommand and remote
9800 packet extensions.
9801
9802 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9803
9804 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9805 number.
9806
9807 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9808
9809 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9810 (after_prologue): Remove.
9811
9812 2012-02-23 Tom Tromey <tromey@redhat.com>
9813
9814 * jv-valprint.c (java_val_print): Remove dead code.
9815
9816 2012-02-23 Tristan Gingold <gingold@adacore.com>
9817
9818 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9819 known_tasks_element and known_tasks_length fields.
9820 (read_known_tasks_array): Change argument type. Use pointer type
9821 and number of elements from DATA. Adjust.
9822 (read_known_tasks_list): Likewise.
9823 (get_known_tasks_addr): Remove.
9824 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9825 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9826 type and array length. Merge former get_known_tasks_addr code.
9827
9828 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9829
9830 PR backtrace/13716
9831 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9832 it after set_momentary_breakpoint.
9833
9834 2012-02-22 Sterling Augustine <saugustine@google.com>
9835
9836 PR 13689:
9837 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9838
9839 2012-02-22 Gary Benson <gbenson@redhat.com>
9840
9841 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9842 (find_slot_in_mapped_hash): Likewise.
9843
9844 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9845
9846 PR build/13638
9847 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9848 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9849 * configure: Regenerate.
9850
9851 2012-02-21 Tristan Gingold <gingold@adacore.com>
9852 Pedro Alves <palves@redhat.com>
9853
9854 * ia64-tdep.c: Do not include libunwind-ia64.h.
9855 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9856 Include libunwind-ia64.h instead of libunwind.h.
9857 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9858 for libunwind.h existence.
9859 * configure, config.in: Regenerate.
9860
9861 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9862
9863 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9864 instead of value_rtti_target_type.
9865 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9866 instead of value_rtti_target_type.
9867 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9868 value_rtti_target_type.
9869 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9870 (value_rtti_target_type): Rename to ...
9871 (value_rtti_indirect_type): ... here and make it indirect. Update
9872 function comment.
9873 * value.c (readjust_indirect_value_type): New function.
9874 (coerce_ref): Support for enclosing type setting for references
9875 with readjust_indirect_value_type.
9876 * value.h (readjust_value_type): New declaration.
9877 (value_rtti_target_type): Rename to ...
9878 (value_rtti_indirect_type): ... here.
9879
9880 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9881
9882 * MAINTAINERS (Write After Approval): Add myself to the list.
9883
9884 2012-02-20 Doug Evans <dje@google.com>
9885
9886 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9887 Rename objfile_p_char parameter to objfilep.
9888 (build_objfile_section_table): Result is now void. All callers
9889 updated.
9890 * objfiles.h (struct objfile): Tweak comments, whitespace.
9891 (build_objfile_section_table): Update.
9892
9893 * elfread.c (elf_symfile_segments): Fix warning text.
9894
9895 2012-02-20 Tom Tromey <tromey@redhat.com>
9896
9897 PR gdb/13498:
9898 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9899 particular set of file names once.
9900 (dw2_map_symbol_filenames): Likewise.
9901
9902 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9903
9904 Code cleanup.
9905 * main.c (write_files): Remove the declaration.
9906 (external_editor_command): Move the declaration ...
9907 [GDBTK] (external_editor_command): ... here. Fix the comment.
9908
9909 2012-02-20 Tom Tromey <tromey@redhat.com>
9910
9911 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9912 extraneous block.
9913
9914 2012-02-20 Tristan Gingold <gingold@adacore.com>
9915
9916 * darwin-nat.h (enum darwin_msg_state): Add comments.
9917
9918 2012-02-20 Tristan Gingold <gingold@adacore.com>
9919
9920 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9921 value.
9922
9923 2012-20-18 Joel Brobecker <brobecker@adacore.com>
9924
9925 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9926 between function description and implementation.
9927
9928 2012-02-17 Tom Tromey <tromey@redhat.com>
9929
9930 PR python/12070:
9931 * python/py-event.c (event_object_getset): New global.
9932 (event_object_type): Reference it.
9933 * python/py-type.c (field_object_getset): New global.
9934 (field_object_type): Reference it.
9935 * python/python-internal.h (gdb_py_generic_dict): Declare.
9936 * python/py-utils.c (gdb_py_generic_dict): New function.
9937
9938 2012-02-17 Tristan Gingold <gingold@adacore.com>
9939
9940 * solib-darwin.c (darwin_current_sos): Check magic and filetype
9941
9942 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9943
9944 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9945 TYPE_CALLING_CONVENTION annotation.
9946
9947 2012-02-16 Kevin Buettner <kevinb@redhat.com>
9948
9949 * MAINTAINERS: Add rx to target ISA section.
9950 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9951 (ALLDEPFILES): Add rx-tdep.c.
9952
9953 2012-02-16 Tom Tromey <tromey@redhat.com>
9954
9955 * symfile.c (symbol_file_add_main_1): Use inferior's
9956 symfile_flags.
9957 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9958 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9959 inferior.
9960 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9961 inferior.
9962 (follow_exec): Use inferior's symfile_flags.
9963 * inferior.h (struct inferior) <symfile_flags>: New field.
9964
9965 2012-02-16 Mike Frysinger <vapier@gentoo.org>
9966
9967 PR gdb/9734:
9968 * remote-sim.c (gdbsim_create_inferior): Call error() when
9969 sim_create_inferior() fails.
9970
9971 2012-02-16 Josh Matthews <josh@joshmatthews.net>
9972
9973 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9974
9975 2012-02-16 Tom Tromey <tromey@redhat.com>
9976
9977 PR c++/13653:
9978 * thread.c (struct current_thread_cleanup) <was_removable>: New
9979 field.
9980 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9981 (make_cleanup_restore_current_thread): Initialize new field.
9982
9983 2012-02-15 Kevin Buettner <kevinb@redhat.com>
9984
9985 * MAINTAINERS: Add rl78 to target ISA section.
9986 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9987 (ALLDEPFILES): Add rl78-tdep.c.
9988 * NEWS: Mention rl78 as a new target.
9989
9990 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9991
9992 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9993 data.
9994 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9995
9996 2012-02-15 Tom Tromey <tromey@redhat.com>
9997
9998 PR gdb/12659:
9999 * infcmd.c (registers_info): Print just the current register's
10000 name.
10001
10002 2012-02-15 Tom Tromey <tromey@redhat.com>
10003
10004 * python/py-symbol.c (sympy_value): Use _().
10005
10006 2012-02-15 Pedro Alves <palves@redhat.com>
10007
10008 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10009 output to be like native targets'.
10010 (remote_pid_to_str): Special case the null ptid.
10011
10012 2012-02-14 Stan Shebs <stan@codesourcery.com>
10013
10014 * NEWS: Mention enable count command.
10015 * breakpoint.h (struct breakpoint): New field enable_count.
10016 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10017 (enable_breakpoint): Add arg to call.
10018 (struct disp_data): New struct.
10019 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10020 (do_map_enable_once_breakpoint): Create a struct and pass it.
10021 (do_map_enable_delete_breakpoint): Ditto.
10022 (do_map_enable_count_breakpoint): New function.
10023 (enable_count_command): New function.
10024 (bpstat_stop_status): Decrement enable_count.
10025 (print_one_breakpoint_location): Report enable count.
10026 (_initialize_breakpoint): Add enable count command.
10027
10028 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10029
10030 * rl78-tdep.c (reggroups.h): Include.
10031 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10032 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10033 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10034 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10035 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10036 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10037 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10038 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10039 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10040 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10041 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10042 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10043 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10044 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10045 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10046 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10047 beginning of register list.
10048 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10049 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10050 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10051 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10052 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10053 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10054 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10055 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10056 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10057 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10058 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10059 the pseudo registers. Rearrange other pseudo registers too so
10060 that the bank registers appear at the end.
10061 (rl78_register_type): Account for the fact that the byte sized
10062 bank registers are now pseudo-registers.
10063 (rl78_register_name): Rearrange the register name array. Make
10064 initial set of raw banked registers inaccessible.
10065 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10066 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10067 case for copying bytes back and forth between raw and pseudo
10068 versions of the banked registers. Update other cases to reflect
10069 the changed names.
10070 (rl78_return_value): Update to account for changed names of
10071 raw registers.
10072 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10073 rl78_register_sim_regno().
10074
10075 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10076
10077 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10078 the name parameter being passed to find_pc_partial_function().
10079
10080 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10081
10082 * MAINTAINERS: Step down from being ia64 target maintainer.
10083
10084 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10085
10086 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10087 compilation warning.
10088
10089 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10090
10091 Fix crash on loaded shlibs without loaded exec_bfd.
10092 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10093 (set_section_command): Replace exec_bfd by p->bfd.
10094
10095 2012-02-10 Tom Tromey <tromey@redhat.com>
10096
10097 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10098 when we have a C++ qualified name.
10099
10100 2012-02-10 Pedro Alves <palves@redhat.com>
10101
10102 * inferior.c (inferior_pid_to_str): New.
10103 (print_inferior, inferior_command): Use it.
10104
10105 2012-02-10 Pedro Alves <palves@redhat.com>
10106
10107 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10108 the test CFLAGS.
10109 * configure: Regenerate.
10110
10111 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10112
10113 * linespec.c (decode_line_internal): Fix comment correctness.
10114
10115 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
10116
10117 PR gdb/12953
10118 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10119 * amd64bsd-nat.c: Add support for debug registers (adapted from
10120 i386bsd-nat.c).
10121 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10122 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10123 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10124 (amd64bsd_dr_get_control): New functions.
10125 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10126 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10127 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10128 watchpoints initialization.
10129 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10130
10131 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10132
10133 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10134 flds_bnds.fields.
10135 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10136
10137 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10138
10139 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10140
10141 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10142
10143 * language.h (symbol_name_cmp_ftype): Renames
10144 symbol_name_match_p_ftype.
10145 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10146 la_get_symbol_name_match_p.
10147 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10148 ada_get_symbol_name_match_p. Update comment.
10149 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10150 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10151 Renames symbol_name_match_p. Update field type.
10152 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10153 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10154 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10155 "la_get_symbol_name_cmp" in comments.
10156 * language.c: Likewise.
10157
10158 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10159
10160 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10161 %eflags offset.
10162 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10163 (amd64_sol2_gregset32_reg_offs): Likewise.
10164
10165 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10166
10167 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10168 of the returned BFD is allocated by GDB.
10169
10170 2012-02-07 Tom Tromey <tromey@redhat.com>
10171
10172 PR python/12027:
10173 * python/python-internal.h (frame_object_type): Declare.
10174 * python/py-symbol.c (sympy_needs_frame): New function.
10175 (sympy_value): New function.
10176 (symbol_object_getset): Add "needs_frame".
10177 (symbol_object_methods): Add "value".
10178 * python/py-frame.c (frame_object_type): No longer static.
10179
10180 2012-02-07 Tom Tromey <tromey@redhat.com>
10181
10182 PR python/13599:
10183 * python/py-symbol.c (sympy_line): New function.
10184 (symbol_object_getset): Add "line".
10185
10186 2012-02-07 Tom Tromey <tromey@redhat.com>
10187
10188 * charset.c (find_charset_names): Check 'in' against NULL.
10189
10190 2012-02-06 Doug Evans <dje@google.com>
10191
10192 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10193 and fields.name members from char * to const char *. All uses updated.
10194 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10195 from char * to const char *. All uses updated.
10196 (type_name_no_tag): Update.
10197 (lookup_unsigned_typename, lookup_signed_typename): Update.
10198 * gdbtypes.c (type_name_no_tag): Change result type
10199 from char * to const char *. All callers updated.
10200 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10201 name parameter from char * to const char *.
10202 * symtab.h (struct cplus_specific): Change type of demangled_name
10203 member from char * to const char *. All uses updated.
10204 (struct general_symbol_info): Change type of name and
10205 mangled_lang.demangled_name members from char * to const char *.
10206 All uses updated.
10207 (symbol_get_demangled_name, symbol_natural_name): Update.
10208 (symbol_demangled_name, symbol_search_name): Update.
10209 * symtab.c (symbol_get_demangled_name): Change result type
10210 from char * to const char *. All callers updated.
10211 (symbol_natural_name, symbol_demangled_name): Ditto.
10212 (symbol_search_name): Ditto.
10213 (completion_list_add_name): Change type of symname,sym_text,
10214 text,word parameters from char * to const char *.
10215 (completion_list_objc_symbol): Change type of sym_text,
10216 text,word parameters from char * to const char *.
10217 * ada-lang.c (find_struct_field): Change type of name parameter
10218 from char * to const char *.
10219 (encoded_ordered_before): Similarly for N0,N1 parameters.
10220 (old_renaming_is_invisible): Similarly for function_name parameter.
10221 (ada_type_name): Change result type from char * to const char *.
10222 All callers updated.
10223 * ada-lang.h (ada_type_name): Update.
10224 * buildsym.c (hashname): Change type of name parameter
10225 from char * to const char *.
10226 * buildsym.h (hashname): Update.
10227 * dbxread.c (end_psymtab): Change type of include_list parameter
10228 from char ** to const char **.
10229 * dwarf2read.c (determine_prefix): Change result type
10230 from char * to const char *. All callers updated.
10231 * f-lang.c (find_common_for_function): Change type of name, funcname
10232 parameters from char * to const char *.
10233 * f-lang.c (find_common_for_function): Update.
10234 * f-valprint.c (list_all_visible_commons): Change type of funcname
10235 parameters from char * to const char *.
10236 * gdbarch.sh (static_transform_name): Change type of name parameter
10237 and result from char * to const char *.
10238 * gdbarch.c: Regenerate.
10239 * gdbarch.h: Regenerate.
10240 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10241 of name parameter from char * to const char *.
10242 * jv-lang.c (java_primitive_type_from_name): Ditto.
10243 (java_demangled_signature_length): Similarly for signature parameter.
10244 (java_demangled_signature_copy): Ditto.
10245 (java_demangle_type_signature): Ditto.
10246 * jv-lang.h (java_primitive_type_from_name): Update.
10247 (java_demangle_type_signature): Update.
10248 * objc-lang.c (specialcmp): Change type of a,b parameters
10249 from char * to const char *.
10250 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10251 from char * to const char *. All callers updated.
10252 * p-lang.h (is_pascal_string_type): Update.
10253 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10254 of name parameter from char * to const char *.
10255 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10256 * utils.c (fprintf_symbol_filtered): Ditto.
10257 * defs.h (fprintf_symbol_filtered): Update.
10258 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10259 * stabsread.h (end_psymtab): Update.
10260 * stack.c (find_frame_funname): Change type of funname parameter
10261 from char ** to const char **.
10262 * stack.h (find_frame_funname): Update.
10263 * typeprint.c (type_print): Change type of varstring parameter
10264 from char * to const char *.
10265 * value.h (type_print): Update.
10266 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10267 from char * to const char *. All callers updated.
10268 (xcoff_end_psymtab): Change type of include_list parameter
10269 from char ** to const char **. All callers updated.
10270 (swap_sym): Similarly for name parameter. All callers updated.
10271 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10272 Use xstrdup.
10273 (process_coff_symbol): Use xstrdup.
10274 * stabsread.c (stabs_method_name_from_physname): Renamed from
10275 update_method_name_from_physname. Change result type from void
10276 to char *. All callers updated.
10277 (read_member_functions): In has_destructor case, store name in objfile
10278 obstack instead of malloc space. In !has_stub case, fix mem leak.
10279
10280 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
10281
10282 * configure: Rebuild.
10283 * configure.ac: Put -L../bfd and -L../libiberty at the front of
10284 LDFLAGS.
10285
10286 2012-02-03 Kevin Buettner <kevinb@redhat.com>
10287
10288 * configure.tgt (rl78-*-elf): New target.
10289 * rl78-tdep.c: New file.
10290
10291 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10292
10293 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10294 and continue the loop. Add QUIT statement.
10295
10296 2012-02-03 Tom Tromey <tromey@redhat.com>
10297
10298 PR gdb/13596:
10299 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10300 bfd_lookup_symbol_from_symtab.
10301 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10302 gdb_bfd_lookup_symbol_from_symtab.
10303
10304 2012-02-03 Joel Brobecker <brobecker@adacore.com>
10305
10306 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10307 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10308 symbol. Add assertion that sym2 is never NULL.
10309
10310 2012-02-02 Doug Evans <dje@google.com>
10311
10312 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10313 "name" parameter to const char ** from char **. All callers updated.
10314 (find_pc_partial_function): Ditto.
10315 (cache_pc_function_name): Change type to const char * from char *.
10316 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10317 (find_pc_partial_function): Update.
10318 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10319 type of "name" parameter to const char * from char *.
10320 All uses updated.
10321 * arch-utils.c (generic_in_solib_return_trampoline): Change
10322 type of "name" parameter to const char * from char *.
10323 * arch-utils.h (generic_in_solib_return_trampoline): Update.
10324 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10325 type of "name" parameter to const char * from char *.
10326 * gdbarch.sh (in_solib_return_trampoline): Ditto.
10327 * gdbarch.c: Regenerate.
10328 * gdbarch.h: Regenerate.
10329 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10330 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10331 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10332 type of "name" parameter to const char * from char *.
10333 * skip.c (skip_function_pc): Ditto.
10334 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10335 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10336 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10337 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10338 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10339 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10340 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10341 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10342 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10343
10344 2012-02-02 Pedro Alves <palves@redhat.com>
10345
10346 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10347 the current inferior has no execution. Make sure the current
10348 remote process matches gdb's current inferior.
10349
10350 2012-02-02 Tom Tromey <tromey@redhat.com>
10351
10352 PR gdb/13405:
10353 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10354 read-only memory.
10355
10356 2012-02-02 Tom Tromey <tromey@redhat.com>
10357
10358 PR gdb/9307:
10359 * symtab.c (lookup_language_this): Set block_found.
10360
10361 2012-02-01 Tom Tromey <tromey@redhat.com>
10362
10363 PR gdb/13431:
10364 * jit.c (struct jit_inferior_data): Rewrite.
10365 (struct jit_objfile_data): New.
10366 (get_jit_objfile_data): New function.
10367 (add_objfile_entry): Update.
10368 (jit_read_descriptor): Return int. Replace descriptor_addr
10369 argument with inf_data. Update. Don't call error.
10370 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10371 descriptor here.
10372 (jit_inferior_init): Don't look up descriptor. Don't call error.
10373 (jit_reset_inferior_data_and_breakpoints)
10374 (jit_inferior_created_observer): Remove.
10375 (jit_inferior_exit_hook): Update.
10376 (jit_executable_changed_observer): Remove.
10377 (jit_event_handler): Update.
10378 (free_objfile_data): Reset inferior data if needed.
10379 (_initialize_jit): Update.
10380
10381 2012-02-01 Tom Tromey <tromey@redhat.com>
10382
10383 * jit.c (bfd_open_from_target_memory): Move higher in file.
10384
10385 2012-02-01 Tristan Gingold <gingold@adacore.com>
10386
10387 * libunwind-frame.c (libunwind_load): Display message if dlopen
10388 failed.
10389
10390 2012-02-01 Gary Benson <gbenson@redhat.com>
10391
10392 * symtab.h (symbol_found_callback_ftype): New typedef.
10393 (iterate_over_symbols): Use the above.
10394 * symtab.c (iterate_over_symbols): Likewise.
10395 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10396 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10397 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10398 (iterate_name_matcher): Document return values.
10399 (collect_one_symbol): Likewise.
10400 (collect_function_symbols): Likewise.
10401 (collect_symbols): Likewise.
10402
10403 2012-02-01 Tom Tromey <tromey@redhat.com>
10404
10405 * ada-lang.c (resolve_subexp): Update.
10406 (ada_lookup_symbol_list): Add 'full_search' argument.
10407 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10408 ada_lookup_symbol_list.
10409 (ada_lookup_encoded_symbol): Update.
10410 (get_var_value): Update.
10411 * ada-exp.y (block_lookup): Update.
10412 (write_var_or_type): Update.
10413 (write_name_assoc): Update.
10414 * ada-lang.h (ada_lookup_symbol_list): Update.
10415
10416 2012-01-31 Tom Tromey <tromey@redhat.com>
10417
10418 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10419 comment.
10420
10421 2012-01-31 Doug Evans <dje@google.com>
10422
10423 * symtab.h: Remove outdated comment.
10424 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10425
10426 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10427
10428 Fix build error in Darwin port.
10429 * i386-darwin-nat.c: Include i386-nat.h.
10430
10431 2012-01-30 Tom Tromey <tromey@redhat.com>
10432
10433 PR breakpoints/13568:
10434 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10435 argument. Check for recursive includes.
10436 (dwarf_decode_macros): Create an include hash.
10437
10438 2012-01-30 Michael Eager <eager@eagercon.com>
10439
10440 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10441 * ppc-linux-tdep.c: Include glibc-tdep.h.
10442 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10443 (powerpc_linux_in_plt_stub): New function.
10444 (powerpc_linux_in_dynsym_resolve_code): New function.
10445 (ppc_skip_trampoline_code): New function.
10446 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10447 Use glibc_skip_solib_resolver.
10448
10449 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10450
10451 Code cleanup: Make 1440 bytes of data segment read-only.
10452 * arch-utils.c (endian_enum): Make it const char *const [].
10453 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10454 Likewise.
10455 * breakpoint.c (always_inserted_enums): Likewise.
10456 * cli/cli-cmds.c (script_ext_enums): Likewise.
10457 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10458 enumlist parameter const char *const *.
10459 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10460 const char *const *.
10461 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10462 parameter const char *const *.
10463 * cris-tdep.c (cris_modes): Make it const char *const [].
10464 * filesystem.c (target_file_system_kinds): Likewise.
10465 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10466 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10467 (can_use_displaced_stepping_enum, scheduler_enums)
10468 (exec_direction_names): Likewise.
10469 * language.c (_initialize_language): Make the type_or_range_names and
10470 case_sensitive_names variables const char *const [].
10471 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10472 * python/python.c (python_excp_enums): Likewise.
10473 * remote.c (interrupt_sequence_modes): Likewise.
10474 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10475 * serial.c (logbase_enums): Likewise.
10476 * sh-tdep.c (sh_cc_enum): Likewise.
10477 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10478 Likewise.
10479 * symtab.c (multiple_symbols_modes): Likewise.
10480 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10481 Likewise.
10482 * utils.c (internal_problem_modes): Likewise.
10483
10484 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10485
10486 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10487 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10488 result.
10489
10490 2012-01-27 Doug Evans <dje@google.com>
10491
10492 * configure.ac (with_python): Fix absolute path handling for win32.
10493 * configure: Regenerate.
10494
10495 2012-01-26 Doug Evans <dje@google.com>
10496
10497 * symtab.c: Whitespace cleanup, no code changes.
10498
10499 * symtab.c (lookup_symbol_in_language): Improve comment.
10500 (lookup_symbol_aux): Fix comment.
10501
10502 * psymtab.c (add_psymbol_to_list): Result is now "void".
10503 * psympriv.h (add_psymbol_to_list): Update.
10504
10505 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10506
10507 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10508
10509 Do not open script filenames twice.
10510 * cli/cli-cmds.c (source_script_from_stream): Pass to
10511 source_python_script also STREAM.
10512 * python/py-auto-load.c (source_section_scripts): Pass to
10513 source_python_script_for_objfile also STREAM.
10514 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10515 also INPUT.
10516 * python/python-internal.h (source_python_script_for_objfile): New
10517 parameter file, rename parameter file to filename.
10518 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10519 instead if !_WIN32. Update the function comment.
10520 (source_python_script, source_python_script_for_objfile)
10521 (source_python_script): New parameter file, rename parameter file to
10522 filename. Pass FILENAME to python_run_simple_file.
10523 * python/python.h (source_python_script): New parameter file, rename
10524 parameter file to filename.
10525
10526 2012-01-26 Pedro Alves <palves@redhat.com>
10527
10528 * corelow.c (core_has_fake_pid): Delete.
10529 (core_close): Delete references to `core_has_fake_pid'.
10530 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10531 (core_open): Delete references to `core_has_fake_pid'.
10532 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10533 the removed global.
10534
10535 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10536
10537 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10538 Remove language parameter from name_matcher. Adjust the comment.
10539 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10540 Remove language parameter.
10541 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10542 * linespec.c (iterate_name_matcher): Likewise.
10543 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10544 name_matcher. Adjust call accordingly.
10545 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10546 (maintenance_check_symtabs): Adjust type of parameter "fun".
10547 * psymtab.h (maintenance_check_symtabs): Likewise.
10548
10549 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10550
10551 * language.h (symbol_name_match_p_ftype): New typedef.
10552 (struct language_defn): Replace field la_symbol_name_compare
10553 by la_get_symbol_name_match_p.
10554 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10555 (ada_language_defn): Use it.
10556 * linespec.c (struct symbol_matcher_data): New type.
10557 (iterate_name_matcher): Rewrite.
10558 (iterate_over_all_matching_symtabs): Pass a pointer to
10559 a symbol_matcher_data struct to expand_symtabs_matching
10560 instead of just the lookup name.
10561 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10562 opencl-lang.c, p-lang.c, language.c: Delete field
10563 la_symbol_name_compare, and replace by NULL for new field
10564 la_get_symbol_name_match_p.
10565 * symfile.h (struct quick_symbol_functions): Update comment.
10566
10567 2012-01-25 Tom Tromey <tromey@redhat.com>
10568
10569 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10570 dereferencing.
10571
10572 2012-01-24 Tom Tromey <tromey@redhat.com>
10573
10574 PR symtab/12406:
10575 * solib.c (update_solib_list): Update the program space's
10576 added_solibs and deleted_solibs fields.
10577 * progspace.h (struct program_space) <added_solibs,
10578 deleted_solibs>: New fields.
10579 (clear_program_space_solib_cache): Declare.
10580 * progspace.c (release_program_space): Call
10581 clear_program_space_solib_cache.
10582 (clear_program_space_solib_cache): New function.
10583 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10584 bpstat_stop_status. Use handle_solib_event.
10585 * breakpoint.c: Include gdb_regex.h.
10586 (print_solib_event): New function.
10587 (bpstat_print): Use print_solib_event.
10588 (bpstat_stop_status): Add special case for bp_shlib_event.
10589 (handle_solib_event): New function.
10590 (bpstat_what): Use handle_solib_event.
10591 (struct solib_catchpoint): New.
10592 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10593 (breakpoint_hit_catch_solib, check_status_catch_solib)
10594 (print_it_catch_solib, print_one_catch_solib)
10595 (print_mention_catch_solib, print_recreate_catch_solib): New
10596 functions.
10597 (catch_solib_breakpoint_ops): New global.
10598 (catch_load_or_unload, catch_load_command_1)
10599 (catch_unload_command_1): New functions.
10600 (internal_bkpt_check_status): Add special case for
10601 bp_shlib_event.
10602 (internal_bkpt_print_it): Use print_solib_event.
10603 (initialize_breakpoint_ops): Initialize
10604 catch_solib_breakpoint_ops.
10605 (_initialize_breakpoint): Register "catch load" and "catch
10606 unload".
10607 * breakpoint.h (handle_solib_event): Declare.
10608 * NEWS: Add entry for "catch load" and "catch unload".
10609
10610 2012-01-24 Tom Tromey <tromey@redhat.com>
10611
10612 * ada-lang.c: Include gdb_vecs.h.
10613 * charset.c: Include gdb_vecs.h.
10614 * tracepoint.h: Include gdb_vecs.h.
10615 * gdb_vecs.h: New file.
10616
10617 2012-01-24 Pedro Alves <pedro@codesourcery.com>
10618
10619 * breakpoint.c (breakpoint_hit_catch_fork)
10620 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10621 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10622 * infrun.c (inferior_has_forked, inferior_has_vforked)
10623 (inferior_has_execd, inferior_has_called_syscall): Delete.
10624 (handle_syscall_event): Get syscall_number from the execution
10625 control state's wait status.
10626 (wait_for_inferior): Don't clear syscall_number.
10627
10628 2012-01-24 Pedro Alves <palves@redhat.com>
10629
10630 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10631 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10632 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10633 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10634 `ws' parameter.
10635 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10636 false for events other than TARGET_SIGNAL_TRAP.
10637 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10638 Add `ws' parameter.
10639 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10640 events other than TARGET_SIGNAL_TRAP.
10641 (tracepoint_breakpoint_hit): Add `ws' parameter.
10642 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10643 parameter.
10644 (bpstat_stop_status): Same.
10645 (pc_at_non_inline_function): Same.
10646 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10647 to pass the current event's waitstatus to bpstat_stop_status
10648 and pc_at_non_inline_function.
10649
10650 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10651
10652 Code cleanup.
10653 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10654 Update the function comment for it.
10655 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10656 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10657 for STREAM.
10658
10659 2012-01-24 Pedro Alves <palves@redhat.com>
10660
10661 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10662 outside `bs->stop' block.
10663 (bpstat_what): Rework bp_shlib_event handling.
10664 (internal_bkpt_check_status): If the breakpoint is a
10665 bp_shlib_event, then set bs->stop and bs->print if
10666 stop_on_solib_events is set.
10667
10668 2012-01-24 Gary Benson <gbenson@redhat.com>
10669
10670 Delete #if 0'd out code.
10671 * stack.c (print_frame_label_vars): Remove.
10672 (catch_info): Likewise.
10673 (_initialize_stack): Remove "info catch" command.
10674 * NEWS: Mention the above.
10675
10676 2012-01-24 Pedro Alves <palves@redhat.com>
10677
10678 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10679 it.
10680 (remote_notice_new_inferior): If the remote end doesn't support
10681 the multiprocess extensions, then the PID is fake.
10682 (add_current_inferior_and_thread): New.
10683 (remote_start_remote): Use it.
10684 (extended_remote_attach_1): Adjust.
10685 (extended_remote_create_inferior_1): Use
10686 add_current_inferior_and_thread.
10687
10688 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10689
10690 Fix watchpoints to be specific for each inferior.
10691 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10692 current_program_space.
10693 * i386-nat.c (i386_inferior_data_cleanup): New.
10694 (i386_inferior_data_get): Replace variable inf_data_local by an
10695 inferior_data call.
10696 (i386_use_watchpoints): Initialize i386_inferior_data.
10697 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10698 specific iterate_over_lwps.
10699
10700 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10701
10702 Fix watchpoints across inferior fork.
10703 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10704 comment for linux_nat_iterate_watchpoint_lwps.
10705 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10706 linux_nat_iterate_watchpoint_lwps.
10707 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10708 * i386-linux-nat.c (update_debug_registers_callback): Update the
10709 comment for linux_nat_iterate_watchpoint_lwps.
10710 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10711 linux_nat_iterate_watchpoint_lwps.
10712 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10713 * i386-nat.c: Include inferior.h.
10714 (dr_mirror): Remove.
10715 (i386_inferior_data, struct i386_inferior_data)
10716 (i386_inferior_data_get): New.
10717 (i386_debug_reg_state): Use i386_inferior_data_get.
10718 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10719 (i386_insert_watchpoint, i386_remove_watchpoint)
10720 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10721 (i386_remove_hw_breakpoint): New variable state, use
10722 i386_debug_reg_state instead of DR_MIRROR.
10723 * linux-nat.c (delete_lwp): New declaration.
10724 (num_lwps): Move here from downwards.
10725 (delete_lwp_cleanup): New.
10726 (linux_child_follow_fork): Create new child_lp, call
10727 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10728 PTRACE_DETACH.
10729 (num_lwps): Move upwards.
10730 (linux_nat_iterate_watchpoint_lwps): New.
10731 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10732 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10733
10734 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10735
10736 GDB 7.4 released.
10737
10738 2012-01-23 Pedro Alves <palves@redhat.com>
10739
10740 * top.c (caution): Rename to ...
10741 (confirm): ... this.
10742 (show_caution): Rename to ...
10743 (show_confirm): ... this.
10744 (quit_cover): Adjust.
10745 (init_main): Adjust.
10746 * top.h (caution): Rename to ...
10747 (confirm): ... this.
10748 * utils.c (internal_vproblem, defaulted_query): Adjust.
10749
10750 2012-01-23 Pedro Alves <palves@redhat.com>
10751
10752 * top.c (caution): Update comment.
10753 (execute_command): Don't consider the current value of `caution'.
10754
10755 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10756
10757 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10758
10759 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10760
10761 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10762 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10763 * target.c (target_fileio_pwrite): Remove buffer address from
10764 debug output.
10765 (target_fileio_pread): Likewise.
10766
10767 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10768
10769 * NEWS: Document remote "info proc" and "generate-core-file".
10770
10771 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10772
10773 * gdbarch.sh (find_memory_regions): New callback.
10774 * gdbarch.c, gdbarch.h: Regenerate.
10775
10776 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10777 callback before falling back to target method.
10778
10779 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10780 (linux_target_install_ops): No longer install it.
10781
10782 * linux-tdep.c (linux_find_memory_regions): New function.
10783 (linux_init_abi): Install it.
10784
10785 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10786
10787 * gdbarch.sh (make_corefile_notes): New architecture callback.
10788 * gdbarch.c: Regenerate.
10789 * gdbarch.h: Likewise.
10790
10791 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10792 before target_make_corefile_notes. If NULL is returned, the
10793 target does not support core file generation.
10794
10795 * linux-nat.c: Include "linux-tdep.h".
10796 (find_signalled_thread, find_stop_signal): Remove.
10797 (linux_nat_do_thread_registers): Likewise.
10798 (struct linux_nat_corefile_thread_data): Likewise.
10799 (linux_nat_corefile_thread_callback): Likewise.
10800 (iterate_over_spus): Likewise.
10801 (struct linux_spu_corefile_data): Likewise.
10802 (linux_spu_corefile_callback): Likewise.
10803 (linux_spu_make_corefile_notes): Likewise.
10804 (linux_nat_collect_thread_registers): New function.
10805 (linux_nat_make_corefile_notes): Replace contents by call to
10806 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10807 as native-only callback.
10808
10809 * linux-tdep.h: Include "bfd.h".
10810 (struct regcache): Add forward declaration.
10811 (linux_collect_thread_registers_ftype): New typedef.
10812 (linux_make_corefile_notes): Add prototype.
10813 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10814 "regset.h", and "elf-bfd.h".
10815 (find_signalled_thread, find_stop_signal): New functions.
10816 (linux_spu_make_corefile_notes): Likewise.
10817 (linux_collect_thread_registers): Likewise.
10818 (struct linux_corefile_thread_data): New data structure.
10819 (linux_corefile_thread_callback): New funcion.
10820 (linux_make_corefile_notes): Likewise.
10821 (linux_make_corefile_notes_1): Likewise.
10822 (linux_init_abi): Install it.
10823
10824 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10825
10826 * gdbarch.sh (info_proc): New callback.
10827 * gdbarch.c, gdbarch.h: Regenerate.
10828
10829 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10830 before falling back to the target info_proc callback.
10831
10832 * linux-nat.c: Do not include "cli/cli-utils.h".
10833 (linux_nat_info_proc): Remove.
10834 (linux_target_install_ops): No longer install it.
10835
10836 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10837 (read_mapping): New function.
10838 (linux_info_proc): Likewise.
10839 (linux_init_abi): Install it.
10840
10841 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10842
10843 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10844 * infcmd.c: (info_proc_cmd_1): New function.
10845 (info_proc_cmd): New function, moved here from equivalent routine
10846 orignally in linux-nat.c.
10847 (info_proc_cmd_mappings): Likewise.
10848 (info_proc_cmd_stat): Likewise.
10849 (info_proc_cmd_status): Likewise.
10850 (info_proc_cmd_cwd): Likewise.
10851 (info_proc_cmd_cmdline): Likewise.
10852 (info_proc_cmd_exe): Likewise.
10853 (info_proc_cmd_all): Likewise.
10854 (_initialize_infcmd): Install "info proc" command and subcommands.
10855
10856 * target.h (struct target_ops): Add to_info_proc.
10857 (target_info_proc): Add prototype.
10858 * target.c (target_info_proc): New function.
10859
10860 * procfs.c (procfs_info_proc): Add prototype.
10861 (info_proc_cmd): Rename into ...
10862 (procfs_info_proc): ... this. Update argument types as appropriate
10863 for a to_info_proc implementation. Handle "what" argument.
10864 (procfs_target): Install procfs_info_proc.
10865 (_initialize_procfs): No longer install "info proc" command.
10866
10867 * linux-nat.c: (enum info_proc_what): Remove.
10868 (linux_nat_info_proc_cmd_1): Rename into ...
10869 (linux_nat_info_proc): ... this. Update argument types as appropriate
10870 for a to_info_proc implementation.
10871 (linux_nat_info_proc_cmd): Remove.
10872 (linux_nat_info_proc_cmd_mappings): Likewise.
10873 (linux_nat_info_proc_cmd_stat): Likewise.
10874 (linux_nat_info_proc_cmd_status): Likewise.
10875 (linux_nat_info_proc_cmd_cwd): Likewise.
10876 (linux_nat_info_proc_cmd_cmdline): Likewise.
10877 (linux_nat_info_proc_cmd_exe): Likewise.
10878 (linux_nat_info_proc_cmd_all): Likewise.
10879 (linux_target_install_ops): Install linux_nat_info_proc.
10880 (_initialize_linux_nat): No longer install "info proc" command
10881 and subcommands.
10882
10883 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10884
10885 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10886 * config.in, configure: Regenerate.
10887
10888 * target.h (struct target_ops): Add to_fileio_readlink.
10889 (target_fileio_readlink): Add prototype.
10890 * target.c (target_fileio_readlink): New function.
10891
10892 * inf-child.c: Conditionally include <sys/param.h>.
10893 (inf_child_fileio_readlink): New function.
10894 (inf_child_target): Install it.
10895
10896 * remote.c (PACKET_vFile_readlink): New enum value.
10897 (remote_hostio_readlink): New function.
10898 (init_remote_ops): Install it.
10899 (_initialize_remote): Handle vFile:readlink packet type.
10900
10901 2012-01-20 Pedro Alves <palves@redhat.com>
10902 Ulrich Weigand <ulrich.weigand@linaro.org>
10903
10904 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10905 * config.in, configure: Regenerate.
10906
10907 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10908 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10909 (target_fileio_open): Add prototype.
10910 (target_fileio_pwrite): Likewise.
10911 (target_fileio_pread): Likewise.
10912 (target_fileio_close): Likewise.
10913 (target_fileio_unlink): Likewise.
10914 (target_fileio_read_alloc): Likewise.
10915 (target_fileio_read_stralloc): Likewise.
10916
10917 * target.c: Include "gdb/fileio.h".
10918 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10919 (default_fileio_target): New function.
10920 (target_fileio_open): Likewise.
10921 (target_fileio_pwrite): Likewise.
10922 (target_fileio_pread): Likewise.
10923 (target_fileio_close): Likewise.
10924 (target_fileio_unlink): Likewise.
10925 (target_fileio_close_cleanup): Likewise.
10926 (target_fileio_read_alloc_1): Likewise.
10927 (target_fileio_read_alloc): Likewise.
10928 (target_fileio_read_stralloc): Likewise.
10929
10930 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10931 <fcntl.h>, and <unistd.h>.
10932 (inf_child_fileio_open_flags_to_host): New function.
10933 (inf_child_errno_to_fileio_error): Likewise.
10934 (inf_child_fileio_open): Likewise.
10935 (inf_child_fileio_pwrite): Likewise.
10936 (inf_child_fileio_pread): Likewise.
10937 (inf_child_fileio_close): Likewise.
10938 (inf_child_fileio_unlink): Likewise.
10939 (inf_child_target): Install to_fileio routines.
10940
10941 * remote.c (init_remote_ops): Install to_fileio routines.
10942
10943 2012-01-20 Pedro Alves <palves@redhat.com>
10944 Ulrich Weigand <ulrich.weigand@linaro.org>
10945
10946 * remote.c (remote_multi_process_p): Only check for multi-process
10947 protocol feature, do not check for extended protocol.
10948 (remote_supports_multi_process): Check for extended protocol here.
10949 (set_general_process): Likewise.
10950 (extended_remote_kill): Likewise.
10951 (remote_pid_to_str): Likewise.
10952 (remote_query_supported): Always query multiprocess mode.
10953
10954 2012-01-20 Pedro Alves <palves@redhat.com>
10955 Ulrich Weigand <ulrich.weigand@linaro.org>
10956
10957 * inferior.h (struct inferior): Add fake_pid_p.
10958 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10959 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10960 magic_null_ptid since the remote side doesn't provide a real PID.
10961
10962 2012-01-19 Tom Tromey <tromey@redhat.com>
10963
10964 * NEWS: Combine the two Python sections.
10965
10966 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10967
10968 * target.h (target_close): Update comment on the target's unpush state.
10969
10970 2012-01-19 Pedro Alves <palves@redhat.com>
10971
10972 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10973 linux_nat_async directly instead of going through the target
10974 vector.
10975 * target.c (unpush_target): Close target after unpushing it, not
10976 before.
10977
10978 2012-01-19 Gary Benson <gbenson@redhat.com>
10979
10980 * mdebugread.c (sort_blocks): Replace integer constants with ones
10981 derived from FIRST_LOCAL_BLOCK.
10982
10983 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10984 Jan Kratochvil <jan.kratochvil@redhat.com>
10985
10986 PR gdb/9538
10987 * symfile.c (find_separate_debug_file): New function.
10988 (terminate_after_last_dir_separator): Likewise.
10989 (find_separate_debug_file_by_debuglink): Also try realpath.
10990 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10991 * configure: Regenerate.
10992 * config.in: Regenerate.
10993
10994 2012-01-18 Doug Evans <dje@google.com>
10995
10996 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10997 (main.o): Remove rule.
10998 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10999 (--with-sysroot): Rewrite.
11000 * configure: Regenerate.
11001 * config.in: Regenerate.
11002
11003 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11004
11005 * parse.c (initialize_expout): New function.
11006 (reallocate_expout): Likewise.
11007 (parse_exp_in_context): Use `initialize_expout' and
11008 `reallocate_expout' when appropriate.
11009
11010 2012-01-18 Pedro Alves <palves@redhat.com>
11011
11012 * record.c (struct record_breakpoint, record_breakpoint_p)
11013 (record_breakpoints): New.
11014 (record_insert_breakpoint, record_remove_breakpoint): Manage
11015 record breakpoints list. Only remove breakpoints from the
11016 inferior if they had been inserted there in the first place.
11017
11018 2012-01-17 Doug Evans <dje@google.com>
11019
11020 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11021 if we know we don't have a file name to look for.
11022
11023 2012-01-17 Pedro Alves <palves@redhat.com>
11024
11025 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11026 the frame's stop reason is UNWIND_UNAVAILABLE.
11027
11028 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11029
11030 Fix compilation error.
11031 * m2-exp.y (yyerror): Use ANSI C prototype.
11032
11033 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11034
11035 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11036 (growbuf_by_size): Likewise.
11037 (yyerror): Likewise.
11038 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11039 (modblock): Remove variable (was #if 0'ed).
11040 (parse_number): Convert prototype from K&R to ANSI C.
11041 (yyerror): Likewise.
11042 * objc-exp.y (parse_number): Likewise.
11043 (yyerror): Likewise.
11044 (yylex): Remove #if 0'ed code.
11045 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11046 (yyerror): Likewise.
11047
11048 2012-01-16 Tom Tromey <tromey@redhat.com>
11049
11050 * NEWS: Add item.
11051 * symtab.h (compare_filenames_for_search): Declare.
11052 * symtab.c (compare_filenames_for_search): New function.
11053 (iterate_over_some_symtabs): Use it.
11054 * symfile.h (struct quick_symbol_functions)
11055 <map_symtabs_matching_filename>: Change spec.
11056 * psymtab.c (partial_map_symtabs_matching_filename): Use
11057 compare_filenames_for_search. Update for new spec.
11058 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11059 compare_filenames_for_search. Update for new spec.
11060 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11061
11062 2012-01-16 Tom Tromey <tromey@redhat.com>
11063
11064 PR python/13281:
11065 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11066 (struct main_type) <flag_flag_enum>: New field.
11067 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11068 * NEWS: Add entries.
11069 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11070 enums.
11071 * python/lib/gdb/printing.py (_EnumInstance): New class.
11072 (FlagEnumerationPrinter): Likewise.
11073
11074 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11075
11076 * breakpoint.c (create_sals_from_address_default): New function.
11077 (create_breakpoints_sal_default): Likewise.
11078 (decode_linespec_default): Likewise.
11079 (is_marker_spec): Removed.
11080 (strace_marker_p): New function.
11081 (init_breakpoint_sal): Using `strace_marker_p' instead of
11082 `is_marker_spec'.
11083 (create_breakpoint): Call method `create_sals_from_address' from
11084 breakpoint_ops, replacing code that created SALs conditionally
11085 on the type of the breakpoint. Call method `create_breakpoints_sal',
11086 replacing code that created breakpoints conditionally on the type
11087 wanted.
11088 (base_breakpoint_create_sals_from_address): New function.
11089 (base_breakpoint_create_breakpoints_sal): Likewise.
11090 (base_breakpoint_decode_linespec): Likewise.
11091 (base_breakpoint_ops): Add methods
11092 `base_breakpoint_create_sals_from_address',
11093 `base_breakpoint_create_breakpoints_sal' and
11094 `base_breakpoint_decode_linespec'.
11095 (bkpt_create_sals_from_address): New function.
11096 (bkpt_create_breakpoints_sal): Likewise.
11097 (bkpt_decode_linespec): Likewise.
11098 (tracepoint_create_sals_from_address): Likewise.
11099 (tracepoint_create_breakpoints_sal): Likewise.
11100 (tracepoint_decode_linespec): Likewise.
11101 (strace_marker_create_sals_from_address): Likewise.
11102 (strace_marker_create_breakpoints_sal): Likewise.
11103 (strace_marker_decode_linespec): Likewise.
11104 (strace_marker_breakpoint_ops): New variable.
11105 (addr_string_to_sals): Remove `marker_spec'. Call method
11106 `decode_linespec' from breakpoint_ops, replacing code that decoded
11107 an address string into a SAL. Use `strace_marker_p' instead of
11108 `marker_spec'.
11109 (strace_command): Decide whether we are dealing with a static
11110 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11111 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11112 * breakpoint.h (linespec_result, linespec_sals): New forward
11113 declarations.
11114 (breakpoint_ops) <create_sals_from_address>,
11115 <create_breakpoints_sal>, <decode_linespec>: New methods.
11116
11117 2012-01-14 Doug Evans <dje@google.com>
11118
11119 * NEWS: Update text for "maint set python print-stack".
11120 It is deprecated in gdb 7.4 and deleted in 7.5.
11121
11122 2012-01-13 Eli Zaretskii <eliz@gnu.org>
11123
11124 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11125 including curses.h.
11126
11127 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11128
11129 * configure: Regenerate.
11130 * config.in: Regenerate.
11131
11132 2012-01-12 Keith Seitz <keiths@redhat.com>
11133
11134 PR mi/10586
11135 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11136 (ANONYMOUS_UNION_NAME): Define.
11137 (is_path_expr_parent): New function.
11138 (get_path_expr_parent): New function.
11139 (is_anonymous_child): New function.
11140 (create_child_with_value): If the child is anonymous and without
11141 a name, assign an object name to it.
11142 (c_describe_child): Use get_path_expr_parent to determine
11143 the parent expression.
11144 If there field represents an anonymous struct or union and
11145 has no name, set an appropriate display name and expression.
11146 (cplus_describe_child): Likewise.
11147
11148 2012-01-12 Pedro Alves <palves@redhat.com>
11149
11150 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11151 available when %ebp is found to be zero (outermost).
11152
11153 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
11154
11155 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11156 an internal gdb_static_assert.
11157 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11158
11159 2012-01-11 Tom Tromey <tromey@redhat.com>
11160
11161 PR gdb/9598:
11162 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11163 catch" and "catch throw".
11164
11165 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11166
11167 * blockframe.c (block_innermost_frame): Start search from selected
11168 frame, if present, or otherwise the current frame.
11169
11170 * c-exp.y (variable): Update innermost_block for
11171 'block COLONCOLON NAME' clause.
11172 * m2-exp.y (variable): Ditto.
11173 * objc-exp.y (variable): Ditto.
11174
11175 2012-01-10 Tom Tromey <tromey@redhat.com>
11176
11177 PR python/13199:
11178 * python/python.c (finish_python_initialization): Set sys.argv.
11179
11180 2012-01-10 Doug Evans <dje@google.com>
11181
11182 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11183 "want_line_info". All callers updated.
11184 (dwarf_decode_lines_1): New function.
11185 (handle_DW_AT_stmt_list): Add function comment.
11186 New arg "want_line_info". All callers updated.
11187 (read_file_scope,read_type_unit_scope): Move comment from
11188 handle_DW_AT_stmt_list to here.
11189
11190 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11191
11192 Fix regression after libiberty/ update for GCC PR 6057 and others.
11193 * c-exp.y (operator) <OPERATOR DELETE>
11194 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11195 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11196 (make_builtin_type, make_name): New variable i, add gdb_assert.
11197 (operator) <OPERATOR NEW>: Update ARGS to 3.
11198 (operator) <OPERATOR DELETE>: Add trailing space.
11199 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11200 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11201 * cp-support.c (cp_canonicalize_string): Check NULL from
11202 cp_comp_to_string, call warning and return.
11203
11204 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11205
11206 Fix duplicate .o files after omitting libbfd.a.
11207 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11208 (SFILES): Add corelow.c.
11209 (COMMON_OBS): Add corelow.o.
11210 (ALLDEPFILES): Remove corelow.c.
11211 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11212 * config/alpha/alpha-osf3.mh: Likewise.
11213 * config/alpha/fbsd.mh: Likewise.
11214 * config/arm/nbsdaout.mh: Likewise.
11215 * config/arm/nbsdelf.mh: Likewise.
11216 * config/i386/i386gnu.mh: Likewise.
11217 * config/ia64/hpux.mh: Likewise.
11218 * config/ia64/linux.mh: Likewise.
11219 * config/m32r/linux.mh: Likewise.
11220 * config/m68k/linux.mh: Likewise.
11221 * config/mips/irix5.mh: Likewise.
11222 * config/mips/irix6.mh: Likewise.
11223 * config/pa/hpux.mh: Likewise.
11224 * config/pa/linux.mh: Likewise.
11225 * config/powerpc/aix.mh: Likewise.
11226 * config/sparc/linux.mh: Likewise.
11227 * config/sparc/linux64.mh: Likewise.
11228 * config/sparc/sol2.mh: Likewise.
11229 * config/vax/vax.mh: Likewise.
11230 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11231 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11232 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11233 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11234 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11235 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11236 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11237 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11238 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11239 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11240 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11241 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11242 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11243 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11244 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11245 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11246 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11247 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11248 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11249 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11250 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11251 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11252 corelow.o from gdb_target_obs.
11253 * corefile.c (core_target): Update the comment on NULL value.
11254 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11255 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11256 MATCHES. Drop YUMMY set on NULL.
11257 (core_close): Do not call exit_inferior_silent on zero PID. Do not
11258 reclaim CORE_DATA if it is already NULL.
11259
11260 2012-01-09 Doug Evans <dje@google.com>
11261
11262 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11263 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11264
11265 2012-01-09 Keith Seitz <keiths@redhat.com>
11266
11267 * breakpoint.c (wrapper.h): Don't include.
11268
11269 2012-01-09 Keith Seitz <keiths@redhat.com>
11270
11271 * Makefile.in (SFILES): Remove wrapper.c.
11272 (HFILES_NO_SRCDIR): Remove wrapper.h.
11273 (COMMON_OBS): Remove wrapper.o.
11274 * cli/cli-interp.c: Don't inlude wrapper.h.
11275 * corelow.c: Likewise.
11276 (core_open): Replace gdb_target_find_new_threads with
11277 TRY_CATCH around target_find_new_threads.
11278 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11279 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11280 * varobj.c (varobj_create): Likewise for parse_exp_1 and
11281 evaluate_expression.
11282 (varobj_set_value): Likewise for evaluate_expression and
11283 value_assign.
11284 (install_new_variable): Likewise for value_fetch_lazy.
11285 (adjust_value_for_child_access): Likewise for value_ind.
11286 (c_describe_child): Likewise for value_subscript and
11287 value_ind.
11288 (c_value_of_root): Likewise for evaluate_expression.
11289 * wrapper.c: Remove.
11290 * wrapper.h: Remove.
11291
11292 2012-01-09 Doug Evans <dje@google.com>
11293
11294 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11295 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
11296 "abfd" args with "section". All callers updated.
11297 Error checking code moved ...
11298 (error_check_comp_unit_head): ... here. New function.
11299 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11300 Delete arg "abfd". New arg "type_offset". All callers updated.
11301 (create_debug_types_hash_table): Simplify by using
11302 read_and_check_type_unit_head.
11303
11304 * parser-defs.h (namecopy): Delete.
11305 * parse.c (namecopy, namecopy_size): Move into copy_name.
11306
11307 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11308
11309 Partially fix duplicate .o files after omitting libbfd.a.
11310 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11311 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11312 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11313 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11314 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11315 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11316 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11317
11318 2012-01-09 Pedro Alves <palves@redhat.com>
11319
11320 * MAINTAINERS: Update my email address.
11321
11322 2012-01-08 Doug Evans <dje@google.com>
11323
11324 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11325 n_type_units. Rename type_comp_units to all_type_units.
11326 All uses updated.
11327 (add_signatured_type_cu_to_table): Renamed from
11328 add_signatured_type_cu_to_list. All callers updated.
11329
11330 * gdbtypes.h (struct cplus_struct_type): Delete member
11331 nfn_fields_total. All uses removed.
11332
11333 2012-01-06 Doug Evans <dje@google.com>
11334
11335 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11336 to top of file.
11337 (dwarf2_find_comp_unit): Delete.
11338 (process_psymtab_comp_unit): Make result "void".
11339 Delete args buffer, info_ptr, buffer_size, and replace with
11340 "section". All callers updated.
11341 (dwarf2_build_psymtabs_hard): Simplify.
11342
11343 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
11344 Thiago Jung Bauermann <bauerman@br.ibm.com>
11345
11346 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11347 before `struct gdb_exception'.
11348 * breakpoint.c (update_global_location_list_nothrow)
11349 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11350 * cp-abi.c (value_rtti_type): Likewise.
11351 * cp-support.c (cp_validate_operator): Likewise.
11352 * infrun.c (insert_exception_resume_breakpoint)
11353 (check_exception_resume, keep_going): Likewise.
11354 * mi-interp.c (mi_breakpoint_created)
11355 (mi_breakpoint_modified): Likewise.
11356 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11357 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11358 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11359
11360 2012-01-05 Doug Evans <dje@google.com>
11361
11362 * dwarf2read.c (statement_prologue): Delete, unused.
11363
11364 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11365 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11366
11367 * dwarf2read.c (comp_unit_header): Delete, unused.
11368
11369 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11370
11371 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11372 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11373
11374 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11375
11376 * infrun.c (normal_stop): Don't skip calling the normal_stop
11377 observers if the thread was doing a multi-step, but stopped for
11378 some reason other than stepping.
11379
11380 2012-01-05 Pedro Alves <alves.ped@gmail.com>
11381
11382 * cli/cli-decode.h: Add comments.
11383 (CMD_LIST_AMBIGUOUS): Moved to command.h
11384 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11385 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11386 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11387 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11388 (add_com, add_com_alias, add_info, add_info_alias)
11389 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11390 declarations.
11391 * command.h: Add and adjust comments.
11392 (CMD_LIST_AMBIGUOUS): Moved here.
11393 (help_cmd, help_cmd_list): Delete declarations.
11394
11395 2012-01-04 Doug Evans <dje@google.com>
11396
11397 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11398 All callers updated.
11399 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11400 Replace all arguments with "per_cu". All callers updated.
11401
11402 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11403
11404 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11405 New arg "per_cu". All callers updated.
11406
11407 Delete #if 0'd out code.
11408 * language.c (binop_result_type): Delete.
11409 (simple_type, ordered_type, same_type, integral_type): Delete.
11410 (numeric_type, character_type, string_type, boolean_type): Delete.
11411 (float_type, structured_type): Delete.
11412 * language.h: Update.
11413
11414 2012-01-04 Tom Tromey <tromey@redhat.com>
11415
11416 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11417
11418 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11419
11420 * corefile.c (close_exec_file): Delete.
11421 (reopen_exec_file): Remove commented out code that seems related
11422 to close_exec_file, which is being deleted here.
11423 * inferior.h (close_exec_file): Delete.
11424 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11425
11426 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11427
11428 * ada-lang.c: #include "cli/cli-utils.h".
11429 (get_selections): Use skip_spaces.
11430 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11431 (catch_ada_exception_command_split): Use skip_spaces.
11432 (ada_decode_assert_location): Likewise.
11433
11434 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11435
11436 * linespec.c (decode_line_internal): Check for C++ or Java
11437 compound constructs only if the current language is C, C++
11438 or Java.
11439
11440 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11441
11442 Revert:
11443 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11444 Joel Brobecker <brobecker@adacore.com>
11445 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11446 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11447 3 times.
11448 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11449 fall through into AT_ENTRY_POINT.
11450 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11451 DUMMY_ADDR with it.
11452 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11453 PPC_INSN_SIZE skip to 3 times.
11454
11455 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11456
11457 * linespec.c (add_minsym): Preserve function descriptors.
11458
11459 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11460
11461 * breakpoint.c (all_locations_are_pending): Consider locations
11462 in program spaces executing during startup pending as well.
11463
11464 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11465
11466 Copyright year update in most files of the GDB Project.
11467
11468 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11469
11470 * copyright.sh: Delete.
11471 * copyright.py: Rewrite.
11472
11473 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11474
11475 * gnulib/extra/update-copyright: New file, imported from gnulib.
11476
11477 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11478
11479 * README (Copyright and License Notices): New section.
11480
11481 2012-01-03 Tom Tromey <tromey@redhat.com>
11482
11483 PR python/12533:
11484 * python/py-value.c (valpy_dereference, valpy_get_address
11485 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11486 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11487 (valpy_absolute, valpy_richcompare): Free intermediate values.
11488
11489 2011-01-03 Joel Brobecker <brobecker@adacore.com>
11490
11491 * ada-lang.c: Reformat the copyright notice.
11492
11493 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11494
11495 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11496 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11497 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11498 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11499 Revert this part of:
11500 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11501 Build gdb directly from *.o files not using libgdb.a.
11502 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11503
11504 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11505
11506 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11507 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11508 Reformat the copyright header.
11509
11510 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11511
11512 Revert this part of:
11513 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11514 Remove the gdbtui binary.
11515 * gdb.c (main): Remove args.interpreter_p initialization.
11516 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11517 * main.h (struct captured_main_args): Remove interpreter_p.
11518
11519 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11520
11521 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11522
11523 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11524
11525 * top.c (print_gdb_version): Update copyright year.
11526
11527 2012-01-02 Yao Qi <yao@codesourcery.com>
11528
11529 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11530
11531 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11532 Joel Brobecker <brobecker@adacore.com>
11533
11534 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11535 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11536 3 times.
11537 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11538 fall through into AT_ENTRY_POINT.
11539 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11540 DUMMY_ADDR with it.
11541 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11542 PPC_INSN_SIZE skip to 3 times.
11543
11544 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11545
11546 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11547 the return value.
11548 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11549
11550 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11551
11552 Build gdb directly from *.o files not using libgdb.a.
11553 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11554 (COMMON_OBS): Remove solib-target.o.
11555 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11556 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11557 (LIBGDB_OBS, libgdb.a): Move it above.
11558 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11559 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11560 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11561 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11562 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11563 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11564 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11565 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11566 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11567 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11568 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11569 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11570 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11571 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11572 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11573 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11574 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11575 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11576 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11577 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11578 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11579 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11580 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11581 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11582 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11583 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11584 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11585
11586 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11587
11588 Remove the gdbtui binary.
11589 * .gitignore (/gdbtui): Remove.
11590 * Makefile.in (TUI): Remove.
11591 (SUBDIR_TUI_OBS): Remove tui-main.o.
11592 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11593 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11594 (tui-main.o): Remove.
11595 (all_object_files): Remove tui-main.o.
11596 * NEWS: New note for the gdbtui removal.
11597 * configure: Rebuilt.
11598 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11599 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11600 CONFIG_UNINSTALL respectively.
11601 * gdb.c (main): Remove args.interpreter_p initialization.
11602 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11603 * main.h (struct captured_main_args): Remove interpreter_p.
11604 * tui/tui-main.c: Remove.
11605
11606 2012-01-01 Doug Evans <dje@google.com>
11607
11608 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11609 (dwarf2_physname, read_import_statement): Ditto.
11610 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11611 (process_structure_scope read_subroutine_type): Ditto.
11612 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11613 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11614 (dwarf2_fetch_die_location_block): Ditto.
11615 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11616
11617 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11618 All callers updated.
11619 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11620 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11621 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11622
11623 * dwarf2read.c (load_cu): Move assert to more useful location.
11624
11625 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11626 All callers updated.
11627
11628 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11629 (dwarf2_elf_names): Minor reformat.
11630 (dwarf2_per_cu_data): Tweak comment.
11631 (dwarf2_read_section): Fix comment.
11632 (create_all_comp_units): Fix comment.
11633 (load_full_comp_unit): Fix comment.
11634 (process_full_comp_unit): Fix comment.
11635 (read_signatured_type): Fix comment.
11636
11637 For older changes see ChangeLog-2011.
11638 \f
11639 Local Variables:
11640 mode: change-log
11641 left-margin: 8
11642 fill-column: 74
11643 version-control: never
11644 coding: utf-8
11645 End: