PR tui/9584
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
2
3         PR tui/9584
4
5         * tui/tui.c (tui_rl_command_key): Do not call execute_command
6         but insert the command to execute in readline's buffer.
7
8 2012-11-09  Tom Tromey  <tromey@redhat.com>
9
10         * gdbarch.sh (target_gdbarch): Remove macro.
11         (get_target_gdbarch): Rename to target_gdbarch.
12         * gdbarch.c, gdbarch.h: Rebuild.
13         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
14         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
15         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
16         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
17         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
18         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
19         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
20         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
21         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
22         procfs.c, progspace.c, ravenscar-thread.c, record.c,
23         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
24         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
25         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
26         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
27         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
28         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
29         target-descriptions.c, target.c, target.h, tracepoint.c,
30         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
31         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
32         python/py-inferior.c, python/python.c: Update.
33
34 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
35
36         * source.c (print_source_lines_base): Add fullname field giving
37         full path to file in mi output.
38         * NEWS: Mention the new fullname field.
39
40 2012-11-09  Yao Qi  <yao@codesourcery.com>
41
42         * NEWS: Mention the fix to the ambiguity of 'fo' command.
43
44 2012-11-09  Pedro Alves  <palves@redhat.com>
45
46         PR gdb/14306
47
48         * infrun.c: Include target-descriptions.h.
49         (follow_exec): Fetch new target description.
50
51 2012-11-09  Yao Qi  <yao@codesourcery.com>
52
53         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
54         0x8d (lea).
55
56 2012-11-09  Yao Qi  <yao@codesourcery.com>
57
58         * breakpoint.c: Declare set_tracepoint_count.
59         (install_breakpoint): Call set_tracepoint_count if B is a
60         tracepoint.
61         (trace_command): Don't call set_tracepoint_count.  Re-indent.
62         (strace_command, ftrace_command):
63         (create_tracepoint_from_upload): Likewise.
64
65 2012-11-09  Pedro Alves  <palves@redhat.com>
66
67         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
68         (get_target_gdbarch) <gdbarch.h>: New function.
69         (startup_gdbarch) <gdbarch.h>: Declare.
70         <gdbarch.c> (target_gdbarch): Delete.
71         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
72         current inferior's gdbarch.
73         <gdbarch.c> (get_target_gdbarch): New function.
74         * inferior.c: Include target-descriptions.h.
75         (free_inferior): Free target description info.
76         (add_inferior_with_spaces): Set the inferior's initial
77         architecture.
78         (clone_inferior_command): Copy the original inferior's target
79         description if it was user specified.
80         (initialize_inferiors): Add comment.
81         * inferior.h (struct target_desc_info): Forward declare.
82         (struct inferior) <gdbarch>: New field.
83         * linux-nat.c: Include target-descriptions.h.
84         (linux_child_follow_fork): Copy the parent's architecture and
85         target description to the child.
86         * target-descriptions.c: Include inferior.h.
87         (struct target_desc_info): New structure, holding the equivalents
88         of ...
89         (target_desc_fetched, current_target_desc)
90         (target_description_filename): ... these removed globals.
91         (get_tdesc_info, target_desc_info_from_user_p)
92         (copy_inferior_target_desc_info, target_desc_info_free): New.
93         (target_desc_fetched, current_target_desc)
94         (target_description_filename): Reimplemented as convenience
95         macros.
96         (tdesc_filename_cmd_string): New global.
97         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
98         tdescs filename ..." commands to the per-inferior equivalent.
99         (show_tdesc_filename_cmd): Get the value to show from the
100         per-inferior description filename.
101         (_initilize_target_descriptions): Change the "set/show tdesc
102         filename" commands' variable.
103         * target-descriptions.h (struct target_desc, struct target_desc_info)
104         (struct inferior): Forward declare.
105         (target_find_description, target_clear_description)
106         (target_current_description): Adjust comments.
107         (copy_inferior_target_desc_info, target_desc_info_free)
108         (target_desc_info_from_user_p). Declare.
109
110 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
111
112         * tui/tui-hooks.c (tui_about_to_proceed): New function.
113         (tui_target_wait_hook): Remove.
114         (tui_install_hooks): Install the about_to_proceed observer.
115         (tui_remove_hooks): And remove it here.
116
117 2012-11-08  Tom Tromey  <tromey@redhat.com>
118
119         * linux-tdep.c (linux_make_siginfo_note): New function.
120         (linux_make_corefile_notes): Use it.
121         * corelow.c (get_core_siginfo): New function.
122         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
123
124 2012-11-08  Tom Tromey  <tromey@redhat.com>
125
126         PR gdb/14704:
127         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
128         (zlib_decompress_section): Remove.
129         (gdb_bfd_map_section): Only check for compressed section
130         in mmap case.  Use bfd_get_full_section_contents.
131         * osabi.c (check_note): Add 'sectsize' argument.  Read
132         section data.
133         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
134         section data.  Update for check_note change.
135         * xcoffread.c (xcoff_initial_scan): Use
136         bfd_get_full_section_contents.
137         * py-auto-load.c (auto_load_section_scripts): Use
138         bfd_get_full_section_contents.
139         * contrib/cc-with-tweaks.sh: Add -Z option.
140
141 2012-11-08  Tom Tromey  <tromey@redhat.com>
142
143         * python/py-bpevent.c: Include defs.h.
144         * python/py-continueevent.c: Include defs.h.
145         * python/py-event.c: Include defs.h.
146         * python/py-event.h: Don't include defs.h.
147         * python/py-events.h: Don't include defs.h.
148         * python/py-evts.c: Include defs.h.
149         * python/py-exitedevent.c: Include defs.h.
150         * python/py-newobjfileevent.c: Include defs.h.
151         * python/py-signalevent.c: Include defs.h.
152         * python/py-stopevent.c: Include defs.h.
153         * python/py-threadevent.c: Include defs.h.
154
155 2012-11-08  Pierre Muller  <muller@sourceware.org>
156
157         * update-web-ari.sh (print_heading): Add number of files
158         checked.
159         (nb_files): New variable counting the number of sources
160         files found by gdb_find.sh script.
161         (debug_awk): New variable to allow extra debug output.
162         (indexes): Add more information if DEBUG_AWK is set.
163
164 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
165
166         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
167         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
168         following the change in PLT call stubs on linker.
169
170 2012-11-08  Pierre Muller  <muller@sourceware.org>
171
172         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
173         as default language.
174         (AWK): Use = instead of == for sh test to avoid warning.
175         (Linux rule): Correct [:digit] into [[:digit:]].
176         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
177         (vasprintf rule): Adapt to common subdirectory moves.
178         (xasprintf rule): Idem.
179         (xvasprintf rule): Idem.
180         (var_boolean rule): Accept occurence in == or != test.
181
182         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
183
184 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
185
186         * tui/tui-hooks.c (tui_inferior_exit): New function.
187         (tui_detach_hook): Remove.
188         (tui_install_hooks): Install the inferior exit observer.
189         (tui_remove_hooks): Remove it.
190
191 2012-11-08  Yao Qi  <yao@codesourcery.com>
192
193         PR gdb/14777.
194         * source.c (_initialize_source): Call add_com_alias to abbreviate
195         'forward-search' as 'fo'.
196
197 2012-11-07  Pedro Alves  <palves@redhat.com>
198
199         * arm-tdep.c: Make defs.h be the first include.
200         * coff-pe-read.c: Ditto.
201         * gnu-nat.c: Ditto.
202         * go32-nat.c: Ditto.
203         * i386-nat.c: Ditto.
204         * ppcnbsd-nat.c: Ditto.
205         * ada-varobj.h: Don't include defs.h.
206         * i386-darwin-tdep.h: Ditto.
207         * i386-nat.h: Ditto.
208
209 2012-11-07  Pedro Alves  <palves@redhat.com>
210
211         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
212         Committee.
213
214 2012-11-07  Pierre Muller  <muller@sourceware.org>
215
216         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
217         File already uses "gdb_dirent.h" header.
218
219 2012-11-07  Yao Qi  <yao@codesourcery.com>
220
221         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
222         tracepoint_count'.
223
224 2012-11-06  Tom Tromey  <tromey@redhat.com>
225
226         * target.h (inferior_has_forked, inferior_has_vforked)
227         (inferior_has_execd, inferior_has_called_syscall): Remove
228         declarations.
229
230 2012-11-06  Pierre Muller  <muller@sourceware.org>
231
232         * remote.c (remote_insert_hw_breakpoint): ARI fix,
233         add missing internalization markup.
234
235 2012-11-06  Pedro Alves  <palves@redhat.com>
236
237         PR gdb/14810
238
239         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
240
241 2012-11-06  Pierre Muller  <muller@sourceware.org>
242
243         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
244         is not executable.
245
246 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
247
248         * gnulib/update-gnulib.sh: New script.
249
250 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
251
252         * MAINTAINERS: Update my email address.
253
254 2012-11-05  Tom Tromey  <tromey@redhat.com>
255
256         * frame.c (put_frame_register): Don't use temporary buffer.
257
258 2012-11-05  Pedro Alves  <palves@redhat.com>
259
260         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
261         child.  Clear 'pending_detach'.
262         * infrun.c (handle_vfork_child_exec_or_exit): Clear
263         'pending_detach' in the vfork parent.
264
265 2012-11-05  Doug Evans  <dje@google.com>
266
267         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
268         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
269         * dwarf2read.c: #include "elf-bfd.h".
270         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
271         (dwop_section_names): Renamed from dwo_section names.  All uses
272         updated.  Add entries for .debug_cu_index, .debug_tu_index.
273         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
274         All uses updated.
275         (struct dwp_sections): New type.
276         (struct virtual_dwo_sections): New type.
277         (struct dwp_hash_table): New type.
278         (struct dwp_file): New type.
279         (init_cutu_and_read_dies): Ensure DWO info/types section has been
280         read in.  Handle DWOs coming from DWP files.
281         (lookup_dwo_file_slot): New function.
282         (dwarf2_locate_dwo_sections): Move definition closer to use.
283         (create_dwo_debug_info_hash_table_reader): Renamed from
284         create_debug_info_hash_table_reader.  All callers updated.
285         (create_dwo_debug_info_hash_table): Renamed from
286         create_debug_info_hash_table.  All callers updated.
287         (create_dwp_hash_table): New function.
288         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
289         (lookup_dwo_in_dwp): New function.
290         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
291         is_dwp.  All callers updated.
292         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
293         (open_and_init_dwo_file): Renamed from init_dwo_file.
294         All callers updated.
295         (lookup_dwo_file): Delete.
296         (dwarf2_locate_dwp_sections): New function.
297         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
298         (allocate_dwp_loaded_cutus_table): New function.
299         (open_and_init_dwp_file): New function.
300         (lookup_dwo_cutu): New function.
301         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
302
303 2012-11-03  Yao Qi  <yao@codesourcery.com>
304
305         Fix PR gdb/14617.
306         * breakpoint.c (trace_pass_set_count): Call
307         observer_notify_breakpoint_modified instead of
308         observer_notify_tracepoint_modified.
309         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
310
311 2012-11-02  Tom Tromey  <tromey@redhat.com>
312
313         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
314         argument to complete_on_enum.
315
316 2012-11-02  Tom Tromey  <tromey@redhat.com>
317
318         * configure: Rebuild.
319         * configure.ac (build_warnings): Add -Wempty-body.
320         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
321         * remote.c (handle_notification): Use braces for empty 'else' body.
322         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
323         'else' body.
324         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
325         'else' body.
326         * solib-som.c (som_relocate_section_addresses): Use braces
327         for empty 'else' body.
328         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
329         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
330
331 2012-11-02  Pedro Alves  <palves@redhat.com>
332
333         PR gdb/14766
334
335         * infrun.c (handle_inferior_event)
336         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
337         null_ptid before handling a vfork child exec or exit.  Switch to
338         the event ptid afterwards.
339
340 2012-11-02  Yao Qi  <yao@codesourcery.com>
341
342         * std-operator.def: Remove OP_LABELED.
343         * eval.c: Remove the declaration of 'get_label'.
344         (get_label): Remove.
345         (evaluate_struct_tuple): Remove code handling OP_LABELED.
346         Update comment.
347         Remove local variable 'variantno' and related code.
348         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
349         with 'fieldno'.
350         * expprint.c (print_subexp_standard): Likewise.
351         (dump_subexp_body_standard): Likewise.
352         * parse.c (operator_length_standard): Likewise.
353
354 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
355
356         Incorporate ARI web page generator into GDB sources.
357         * contrib/ari/create-web-ari-in-src.sh: New file.
358         * contrib/ari/gdb_ari.sh: New file.
359         * contrib/ari/gdb_find.sh: New file.
360         * contrib/ari/update-web-ari.sh: New file.
361
362 2012-10-31  Tom Tromey  <tromey@redhat.com>
363
364         * gdbarch.c: Rebuild.
365         * gdbarch.sh: Remove references to gdbarch_swap.
366         * corelow.c (core_open): Remove obsolete comment.
367
368 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
369
370         PR cli/14772
371         * c-typeprint.c (c_print_type): Don't print a space for vector
372         types, this is handled within the suffix.
373         (c_type_print_varspec_suffix): Add a space to vector suffix.
374
375 2012-10-26  Pedro Alves  <palves@redhat.com>
376
377         * amd64-tdep.c (amd64_relocate_instruction): Use
378         store_unsigned_integer instead of memcpy.
379         * i386-tdep.c (i386_relocate_instruction): Ditto.
380
381 2012-10-26  Pedro Alves  <palves@redhat.com>
382
383         * infrun.c (handle_inferior_event): Merge handling of
384         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
385         switch case.
386
387 2012-10-26  Pedro Alves  <palves@redhat.com>
388
389         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
390         Remove comment.
391
392 2012-10-26  Pedro Alves  <palves@redhat.com>
393
394         * target.c (target_waitstatus_to_string): Handle
395         TARGET_WAITKIND_VFORK_DONE.
396
397 2012-10-26  Pedro Alves  <palves@redhat.com>
398
399         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
400         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
401
402 2012-10-24  Tristan Gingold  <gingold@adacore.com>
403
404         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
405         Add comments.
406
407 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
408
409         * ravenscar-thread.c (ravenscar_wait): Only update the list
410         of threads and inferior_ptid if the inferior is still alive.
411
412 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
413
414         * ada-lang.c (is_known_support_routine): Use lbasename when
415         matching the symtab's filename against
416         known_runtime_file_name_patterns.
417
418 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
419
420         * ada-lang.c (ada_same_array_size_p): New function.
421         (ada_promote_array_of_integrals): New function.
422         (coerce_for_assign): Add handling of arrays where the elements
423         are integrals of a smaller size than the size of the target
424         array element type.
425
426 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
427
428         * doublest.c (convert_doublest_to_floatformat): Fix comparison
429         against maximum exponent value.
430
431 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
432
433         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
434         "unwind-seh.c".
435
436 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
437
438         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
439         strip typedef layer when computing the fixed type's field type,
440         only when computing its size.
441
442 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
443
444         PR gdb/12783
445         * i386-tdep.c (i386_return_value): Handle complex double and long
446         double.
447
448 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
449
450         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
451         New local variable args_len.
452         Quote the name of the executable when computing the command line.
453
454 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
455
456         PR gdb/12796
457         PR gdb/12798
458         PR gdb/12800
459         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
460         AMD64_FTAG_REGNUM.
461         * amd64-tdep.c (amd64_classify): Classify complex types.
462         (amd64_return_value): Handle the COMPLEX_X87 class.
463
464 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
465
466         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
467         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
468
469 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
470
471         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
472         function.
473         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
474         to amd64_windows_auto_wide_charset.
475
476 2012-10-23  Yao Qi  <yao@codesourcery.com>
477
478         * event-top.c (mark_async_signal_handler_wrapper): Remove.
479         * event-top.h: Remove its declaration.
480         (async_request_quit): Call mark_async_signal_handler instead of
481         mark_async_signal_handler_wrapper.
482         (async_do_nothing, async_disconnect): Likewise.
483         (async_stop_sig): Likewise.
484         * remote.c (handle_remote_sigint): Likewise.
485         (handle_remote_sigint_twice): Likewise.
486
487 2012-10-23  Yao Qi  <yao@codesourcery.com>
488
489         * event-top.c (sigint_token, sighup_token): Replace 'void *'
490         with 'static struct async_signal_handler *'.
491         (sighup_token, sigquit_token, sigstp_token): Likewise.
492
493 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
494
495         * gdbarch.sh (function_list): Use 'pstring' when printing
496         a variable which could return NULL.
497         * gdbarch.c: Regenerate.
498
499 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
500             Tom Tromey  <tromey@redhat.com>
501
502         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
503         inneffective if condition by gdb assertion.  Add function
504         description comment.
505
506 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
507
508         * parser-defs.h (struct exp_descriptor): Document constraint
509         on return value for "op_name" callbacks.
510
511 2012-10-18  Tom Tromey  <tromey@redhat.com>
512
513         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
514         * symtab.c (iterate_over_some_symtabs): Constify.
515         * source.h (symtab_to_fullname): Return 'const char *'.
516         * source.c (symtab_to_fullname): Return 'const char *'.
517         * python/py-symtab.c (stpy_fullname): Constify.
518         * cli/cli-cmds.c (edit_command): Constify.
519         * breakpoint.c (print_breakpoint_location)
520         (update_static_tracepoint): Constify.
521
522 2012-10-18  Tom Tromey  <tromey@redhat.com>
523
524         * breakpoint.c (compare_breakpoints): Fix comparison.
525
526 2012-10-18  Tom Tromey  <tromey@redhat.com>
527
528         * valprint.c (generic_emit_char, generic_printstr): Pass size of
529         gdb_wchar_t to convert_between_encodings.
530
531 2012-10-17  Yao Qi  <yao@codesourcery.com>
532
533         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
534         more parameter 'inferior'.
535         * corefile.c (write_memory_with_notification): Caller update.
536
537         * mi/mi-cmd-var.c: Include "mi-main.h".
538         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
539         to 1 and restore it later.
540         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
541         and "data-write-memory-bytes.
542         * mi/mi-interp.c: Include objfiles.h.
543         (mi_interpreter_init): Call observer_attach_memory_changed.
544         (mi_memory_changed): New.
545         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
546         New field.
547
548         * NEWS: Mention new MI notification "memory-changed".
549
550 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
551
552         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
553
554 2012-10-15  Doug Evans  <dje@google.com>
555
556         New option -nh: inhibit loading of ~/.gdbinit.
557         * NEWS: Mention -nh.
558         * main.c (captured_main): Recognize and process -nh.
559         (print_gdb_help): Mention -nh.
560         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
561
562 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
563
564         PR backtrace/14646
565         PR gdb/14647
566         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
567         pc_regnum_from_eax.
568         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
569         nor pc_regnum_from_eax.
570         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
571         nor pc_regnum_from_eax.
572
573 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
574
575         Fix entry values resolving in inlined frames.
576         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
577         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
578         entries of FRAME.
579
580 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
581
582         * configure.ac: Build with -DMS_WIN64 if building with Python
583         enabled using GCC on amd64-windows.
584         * configure: Regenerate.
585
586 2012-10-15  Tom Tromey  <tromey@redhat.com>
587
588         PR python/14635:
589         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
590         to Py_None.
591
592 2012-10-15  Tom Tromey  <tromey@redhat.com>
593
594         PR python/14634:
595         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
596
597 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
598
599         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
600         reset thread numbering back to 1.
601
602 2012-10-11  Doug Evans  <dje@google.com>
603
604         PR breakpoints/14643.
605         * linespec.c (struct ls_parser): New member keyword_ok.
606         (linespec_lexer_lex_string): Add comment.
607         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
608         for one.
609         (parse_linespec): Set keyword_ok.
610
611 2012-10-10  Doug Evans  <dje@google.com>
612
613         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
614         "0x" prefix on address in log message.
615
616         * dwarf2read.c (read_1_byte): Add const to buf parameter.
617         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
618         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
619         (lookup_dwo_file): Add const to dwo_name parameter.
620         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
621
622 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
623
624         Fix crash during stepping on ppc32.
625         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
626         SYM.
627
628 2012-10-03  Doug Evans  <dje@google.com>
629
630         PR symtab/14601
631         * buildsym.c (buildsym_init): Reset using_directives to NULL.
632
633 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
634
635         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
636         output and use uint32_t not long to ensure 4 byte size.
637
638 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
639
640         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
641         unref'ed it.
642
643 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
644
645         * target.c (simple_search_memory): Include access length in
646         warning message.
647
648 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
649             Edjunior Machado  <emachado@linux.vnet.ibm.com>
650
651         PR gdb/13989
652         * solib.c (solib_find): Prevent GDB from loading native libraries when
653         debugging a cross-target corefile.
654
655 2012-09-28  selven  <pcthegreat@gmail.com>
656
657         Make definition match declaration.
658
659         * regcache.c (regcache_register_status): Change return type to
660         enum register_status.
661
662 2012-09-28  Yao Qi  <yao@codesourcery.com>
663
664         * mi/mi-main.c (mi_cmd_data_write_memory): Call
665         write_memory_with_notification instead of write_memory.
666         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
667         instead of target_write_memory.
668
669 2012-09-28  Yao Qi  <yao@codesourcery.com>
670
671         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
672         when the length of content is not an even number.
673
674 2012-09-27  Tom Tromey  <tromey@redhat.com>
675
676         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
677         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
678
679 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
680
681         * sol-thread.c (sol_thread_fetch_registers)
682         (sol_thread_store_registers): Delete commented out code.
683
684 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
685
686         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
687         Move these functions to sparc-sol-thread.c.
688         * sparc-sol-thread.c: New file.
689         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
690         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
691         configurations.
692         * configure: Regenerate.
693
694 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
695
696         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
697         Remove commented-out code.
698
699 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
700
701         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
702         Enable this code for sparc hosts only.
703
704 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
705
706         * procfs.h (procfs_find_LDT_entry): Add declaration.
707         * sol-thread.c (ps_lgetLDT): Delete local declaration of
708         function procfs_find_LDT_entry.
709
710 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
711
712         * procfs.c (proc_get_LDT_entry): Make static.
713
714 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
715
716         * procfs.c (proc_find_memory_regions): Fix declaration.
717
718 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
719
720         * amd64-tdep.c (amd64_return_value): Revert previous change
721         that used TYPE_LENGTH directly.
722         * bfin-tdep.c (bfin_extract_return_value): Likewise.
723         (bfin_store_return_value): Likewise.
724         * cris-tdep.c (cris_store_return_value): Likewise.
725         (cris_extract_return_value): Likewise.
726         * h8300-tdep.c (h8300_extract_return_value): Likewise.
727         * hppa-tdep.c (hppa64_return_value): Likewise.
728         * lm32-tdep.c (lm32_store_return_value): Likewise.
729         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
730         * spu-tdep.c (spu_value_from_register): Likewise.
731         * vax-tdep.c (vax_return_value): Likewise.
732
733 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
734
735         * gdbtypes.c (lookup_array_range_type): Expand parameters
736         LOW_BOUND and HIGH_BOUND to LONGEST.
737         (lookup_string_range_type): Likewise.
738         * gdbtypes.h (lookup_array_range_type): Likewise.
739         (lookup_string_range_type): Likewise.
740         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
741         Expand HIGHBOUND to ssize_t.
742         (value_string): Likewise.
743         * value.h (value_cstring): Expand parameter LEN to ssize_t.
744         (value_string): Likewise.
745
746 2012-09-27  Yao Qi  <yao@codesourcery.com>
747
748         PR breakpoints/13898
749         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
750         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
751         per breakpoint type.
752
753 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
754
755         * procfs.c: Add gdb_bfd header.
756         * rs6000-nat.c: Likewise.
757         * solib-pa64.c: Likewise.
758         * spu-linux-nat.c: Likewise.
759         * windows-nat.c: Likewise.
760
761 2012-09-26  Tom Tromey  <tromey@redhat.com>
762
763         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
764
765 2012-09-26  Tom Tromey  <tromey@redhat.com>
766
767         * dwarf2read.c (mark_common_block_symbol_computed): New function.
768         (read_common_block): Handle child DIEs with
769         DW_AT_data_member_location.
770         (new_symbol_full): Add special case for common blocks.
771
772 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
773             Tom Tromey  <tromey@redhat.com>
774
775         * dwarf2read.c (read_common_block): Rewrite.
776         (new_symbol_full): Handle DW_TAG_common_block.
777         * f-lang.c (head_common_list, find_common_for_function):
778         Remove.
779         * f-lang.h (struct common_entry, struct saved_f77_common,
780         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
781         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
782         BLANK_COMMON_NAME_LOCAL): Remove.
783         (struct common_block): New.
784         * f-valprint.c (list_all_visible_commons): Remove.
785         (info_common_command_for_block): New function.
786         (info_common_command): Use it.
787         * stack.c (iterate_over_block_locals): Special case for
788         COMMON_BLOCK_DOMAIN.
789         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
790         constant.
791         (struct general_symbol_info) <value.common_block>: New field.
792         (SYMBOL_VALUE_COMMON_BLOCK): New define.
793
794 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
795             Tom Tromey  <tromey@redhat.com>
796
797         * f-lang.c (allocate_saved_bf_node,
798         allocate_saved_function_node, allocate_saved_f77_common_node,
799         allocate_common_entry_node, tail_common_list, current_common,
800         saved_bf_list, saved_bf_list_end, current_head_bf_list,
801         tmp_bf_ptr, add_common_block, add_common_entry,
802         find_first_common_named, patch_common_entries,
803         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
804         global_remote_debug, get_bf_for_fcn, saved_function_list,
805         saved_function_list_end, clear_function_list, struct saved_fcn,
806         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
807         SAVED_BF, SAVED_BF_PTR): Remove.
808         * f-lang.h (tail_common_list, current_common,
809         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
810         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
811         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
812         real_main_c_value): Remove.
813         * f-valprint.c (there_is_a_visible_common_named): Remove.
814
815 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
816
817         * breakpoint.c (update_global_location_list): Ignore previous
818         duplicate status of a breakpoint when starting a new scan for
819         duplicate breakpoints.
820
821 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
822         PR breakpoints/14419
823         * arm-tdep.c (arm_skip_prologue): Extending producer check to
824         support LLVM compiler.
825
826 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
827
828         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
829         * bfin-tdep.c (bfin_extract_return_value): Likewise.
830         (bfin_store_return_value): Likewise.
831         * cris-tdep.c (cris_store_return_value): Likewise.
832         (cris_extract_return_value): Likewise.
833         * h8300-tdep.c (h8300_extract_return_value): Likewise.
834         * hppa-tdep.c (hppa64_return_value): Likewise.
835         * lm32-tdep.c (lm32_store_return_value): Likewise.
836         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
837         * spu-tdep.c (spu_value_from_register): Likewise.
838         * vax-tdep.c (vax_return_value): Likewise.
839
840 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
841
842         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
843         parameter LEN to ssize_t.
844
845 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
846
847         * ada-valprint.c (ada_val_print_1): Eliminate single-use
848         variable LEN.
849         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
850         directly.
851         (alpha_store_return_value): Likewise.
852         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
853         (amd64_push_arguments): Likewise.
854         * ax-gdb.c (gen_trace_static_fields): Likewise.
855         (gen_traced_pop): Likewise.
856         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
857         * breakpoint.c (update_watchpoint): Likewise.
858         * findcmd.c (parse_find_args): Use local variable for type
859         instead of length.
860         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
861         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
862         (h8300_store_return_value): Likewise.
863         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
864         Use i386_darwin_arg_type_alignment directly.
865         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
866         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
867         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
868         (m68hc11_extract_return_value): Likewise.
869         * mep-tdep.c (mep_push_dummy_call): Likewise.
870         * printcmd.c (float_type_from_length): Likewise.
871         * s390-tdep.c (s390_value_from_register): Likewise.
872         * stack.c (read_frame_arg): Likewise.
873         * tracepoint.c (encode_actions_1): Likewise.
874         * valops.c (value_fetch_lazy): Use local variable for type
875         instead of length.  Use TYPE_LENGTH directly.
876         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
877
878 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
879
880         * symtab.c (skip_prologue_sal): Fix typo in comment.
881
882 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
883
884         * linespec.c (create_sals_line_offset): Fix typo in comment.
885
886 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
887
888         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
889         use plongest to print the array size.
890
891 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
892
893         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
894         * p-valprint.c (pascal_type_print_base): Likewise.
895
896 2012-09-22  Yao Qi  <yao@codesourcery.com>
897
898         * remote.c (remote_get_trace_status): Remove setting default
899         values of fields of 'ts'.
900
901 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
902
903         Fix internal error on canonicalization of clang types.
904         * cp-name-parser.y (operator): New comment at make_operator call for
905         new, delete, new[] and delete[].
906         (exp): Use "sizeof ".  Add new comment at make_operator call.
907
908 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
909
910         Fix disassemble without parameters in tailcall frame.
911         * cli/cli-cmds.c (disassemble_current_function): Use
912         get_frame_address_in_block.
913
914 2012-09-21  Tom Tromey  <tromey@redhat.com>
915
916         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
917         TYPE_CODE_UNION>: Unify, removing a goto.
918
919 2012-09-21  Tom Tromey  <tromey@redhat.com>
920
921         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
922
923 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
924
925         * findvar.c (read_frame_register_value): Mark the result value as
926         optimized out if any of the input registers have been optimized out.
927
928 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
929
930         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
931
932 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
933
934         * eval.c (evaluate_subexp_standard): Eliminate single-use
935         variable LOWER.
936
937 2012-09-21  Yao Qi  <yao@codesourcery.com>
938
939         * mi/mi-interp.c: Declare mi_record_changed.
940         (mi_interpreter_init): Call observer_attach_record_changed.
941         (mi_record_changed): New.
942         * record.c (record_open): Call observer_notify_record_changed.
943         (cmd_record_stop): Call observer_notify_record_changed.
944         * NEWS: Mention it.
945
946 2012-09-20  Tom Tromey  <tromey@redhat.com>
947
948         * NEWS: Update.
949         * python/python.c (finalize_python): New function.
950         (_initialize_python): Make a final cleanup.
951
952 2012-09-19  Doug Evans  <dje@google.com>
953
954         * buildsym.h (param_symbols): Delete, unused.
955         (context_stack): Delete member "params", unused.
956         * buildsym.c (push_context): Update.
957         * dwarf2read.c (read_func_scope): Update.
958
959 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
960
961         * sh-tdep.c (sh_register_convert_to_virtual)
962         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
963         all callers.  Just do a memcpy if not the little-endian case.
964
965         * h8300-tdep.c (h8300_gdbarch_init): Invoke
966         set_gdbarch_double_format and set_gdbarch_long_double_format.
967         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
968         set_gdbarch_double_format.
969         * sh-tdep.c (sh_gdbarch_init): Likewise.
970
971         * NEWS: Document the removal of SH's 'regs' command.
972         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
973         command.
974
975 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
976
977         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
978         `jump'.
979
980 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
981
982         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
983         language when iterating over symbols.
984
985 2012-09-18  Yao Qi  <yao@codesourcery.com>
986
987         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
988         (mi_interpreter_init): Call observer_attach_tsv_created and
989         observer_attach_tsv_deleted.
990         (mi_tsv_created, mi_tsv_deleted): New.
991         * tracepoint.c (delete_trace_state_variable): Call
992         observer_notify_tsv_deleted.
993         (trace_variable_command): Call observer_notify_tsv_created.
994         (delete_trace_variable_command): Call
995         observer_notify_tsv_deleted.
996         (create_tsv_from_upload): Call observer_notify_tsv_created.
997         * NEWS: Mention it.
998
999 2012-09-18  Yao Qi  <yao@codesourcery.com>
1000
1001         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1002         if traceframe changed.
1003         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1004         "trace-find".
1005         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1006         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1007         'traceframe_changed'.
1008         (mi_traceframe_changed): New.
1009         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1010         New field.
1011         * NEWS: Mention the new MI notification.
1012
1013 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1014
1015         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1016
1017 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1018
1019         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1020         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1021         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1022         Extend code also for PaX support.  Convert all gdb_assert to warning
1023         calls.
1024
1025 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1026
1027         Implement auto-load user conveniences suggested by Doug Evans.
1028         * auto-load.c: Include top.h.
1029         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1030         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1031         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1032         scripts-directory.  Document in online help one can use also files for
1033         set auto-load safe-path.
1034         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1035         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1036
1037 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1038
1039         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1040         of LEN.
1041
1042 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1043
1044         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1045         ELTLEN and use TYPE_LENGTH directly.
1046         (m2_val_print): Likewise.
1047         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1048         variable LEN and use TYPE_LENGTH directly.
1049         (m68k_svr4_store_return_value): Likewise.
1050         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1051         ARGLEN and use TYPE_LENGTH directly.
1052         (mips_o64_push_dummy_call): Likewise.
1053         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1054         variable LENGTH and use TYPE_LENGTH directly.
1055         (s390_function_arg_float): Likewise.
1056         (s390_function_arg_integer): Likewise.
1057         (s390_push_dummy_call): Likewise.
1058         (s390_return_value_convention): Likewise.
1059         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1060         TYPE_LENGTH directly.
1061
1062 2012-09-17  Yao Qi  <yao@codesourcery.com>
1063
1064         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1065         Update comment to add_setshow_integer_cmd.
1066         * cli/cli-setshow.c (do_set_command): Handle case
1067         'var_zuinteger_unlimited'.
1068         (do_show_command): Likewise.
1069         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1070         for command 'remotetimeout'.
1071         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1072         to var_integer.
1073         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1074         for command 'set listsize'.
1075
1076 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1077
1078         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1079         variable LEN.
1080
1081 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1082
1083         PR 14119
1084         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1085         (frame_pop): Drop also TAILCALL_FRAME frames.
1086         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1087
1088 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1089             Pedro Alves  <palves@redhat.com>
1090
1091         PR 14548
1092         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1093         function start if we are already at function start.  Both for
1094         reverse-next and for reverse-step into function without line number
1095         info.
1096
1097 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1098
1099         Code cleanup - rename 'inline' depth to 'artificial' depth.
1100         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1101         frame_id_artificial_p, extend the comment.
1102         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1103         * frame.c (fprint_frame_id): Rename at a user, change debug output
1104         text to "artificial=".
1105         (skip_inlined_frames): Rename to ...
1106         (skip_artificial_frames): ... here.  Extend the comment.
1107         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1108         (frame_id_inlined_p): Rename to ...
1109         (frame_id_artificial_p): ... here.  Rename at a user.
1110         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1111         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1112         at a user.
1113         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1114         Extend the comment.
1115         (frame_id_inlined_p): Rename to ...
1116         (frame_id_artificial_p): ... here.
1117         * inline-frame.c (inline_frame_this_id): Rename at a user.
1118
1119 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
1120
1121         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1122         vector variables using vector_size syntax rather than array
1123         syntax.
1124
1125 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1126
1127         * valarith.c (value_concat): Replace unsafe ALLOCA with
1128         XMALLOC/XFREE.
1129
1130 2012-09-14  Pedro Alves  <palves@redhat.com>
1131
1132         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1133
1134 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
1135
1136         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1137         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1138         data-directory as appropriate.
1139
1140 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1141
1142         * printcmd.c (ui_printf): Eliminate single-use variable
1143         PARAM_LEN.
1144
1145 2012-09-14  Yao Qi  <yao@codesourcery.com>
1146             Pedro Alves  <palves@redhat.com>
1147
1148         * valops.c (value_assign): Move observer_notify_target_changed
1149         below to replace reinit_frame_cache.
1150
1151 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
1152
1153         Refactor Python "gdb" module into a proper Python package, by
1154         introducing a new "_gdb" module for code implemented in C, and
1155         using reload/__import__ instead of exec.
1156         * python/lib/gdb/__init__.py: Import * from _gdb.
1157         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1158         prompt_hook, sys.argv): Moved from finish_python_initialization.
1159         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1160         (packages, auto_load_packages): New list and function replacing
1161         module_dict and auto-loading code, using __file__ instead of
1162         gdb.PYTHONDIR and reload/__import__ instead of exec.
1163         (GdbSetPythonDirectory): Replacing function of the same name
1164         from finish_python_initialization, using reload/__import__ instead
1165         of exec, as well as call auto_load_packages.
1166         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1167         gdb_python_module and not gdb_module.
1168         * python/python-internal.h (gdb_python_module): Declare.
1169         * python/python.c (gdb_python_module): New global.
1170         (before_prompt_hook): Check gdb_python_module and not gdb_module.
1171         (_initialize_python): Rename gdb module to _gdb.
1172         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1173         (finish_python_initialization): Move Python code to
1174         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1175         __main__.
1176
1177 2012-09-13  Pedro Alves  <palves@redhat.com>
1178
1179         * Makefile.in (COMMON_OBS): Add registry.o.
1180         * registry.c: New file.
1181         * registry.h (struct registry_container): Declare.
1182         (registry_data_callback): New typedef.
1183         (struct registry_data, struct registry_data_registration, struct
1184         registry_data_registry): New type.
1185         (register_data_with_cleanup, registry_alloc_data)
1186         (registry_callback_adaptor, registry_clear_data)
1187         (registry_container_free_data, registry_set_data, registry_data):
1188         Declare.
1189         (DEFINE_REGISTRY): Refactor structures and functions as shims over
1190         the new common structures and functions.
1191         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
1192         callback typedefs.
1193
1194 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
1195
1196         * remote.c (remote_insert_hw_breakpoint): Throw exception if
1197         there is an error inserting hardware breakpoints and use the
1198         error message from the target.
1199
1200         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1201         Catch this exception and print the error message contained within. Do not
1202         print the default hardware error breakpoint message in this case.
1203
1204 2012-09-12  Doug Evans  <dje@google.com>
1205
1206         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1207         cu == NULL.
1208
1209 2012-09-11  Doug Evans  <dje@google.com>
1210
1211         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1212         .gdb_index symbol attributes if there are none.
1213
1214 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1215
1216         * symtab.h (struct minimal_symbol) [has_size]: New field.
1217         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1218         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1219         * printcmd.c (build_address_symbolic): Only filter out zero-sized
1220         minimal symbols if the symbol's size is actually known.
1221         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1222         of msymbol's size field.  Add comment.
1223         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1224         SET_MSYMBOL_SIZE to set the minimal symbol size.
1225
1226 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
1227
1228         * minsyms.c (install_minimal_symbols): Use memset to fill entire
1229         minimal_symbol struct object, rather than setting some of its
1230         fields one by one.
1231
1232 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
1233
1234         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1235         passed_a_ptr flag when displaying typedef types.
1236
1237 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
1238
1239         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1240         the optimized_out flag is preserved.
1241
1242 2012-09-10  Anthony Green  <green@moxielogic.com>
1243
1244         * moxie-tdep.c (moxie_analyze_prologue): Update for function
1245         prologue changes in GCC.
1246
1247 2012-09-10  Keith Seitz  <keiths@redhat.com>
1248
1249         PR gdb/13483
1250         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1251         (BOOL_CONVERSION_BADNESS): ... this.
1252         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1253         (rank_one_type): Allow all boolean conversions
1254         permitted by the standard.
1255
1256 2012-09-06  Tom Tromey  <tromey@redhat.com>
1257
1258         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1259         Don't decref py_objfile.
1260
1261 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
1262
1263         Do not enable -lmcheck by default when Python is enabled with
1264         threading support.
1265         * configure.ac: (python_has_threads) New variable, by testing
1266         if WITH_THREAD is defined in Python.h.
1267         Move --enable-lmcheck after --with-python.
1268         Do not enable -lmcheck by default if python_has_threads=yes.
1269         Warn if --enable-lmcheck and python_has_threads=yes.
1270         * configure: Regenerate.
1271
1272 2012-08-31  Yao Qi  <yao@codesourcery.com>
1273
1274         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1275         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1276         Update some commands.
1277         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1278         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1279         to 1.
1280
1281 2012-08-31  Yao Qi  <yao@codesourcery.com>
1282
1283         * mi/mi-cmds.c (mi_cmds): Add 'static'.
1284
1285 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
1286
1287         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1288
1289 2012-08-29  Doug Evans  <dje@google.com>
1290
1291         * main.c (print_gdb_help): Remove reference to
1292         --use-deprecated-index-sections.
1293
1294 2012-08-28  Yao Qi  <yao@codesourcery.com>
1295
1296         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1297         (init_cmds): Call add_setshow_uinteger_cmd for command
1298         'max-user-call-depth'.
1299         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1300         declaration of 'max_user_call_depth'.
1301         * frame.c (backtrace_limit): Add 'unsigned'.
1302         (_initialize_frame): Call add_setshow_uinteger_cmd for command
1303         'limit'.
1304         * remote.c (remoteaddresssize): Add 'unsigned'.
1305         (remote_address_masked): Change local var 'address_size' to
1306         'unsigned'.
1307         (_initialize_remote): Call add_setshow_uinteger_cmd for
1308         'remoteaddresssize'.
1309         * top.c (history_size): Add 'unsigned'.
1310         (show_commands): Change local variables to 'unsigned'.
1311         (set_history_size_command): Don't check history_size is negative.
1312         Adjust the condition to call unstifle_history and set history_size
1313         to UNIT_MAX.
1314
1315 2012-08-28  Pedro Alves  <palves@redhat.com>
1316
1317         PR gdb/14428
1318
1319         * infcmd.c (default_print_one_register_info): New, factored out
1320         from default_print_registers_info.
1321         (default_print_registers_info): Use it.  Mark value unavailable if
1322         necessary.
1323         (registers_info): Print user registers with
1324         default_print_one_register_info.
1325
1326 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1327
1328         PR tui/14486
1329         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1330         is not NULL before referencing it.
1331
1332 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1333
1334         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1335         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
1336         original PC for it.
1337
1338 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
1339             Jan Kratochvil  <jan.kratochvil@redhat.com>
1340
1341         * auto-load.c (auto_load_objfile_script): Rename to ...
1342         (auto_load_objfile_script_1): ... here, change variable realname to
1343         parameter realname, document it, add return value, add variable retval.
1344         (auto_load_objfile_script): New function.
1345
1346 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1347
1348         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1349         followed by a whitespace.
1350
1351 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
1352
1353         PR gdb/14494.
1354         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1355         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1356         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1357         here.
1358
1359 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
1360
1361         * memattr.c (create_mem_region): Fix memory region overlapping
1362         checking.
1363
1364 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1365
1366         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1367         with xmalloc/cleanup.
1368         * mt-tdep.c (mt_push_dummy_call): Likewise.
1369         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1370         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1371
1372 2012-08-24  Yao Qi  <yao@codesourcery.com>
1373
1374         * jv-exp.y (push_expression_name): Add "." at the end of error
1375         message.
1376
1377 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
1378
1379         Document how to return from "python-interactive" to GDB.
1380         * python/python.c (_initialize_python): Update documentation.
1381
1382 2012-08-23  Pedro Alves  <palves@redhat.com>
1383
1384         * infrun.c (_initialize_infrun) <handle command help text>:
1385         Mention that multiple signals are supported.
1386
1387 2012-08-23  Pedro Alves  <palves@redhat.com>
1388
1389         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1390         string.
1391
1392 2012-08-23  Yao Qi  <yao@codesourcery.com>
1393
1394         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1395         (tfind_1): Don't call registers_changed, set_traceframe_num,
1396         and clear_traceframe_info.
1397         Call set_current_traceframe.
1398         (set_current_traceframe): call set_traceframe_num.
1399
1400 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
1401
1402         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1403         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1404
1405 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1406
1407         Enable readline in Python in a GDB-specific way and block the
1408         standard Python readline module to prevent conflicts with GDB.
1409         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1410         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1411         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1412         * python/py-gdb-readline.c: New file.
1413         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1414         prototype.
1415         * python/python.c (_initialize_python): Call
1416         gdbpy_initialize_gdb_readline.
1417
1418 2012-08-22  Keith Seitz  <keiths@redhat.com>
1419
1420         * defs.h: Include build-gnulib/config.h
1421
1422 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
1423
1424         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1425         and blx pc.
1426
1427 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
1428
1429         Add a new "python-interactive" command that starts a standard
1430         Python interactive prompt with "pi" as alias, and add "py" as
1431         an alias to "python".
1432         * NEWS: Mention the new commands.
1433         * python/python.c (eval_python_command): New function.
1434         (python_interactive_command): For "python-interactive" with
1435         arguments, call eval_python_command.  For "python-interactive"
1436         without arguments, call PyRun_InteractiveLoop.
1437         (_initialize_python): Add "python-interactive" command with
1438         "pi" as alias, and add "py" as an alias to "python".
1439
1440 2012-08-22  Tom Tromey  <tromey@redhat.com>
1441
1442         * defs.h (quit_flag): Don't declare.
1443         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1444         (QUIT): Use new functions.
1445         * event-top.c (command_handler): Use clear_quit_flag.
1446         (handle_sigint): Use set_quit_flag.
1447         (async_request_quit): Use check_quit_flag.  Don't check
1448         immediate_quit.
1449         * exceptions.c (throw_exception): Use clear_quit_flag.
1450         * main.c (captured_main): Use clear_quit_flag.
1451         * python/python.c (clear_quit_flag, set_quit_flag)
1452         (check_quit_flag): New functions.
1453         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1454         clear_quit_flag.
1455         * remote.c (remote_wait_as): Use check_quit_flag,
1456         clear_quit_flag.
1457         (remote_start_remote): Call QUIT.
1458         * symfile.c (load_progress): Use check_quit_flag.
1459         * top.c (command_loop): Use clear_quit_flag.
1460         (command_line_input): Call QUIT.
1461         * utils.c (quit_flag): Conditionally define.
1462         (clear_quit_flag, check_quit_flag, set_quit_flag): New
1463         functions.
1464         (prompt_for_continue): Call QUIT.  Use quit, not
1465         async_request_quit.
1466         * remote-mips.c (mips_expect_timeout): Call QUIT.
1467         * monitor.c (monitor_expect): Call QUIT.
1468
1469 2012-08-22  Tom Tromey  <tromey@redhat.com>
1470
1471         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1472         (async_init_signals): Update.
1473         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1474         (SIGWINCH_HANDLER_BODY): Remove.
1475
1476 2012-08-22  Tom Tromey  <tromey@redhat.com>
1477
1478         * jit.c (jit_object_close_impl): Don't malloc the objfile
1479         name.
1480         * objfiles.c (allocate_objfile): Don't malloc the objfile
1481         name.
1482         (free_objfile): Don't free the objfile name.
1483         * objfiles.h (struct objfile) <name>: Update comment.
1484         * symfile.c (reread_symbols): Fix reference counting.  Don't
1485         malloc objfile name.
1486
1487 2012-08-22  Tom Tromey  <tromey@redhat.com>
1488
1489         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1490         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1491         (symfile_bfd_open): Likewise.
1492         (generic_load): Likewise.
1493         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1494         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1495         gdb_bfd_open.
1496         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1497         Use gdb_bfd_open.
1498         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1499         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1500         (pmon_load_fast): Likewise.
1501         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1502         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1503         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1504         (macho_check_dsym): Likewise.
1505         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1506         (m32r_upload_command): Likewise.
1507         * gdb_bfd.h (gdb_bfd_cache): Declare.
1508         * gdb_bfd.c (struct gdb_bfd_data): New.
1509         (gdb_bfd_cache): New global.
1510         (struct gdb_bfd_cache_search): New.
1511         (hash_bfd): New function.
1512         (eq_bfd): Likewise.
1513         (gdb_bfd_open): Likewise.
1514         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1515         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
1516         gdb_bfd_data.
1517         * exec.c (exec_file_attach): Use gdb_bfd_open.
1518         * dsrec.c (load_srec): Use gdb_bfd_open.
1519
1520 2012-08-22  Tom Tromey  <tromey@redhat.com>
1521
1522         * dwarf2read.c (macro_start_file): Update.
1523         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1524         (free_objfile_per_bfd_storage): Destroy macro_cache.
1525         (allocate_objfile, free_objfile): Update.
1526         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1527         New field.
1528         (struct objfile) <macro_cache>: Remove.
1529         * symfile.c (reread_symbols): Update.
1530         * symmisc.c (print_symbol_bcache_statistics): Update.
1531         (print_objfile_statistics): Update.
1532
1533 2012-08-22  Tom Tromey  <tromey@redhat.com>
1534
1535         * elfread.c (elf_symtab_read): Update.
1536         * objfiles.c (objfiles_bfd_data): New global.
1537         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1538         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1539         (allocate_objfile, free_objfile): Update.
1540         (_initialize_objfiles): Initialize objfiles_bfd_data.
1541         * objfiles.h (struct objfile_per_bfd_storage): New.
1542         (struct objfile) <per_bfd>: New field.
1543         <filename_cache>: Remove.
1544         (set_objfile_per_bfd): Declare.
1545         * symfile.c (reread_symbols): Update.  Call
1546         set_objfile_per_bfd.
1547         (allocate_symtab): Update.
1548         * symmisc.c (print_symbol_bcache_statistics): Update.
1549         (print_objfile_statistics): Print the size of the BFD obstack.
1550
1551 2012-08-22  Tom Tromey  <tromey@redhat.com>
1552
1553         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
1554         * gdb_bfd.c: Use DEFINE_REGISTRY.
1555         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1556         (gdb_bfd_ref): Call bfd_alloc_data.
1557         (gdb_bfd_unref): Call bfd_free_data.
1558
1559 2012-08-22  Tom Tromey  <tromey@redhat.com>
1560
1561         * registry.h (struct registry_fields): New.
1562         (REGISTRY_FIELDS): Redefine.
1563         (REGISTRY_ACCESS_FIELD): New macro.
1564         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
1565         functions.
1566
1567 2012-08-22  Tom Tromey  <tromey@redhat.com>
1568
1569         * auto-load.c (_initialize_auto_load): Update.
1570         * solib-svr4.c (_initialize_svr4_solib): Update
1571         * solib-dsbt.c (_initialize_dsbt_solib): Update.
1572         * solib-darwin.c (_initialize_darwin_solib): Update.
1573         * registry.h: New file.
1574         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1575         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1576         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
1577         (register_program_space_data_with_cleanup)
1578         (register_program_space_data, program_space_alloc_data)
1579         (clear_program_space_data, set_program_space_data)
1580         (program_space_data): Don't declare.
1581         * progspace.c: Use DEFINE_REGISTRY.
1582         (struct program_space_data, struct
1583         program_space_data_registration, struct
1584         program_space_data_registry, program_space_data_registry)
1585         (register_program_space_data_with_cleanup)
1586         (register_program_space_data, program_space_alloc_data)
1587         (program_space_free_data, clear_program_space_data)
1588         (set_program_space_data, program_space_data): Remove.
1589         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
1590         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1591         (register_objfile_data_with_cleanup, register_objfile_data)
1592         (clear_objfile_data, set_objfile_data, objfile_data): Don't
1593         declare.
1594         * objfiles.c: Use DEFINE_REGISTRY.
1595         (struct objfile_data, struct objfile_data_registration, struct
1596         objfile_data_registry, objfile_data_registry)
1597         (register_objfile_data_with_cleanup, register_objfile_data)
1598         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1599         (set_objfile_data, objfile_data): Remove.
1600         (_initialize_objfiles): Update.
1601         * jit.c (_initialize_jit): Update.
1602         * inflow.c (_initialize_inflow): Update.
1603         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
1604         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1605         (register_inferior_data_with_cleanup, register_inferior_data)
1606         (clear_inferior_data, set_inferior_data, inferior_data): Don't
1607         declare.
1608         * inferior.c: Use DEFINE_REGISTRY.
1609         (struct inferior_data, struct inferior_data_registration, struct
1610         inferior_data_registry, inferior_data_registry)
1611         (register_inferior_data_with_cleanup, register_inferior_data)
1612         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
1613         (set_inferior_data, inferior_data): Remove.
1614         * auxv.c (_initialize_auxv): Update.
1615         * ada-lang.c (_initialize_ada_language): Update.
1616         * breakpoint.c (_initialize_breakpoint): Update.
1617         * i386-nat.c (i386_use_watchpoints): Update.
1618
1619 2012-08-22  Tom Tromey  <tromey@redhat.com>
1620
1621         * exec.c (exec_close, exec_file_attach): Update.
1622         (add_to_section_table): Initialize 'key' field.
1623         (add_target_sections, remove_target_sections): Add 'key' argument.
1624         * exec.h (add_target_sections, remove_target_sections): Add
1625         'key' argument.
1626         * solib.c (solib_map_sections, update_solib_list, clear_solib)
1627         (reload_shared_libraries_1): Update.
1628         * target.h (struct target_section) <key>: New field.
1629
1630 2012-08-22  Tom Tromey  <tromey@redhat.com>
1631
1632         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1633
1634 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1635
1636         * symfile.c (allocate_symtab): Use host_address_to_string
1637         function instead of cast of pointer to long which is not
1638         compatible with x86_64-w64-mingw32 build.
1639
1640 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1641
1642         * mips-tdep.c (is_octeon): New function.
1643         (is_octeon_bbit_op): New function.
1644         (mips32_next_pc): Handle Octeon's bbit instructions.
1645         (mips32_instruction_has_delay_slot): Likewise.
1646
1647 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1648
1649         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1650         before the function.
1651
1652 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1653
1654         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1655
1656 2012-08-19  Keith Seitz  <keiths@redhat.com>
1657
1658         PR c++/14365
1659         * c-typeprint.c (c_type_print_varspec_prefix): Pass
1660         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1661
1662 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
1663
1664         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1665         The typo broke "make TAGS".
1666
1667 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
1668
1669         GDB 7.5 released.
1670
1671 2012-08-17  Keith Seitz  <keiths@redhat.com>
1672
1673         PR c++/13356
1674         * gdbtypes.c (strict_type_checking): New variable.
1675         (show_strict_type_checking): New function.
1676         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1677         if strict type checking is disabled.
1678         (_initialize_gdbtypes): Add "check type" subcommand.
1679         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1680
1681 2012-08-17  Keith Seitz  <keiths@redhat.com>
1682
1683         * language.h (type_mode): Remove.
1684         (type_check): Remove.
1685         (struct language_defn): Remove la_type_check.
1686         (STRICT_TYPE): Remove unused macro.
1687         (type_error): Remove.
1688         * language.c (set_type_range_case): Renamed to ...
1689         (set_range_case): ... this.  Update all callers.
1690         Remove type_mode/type_check.
1691         (type_mode): Remove.
1692         (type_check): Remove.
1693         (show_type_command): Remove.
1694         (set_type_command): Remove.
1695         (language_info): Remove type checking output.
1696         (type_error): Remove unused function.
1697         (range_error): Update comment.
1698         (unknown_language_defn): Remove la_type_check.
1699         (auto_language_defn): Likewise.
1700         (local_language_defn): Likewise.
1701         (_initialize_language): Remove "check type" subcommand.
1702         * ada-lang.c (ada_language_defn): Remove la_type_check.
1703         * c-lang.c (c_language_defn): Likewise.
1704         (cplus_language_defn): Likewise.
1705         (asm_language_defn): Likewise.
1706         (minimal_language_defn): Likewise.
1707         * d-lang.c (d_language_defn): Likewise.
1708         * f-lang.c (f_language_defn): Likewise.
1709         * go-lang.c (go_language_defn): Likewise.
1710         * jv-lang.c (java_language_defn): Likewise.
1711         * m2-lang.c (m2_language_defn): Likewise.
1712         * objc-lang.c (objc_language_defn): Likewise.
1713         * opencl-lang.c (opencl_language_defn): Likewise.
1714         * p-lang.c (pascal_language_defn): Likewise.
1715
1716 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
1717
1718         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1719
1720 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1721
1722         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1723         New function.
1724         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1725         using the regache.  Use ia64_hpux_get_register_from_save_state_t
1726         to access the bsp and bspstore registers if not.
1727
1728 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1729
1730         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1731         * breakpoint.c (detach_breakpoints): Change pid parameter into
1732         a ptid.  Adjust code accordingly.
1733         * infrun.c (handle_inferior_event): Delete variable child_pid.
1734         Update call to detach_breakpoints to pass the child ptid for
1735         fork events.
1736         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1737         assert that inferior_ptid's lwp is zero.
1738         (linux_handle_extended_wait): Update call to detach_breakpoints.
1739         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1740         detach_breakpoints.
1741
1742 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1743
1744         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1745         parent, only call detach_breakpoints if tts.tts_event ==
1746         TTEVT_VFORK.
1747
1748 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1749
1750         * dwarf2-frame.c (dwarf2_frame_cache): Use
1751         get_frame_address_in_block instead of get_frame_pc as
1752         the bound for executing the frame's FDE.
1753
1754 2012-08-16  Yao Qi  <yao@codesourcery.com>
1755
1756         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1757         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1758         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1759         (c_type_print_varspec_suffix): Likewise.
1760         * eval.c (evaluate_subexp_standard): Likewise.
1761         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1762         (f_type_print_varspec_suffix): Likewise.
1763         * gdbtypes.c (is_scalar_type): Likewise.
1764         (recursive_dump_type): Likewise.
1765         * infcall.c (value_arg_coerce): Likewise.
1766         * m2-valprint.c (m2_val_print): Likewise.
1767         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1768         (pascal_type_print_varspec_suffix): Likewise.
1769         (pascal_type_print_base): Likewise.
1770         * p-valprint.c (pascal_val_print): Likewise.
1771         (pascal_val_print): Likewise.
1772         * valops.c (value_slice): Likewise.
1773         * valprint.c (scalar_type_p): Likewise.
1774         * valarith.c (value_bitstring_subscript): Remove.
1775         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1776         Remove comment on TYPE_CODE_BITSTRING.
1777
1778         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1779         TYPE_CODE_BITSTRING.
1780
1781         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1782         slot 0.
1783
1784 2012-08-16  Yao Qi  <yao@codesourcery.com>
1785
1786         * tracepoint.c (trace_find_none_command): Remove.
1787         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1788
1789 2012-08-16  Yao Qi  <yao@codesourcery.com>
1790
1791         * remote.c (handle_notification): Remove parameter 'length'.
1792         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1793
1794 2012-08-15  Keith Seitz  <keiths@redhat.com>
1795
1796         * gdbtypes.c (opaque_type_resolution): Make static.
1797         Add missing comment.
1798         (overload_debug): Add missing comment.
1799         (show_opaque_type_resolution): Likewise.
1800         (show_overload_debug): Likewise.
1801         (print_bit_vector): Remove unnecessary forward declaration.
1802         (print_arg_types): Likewise.
1803         (dump_fn_fieldlists): Likewise.
1804         (print_cplus_stuff): Likewise.
1805
1806 2012-08-15  Tom Tromey  <tromey@redhat.com>
1807
1808         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1809         (gdb_bfd_ref): Initialize new field.
1810         (gdb_bfd_unref): Unref the archive BFD.
1811         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1812         parent archive.
1813
1814 2012-08-15  Tom Tromey  <tromey@redhat.com>
1815
1816         PR python/14387:
1817         * python/py-bpevent.c (create_breakpoint_event_object): Update
1818         comment.
1819         * python/py-event.c (evpy_add_attribute): Update comment.
1820         * python/py-exitedevent.c (create_exited_event_object): Fix
1821         reference counting and error handling.
1822         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1823         Fix reference counting.
1824         * python/py-signalevent.c (create_signal_event_object): Fix
1825         reference counting and error handling.
1826         * python/py-stopevent.c (emit_stop_event): Fix reference
1827         counting.
1828         * python/py-threadevent.c (get_event_thread): Return a
1829         borrowed reference.
1830         * python/py-type.c (convert_field): Fix reference counting.
1831
1832 2012-08-15  Tom Tromey  <tromey@redhat.com>
1833
1834         * dwarf2read.c (dwarf_decode_macro_bytes)
1835         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1836         as hash key.
1837
1838 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
1839
1840         * infcmd.c (_initialize_infcmd): Update help text for the signal,
1841         stepi, nexti, finish, next, step, jump, and continue commands.
1842         * infrun.c (_initialize_infrun): Update help text for the handle
1843         command.
1844
1845 2012-08-14  Doug Evans  <dje@google.com>
1846
1847         * gdbtypes.c (struct extra): Delete, unused.
1848
1849         * gdbtypes.c: Whitespace cleanup.
1850         (address_space_name_to_int): Remove "extern" from definition.
1851         (_initialize_gdbtypes): Declare with initialize_file_ftype.
1852
1853         * gdbtypes.c (make_pointer_type): Remove redundant setting of
1854         TYPE_POINTER_TYPE (type).
1855
1856 2012-08-14  Gary Benson  <gbenson@redhat.com>
1857
1858         * solib-svr4.c (svr4_free_library_list): Use free_so.
1859
1860 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
1861
1862         * .gitignore: Add go-exp.c.
1863
1864 2012-08-13  Doug Evans  <dje@google.com>
1865
1866         * value.c (show_convenience): Tweak comment.
1867         (_initialize_values): Mention convenience functions in the help text
1868         for "show convenience".
1869
1870 2012-08-13  Yao Qi  <yao@codesourcery.com>
1871
1872         * std-operator.def: Remove TERNOP_SLICE_COUNT.
1873         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1874         TERNOP_SLICE_COUNT.
1875         * eval.c (evaluate_subexp_standard): Likewise.
1876         * expprint.c (print_subexp_standard): Likewise.
1877         (dump_subexp_body_standard): Likewise.
1878         * parse.c (operator_length_standard): Likewise.
1879
1880 2012-08-13  Yao Qi  <yao@codesourcery.com>
1881
1882         * std-operator.def: Remove OP_BITSTRING.
1883         * breakpoint.c (watchpoint_exp_is_const): Update.
1884         * eval.c (evaluate_subexp_standard): Remove handling to
1885         OP_BITSTRING.
1886         * expprint.c (print_subexp_standard): Likewise.
1887         (dump_subexp_body_standard): Likewise.
1888         * parse.c (operator_length_standard): Likewise.
1889         * valops.c (value_bitstring): Remove.
1890         * value.h: Remove the declaration of 'value_bitstring'.
1891
1892 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1893
1894         * linespec.c (find_methods): Remove unused variables `i1' and
1895         `name_len'.
1896         (decode_line_full): Likewise for `arg_start'.
1897
1898 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1899
1900         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1901         (zlib_decompress_section): Likewise for `section_data'.
1902         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1903
1904 2012-08-10  Doug Evans  <dje@google.com>
1905
1906         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1907         * NEWS: Document them.
1908         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1909         function/strfns.py.
1910         * python/py-type.c (typy_array_1): New function.
1911         (typy_array): Call it.
1912         (typy_vector): New function.
1913         (type_object_methods): Add "vector".
1914         * python/lib/gdb/function/__init__.py: New file.
1915         * python/lib/gdb/function/strfns.py: New file.
1916
1917 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1918
1919         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1920         for TYPE_FIELD_BITPOS.
1921         (typy_get_sizeof): Likewise for TYPE_LENGTH.
1922
1923 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
1924
1925         PR cli/10436:
1926         * common/vec.h (VEC_merge): Define.
1927         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1928         (DEF_VEC_ALLOC_FUNC_P): Likewise.
1929         (DEF_VEC_ALLOC_FUNC_O): Likewise.
1930         * completer.c: Include gdb_signals.h.
1931         (signal_completer): Define.
1932         * completer.h (signal_completer): Add prototype.
1933         * infcmd.c (_initialize_infcmd): Assign the command
1934         completer for "signal" to handle_completer.
1935         * infrun.c: Include completer.h.
1936         (handle_completer): Define.
1937         (_initialize_infrun): Declare a new local variable c.  Store the
1938         result of add_com("handle") to it.  Assign the command
1939         completer for "handle" to handle_completer.
1940
1941 2012-08-09  Yao Qi  <yao@codesourcery.com>
1942
1943         * cli/cli-decode.c (set_cmd_prefix): New.
1944         (lookup_cmd_for_prefixlist): New.
1945         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1946         of each cmd_list_element in *prefixlist.
1947         (add_setshow_cmd_full): set_cmd_prefix.
1948         (add_alias_cmd): Likewise.
1949         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1950         Declare 'auto_boolean_enums'.
1951         * cli/cli-setshow.c: Include "observer.h".
1952         (notify_command_param_changed_p): New.
1953         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1954         Remove 'static'.
1955         (do_setshow_command): Split it to ...
1956         (do_set_command, do_show_command): ... them.  New.
1957         (do_set_command): Call observer_notify_command_param_changed if
1958         notify_command_param_changed_p returns true.
1959         (cmd_show_list): Caller update.
1960         * auto-load.c (set_auto_load_cmd): Likewise.
1961         * remote.c (show_remote_cmd): Likewise.
1962         * cli/cli-setshow.h: Update declarations.
1963         * top.c (execute_command): Call do_set_command and do_show_command.
1964
1965         * NEWS: Mention new MI notification.
1966         * mi/mi-interp.c: Declare mi_command_param_changed.
1967         (mi_interpreter_init): Attach mi_command_param_changed to
1968         observer command_param_changed.
1969         (mi_command_param_changed): New.
1970         Remove mi_suppress_breakpoint_notifications.
1971         Define global variable mi_suppress_notification.
1972         (mi_breakpoint_created): Update.
1973         (mi_breakpoint_deleted): Likewise.
1974         (mi_breakpoint_modified): Likewise.
1975         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
1976         'gdb-set' and set mi_suppress_notification.
1977         * mi/mi-main.h: (mi_suppress_notification): New struct.
1978
1979 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
1980             Jan Kratochvil  <jan.kratochvil@redhat.com>
1981
1982         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1983
1984 2012-08-09  Yao Qi  <yao@codesourcery.com>
1985
1986         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1987         (skiplist): Move it to skip.c.
1988         (init_cmd_lists): Remove code setting enablebreaklist and
1989         skiplist to NULL.
1990         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1991         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1992         skiplist.
1993         * gdbcmd.h: Likewise.
1994         * skip.c (_initialize_step_skip): Move 'skiplist' from
1995         cli/cli-cmds.c.
1996
1997 2012-08-09  Yao Qi  <yao@codesourcery.com>
1998
1999         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2000         * gnu-nat.c, symfile.c: Likewise.
2001
2002 2012-08-08  Aaron Gamble  <agamble@google.com>
2003
2004         * utils.c (prompt_for_continue_wait_time): New static global.
2005         (make_command_stats_cleanup): Initialize it.
2006         (report_command_stats): Subtract time waiting for user.
2007         (prompt_for_continue): Track time waiting for user.
2008         (defaulted_query): Track time waiting for user.
2009
2010 2012-08-08  Doug Evans  <dje@google.com>
2011
2012         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2013         UNOP_MEMVAL_TYPE.
2014         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2015         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2016         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2017         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2018         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2019         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2020         elt.
2021         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2022         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2023         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2024         (dump_prefix_expression): Handle OP_TYPE.
2025
2026 2012-08-08  Keith Seitz  <keiths@redhat.com>
2027
2028         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2029         addr_start.
2030
2031 2012-08-08  Doug Evans  <dje@google.com>
2032
2033         * linux-thread-db.c: #include "gdb_vecs.h".
2034         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2035         updated.
2036         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2037         (thread_db_load_search): Use a vector to iterate over path elements.
2038         Handle text appearing after "$pdir".
2039
2040         * gdb_string.h: Moved to ...
2041         * common/gdb_string.h: ... here.
2042         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2043         gdb_string.h and gdb_assert.h.
2044
2045 2012-08-08  Yao Qi  <yao@codesourcery.com>
2046
2047         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2048         (tic6x_value_to_register): Likewise.
2049         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2050         and set_gdbarch_value_to_register.
2051
2052 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2053             Jean-Marc Saffroy  <saffroy@gmail.com>
2054
2055         PR 11804
2056         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2057         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2058         * gcore.c (gcore_create_callback): New function comment.  Add modified
2059         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2060         according to MODIFIED.
2061         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2062         the passed modified value to FUNC.
2063         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2064         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2065         first.  New variables modified and has_anonymous.  Parse the lines of
2066         smaps file.  Add the passed MODIFIED value to FUNC.
2067         * procfs.c (find_memory_regions_callback): Add the passed modified
2068         value.
2069
2070 2012-08-06  Tom Tromey  <tromey@redhat.com>
2071
2072         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2073         (dwarf2_frame_cache): Use it.
2074         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2075         cache initialization constraint.
2076
2077 2012-08-06  Tom Tromey  <tromey@redhat.com>
2078
2079         PR python/14386:
2080         * varobj.c (update_dynamic_varobj_children): Don't call
2081         PyIter_Check.
2082
2083 2012-08-06  Tom Tromey  <tromey@redhat.com>
2084
2085         PR cli/14392:
2086         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2087
2088 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2089
2090         * NEWS: New entry for 'cd' default parameters.
2091         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2092
2093 2012-08-03  Tom Tromey  <tromey@redhat.com>
2094
2095         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2096         return.
2097
2098 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2099
2100         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2101         to attempting lseek/write.
2102         (inf_child_fileio_pread): Likewise for pread.
2103
2104 2012-08-02  Yao Qi  <yao@codesourcery.com>
2105
2106         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2107         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2108         add_setshow_zinteger_cmd.
2109         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2110         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2111         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2112         instead of add_setshow_zinteger_cmd.
2113         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2114         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2115         instead of add_setshow_zinteger_cmd.
2116         * frame.c (frame_debug): Add 'unsigned'.
2117         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2118         add_setshow_zinteger_cmd.
2119         * frame.h: Update the declaration of 'frame_debug'.
2120         * gdbtypes.c (overload_debug): Add 'unsigned'.
2121         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2122         add_setshow_zinteger_cmd.
2123         * inferior.h: Update declaration of 'debug_infrun'.
2124         * infrun.c (debug_infrun): Add 'unsigned'.
2125         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2126         add_setshow_zinteger_cmd.
2127         * jit.c (jit_debug): Add 'unsigned'.
2128         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2129         add_setshow_zinteger_cmd.
2130         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2131         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2132         instead of add_setshow_zinteger_cmd.
2133         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2134         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2135         add_setshow_zinteger_cmd.
2136         * machoread.c (mach_o_debug_level): Add 'unsigned'.
2137         (_initialize_machoread): Call add_setshow_zuinteger_cmd
2138         instead of add_setshow_zinteger_cmd.
2139         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2140         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2141         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2142         intead of add_setshow_zinteger_cmd.
2143         * mips-tdep.c (mips_debug): Add 'unsigned'.
2144         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2145         instead of add_setshow_zinteger_cmd.
2146         * monitor.c (monitor_debug): Add 'unsigned'.
2147         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2148         add_setshow_zinteger_cmd.
2149         * observer.c (observer_debug): Add 'unsigned'.
2150         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2151         add_setshow_zinteger_cmd.
2152         * parse.c (expressiondebug): Add 'unsigned'.
2153         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2154         add_setshow_zinteger_cmd.
2155         * record.c (record_debug): Add 'unsigned'.
2156         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2157         add_setshow_zinteger_cmd.
2158         * record.h: Update the declaration of 'record_debug'.
2159         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2160         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2161         add_setshow_zinteger_cmd.
2162         * serial.c (global_serial_debug_p): Add 'unsigned'.
2163         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2164         add_setshow_zinteger_cmd.
2165         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2166         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2167         add_setshow_zinteger_cmd.
2168         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2169         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2170         add_setshow_zinteger_cmd.
2171         * target.c (targetdebug): Add 'unsigned'.
2172         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2173         add_setshow_zinteger_cmd.
2174         * valops.c (overload_debug): Add 'unsigned'.
2175         * varobj.c (varobjdebug): Add 'unsigned'.
2176         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2177         add_setshow_zinteger_cmd.
2178         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2179         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2180         instead of add_setshow_zinteger_cmd.
2181
2182         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2183         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2184         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2185         instead of add_setshow_zinteger_cmd.
2186         * gdbarch.c, gdbarch.h: Re-generated.
2187
2188 2012-08-02  Yao Qi  <yao@codesourcery.com>
2189
2190         * nto-tdep.c: Don't include cli/cli-decode.h and
2191         cli/cli-cmds.h.
2192         (_initialize_nto_tdep): Remove.
2193         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2194         Remove field.
2195         Remove macro nto_internal_debugging.
2196
2197 2012-08-01  Richard Henderson  <rth@redhat.com>
2198
2199         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2200         (mep-*-*) [gdb_target_obs]: Likewise.
2201
2202 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
2203
2204         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2205         linux_get_siginfo_type.
2206
2207 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
2208
2209         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2210         AT_ENTRY_POINT.
2211         (call_function_by_hand) <ON_STACK>: Call write_memory with
2212         gdbarch_breakpoint_from_pc, if possible.
2213         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2214         here.
2215
2216 2012-07-31  Yao Qi  <yao@codesourcery.com>
2217
2218         * tracepoint.c: Add 'static' for some variables.
2219
2220 2012-07-31  Yao Qi  <yao@codesourcery.com>
2221
2222         * go32-nat.c: Declare _initialize_go32_nat.
2223         * ser-go32.c: Declare _initialize_ser_dos.
2224         * top.c (do_chdir_cleanup): Add 'static'.
2225
2226 2012-07-30  Keith Seitz  <keiths@redhat.com>
2227
2228         * linespec.c (linespec_lex_number): A number followed
2229         by quotes is a valid number, too.
2230
2231 2012-07-30  Tom Tromey  <tromey@redhat.com>
2232
2233         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2234
2235 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
2236
2237         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2238         attempt to 4-byte-align HW breakpoint addresses for Thumb.
2239
2240 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
2241
2242         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2243         invalid or reevaluated to prevent prevent references to possibly
2244         delete'd type objects being left in the varobj.
2245
2246 2012-07-27  Tom Tromey  <tromey@redhat.com>
2247             Jan Kratochvil  <jan.kratochvil@redhat.com>
2248
2249         * copying.awk: Print buffer-read-only and vi ro markers.
2250         * copying.c: Rebuild.
2251         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2252         * gdbarch.c, gdbarch.h: Rebuild.
2253         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2254         buffer-read-only and vi ro markers.
2255         * features/arm-with-iwmmxt.c: Rebuild.
2256         * features/arm-with-m-fpa-layout.c: Rebuild.
2257         * features/arm-with-m-vfp-d16.c: Rebuild.
2258         * features/arm-with-m.c: Rebuild.
2259         * features/arm-with-neon.c: Rebuild.
2260         * features/arm-with-vfpv2.c: Rebuild.
2261         * features/arm-with-vfpv3.c: Rebuild.
2262         * features/i386/amd64-avx-linux.c: Rebuild.
2263         * features/i386/amd64-avx.c: Rebuild.
2264         * features/i386/amd64-linux.c: Rebuild.
2265         * features/i386/amd64.c: Rebuild.
2266         * features/i386/i386-avx-linux.c: Rebuild.
2267         * features/i386/i386-avx.c: Rebuild.
2268         * features/i386/i386-linux.c: Rebuild.
2269         * features/i386/i386-mmx-linux.c: Rebuild.
2270         * features/i386/i386-mmx.c: Rebuild.
2271         * features/i386/i386.c: Rebuild.
2272         * features/i386/x32-avx-linux.c: Rebuild.
2273         * features/i386/x32-avx.c: Rebuild.
2274         * features/i386/x32-linux.c: Rebuild.
2275         * features/i386/x32.c: Rebuild.
2276         * features/mips-dsp-linux.c: Rebuild.
2277         * features/mips-linux.c: Rebuild.
2278         * features/mips64-dsp-linux.c: Rebuild.
2279         * features/mips64-linux.c: Rebuild.
2280         * features/rs6000/powerpc-32.c: Rebuild.
2281         * features/rs6000/powerpc-32l.c: Rebuild.
2282         * features/rs6000/powerpc-403.c: Rebuild.
2283         * features/rs6000/powerpc-403gc.c: Rebuild.
2284         * features/rs6000/powerpc-405.c: Rebuild.
2285         * features/rs6000/powerpc-505.c: Rebuild.
2286         * features/rs6000/powerpc-601.c: Rebuild.
2287         * features/rs6000/powerpc-602.c: Rebuild.
2288         * features/rs6000/powerpc-603.c: Rebuild.
2289         * features/rs6000/powerpc-604.c: Rebuild.
2290         * features/rs6000/powerpc-64.c: Rebuild.
2291         * features/rs6000/powerpc-64l.c: Rebuild.
2292         * features/rs6000/powerpc-7400.c: Rebuild.
2293         * features/rs6000/powerpc-750.c: Rebuild.
2294         * features/rs6000/powerpc-860.c: Rebuild.
2295         * features/rs6000/powerpc-altivec32.c: Rebuild.
2296         * features/rs6000/powerpc-altivec32l.c: Rebuild.
2297         * features/rs6000/powerpc-altivec64.c: Rebuild.
2298         * features/rs6000/powerpc-altivec64l.c: Rebuild.
2299         * features/rs6000/powerpc-cell32l.c: Rebuild.
2300         * features/rs6000/powerpc-cell64l.c: Rebuild.
2301         * features/rs6000/powerpc-e500.c: Rebuild.
2302         * features/rs6000/powerpc-e500l.c: Rebuild.
2303         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2304         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2305         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2306         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2307         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2308         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2309         * features/rs6000/powerpc-vsx32.c: Rebuild.
2310         * features/rs6000/powerpc-vsx32l.c: Rebuild.
2311         * features/rs6000/powerpc-vsx64.c: Rebuild.
2312         * features/rs6000/powerpc-vsx64l.c: Rebuild.
2313         * features/rs6000/rs6000.c: Rebuild.
2314         * features/s390-linux32.c: Rebuild.
2315         * features/s390-linux32v1.c: Rebuild.
2316         * features/s390-linux32v2.c: Rebuild.
2317         * features/s390-linux64.c: Rebuild.
2318         * features/s390-linux64v1.c: Rebuild.
2319         * features/s390-linux64v2.c: Rebuild.
2320         * features/s390x-linux64.c: Rebuild.
2321         * features/s390x-linux64v1.c: Rebuild.
2322         * features/s390x-linux64v2.c: Rebuild.
2323         * features/tic6x-c62x-linux.c: Rebuild.
2324         * features/tic6x-c62x.c: Rebuild.
2325         * features/tic6x-c64x-linux.c: Rebuild.
2326         * features/tic6x-c64x.c: Rebuild.
2327         * features/tic6x-c64xp-linux.c: Rebuild.
2328         * features/tic6x-c64xp.c: Rebuild.
2329
2330 2012-07-27  Tom Tromey  <tromey@redhat.com>
2331
2332         * c-exp.y (classify_name): Avoid assignment in condition.
2333
2334 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
2335
2336         * amd64-windows-tdep.c: Include "frame.h".
2337         (amd64_windows_skip_trampoline_code): New function.
2338         (amd64_windows_init_abi): Add trampoline registration.
2339
2340 2012-07-27  Yao Qi  <yao@codesourcery.com>
2341
2342         * tracepoint.c (cur_traceframe_number): Remove.
2343         (set_tfile_traceframe): Remove.
2344         (tfile_trace_find, tfile_fetch_registers): Update callers.
2345         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2346         (tfile_open, tfile_trace_find): Likewise.
2347
2348 2012-07-27  Yao Qi  <yao@codesourcery.com>
2349
2350         * thread.c (switch_to_thread): Don't call registers_changed.
2351
2352 2012-07-26  Tom Tromey  <tromey@redhat.com>
2353
2354         * Makefile.in (SFILES): Remove objc-exp.y.
2355         (YYFILES): Remove objc-exp.c.
2356         (YYOBJ): Remove objc-exp.o.
2357         (local-maintainer-clean): Don't mention objc-exp.c.
2358         * c-exp.y: Include objc-lang.h.
2359         (%union) <class>: New field.
2360         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2361         (exp): Clone subscript production for OBJC_LBRAC.  Add various
2362         Objective C productions.
2363         (msglist, msgarglist, msgarg): New productions.
2364         (array_mod, func_mod, operator): Clone productions for
2365         OBJC_LBRAC.
2366         (parse_string_or_char): Handle '@' strings.
2367         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
2368         (classify_name): Check la_name_of_this.  Recognize ObjC class
2369         names.
2370         * objc-exp.y: Remove.
2371         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2372         * objc-lang.h (objc_parse, objc_error): Don't declare.
2373
2374 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2375
2376         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2377
2378 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2379
2380         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2381         and decrement.
2382
2383 2012-07-26  Tom Tromey  <tromey@redhat.com>
2384
2385         * copying.c: Rebuild.
2386         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
2387         'no_class'.
2388
2389 2012-07-26  Tom Tromey  <tromey@redhat.com>
2390
2391         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2392         immediate_quit.
2393         (print_objfile_statistics): Likewise.
2394         (maintenance_print_symbols): Likewise.
2395         (maintenance_print_msymbols): Likewise.
2396         (maintenance_print_objfiles): Likewise.
2397         * psymtab.c (print_partial_symbols): Call QUIT.
2398         (maintenance_print_psymbols): Likewise.  Don't modify
2399         immediate_quit.
2400         * copying.c (show_copying_command): Don't modify immediate_quit.
2401         (show_warranty_command): Likewise.
2402         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2403
2404 2012-07-26  Keith Seitz  <keiths@redhat.com>
2405
2406         * linespec.c (linespec_lexer_lex_number): The input
2407         is also a valid number if the next character is a comma
2408         or colon.
2409
2410 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
2411
2412         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2413         configure options.
2414
2415 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2416
2417         * machoread.c: Include gdb_bfd.h.
2418
2419 2012-07-26  Tristan Gingold  <gingold@adacore.com>
2420
2421         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2422         offset.
2423
2424 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2425
2426         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2427         SIZE to size_t.
2428         (dwarf2_evaluate_loc_desc): Likewise.
2429         (dwarf2_loc_desc_needs_frame): Likewise.
2430         (locexpr_describe_location_1): Likewise.
2431         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2432         size_t.
2433         (struct dwarf2_loclist_baton): Likewise.
2434         * dwarf2read.c (struct dwarf_block): Likewise.
2435         (dump_die_shallow): Use pulongest to print dwarf_block.size.
2436         (decode_locdesc): Expand SIZE and I to size_t.
2437
2438 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2439
2440         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2441
2442 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2443
2444         * doublest.c (convert_doublest_to_floatformat): If the exponent
2445         is too small, treat the value as zero.  If the exponent is too
2446         large, treat the value as infinity.
2447
2448 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
2449
2450         * configure.ac: Add --enable-lmcheck configure option.
2451         * configure: Regenerate.
2452
2453 2012-07-25  Tom Tromey  <tromey@redhat.com>
2454
2455         * NEWS: Mention maint info bfds.
2456         * gdb_bfd.c (all_bfds): New global.
2457         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2458         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2459         New functions.
2460
2461 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
2462
2463         * configure.tgt: Add v850*-*-rtems*.
2464
2465 2012-07-25  Tom Tromey  <tromey@redhat.com>
2466
2467         * macrotab.c (macro_bcache_str): Remove cast.
2468
2469 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
2470
2471         * linespec.c (linespec_lexer_lex_number): Update comments,
2472         change the return and add check to make sure the input is
2473         the decimal numbers.
2474         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2475         false, call linespec_lexer_lex_string.
2476
2477 2012-07-24  Tom Tromey  <tromey@redhat.com>
2478
2479         * symfile.c (symbol_file_add): Don't open BFD twice.
2480
2481 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
2482
2483         * breakpoint.c (create_breakpoint): Store condition for pending
2484         breakpoints.
2485
2486 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
2487
2488         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2489         (m68k_return_value): Handle complex types like structures.
2490         (m68k_svr4_return_value): Likewise.
2491
2492 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2493
2494         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2495         parameters to bfd_get_section_name.
2496
2497 2012-07-24  Yao Qi  <yao@codesourcery.com>
2498
2499         * cli/cli-setshow.c: Handle case 'var_uinteger'
2500         and 'var_zuninteger' together.  Handle case 'var_integer' and
2501         'var_zinteger' together.
2502
2503 2012-07-23  Keith Seitz  <keiths@redhat.com>
2504
2505         * linespec.c (convert_linespec_to_sal): Don't add
2506         any symbols to the result vector if symbol_to_sal
2507         returns zero.
2508
2509 2012-07-23  Keith Seitz  <keiths@redhat.com>
2510
2511         * linespec.c (decode_objc): Record the function name
2512         in the linespec.
2513
2514 2012-07-23  Tom Tromey  <tromey@redhat.com>
2515
2516         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
2517         counting.
2518         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2519         (map_vmap): Acquire a reference to the BFD.
2520
2521 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
2522
2523         * p-valprint.c (pascal_object_print_value): Replace potentially
2524         unsafe alloca with xmalloc/xfree.
2525         * valops.c (search_struct_method): Likewise.
2526
2527 2012-07-23  Tom Tromey  <tromey@redhat.com>
2528
2529         * solib-svr4.c (enable_break): Update.
2530         * bfd-target.h (target_bfd_reopen): Update documentation.
2531
2532 2012-07-23  Tom Tromey  <tromey@redhat.com>
2533
2534         * symfile.c (separate_debug_file_exists): Update.
2535         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2536         (reread_symbols): Update.
2537         * elfread.c (build_id_verify): Update.
2538         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2539         bfd_open_maybe_remote.
2540
2541 2012-07-23  Tom Tromey  <tromey@redhat.com>
2542
2543         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2544
2545 2012-07-23  Tom Tromey  <tromey@redhat.com>
2546
2547         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2548         and 'abfd'.
2549         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2550         and 'abfd'.
2551         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2552         * machoread.c (macho_add_oso_symfile): Make a cleanup for
2553         'abfd'.
2554         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2555         * objfiles.c (allocate_objfile): Acquire a new reference.
2556         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2557         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2558         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2559         a cleanup for 'nbfd'.
2560         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2561         for 'nbfd'.
2562         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2563         make a cleanup for 'abfd'.
2564         (symbol_file_add): Make a BFD cleanup.
2565
2566 2012-07-23  Tom Tromey  <tromey@redhat.com>
2567
2568         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2569         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2570         * corelow.c (core_open): Use gdb_bfd_fopen.
2571         * dsrec.c (load_srec): Use gdb_bfd_openr.
2572         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2573         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2574         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2575         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2576         (gdb_bfd_fdopenr): New functions.
2577         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2578         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2579         (gdb_bfd_fdopenr): Declare.
2580         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2581         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2582         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2583         gdb_bfd_openr_next_archived_file.
2584         (macho_check_dsym): Use gdb_bfd_openr.
2585         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2586         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2587         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2588         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2589         gdb_bfd_openr.
2590         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2591         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2592         gdb_bfd_openr_next_archived_file.
2593         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2594         Use gdb_bfd_openr.
2595         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2596         gdb_bfd_openr.
2597         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2598         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2599         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2600         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2601         (symfile_bfd_open): Use gdb_bfd_fopen.
2602         (generic_load): Use gdb_bfd_openr.
2603         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2604
2605 2012-07-23  Tom Tromey  <tromey@redhat.com>
2606
2607         * bfd-target.c (target_bfd_reopen): Update.
2608         * cli/cli-dump.c (bfd_openr_with_cleanup)
2609         (bfd_openw_with_cleanup): Update.
2610         * corelow.c (core_open): Update.
2611         * dsrec.c (load_srec): Update.
2612         * exec.c (exec_file_attach): Update.
2613         * gcore.c (create_gcore_bfd): Update.
2614         * gdb_bfd.c (gdb_bfd_ref): Return void.
2615         (gdb_bfd_open): Update.
2616         * gdb_bfd.h (gdb_bfd_ref): Return void.
2617         Update comments.
2618         * jit.c (jit_bfd_try_read_symtab): Update.
2619         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2620         * machoread.c (macho_symfile_read_all_oso): Update.
2621         (macho_check_dsym): Update.
2622         * procfs.c (insert_dbx_link_bpt_in_file): Update.
2623         * remote-m32r-sdi.c (m32r_load): Update.
2624         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2625         * rs6000-nat.c (add_vmap): Update.
2626         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2627         Update.
2628         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2629         * solib-spu.c (spu_bfd_open): Update.
2630         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2631         * spu-linux-nat.c (spu_bfd_open): Update.
2632         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2633         (generic_load): Update.
2634         * windows-nat.c (windows_make_so): Update.
2635
2636 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
2637
2638         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2639
2640 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
2641
2642         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2643         SIGTRAMP_FRAME unwinding.
2644
2645 2012-07-20  Doug Evans  <dje@google.com>
2646
2647         * NEWS: Document new options "set/show use-deprecated-index-sections",
2648         and delete reference to --use-deprecated-index-sections.
2649         * symfile.h (use_deprecated_index_sections): Delete.
2650         * dwarf2read.c (use_deprecated_index_sections): Make static.
2651         (read_index_from_section): Update wording of how to load
2652         deprecated index sections.
2653         (_initialize_dwarf2_read): New options
2654         "set/show use-deprecated-index-sections".
2655         * main.c (captured_main): Delete --use-deprecated-index-sections.
2656
2657 2012-07-20  Pedro Alves  <palves@redhat.com>
2658
2659         PR threads/11692
2660         PR gdb/12203
2661
2662         * infrun.c (handle_inferior_event) <new thread>: Don't special
2663         case minus_one_ptid.
2664         <TARGET_WAITKIND_SPURIOUS>: Ditto.
2665         * linux-thread-db.c (thread_get_info_callback): Don't return early
2666         if the thread is zombie.
2667         (thread_from_lwp): Change return type to void.  Rewrite stale
2668         comment.
2669         (attach_thread): Don't return early if the thread is zombie,
2670         instead set its "dying" flag.
2671         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2672         (find_new_threads_callback): Don't return early if the thread is
2673         zombie.
2674
2675 2012-07-20  Pedro Alves  <palves@redhat.com>
2676
2677         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2678         * target.c (target_wait): Likewise.
2679         (str_comma_list_concat_elem, do_option, target_options_to_string):
2680         New functions.
2681         * target.h (target_options_to_string): Declare.
2682
2683 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
2684             Tom Tromey  <tromey@redhat.com>
2685
2686         * dwarf2read.c (dwarf_decode_macros)
2687         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2688         DW_MACRO_GNU_transparent_include_alt>: New cases.
2689         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2690         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2691
2692 2012-07-20  Tom Tromey  <tromey@redhat.com>
2693
2694         * dwarf2read.c (try_open_dwo_file): Don't call
2695         gdb_bfd_stash_filename.
2696
2697 2012-07-20  Pedro Alves  <palves@redhat.com>
2698
2699         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2700         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2701         (i386_process_record): Tweak description comments.
2702
2703 2012-07-20  Pedro Alves  <palves@redhat.com>
2704
2705         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2706         (i386_process_record): Use record_read_memory.
2707         * record.c (record_read_memory): New function.
2708         (record_arch_list_add_mem, record_exec_insn): Use
2709         record_read_memory.
2710         * record.h (record_read_memory): Declare.
2711
2712 2012-07-20  Yao Qi  <yao@codesourcery.com>
2713
2714         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2715         NULL for xfree.
2716
2717 2012-07-19  Pedro Alves  <palves@redhat.com>
2718
2719         * record.c (record_resume): Ask the target beneath to report all
2720         signals.
2721
2722 2012-07-19  Doug Evans  <dje@google.com>
2723
2724         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2725         there's no section at address zero.
2726         (dwarf2_record_block_ranges): Ditto.
2727
2728 2012-07-19  Yao Qi  <yao@codesourcery.com>
2729
2730         * command.h, remote.c: Fix a typo in comment.
2731
2732 2012-07-19  Tom Tromey  <tromey@redhat.com>
2733
2734         PR exp/13206:
2735         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2736         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2737         OP_DECLTYPE>: New cases.
2738         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2739         (type_exp): Add new productions.
2740         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2741         and decltype.
2742         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2743         New case.
2744         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2745         OP_DECLTYPE>: New case.
2746         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2747         New case.
2748         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2749         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2750
2751 2012-07-19  Tom Tromey  <tromey@redhat.com>
2752
2753         * c-exp.y (enum token_flags): New.
2754         (struct token) <cxx_only>: Remove.
2755         <flags>: New field.
2756         (tokentab3, tokentab2, ident_tokens): Update.
2757         (lex_one_token): Update.  Handle FLAG_SHADOW.
2758
2759 2012-07-19  Tom Tromey  <tromey@redhat.com>
2760
2761         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2762         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2763         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2764         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
2765         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
2766         type_exp production where appropriate.
2767         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2768         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2769         <UNOP_MEMVAL_TYPE>: New case.
2770         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2771         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2772         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2773         <UNOP_MEMVAL_TYPE>: New case.
2774         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2775         UNOP_REINTERPRET_CAST>: Update.
2776         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2777         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2778         UNOP_REINTERPRET_CAST>: Update.
2779         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2780         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2781         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2782         constants.
2783
2784 2012-07-19  Yao Qi  <yao@codesourcery.com>
2785             Jan Kratochvil <jan.kratochvil@redhat.com>
2786
2787         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2788         and case 'var_optional_filename' together.
2789         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2790         instead of add_setshow_optional_filename_cmd for setshow command
2791         'args'.  Set completer for 'set args'.
2792
2793 2012-07-18  Doug Evans  <dje@google.com>
2794
2795         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2796         * common/gdb_vecs.c: New file, contents from utils.c.
2797         * common/host-defs.h: New file, contents from defs.h.
2798         * utils.h: New file, contents from defs.h.
2799         * defs.h: Move all declarations of objects defined in utils.c
2800         to utils.h (except QUIT() and related).
2801         #include "utils.h", "host-defs.h".
2802         * probe.h (probe_p): Move here from gdb_vecs.h.
2803         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2804         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2805         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2806         * Makefile.in (SFILES): Add common/gdb_vecs.c.
2807         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2808         (COMMON_OBS): Add gdb_vecs.o.
2809         (gdb_vecs.o): New rule.
2810
2811 2012-07-18  Keith Seitz  <keiths@redhat.com>
2812
2813         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2814         parameter.  If non-zero, use SYMNAME as the canonical name
2815         for the SaL.
2816         Update all callers.
2817         (convert_linespec_to_sals): Use add_sal_to_sals for
2818         expressions, too.
2819         (decode_line_full): No need to "fill in missing canonical names"
2820         anymore. Simply make cleanups for the allocated names.
2821
2822 2012-07-18  Keith Seitz  <keiths@redhat.com>
2823
2824         * linespec.c (struct linespec): Constify expression,
2825         source_filename, function_name, and label_name.
2826         (symbol_not_found_error): Make all parameters const.
2827         (linespec_parser_delete): No need to check for NULL
2828         when using xfree. Cast const char * to char * for xfree.
2829
2830 2012-07-18  Keith Seitz  <keiths@redhat.com>
2831
2832         * breakpoint.c (invalid_thread_id_error): New function.
2833         (find_condition_and_thread): Use invalid_thread_id_error.
2834         (watch_command_1): Likewise.
2835
2836 2012-07-18  Tom Tromey  <tromey@redhat.com>
2837
2838         * cc-with-index.sh, cc-with-dwz.sh: Remove.
2839         * contrib/cc-with-tweaks.sh: New file.
2840
2841 2012-07-18  Tom Tromey  <tromey@redhat.com>
2842
2843         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2844         (locate_dwz_sections): Recognize .gdb_index.
2845         (create_cus_from_index_list): New function.
2846         (create_cus_from_index): Use it.  Handle .dwz data.
2847         (read_index_from_section): New function, extracted from
2848         dwarf2_read_index.
2849         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
2850         if needed.
2851
2852 2012-07-18  Tom Tromey  <tromey@redhat.com>
2853
2854         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2855         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2856         <is_dwz>: New field.
2857         (struct dwz_file): New.
2858         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2859         (locate_dwz_sections, dwarf2_get_dwz_file)
2860         (get_abbrev_section_for_cu): New functions.
2861         (error_check_comp_unit_head, read_and_check_comp_unit_head)
2862         (read_and_check_type_unit_head): Add abbrev_section argument.
2863         (create_debug_types_hash_table): Update.
2864         (init_cutu_and_read_dies): Use proper abbrev section.
2865         (init_cutu_and_read_dies_no_follow): Likewise.
2866         (set_partial_user): Do nothing if PST==NULL.
2867         (read_comp_units_from_section): New function.
2868         (create_all_comp_units): Use it.
2869         (scan_partial_symbols, partial_die_parent_scope): Update.
2870         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2871         (process_imported_unit_die, read_partial_die): Handle .dwz files.
2872         (find_partial_die): Add offset_in_dwz argument.  Update.
2873         (guess_partial_die_structure_name, fixup_partial_die): Update.
2874         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2875         DW_FORM_GNU_strp_alt.
2876         (read_indirect_string_from_dwz): New function.
2877         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2878         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2879         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2880         (follow_die_offset): Add offset_in_dwz argument.
2881         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2882         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2883         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2884         Handle new macro forms.
2885         (dwarf_decode_macros): Update.
2886         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2887         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2888         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2889         (create_debug_types_hash_table): Use correct abbrev section.
2890         (get_debug_line_section): New function.
2891         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2892         (process_full_comp_unit): Pass 'required' argument to
2893         end_symtab_get_static_block.
2894         * buildsym.h (end_symtab_get_static_block): Update.
2895         * buildsym.c (end_symtab_get_static_block): Add 'required'
2896         argument.
2897         (end_symtab, end_expandable_symtab): Update.
2898
2899 2012-07-18  Tom Tromey  <tromey@redhat.com>
2900
2901         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2902         (pagesize): Remove.
2903         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2904         (zlib_decompress_section): Remove.
2905         (dwarf2_read_section): Use gdb_bfd_map_section.
2906         (munmap_section_buffer): Remove.
2907         (free_dwo_file, dwarf2_per_objfile_free): Don't use
2908         munmap_section_buffer.
2909         * gdb_bfd.c: Include zlib.h, sys/mman.h.
2910         (struct gdb_bfd_section_data): New.
2911         (free_one_bfd_section): New function.
2912         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2913         (get_section_descriptor, zlib_decompress_section)
2914         (gdb_bfd_map_section): New functions.
2915         * gdb_bfd.h (gdb_bfd_map_section): Declare.
2916
2917 2012-07-18  Tom Tromey  <tromey@redhat.com>
2918
2919         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2920
2921 2012-07-18  Tom Tromey  <tromey@redhat.com>
2922
2923         * gdb_bfd.c (struct gdb_bfd_data): New.
2924         (gdb_bfd_cache): New global.
2925         (struct gdb_bfd_cache_search): New.
2926         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2927         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2928         * gdb_bfd.h (gdb_bfd_open): Declare.
2929
2930 2012-07-18  Tom Tromey  <tromey@redhat.com>
2931
2932         * utils.c (make_cleanup_bfd_unref): Rename from
2933         make_cleanup_bfd_close.
2934         * defs.h (make_cleanup_bfd_unref): Rename from
2935         make_cleanup_bfd_close.
2936         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2937         (bfd_openw_with_cleanup): Update.
2938         * corelow.c (core_open): Update.
2939         * dsrec.c (load_srec): Update.
2940         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2941         * remote-m32r-sdi.c (m32r_load): Update.
2942         * remote-mips.c (mips_load_srec): Update.
2943         (pmon_load_fast): Update.
2944         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2945         Update.
2946         (darwin_bfd_open): Update.
2947         * solib.c (solib_bfd_fopen): Update.
2948         * symfile-mem.c (symbol_file_add_from_memory): Update.
2949         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2950         (symfile_bfd_open): Update.
2951         (generic_load): Update.
2952
2953 2012-07-18  Tom Tromey  <tromey@redhat.com>
2954
2955         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2956         (pmon_load_fast): Likewise.
2957         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2958         (m32r_upload_command): Likewise.
2959         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2960         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2961         Use make_cleanup_bfd_close.
2962
2963 2012-07-18  Tom Tromey  <tromey@redhat.com>
2964
2965         * symfile.c (symfile_bfd_open): Don't copy name.  Call
2966         gdb_bfd_stash_filename.
2967         (load_command): Open the new BFD before freeing the old.
2968         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2969         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2970         Call gdb_bfd_stash_filename.
2971         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2972         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
2973         gdb_bfd_stash_filename.
2974         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2975         Free found_pathname.
2976         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
2977         gdb_bfd_stash_filename.
2978         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2979         * machoread.c (macho_add_oso_symfile): Call
2980         gdb_bfd_stash_filename.
2981         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
2982         gdb_bfd_stash_filename.
2983         (macho_check_dsym): Don't copy filename.  Call
2984         gdb_bfd_stash_filename.
2985         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2986         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2987         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2988         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2989         * exec.c (exec_close): Don't free the BFD's filename.
2990         (exec_file_attach): Don't copy the filename.  Call
2991         gdb_bfd_stash_filename.
2992         * corelow.c (core_close): Don't free the BFD's filename.
2993         (core_open): Call gdb_bfd_stash_filename.
2994         * corefile.c (reopen_exec_file): Remove #if 0 code.
2995         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
2996         pathname.
2997         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2998
2999 2012-07-18  Tom Tromey  <tromey@redhat.com>
3000
3001         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3002         gdb_bfd_unref.
3003         (free_dwo_file): Use gdb_bfd_unref.
3004         * cli/cli-dump.c: Include gdb_bfd.h.
3005         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3006         (bfd_openr_with_cleanup): Likewise.
3007         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3008         gdb_bfd_unref.
3009         * utils.c: Include gdb_bfd.h.
3010         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3011         * symfile.c: Include gdb_bfd.h.
3012         (separate_debug_file_exists): Use gdb_bfd_unref.
3013         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3014         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3015         (generic_load): Use gdb_bfd_ref.
3016         (reread_symbols): Use gdb_bfd_unref.
3017         * symfile-mem.c: Include gdb_bfd.h.
3018         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3019         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3020         * solib.c: Include gdb_bfd.h.
3021         (solib_bfd_fopen): Use gdb_bfd_ref.
3022         (solib_bfd_open): Use gdb_bfd_unref.
3023         (free_so_symbols): Use gdb_bfd_unref.
3024         (reload_shared_libraries_1): Use gdb_bfd_unref.
3025         * solib-spu.c: Include gdb_bfd.h.
3026         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3027         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3028         gdb_bfd_unref.
3029         * solib-frv.c: Include gdb_bfd.h.
3030         (enable_break2): Use gdb_bfd_unref.
3031         * solib-dsbt.c: Include gdb_bfd.h.
3032         (enable_break2): Use gdb_bfd_unref.
3033         * solib-darwin.c: Include gdb_bfd.h.
3034         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3035         gdb_bfd_unref.
3036         (darwin_bfd_open): Use gdb_bfd_unref.
3037         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3038         * remote-mips.c: Include gdb_bfd.h.
3039         (mips_load_srec): Use gdb_bfd_ref.
3040         (pmon_load_fast): Use gdb_bfd_ref.
3041         * remote-m32r-sdi.c: Include gdb_bfd.h.
3042         (m32r_load): Use gdb_bfd_ref.
3043         * record.c: Include gdb_bfd.h.
3044         (record_save_cleanups): Use gdb_bfd_unref.
3045         (cmd_record_save): Use gdb_bfd_unref.
3046         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3047         gdb_bfd_unref.
3048         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3049         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3050         * objfiles.c: Include gdb_bfd.h.
3051         (free_objfile): Use gdb_bfd_unref.
3052         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3053         gdb_bfd.c.
3054         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3055         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3056         (macho_check_dsym): Likewise.
3057         * m32r-rom.c: Include gdb_bfd.h.
3058         (m32r_load): Use gdb_bfd_ref.
3059         (m32r_upload_command): Use gdb_bfd_ref.
3060         * jit.c: Include gdb_bfd.h.
3061         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3062         * gdb_bfd.h: New file.
3063         * gdb_bfd.c: New file.
3064         * gcore.c: Include gdb_bfd.h.
3065         (create_gcore_bfd): Use gdb_bfd_ref.
3066         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3067         (gcore_command): Use gdb_bfd_unref.
3068         * exec.c: Include gdb_bfd.h.
3069         (exec_close): Use gdb_bfd_unref.
3070         (exec_close_1): Use gdb_bfd_unref.
3071         (exec_file_attach): Use gdb_bfd_ref.
3072         * elfread.c: Include gdb_bfd.h.
3073         (build_id_verify): Use gdb_bfd_unref.
3074         * dsrec.c: Include gdb_bfd.h.
3075         (load_srec): Use gdb_bfd_ref.
3076         * corelow.c: Include gdb_bfd.h.
3077         (core_close): Use gdb_bfd_unref.
3078         (core_open): Use gdb_bfd_ref.
3079         * bfd-target.c: Include gdb_bfd.h.
3080         (target_bfd_xclose): Use gdb_bfd_unref.
3081         (target_bfd_reopen): Use gdb_bfd_ref.
3082         * Makefile.in (SFILES): Add gdb_bfd.c.
3083         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3084         (COMMON_OBS): Add gdb_bfd.o.
3085
3086 2012-07-18  Keith Seitz  <keiths@redhat.com>
3087
3088         * breakpoint.c (find_condition_and_thread): Initialize
3089         TASK and REST.
3090         (create_breakpiont): find_condition_and_thread will now
3091         initialize COND_STRING, THREAD, and REST (and TASK).
3092         (addr_string_to_sals): Likewise.
3093
3094 2012-07-18  Pedro Alves  <palves@redhat.com>
3095
3096         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3097         Pull the single step breakpoints out of the target.
3098
3099 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3100
3101         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3102         * stap-probe.c (compile_probe_arg): Likewise.
3103
3104 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3105
3106         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3107         (elf_compile_to_ax): Likewise.
3108         * infrun.c (insert_exception_resume_from_probe): Likewise.
3109         (check_exception_resume): Remove `objfile' variable.
3110         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3111         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3112         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3113         (compare_entries): Rename to...
3114         (compare_probes): ...this.  Adjust function to work with
3115         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3116         respectively.
3117         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3118         `VEC (probe_p) *'.
3119         (print_ui_out_info): Adjust argument to be `struct probe *'.
3120         (info_probes_for_ops): Adjust internal computations to use
3121         `VEC (probe_p) *'.
3122         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3123         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3124         gen_info_probes_table_values>: Remove `objfile' argument.
3125         (struct probe) <objfile>: New field.
3126         (find_probe_by_pc): Remove `objfile' argument.
3127         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3128         (stap_get_probe_argument_count): Likewise.
3129         (stap_get_arg): Likewise.
3130         (stap_evaluate_probe_argument): Likewise.
3131         (stap_compile_to_ax): Likewise.
3132         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3133         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3134         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3135         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3136         sym_compile_to_ax>: Likewise.
3137
3138 2012-07-18  Terry Guo  <terry.guo@arm.com>
3139
3140         PR 14329
3141         * defs.h (GDB_MI_MSG_WIDTH): New.
3142         * ser_base (ser_base_read_error_fd): New function.
3143         (do_ser_base_readchar): Poll error file descriptor as well as
3144         standard output.
3145         (generic_readchar): Refactor error handling.
3146
3147 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3148
3149         * NEWS: Create a new section for the next release branch.
3150         Rename the section of the current branch, now that it has
3151         been cut.
3152
3153 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
3154
3155         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3156         * version.in: Bump version to 7.5.50.20120718-cvs.
3157
3158 2012-07-17  Keith Seitz  <keiths@redhat.com>
3159
3160         * linespec.c (linespec_parse_line_offset): Make parameter
3161         const.
3162
3163 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3164
3165         PR 11914
3166         * f-valprint.c (info_common_command): New variable frame_id.
3167         Reinitialize FI form FRAME_ID after each print_variable_and_value.
3168         * printcmd.c (print_variable_and_value): Extend function comment.
3169         Add comment for invalidated FRAME.
3170         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
3171         FI form FRAME_ID after each print_frame_local_vars.
3172         (struct print_variable_and_value_data): Change frame to frame_id.
3173         (do_print_variable_and_value): New variable frame, initialize it from
3174         p->frame_id.  Add comment for invalidated FRAME.
3175         (print_frame_local_vars, print_frame_arg_vars): New function comment.
3176         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
3177         for invalidated FRAME.
3178
3179 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
3180             Pedro Alves  <palves@redhat.com>
3181
3182         * linux-nat.c (linux_nat_detach): Don't unregister from the event
3183         loop.
3184
3185 2012-07-16  Tom Tromey  <tromey@redhat.com>
3186
3187         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3188
3189 2012-07-15  Doug Evans  <dje@google.com>
3190
3191         * dwarf2read.c (stmt_list_hash): New struct.
3192         (type_unit_group): Embed "per_cu" member, remove pointer.
3193         New union member "t", move member "tus" into it, all uses updated.
3194         New member "hash", replaces member "line_offset, all uses updated.
3195         (quick_file_names): Replace member "offset" with "hash", all uses
3196         updated.
3197         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3198         (hash_file_name_entry, eq_file_name_entry): Call them.
3199         (hash_type_unit_group, eq_type_unit_group): Ditto.
3200         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3201         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3202         (dw2_get_file_names): Update.
3203         (create_type_unit_group): Replace "per_cu" arg with "cu".
3204         All callers updated.  Fix "quick" (.gdb_index) handling.
3205         (get_type_unit_group): Replace "per_cu" arg with "cu".
3206         All callers updated.
3207         (build_type_unit_groups): Don't reset tu_stats.
3208
3209         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3210         "tab_cur_size".  Change member "tab" to be a htab_t.
3211         (create_filename_seen_cache): Update.
3212         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3213         (filename_seen): Update.
3214
3215 2012-07-13  Doug Evans  <dje@google.com>
3216
3217         * symtab.c (filename_seen): Update comment.
3218
3219 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3220             Doug Evans  <dje@google.com>
3221
3222         * buildsym.c (end_symtab_1): Split it to ...
3223         (end_symtab_get_static_block): ... this ...
3224         (end_symtab_from_static_block): ... and this function.
3225         (end_symtab, end_expandable_symtab): Call them.
3226         * buildsym.h (end_symtab_get_static_block)
3227         (end_symtab_from_static_block): New declarations.
3228         * dwarf2read.c (process_full_comp_unit): New variable static_block.
3229         Set its valid CU ranges.
3230
3231 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3232
3233         * dwarf2loc.c (disassemble_dwarf_expression): Handle
3234         DW_OP_GNU_parameter_ref.
3235
3236 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3237
3238         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3239         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3240
3241 2012-07-13  Doug Evans  <dje@google.com>
3242
3243         * symtab.c (output_source_filename): Delete unnecessary forward decl.
3244         (filename_seen_cache): New struct.
3245         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3246         (create_filename_seen_cache): New function.
3247         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3248         (filename_seen): Delete arg "first".  New arg "cache".  All callers
3249         updated.
3250         (output_source_filename_data): New struct.
3251         (output_source_filename): Delete arg "first".  New arg "data".
3252         All callers updated.
3253         (sources_info): Delete local "first".  New locals "data", "cleanups".
3254         Rewrite to use filename_seen_cache.
3255         (add_partial_filename_data): Delete member "first".  New member
3256         "filename_seen_cache".  All uses updated.
3257         (make_source_files_completion_list): Rewrite to use
3258         filename_seen_cache.
3259
3260 2012-07-12  Doug Evans  <dje@google.com>
3261
3262         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3263
3264 2012-07-10  Doug Evans  <dje@google.com>
3265
3266         PR gdb/13498
3267         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3268         all_type_unit_groups, type_unit_groups, tu_stats.
3269         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3270         All uses updated.  Add type_unit_group to union "s".
3271         (type_unit_group): New struct.
3272         (IS_TYPE_UNIT_GROUP): New macro.
3273         (abbrev_table): Delete unused member "section".
3274         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3275         (dw2_get_cu): Assert not used with type_unit_group.
3276         (dw2_get_primary_cu): New function.
3277         (dw2_build_type_unit_groups_reader): New function.
3278         (dw2_build_type_unit_groups): New function.
3279         (dw2_get_file_names): Assert not called on type units.
3280         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3281         Redo loop to iterate over type unit groups instead of type units.
3282         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3283         (read_abbrev_offset): New function.
3284         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
3285         updated.
3286         (create_partial_symtab): New function.
3287         (process_psymtab_comp_unit_reader): Assert not used with type units.
3288         Call create_partial_symtab.
3289         (process_psymtab_type_unit): Delete.
3290         (hash_type_unit_group, eq_type_unit_group): New functions.
3291         (allocate_type_unit_groups_table): New function.
3292         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3293         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3294         (create_type_unit_group, get_type_unit_group): New functions.
3295         (tu_abbrev_offset): New struct.
3296         (sort_tu_by_abbrev_offset): New function.
3297         (add_type_unit_group_to_table): New function.
3298         (build_type_unit_groups): New function.
3299         (build_type_psymtabs_reader): New function.
3300         (build_type_psymtab_dependencies): New function.
3301         (build_type_psymtabs): Rewrite.
3302         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3303         is seen in a type unit.
3304         (process_queue): Move symtab expansion debugging printfs here.
3305         Call process_full_type_unit for type units.
3306         (compute_symtab_includes): Assert not called for type units.
3307         (process_cu_includes): Don't call compute_symtab_includes for
3308         type units.
3309         (process_full_type_unit): New function.
3310         (process_imported_unit_die): Flag an error if called for type units.
3311         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
3312         updated.  Assert not called for type units.
3313         (read_file_scope): Call dwarf2_start_symtab.
3314         (setup_type_unit_groups): New function.
3315         (read_type_unit_scope): Rewrite.
3316         (abbrev_table_read_table): Initialize abbrev_table->offset.
3317         (abbrev_table_free_cleanup): New function.
3318         (dwarf2_start_symtab): New function.
3319         (load_full_type_unit): Assert not called for type unit groups.
3320         * buildsym.c (finish_block_internal): New arg "expandable".
3321         All callers updated.
3322         (start_symtab): Move most contents to ...
3323         (restart_symtab): ... here.  New function.
3324         (reset_symtab_globals): New function.
3325         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
3326         Call reset_symtab_globals.
3327         (end_symtab, end_expandable_symtab): New functions.
3328         (set_missing_symtab, augment_type_symtab): New functions.
3329         * buildsym.h (end_expandable_symtab): Declare.
3330         (augment_type_symtab, restart_symtab): Declare.
3331         * psympriv.h (struct partial_symtab): New member "anonymous".
3332         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3333         anonymous psymtabs.
3334         (read_psymtabs_with_filename): Ditto.
3335         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3336         (expand_symtabs_matching_via_partial): Ditto.
3337         (dump_psymtab): Update.
3338         * dictionary.c (dict_add_pending): New function.
3339         * dictionary.h (dict_add_pending): Declare.
3340
3341 2012-07-09  Doug Evans  <dje@google.com>
3342
3343         * buildsym.c (start_subfile): Remove unnecessary check for
3344         name == NULL.
3345
3346         * psymtab.c (allocate_psymtab): Use host_address_to_string.
3347
3348         * dwarf2read.c (load_full_type_unit): Simplify.
3349
3350         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3351         to struct signatured_type **.  All uses updated.
3352
3353         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3354         All callers updated.
3355
3356 2012-07-09  Tom Tromey  <tromey@redhat.com>
3357
3358         * c-exp.y (check_parameter_typelist): New function.
3359         (parameter_typelist): Call it.
3360         * eval.c (make_params): Handle '(void)' case.
3361         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3362         '(void)' case.
3363
3364 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3365
3366         * common/linux-ptrace.c: Include gdb_assert.h.
3367         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3368         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3369         stdint.h.
3370         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3371         functions.
3372         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3373         * linux-nat.c (linux_child_post_attach)
3374         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3375
3376 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3377
3378         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3379         nptl <2.7 bug workaround for core files.
3380
3381 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3382
3383         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3384         clearing.
3385         (save_siginfo): Remove.
3386         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3387         call.
3388         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3389         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3390         * linux-nat.h (struct lwp_info): Remove field siginfo.
3391
3392 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3393
3394         Code cleanup for the next patch.
3395         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3396         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3397         call for it.
3398         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3399         (ia64_linux_stopped_data_address):
3400         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3401         the return value.
3402         * linux-nat.h (linux_nat_get_siginfo): Likewise.
3403         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3404         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3405         call for it.
3406
3407 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3408
3409         PR 14321
3410         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3411         Increase buffer sizes to 2x we need, not just 2x of the previous size.
3412
3413 2012-07-06  Tom Tromey  <tromey@redhat.com>
3414
3415         * c-exp.y (DOTDOTDOT): New token.
3416         (func_mod, exp): Use parameter_typelist.
3417         (parameter_typelist): New production.
3418         (tokentab3): Add "..." token.
3419         * eval.c (make_params): Handle varargs.
3420         * gdbtypes.c (lookup_function_type_with_arguments): Handle
3421         varargs.
3422
3423 2012-07-06  Tom Tromey  <tromey@redhat.com>
3424
3425         PR exp/9608:
3426         * c-exp.y (%union) <tvec>: Change type.
3427         (func_mod): Now uses <tvec> type.
3428         (exp): Update for tvec change.
3429         (direct_abs_decl): Push the typelist.
3430         (func_mod): Return a typelist.
3431         (nonempty_typelist): Update for tvec change.
3432         * gdbtypes.c (lookup_function_type_with_arguments): New function.
3433         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3434         * parse.c (pop_type_list): New function.
3435         (push_typelist): New function.
3436         (follow_types): Handle tp_function_with_arguments.
3437         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
3438         (enum type_pieces) <tp_function_with_arguments>: New constant.
3439         (union type_stack_elt) <typelist_val>: New field.
3440         (push_typelist): Declare.
3441
3442 2012-07-06  Tom Tromey  <tromey@redhat.com>
3443
3444         * c-exp.y (%union) <type_stack>: New field.
3445         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
3446         (ptr_operator_ts): New production.
3447         (ptype): Update.
3448         * parse.c (type_stack_reserve): New function.
3449         (check_type_stack_depth): Use it.
3450         (pop_type_stack, append_type_stack, push_type_stack)
3451         (get_type_stack, type_stack_cleanup): New functions.
3452         (follow_types): Handle tp_type_stack.
3453         (_initialize_parse): Simplify initialization.
3454         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3455         constant.
3456         (union type_stack_elt) <stack_val>: New field.
3457         (get_type_stack, append_type_stack, push_type_stack)
3458         (type_stack_cleanup): Declare.
3459
3460 2012-07-06  Tom Tromey  <tromey@redhat.com>
3461
3462         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3463         Remove.
3464         (struct type_stack): New.
3465         * parse.c (type_stack, type_stack_size, type_stack_depth):
3466         Remove.
3467         (type_stack): New global.
3468         (parse_exp_in_context, check_type_stack_depth)
3469         (insert_into_type_stack, insert_type, push_type, push_type_int)
3470         (insert_type_address_space, pop_type, pop_type_int)
3471         (_initialize_parse): Update.
3472
3473 2012-07-06  Tom Tromey  <tromey@redhat.com>
3474
3475         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3476         Remove %type.
3477
3478 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3479
3480         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3481
3482 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3483             Jan Kratochvil  <jan.kratochvil@redhat.com>
3484
3485         * cp-valprint.c (cp_print_value): Replace potentially unsafe
3486         alloca with xmalloc/xfree.
3487
3488 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3489
3490         * MAINTAINERS (Write After Approval): Add myself to the list.
3491
3492 2012-07-05  Doug Evans  <dje@google.com>
3493
3494         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3495
3496 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3497
3498         * ax-gdb.c (cli/cli-utils.h): New include.
3499         (linespec.h): Ditto.
3500         (agent_eval_command_one): New function.
3501         (agent_command_1): Ditto.
3502         (agent_command): Call function agent_command_1.
3503         (agent_eval_command): Ditto.
3504         (_initialize_ax_gdb): Change help for "maint agent"
3505         and "maint agent-eval".
3506
3507 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3508
3509         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3510         * cli/cli-utils.c (check_for_argument): New function.
3511         * cli/cli-utils.h (check_for_argument): Ditto.
3512
3513 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3514
3515         * NEWS: Mention x32 ABI support.
3516
3517 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3518
3519         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3520         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3521
3522         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3523         and pc_regnum_from_eax to -1.  Update SP regnum from
3524         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3525         needed.
3526
3527         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3528         pc_regnum_from_eax.
3529
3530 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3531
3532         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3533         * dwarf2expr.h: Include gdbtypes.h.
3534         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3535         these forward declarations.
3536         (cu_offset, sect_offset): Move these ...
3537         * gdbtypes.h: Remove include dwarf2expr.h.
3538         (cu_offset, sect_offset): ... here.
3539
3540 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
3541
3542         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3543         (amd64_linux_sigtramp_code): This.
3544         (amd64_x32_linux_sigtramp_code): New.
3545         (LINUX_SIGTRAMP_LEN): Updated.
3546         (amd64_linux_sigtramp_start): Check x32 sigtramp.
3547
3548 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3549
3550         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3551
3552 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3553
3554         * config.in: Regenerate.
3555         * configure: Regenerate.
3556         * configure.ac: Remove check for gnu/libc-version.h.
3557         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3558         gnu/libc-version.h.
3559         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3560         variables libc_version, libc_major and libc_minor.  Replace sscanf by
3561         inferior_has_bug.  Extend the comment.
3562
3563 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3564
3565         * linux-thread-db.c (inferior_has_bug): New function.
3566         (thread_db_find_new_threads_silently): Return boolean as checked by
3567         inferior_has_bug, describe it in the comments.
3568         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3569         earlier.  Abort the initialization if it returned non-zero.
3570         (thread_db_new_objfile): Exclude debug files.
3571         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
3572         if UNTIL_NO_NEW,
3573
3574 2012-07-02  Doug Evans  <dje@google.com>
3575
3576         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3577         related to queue management.
3578
3579         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3580         instead of "debug dwarf2-die" in debugging printfs.
3581         (create_debug_info_hash_table_reader): Ditto.
3582         (create_debug_info_hash_table): Ditto.
3583         (init_dwo_file): Ditto.
3584         (init_cutu_and_read_dies): Add debugging printf.
3585         (init_cutu_and_read_dies_no_follow): Ditto.
3586         (process_psymtab_comp_unit_reader): Ditto.
3587
3588 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3589
3590         Add target-side support for dynamic printf.
3591         * NEWS: Mention the additional style.
3592         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3593         (struct bp_location): New field cmd_bytecode.
3594         * breakpoint.c: Include format.h.
3595         (disconnected_dprintf): New global.
3596         (parse_cmd_to_aexpr): New function.
3597         (build_target_command_list): New function.
3598         (insert_bp_location): Call it.
3599         (remove_breakpoints_pid): Skip dprintf breakpoints.
3600         (print_one_breakpoint_location): Ditto.
3601         (dprintf_style_agent): New global.
3602         (dprintf_style_enums): Add dprintf_style_agent.
3603         (update_dprintf_command_list): Add agent case.
3604         (agent_printf_command): New function.
3605         (_initialize_breakpoint): Add new commands.
3606         * common/ax.def (printf): New bytecode.
3607         * ax.h (ax_string): Declare.
3608         * ax-gdb.h (gen_printf): Declare.
3609         * ax-gdb.c: Include cli-utils.h, format.h.
3610         (gen_printf): New function.
3611         (maint_agent_print_command): New function.
3612         (_initialize_ax_gdb): Add maint agent-printf command.
3613         * ax-general.c (ax_string): New function.
3614         (ax_print): Add printf disassembly.
3615         * Makefile.in (SFILES): Add format.c
3616         (COMMON_OBS): Add format.o.
3617         * common/format.h: New file.
3618         * common/format.c: New file.
3619         * printcmd.c: Include format.h.
3620         (ui_printf): Call parse_format_string.
3621         * remote.c (remote_state): New field breakpoint_commands.
3622         (PACKET_BreakpointCommands): New enum.
3623         (remote_breakpoint_commands_feature): New function.
3624         (remote_protocol_features): Add new BreakpointCommands entry.
3625         (remote_can_run_breakpoint_commands): New function.
3626         (remote_add_target_side_commands): New function.
3627         (remote_insert_breakpoint): Call it.
3628         (remote_insert_hw_breakpoint): Ditto.
3629         (_initialize_remote): Add new packet configuration for
3630         target-side breakpoint commands.
3631         * target.h (struct target_ops): New field
3632         to_can_run_breakpoint_commands.
3633         (target_can_run_breakpoint_commands): New macro.
3634         * target.c (update_current_target): Handle
3635         to_can_run_breakpoint_commands.
3636
3637 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3638
3639         Execute -ix and -iex only after system and user gdbinit files.
3640         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3641         processing down after gdbinit files.
3642
3643 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3644
3645         Add fnmatch-gnu module.
3646         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3647         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3648         * gnulib/aclocal.m4: Regenerate.
3649         * gnulib/config.in: Regenerate.
3650         * gnulib/configure: Regenerate.
3651         * gnulib/import/dummy.c: Remove.
3652         * gnulib/import/Makefile.am: Regenerate.
3653         * gnulib/import/Makefile.in: Likewise.
3654         * gnulib/import/m4/gnulib-cache.m4: Likewise.
3655         * gnulib/import/m4/gnulib-comp.m4: Likewise.
3656         * gnulib/import/alloca.c: New file.
3657         * gnulib/import/alloca.in.h: Likewise.
3658         * gnulib/import/config.charset: Likewise.
3659         * gnulib/import/fnmatch.c: Likewise.
3660         * gnulib/import/fnmatch.in.h: Likewise.
3661         * gnulib/import/fnmatch_loop.c: Likewise.
3662         * gnulib/import/localcharset.c: Likewise.
3663         * gnulib/import/localcharset.h: Likewise.
3664         * gnulib/import/m4/alloca.m4: Likewise.
3665         * gnulib/import/m4/codeset.m4: Likewise.
3666         * gnulib/import/m4/configmake.m4: Likewise.
3667         * gnulib/import/m4/fcntl-o.m4: Likewise.
3668         * gnulib/import/m4/fnmatch.m4: Likewise.
3669         * gnulib/import/m4/glibc21.m4: Likewise.
3670         * gnulib/import/m4/localcharset.m4: Likewise.
3671         * gnulib/import/m4/locale-fr.m4: Likewise.
3672         * gnulib/import/m4/locale-ja.m4: Likewise.
3673         * gnulib/import/m4/locale-zh.m4: Likewise.
3674         * gnulib/import/m4/mbrtowc.m4: Likewise.
3675         * gnulib/import/m4/mbsinit.m4: Likewise.
3676         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3677         * gnulib/import/m4/mbstate_t.m4: Likewise.
3678         * gnulib/import/m4/stdbool.m4: Likewise.
3679         * gnulib/import/m4/wchar_h.m4: Likewise.
3680         * gnulib/import/m4/wctype_h.m4: Likewise.
3681         * gnulib/import/m4/wint_t.m4: Likewise.
3682         * gnulib/import/mbrtowc.c: Likewise.
3683         * gnulib/import/mbsinit.c: Likewise.
3684         * gnulib/import/mbsrtowcs-impl.h: Likewise.
3685         * gnulib/import/mbsrtowcs-state.c: Likewise.
3686         * gnulib/import/mbsrtowcs.c: Likewise.
3687         * gnulib/import/ref-add.sin: Likewise.
3688         * gnulib/import/ref-del.sin: Likewise.
3689         * gnulib/import/stdbool.in.h: Likewise.
3690         * gnulib/import/streq.h: Likewise.
3691         * gnulib/import/strnlen1.c: Likewise.
3692         * gnulib/import/strnlen1.h: Likewise.
3693         * gnulib/import/verify.h: Likewise.
3694         * gnulib/import/wchar.in.h: Likewise.
3695         * gnulib/import/wctype.in.h: Likewise.
3696
3697 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3698
3699         Support shell wildcards for 'set auto-load safe-path'.
3700         * auto-load.c: Include fnmatch.h.
3701         (filename_is_in_dir): Rename to ...
3702         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3703         it.  Update function comment.  Rename dir_len to pattern_len.  New
3704         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
3705         messages.  Use gdb_filename_fnmatch.
3706         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3707         pattern.
3708         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3709         * defs.h (gdb_filename_fnmatch): New declaration.
3710         * utils.c: Include fnmatch.h.
3711         (gdb_filename_fnmatch): New function.
3712
3713 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
3714
3715         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3716         `-probe' and `-probe-stap' options.
3717
3718 2012-07-01  Yao Qi  <yao@codesourcery.com>
3719
3720         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3721         always_inserted_off, and always_inserted_enums.
3722         Change always_inserted_mode's type to 'enum auto_boolean'.
3723         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3724         callers.
3725         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3726         of add_setshow_enum_cmd.
3727         * infrun.c: Remove can_use_displaced_stepping_auto,
3728         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3729         can_use_displaced_stepping_enum.
3730         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3731         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3732         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3733         add_setshow_enum_cmd.
3734
3735 2012-06-30  Doug Evans  <dje@google.com>
3736
3737         * dwarf2read.c (signatured_type): Make "per_cu" member first.
3738         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3739         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
3740
3741 2012-06-29  Doug Evans  <dje@google.com>
3742
3743         * linespec.c: #include "stack.h".
3744         (decode_line_with_current_source): Moved here from symtab.c and
3745         renamed from decode_line_spec.  All callers updated.
3746         (decode_line_with_last_displayed): Moved here from breakpoint.c and
3747         renamed from decode_line_spec_1.  All callers updated.
3748         * linespec.h (decode_line_with_current_source): Move declaration here
3749         from symtab.h and renamed from decode_line_spec.
3750         (decode_line_with_last_displayed): Move declaration here from symtab.h
3751         and renamed from decode_line_spec_1.
3752         * macrocmd.c: #include "linespec.h".
3753         * symtab.c: Remove #include "linespec.h".
3754
3755 2012-06-28  Doug Evans  <dje@google.com>
3756
3757         * dwarf2read.c (get_cu_length): New function.
3758         (offset_in_cu_p, error_check_comp_unit_head): Call it.
3759         (create_debug_types_hash_table): Ditto.
3760         (init_cutu_and_read_dies): Ditto.
3761         (init_cutu_and_read_dies_no_follow): Ditto.
3762
3763         * dwarf2read.c (dwarf2_find_base_address): Move definition.
3764
3765         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3766         (struct abbrev_table): Define.
3767         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3768         abbrev_table.
3769         (init_cutu_and_read_dies): Update.
3770         (abbrev_table_alloc_abbrev): New function.  Replaces
3771         dwarf_alloc_abbrev.  All callers updated.
3772         (abbrev_table_add_abbrev): New function.
3773         (abbrev_table_lookup_abbrev): New function.  Replaces
3774         dwarf2_lookup_abbrev.  All callers updated.
3775         (abbrev_table_read_table): New function.  Contents moved here from
3776         dwarf2_read_abbrevs.
3777         (dwarf2_read_abbrevs): Call it.
3778         (abbrev_table_free): New function.
3779         (dwarf2_free_abbrev_table): Call it.
3780
3781 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3782
3783         * osdata.c (info_osdata_command): Filter out "Title" columns
3784         from non-MI uses.
3785         * common/linux-osdata.c (struct osdata_type): Add title field.
3786         (osdata_table): Add titles to each entry.
3787         (linux_command_xfer_osdata): Add a column for title data.
3788
3789 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3790
3791         Make logging work for MI.
3792         * NEWS: Mention it.
3793         * interps.h (interp_set_logging_ftype): New typedef.
3794         (struct interp_procs): New field set_logging_proc.
3795         (current_interp_set_logging): Declare.
3796         * interps.c (current_interp_set_logging): New function.
3797         * cli/cli-logging.c: Include interps.h.
3798         (set_logging_redirect): Call current_interp_set_logging.
3799         (pop_output_files): Ditto.
3800         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3801         * mi/mi-console.h (mi_console_set_raw): Declare.
3802         * mi/mi-console.c (mi_console_set_raw): New function.
3803         * mi/mi-interp.c (saved_raw_stdout): New global.
3804         (mi_set_logging): New function.
3805         (_initialize_mi_interp): Add it to interp procs.
3806
3807 2012-06-28  Doug Evans  <dje@google.com>
3808
3809         * symtab.c (lookup_symbol_aux_objfile): Use
3810         ALL_OBJFILE_PRIMARY_SYMTABS.
3811
3812         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3813
3814 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3815
3816         * common/buffer.c: Include inttypes.h and stdint.h.
3817         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3818
3819 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3820             Pedro Alves  <palves@redhat.com>
3821
3822         * gdbthread.h (ALL_THREADS): New macro.
3823         (thread_list): Declare.
3824         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3825         going, but instead fall through to the stepping handling.
3826         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
3827         the passed in signal.  Adjust debug output.
3828         (resume_callback): Rename to ...
3829         (linux_nat_resume_callback): ... this.  Pass the thread's last
3830         stop signal, if in "pass" state.
3831         (linux_nat_resume): Adjust to rename.
3832         (stop_wait_callback): New assertion.  Don't respawn signals;
3833         instead let the LWP remain with SIGNALLED set.
3834         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3835         * remote.c (append_pending_thread_resumptions): New.
3836         (remote_vcont_resume): Call it.
3837         * target.h (target_resume): Extend comment.
3838
3839 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
3840
3841         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3842
3843 2012-06-27  Doug Evans  <dje@google.com>
3844
3845         * dwarf2read.c (dwarf2_cu): Add ranges_base.
3846         Delete have_addr_base, unused.  All uses updated.
3847         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3848         (dwarf2_get_pc_bounds): Add ranges_base.
3849         (dwarf2_record_block_ranges): Ditto.
3850
3851 2012-06-27  Tom Tromey  <tromey@redhat.com>
3852
3853         PR macros/7961:
3854         * varobj.c (varobj_create): Update.
3855         (varobj_set_value): Update.
3856         * tracepoint.c (validate_actionline): Update.
3857         (encode_actions_1): Update.
3858         * parse.c (parse_exp_1): Add 'pc' argument.
3859         (parse_exp_in_context): Add 'pc' argument.  Change how
3860         expression_context_pc is set.
3861         (parse_expression): Update.
3862         (parse_field_expression): Update.
3863         * expression.h (parse_exp_1): Update.
3864         * eval.c (parse_to_comma_and_eval): Update.
3865         * breakpoint.c (set_breakpoint_condition): Update.
3866         (update_watchpoint): Update.
3867         (init_breakpoint_sal): Update
3868         (find_condition_and_thread): Update.
3869         (watch_command_1): Update.
3870         (update_breakpoint_locations): Update.
3871         * ada-lang.c (ada_read_renaming_var_value): Update.
3872         (create_excep_cond_exprs): Update.
3873
3874 2012-06-27  Doug Evans  <dje@google.com>
3875
3876         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3877         type units.
3878
3879 2012-06-26  Doug Evans  <dje@google.com>
3880
3881         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3882         prototype.
3883         (error_check_comp_unit_head): New arg abbrev_section.  All callers
3884         updated.
3885         (read_and_check_comp_unit_head): Ditto.
3886         (read_and_check_type_unit_head): Ditto.
3887
3888 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3889
3890         New attribute 'last' for gdb.Symtab_and_line.
3891         * NEWS (Python Scripting): Add entry about the new attribute.
3892         * python/py-symtab.c (salpy_get_last): New function which
3893         implements the get method for the 'last' attribute of
3894         gdb.Symtab_and_line.
3895         (sal_object_getset): Add entry for the 'last' attribute.
3896
3897 2012-06-26  Doug Evans  <dje@google.com>
3898
3899         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3900         (dwo_sections): Add macinfo, macro.
3901         (dwarf2_locate_dwo_sections): Watch for macro sections.
3902         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3903         All callers updated.  Handle DWO files.
3904
3905         * NEWS: Mention new options "set debug dwarf2-read" and
3906         "set debug symtab-create".
3907         * dwarf2read.c (dwarf2_read_debug): New static global.
3908         (dwarf2_build_psymtabs_hard): Add debugging printfs.
3909         (process_queue): Ditto.
3910         (process_full_comp_unit): Ditto.
3911         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3912         * elfread.c (elf_symfile_read): Add debugging printf.
3913         * minsyms.c (install_minimal_symbols): Ditto.
3914         * psymtab.c (allocate_psymtab): Ditto.
3915         * symfile.c (allocate_symtab): Ditto.
3916         * symtab.c (symtab_create_debug): New global.
3917         (_initialize_symtab): Add new option "set debug symtab-create".
3918         * symtab.h (symtab_create_debug): Declare.
3919
3920         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3921         (lookup_dwo_type_unit): Ditto.
3922
3923 2012-06-26  Roland McGrath  <roland@hack.frob.com>
3924             H.J. Lu  <hongjiu.lu@intel.com>
3925
3926         * amd64-linux-nat.c: Include <sys/user.h>.
3927         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3928         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3929         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3930
3931         * configure.ac: Check if the fs_base and gs_base members of
3932         `struct user_regs_struct' exist.
3933         * config.in: Regenerated.
3934         * configure: Likewise.
3935
3936 2012-06-25  Michael Eager  <eager@eagercon.com>
3937
3938         PR python/14291
3939         * python/python.c (gdbpy_write): Check for interrupted output.
3940
3941 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
3942
3943         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3944         register as a stack alignment in ARM mode.
3945
3946 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3947
3948         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3949         * gnulib/config.in: Regenerate.
3950         * gnulib/configure: Likewise.
3951         * gnulib/import/m4/extensions.m4: Update it.
3952         * gnulib/import/m4/gnulib-common.m4: Likewise.
3953         * gnulib/import/m4/memmem.m4: Likewise.
3954         * gnulib/import/m4/mmap-anon.m4: Likewise.
3955         * gnulib/import/m4/multiarch.m4: Likewise.
3956         * gnulib/import/stdint.in.h: Likewise.
3957
3958 2012-06-24  Yao Qi  <yao@codesourcery.com>
3959
3960         * corefile.c (write_memory_with_notification): New.
3961         * gdbcore.h: Declare write_memory_with_notification.
3962         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3963         'observer_notify_memory_changed' with 'write_memory_with_notification'.
3964         * valops.c (value_assign): Likewise.
3965         * python/py-inferior.c (infpy_write_memory): Call
3966         'write_memory_with_notification'.
3967
3968 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3969
3970         * cc-with-index.sh: Use also -ex "set auto-load no".
3971
3972 2012-06-23  Doug Evans  <dje@google.com>
3973
3974         PR 14125
3975         * NEWS: Document additions to .gdb_index.
3976         * dwarf2read.c: #include "gdb/gdb-index.h".
3977         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3978         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3979         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3980         (dwarf2_read_index): Recognize version 7.
3981         (dw2_do_expand_symtabs_matching): New args want_specific_block,
3982         block_kind, domain): All callers updated.
3983         (dw2_find_symbol_file): Handle new index CU values.
3984         (dw2_expand_symtabs_matching): Match symbol kind if requested.
3985         (add_index_entry): New args is_static, kind.  All callers updated.
3986         (offset_type_compare, uniquify_cu_indices): New functions
3987         (symbol_kind): New function.
3988         (write_psymtabs_to_index): Remove duplicate CU values.
3989         (write_psymtabs_to_index): Write .gdb_index version 7.
3990
3991 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
3992
3993         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3994         * configure: Regenerate.
3995
3996 2012-06-20  Yao Qi  <yao@codesourcery.com>
3997
3998         * python/py-inferior.c: Update comments of infpy_read_memory
3999         and infpy_write_memory.
4000
4001 2012-06-19  Tom Tromey  <tromey@redhat.com>
4002
4003         PR exp/9514:
4004         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4005         (push_type_address_space): Remove.
4006         * parse.c (insert_into_type_stack): New function.
4007         (insert_type): Likewise.
4008         (insert_type_address_space): Rename from push_type_address_space.
4009         Insert tp_space_identifier.
4010         * c-exp.y (ptr_operator): New production.
4011         (abs_decl): Use ptr_operator.
4012         (space_identifier): Call insert_type_address_space.
4013         (ptype): Don't use const_or_volatile_or_space_identifier.
4014         (const_or_volatile_noopt): Call insert_type.
4015         (conversion_type_id, conversion_declarator): New productions.
4016         (operator): Use conversion_type_id.
4017
4018 2012-06-18  Doug Evans  <dje@google.com>
4019
4020         * symtab.h (minimal_symbol): New member created_by_gdb.
4021         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4022         created by gdb.
4023         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4024         (search_symbols): Call it instead of lookup_symbol.
4025         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4026
4027         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4028         Adjust address for DW_OP_GNU_addr_index.
4029         * dwarf2expr.h (dwarf_expr_context): Update comment.
4030         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4031         all callers updated.  Handle TLS vars described with
4032         DW_OP_GNU_const_index.
4033         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4034         and DW_OP_GNU_const_index.
4035         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4036
4037         * block.c (find_block_in_blockvector): Make explicit the fact that we
4038         ignore GLOBAL_BLOCK.
4039
4040 2012-06-18  Tom Tromey  <tromey@redhat.com>
4041
4042         * c-exp.y (operator): Remove trailing space after "delete" and
4043         "delete[]".
4044
4045 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4046             Jan Kratochvil  <jan.kratochvil@redhat.com>
4047
4048         Switch i386 and derived targets to ON_STACK.
4049         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4050         (amd64_dicos_init_abi): Remove its installment.
4051         * dicos-tdep.c (dicos_init_abi): Remove the
4052         set_gdbarch_call_dummy_location call.  Update the comment here.
4053         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4054         (i386_dicos_init_abi): Remove its installment.
4055         * i386-tdep.c (i386_push_dummy_code): New function.
4056         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4057         i386_push_dummy_code.
4058
4059 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4060
4061         Remove stale dummy frames.
4062         * breakpoint.c: Include dummy-frame.h.
4063         (longjmp_breakpoint_ops): New variable.
4064         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4065         bp_longjmp_call_dummy.
4066         (bpstat_what, bptype_string, print_one_breakpoint_location)
4067         (init_bp_location): Support bp_longjmp_call_dummy.
4068         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4069         (set_longjmp_breakpoint_for_call_dummy)
4070         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4071         functions.
4072         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4073         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4074         FIXME comment and extend the other comment for bp_call_dummy.
4075         (set_longjmp_breakpoint_for_call_dummy)
4076         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4077         * dummy-frame.c: Include gdbthread.h.
4078         (pop_dummy_frame_bpt): New function.
4079         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4080         (dummy_frame_discard): New function.
4081         (cleanup_dummy_frames): Update the comment about longjmps.
4082         * dummy-frame.h (dummy_frame_discard): New declaration.
4083         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4084         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4085         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4086         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4087         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4088         keep_going if IS_LONGJMP and there is no other reason to stop.
4089
4090 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4091
4092         * remote-sim.c (sim_command_completer): Initialize
4093         variable 'result'.
4094
4095 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4096
4097         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4098         * dwarf2loc.c (call_site_parameter_matches): Support
4099         CALL_SITE_PARAMETER_PARAM_OFFSET.
4100         (needs_dwarf_reg_entry_value): Push stub value.
4101         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4102         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4103         * gdbtypes.h (enum call_site_parameter_kind): New item
4104         CALL_SITE_PARAMETER_PARAM_OFFSET.
4105         (struct call_site.parameter.u): New field param_offset.
4106
4107 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4108
4109         Code cleanup: Generalize call_site.parameter key.
4110         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4111         variable dwarf_reg.  New variable kind_u.  Update parameters to
4112         push_dwarf_reg_entry_value.
4113         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4114         * dwarf2expr.h (enum call_site_parameter_kind)
4115         (union call_site_parameter_u): Forward declarations.
4116         (struct dwarf_expr_context_funcs): Update parameters and their
4117         description for push_dwarf_reg_entry_value.
4118         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4119         * dwarf2loc.c (call_site_parameter_matches): New function.
4120         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4121         description.  Use call_site_parameter_matches.
4122         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4123         Update parameters and their description.
4124         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4125         New variable kind_u.  Adjust the caller for updated parameters.
4126         (needs_dwarf_reg_entry_value): Update parameters.
4127         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4128         instead of attr.  Update for the changed fields of struct
4129         call_site_parameter.
4130         * gdbtypes.h: Include dwarf2expr.h.
4131         (enum call_site_parameter_kind): New.
4132         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4133         fb_offset into new union u.
4134
4135 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4136
4137         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4138         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4139         for x32.
4140
4141 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4142
4143         * amd64-linux-nat.c (compat_x32_clock_t): New.
4144         (compat_x32_siginfo_t): Likewise.
4145         (compat_x32_siginfo_from_siginfo): Likewise.
4146         (siginfo_from_compat_x32_siginfo): Likewise.
4147         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4148         and siginfo_from_compat_x32_siginfo for x32.
4149
4150 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
4151
4152         * tracepoint.c (tfile_xfer_partial): Add a lseek.
4153
4154 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4155
4156         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4157         instead of gdbarch_ptr_bit.
4158         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4159         (amd64_supply_native_gregset): Likewise.
4160         (amd64_collect_native_gregset): Likewise.
4161         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4162         (amd64_supply_xsave): Likewise.
4163         (amd64_collect_fxsave): Likewise.
4164         (amd64_collect_xsave): Likewise.
4165
4166 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
4167
4168         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4169         (amd64_linux_read_description): Check DS segment register for
4170         x32 process.
4171
4172 2012-06-15  Tom Tromey  <tromey@redhat.com>
4173
4174         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4175         init_cutu_and_read_dies.
4176
4177 2012-06-15  Iain Sandoe <iain@codesourcery.com>
4178
4179         * MAINTAINERS (Write After Approval): Add myself to the list.
4180
4181 2012-06-15  Tom Tromey  <tromey@redhat.com>
4182
4183         * valops.c (value_find_oload_method_list): Now static.
4184         * value.h (value_find_oload_method_list): Don't declare.
4185
4186 2012-06-15  Tom Tromey  <tromey@redhat.com>
4187
4188         * valops.c (find_overload_match): Use value_ind.
4189
4190 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
4191
4192         * infrun.c (handle_inferior_event): Correct indentation.
4193
4194 2012-06-14  Doug Evans  <dje@google.com>
4195
4196         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4197         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4198         All uses updated.
4199         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
4200         updated.  Handle DEBUG_LOC_START_LENGTH.
4201         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4202         (loclist_describe_location): Ditto.
4203
4204 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
4205
4206         PR backtrace/13866
4207         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4208         after hiding inline functions.
4209
4210 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4211
4212         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4213         _initialize_inf_ttrace.
4214
4215 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4216
4217         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4218         _initialize_hppa_hpux_nat.
4219
4220 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
4221
4222         * remote-sim.c (sim_command_completer): Change type of return
4223         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
4224
4225 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4226             Jan Kratochvil  <jan.kratochvil@redhat.com>
4227
4228         PR tdep/14222
4229         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4230         stack on a 16-byte boundary.
4231
4232 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
4233
4234         * jit.c (finalize_symtab): Set function's return type to 'void' by
4235         default.
4236
4237 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
4238             H.J. Lu  <hongjiu.lu@intel.com>
4239
4240         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4241         Move bits common to both the classic LP64 and the new x32 ILP32
4242         ABI here.
4243         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4244         (amd64_x32_linux_init_abi): New function.
4245         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4246         subtype.
4247
4248         * i386-tdep.h (i386_pseudo_register_name): New prototype.
4249         * i386-tdep.c (i386_pseudo_register_name): Make public.
4250         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4251         * amd64-tdep.c (amd64_dword_names): Add "eip".
4252         (amd64_x32_pseudo_register_type): New function
4253         (amd64_x32_init_abi): New function.
4254
4255 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4256
4257         PR build/14003
4258         * inferior.h (struct inferior_suspend_state): Comment out.
4259         (struct inferior): Comment out the field suspend.
4260         * infrun.c (struct infcall_suspend_state): Comment out the field
4261         inferior_suspend.
4262         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4263         out its assignment.
4264
4265 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4266
4267         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4268         * c-exp.y (classify_inner_name): Remove caller assumptions in the
4269         function comment.  Return ERROR for unresolved cases.  Implement
4270         returning proper NAME.
4271         (yylex): Accept also NAME from classify_inner_name.
4272         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4273         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
4274         LOC_TYPEDEF type.
4275         * cp-support.h (cp_lookup_nested_type): Update its declaration.
4276
4277 2012-06-13  Tom Tromey  <tromey@redhat.com>
4278
4279         * breakpoint.c (condition_completer): New function.
4280         (_initialize_breakpoint): Use it.
4281         * value.c (complete_internalvar): New function.
4282         * value.h (complete_internalvar): Declare.
4283
4284 2012-06-13  Tom Tromey  <tromey@redhat.com>
4285
4286         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4287         * breakpoint.c (catch_syscall_completer): Return a VEC.
4288         * cli/cli-cmds.c (complete_command): Update.
4289         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4290         (complete_on_enum): Likewise.
4291         * command.h: Include gdb_vecs.h.
4292         (completer_ftype): Change return type.
4293         (complete_on_cmdlist, complete_on_enum): Likewise.
4294         * completer.c (noop_completer, filename_completer)
4295         (location_completer): Return a VEC.
4296         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
4297         to a VEC.
4298         (expression_completer, complete_line_internal, complete_line)
4299         (command_completer): Return a VEC.
4300         (gdb_completion_word_break_characters, line_completion_function):
4301         Update.
4302         * completer.h: Include gdb_vecs.h.
4303         (complete_line, noop_completer, filename_completer)
4304         (expression_completer, location_completer, command_completer):
4305         Update.
4306         * f-lang.c (f_word_break_characters): Return a VEC.
4307         * interps.c (interpreter_completer): Return a VEC.
4308         * language.h (struct language_defn)
4309         <la_make_symbol_completion_list>: Return a VEC.
4310         * python/py-cmd.c (cmdpy_completer): Return a VEC.
4311         * symtab.c (free_completion_list): Take a VEC.
4312         (return_val_size, return_val_index): Remove.
4313         (return_val): Now a VEC.
4314         (completion_list_add_name): Update.
4315         (default_make_symbol_completion_list_break_on)
4316         (default_make_symbol_completion_list, make_symbol_completion_list)
4317         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4318         Return a VEC.
4319         (add_filename_to_list): Update.
4320         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4321         <list>: Now a VEC.
4322         (maybe_add_partial_symtab_filename): Update.
4323         (make_source_files_completion_list): Return a VEC.
4324         * symtab.h (default_make_symbol_completion_list_break_on)
4325         (default_make_symbol_completion_list, make_symbol_completion_list)
4326         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4327         (make_source_files_completion_list): Update.
4328
4329 2012-06-13  Tom Tromey  <tromey@redhat.com>
4330
4331         * breakpoint.c (add_catch_command): Use completer_ftype.
4332         * breakpoint.h: Include command.h.
4333         (add_catch_command): Use completer_ftype.
4334         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4335         * cli/cli-decode.h (struct cmd_list_element) <completer>:
4336         Use completer_ftype.
4337         * command.h (completer_ftype): New typedef.
4338         (set_cmd_completer): Use it.
4339         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4340         completer_ftype.
4341
4342 2012-06-13  Pedro Alves  <palves@redhat.com>
4343
4344         Partial revert of previous change.
4345
4346         * serial.c (scb_base): New global.
4347         (serial_for_fd): New.
4348         (serial_open, serial_fdopen_ops): Link new serial in open serials
4349         chain.
4350         (do_serial_close): Unlink serial from the open serials chain.
4351
4352 2012-06-12  Pedro Alves  <palves@redhat.com>
4353
4354         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4355         threads here.
4356         (prepare_for_detach): No longer context switch here in non-stop
4357         mode.
4358         (fetch_inferior_event): Ditto.
4359         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4360         to the event thread before removing breakpoints.  Switch to the
4361         event thread before inserting breakpoints and resuming.
4362         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4363         event thread before resuming.
4364         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4365         Switch to the event thread before removing breakpoints.
4366
4367 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
4368
4369         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4370         special characters correctly for the Windows shells.  See
4371         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4372         report.
4373         [!__MINGW32__]: Remove extra double quote character from special
4374         characters.
4375
4376 2012-06-11  Stan Shebs  <stan@codesourcery.com>
4377
4378         * ui-out.h: Remove #if 0 declarations.
4379         * ui-out.c: Remove #if 0 functions.
4380
4381 2012-06-11  Pedro Alves  <palves@redhat.com>
4382
4383         * ser-base.c (run_async_handler_and_reschedule): New.
4384         (fd_event, push_event): Use it.
4385         * serial.c (serial_open, serial_fdopen_ops): Set the initial
4386         reference count to 1.
4387         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
4388         instead of xfree.
4389         (serial_is_open, serial_ref, serial_unref): New.
4390         * serial.h (serial_open): Adjust comment.
4391         (serial_is_open): Declare.
4392         (serial_close): Adjust comment.
4393         (serial_ref, serial_unref) Declare.
4394         (struct serial): New field 'refcnt'.
4395
4396 2012-06-11  Pedro Alves  <palves@redhat.com>
4397
4398         Remove #if 0'd "connect" command, and unnecessary associated
4399         refcounting and serial reuse bits.
4400
4401         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4402         * serial.c (last_serial_opened): Delete.
4403         (scb_base): Delete.
4404         (serial_open): Adjust.
4405         (serial_for_fd): Delete.
4406         (serial_fdopen_ops, do_serial_close): Adjust.
4407         (serial_fdopen_ops): Adjust.
4408
4409 2012-06-11  Pedro Alves  <palves@redhat.com>
4410
4411         * serial.c (do_serial_close): Remove early return when SCB is
4412         null.
4413
4414 2012-06-11  Tom Tromey  <tromey@redhat.com>
4415
4416         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4417
4418 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4419
4420         Fix regression by the "ambiguous linespec" series.
4421         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
4422         get_last_displayed_symtab and get_last_displayed_line and depending
4423         on CURSAL.
4424
4425 2012-06-11  Tom Tromey  <tromey@redhat.com>
4426
4427         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4428         (dw2_find_symbol_file): Use it.
4429
4430 2012-06-11  Michael Eager  <eager@eagercon.com>
4431
4432         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4433         * mips-linux-tdep.h (mips_signals): New
4434
4435 2012-06-11  Tom Tromey  <tromey@redhat.com>
4436
4437         * infrun.c (handle_inferior_event)
4438         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4439         breakpoint.
4440         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4441         exception logic in all cases.  Update comments.
4442         (insert_longjmp_resume_breakpoint): Set the exception resume
4443         breakpoint.
4444
4445 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
4446
4447         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4448
4449 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
4450
4451         * valarith.c (binop_types_user_defined_p): Fix a typo.
4452
4453 2012-06-08  Yao Qi  <yao@codesourcery.com>
4454             Chung-Lin Tang <cltang@codesourcery.com>
4455
4456         * arch-utils.c (default_return_in_first_hidden_param_p): New.
4457         * arch-utils.h: Declare.
4458         * gdbarch.sh: Add return_in_first_hidden_param_p.
4459         * gdbarch.c, gdbarch.h: Regenerated.
4460         * infcall.c (call_function_by_hand): Call
4461         gdbarch_return_in_first_hidden_param_p instead of
4462         language_pass_by_reference.
4463
4464         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4465         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4466         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4467         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4468         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4469         `cplus_return_struct_by_reference'.
4470         (tic6x_return_value): Handle language cplusplus.
4471         (tic6x_return_in_first_hidden_param_p): New.
4472         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4473
4474 2012-06-07  Doug Evans  <dje@google.com>
4475
4476         * dwarf2read.c (dwarf2_cu): Add comment.
4477
4478 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4479
4480         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4481         variable.
4482         (mips_eabi_push_dummy_call): Likewise.
4483         (mips_n32n64_push_dummy_call): Likewise.
4484         (mips_o32_push_dummy_call): Likewise.
4485         (mips_o64_push_dummy_call): Likewise.
4486
4487 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4488
4489         * mips-tdep.c (mips_convert_register_p): Correct coding style.
4490
4491 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
4492
4493         * mips-tdep.c (mips_pseudo_register_type): Use
4494         mips_float_register_p.
4495
4496 2012-06-06  Pedro Alves  <palves@redhat.com>
4497
4498         * infrun.c (handle_inferior_event): Remove calls to
4499         reinit_frame_cache that follow a context_switch call.
4500
4501 2012-06-06  Pedro Alves  <palves@redhat.com>
4502
4503         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4504         context_switch and remove stale comment.
4505
4506 2012-06-06  Pedro Alves  <palves@redhat.com>
4507
4508         * infrun.c (struct execution_control_state): Remove
4509         `new_thread_event' field.
4510         (handle_inferior_event): Simplify new threads handling; don't
4511         resume the inferior if we find a new thread.
4512
4513 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
4514
4515         * NEWS: Document the deprecation of SH's 'regs' command.
4516         * inferior.h (all_registers_info): Add function declaration.
4517         * sh-tdep.c (sh_show_regs): Remove variable.
4518         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4519         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4520         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4521         (sh_show_regs_command): Remove functions.
4522         (sh_gdbarch_init): Don't set sh_show_regs.
4523         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4524         'info all-registers'.
4525         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4526         (sh64_show_regs): Remove functions.
4527         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4528
4529 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4530
4531         * configure.ac: Move development=true below AC_INIT.
4532         * configure: Regenerate.
4533
4534 2012-06-05  Stan Shebs  <stan@codesourcery.com>
4535
4536         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4537         gdb_stdout.
4538
4539 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4540
4541         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4542         argument as ssize_t.
4543         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4544         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4545         * target.c (target_read_stack, target_write_memory)
4546         (target_write_raw_memory): Likewise.
4547         * target.h (target_read_stack, target_write_memory)
4548         (target_write_raw_memory): Likewise.
4549
4550 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
4551
4552         * symfile-mem.c: Change gdb_static_assert to ssize_t.
4553         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4554         * target.c (target_read_memory): Change LEN to ssize_t.
4555         * target.h (target_read_memory): Change LEN to ssize_t.
4556
4557 2012-06-05  Pedro Alves  <palves@redhat.com>
4558
4559         PR backtrace/13866
4560
4561         * breakpoint.c (until_break_command): Only fetch the selected
4562         frame after decode_line_1.
4563
4564 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
4565
4566         * solib-svr4.c (enable_break): Don't fallback to setting the solib
4567         event breakpoint at _start, __start or main if a program
4568         interpreter is not found.
4569
4570 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4571
4572         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4573         Add declaration.
4574         * windows-tdep.c: #include "objfiles.h".
4575         (windows_iterate_over_objfiles_in_search_order): New function.
4576         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4577         iterate_over_objfiles_in_search_order gdbarch method to
4578         windows_iterate_over_objfiles_in_search_order.
4579         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4580
4581 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4582
4583         * gdbarch.sh: Add generation of
4584         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4585         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
4586         (iterate_over_objfiles_in_search_order): New gdbarch method.
4587         * gdbarch.h, gdbarch.c: Regenerate.
4588         * objfiles.h (default_iterate_over_objfiles_in_search_order):
4589         Add declaration.
4590         * objfiles.c (default_iterate_over_objfiles_in_search_order):
4591         New function.
4592         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4593         out of lookup_symbol_aux_symtabs.
4594         (lookup_symbol_aux_symtabs): Replace extracted-out code by
4595         call to lookup_symbol_aux_objfile.
4596         (struct global_sym_lookup_data): New type.
4597         (lookup_symbol_global_iterator_cb): New function.
4598         (lookup_symbol_global): Search for symbol using
4599         gdbarch_iterate_over_objfiles_in_search_order and
4600         lookup_symbol_global_iterator_cb.
4601         * findvar.c (struct minsym_lookup_data): New type.
4602         (minsym_lookup_iterator_cb): New function.
4603         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4604         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4605         and minsym_lookup_iterator_cb.
4606
4607 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4608
4609         Revert the following patch:
4610         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4611         try locating the symbol in the symbol's own objfile first, before
4612         extending the search to all objfiles.
4613         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4614         out of lookup_symbol_aux_symtabs.
4615         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4616         Replace extracted-out code by call to lookup_symbol_aux_objfile.
4617         Do not search EXCLUDE_OBJFILE.
4618         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4619         (lookup_symbol_global): Search for matches in the block's objfile
4620         first, before searching all other objfiles.
4621
4622 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4623
4624         * breakpoint.c (find_condition_and_thread): Stop parsing
4625         as soon as the first invalid keyword is found.
4626
4627 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4628
4629         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4630
4631 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4632
4633         * config/djgpp/djcheck.sh: Add copyright header.
4634
4635 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4636
4637         * copyright.py (update_files, main): Fix path to update-copyright
4638         script.
4639
4640 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4641
4642         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4643         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4644         for which a reminder to update by hand is printed.
4645
4646 2012-06-04  Doug Evans  <dje@google.com>
4647
4648         * buildsym.c (make_blockvector): Add comment.
4649
4650 2012-06-04  Pedro Alves  <palves@redhat.com>
4651
4652         * arch-utils.c (default_gdb_signal_from_target): Delete.
4653         * arch-utils.h (default_gdb_signal_from_target): Delete.
4654         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
4655         gdbarch_gdb_signal_from_target_p.
4656         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4657         predicate).
4658         * gdbarch.h: Regenerate.
4659         * gdbarch.c: Regenerate.
4660
4661 2012-06-04  Pedro Alves  <palves@redhat.com>
4662
4663         * gdbarch.sh (gdb_signal_from_target): Mention that the
4664         implementation of the method must be host independent.
4665         * gdbarch.h: Regenerate.
4666
4667 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4668
4669         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4670         parameters.
4671         (target_read_memory_bfd): New function.
4672         (symbol_file_add_from_memory): Use it.
4673
4674 2012-06-03  Doug Evans  <dje@google.com>
4675
4676         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4677         of primary symtab.
4678         (basic_lookup_transparent_type): Ditto.
4679
4680         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4681         (ALL_PRIMARY_SYMTABS): Use it.
4682         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4683         * dwarf2read.c (dw2_find_symbol_file): Ditto.
4684         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4685         * symtab.c (lookup_symbol_aux_objfile): Ditto.
4686         (basic_lookup_transparent_type): Ditto.
4687
4688 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4689
4690         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
4691         it to optimize resolution of demangled name.
4692
4693 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4694
4695         * configure.ac (development): Define new variable.
4696         Call AC_CHECK_LIB for mcheck if $development.
4697         (ERROR_ON_WARNING): Enable it by default only if $development.
4698         * config.in: Regenerate.
4699         * configure: Regenerate.
4700
4701 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4702
4703         * target.c (target_read_memory): Make LEN argument as size_t.
4704         * target.h (target_read_memory): Likewise.
4705
4706 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4707
4708         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4709
4710 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4711
4712         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4713         BookE interface for PowerPC server processors if not available
4714         in the Linux Kernel.
4715
4716 2012-05-31  Keith Seitz  <keiths@redhat.com>
4717
4718         * linespec.c (decode_objc): Add cleanup to free
4719         INFO.FILE_SYMTABS.
4720         (find_linespec_symbols): Add cleanup to free CLASSES.
4721         * symfile.c (find_separate_debug_file_by_debuglink): Add
4722         cleanup to free DEBUGLINK.
4723         * ui-out.c (clear_header_list): No need to check if
4724         HEADER_NEXT.COLHDR is NULL.
4725         Free HEADER_NEXT.COL_NAME.
4726
4727 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4728
4729         * ada-lang.c (standard_lookup): Prevent uninitialized variable
4730         warning.
4731
4732 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
4733
4734         * configure.host (gdb_host_cpu): Handle tilegx*.
4735         (gdb_host): Handle tilegx-*-linux*.
4736         * tilegx-linux-nat.c: New file.
4737         * config/tilegx/linux.mh: New file.
4738
4739 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
4740
4741         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4742         tilegx-linux-tdep.o.
4743         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4744         tilegx-linux-tdep.c.
4745         * configure.tgt: Handle tilegx-*-linux*.
4746         * tilegx-tdep.h: New file.
4747         * tilegx-tdep.c: New file.
4748         * tilegx-linux-tdep.c: New file.
4749         * regformats/reg-tilegx.dat: New file.
4750
4751 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4752
4753         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4754         accounting of hw watchpoints on ppc.
4755
4756 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
4757
4758         * source.c (openp): Expand tilde in path entries.
4759
4760 2012-05-29  Doug Evans  <dje@google.com>
4761
4762         * buildsym.c (block_compar): Fix comment.
4763         (end_symtab): Fix and clarify some comments.
4764
4765         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4766         cleanup_undefined_types.
4767         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4768         All callers updated.
4769
4770 2012-05-29  Tom Tromey  <tromey@redhat.com>
4771
4772         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4773         fails.
4774         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4775         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4776         fails.
4777         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4778         fails.
4779
4780 2012-05-29  Tristan Gingold  <gingold@adacore.com>
4781
4782         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4783         (struct darwin_info): ... New struct.
4784         (solib_darwin_pspace_data): New variable.
4785         (darwin_pspace_data_cleanup): New function.
4786         (get_darwin_info): Likewise.
4787         (darwin_dyld_version_ok, darwin_load_image_infos)
4788         (darwin_solib_get_all_image_info_addr_at_init)
4789         (darwin_solib_read_all_image_info_addr): Add info argument.
4790         Adjust code.
4791         (darwin_current_sos): Use per pspace structure.
4792         (darwin_solib_create_inferior_hook): Likewise.
4793         (darwin_clear_solib): Likewise.
4794         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4795
4796 2012-05-28  Pedro Alves  <palves@redhat.com>
4797
4798         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4799         block that uses them.  Clear ecss before handling each event.
4800
4801 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4802
4803         * solib-svr4.c (svr4_current_sos): New comment on
4804         svr4_current_sos_via_xfer_libraries fall back.
4805
4806 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4807
4808         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
4809         it as a fallback for TYPE_IS_OPAQUE.
4810         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4811         symbols for lookup_symbol.
4812
4813 2012-05-24  John Steele Scott  <toojays@toojays.net>
4814
4815         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4816         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4817         (producer_is_gxx_lt_4_6): Move the checking and caching to...
4818         (check_producer): ... this new function, which also checks for ICC
4819         and caches the result.
4820         (producer_is_icc): New function.
4821         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4822         producer was ICC.
4823
4824 2012-05-24  Pedro Alves  <palves@redhat.com>
4825
4826         PR gdb/7205
4827
4828         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4829         (default_gdb_signal_to_target): ... this.  Add comment.
4830         (default_gdb_signal_from_host): Rename to ...
4831         (default_gdb_signal_from_target): ... this.  Add comment.
4832         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4833         (default_gdb_signal_to_target): ... this.
4834         (default_gdb_signal_from_host): Rename to ...
4835         (default_gdb_signal_from_target): ... this.
4836         * corelow.c (core_open): Adjust to naming change.  Replace comment.
4837         * gdbarch.sh (gdb_signal_from_host): Rename to ...
4838         (gdb_signal_from_target): ... this.  Adjust to
4839         default_gdb_signal_from_host naming change.  Extend comment.
4840         (gdb_signal_to_host): Rename to ...
4841         (gdb_signal_to_target): ... this.  Adjust to
4842         default_gdb_signal_to_host naming change.
4843         * gdbarch.h, gdbarch.c: Renegerate.
4844
4845 2012-05-24  Pedro Alves  <palves@redhat.com>
4846
4847         PR gdb/7205
4848
4849         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4850
4851 2012-05-24  Pedro Alves  <palves@redhat.com>
4852
4853         PR gdb/7205
4854
4855         Replace target_signal with gdb_signal throughout.
4856
4857 2012-05-24  Pedro Alves  <palves@redhat.com>
4858
4859         PR tui/14159
4860
4861         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4862         string, instead of reusing the va_list argument.
4863
4864 2012-05-24  Tom Tromey  <tromey@redhat.com>
4865
4866         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4867         Remove.
4868
4869 2012-05-23  Doug Evans  <dje@google.com>
4870
4871         * symtab.c (search_symbols): Formatting fixes.
4872         (print_symbol_info): Formatting fixes.
4873
4874         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4875         int64_t change to leb128 API.
4876         (read_encoded_value, decode_frame_entry_1): Ditto.
4877         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4878         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4879         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4880         (execute_stack_op): Ditto.
4881         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4882         (safe_read_uleb128, safe_read_sleb128): Ditto.
4883         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4884         (dwarf2_compile_expr_to_ax): Ditto.
4885         (locexpr_describe_location_piece): Ditto.
4886         (disassemble_dwarf_expression): Ditto.
4887         (locexpr_describe_location_1): Ditto.
4888
4889 2012-05-23  Stan Shebs  <stan@codesourcery.com>
4890             Kwok Cheung Yeung  <kcy@codesourcery.com>
4891
4892         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4893         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4894         (mi-cmd-info.o): New rule.
4895         * osdata.h (info_osdata_command): New declaration.
4896         * osdata.c (info_osdata_command): Change to non-static.
4897         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4898         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4899         * mi/mi-cmd-info.c: New file.
4900
4901 2012-05-23  Doug Evans  <dje@google.com>
4902
4903         * symtab.c (search_symbols): Pass NULL for file_matcher to
4904         expand_symtabs_matching if there are no files to match.
4905
4906         * gdbtypes.c (lookup_typename): Simplify.
4907
4908 2012-05-23  Pedro Alves  <palves@redhat.com>
4909
4910         * arch-utils.h (default_target_signal_to_host): Delete.
4911         * arch-utils.c (default_target_signal_to_host): Delete.
4912         * gdbarch.sh (target_signal_to_host): Remove.
4913         * gdbarch.h, gdbarch.c: Regenerate.
4914
4915 2012-05-22  Doug Evans  <dje@google.com>
4916
4917         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4918         "const gdb_byte *".
4919         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4920         (execute_cfa_program): Update to match API of leb128 functions.
4921         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4922         "const gdb_byte *".
4923         (read_unsigned_leb128, read_signed_leb128): Delete.
4924         (read_initial_length): Change type of buf argument to
4925         "const gdb_byte *".
4926         (read_encoded_value): Update to match API of leb128 functions.
4927         (decode_frame_entry): Change result to "const gdb_byte *", and
4928         similarly for "start" parameter.
4929         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
4930         (dwarf2_build_frame_info): Change local frame_ptr to
4931         "const gdb_byte *".
4932         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4933         read_uleb128, read_sleb128.  All callers updated.
4934         (safe_skip_leb128): New function.
4935         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4936         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4937         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4938         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
4939         read_uleb128, read_sleb128.
4940         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4941         (execute_stack_op): Update to match API of leb128 functions.
4942         * dwarf2expr.h: #include "leb128.h".
4943         (read_uleb128, read_sleb128): Delete.
4944         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4945         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4946         * dwarf2loc.c (debug_loc_kind): New enum.
4947         (decode_debug_loc_addresses): New function.
4948         (decode_debug_loc_dwo_addresses): New function.
4949         (dwarf2_find_location_expression): Rewrite.
4950         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4951         (locexpr_describe_location_piece): Ditto.
4952         (disassemble_dwarf_expression): Ditto.
4953         (locexpr_describe_location_1): Ditto.
4954         (loclist_describe_location): Rewrite.
4955         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4956         * dwarf2read.c (die_reader_specs): New member "buffer_end".
4957         (dwarf2_section_buffer_overflow_complaint): Renamed from
4958         dwarf2_macros_too_long_complaint.  All callers updated.
4959         (skip_leb128): Delete.
4960         (init_cu_die_reader): Initialize reader->buffer_end.
4961         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4962         (skip_form_bytes): New arg buffer_end.  All callers updated.
4963         Replace call to skip_leb128 with gdb_skip_leb128.
4964         (skip_unknown_opcode): New arg mac_end.  All callers updated.
4965         (fill_in_loclist_baton): Initialize baton->from_dwo.
4966
4967 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
4968
4969         * mips-linux-nat.c (mips_linux_read_description): Use a more
4970         verbose error message.
4971
4972 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
4973
4974         * NEWS: Add MIPS/Linux DSP support.
4975         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4976         (SIGCONTEXT_DSPCTL): New macro.
4977         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4978         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4979         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4980         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4981         (N64_SIGCONTEXT_HI3): Likewise.
4982         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4983         (N64_SIGCONTEXT_LO3): Likewise.
4984         (N64_SIGCONTEXT_DSPCTL): Likewise.
4985         (N64_SIGCONTEXT_FPCSR): Clarify definition.
4986         (mips_linux_o32_sigframe_init): Handle DSP registers.
4987         (mips_linux_n32n64_sigframe_init): Likewise.
4988
4989 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4990
4991         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4992         call to abort.
4993
4994 2012-05-22  Pedro Alves  <palves@redhat.com>
4995
4996         * target.h (store_waitstatus): Move declaration ...
4997         * inf-child.h (store_waitstatus): ... here.
4998         * target.c: Move inclusion of gdb_wait.h, and ...
4999         (store_waitstatus): ... this ...
5000         * inf-child.c: ... here.
5001         * linux-nat.c: Include inf-child.h.
5002         * rs6000-nat.c: Include inf-child.h.
5003         * spu-linux-nat.c: Include inf-child.h.
5004
5005 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5006
5007         * tracepoint.c (start_tracing): Add missing i18n markup.
5008         (stop_tracing, set_trace_user): Ditto.
5009         (set_trace_notes, set_trace_stop_notes): Ditto.
5010
5011 2012-05-21  Tom Tromey  <tromey@redhat.com>
5012
5013         PR c++/7173:
5014         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5015         types.
5016         * value.h (value_cast_pointers): Update.
5017         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5018         (value_cast): Update.
5019         (update_search_result): New function.
5020         (do_search_struct_field): New, from search_struct_field.  Check
5021         for ambiguous results.
5022         (search_struct_field): Rewrite.
5023         * infcall.c (value_arg_coerce): Update.
5024         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5025         value_cast_pointers.
5026         * ada-lang.c (ada_convert_actual): Update.
5027
5028 2012-05-21  Tom Tromey  <tromey@redhat.com>
5029
5030         * macroexp.c (macro_stringify): Terminate the string.
5031
5032 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5033
5034         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5035         Describe it.
5036         * auto-load.c (auto_load_expand_dir_vars): New function.
5037         (auto_load_safe_path_vec_update): Use it, remove the
5038         substitute_path_component call thanks to it.
5039         (auto_load_objfile_script): Remove the debug_file_directory processing.
5040         Use auto_load_expand_dir_vars, remove the substitute_path_component
5041         call thanks to it.
5042         * configure: Regenerate.
5043         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5044         path.  Escape $ also for $debugdir.
5045         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5046         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5047
5048 2012-05-20  Doug Evans  <dje@google.com>
5049
5050         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5051         before use.  Check for symtab->includes == NULL before scanning it.
5052
5053 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5054
5055         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5056
5057 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5058
5059         * NEWS: Add microMIPS support and "set mips compression",
5060         "show mips compression" commands.
5061         * mips-tdep.h (mips_isa): New enum.
5062         (gdbarch_tdep): Add mips_isa.
5063         (mips_pc_is_mips16): Update prototype.
5064         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5065         * mips-tdep.c (mips_compression_mips16): New variable.
5066         (mips_compression_micromips): Likewise.
5067         (mips_compression_strings): Likewise.
5068         (mips_compression_string): Likewise.
5069         (is_mips16_isa, is_micromips_isa): New functions.
5070         (is_mips16_addr): Rename to...
5071         (is_compact_addr): ... this.
5072         (unmake_mips16_addr): Likewise to...
5073         (unmake_compact_addr): ... this.
5074         (make_mips16_addr): Likewise to...
5075         (make_compact_addr): ... this.
5076         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5077         functions.
5078         (mips_elf_make_msymbol_special): Handle microMIPS code.
5079         (msymbol_is_special): Rename to...
5080         (msymbol_is_mips16): ... this.
5081         (mips_make_symbol_special, mips_pc_is_mips16): Update
5082         accordingly.
5083         (msymbol_is_mips, msymbol_is_micromips): New functions.
5084         (mips16_to_32_reg): Rename to...
5085         (mips_reg3_to_reg): ... this.
5086         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5087         (mips_pc_isa): Likewise.
5088         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5089         code.
5090         (mips_fetch_instruction): Pass return status instead of printing
5091         an error message if requested.  Handle microMIPS code.  Bail out
5092         on an invalid ISA.
5093         (micromips_op): New macro.
5094         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5095         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5096         (b6s4_op, b7s3_reg): Likewise.
5097         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5098         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5099         (mips_insn_size): New function.
5100         (mips32_next_pc): Update mips_fetch_instruction call.
5101         (micromips_relative_offset7): New function.
5102         (micromips_relative_offset10): Likewise.
5103         (micromips_relative_offset16): Likewise.
5104         (micromips_pc_insn_size): Likewise.
5105         (micromips_bc1_pc): Likewise.
5106         (micromips_next_pc): Likewise.
5107         (unpack_mips16): Update mips_fetch_instruction call.
5108         (extended_mips16_next_pc): Update according to change to
5109         mips16_to_32_reg.
5110         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5111         code.
5112         (mips16_scan_prologue): Update mips_fetch_instruction call.
5113         Update according to change to mips16_to_32_reg.
5114         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5115         (mips_insn16_frame_base_sniffer): Likewise.
5116         (micromips_decode_imm9): New function.
5117         (micromips_scan_prologue): Likewise.
5118         (mips_micro_frame_cache): Likewise.
5119         (mips_micro_frame_this_id): Likewise.
5120         (mips_micro_frame_prev_register): Likewise.
5121         (mips_micro_frame_sniffer): Likewise.
5122         (mips_micro_frame_unwind): New variable.
5123         (mips_micro_frame_base_address): New function.
5124         (mips_micro_frame_base): New variable.
5125         (mips_micro_frame_base_sniffer): New function.
5126         (mips32_scan_prologue): Update mips_fetch_instruction call.
5127         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5128         rather than for MIPS16.
5129         (mips_insn32_frame_base_sniffer): Likewise.
5130         (mips_addr_bits_remove): Handle microMIPS code.
5131         (deal_with_atomic_sequence): Rename to...
5132         (mips_deal_with_atomic_sequence): ... this.  Update the type
5133         of the variable used to hold an instruction.  Remove the ISA bit
5134         check.  Update mips_fetch_instruction call.
5135         (micromips_deal_with_atomic_sequence): New function.
5136         (deal_with_atomic_sequence): Likewise.
5137         (mips_about_to_return): Handle microMIPS code.  Update
5138         mips_fetch_instruction call.
5139         (heuristic_proc_start): Check for the standard MIPS ISA rather
5140         than for MIPS16.  Update mips_pc_is_mips16 and
5141         mips_fetch_instruction calls.  Handle microMIPS code.
5142         (mips_push_dummy_code): Handle microMIPS code.
5143         (mips_eabi_push_dummy_call): Likewise.
5144         (mips_o32_return_value): Update mips_pc_is_mips16 call.
5145         (mips_o64_push_dummy_call): Handle microMIPS code.
5146         (mips_o64_return_value): Update mips_pc_is_mips16 call.
5147         (is_delayed): Remove function.
5148         (mips_single_step_through_delay): Replace the call to is_delayed
5149         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
5150         Handle microMIPS code.
5151         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
5152         microMIPS code.
5153         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5154         call.
5155         (micromips_in_function_epilogue_p): New function.
5156         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5157         call.
5158         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5159         Handle microMIPS.
5160         (gdb_print_insn_mips): Likewise.
5161         (mips_breakpoint_from_pc): Likewise.
5162         (mips_remote_breakpoint_from_pc): New function.
5163         (mips32_instruction_has_delay_slot): Simplify making use of the
5164         updated mips_fetch_instruction interface.
5165         (micromips_instruction_has_delay_slot): New function.
5166         (mips16_instruction_has_delay_slot): Simplify making use of the
5167         updated mips_fetch_instruction interface.
5168         (mips_adjust_breakpoint_address): Check for the standard MIPS
5169         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
5170         calls.  Handle microMIPS code.
5171         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5172         (mips_skip_trampoline_code): Handle microMIPS code.
5173         (global_mips_compression): New function.
5174         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5175         file flags.  Register the microMIPS remote breakpoint handler
5176         and heuristic frame unwinder.
5177         (show_mips_compression): New function.
5178         (_initialize_mips_tdep): Add the "set mips compression" and
5179         "show mips compression" commands.
5180
5181 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
5182
5183         * ada-lang.c:
5184         * ada-tasks.c:
5185         * ada-varobj.c:
5186         * amd64-darwin-tdep.c:
5187         * arm-symbian-tdep.c:
5188         * arm-tdep.c:
5189         * avr-tdep.c:
5190         * ax-gdb.c:
5191         * bfin-linux-tdep.c:
5192         * breakpoint.c:
5193         * c-valprint.c:
5194         * cli/cli-cmds.c:
5195         * coffread.c:
5196         * cp-support.c:
5197         * cris-tdep.c:
5198         * dwarf2-frame-tailcall.c:
5199         * dwarf2-frame.c:
5200         * dwarf2expr.c:
5201         * dwarf2loc.c:
5202         * dwarf2read.c:
5203         * elfread.c:
5204         * eval.c:
5205         * expprint.c:
5206         * f-valprint.c:
5207         * frv-tdep.c:
5208         * h8300-tdep.c:
5209         * hppa-hpux-tdep.c:
5210         * hppa-tdep.c:
5211         * hppanbsd-tdep.c:
5212         * i386-nto-tdep.c:
5213         * i386-tdep.c:
5214         * i387-tdep.c:
5215         * ia64-tdep.c:
5216         * jit.c:
5217         * linespec.c:
5218         * linux-tdep.c:
5219         * lm32-tdep.c:
5220         * m2-valprint.c:
5221         * m32c-tdep.c:
5222         * m32r-rom.c:
5223         * m32r-tdep.c:
5224         * m68k-tdep.c:
5225         * m68klinux-tdep.c:
5226         * mi/mi-main.c:
5227         * microblaze-tdep.c:
5228         * mips-linux-tdep.c:
5229         * mips-tdep.c:
5230         * mn10300-tdep.c:
5231         * p-valprint.c:
5232         * parse.c:
5233         * ppc-linux-tdep.c:
5234         * ppc-sysv-tdep.c:
5235         * printcmd.c:
5236         * python/py-finishbreakpoint.c:
5237         * python/py-inferior.c:
5238         * python/py-infthread.c:
5239         * python/py-type.c:
5240         * python/python.c:
5241         * remote-fileio.c:
5242         * remote-m32r-sdi.c:
5243         * remote-mips.c:
5244         * reverse.c:
5245         * rl78-tdep.c:
5246         * rs6000-aix-tdep.c:
5247         * rs6000-tdep.c:
5248         * s390-tdep.c:
5249         * score-tdep.c:
5250         * sh64-tdep.c:
5251         * skip.c:
5252         * solib-darwin.c:
5253         * solib-dsbt.c:
5254         * solib-frv.c:
5255         * sparc-tdep.c:
5256         * spu-multiarch.c:
5257         * spu-tdep.c:
5258         * stack.c:
5259         * symfile.c:
5260         * symtab.c:
5261         * tic6x-tdep.c:
5262         * tracepoint.c:
5263         * v850-tdep.c:
5264         * valarith.c:
5265         * valprint.c:
5266         * value.c:
5267         * xcoffread.c:
5268         * xtensa-tdep.c:
5269         * ada-lang.c:
5270         * ada-tasks.c:
5271         * ada-varobj.c:
5272         * amd64-darwin-tdep.c:
5273         * arm-symbian-tdep.c:
5274         * arm-tdep.c: Delete unused variables.
5275
5276 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5277
5278         Rename $ddir to $datadir.
5279         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5280         * auto-load.c (auto_load_safe_path_vec_update)
5281         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5282         * configure: Regenerate.
5283         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5284         Likewise.  Remove the 'use $ddir' help string.
5285
5286 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5287
5288         * auto-load.c (show_auto_load_safe_path): Accept any combination of
5289         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5290
5291 2012-05-18  Tom Tromey  <tromey@redhat.com>
5292
5293         PR exp/13907:
5294         * valprint.h (struct value_print_options) <symbol_print>: New
5295         field.
5296         * valprint.c (user_print_options): Add default for symbol_print.
5297         (show_symbol_print): New function.
5298         (generic_val_print): Respect symbol_print.
5299         (_initialize_valprint): Add "print symbol" setting.
5300         * f-valprint.c (f_val_print): Respect symbol_print.
5301         * c-valprint.c (c_val_print): Respect symbol_print.
5302         * NEWS: Update.
5303         * printcmd.c (print_address_symbolic): Return int.  Ignore some
5304         zero-size symbols.
5305         (print_address_demangle): Return int.
5306         * defs.h: (print_address_symbolic): Return int.
5307         * value.h (print_address_demangle): Return int.
5308
5309 2012-05-18  Tom Tromey  <tromey@redhat.com>
5310
5311         * valprint.c (val_print_string): Don't print leading space.
5312         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5313         print space before string or vtbl.
5314         * m2-valprint.c (print_unpacked_pointer): Optionally print space
5315         before string.
5316         * jv-valprint.c (java_value_print): Print space before string.
5317         * go-valprint.c (print_go_string): Print space before string.
5318         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5319         space before string.
5320         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5321         space before string or vtbl.
5322         * auxv.c (fprint_target_auxv): Print space after address.
5323
5324 2012-05-18  Tom Tromey  <tromey@redhat.com>
5325
5326         * printcmd.c (print_address_demangle): Remove special case for 0.
5327
5328 2012-05-18  Tom Tromey  <tromey@redhat.com>
5329
5330         * printcmd.c (print_address_demangle): Add 'opts' argument.
5331         * p-valprint.c (pascal_val_print): Update.
5332         * jv-valprint.c (java_val_print): Update.
5333         * value.h: Update.
5334         * valprint.c (generic_val_print): Update.
5335         (print_function_pointer_address): Add 'options' argument.  Remove
5336         'addressprint' argument.  Update.
5337         * m2-valprint.c (print_unpacked_pointer): Update.
5338         * gnu-v3-abi.c (print_one_vtable): Update.
5339         (gnuv3_print_method_ptr): Update.
5340         * f-valprint.c (f_val_print): Update.
5341         * cp-valprint.c (cp_print_value_fields): Update.
5342         * valprint.h (print_function_pointer_address): Update.
5343         * c-valprint.c (c_val_print): Update.
5344
5345 2012-05-18  Tom Tromey  <tromey@redhat.com>
5346
5347         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5348         directly corresponding to the found psymtab.
5349         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5350         (dw2_find_pc_sect_symtab): Use it.
5351         * block.h (blockvector_contains_pc): Declare.
5352         * block.c (find_block_in_blockvector): New function.
5353         (blockvector_for_pc_sect): Use it.
5354         (blockvector_contains_pc): New function.
5355
5356 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5357
5358         * mips-tdep.h (mips_write_pc): New prototype.
5359         * mips-tdep.c (mips_write_pc): Make external, add description.
5360         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5361         add description.
5362
5363 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5364
5365         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5366         mips_regnum->pc.
5367         (mips_unwind_pc, mips_write_pc): Likewise.
5368         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5369         gdbarch_read_pc.
5370
5371 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
5372
5373         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5374         proc_warn, proc_error, proc_get_status, proc_flags,
5375         proc_why, proc_what, proc_nsysarg, proc_sysargs,
5376         proc_set_run_on_last_close, proc_unset_run_on_last_close,
5377         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5378         proc_stop_process, proc_wait_for_stop, proc_run_process,
5379         proc_set_traced_signals, proc_set_traced_faults,
5380         proc_set_traced_sysentry, proc_set_traced_sysexit,
5381         proc_set_held_signals, proc_get_held_signals,
5382         proc_get_traced_signals, proc_get_traced_faults,
5383         proc_get_traced_sysentry, proc_get_traced_sysexit,
5384         proc_clear_current_fault, proc_set_current_signal,
5385         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5386         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5387         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5388         proc_get_current_thread, proc_get_current_thread,
5389         proc_get_current_thread, proc_update_threads,
5390         proc_update_threads, proc_update_threads, proc_update_threads,
5391         proc_iterate_over_threads, procfs_find_new_threads,
5392         procfs_pid_to_str): Make static.  Remove advance declaration.
5393         (proc_cursig): Make static.  Conditionalized defintion on
5394         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5395         (proc_syscall, proc_set_kill_on_last_close,
5396         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5397         proc_get_pending_signals, proc_get_signal_actions,
5398         proc_trace_signal, proc_ignore_signal): Delete.
5399
5400 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5401
5402         * coffread.c (cs_section_address): Passing proper argument for
5403         `bfd_get_section_vma'.
5404         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5405         `bfd_get_section_flags'.
5406         * remote.c (remote_trace_set_readonly_regions): Likewise, for
5407         `bfd_get_section_vma'.
5408
5409 2012-05-16  Tom Tromey  <tromey@redhat.com>
5410
5411         PR macros/13205:
5412         * macrotab.h: (macro_define_special): Declare.
5413         (enum macro_special_kind): New.
5414         (struct macro_definition) <argc, replacement>: Update comments.
5415         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5416         (macro_define_object_internal): New function.
5417         (macro_define_object): Use it.
5418         (macro_define_special): New function.
5419         (fixup_definition): New function.
5420         (macro_lookup_definition, foreach_macro_in_scope)
5421         (foreach_macro): Use fixup_definition.
5422         * macroexp.h (macro_stringify): Declare.
5423         * macroexp.c (free_buffer_return_text): New function.
5424         (stringify): Constify "arg".
5425         (macro_stringify): New function.
5426         * dwarf2read.c (macro_start_file): Call macro_define_special.
5427
5428 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5429             Maciej W. Rozycki  <macro@mips.com>
5430
5431         * breakpoint.h (bp_location): Add related_address member.
5432         * inferior.h (get_return_value): Take a pointer to struct value
5433         instead of struct type for the function requested.
5434         * value.h (using_struct_return): Likewise.
5435         * gdbarch.sh (return_value): Take a pointer to struct value
5436         instead of struct type for the function requested.
5437         * breakpoint.c (set_breakpoint_location_function): Initialize
5438         related_address for bp_gnu_ifunc_resolver breakpoints.
5439         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5440         requested function's address to gdbarch_return_value.
5441         * eval.c (evaluate_subexp_standard): Pass the requested
5442         function's address to using_struct_return.
5443         * infcall.c (call_function_by_hand): Pass the requested
5444         function's address to using_struct_return and
5445         gdbarch_return_value.
5446         * infcmd.c (get_return_value): Take a pointer to struct value
5447         instead of struct type for the function requested.
5448         (print_return_value): Update accordingly.
5449         (finish_command_continuation): Likewise.
5450         * stack.c (return_command): Pass the requested function's
5451         address to using_struct_return and gdbarch_return_value.
5452         * value.c (using_struct_return): Take a pointer to struct value
5453         instead of struct type for the function requested.  Pass the
5454         requested function's address to gdbarch_return_value.
5455         * python/py-finishbreakpoint.c (finish_breakpoint_object):
5456         New function_value member, replacing function_type.
5457         (bpfinishpy_dealloc): Update accordingly.
5458         (bpfinishpy_pre_stop_hook): Likewise.
5459         (bpfinishpy_init): Likewise.  Record the requested function's
5460         address.
5461         * mips-tdep.c (mips_fval_reg): New enum.
5462         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5463         words put in GP registers.
5464         (mips_o64_push_dummy_call): Update a comment.
5465         (mips_o32_return_value): Take a pointer to struct value instead
5466         of struct type for the function requested and use it to check if
5467         using the MIPS16 calling convention.  Return the designated
5468         general purpose registers for floating-point values returned in
5469         MIPS16 mode.
5470         (mips_o64_return_value): Likewise.
5471         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5472         (ppc_sysv_abi_broken_return_value): Likewise.
5473         (ppc64_sysv_abi_return_value): Likewise.
5474         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5475         value instead of struct type for the function requested.
5476         * amd64-tdep.c (amd64_return_value): Likewise.
5477         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5478         * arm-tdep.c (arm_return_value): Likewise.
5479         * avr-tdep.c (avr_return_value): Likewise.
5480         * bfin-tdep.c (bfin_return_value): Likewise.
5481         * cris-tdep.c (cris_return_value): Likewise.
5482         * frv-tdep.c (frv_return_value): Likewise.
5483         * h8300-tdep.c (h8300_return_value): Likewise.
5484         (h8300h_return_value): Likewise.
5485         * hppa-tdep.c (hppa32_return_value): Likewise.
5486         (hppa64_return_value): Likewise.
5487         * i386-tdep.c (i386_return_value): Likewise.
5488         * ia64-tdep.c (ia64_return_value): Likewise.
5489         * iq2000-tdep.c (iq2000_return_value): Likewise.
5490         * lm32-tdep.c (lm32_return_value): Likewise.
5491         * m32c-tdep.c (m32c_return_value): Likewise.
5492         * m32r-tdep.c (m32r_return_value): Likewise.
5493         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5494         * m68k-tdep.c (m68k_return_value): Likewise.
5495         (m68k_svr4_return_value): Likewise.
5496         * m88k-tdep.c (m88k_return_value): Likewise.
5497         * mep-tdep.c (mep_return_value): Likewise.
5498         * microblaze-tdep.c (microblaze_return_value): Likewise.
5499         * mn10300-tdep.c (mn10300_return_value): Likewise.
5500         * moxie-tdep.c (moxie_return_value): Likewise.
5501         * mt-tdep.c (mt_return_value): Likewise.
5502         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5503         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5504         (ppc_sysv_abi_broken_return_value): Likewise.
5505         (ppc64_sysv_abi_return_value): Likewise.
5506         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5507         * rl78-tdep.c (rl78_return_value): Likewise.
5508         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5509         * rx-tdep.c (rx_return_value): Likewise.
5510         * s390-tdep.c (s390_return_value): Likewise.
5511         * score-tdep.c (score_return_value): Likewise.
5512         * sh-tdep.c (sh_return_value_nofpu): Likewise.
5513         (sh_return_value_fpu): Likewise.
5514         * sh64-tdep.c (sh64_return_value): Likewise.
5515         * sparc-tdep.c (sparc32_return_value): Likewise.
5516         * sparc64-tdep.c (sparc64_return_value): Likewise.
5517         * spu-tdep.c (spu_return_value): Likewise.
5518         * tic6x-tdep.c (tic6x_return_value): Likewise.
5519         * v850-tdep.c (v850_return_value): Likewise.
5520         * vax-tdep.c (vax_return_value): Likewise.
5521         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5522         * xtensa-tdep.c (xtensa_return_value): Likewise.
5523         * gdbarch.c: Regenerate.
5524         * gdbarch.h: Regenerate.
5525
5526 2012-05-15  Tom Tromey  <tromey@redhat.com>
5527
5528         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5529
5530 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5531
5532         * breakpoint.c (init_breakpoint_sal): Add quotes around part
5533         of command in two error message.
5534
5535 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5536
5537         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5538
5539 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
5540
5541         * breakpoint.c (find_condition_and_thread): Minor reformatting.
5542
5543 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5544
5545         * NEWS (show auto-load scripts-directory): Add forgotten command.
5546
5547 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5548
5549         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5550         parameters.
5551
5552 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5553
5554         * amd64-tdep.c: Include features/i386/x32.c and
5555         features/i386/x32-avx.c.
5556         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5557         initialize_tdesc_x32_avx.
5558
5559 2012-05-14  Stan Shebs  <stan@codesourcery.com>
5560
5561         Add dynamic printf.
5562         * breakpoint.h (enum bptype): New type bp_dprintf.
5563         (struct breakpoint): New field extra_string.
5564         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5565         (create_breakpoint): Add extra_string arg.
5566         * breakpoint.c (dprintf_breakpoint_ops): New.
5567         (is_breakpoint): Add bp_dprintf.
5568         (bpstat_what): Add dprintf case.
5569         (bptype_string): Ditto.
5570         (print_one_breakpoint_location): Ditto.
5571         (init_bp_location): Ditto.
5572         (bkpt_print_mention): Ditto.
5573         (dprintf_style_enums): New array.
5574         (dprintf_style): New global.
5575         (dprintf_function): New global.
5576         (dprintf_channel): New global.
5577         (update_dprintf_command_list): New function.
5578         (update_dprintf_commands): New function.
5579         (init_breakpoint_sal): Add extra_string argument, handle it.
5580         (create_breakpoint_sal): Add extra_string argument.
5581         (create_breakpoints_sal): Add extra_string argument, update callers.
5582         (find_condition_and_thread): Add extra argument.
5583         (create_breakpoint): Add extra_string argument, record it.
5584         (dprintf_command): New function.
5585         (break_command_1): Add arg to create_breakpoint call.
5586         (handle_gnu_v3_exceptions): Ditto.
5587         (trace_command): Ditto.
5588         (ftrace_command): Ditto.
5589         (strace_command): Ditto.
5590         (bkpt_print_mention): Add dprintf case.
5591         (create_breakpoint_sal_default): Add extra_string argument.
5592         (_initialize_breakpoint): Add new commands.
5593         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5594         * python/py-breakpoint.c (bppy_init): Ditto.
5595         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5596
5597 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
5598
5599         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5600
5601 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
5602
5603         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5604         unsigned long long.
5605
5606 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
5607
5608         Add a new function gdb.find_pc_line to the Python API.
5609         * NEWS (Python Scripting): Add entry about the new function.
5610         * python/python.c (gdbpy_find_pc_line): New function which
5611         implements gdb.find_pc_line.
5612         (GdbMethods): Add entry for the new function.
5613
5614 2012-05-12  Pedro Alves  <palves@redhat.com>
5615
5616         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5617         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5618
5619 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
5620
5621         * inferior.c: Include completer.h
5622         (initialize_inferiors): Set completer of add-inferior to
5623         filename_completer.
5624
5625 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5626
5627         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5628         gdbarch_ptr_bit for x32 core dump.
5629
5630 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5631
5632         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5633         and features/i386/x32-avx-linux.c.
5634
5635 2012-05-11  Stan Shebs  <stan@codesourcery.com>
5636             Kwok Cheung Yeung  <kcy@codesourcery.com>
5637
5638         * NEWS: Describe new info os commands.
5639         * common/linux-osdata.c (PID_T, TIME_T): Define.
5640         (MAX_PID_T_STRLEN): New.
5641         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
5642         MAX_PID_T_STRLEN.
5643         (command_from_pid): Add comment.  Change to use PID_T.
5644         (commandline_from_pid):  Change to use PID_T.
5645         (user_from_pid): Add comment.
5646         (get_process_owner): Add comment. Change to use PID_T and
5647         MAX_PID_T_STRLEN.
5648         (get_number_of_cpu_cores): Add comment.
5649         (get_cores_used_by_process): Add comment.  Change to use PID_T and
5650         MAX_PID_T_STRLEN.
5651         (linux_xfer_osdata_processes): Change to use PID_T and
5652         MAX_PID_T_STRLEN.
5653         (compare_processes): New function.
5654         (linux_xfer_osdata_processgroups): New function.
5655         (linux_xfer_osdata_threads): Change to use PID_T.
5656         (linux_xfer_osdata_fds): New function.
5657         (format_socket_state, print_sockets): New functions.
5658         (union socket_addr): New union.
5659         (linux_xfer_osdata_isockets): New function.
5660         (time_from_time_t, group_from_gid): New functions.
5661         (linux_xfer_osdata_shm): New function.
5662         (linux_xfer_osdata_sem): New function.
5663         (linux_xfer_osdata_msg): New function.
5664         (linux_xfer_osdata_modules): New function.
5665         (osdata_table): Add new entries.
5666         * common/buffer.c (buffer_xml_printf): Add support for long and
5667         long long format specifiers.
5668
5669 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5670
5671         * amd64-linux-tdep.h (tdesc_x32_linux): New.
5672         (tdesc_x32_avx_linux): Likewise.
5673
5674 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5675
5676         Implement multi-component --with-auto-load-dir.
5677         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5678         entries.
5679         (--with-auto-load-safe-path): Update the default value description.
5680         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5681         New.
5682         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
5683         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
5684         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
5685         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
5686         "set auto-load scripts-directory".
5687         * config.in: Regenerate.
5688         * configure: Regenerate.
5689         * configure.ac (--with-auto-load-dir): New configure option.
5690         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5691
5692 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5693
5694         Provide $ddir substitution for --with-auto-load-safe-path.
5695         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5696         entries.
5697         * auto-load.c: Include observer.h.
5698         (auto_load_safe_path_vec_update): Call substitute_path_component for
5699         each component.  New variable ddir_subst.
5700         (auto_load_gdb_datadir_changed): New function.
5701         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5702         AUTO_LOAD_SAFE_PATH.  New comment.
5703         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5704         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
5705         * config.in: Regenerate.
5706         * configure: Regenerate.
5707         * configure.ac (--auto-load-safe-path): Rename
5708         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
5709         GDB_DATADIR/auto-load.
5710         * defs.h (substitute_path_component): New declaration.
5711         * top.c: Include observer.h.
5712         (set_gdb_datadir): New function.
5713         (init_main): Install it for "set data-directory".
5714         * utils.c (substitute_path_component): New function.
5715
5716 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5717
5718         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5719         * auto-load.c (auto_load_objfile_script): Remove check for NULL
5720         DEBUG_FILE_DIRECTORY.  Handle multiple components of
5721         DEBUG_FILE_DIRECTORY.
5722
5723 2012-05-10  Tom Tromey  <tromey@redhat.com>
5724
5725         * dwarf2read.c (recursively_write_psymbols): New function.
5726         (write_psymtabs_to_index): Use it.
5727
5728         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5729         field.
5730         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5731         (load_partial_comp_unit): Update.
5732         (queue_comp_unit): Add argument 'pretend_language'.
5733         (process_queue): Update.
5734         (psymtab_to_symtab_1): Skip dependencies that have a user.
5735         (load_partial_comp_unit_reader): Give meaning to the 'data'
5736         argument.
5737         (load_full_comp_unit): Add 'pretend_language' argument.
5738         (process_full_comp_unit): Add 'pretend_language' argument.  Set
5739         language on CU.
5740         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5741         Update.
5742         (maybe_queue_comp_unit): Add 'pretend_language' argument.
5743         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5744         Update.
5745         (prepare_one_comp_unit): Add 'pretend_language' argument.
5746
5747         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5748         (struct dwarf2_per_objfile) <just_read_cus>: New field.
5749         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5750         (dw2_do_instantiate_symtab): Check whether symtab was read in
5751         before queueing.
5752         (dw2_instantiate_symtab): Add assertion.  Call
5753         process_cu_includes.
5754         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5755         (partial_symtab_p): New typedef.
5756         (set_partial_user): New function.
5757         (dwarf2_build_psymtabs_hard): Use set_partial_user.
5758         (scan_partial_symbols): Add imported CU to imported_symtabs.
5759         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5760         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5761         (get_symtab, recursively_compute_inclusions)
5762         (compute_symtab_includes, process_cu_includes)
5763         (process_imported_unit_die): New functions.
5764         (process_die) <DW_TAG_imported_unit>: New case.
5765         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5766
5767         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5768         comment.
5769         (struct partial_die_info) <locdesc>: Remove.
5770         <d>: New field.
5771         (process_psymtab_comp_unit): Add 'read_partial' argument.
5772         Update.
5773         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5774         (scan_partial_symbols): Handle DW_TAG_imported_unit.
5775         (add_partial_symbol): Update.
5776         (process_die): Handle DW_TAG_partial_unit.
5777         (read_file_scope): Update comment.
5778         (load_partial_dies): Handle DW_TAG_imported_unit.
5779         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5780         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5781
5782 2012-05-10  Tom Tromey  <tromey@redhat.com>
5783
5784         * cc-with-dwz.sh: New file.
5785
5786 2012-05-10  Tom Tromey  <tromey@redhat.com>
5787
5788         * symtab.h (struct symtab) <includes, user>: New fields.
5789         * block.h (struct block_iterator) <d, idx, which>: New fields.
5790         * block.c (initialize_block_iterator, find_iterator_symtab)
5791         (block_iterator_step, block_iter_name_step)
5792         (block_iter_match_step): New functions.
5793         (block_iterator_first, block_iterator_next)
5794         (block_iter_name_first, block_iter_name_next)
5795         (block_iter_match_first, block_iter_match_next): Rewrite.
5796         (get_block_symtab): New function.
5797
5798 2012-05-10  Tom Tromey  <tromey@redhat.com>
5799
5800         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5801         set_block_symtab.
5802         * jit.c (finalize_symtab): Use allocate_global_block,
5803         set_block_symtab.
5804         * buildsym.c (finish_block_internal): New function, from old
5805         finish_block.
5806         (finish_block): Rewrite.
5807         (end_symtab): Use finish_block_internal, set_block_symtab.
5808         * block.h (struct global_block): New.
5809         (allocate_global_block, set_block_symtab): Declare.
5810         * block.c (allocate_global_block, set_block_symtab): New
5811         functions.
5812
5813 2012-05-10  Tom Tromey  <tromey@redhat.com>
5814
5815         * psymtab.c (partial_map_expand_apply): Add assertion.
5816         (partial_map_symtabs_matching_filename): Skip included psymtabs.
5817         (psymtab_to_symtab): Find unshared psymtab.
5818         (dump_psymtab): Print including psymtabs.
5819         (recursively_search_psymtabs): New function.
5820         (expand_symtabs_matching_via_partial): Use it.
5821         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5822         fields.
5823         (enum psymtab_search_status): New.
5824
5825 2012-05-10  Tom Tromey  <tromey@redhat.com>
5826
5827         * tracepoint.c (scope_info): Update.
5828         * symtab.c (lookup_block_symbol, iterate_over_symbols)
5829         (find_pc_sect_symtab, search_symbols)
5830         (default_make_symbol_completion_list_break_on)
5831         (make_file_symbol_completion_list): Update.
5832         * symmisc.c (dump_symtab_1): Update.
5833         * stack.c (print_frame_args, iterate_over_block_locals)
5834         (print_frame_labels, iterate_over_block_arg_vars): Update.
5835         * python/py-block.c (block_object) <dict>: Remove.
5836         <block>: New field.
5837         <iter>: Change type.
5838         (blpy_iter): Update.
5839         (blpy_block_syms_iternext): Update.
5840         * psymtab.c (map_block): Use block iterators.
5841         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5842         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5843         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5844         * infrun.c (check_exception_resume): Update.
5845         * cp-support.c (make_symbol_overload_list_block): Update.
5846         * coffread.c (patch_opaque_types): Update.
5847         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5848         * block.h (struct block_iterator): New.
5849         (block_iterator_first, block_iterator_next, block_iter_name_first)
5850         (block_iter_name_next, block_iter_match_first)
5851         (block_iter_match_next): Declare.
5852         (ALL_BLOCK_SYMBOLS): Redefine.
5853         * block.c (block_iterator_first, block_iterator_next)
5854         (block_iter_name_first, block_iter_name_next)
5855         (block_iter_match_first, block_iter_match_next): New functions.
5856         * ada-lang.c (ada_add_block_symbols)
5857         (ada_make_symbol_completion_list): Use block iterator.
5858
5859 2012-05-10  Tom Tromey  <tromey@redhat.com>
5860
5861         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5862         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5863         (lookup_partial_symbol, find_last_source_symtab_from_partial)
5864         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5865         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5866         Update.
5867
5868 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
5869
5870         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5871         print-file-var-lib2.c, print-file-var-main.c and
5872         print-file-var.exp (located in gdb/testsuite/gdb.base).
5873
5874 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
5875
5876         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5877         try locating the symbol in the symbol's own objfile first, before
5878         extending the search to all objfiles.
5879         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5880         out of lookup_symbol_aux_symtabs.
5881         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5882         Replace extracted-out code by call to lookup_symbol_aux_objfile.
5883         Do not search EXCLUDE_OBJFILE.
5884         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5885         (lookup_symbol_global): Search for matches in the block's objfile
5886         first, before searching all other objfiles.
5887
5888 2012-05-10  Tristan Gingold  <gingold@adacore.com>
5889
5890         * printcmd.c (set_command): Add pre/post inc/dec.
5891
5892 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
5893
5894         * gdb.1: Document -ex option.
5895
5896 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
5897
5898         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5899         * inferior.h (AT_SYMBOL): Delete.
5900
5901 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
5902
5903         * mips-tdep.c (mips_push_dummy_code): New function.
5904         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5905         ON_STACK and install mips_push_dummy_code as our gdbarch
5906         push_dummy_code routine.
5907
5908 2012-05-09  Pedro Alves  <palves@redhat.com>
5909
5910         * target.c (set_maintenance_target_async_permitted): Rename to ...
5911         (set_target_async_command): ... this.
5912         (show_maintenance_target_async_permitted): Rename to ...
5913         (show_target_async_command): ... this.
5914         (initialize_targets): Adjust.
5915
5916 2012-05-08  Doug Evans  <dje@google.com>
5917
5918         * go-exp.y (classify_name): Add missing assignment of fields of
5919         yylval.ssym.
5920
5921 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
5922
5923         Display the ">" prompt in interactive mode while reading canned
5924         commands, even when the current interpreter is MI.
5925
5926         * interps.c (interp_set_temp): New function.
5927
5928         * interps.h (interp_set_temp): Add prototype.
5929
5930         * cli/cli-script.c (restore_interp): New cleanup function.
5931         (read_command_lines): Temporarily override the current interpreter
5932         with CLI and arrange for restoring the original one.
5933
5934 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
5935
5936         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5937
5938 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5939
5940         * probe.c (parse_probes): Move conditional to check for
5941         debuginfo files from here...
5942         * stap-probe.c (stap_get_probes): ... to here.
5943
5944 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
5945             H.J. Lu  <hongjiu.lu@intel.com>
5946
5947         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5948         `movl %esp, %ebp' for the X32 ABI.
5949
5950 2012-05-07  Tom Tromey  <tromey@redhat.com>
5951
5952         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
5953         get_DW_TAG_name.
5954         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
5955         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
5956         (dwarf_stack_op_name): Remove.
5957         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
5958         (decode_locdesc): Use get_DW_OP_name.
5959         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5960         (dwarf2_compile_expr_to_ax): Likewise.
5961         (disassemble_dwarf_expression): Likewise.
5962         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5963
5964 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
5965
5966         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5967         (sh_linux_sigtramp_cache): New function.
5968         (sh_linux_sigreturn_init): New function.
5969         (sh_linux_rt_sigreturn_init): New function.
5970         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5971         patterns.
5972         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5973         syscall codes.
5974         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5975         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5976         (sh_linux_init_abi): Add init calls to register new tramp_frame
5977         definitions under 32-bit SH, update comments.
5978
5979 2012-05-07  Pedro Alves  <palves@redhat.com>
5980
5981         PR gdb/10952
5982
5983         * amd64-linux-tdep.c: Include glibc-tdep.h.
5984         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5985         gdbarch_skip_solib_resolver callback.
5986
5987 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5988
5989         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5990         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5991         (show_auto_load_safe_path): Check any-directory by comparison with "/".
5992         (add_auto_load_safe_path): Change the error message.
5993         (_initialize_auto_load): Change the "safe-path" help text.
5994         * configure: Regenerate
5995         * configure.ac (--without-auto-load-safe-path): Set
5996         WITH_AUTO_LOAD_SAFE_PATH to /.
5997
5998 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
5999
6000         * stap-probe.h: Do not include unecessary `probe.h'.
6001
6002 2012-05-05  Alan Modra  <amodra@gmail.com>
6003
6004         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6005         bfd_und_section_ptr.
6006         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6007         and bfd_com_section_ptr.
6008
6009 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6010
6011         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6012
6013 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6014
6015         * windows-nat.h (segment_register_p_ftype): New typedef.
6016         (windows_set_segment_register_p): Add declaration.
6017         * windows-nat.c (segment_register_p): New static global.
6018         (windows_set_segment_register_p): New function.
6019         (do_windows_fetch_inferior_registers): Add special handling
6020         for segment registers.
6021         * amd64-windows-nat.c: #include "amd64-tdep.h".
6022         (amd64_windows_segment_register_p): New function.
6023         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6024         * i386-windows-nat.c: #include "i386-tdep.h".
6025         (i386_windows_segment_register_p): New function.
6026         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6027
6028 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6029
6030         * printcmd.c (set_command): Emit a warning if the expression is not
6031         an assignment.
6032
6033 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6034
6035         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6036         Make static.
6037
6038 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6039
6040         * stap-probe.c (stap_is_operator): Change declaration.
6041         (stap_get_opcode): Change return value.
6042         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6043         `stap_parse_argument_1'.
6044
6045 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6046
6047         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6048         debug log.
6049
6050 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6051
6052         Add two new methods global_block and static_block to gdb.Symtab
6053         objects.
6054         * NEWS (Python scripting): Add entry about the new methods.
6055         * python/py-symtab.c (stpy_global_block): New function which
6056         implements the gdb.Symtab.global_block() method.
6057         (stpy_static_block): New function which implements the
6058         gdb.Symtab.static_block() method.
6059         (symtab_object_methods): Add entries for the two new methods.
6060
6061 2012-05-03  Doug Evans  <dje@google.com>
6062
6063         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6064         files.
6065
6066 2012-05-03  Yao Qi  <yao@codesourcery.com>
6067
6068         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6069         space.
6070         (i386_process_record): Ditto.
6071
6072 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6073
6074         * infcall.c (unwind_on_signal_p): Make static.
6075
6076 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6077
6078         * sol-thread.c (solaris_pid_to_str): Make static.
6079         (_initialize_sol_thread): Add prototype.
6080
6081 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6082
6083         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6084
6085 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6086
6087         * MAINTAINERS: Remove myself.
6088
6089 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6090
6091         Fix --without-auto-load-safe-path for MS-Windows host platform.
6092         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6093
6094 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6095
6096         * gdb_curses.h: Undefine KEY_EVENT before including curses
6097         headers.  Move "#undef MOUSE_MOVED" before any curses header
6098         inclusion.
6099
6100 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6101
6102         * features/i386/i386-mmx-linux.c: Regenerate.
6103         * features/rs6000/powerpc-32.c: Likewise.
6104         * features/rs6000/powerpc-32l.c: Likewise.
6105         * features/rs6000/powerpc-403.c: Likewise.
6106         * features/rs6000/powerpc-403gc.c: Likewise.
6107         * features/rs6000/powerpc-405.c: Likewise.
6108         * features/rs6000/powerpc-505.c: Likewise.
6109         * features/rs6000/powerpc-601.c: Likewise.
6110         * features/rs6000/powerpc-602.c: Likewise.
6111         * features/rs6000/powerpc-603.c: Likewise.
6112         * features/rs6000/powerpc-604.c: Likewise.
6113         * features/rs6000/powerpc-64.c: Likewise.
6114         * features/rs6000/powerpc-64l.c: Likewise.
6115         * features/rs6000/powerpc-750.c: Likewise.
6116         * features/rs6000/powerpc-860.c: Likewise.
6117         * features/rs6000/powerpc-e500.c: Likewise.
6118         * features/rs6000/powerpc-e500l.c: Likewise.
6119         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6120         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6121         * features/rs6000/rs6000.c: Likewise.
6122
6123 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6124
6125         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6126         variable.
6127         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6128         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6129         (stap_parse_argument) <e>: Likewise.
6130         (handle_stap_probe) <byte_order>: Likewise.
6131
6132 2012-04-30  Doug Evans  <dje@google.com>
6133
6134         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6135         init_and_read_dies_worker.  All callers updated.
6136         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
6137         replaced with init_cutu_and_read_dies.
6138         (load_partial_comp_unit): Pass 1 for use_existing_cu.
6139         (find_partial_die): Remove FIXME.  Don't free current CU.
6140
6141 2012-04-30  Sterling Augustine  <saugustine@google.com>
6142
6143         * contrib: New directory.
6144         * contrib/test_pubnames_and_indexes.py: New file.
6145
6146 2012-04-30  Doug Evans  <dje@google.com>
6147
6148         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6149         All callers updated.
6150         (init_cu_die_reader): Verify the section is non-empty.
6151         (dwarf_decode_line_header): Don't dereference section->asection
6152         until we know the section is present.
6153
6154 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
6155
6156         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6157         probes.
6158
6159 2012-04-29  Yao Qi  <yao@codesourcery.com>
6160
6161         * gdb-code-style.el: New hook gdb-markup-hook
6162         and gdb-comment-hook.
6163
6164 2012-04-28  Doug Evans  <dje@google.com>
6165
6166         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
6167         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6168         objfile->obfd.
6169         * symfile.h (dwarf2_debug_sections): New member addr.
6170         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6171         (ctx_no_get_addr_index): New function.
6172         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6173         (ctx_no_get_addr_index): Declare.
6174         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6175         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6176         (dwarf_expr_ctx_funcs): Update.
6177         (needs_get_addr_index): New function.
6178         (needs_frame_ctx_funcs): Update.
6179         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6180         * dwarf2read.c: #include "gdbcore.h".
6181         (dwarf2_per_objfile): New members addr, dwo_files.
6182         (dwarf2_elf_names): Add entry for addr.
6183         (struct dwo_section_names): New type.
6184         (dwo_section_names): New static global.
6185         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6186         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6187         old debug_types_section member updated to use this.
6188         Rename member debug_types_section to info_or_types_section,
6189         all uses updated.
6190         (signatured_type): Rename member type_offset to type_offset_in_tu,
6191         all uses updated.  New member type_offset_in_section.
6192         (struct dwo_sections): New type.
6193         (struct dwo_unit): New type.
6194         (struct dwo_file): New type.
6195         (die_reader_specs): New member dwo_file.
6196         (dwarf2_locate_sections): Watch for .debug_addr.
6197         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6198         (dwarf2_read_section): Get bfd of section from bfd's asection,
6199         instead of objfile.
6200         (create_cus_from_index): Initialize the_cu->info_or_types_section.
6201         (create_signatured_type_table_from_index): Initialize
6202         sig_type->info_or_types_section.
6203         (dw2_get_file_names): Statement lists for type units with DWO files
6204         live in the DWO file.
6205         (create_debug_types_hash_table): New function.
6206         (create_all_type_units): Rewrite.
6207         (init_cu_die_reader): New arg dwo_file, all callers updated.
6208         (init_and_read_dies_worker): Get section from
6209         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
6210         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6211         continue reading the CU/TU from there.
6212         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6213         updated.  Get section from this_cu->info_or_types_section.
6214         (create_all_comp_units): Initialize this_cu->info_or_types_section.
6215         (skip_one_die): New cases DW_FORM_GNU_addr_index,
6216         DW_FORM_GNU_str_index.
6217         (hash_dwo_file, eq_dwo_file): New functions.
6218         (allocate_dwo_file_hash_table): New function.
6219         (hash_dwo_unit, eq_dwo_unit): New functions.
6220         (allocate_dwo_unit_table): New function.
6221         (dwarf2_locate_dwo_sections): New function.
6222         (struct create_dwo_info_table_data): New type.
6223         (create_debug_info_hash_table_reader): New function.
6224         (create_debug_info_hash_table): New function.
6225         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6226         (lookup_dwo_file): New function.
6227         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6228         (free_dwo_file, free_dwo_file_cleanup): New functions.
6229         (free_dwo_file_from_slot, free_dwo_files): New functions.
6230         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6231         (dwarf2_record_block_ranges): Ditto.
6232         (read_partial_die): Ditto.
6233         (process_enumeration_scope): Update to use type_offset_in_section.
6234         (read_full_die_1): New function.
6235         (read_full_die): Rewrite.
6236         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6237         DW_FORM_GNU_str_index.
6238         (read_addr_index_1, read_addr_index): New functions.
6239         (read_addr_index_from_leb128): New function.
6240         (struct dwarf2_read_addr_index_data): New type.
6241         (dwarf2_read_addr_index_reader): New function.
6242         (dwarf2_read_addr_index): New function.
6243         (read_str_index): New function.
6244         (leb128_size): New function.
6245         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6246         If processing a type unit from a DWO file, get the line section
6247         from the DWO file.
6248         (var_decode_location): Watch for DW_OP_GNU_addr_index.
6249         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6250         DW_FORM_GNU_str_index.
6251         (lookup_die_type): Check whether section offset of type's die is
6252         known before looking it up.  Remove assert.  Condition can
6253         legimately happen for inter-cu type references.
6254         (dwarf_attr_name): Handle Fission attributes.
6255         (dwarf_form_name): Handle Fission forms.
6256         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6257         DW_FORM_GNU_str_index.
6258         (follow_die_sig): Update to use type_offset_in_section.
6259         (decode_locdesc): New case DW_OP_GNU_addr_index.
6260         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6261         DW_FORM_GNU_str_index.
6262         (cu_debug_loc_section): New function.
6263         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6264         (dwarf2_per_objfile_free): Unmap .debug_addr section.
6265         Free DWO files if present.
6266         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6267
6268         Refactor DIE reading.
6269         * dwarf2read.c (dwarf2_per_objfile): Replace members
6270         debug_info_type_hash and debug_types_type_hash with die_type_hash.
6271         (die_reader_specs): New member "die_section".  Temporarily make
6272         member "buffer" non-const, pending constifying all info_ptr uses.
6273         (die_reader_func_ftype): New typedef.
6274         (dw2_get_file_names_reader): New function.
6275         (dw2_get_file_names): Rewrite.
6276         (read_and_check_type_unit_head): Rename arg type_offset to
6277         type_offset_in_tu.
6278         (create_all_type_units): Improve debugging message.
6279         Improve dummy type unit check.
6280         (init_cu_die_reader): New arg "section".  All callers updated.
6281         (init_and_read_dies_worker): New function.
6282         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6283         (init_cutu_and_read_dies_no_follow): New function.
6284         (init_cutu_and_read_dies_simple): New function.
6285         (process_psymtab_comp_unit_reader): New function.
6286         (process_psymtab_comp_unit): Delete args section,
6287         is_debug_types_section.  Rewrite.  All callers updated.
6288         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6289         All callers updated.  Rewrite.
6290         (load_partial_comp_unit_reader): New function.
6291         (load_partial_comp_unit): Rewrite.
6292         (skip_children): New arg reader.  Delete args buffer, cu.
6293         All callers updated.
6294         (skip_one_die): New arg reader.  Delete args buffer, cu.
6295         All callers updated.
6296         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
6297         All callers updated.
6298         (load_full_comp_unit_reader): New function.
6299         (load_full_comp_unit): Rewrite.
6300         (read_comp_unit): Delete.
6301         (read_die_and_children_1): Delete, contents moved ...
6302         (read_die_and_children): ... here.
6303         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
6304         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
6305         All callers updated.
6306         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
6307         All callers updated.
6308         (find_partial_die): Rewrite load_all_dies support.
6309         (read_attribute_value): New arg reader.  Delete args abfd, cu.
6310         All callers updated.
6311         (read_attribute): New arg reader.  Delete args abfd, cu.
6312         All callers updated.
6313         (load_full_type_unit): Add assert.
6314         (read_signatured_type_reader): New function.
6315         (read_signatured_type): Rewrite.
6316         (free_stack_comp_unit): Remove call to age_cached_comp_units.
6317         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6318         All callers updated.  Set per_cu->cu = NULL after freeing it.
6319         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6320         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6321         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6322         (set_die_type): Update.
6323         (get_die_type_at_offset): Update.
6324         (read_file_scope): Call prepare_one_comp_unit.
6325         (read_type_unit_scope): Ditto.
6326         (prepare_one_comp_unit): Set producer if present.
6327
6328 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
6329
6330         * probe.c (compile_rx_or_error): Silence ARI warning about missing
6331          gettext function on `error'.
6332
6333 2012-04-27  Doug Evans  <dje@google.com>
6334
6335         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6336         is empty.
6337
6338 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6339             Tom Tromey  <tromey@redhat.com>
6340
6341         * breakpoint.c (struct breakpoint_objfile_data)
6342         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6343         <exception_probes>: New fields.
6344         (free_breakpoint_probes): New function.
6345         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6346         `_Unwind_DebugHook'.
6347         (create_exception_master_breakpoint): Likewise.
6348         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6349         * infrun.c: Including necessary header files for handling SystemTap
6350         probes.
6351         (handle_inferior_event): Handling longjmp breakpoint and exceptions
6352         via SystemTap probes.
6353         (check_exception_resume): Remove `func' argument.  Handle exception
6354         unwinding breakpoint set via a SystemTap probe.
6355         (insert_exception_resume_from_probe): New function.
6356
6357 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6358             Tom Tromey  <tromey@redhat.com>
6359             Jan Kratochvil  <jan.kratochvil@redhat.com>
6360
6361         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6362         (COMMON_OBS): Likewise.
6363         (HFILES_NO_SRCDIR): Add `probe'.
6364         * NEWS: Mention support for static and SystemTap probes.
6365         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6366         SystemTap probes' arguments parser.
6367         * arm-linux-tdep.c: Including headers needed to perform the parsing
6368         of SystemTap probes' arguments.
6369         (arm_stap_is_single_operand): New function.
6370         (arm_stap_parse_special_token): Likewise.
6371         (arm_linux_init_abi): Initializing proper fields used by SystemTap
6372         probes' arguments parser.
6373         * ax-gdb.c (require_rvalue): Removing static declaration.
6374         (gen_expr): Likewise.
6375         * ax-gdb.h (gen_expr): Declaring function.
6376         (require_rvalue): Likewise.
6377         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6378         (bkpt_probe_breakpoint_ops): New variable.
6379         (momentary_breakpoint_from_master): Set the `probe' value.
6380         (add_location_to_breakpoint): Likewise.
6381         (break_command_1): Using proper breakpoint_ops according to the
6382         argument passed by the user in the command line.
6383         (bkpt_probe_insert_location): New function.
6384         (bkpt_probe_remove_location): Likewise.
6385         (bkpt_probe_create_sals_from_address): Likewise.
6386         (bkpt_probe_decode_linespec): Likewise.
6387         (tracepoint_probe_create_sals_from_address): Likewise.
6388         (tracepoint_probe_decode_linespec): Likewise.
6389         (tracepoint_probe_breakpoint_ops): New variable.
6390         (trace_command): Using proper breakpoint_ops according to the
6391         argument passed by the user in the command line.
6392         (initialize_breakpoint_ops): Initializing breakpoint_ops for
6393         static probes on breakpoints and tracepoints.
6394         * breakpoint.h (struct bp_location) <probe>: New field.
6395         * cli-utils.c (skip_spaces_const): New function.
6396         (extract_arg): Likewise.
6397         * cli-utils.h (skip_spaces_const): Likewise.
6398         (extract_arg): Likewise.
6399         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6400         * configure.ac: Append `stap-probe.o' to be generated when ELF
6401         support is present.
6402         * configure: Regenerate.
6403         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6404         * elfread.c: Include `probe.h' and `arch-utils.h'.
6405         (probe_key): New variable.
6406         (elf_get_probes): New function.
6407         (elf_get_probe_argument_count): Likewise.
6408         (elf_evaluate_probe_argument): Likewise.
6409         (elf_compile_to_ax): Likewise.
6410         (elf_symfile_relocate_probe): Likewise.
6411         (stap_probe_key_free): Likewise.
6412         (elf_probe_fns): New variable.
6413         (elf_sym_fns): Add `sym_probe_fns' value.
6414         (elf_sym_fns_lazy_psyms): Likewise.
6415         (elf_sym_fns_gdb_index): Likewise.
6416         (_initialize_elfread): Initialize objfile cache for static
6417         probes.
6418         * gdb_vecs.h (struct probe): New forward declaration.
6419         (probe_p): New VEC declaration.
6420         * gdbarch.c: Regenerate.
6421         * gdbarch.h: Regenerate.
6422         * gdbarch.sh (stap_integer_prefix): New variable.
6423         (stap_integer_suffix): Likewise.
6424         (stap_register_prefix): Likewise.
6425         (stap_register_suffix): Likewise.
6426         (stap_register_indirection_prefix): Likewise.
6427         (stap_register_indirection_suffix): Likewise.
6428         (stap_gdb_register_prefix): Likewise.
6429         (stap_gdb_register_suffix): Likewise.
6430         (stap_is_single_operand): New function.
6431         (stap_parse_special_token): Likewise.
6432         (struct stap_parse_info): Forward declaration.
6433         * i386-tdep.c: Including headers needed to perform the parsing
6434         of SystemTap probes' arguments.
6435         (i386_stap_is_single_operand): New function.
6436         (i386_stap_parse_special_token): Likewise.
6437         (i386_elf_init_abi): Initializing proper fields used by SystemTap
6438         probes' arguments parser.
6439         * i386-tdep.h (i386_stap_is_single_operand): New function.
6440         (i386_stap_parse_special_token): Likewise.
6441         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6442         * mipsread.c (ecoff_sym_fns): Likewise.
6443         * objfiles.c (objfile_relocate1): Support relocation for static
6444         probes.
6445         * parse.c (prefixify_expression): Remove static declaration.
6446         (initialize_expout): Likewise.
6447         (reallocate_expout): Likewise.
6448         * parser-defs.h (initialize_expout): Declare function.
6449         (reallocate_expout): Likewise.
6450         (prefixify_expression): Likewise.
6451         * ppc-linux-tdep.c: Including headers needed to perform the parsing
6452         of SystemTap probes' arguments.
6453         (ppc_stap_is_single_operand): New function.
6454         (ppc_stap_parse_special_token): Likewise.
6455         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6456         probes' arguments parser.
6457         * probe.c: New file, for generic statically defined probe support.
6458         * probe.h: Likewise.
6459         * s390-tdep.c: Including headers needed to perform the parsing of
6460         SystemTap probes' arguments.
6461         (s390_stap_is_single_operand): New function.
6462         (s390_gdbarch_init): Initializing proper fields used by SystemTap
6463         probes' arguments parser.
6464         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6465         * stap-probe.c: New file, for SystemTap probe support.
6466         * stap-probe.h: Likewise.
6467         * symfile.h: Include `gdb_vecs.h'.
6468         (struct sym_probe_fns): New struct.
6469         (struct sym_fns) <sym_probe_fns>: New field.
6470         * symtab.c (init_sal): Initialize `probe' field.
6471         * symtab.h (struct probe): Forward declaration.
6472         (struct symtab_and_line) <probe>: New field.
6473         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6474         locations.
6475         (stop_tracing): Likewise.
6476         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6477
6478 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6479             Tom Tromey  <tromey@redhat.com>
6480
6481         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6482         and to compile agent expressions.
6483         * infrun.c (siginfo_make_value): New argument `ignore'.
6484         (siginfo_funcs): New struct.
6485         (_initialize_infrun): New argument when calling
6486         `create_internalvar_type_lazy'.
6487         * thread.c (thread_id_make_value): New argument `ignore'.
6488         (thread_funcs): New struct.
6489         (_initialize_thread): New argument when calling
6490         `create_internalvar_type_lazy'.
6491         * tracepoint.c (sdata_make_value): New argument `ignore'.
6492         (sdata_funcs): New struct.
6493         (_initialize_tracepoint): New argument when calling
6494         `create_internalvar_type_lazy'.
6495         * value.c (make_value): New struct.
6496         (create_internalvar_type_lazy): New argument `data'.
6497         (compile_internalvar_to_ax): New function.
6498         (value_of_internalvar): Properly handling `make_value' case.
6499         (clear_internalvar): Likewise.
6500         (show_convenience): Adding `TRY_CATCH' block.
6501         * value.h (internalvar_make_value): Delete, replace by...
6502         (struct internalvar_funcs): ... this.
6503         (create_internalvar_type_lazy) <fun>: Delete argument.
6504         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6505         (compile_internalvar_to_ax): New function.
6506         * windows-tdep.c (tlb_make_value): New argument `ignore'.
6507         (tlb_funcs): New struct.
6508         (_initialize_windows_tdep): New argument when calling
6509         `create_internalvar_type_lazy'.
6510
6511 2012-04-27  Mark Wielaard  <mjw@redhat.com>
6512
6513         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6514         see whether it is an address or a constant offset from DW_AT_low_pc.
6515         (dwarf2_record_block_ranges): Likewise.
6516         (read_partial_die): Likewise.
6517
6518 2012-04-26  Mark Wielaard  <mjw@redhat.com>
6519
6520         * MAINTAINERS (Write After Approval): Add myself to the list.
6521
6522 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6523
6524         * proc-utils.h (proc_prettyprint_signalset): New prototype.
6525         (proc_prettyprint_signal): Likewise.
6526         (proc_prettyprint_faultset): Likewise.
6527         (proc_prettyprint_fault): Likewise.
6528         (proc_prettyprint_actionset): Likewise.
6529         (proc_prettyprint_flags): Move to new proc-flags.c section.
6530         (proc_prettyfprint_flags): New prototype.
6531         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6532         (proc_syscall, proc_cursig): Likewise.
6533         (proc_set_kill_on_last_close): Likewise.
6534         (proc_unset_kill_on_last_close): Likewise.
6535         (proc_set_watchpoint): Make static.
6536         (proc_delete_dead_threads): Likewise.
6537         (procfs_set_watchpoint): Likewise.
6538         (_initialize_procfs): Add prototype.
6539         * proc-events.c: Include proc-utils.h.
6540         (init_syscall_table): Make static.
6541         * proc-api.c (_initialize_proc_api): Add prototype.
6542         * proc-flags.c: Include proc-utils.h.
6543
6544 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6545
6546         * configure.ac: Add AC_ARG_PROGRAM.
6547         * configure: Regenerate.
6548
6549 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6550
6551         Fix DW_AT_lower_bound defaults for DWARF-4+.
6552         * dwarf2read.c (read_subrange_type): Remove initialization of low and
6553         high.  New variable low_default_is_valid.  Implement DWARF-4+
6554         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
6555         no default by the DWARF standard.
6556
6557 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
6558             Maciej W. Rozycki  <macro@codesourcery.com>
6559
6560         * infrun.c (handle_inferior_event): Move the check for return
6561         trampolines ahead of the check for function trampolines.
6562         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6563         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6564         (mips_str_mips16_ret_stub): Likewise.
6565         (mips_str_call_fp_stub): Likewise.
6566         (mips_str_call_stub): Likewise.
6567         (mips_str_fn_stub): Likewise.
6568         (mips_str_pic): Likewise.
6569         (mips_in_frame_stub): New function.
6570         (mips_unwind_pc): Return the return address rather than the PC
6571         if the PC of an intermediate frame is inside a call thunk.
6572         (mips_is_stub_suffix): New function.
6573         (mips_is_stub_mode): Likewise.
6574         (mips_get_mips16_fn_stub_pc): Likewise.
6575         (mips_skip_mips16_trampoline_code): Update to handle all the
6576         currently generated stub types.  Don't recurse into __fn_stub
6577         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
6578         Use cooked register accesses.
6579         (mips_in_return_stub): Reintroduce function.
6580         (mips_skip_trampoline_code): Traverse trampolines recursively.
6581         (mips_gdbarch_init): Handle MIPS16 return trampolines.
6582
6583 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
6584
6585         GDB 7.4.1 released.
6586
6587 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
6588
6589         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6590         * features/arm-with-m-vfp-d16.xml: New file. Describes
6591         Cortex-M with VFPv4-sp-d16 FPU register layout.
6592         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6593         * features/arm-with-m-vfp-d16.c: New. Generated from above.
6594         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6595         (arm-register_g_packet_guesses): Add vfp-d16 guess.
6596         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6597
6598 2012-04-25  Doug Evans  <dje@google.com>
6599
6600         * cli/cli-decode.c (print_doc_line): Use stream instead of
6601         current_uiout.
6602
6603 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
6604
6605         * features/arm-with-iwmmxt.c: Regenerate.
6606         * features/arm-with-m-fpa-layout.c: Likewise.
6607         * features/arm-with-m.c: Likewise.
6608         * features/arm-with-neon.c: Likewise.
6609         * features/arm-with-vfpv2.c: Likewise.
6610         * features/arm-with-vfpv3.c: Likewise.
6611         * features/mips-dsp-linux.c: Likewise.
6612         * features/mips-linux.c: Likewise.
6613         * features/mips64-dsp-linux.c: Likewise.
6614         * features/mips64-linux.c: Likewise.
6615         * features/s390-linux32.c: Likewise.
6616         * features/s390-linux32v1.c: Likewise.
6617         * features/s390-linux32v2.c: Likewise.
6618         * features/s390-linux64.c: Likewise.
6619         * features/s390-linux64v1.c: Likewise.
6620         * features/s390-linux64v2.c: Likewise.
6621         * features/s390x-linux64.c: Likewise.
6622         * features/s390x-linux64v1.c: Likewise.
6623         * features/s390x-linux64v2.c: Likewise.
6624         * features/tic6x-c62x-linux.c: Likewise.
6625         * features/tic6x-c62x.c: Likewise.
6626         * features/tic6x-c64x-linux.c: Likewise.
6627         * features/tic6x-c64x.c: Likewise.
6628         * features/tic6x-c64xp-linux.c: Likewise.
6629         * features/tic6x-c64xp.c: Likewise.
6630         * target-descriptions.c: Only generate `field_type' and `type'
6631         variables when needed.
6632
6633 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
6634
6635         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6636
6637 2012-04-25  Doug Evans  <dje@google.com>
6638
6639         Initial pass at Go language support.
6640         * NEWS: Mention Go.
6641         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6642         go-valprint.c.
6643         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6644         (YYFILES): Add go-exp.c.
6645         (YYOBJ): Add go-exp.o.
6646         (local-maintainer-clean): Delete go-exp.c.
6647         * defs.h (enum language): Add language_go.
6648         * dwarf2read.c: #include "go-lang.h".
6649         (fixup_go_packaging): New function.
6650         (process_full_comp_unit): Call it when processing Go CUs.
6651         (dwarf2_physname): Add Go support.
6652         (read_file_scope): Handle missing language spec for GNU Go.
6653         (set_cu_language): Handle DW_LANG_Go.
6654         * go-exp.y: New file.
6655         * go-lang.h: New file.
6656         * go-lang.c: New file.
6657         * go-typeprint.c: New file.
6658         * go-valprint.c: New file.
6659         * symtab.c: #include "go-lang.h".
6660         (symbol_set_language): Handle language_go.
6661         (symbol_find_demangled_name, symbol_set_names): Ditto.
6662         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6663
6664 2012-04-24  Jim Meyering  <meyering@redhat.com>
6665
6666         avoid a few strncpy-induced buffer overruns
6667         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6668         fname and psargs before trying to concatenate.
6669         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6670         "name" before applying strchr.
6671
6672 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
6673
6674         * CONTRIBUTE: Use unified diff instead of context diff when
6675         generating patches.
6676
6677 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6678
6679         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6680         code.  Handle JR.HB correctly.
6681
6682 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6683
6684         * mips-tdep.c
6685         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6686         with the other MIPS16 helpers.
6687
6688 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
6689
6690         * observer.sh: Conditionally declare `args', thus cleaning up
6691         unused instances of this variable.
6692
6693 2012-04-24  Yao Qi  <yao@codesourcery.com>
6694
6695         Revert this patch to allow breakpoint always-inserted
6696         in record target.
6697         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
6698         * breakpoint.c: Include record.h.
6699         (breakpoints_always_inserted_mode): Return false when the record
6700         target is in use.
6701
6702         * breakpoint.c (iterate_over_bp_locations): New.
6703         * breakpoint.h: Declare.
6704         New typedef walk_bp_location_callback.
6705         * record.c (record_open): Call record_init_record_breakpoints.
6706         (record_sync_record_breakpoints): New.
6707         (record_init_record_breakpoints): New.
6708         * NEWS: Mention supporting breakpoint always-inserted mode in
6709         record target.
6710
6711 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
6712
6713         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6714         any thread.
6715
6716 2012-04-24  Yao Qi  <yao@codesourcery.com>
6717
6718         * breakpoint.c (ep_is_catchpoint): Renamed to ...
6719         (is_catchpoint): ... it.
6720         (print_one_breakpoint_location): Caller update.
6721         * breakpoint.h: Update declaration.
6722
6723 2012-04-23  David S. Miller  <davem@davemloft.net>
6724
6725         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6726
6727 2012-04-23  Tom Tromey  <tromey@redhat.com>
6728
6729         * buildsym.c (add_free_pendings): Remove.
6730         * buildsym.h (add_free_pendings): Remove.
6731
6732 2012-04-23  Doug Evans  <dje@google.com>
6733
6734         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6735         attr.u.unsnd instead of attr.u.addr.
6736         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6737         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6738         DW_FORM_ref_udata.
6739         (dump_die_shallow): Update cases DW_FORM_ref_addr,
6740         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
6741         DW_FORM_ref_udata.
6742         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6743
6744 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
6745
6746         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6747         (mips_o32_return_value): Likewise.
6748         (mips_o64_return_value): Likewise.
6749
6750 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
6751
6752         * ada-lang.c (ada_evaluate_subexp): Add cases for
6753         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6754         their treatment in eval.c.
6755
6756 2012-04-21  David S. Miller  <davem@davemloft.net>
6757
6758         * sparc-tdep.c (X_DISP10): Define.
6759         (sparc_analyze_control_transfer): Handle compare-and-branch.
6760
6761 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
6762
6763         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6764         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6765
6766 2012-04-20  Nigel Stephens  <nigel@mips.com>
6767             Maciej W. Rozycki  <macro@codesourcery.com>
6768
6769         * mips-tdep.c (mips_float_register_p): New function.
6770         (mips_convert_register_float_case_p): Use mips_float_register_p.
6771         (mips_register_type): Likewise.
6772         (mips_print_register): Likewise.
6773         (print_gp_register_row): Likewise.
6774         (mips_print_registers_info): Likewise.
6775
6776 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
6777
6778         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6779         of mips16 symbols.
6780
6781 2012-04-20  Andrew Pinski  <apinski@cavium.com>
6782
6783         * MAINTAINERS (Write After Approval): Add myself to the list.
6784
6785 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6786
6787         * MAINTAINERS: Update my e-mail address.
6788
6789 2012-04-20  Pedro Alves  <palves@redhat.com>
6790
6791         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6792         $srcdir.
6793         * configure: Regenerate.
6794
6795 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6796
6797         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
6798         declaration.
6799         * gdb_vecs.h: Declare `const_char_ptr' VEC.
6800
6801 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6802
6803         Fix compilation compatibility with python-2.4
6804         * python/py-type.c (convert_field): Cast ADDRSTRING for
6805         PyObject_SetAttrString as non-const.  New comment.
6806
6807 2012-04-19  Tom Tromey  <tromey@redhat.com>
6808
6809         * top.c (quit_target): Use all_cleanups.
6810         * main.c (captured_command_loop): Use all_cleanups.
6811         * exceptions.c (throw_exception): Use all_cleanups.
6812
6813 2012-04-19  Pedro Alves  <palves@redhat.com>
6814
6815         * Makefile.in (GNULIB_BUILDDIR): New.
6816         (LIBGNU, INCGNU, GNULIB_H): Adjust.
6817         (SUBDIRS): Add $(GNULIB_BUILDDIR).
6818         (CLEANDIRS). Remove gnulib/import.
6819         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6820         (all-lib): Ditto.
6821         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6822         (gnulib/import/Makefile): Replace gnulib/import with
6823         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
6824         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6825         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
6826         acx_configure_dir.m4.
6827         * acinclude.m4: Include acx_configure_dir.m4.
6828         * acx_configure_dir.m4: New file.
6829         * aclocal.m4: Regenerate.
6830         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6831         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
6832         (GNULIB): New variable.
6833         (GNULIB_STDINT_H): Adjust.
6834         (AC_OUTPUT): Don't output gnulib/Makefile.
6835         * gdb/defs.h: Include build-gnulib/config.h.
6836         * aclocal.m4: Regenerate.
6837         * config.in: Regenerate.
6838         * configure: Regenerate.
6839
6840         * gnulib/Makefile.in: New file.
6841         * gnulib/configure.ac: New file.
6842         * gnulib/aclocal.m4: New file.
6843         * gnulib/config.in: New file.
6844         * gnulib/configure: New file.
6845         * gnulib/: Re-run gnulib-tool to adjust.
6846
6847 2012-04-19  Doug Evans  <dje@google.com>
6848
6849         * cleanups.h (struct cleanup): Move to cleanups.c.
6850         (make_cleanup_dtor_ftype): New typedef.
6851         (make_cleanup_dtor): Use it.
6852         (ALL_CLEANUPS): Replace with ...
6853         (all_cleanups): ... this.  Declare.  All uses updated.
6854         * cleanups.c: #include "gdb_assert.h".
6855         (sentinel_cleanup): New static global.
6856         (SENTINEL_CLEANUP): Define.
6857         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6858         (make_my_cleanup2): Assert result is non-NULL.
6859         (all_cleanups): New function.
6860         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6861         of NULL.
6862
6863 2012-04-19  Pedro Alves  <palves@redhat.com>
6864
6865         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6866         Adjust paths to gnulib imported files.
6867
6868 2012-04-19  Pedro Alves  <palves@redhat.com>
6869
6870         * gnulib/: Move whole directory ...
6871         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6872         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6873         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6874         (aclocal_m4_deps): Adjust.
6875         * aclocal.m4: Regenerate.
6876         * configure: Regenerate.
6877         * configure.ac: Adjust AC_OUTPUT output.
6878
6879 2012-04-19  Yao Qi  <yao@codesourcery.com>
6880
6881         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6882         (vec.o): New rule.
6883         * vec.c: Move it ...
6884         * common/vec.c: ... here.
6885         * vec.h: Move it ...
6886         * common/vec.h: ... here.
6887
6888 2012-04-19  Yao Qi  <yao@codesourcery.com>
6889
6890         * gdb-code-style.el: New.
6891
6892 2012-04-18  Pedro Alves  <palves@redhat.com>
6893
6894         Update gnulib from latest git.
6895         (639ea5ae15e39fe48d43e04864b2997301e4b969)
6896
6897         * gnulib/Makefile.am: Update.
6898         * gnulib/dummy.c: Update.
6899         * gnulib/extra/arg-nonnull.h: Update.
6900         * gnulib/extra/c++defs.h: Update.
6901         * gnulib/extra/update-copyright: Update.
6902         * gnulib/extra/warn-on-use.h: Update.
6903         * gnulib/inttypes.in.h: Update.
6904         * gnulib/m4/00gnulib.m4: Update.
6905         * gnulib/m4/extensions.m4: Update.
6906         * gnulib/m4/gnulib-cache.m4: Update.
6907         * gnulib/m4/gnulib-common.m4: Update.
6908         * gnulib/m4/gnulib-comp.m4: Update.
6909         * gnulib/m4/gnulib-tool.m4: Update.
6910         * gnulib/m4/include_next.m4: Update.
6911         * gnulib/m4/inttypes-pri.m4: Update.
6912         * gnulib/m4/inttypes.m4: Update.
6913         * gnulib/m4/longlong.m4: Update.
6914         * gnulib/m4/memchr.m4: Update.
6915         * gnulib/m4/memmem.m4: Update.
6916         * gnulib/m4/mmap-anon.m4: Update.
6917         * gnulib/m4/multiarch.m4: Update.
6918         * gnulib/m4/onceonly.m4: Update.
6919         * gnulib/m4/stddef_h.m4: Update.
6920         * gnulib/m4/stdint.m4: Update.
6921         * gnulib/m4/string_h.m4: Update.
6922         * gnulib/m4/warn-on-use.m4: Update.
6923         * gnulib/m4/wchar_h.m4: Update.
6924         * gnulib/m4/wchar_t.m4: Update.
6925         * gnulib/m4/wint_t.m4: Update.
6926         * gnulib/memchr.c: Update.
6927         * gnulib/memmem.c: Update.
6928         * gnulib/stddef.in.h: Update.
6929         * gnulib/stdint.in.h: Update.
6930         * gnulib/str-two-way.h: Update.
6931         * gnulib/string.in.h: Update.
6932         * gnulib/wchar.in.h: Update.
6933
6934         * gnulib/extra/arg-nonnull.h: Delete.
6935         * gnulib/extra/c++defs.h: Delete.
6936         * gnulib/extra/warn-on-use.h: Delete.
6937         * gnulib/m4/wchar_h.m4: Delete.
6938         * gnulib/m4/wint_t.m4: Delete.
6939         * gnulib/wchar.in.h: Delete.
6940
6941         * gnulib/extra/snippets/arg-nonnull.h: New.
6942         * gnulib/extra/snippets/c++defs.h: New.
6943         * gnulib/extra/snippets/warn-on-use.h: New.
6944
6945         * aclocal.m4: Regenerate.
6946         * config.in: Regenerate.
6947         * configure: Regenerate.
6948         * gnulib/Makefile.in: Regenerate.
6949
6950 2012-04-18  Pedro Alves  <palves@redhat.com>
6951
6952         Reimport the update-copyright module from gnulib
6953         (250b80067c1e1d8faa0c42fb572f721975b929c5).
6954
6955         * configure: Regenerate.
6956         * gnulib/Makefile.am: Update.
6957         * gnulib/Makefile.in: Regenerate.
6958         * gnulib/extra/update-copyright: Update.
6959         * gnulib/m4/gnulib-cache.m4: Update.
6960         * gnulib/m4/gnulib-comp.m4: Update.
6961
6962 2012-04-18  Tristan Gingold  <gingold@adacore.com>
6963
6964         * configure.ac (aix): Put -lpthread into libs.
6965         * configure: Regenerate.
6966
6967 2012-04-18  Tom Tromey  <tromey@redhat.com>
6968
6969         * linespec.c (convert_linespec_to_sals): Don't use
6970         SYMBOL_OBJ_SECTION.
6971         (compare_msymbols): Arguments are minsym_and_objfile, not
6972         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
6973
6974 2012-04-18  Pedro Alves  <palves@redhat.com>
6975
6976         Revert gnulib/ part of:
6977         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
6978         Copyright year update in most files (performed by copyright.sh).
6979
6980 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6981
6982         Fix 64-bit constants on 32-bit hosts.
6983         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6984         from unsigned long to ULONGEST.
6985         (read_signed_leb128): Change declaration return type from long to
6986         LONGEST.
6987         (dwarf2_const_value_attr): Change declaration parameter value from long
6988         to LONGEST.
6989         (dwarf2_compute_name): Change variable value from long to LONGEST.
6990         (read_unsigned_leb128): Change return type, variable result and some
6991         casts from unsigned long to ULONGEST.
6992         (read_signed_leb128): Change return type, variable result and some
6993         casts from long to LONGEST.
6994         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6995         value from long to LONGEST.
6996         (dwarf2_const_value): Change variable value from long to LONGEST.
6997         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6998         plongest and hex_string.
6999         * symtab.h (struct general_symbol_info): Change ivalue from long to
7000         LONGEST, remove the comment.
7001         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7002         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7003
7004 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7005
7006         PR symtab/7259:
7007         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7008         * ada-lang.c (ada_discrete_type_high_bound)
7009         (ada_discrete_type_low_bound): Fix function comment.  Use
7010         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7011         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7012         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7013         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7014         Use TYPE_FIELD_ENUMVAL.
7015         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7016         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7017         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7018         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7019         TYPE_CODE_ENUM.
7020         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7021         * dwarf2read.c (process_enumeration_scope): Likewise.
7022         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7023         field.bitpos.
7024         (class StructMainTypePrettyPrinter): Support also
7025         FIELD_LOC_KIND_ENUMVAL.
7026         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7027         TYPE_CODE_ENUM.
7028         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7029         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7030         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7031         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7032         field enumval.
7033         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7034         accommodate enumval.
7035         (struct call_site): Adjust loc_kind to accommodate enumval.
7036         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7037         (TYPE_FIELD_ENUMVAL): New macros.
7038         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7039         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7040         TYPE_CODE_ENUM.
7041         * p-typeprint.c (pascal_type_print_base): Likewise.
7042         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7043         enumval.
7044         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7045         * python/py-type.c (convert_field): New variable addrstring.  Use
7046         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7047         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7048         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7049         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7050         TYPE_CODE_ENUM.
7051         * valprint.c (generic_val_print): Likewise.
7052
7053 2012-04-17  Doug Evans  <dje@google.com>
7054
7055         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7056
7057         * dwarf2read.c: Whitespace fixes.
7058         (lookup_signatured_type): Tweak comment.
7059         (get_die_type_at_offset): Fix comment.
7060
7061 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7062
7063         * xcoffread.c (xcoff_secnum_to_sections): New function.
7064         (secnum_to_section, secnum_to_bfd_section): Reimplement
7065         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7066         into "n_scnum".
7067         (RECORD_MINIMAL_SYMBOL): Delete.
7068         (record_minimal_symbol): New function.
7069         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7070         by call to record_minimal_symbol and set misc_func_recorded
7071         to 1.  Set last_csect_sec to the XCOFF section index instead
7072         of GDB's section_offset index.  Update calls to
7073         prim_record_minimal_symbol_and_info to pass the BFD section
7074         as well.
7075
7076 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7077
7078         * xcoffread.c (read_xcoff_symtab): Delete variables
7079         last_csect_val and last_csect_sec and associated code.
7080
7081 2012-04-17  Doug Evans  <dje@google.com>
7082
7083         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7084         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7085         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7086         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7087
7088         * cleanups.h: New file.
7089         * cleanups.c: New file.
7090         * Makefile.in (SFILES): Add cleanups.c.
7091         (HFILES_NO_SRCDIR): Add cleanups.h.
7092         (COMMON_OBS): Add cleanups.o.
7093         * defs.h (struct cleanup): Moved to cleanups.h.
7094         (do_cleanups,do_final_cleanups): Ditto.
7095         (discard_cleanups,discard_final_cleanups): Ditto
7096         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7097         (save_cleanups,save_final_cleanups): Ditto.
7098         (restore_cleanups,restore_final_cleanups): Ditto.
7099         (null_cleanup): Ditto.
7100         (make_my_cleanup,make_my_cleanup2): Ditto.
7101         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7102         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7103         (do_cleanups,do_final_cleanups): Ditto.
7104         (discard_cleanups,discard_final_cleanups): Ditto
7105         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7106         (save_cleanups,save_final_cleanups): Ditto.
7107         (restore_cleanups,restore_final_cleanups): Ditto.
7108         (null_cleanup): Ditto.
7109         (make_my_cleanup,make_my_cleanup2): Ditto.
7110         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7111
7112         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7113         make_my_cleanup.
7114         (make_cleanup_dyn_string_delete): Ditto.
7115         (make_cleanup_ui_file_delete): Ditto.
7116         (make_cleanup_ui_out_redirect_pop): Ditto.
7117         (make_cleanup_free_section_addr_info): Ditto.
7118         (make_cleanup_restore_integer): Ditto.
7119         (make_cleanup_unpush_target): Ditto.
7120         (make_cleanup_value_free_to_mark): Ditto.
7121         (make_cleanup_value_free): Ditto.
7122         (make_cleanup_free_so): Ditto.
7123
7124 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7125
7126         New option "set debug auto-load".
7127         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7128         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7129         (auto_load_safe_path_vec_update)
7130         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7131         if DEBUG_AUTO_LOAD.
7132         (file_is_auto_load_safe): New parameters debug_fmt and ....
7133         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7134         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7135         caller by explanatory string.
7136         (_initialize_auto_load): Register "set debug auto-load".
7137         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7138         and ....
7139         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7140         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7141         by explanatory string.
7142         * main.c (captured_main): Likewise.
7143         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7144         (source_section_scripts): Likewise.
7145
7146 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7147
7148         New option "set auto-load safe-path".
7149         * NEWS: New commands "set auto-load safe-path"
7150         and "show auto-load safe-path".
7151         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7152         (auto_load_safe_path, auto_load_safe_path_vec)
7153         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7154         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7155         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7156         (source_gdb_script_for_objfile): New variable is_safe.  Call
7157         file_is_auto_load_safe.  Return if it is not.
7158         (struct loaded_script): New field loaded.
7159         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
7160         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
7161         output "Missing" to "No".
7162         (_initialize_auto_load): New variable cmd.  Initialize
7163         auto_load_safe_path.  Register "set auto-load safe-path",
7164         "show auto-load safe-path" and "add-auto-load-safe-path".
7165         * auto-load.h (maybe_add_script): Add parameter loaded.
7166         (file_is_auto_load_safe): New declaration.
7167         * config.in: Regenerate.
7168         * configure: Regenerate.
7169         * configure.ac: New parameters --with-auto-load-safe-path
7170         and --without-auto-load-safe-path.
7171         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7172         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7173         * main.c (captured_main): Check file_is_auto_load_safe for
7174         LOCAL_GDBINIT.
7175         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7176         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
7177         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
7178         not.
7179
7180 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7181
7182         auto-load: Implementation.
7183         * NEWS: New descriptions for "info auto-load",
7184         "info auto-load gdb-scripts", "info auto-load python-scripts",
7185         "info auto-load local-gdbinit" and "info auto-load libthread-db".
7186         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7187         and "show auto-load-scripts".  New description for "set auto-load",
7188         "show auto-load", "set auto-load gdb-scripts",
7189         "show auto-load gdb-scripts", "set auto-load python-scripts",
7190         "show auto-load python-scripts", "set auto-load local-gdbinit",
7191         "show auto-load local-gdbinit", "set auto-load libthread-db" and
7192         "show auto-load libthread-db".
7193         * auto-load.c: Remove include python/python-internal.h.  Add includes
7194         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7195         cli/cli-setshow.h.
7196         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7197         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7198         (gdbpy_global_auto_load): Rename to ...
7199         (global_auto_load): ... here.
7200         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7201         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7202         (script_language_gdb, source_gdb_script_for_objfile): New.
7203         (struct loaded_script): New field language.
7204         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7205         LANGUAGE.
7206         (maybe_add_script): Add parameter language.  Drop redundant
7207         entry.full_path initialization.  Initialize entry.language and
7208         (*slot)->language.
7209         (auto_load_objfile_script): Change parameter suffix to language.
7210         Remove the call of maybe_add_script.
7211         Call language->source_script_for_objfile.
7212         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7213         New.
7214         (collect_matching_scripts): Adjust it for
7215         struct collect_matching_scripts_data.
7216         (auto_load_info_scripts_pattern_nl): New variable.
7217         (info_auto_load_scripts): Rename to ...
7218         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
7219         for struct collect_matching_scripts_data.
7220         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7221         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7222         (auto_load_show_cmdlist_get, info_auto_load_cmd)
7223         (auto_load_info_cmdlist_get): New.
7224         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7225         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
7226         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7227         "info auto-load local-gdbinit".
7228         * auto-load.h (struct script_language): New.
7229         (gdbpy_global_auto_load): Rename to ...
7230         (global_auto_load): ... here.
7231         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7232         (auto_load_local_gdbinit_loaded): New declarations.
7233         (maybe_add_script): New parameter language.
7234         (auto_load_objfile_script): Change parameter suffix to language.
7235         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7236         (auto_load_info_scripts, auto_load_set_cmdlist_get)
7237         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7238         declarations.
7239         * linux-thread-db.c: Include auto-load.h and ctype.h.
7240         (auto_load_thread_db, show_auto_load_thread_db): New.
7241         (struct thread_db_info): New field filename.
7242         (delete_thread_db_info): Call xfree for FILENAME.
7243         (try_thread_db_load): Initialize FILENAME.
7244         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7245         if !AUTO_LOAD_THREAD_DB.
7246         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7247         (_initialize_thread_db): Install auto_load_thread_db
7248         as "set auto-load libthread-db" and install info_auto_load_libthread_db
7249         as "info auto-load libthread-db".
7250         * main.c (captured_main): Rename gdbpy_global_auto_load to
7251         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7252         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7253         (print_gdb_help): Extend the help for 'local init file'.
7254         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7255         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7256         (auto_load_scripts): Rename to ...
7257         (auto_load_python_scripts): ... here, update the comment.
7258         (gdbpy_load_auto_script_for_objfile): New declaration.
7259         (show_auto_load_python_scripts, script_language_python)
7260         (gdbpy_load_auto_script_for_objfile): New.
7261         (source_section_scripts): Refactor the code.
7262         (load_auto_scripts_for_objfile): Rename to ...
7263         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7264         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7265         (info_auto_load_python_scripts): New.
7266         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7267         Rename "set auto-load-scripts" to "set auto-load python-scripts".
7268         Register "set auto-load-scripts" as its deprecated alias.  Register
7269         "info auto-load python-scripts".  Register "info auto-load-scripts" as
7270         its deprecated alias.
7271         (load_auto_scripts_for_objfile): Rename to ...
7272         (gdbpy_load_auto_scripts_for_objfile): ... here.
7273         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7274         (gdbpy_load_auto_scripts_for_objfile): ... here.
7275
7276 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7277
7278         auto-load: Move files.
7279         * Makefile.in (SFILES): Add auto-load.c.
7280         (HFILES_NO_SRCDIR): Add auto-load.h.
7281         (COMMON_OBS): Add auto-load.o.
7282         (distclean): Change .gdbinit for gdb-gdb.gdb.
7283         * auto-load.c: New file, with parts from python/py-auto-load.c.
7284         * auto-load.h: New file, with parts from python/python.h.
7285         * configure: Regenerate.
7286         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7287         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7288         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7289         * main.c: Include auto-load.h.
7290         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7291         command.h, observer.h and progspace.h to auto-load.c.  Add include
7292         auto-load.h.
7293         (gdbpy_global_auto_load, struct auto_load_pspace_info)
7294         (struct loaded_script, auto_load_pspace_data)
7295         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7296         (hash_loaded_script_entry, eq_loaded_script_entry)
7297         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7298         (maybe_add_script): Move to auto-load.c.
7299         (source_section_scripts): Change maybe_add_script parameters passing,
7300         use script_not_found_warning_print.
7301         (clear_section_scripts, auto_load_objfile_script)
7302         (auto_load_new_objfile, loaded_script_ptr)
7303         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7304         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7305         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7306         auto_load_new_objfile and info_auto_load_scripts initizations to
7307         auto-load.c.
7308         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7309
7310 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7311
7312         Code cleanup.
7313         * charset.c (find_charset_names): Remove variables ix and elt.
7314         Use free_char_ptr_vec.
7315         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7316         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7317         debugdir_end.  New variable debugdir_len.
7318         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7319         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7320         declarations.
7321         * progspace.c (clear_program_space_solib_cache): Remove variables ix
7322         and elt.  Use free_char_ptr_vec.
7323         * source.c (add_path): Remove variables argv, arg and argv_index.
7324         New variables dir_vec, back_to, ix and name.
7325         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
7326         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
7327         no longer expecting DIRNAME_SEPARATOR.
7328         (openp): Remove variable p, p1 and len.  New variables dir_vec,
7329         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
7330         no longer expecting DIRNAME_SEPARATOR.
7331         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7332         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
7333         debugdir_end.
7334         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7335         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7336         (dirnames_to_char_ptr_vec): New functions.
7337
7338 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7339
7340         Code cleanup.
7341         * source.c (add_path): Remove always true conditional 'p == 0' and
7342         unindent its code block.
7343
7344 2012-04-17  Pedro Alves  <palves@redhat.com>
7345
7346         * gdbtypes.h (FIELD_BITPOS): Rename to ...
7347         (FIELD_BITPOS_LVAL): ... this.
7348         (FIELD_BITPOS): New.
7349         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7350         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7351         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7352         SET_FIELD_BITPOS.
7353         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7354         SET_FIELD_BITPOS.
7355         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7356         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7357         * target-descriptions.c (tdesc_gdb_type): Adjust to use
7358         SET_FIELD_BITPOS.
7359
7360 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7361
7362         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7363         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7364         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7365         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7366         * jv-lang.c (java_link_class_type): Likewise, once.
7367         * stabsread.c (read_enum_type): Likewise.
7368
7369 2012-04-16  Yao Qi  <yao@codesourcery.com>
7370
7371         * common/agent.c (agent_run_command): Add one more parameter `len'.
7372         Update callers.
7373         * common/agent.h: Update declaration.
7374         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7375         Update.
7376         (linux_child_static_tracepoint_markers_by_strid): Ditto.
7377
7378 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
7379
7380         PR mi/13393
7381         * value.c (value_actual_type): New function.
7382         * value.h (value_actual_type): New declaration.
7383         * varobj.c (update_type_if_necessary): New function.
7384         (varobj_create): Call value_actual_type instead of
7385         value_type.
7386         (install_dynamic_child): distinct changed and type changed MI variable
7387         objects.
7388         (update_dynamic_varobj_children): Updated for install_dynamic_child
7389         change.  All callers updated.
7390         (varobj_update): Support for MI variable object type change if
7391         the value changed and RTTI is used to determine the type.
7392         (create_child_with_value): Call value_actual_type instead of
7393         value_type.
7394         (adjust_value_for_child_access): Extended with a new parameter which
7395         specify whether the given value should be casted to enclosing type.
7396         All callers updated.
7397
7398 2012-04-14  Yao Qi  <yao@codesourcery.com>
7399
7400         Import gnulib module inttypes from git
7401         (250b80067c1e1d8faa0c42fb572f721975b929c5)
7402         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7403         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7404         gnulib/m4/inttypes-pri.m4
7405         * aclocal.m4, config.in, configure: Regenerated.
7406         * gnulib/Makefile.am: Update.
7407         * gnulib/Makefile.in: Update.
7408         * gnulib/m4/gnulib-cache.m4: Update.
7409         * gnulib/m4/gnulib-comp.m4: Update.
7410         * gnulib/inttypes.in.h: New.
7411         * gnulib/m4/inttypes-pri.m4: New.
7412         * gnulib/m4/inttypes.m4: New.
7413
7414 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
7415
7416         * infrun.c (resume): Update PC address to the real PC after
7417         preparing to do displaced stepping.
7418
7419 2012-04-12  Doug Evans  <dje@google.com>
7420
7421         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7422         All callers updated.
7423
7424 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
7425
7426         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7427
7428 2012-04-12  Doug Evans  <dje@google.com>
7429
7430         * dwarf2read.c (create_all_type_units): Renamed from
7431         create_debug_types_hash_table.  All callers updated.
7432
7433         * dwarf2read.c (create_signatured_type_table_from_index): Rename
7434         local type_sig to sig_type, type_offset to type_offset_in_tu.
7435         (hash_signatured_type): Renamed from hash_type_signature,
7436         all callers updated.
7437         (eq_signatured_type): Renamed from eq_type_signature,
7438         all callers updated.
7439         (create_debug_types_hash_table): Rename local type_sig to sig_type.
7440         (process_enumeration_scope): Ditto.
7441         (lookup_signatured_type_at_offset): Ditto.
7442         (load_full_type_unit, read_signatured_type): Ditto.
7443
7444 2012-04-12  Yao Qi  <yao@codesourcery.com>
7445
7446         * remote.c (async_remote_interrupt): Correct function name in
7447         debug message.
7448         (async_remote_interrupt_twice): Ditto.
7449
7450 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
7451
7452         * source.c (find_and_open_source): Consistently pass resulting
7453         full path through xfullpath.
7454
7455 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7456
7457         Provide more specific displaced-stepping memory error message.
7458         * infrun.c (displaced_step_prepare): New variable status.  Call
7459         target_read_memory instead of read_memory, provide more specific
7460         error message.
7461
7462 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7463
7464         PR gdb/13901
7465         * darwin-nat.c (darwin_execvp): Revert previous patch.
7466
7467 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7468
7469         PR gdb/13901
7470         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7471         in case of change.
7472
7473 2012-04-11  Tristan Gingold  <gingold@adacore.com>
7474
7475         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7476         warning.
7477
7478 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
7479
7480         New command 'explore' which helps explore values and types in
7481         scope.
7482         * NEWS: Add an entry about the new 'explore' command.
7483         * data-directory/Makefile.in: Add gdb/command/explore.py
7484         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7485         command using the GDB Python API.
7486
7487 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7488
7489         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7490         extension in jump target calculation.
7491
7492 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
7493
7494         * mips-tdep.c (mips32_next_pc): Handle JALX.
7495
7496 2012-04-10  Yao Qi  <yao@codesourcery.com>
7497
7498         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7499
7500 2012-04-10  Yao Qi  <yao@codesourcery.com>
7501
7502         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7503         and gnulib/m4/gnulib-tool.m4.
7504
7505 2012-04-10  Doug Evans  <dje@google.com>
7506
7507         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7508         (load_partial_dies): Clarify comment.
7509         (find_partial_die): Support rereading type units.
7510         Clarify CU handling, if we know offset is in CU, don't search for the
7511         containing CU.  Add comment regarding memory waste.
7512
7513 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
7514
7515         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7516         i386/x32-avx and i386/x32-avx-linux.
7517         (i386/x32-expedite): New.
7518         (i386/x32-linux-expedite): Likewise.
7519         (i386/x32-avx-expedite): Likewise.
7520         (i386/x32-avx-linux-expedite): Likewise.
7521         ($(outdir)/i386/x32.dat): Likewise.
7522         ($(outdir)/i386/x32-linux.dat): Likewise.
7523         ($(outdir)/i386/x32-avx.dat): Likewise.
7524         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7525
7526         * features/i386/x32-avx-linux.xml: New file.
7527         * features/i386/x32-avx.xml: Likewise.
7528         * features/i386/x32-core.xml: Likewise.
7529         * features/i386/x32-linux.xml: Likewise.
7530         * features/i386/x32.xml: Likewise.
7531
7532         * features/i386/x32-avx-linux.c: New.  Generated.
7533         * features/i386/x32-avx.c: Likewise.
7534         * features/i386/x32-linux.c: Likewise.
7535         * features/i386/x32.c: Likewise.
7536         * regformats/i386/x32-avx-linux.dat: Likewise.
7537         * regformats/i386/x32-avx.dat: Likewise.
7538         * regformats/i386/x32-linux.dat: Likewise.
7539         * regformats/i386/x32.dat: Likewise.
7540
7541 2012-04-10  Tristan Gingold  <gingold@adacore.com>
7542
7543         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7544         code to kill the inferior.
7545
7546 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7547
7548         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7549         defines.
7550         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7551         defines.
7552         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7553         (yyvsp): New defines.
7554         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7555         defines.
7556         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7557         defines.
7558         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7559         defines.
7560         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7561         defines.
7562         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7563         defines.
7564
7565 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
7566
7567         * sparc64-tdep.c (sparc64_store_arguments)
7568         (sparc64_store_arguments): Fix coding style.
7569
7570 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
7571
7572         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7573         complex floats, adjust some related comments and tighten a related
7574         assertion.
7575         (sparc64_extract_return_value): Handle complex floats.
7576
7577 2012-04-07  Doug Evans  <dje@google.com>
7578
7579         * dwarf2read.c (load_partial_dies): Change condition to assert.
7580
7581 2012-04-06  Doug Evans  <dje@google.com>
7582
7583         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7584         "mov %rsp,%rbp".
7585
7586 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
7587
7588         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7589         fencepost error.
7590         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7591         (v850_gdbarch_init): Set `num_regs' as appropriate for the
7592         architecture.
7593
7594 2012-04-05  Keith Seitz  <keiths@redhat.com>
7595
7596         * linespec.c (decode_compound): Remove.
7597         (enum offset_relative_sign): New enum.
7598         (struct line_offset): New struct.
7599         (struct linespec): New struct.
7600         (struct linespec_state): Move file_symtabs,
7601         user_filename, and user_function into struct linespec.
7602         Make result an anonymous struct holding vectors of
7603         symbolp and minsym_and_objfile_d.
7604         Add language member.
7605         (enum ls_token_type): New enum.
7606         (linespec_keywords): New array.
7607         (struct ls_token): New struct.
7608         (struct ls_parser): New struct.
7609         (linespec_lexer_lex_number): New function.
7610         (linespec_lexer_lex_keyword): New function.
7611         (is_ada_operator): New function.
7612         (skip_quote_char): New function.
7613         (copy_token_string): New function.
7614         (is_closing_quote_enclosed): New function.
7615         (find_parameter_list_end): New function.
7616         (linespec_lexer_lex_string): New function.
7617         (linespec_lexer_lex_one): New function.
7618         (linespec_lexer_consume_token): New function.
7619         (linespec_lexer_peek_token): New function.
7620         (cplusplus_error): Remove unused function.
7621         (find_methods): Update comment.
7622         (find_toplevel_char): Return const.
7623         (is_objc_method_format): Remove unused function.
7624         (find_toplevel_string): New function.
7625         (is_linespec_boundary): Remove.
7626         (symbol_not_found_error): New function.
7627         (find_method_overload_end): Remove function.
7628         (unexpected_linespec_error): New function.
7629         (keep_name_info): Remove.
7630         (linespec_parse_line_offset): New function.
7631         (linespec_parse_basic): New function.
7632         (canonicalize_linespec): New function.
7633         (decode_line_internal): Remove.
7634         (create_sals_line_offset): New function adapted from
7635         decode_all_digits.
7636         (convert_linespec_to_sals): New function.
7637         (parse_linespec): New function.
7638         (linespec_parser_new): New function.
7639         (linespec_state_destructor): Change parameter type to
7640         struct linespec_state *.
7641         Add language parameter.
7642         Remove freeing of moved members.
7643         (linespec_parser_delete): New function.
7644         (decode_line_full): Use parse_linespec and linespec_parser_new.
7645         (decode_line_1): Likewise.
7646         (decode_indirect): Rename to ...
7647         (linespec_expression_to_pc): ... this and rewrite
7648         to simply find CORE_ADDR, storing this result for later
7649         conversion to SALs.
7650         (locate_first_half): Remove.
7651         (deocde_objc): Add parameter LS.
7652         Initialize new struct collect_info members.
7653         Handle minimal symbols, too.
7654         (decode_compound): Delete.
7655         (lookup_prefix_sym): Rewrite.
7656         (compare_msymbols): New function.
7657         (find_method): Rewrite.
7658         Do not call cplusplus_error.
7659         (symtabs_from_filename): Rewrite.
7660         (collect_function_symbols): Delete.
7661         (find_function_symbols): Rewrite without ARGPTR-style
7662         processing.
7663         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7664         (decode_dollar): Adapted and renamed to ...
7665         (linespec_parse_variable): ... this.
7666         (find_linespec_symbols): New function.
7667         (decode_label): Adapted and renamed to ...
7668         (find_label_symbols): ... this.
7669         (decode_digits_list_mode): Add and use LS argument.
7670         (decode_digits_ordinary): Likewise.
7671         (collect_symbols): Do not collect SALs, just symbols and msymbols.
7672         If in list mode, allow any symbol class.  Otherwise, only
7673         permit LOC_BLOCK symbols.
7674         (minsym_found): Update comments.
7675         (search_minsyms_for_name): Do not convert the matching symbol
7676         into a SAL.  Simply push the symbol and objfile into the
7677         result vector.
7678         (decode_variable): Delete. Contents adapted into
7679         find_linespec_symbols.
7680
7681         * cp-support.c (SKIP_SPACE): Remove.
7682         (operator_tokens): Remove unused global.
7683         (cp_validate_operator): Remove.
7684         * cp-support.h (cp_validate_operator): Remove declaration.
7685
7686 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7687
7688         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7689         for TYPE_VPTR_FIELDNO.
7690         * valprint.c (valprint_check_validity): Make it global, move the
7691         function comment ...
7692         * value.h (valprint_check_validity): ... to this new declaration.
7693
7694 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7695
7696         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7697         the STATE32 api for i386 state.
7698         (i386_darwin_store_inferior_registers): Likewise.
7699
7700 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7701
7702         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7703         SS offset.
7704         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7705         format_string.
7706
7707 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7708
7709         PR gdb/13901
7710         * darwin-nat.c (darwin_execvp): Set binary preference.
7711
7712 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7713
7714         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7715
7716 2012-03-30  Tom Tromey  <tromey@redhat.com>
7717
7718         * python/python.c (gdbpy_decode_line): Move cleanup creation out
7719         of TRY_CATCH.  Fix error handling.
7720         * python/py-value.c (convert_value_from_python): Move 'old'
7721         declaration to innermost scope.
7722
7723 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7724             Andrey Smirnov  <andrew.smirnov@gmail.com>
7725
7726         -Wshadow warning fix.
7727         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7728         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7729         Adjust code accordingly.
7730
7731 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7732
7733         * ada-lang.c (symbol_completion_add): Rename parameter
7734         "encoded" into "encoded_p".  Ajust code and documentation
7735         accordingly.
7736
7737 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7738             Andrey Smirnov  <andrew.smirnov@gmail.com>
7739
7740         -Wshadow warning fix.
7741         * ada-lang.c (symbol_completion_add): Rename parameter
7742         "wild_match" into wild_match_p.  Update code and documentation
7743         accordingly.
7744
7745 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7746
7747         * ada-lang.c (symbol_completion_match): Rename parameter
7748         "encoded" into "encoded_p".  Ajust code and documentation
7749         accordingly.
7750
7751 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7752             Andrey Smirnov  <andrew.smirnov@gmail.com>
7753
7754         -Wshadow warning fix.
7755         * ada-lang.c (symbol_completion_match): Rename parameter
7756         "wild_match" into "wild_match_p".  Adjust code and function
7757         documentation accordingly.
7758
7759 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7760             Andrey Smirnov  <andrew.smirnov@gmail.com>
7761
7762         -Wshadow warning fix.
7763         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7764         "symbol_info" into "info".  Adjust code accordingly.
7765         (ada_lookup_symbol): Likewise.
7766
7767 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7768
7769         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7770         of this function's documentation.
7771
7772 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7773             Andrey Smirnov  <andrew.smirnov@gmail.com>
7774
7775         -Wshadow warning fix.
7776         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7777         variable into "wild_match_p".  Adjust code accordingly.
7778
7779 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7780             Andrey Smirnov  <andrew.smirnov@gmail.com>
7781
7782         -Wshadow warning fix.
7783         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7784         parameter into "wild_match_p".  Adjust code accordingly.
7785         Document this parameter in the function description.
7786
7787 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7788             Andrey Smirnov  <andrew.smirnov@gmail.com>
7789
7790         -Wshadow warning fix.
7791         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7792         "wild_match" parameter to "wild_match_p" (-Wshadow).
7793
7794 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7795
7796         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7797         in function documentation.
7798
7799 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7800             Andrey Smirnov  <andrew.smirnov@gmail.com>
7801
7802         -Wshadow warning fix.
7803         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7804         variable into wild_match_p.  Adjust code accordingly.
7805
7806 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7807             Andrey Smirnov  <andrew.smirnov@gmail.com>
7808
7809         * ada-valprint.c (ada_val_print_1): Move the code handling
7810         TYPE_CODE_ENUM inside its own lexical block.  Declare
7811         variables len and val there, instead of in the function's
7812         top level block.  Avoid declaring deref_val again in a way
7813         that shadows another variable of the same name declared
7814         in one of the up-level blocks.  Just re-use the up-level
7815         variable instead.
7816
7817 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7818
7819         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7820         Replace block_found argument by symbol_info.  Adjust
7821         implementation accordingly.  Add function documentation.
7822         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7823         Fix documentation.
7824         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7825         * ada-exp.y (write_object_renaming): Adjust to new
7826         ada_lookup_encoded_symbol API.
7827
7828 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7829
7830         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
7831         documentation.
7832
7833 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
7834
7835         * v850-tdep.c: Add the enum values for mpu and fpu registers.
7836         (v850_register_name): Add the mpu and fpu register names.
7837         (v850e_register_name): Add the mpu and fpu register names.
7838         (v850e2_register_name): New function.
7839         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7840         bfd_mach_v850e2v3.
7841
7842 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7843
7844         * NEWS: Add entry for Ada varobj support.
7845
7846 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7847
7848         * varobj.c (default_value_is_changeable_p): New function,
7849         extracted from varobj_value_is_changeable_p.  Add declaration.
7850         (ada_value_is_changeable_p): New function, extracted from
7851         varobj_value_is_changeable_p.  Add declaration.
7852         (struct language_specific): New field "value_is_changeable_p".
7853         (languages): Add entries for new field.
7854         (varobj_create): Set language before calling install_new_value.
7855         (varobj_value_is_changeable_p): Reimplement to call the varobj's
7856         "value_is_changeable_p" language callback.
7857
7858 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7859
7860         * ada-varobj.h, ada-varobj.c: New files.
7861         * Makefile.in (SFILES): Add ada-varobj.c.
7862         (HFILES_NO_SRCDIR): Add ada-varobj.h.
7863         (COMMON_OBS): Add ada-varobj.o.
7864
7865 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7866
7867         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
7868         (struct language_specific): New field "value_has_mutated".
7869         (languages): Set field "value_has_mutated" in each entry of array.
7870         (varobj_value_has_mutated): New function.
7871         (varobj_udpdate): Add handling of type mutation.
7872         (value_of_root): Add handling of type mutation.
7873         (ada_value_has_mutated): New function.
7874
7875 2012-03-28  Pedro Alves  <palves@redhat.com>
7876
7877         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7878         Always supply $fr0 as 0.0 and $fr1 as 1.0.
7879
7880 2012-03-28  Tom Tromey  <tromey@redhat.com>
7881
7882         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7883         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
7884         before returning.
7885
7886 2012-03-28  Tom Tromey  <tromey@redhat.com>
7887
7888         * .dir-locals.el: New file.
7889
7890 2012-03-28  Pedro Alves  <palves@redhat.com>
7891
7892         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7893
7894 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7895
7896         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7897         handling for r0.
7898
7899 2012-03-27  Pedro Alves  <palves@redhat.com>
7900
7901         Eliminate struct ui_stream.
7902
7903         * ui-out.h (struct ui_stream): Delete.
7904         (ui_out_field_stream): Adjust prototype.
7905         (ui_out_stream_new, ui_out_stream_delete)
7906         (make_cleanup_ui_out_stream_delete): Delete declarations.
7907         * ui-out.c (ui_out_field_stream): Change prototype to take a
7908         ui_file instead of a ui_stream.  Adjust.
7909         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7910         (make_cleanup_ui_out_stream_delete): Delete.
7911         * breakpoint.c (print_breakpoint_location)
7912         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7913         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7914         * disasm.c (dump_insns): Ditto.
7915         (do_mixed_source_and_assembly, do_assembly_only): Adjust
7916         prototype.
7917         (gdb_disassembly): Use ui_file/mem_fileopen instead of
7918         ui_stream/ui_out_stream_new.
7919         * infcmd.c (print_return_value): Ditto.
7920         * osdata.c (info_osdata_command): Don't allocate a local
7921         ui_stream.
7922         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7923         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7924         * tracepoint.c (print_one_static_tracepoint_marker): Don't
7925         allocate a local ui_stream.
7926         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7927         instead of ui_stream/ui_out_stream_new.
7928         (list_args_or_locals): Don't allocate a local ui_stream.
7929         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7930         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7931         ui_stream/ui_out_stream_new.
7932         * cli/cli-setshow.c (do_setshow_command): Ditto.
7933
7934 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
7935
7936         * arm-linux-tdep.c (arm_linux_init_abi): Call
7937         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
7938         * arm-tdep.c (arm_process_record): New function.
7939         (deallocate_reg_mem): New function.
7940         (decode_insn): New function.
7941         (thumb_record_branch): New function.
7942         (thumb_record_ldm_stm_swi(): New function.
7943         (thumb_record_misc): New function.
7944         (thumb_record_ld_st_stack): New function.
7945         (thumb_record_ld_st_imm_offset): New function.
7946         (thumb_record_ld_st_reg_offset(): New function.
7947         (thumb_record_add_sub_cmp_mov): New function.
7948         (thumb_record_shift_add_sub): New function.
7949         (arm_record_coproc_data_proc): New function.
7950         (arm_record_coproc): New function.
7951         (arm_record_b_bl): New function.
7952         (arm_record_ld_st_multiple): New function.
7953         (arm_record_ld_st_reg_offset): New function.
7954         (arm_record_ld_st_imm_offset): New function.
7955         (arm_record_data_proc_imm): New function.
7956         (arm_record_data_proc_misc_ld_str): New function.
7957         (arm_record_extension_space): New function.
7958         (arm_record_strx): New function.
7959         (sbo_sbz): New function.
7960         (struct insn_decode_record): New structure for arm insn record.
7961         (REG_ALLOC): New macro for reg allocations.
7962         (MEM_ALLOC): New macro for memory allocations.
7963         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7964
7965 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
7966
7967         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7968         (store_register): Likewise.
7969
7970 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
7971
7972         * MAINTAINERS (Write After Approval): Add myself to the list.
7973
7974 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
7975
7976         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7977         Describe also the option "auto".
7978
7979 2012-03-22  Richard Henderson  <rth@redhat.com>
7980
7981         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7982         * sparc-nat.c (sparc_xfer_wcookie): Make static.
7983
7984 2012-03-22  Richard Henderson  <rth@redhat.com>
7985
7986         * jit.c (jit_read_code_entry): Compute alignment and offset of
7987         int64_t member before computing entry_size.
7988
7989 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
7990
7991         Python scripting: Add new method Value.referenced_value to
7992         gdb.Value which can dereference pointer as well as reference
7993         values.
7994         * NEWS: Add entry under 'Python scripting' about the new method
7995         Value.referenced_value on gdb.Value objects.
7996         * python/py-value.c (valpy_referenced_value): New function
7997         defining a new method on gdb.Value objects which can dereference
7998         pointer and reference values.
7999
8000 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8001
8002         * MAINTAINERS (Write After Approval): Add myself to the list.
8003
8004 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8005
8006         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8007         in addition to "main".
8008
8009 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8010
8011         * expression.h (op_name): Add declaration.
8012         * expprint.c (op_name): Remove declaration.  Make non-static.
8013         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8014
8015 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8016
8017         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8018         of struct siginfo.
8019         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8020         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8021         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8022         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8023         (linux_nat_get_siginfo): Likewise.
8024         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8025         (linux_nat_get_siginfo): Likewise.
8026         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8027         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8028         * procfs.c (gdb_siginfo_t): Likewise.
8029
8030 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8031
8032         * .gitignore: Ignore more files.
8033
8034 2012-03-20  Pedro Alves  <palves@redhat.com>
8035
8036         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8037         returns.
8038
8039 2012-03-20  Yao Qi  <yao@codesourcery.com>
8040
8041         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8042         comment.
8043
8044 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8045
8046         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8047         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8048         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8049         sect_offset.
8050         * dwarf2expr.h (cu_offset, sect_offset): New types.
8051         (struct dwarf_expr_context_funcs) <dwarf_call>
8052         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8053         sect_offset.
8054         (struct dwarf_expr_context) <len>: Improve the comment.
8055         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8056         cu_offset and sect_offset.
8057         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8058         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8059         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8060         * dwarf2loc.h: Include dwarf2expr.h.
8061         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8062         and sect_offset.
8063         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8064         Improve the comment.
8065         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8066         (struct signatured_type, struct line_header, struct partial_die_info)
8067         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8068         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8069         (get_die_type_at_offset, create_cus_from_index)
8070         (create_signatured_type_table_from_index, dw2_get_file_names)
8071         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8072         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8073         (create_debug_types_hash_table, process_psymtab_comp_unit)
8074         (load_partial_comp_unit, create_all_comp_units)
8075         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8076         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8077         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8078         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8079         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8080         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8081         (find_partial_die, read_attribute_value, lookup_die_type)
8082         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8083         (is_ref_attr): New function comment.
8084         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8085         Use cu_offset and sect_offset.
8086         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8087         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8088         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8089         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8090         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8091         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8092         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8093         sect_offset.
8094
8095 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8096
8097         Code cleanup.
8098         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8099         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8100         with xfree.
8101         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8102
8103 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8104
8105         * NEWS: Describe new options --init-command=FILE, -ix and
8106         --init-eval-command=COMMAND, -iex.
8107         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8108         CMDARG_INIT_COMMAND.
8109         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8110         "init-command", "init-eval-command", "ix" and "iex" to the variable
8111         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8112         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8113         (print_gdb_help): Describe --init-command=FILE, -ix and
8114         --init-eval-command=COMMAND, -iex.
8115
8116 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8117
8118         Code cleanup.
8119         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8120         (cmdarg_s, VEC (cmdarg_s)): New.
8121         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8122         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8123         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8124         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8125         of CMDARG.
8126
8127 2012-03-19  Tom Tromey  <tromey@redhat.com>
8128
8129         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8130
8131 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8132
8133         PR symtab/13777
8134         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8135         GCC >=4.5.
8136
8137 2012-03-16  Chris January  <chris.january@allinea.com>
8138
8139         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8140         of clear.
8141
8142 2012-03-16  Chris January  <chris.january@allinea.com>
8143
8144         * source.c (add_path): Use memmove instead of strcpy because the
8145         strings overlap.
8146
8147 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
8148
8149         * value.h (set_value_parent): Add declaration.
8150         * value.c (set_value_parent): New function.
8151         (value_address): If VALUE->PARENT is not NULL, then use it as
8152         the base address instead of VALUE->LOCATION.address.
8153         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8154         the same as OBJ's address.  Adjust V's offset accordingly.
8155         Set V's parent.
8156
8157 2012-03-16  Gary Benson  <gbenson@redhat.com>
8158
8159         PR breakpoints/10738
8160         * dwarf2read.c (use_deprecated_index_sections): New global.
8161         (struct partial_die_info): New member may_be_inlined.
8162         (read_partial_die): Set may_be_inlined where appropriate.
8163         (add_partial_subprogram): Add partial symbols for partial
8164         DIEs that may be inlined.
8165         (new_symbol_full): Add inlined subroutines to the current
8166         scope.
8167         (write_psymtabs_to_index): Bump version number.
8168         (dwarf2_read_index): Read only version 6 indices unless
8169         use_deprecated_index_sections is set.
8170         * linespec.c (symbol_and_data_callback): New structure.
8171         (iterate_inline_only): New function.
8172         (iterate_over_all_matching_symtabs): New argument
8173         "include_inline".  If nonzero, also call the callback for
8174         symbols representing inlined subroutines.
8175         (lookup_prefix_sym): Pass extra argument to the above.
8176         (find_function_symbols): Likewise.
8177         (add_matching_symbols_to_info): Likewise.
8178         * NEWS: Mention that GDB can now set breakpoints on inlined
8179         functions.
8180
8181 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8182
8183         * p-typeprint.c (pascal_type_print_method_args):
8184         Fix display of parameter of methods.
8185
8186 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
8187
8188         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8189         Add missing prototype.
8190
8191 2012-03-16  Yao Qi  <yao@codesourcery.com>
8192             Jan Kratochvil  <jan.kratochvil@redhat.com>
8193
8194         Fix false compilation warning.
8195         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8196
8197 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
8198             Pedro Alves  <pedro@codesourcery.com>
8199
8200         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8201         (arm_register_g_packet_guesses): New function.
8202         (arm_gdbarch_init): Don't force a target description with
8203         registers when the executable is detected as M-profile.  Instead
8204         set gdbarch->tdep->is_m.  Register `g' packet guesses.
8205         (_initialize_arm_tdep): Initialize the new target description.
8206         * features/arm-with-m-fpa-layout.xml: New description.
8207         * features/arm-with-m-fpa-layout.c: New, generated.
8208
8209 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
8210
8211         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8212         Update function description.
8213         (insert_bp_location): Do not wipe bl->target_info out.
8214         * mem-break.c: #include "gdb_string.h".
8215         (default_memory_insert_breakpoint): Do not call target_read_memory
8216         with a pointer to the breakpoint's shadow_contents buffer.  Use
8217         a local buffer instead.
8218         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8219
8220 2012-03-15  Tom Tromey  <tromey@redhat.com>
8221
8222         * NEWS: Mention "info vtbl", not "info vtable".
8223         * cp-support.c (info_vtbl_command): Fix comment.
8224         (_initialize_cp_support): Fix text.
8225
8226 2012-03-15  Tom Tromey  <tromey@redhat.com>
8227
8228         * cp-valprint.c (cp_print_value_fields): Use
8229         print_function_pointer_address for vtable slot.
8230
8231 2012-03-15  Tom Tromey  <tromey@redhat.com>
8232
8233         * gnu-v3-abi.c (struct value_and_voffset): New.
8234         (hash_value_and_voffset, eq_value_and_voffset)
8235         (compare_value_and_voffset, compute_vtable_size)
8236         (print_one_vtable, gnuv3_print_vtable): New functions.
8237         (init_gnuv3_ops): Initialize 'print_vtable' field.
8238         * cp-support.c (info_vtbl_command): New function.
8239         (_initialize_cp_support): Add "info vtbl".
8240         * cp-abi.h (cplus_print_vtable): Declare.
8241         (struct cp_abi_ops) <print_vtable>: New field.
8242         * cp-abi.c (cplus_print_vtable): New function.
8243         * NEWS: Update.
8244
8245 2012-03-15  Tom Tromey  <tromey@redhat.com>
8246
8247         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8248         iterate_over_symbols.
8249
8250 2012-03-14  Doug Evans  <dje@google.com>
8251
8252         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8253         DW_OP_GNU_parameter_ref.
8254
8255 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8256
8257         Fix double prompt of 'interpreter-exec mi'.
8258         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8259         (mi_interpreter_resume): use it.
8260         (mi_execute_command_input_handler): New function.
8261         * mi/mi-main.c (mi_execute_command): Move prompt printing to
8262         mi_execute_command_input_handler.
8263
8264 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
8265
8266         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8267         prototype.
8268         (darwin_debug_port_info): Make static.
8269         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8270         * machoread.c (_initialize_machoread): Add prototype.
8271         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8272         (i386_darwin_set_control, i386_darwin_get_control)
8273         i386_darwin_dr_set_addr, i386_darwin_get_addr)
8274         i386_darwin_get_status, i386_darwin_get_control):
8275         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8276
8277 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8278
8279         * ax-gdb.c (gen_usual_unary): Remove special handling of
8280         enum and bool types.
8281
8282 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8283
8284         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8285
8286 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
8287
8288         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8289
8290 2012-03-13  Chris January  <chris.january@allinea.com>
8291
8292         * aix-thread.c (fill_sprs): Store the floating point registers
8293         at the correct offsets into vals.
8294
8295 2012-03-13  Doug Evans  <dje@google.com>
8296
8297         * NEWS: Mention symbol-reloading has been deleted.
8298         * symfile.c (symbol_reloading): Delete.
8299         (show_symbol_reloading): Delete.
8300         (_initialize_symfile): Delete set/show symbol-reloading.
8301
8302         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8303         read_in_chain until we have successfully read it in.
8304         (load_full_comp_unit): Ditto.
8305         (read_signatured_type): Add comment.
8306
8307 2012-03-13  Chris January  <chris.january@allinea.com>
8308
8309         * stabsread.c (fix_common_block): Change type of valu argument
8310         to CORE_ADDR.
8311
8312 2012-03-13  Chris January  <chris.january@allinea.com>
8313
8314         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8315         instruction.
8316
8317 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8318
8319         * common/linux-procfs.c (linux_proc_get_int): New, from
8320         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8321         field.
8322         (linux_proc_get_tgid): Only call linux_proc_get_int.
8323         (linux_proc_get_tracerpid): New.
8324         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8325         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8326         linux_proc_pid_has_state.
8327         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8328         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8329         (linux_ptrace_attach_warnings): New.
8330         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8331         New declaration.
8332         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8333         (linux_nat_attach): New variables ex, buffer, message and message_s.
8334         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8335
8336 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8337
8338         * Makefile.in (linux-ptrace.o): New.
8339         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8340         from linux-nat.c.
8341         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8342         * common/linux-ptrace.c: New file.
8343         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8344         * config/arm/linux.mh: Likewise.
8345         * config/i386/linux.mh: Likewise.
8346         * config/i386/linux64.mh: Likewise.
8347         * config/ia64/linux.mh: Likewise.
8348         * config/m32r/linux.mh: Likewise.
8349         * config/m68k/linux.mh: Likewise.
8350         * config/mips/linux.mh: Likewise.
8351         * config/pa/linux.mh: Likewise.
8352         * config/powerpc/linux.mh: Likewise.
8353         * config/powerpc/ppc64-linux.mh: Likewise.
8354         * config/powerpc/spu-linux.mh: Likewise.
8355         * config/s390/s390.mh: Likewise.
8356         * config/sparc/linux.mh: Likewise.
8357         * config/sparc/linux64.mh: Likewise.
8358         * config/xtensa/linux.mh: Likewise.
8359         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8360         common/linux-procfs.c.
8361         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8362
8363 2012-03-13  Hui Zhu  <teawater@gmail.com>
8364             Pedro Alves  <palves@redhat.com>
8365
8366         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
8367         CREATE_BREAKPOINT_FLAGS_INSERTED.
8368         (create_breakpoint_sal, create_breakpoints_sal)
8369         (base_breakpoint_create_breakpoints_sal)
8370         (tracepoint_create_breakpoints_sal)
8371         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
8372         down.
8373         (break_command_1, handle_gnu_v3_exceptions, trace_command)
8374         (ftrace_command, strace_command): Adjust.
8375         (create_tracepoint_from_upload): Pass
8376         CREATE_BREAKPOINT_FLAGS_INSERTED.
8377         * breakpoint.h (enum breakpoint_create_flags): New.
8378         (create_breakpoint): New flags parameter.
8379         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8380         * python/py-breakpoint.c (bppy_init): Adjust.
8381         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8382         * spu-tdep.c (spu_catch_start): Adjust.
8383
8384 2012-03-13  Pedro Alves  <palves@redhat.com>
8385             Hui Zhu  <teawater@gmail.com>
8386             Yao Qi  <yao@codesourcery.com>
8387
8388         * remote.c (struct remote_state): New field `starting_up'.
8389         (remote_start_remote): Set and clear it.
8390         (remote_can_download_tracepoint): If starting up, return false.
8391
8392 2012-03-13  Yao Qi  <yao@codesourcery.com>
8393
8394         * inferior.h (struct inferior): Remove fields any_syscall_count,
8395         syscalls_counts and total_syscalls_count.  Move them to new
8396         struct catch_syscall_inferior_data in breakpoint.c.
8397         * breakpoint.c: Call DEF_VEC_I(int).
8398         (struct catch_syscall_inferior_data): New.
8399         (get_catch_syscall_inferior_data): New.
8400         (catch_syscall_inferior_data_cleanup): New.
8401         (insert_catch_syscall): Update to access data in
8402         struct catch_syscall_inferior_data.
8403         (insert_catch_syscall): Likewise.
8404         (remove_catch_syscall): Likewise.
8405         (remove_catch_syscall): Likewise.
8406         (is_syscall_catchpoint_enabled): Likewise.
8407         (add_catch_command): Likewise.
8408         (_initialize_breakpoint): Register cleanup.
8409         * breakpoint.h: Removed DEF_VEC_I(int).
8410         * dwarf2loc.c: Call DEF_VEC_I(int).
8411         * mi/mi-main.c: Likewise.
8412
8413 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
8414
8415         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8416
8417 2012-03-12  Chris January  <chris.january@allinea.com>
8418
8419         * aix-thread.c (_initialize_aix_thread): Add prototype.
8420         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8421         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8422
8423 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
8424
8425         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8426         include of "amd64-nat.h".
8427
8428 2012-03-12  Tom Tromey  <tromey@redhat.com>
8429
8430         * buildsym.c (record_pending_block): Now static.
8431         * buildsym.h: (record_pending_block): Remove.
8432
8433 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
8434
8435         * amd64bsd-nat.c: Include amd64bsd-nat.h.
8436
8437 2012-03-09  Tom Tromey  <tromey@redhat.com>
8438
8439         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8440         producer_is_gxx_lt_4_6>: New fields.
8441         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8442
8443 2012-03-09  Tom Tromey  <tromey@redhat.com>
8444
8445         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8446
8447 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8448
8449         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8450         prototype.
8451
8452 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8453
8454         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8455
8456 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8457
8458         Fix -Wmissing-prototypes build.
8459         * arm-linux-nat.c (get_thread_id): Make it static.
8460         * xtensa-linux-nat.c (get_thread_id): Likewise.
8461
8462 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8463
8464         * server.c (process_point_options): If a conditional expression
8465         is found, only print a message if remote_debug is nonzero.
8466
8467 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
8468
8469         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8470         of internal error for unknown/unsupported types.
8471
8472 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8473
8474         Fix CU relative vs. absolute DIE offsets.
8475         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8476         offset to offset_in_cu.
8477         * dwarf2read.c (process_enumeration_scope): Add CU offset to
8478         TYPE_OFFSET.
8479         (dwarf2_fetch_die_location_block): Rename parameter offset to
8480         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
8481
8482 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8483
8484         * libunwind-frame.c: Rename to ...
8485         * ia64-libunwind-tdep.c: ... here.
8486         * libunwind-frame.h: Rename to ...
8487         * ia64-libunwind-tdep.h: ... here.
8488         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8489         ia64-libunwind-tdep.h.
8490         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8491         * README (--with-libunwind): Rename to ...
8492         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8493         * config.in: Regenerate.
8494         * configure: Regenerate.
8495         * configure.ac: New option --with-libunwind-ia64, make the
8496         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
8497         Remove AC_DEFINE for HAVE_LIBUNWIND.
8498         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8499         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8500         Rename libunwind-frame in the general comment.
8501         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8502         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8503         Move forward declarations inside #ifndef.  Rename libunwind-frame in
8504         the general comment.
8505         * ia64-tdep.c: Rename libunwind-frame.h #include to
8506         ia64-libunwind-tdep.h.
8507         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8508         (ia64_libunwind_descr): Rename libunwind-frame to
8509         ia64-libunwind-tdep in these function comments.
8510         * ia64-tdep.h: Rename libunwind-frame.h #include to
8511         ia64-libunwind-tdep.h.
8512         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8513         ia64-libunwind-tdep in that data comment.
8514
8515 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8516
8517         * libunwind-frame.h (struct frame_unwind): New declaration.
8518
8519 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
8520
8521         * breakpoint.c (_initialize_breakpoint): Fix error in help of
8522         "set breakpoint condition-evaluation" command.
8523
8524 2012-03-08  Tristan Gingold  <gingold@adacore.com>
8525
8526         * sparc-stub.c: Move to stubs/
8527         * sh-stub.c: Likewise.
8528         * m68k-stub.c: Likewise.
8529         * m32r-stub.c: Likewise.
8530         * i386-stub.c: Likewise.
8531
8532 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
8533
8534         * m68klinux-tdep.c (m68k_linux_init_abi): Register
8535         linux_get_siginfo_type.
8536
8537         * m68klinux-nat.c: Include "gdb_proc_service.h".
8538         (PTRACE_GET_THREAD_AREA): Define.
8539         (ps_get_thread_area): New function.
8540
8541 2012-03-08  Yao Qi  <yao@codesourcery.com>
8542
8543         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8544         `xsnprintf'.
8545         (remote_query_attached): Likewise.
8546         (remote_static_tracepoint_marker_at): Likewise.
8547         (remote_set_permissions): Likewise.
8548         (remote_detach_1, extended_remote_attach_1): Likewise.
8549         (send_g_packet, remote_vkill): Likewise.
8550         (extended_remote_disable_randomization): Likewise.
8551         (remote_add_target_side_condition): Likewise.
8552         (remote_insert_breakpoint): Likewise.
8553         (remote_remove_breakpoint): Likewise.
8554         (remote_insert_watchpoint): Likewise.
8555         (remote_remove_watchpoint): Likewise.
8556         (remote_insert_hw_breakpoint): Likewise.
8557         (remote_insert_hw_breakpoint): Likewise.
8558         (remote_remove_hw_breakpoint): Likewise.
8559         (remote_download_command_source): Likewise.
8560         (remote_download_tracepoint): Likewise.
8561         (remote_download_trace_state_variable): Likewise.
8562         (remote_disable_tracepoint): Likewise.
8563         (remote_trace_set_readonly_regions): Likewise.
8564         (remote_get_tracepoint_status): Likewise.
8565         (remote_trace_find): Likewise.
8566         (remote_get_trace_state_variable_value): Likewise.
8567         (remote_set_disconnected_tracing): Likewise.
8568         (remote_set_circular_trace_buffer): Likewise.
8569         (remote_get_min_fast_tracepoint_insn_len): Likewise.
8570         (remote_use_agent): Likewise.
8571         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8572         Update callers.
8573
8574 2012-03-07  Pedro Alves  <palves@redhat.com>
8575
8576         * NEWS: Mention QProgramSignals.
8577         * inferior.h (update_signals_program_target): Declare.
8578         * infrun.c: (update_signals_program_target): New.
8579         (handle_command): Update the target of the new program signals
8580         array changes.
8581         * remote.c (PACKET_QProgramSignals): New enum.
8582         (last_program_signals_packet): New global.
8583         (remote_program_signals): New.
8584         (remote_start_remote): Update the target with the program signals
8585         list.
8586         (remote_protocol_features): Add entry for QPassSignals.
8587         (remote_open_1): Free anc clear last_program_signals_packet.
8588         (init_remote_ops): Install remote_program_signals.
8589         * target.c (update_current_target): Adjust.
8590         (target_program_signals): New.
8591         * target.h (struct target_ops) <to_program_signals>: New field.
8592         (target_program_signals): Declare.
8593
8594 2012-03-07  Pedro Alves  <palves@redhat.com>
8595
8596         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8597         extensions.
8598
8599 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8600
8601         * m68klinux-nat.c (getregs_supplies): Make static.
8602         (getfpregs_supplies): Likewise.
8603         (have_ptrace_getregs): Likewise.
8604
8605 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
8606
8607         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8608         in call to get_die_type_at_offset.
8609
8610 2012-03-06  Stan Shebs  <stan@codesourcery.com>
8611
8612         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8613         * mi/mi-cmd-disas.c: Ditto.
8614         * mi/mi-cmd-env.c: Ditto.
8615         * mi/mi-cmd-file.c: Ditto.
8616         * mi/mi-cmd-stack.c: Ditto.
8617         * mi/mi-cmd-target.c: Ditto.
8618         * mi/mi-cmd-var.c: Ditto.
8619         * mi/mi-cmds.c: Ditto.
8620         * mi/mi-cmds.h: Ditto.
8621         * mi/mi-console.c: Ditto.
8622         * mi/mi-getopt.c: Ditto.
8623         * mi/mi-getopt.h: Ditto.
8624         * mi/mi-interp.c: Ditto.
8625         * mi/mi-main.c: Ditto.
8626         * mi/mi-out.c: Ditto.
8627         * mi/mi-parse.c: Ditto.
8628         * mi/mi-parse.h: Ditto.
8629         * mi/mi-symbol-cmds.c: Ditto.
8630
8631         * mi/mi-getopt.h: Move mi_opt struct up.
8632         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8633         return.
8634         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8635
8636 2012-03-06  Tom Tromey  <tromey@redhat.com>
8637
8638         * proc-service.c (ps_pglobal_lookup): Set the current program
8639         space.
8640
8641 2012-03-06  Pedro Alves  <palves@redhat.com>
8642
8643         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8644
8645 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
8646
8647         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8648
8649 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8650
8651         Code cleanup.
8652         * common/linux-osdata.c (linux_common_core_of_thread): New function
8653         comment.
8654         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8655         call by linux_common_core_of_thread.
8656         (linux_nat_core_of_thread_1): Remove.
8657         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8658         * linux-thread-db.c: Include linux-osdata.h.
8659         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8660         linux_common_core_of_thread.
8661
8662 2012-03-05  Tom Tromey  <tromey@redhat.com>
8663
8664         * value.c (value_primitive_field): Don't fetch contents for
8665         non-virtual bases.
8666
8667 2012-03-05  Tom Tromey  <tromey@redhat.com>
8668
8669         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8670
8671 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8672
8673         * s390-nat.c: Include "gregset.h".
8674
8675 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8676
8677         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8678         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8679         (libunwind_load): New variable so_error, use it for dlerror.  Try to
8680         load also LIBUNWIND_SO_7.
8681
8682 2012-03-05  Pedro Alves  <palves@redhat.com>
8683
8684         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8685         is not NULL, and remove resulting dead code.
8686
8687 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
8688
8689         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8690         prologue to sh_analyze_prologue.
8691         (sh_analyze_prologue): Make better use of such an upper limit, and
8692         generally be more cautious about accessing memory.
8693
8694 2012-03-05  Tom Tromey  <tromey@redhat.com>
8695
8696         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8697         _initialize_ia64_hpux_tdep.
8698
8699 2012-03-05  Pedro Alves  <palves@redhat.com>
8700
8701         PR gdb/13766
8702
8703         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8704         the register state is clear, supply explicit zero, instead of
8705         marking the register unavailable.
8706
8707 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8708
8709         * NEWS: Mention OpenVMS ia64 new target.
8710
8711 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8712
8713         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8714         (ia64_unw_accessors, ia64_unw_rse_accessors)
8715         (ia64_libunwind_descr): Declare.
8716         * ia64-vms-tdep.c: New file.
8717         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8718         (ia64_libunwind_descr): Make them public.
8719         * configure.tgt: Add ia64-*-*vms*.
8720         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8721         (ALLDEPFILES): Add ia64-vms-tdep.c
8722
8723 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8724
8725         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8726         * remote.c (PACKET_qXfer_uib): New enum value.
8727         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8728         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8729         (_initialize_remote): Call add_packet_config_cmd for
8730         xfer:uib packet.
8731
8732 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8733
8734         * osabi.c (gdb_osabi_names): Add OpenVMS.
8735         (generic_elf_osabi_sniffer): Likewise.
8736         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8737
8738 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
8739
8740         Removed unused code.
8741         * libunwind-frame.c (libunwind_frame_unwind)
8742         (libunwind_frame_base_address): Remove.
8743         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8744
8745 2012-03-04  Yao Qi  <yao@codesourcery.com>
8746
8747         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8748         remove trailing new line.
8749         (agent_run_command, agent_run_command): Add _ markup.
8750         (agent_capability_check): Likewise.
8751
8752 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8753
8754         * breakpoint.c (set_condition_evaluation_mode): Set
8755         CONDITION_EVALUATION_MODE unconditionally.
8756
8757 2012-03-03  Yao Qi  <yao@codesourcery.com>
8758
8759         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8760         * common/agent.h: Update declaration.
8761         * inf-child.c (inf_child_use_agent): New.
8762         (inf_child_can_use_agent): New.
8763         (inf_child_target): Initialize fields `to_use_agent'
8764         and `to_can_use_agent'.
8765         * agent.c (agent_new_objfile): New.
8766         (_initialize_agent): Add agent_new_objfile to new_objfile
8767         observer.
8768
8769         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8770         New.
8771         (linux_target_install_ops): Initialize field
8772         `to_static_tracepoint_markers_by_strid'.
8773         * remote.c (free_current_marker): Move it to ...
8774         * tracepoint.c (free_current_marker): ... here.  New.
8775         (cleanup_target_stop): New.
8776         * tracepoint.h: Declare free_current_marker.
8777         * NEWS: Add one entry about `info static-tracepoint-marker'.
8778
8779 2012-03-03  Yao Qi  <yao@codesourcery.com>
8780
8781         * common/agent.c (agent_loaded_p): New.
8782         (agent_look_up_symbols): New global.
8783         * common/agent.h: Declare agent_loaded_p.
8784
8785 2012-03-03  Yao Qi  <yao@codesourcery.com>
8786
8787         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8788         (agent_capability_check, agent_capability_invalidate): New.
8789         (symbol_list): New array element.
8790         * common/agent.h (enum agent_capa): New.
8791         * target.c (target_pre_inferior): Call agent_capability_invalidate.
8792
8793 2012-03-03  Yao Qi  <yao@codesourcery.com>
8794
8795         * target.h (struct target_ops) <to_use_agent>: New field.
8796         (struct target_ops) <to_can_use_agent>: New field.
8797         (target_use_agent, target_can_use_agent): New macro.
8798         * target.c (update_current_target): Update.
8799         * remote.c: New enum `PACKET_QAgent'.
8800         (remote_protocol_features): Add a new element.
8801         (remote_use_agent, remote_can_use_agent): New.
8802         (init_remote_ops): Initialize field `can_use_agent' with
8803         remote_can_use_agent.  Intiailize field `use_agent' with
8804         remote_use_agent.
8805         * common/agent.c (use_agent): New global.
8806         * common/agent.h: Declare it.
8807         * tracepoint.c (info_static_tracepoint_markers_command): Add
8808         comment.
8809         * Makefile.in (SFILES): Add common/agent.c and agent.c.
8810         (COMMON_OBS): Add common/agent.o and agent.o
8811         (common-agent.o): New rule.
8812         * agent.c: New.
8813
8814 2012-03-03  Yao Qi  <yao@codesourcery.com>
8815
8816         * common/agent.c: New.
8817         * common/agent.h: New.
8818         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8819         AC_CHECK_HEADERS.
8820         * configure, configh.in: Regenerated.
8821
8822 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
8823
8824         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8825         unless it exists for this architecture.
8826
8827 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
8828
8829         * language.h (struct language_defn): New "method" la_read_var_value.
8830         * findvar.c: #include "language.h".
8831         (default_read_var_value): Renames read_var_value.  Rewrite
8832         function description.
8833         (read_var_value): New function.
8834         * value.h (default_read_var_value): Add prototype.
8835         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8836         New functions.
8837         (ada_language_defn): Add entry for la_read_var_value.
8838         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8839         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8840         language_defn structures to add entry for new la_read_var_value
8841         field.
8842
8843 2012-03-02  Tom Tromey  <tromey@redhat.com>
8844             Pedro Alves  <palves@redhat.com>
8845
8846         PR breakpoints/13776:
8847         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8848         breakpoints.
8849         (delete_longjmp_breakpoint_at_next_stop): New.
8850         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8851         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8852         before deleting the inferior.  Add comments.
8853         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8854         breakpoints immediately, but only on next stop.  Move that code
8855         next to where we mark other breakpoints for deletion.
8856
8857 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
8858
8859         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8860         marker.
8861         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8862         violation.
8863
8864 2012-03-02  Pedro Alves  <palves@redhat.com>
8865
8866         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8867
8868 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
8869
8870         Fix -Wmissing-prototypes build.
8871         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8872         * remote-sim.c (gdbsim_has_all_memory): Likewise.
8873         (gdbsim_has_memory): Likewise.
8874
8875 2012-03-02  Yao Qi  <yao@codesourcery.com>
8876
8877         Fix -Wmissing-prototypes build.
8878         * charset.c (phony_iconv_open): Make static.
8879         (phony_iconv_close, phony_iconv): Likewise.
8880         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8881         * i386-windows-nat.c (_initialize_i386_windows_nat): New
8882         prototype.
8883         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8884         * ser-mingw.c (create_select_thread): Make static.
8885         * windows-termcap.c (tgetent): New prototype.
8886         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8887
8888 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
8889
8890         Fix -Wmissing-prototypes build.
8891         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8892         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8893         (_initialize_loadable): New prototypes.
8894
8895 2012-03-02  Doug Evans  <dje@google.com>
8896
8897         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8898         abbrev table, read_comp_unit will do it.
8899
8900 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8901
8902         Fix -Wmissing-prototypes build.
8903         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8904         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8905         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8906         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8907         (_initialize_arm_symbian_tdep): New prototype.
8908         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8909         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8910         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8911         static.
8912         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8913         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8914         prototype.
8915         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8916         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8917         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8918         static.
8919         * moxie-tdep.c (moxie_process_record): Likewise.
8920         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8921         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8922         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8923         (_initialize_rl78_tdep): New prototype.
8924         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8925         (_initialize_rx_tdep): New prototype.
8926         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8927         (_initialize_darwin_solib): New prototype.
8928         * solib-spu.c: Include solib-spu.h.
8929         (_initialize_spu_solib): New prototype.
8930         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8931         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8932         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8933         (tic6x_software_single_step): Make it static.
8934         (_initialize_tic6x_tdep): New prototype.
8935
8936 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8937
8938         Fix -Wmissing-prototypes build.
8939         * cris-tdep.c (cris_can_use_hardware_watchpoint)
8940         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8941
8942 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8943
8944         Fix -Wmissing-prototypes build.
8945         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8946         (frv_have_stopped_data_address): Remove.
8947
8948 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8949
8950         Fix -Wmissing-prototypes build.
8951         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8952         * sh-tdep.c: Include sh64-tdep.h.
8953         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8954         * sh64-tdep.c: Include sh64-tdep.h.
8955         * sh64-tdep.h: New file.
8956
8957 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
8958
8959         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8960
8961 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
8962
8963         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8964         sp_regnum once the gdbarch_init_osabi hook has been called.
8965
8966 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
8967
8968         * mips-tdep.c (mips32_bc1_pc): New function.
8969         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8970         BPOSGE32 and BPOSGE64 instructions.
8971         (deal_with_atomic_sequence): Likewise.
8972         (mips32_instruction_has_delay_slot): Likewise.
8973
8974 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
8975             Chris Dearman  <chris@mips.com>
8976             Maciej W. Rozycki  <macro@codesourcery.com>
8977             Joseph Myers  <joseph@codesourcery.com>
8978
8979         * features/mips-dsp.xml: New file.
8980         * features/mips64-dsp.xml: New file.
8981         * features/mips-dsp-linux.xml: New file.
8982         * features/mips64-dsp-linux.xml: New file.
8983         * features/Makefile (WHICH): Add mips-dsp-linux and
8984         mips64-dsp-linux.
8985         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8986         * features/mips-dsp-linux.c: New file.
8987         * features/mips64-dsp-linux.c: New file.
8988         * regformats/mips-dsp-linux.dat: New file.
8989         * regformats/mips64-dsp-linux.dat: New file.
8990         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8991         registers.
8992         (mips64_linux_register_addr): Likewise.
8993         (mips64_linux_regsets_fetch_registers): Likewise.
8994         (mips64_linux_regsets_store_registers): Likewise.
8995         (mips64_linux_fetch_registers): Update call to
8996         mips64_linux_regsets_fetch_registers.
8997         (mips64_linux_store_registers): Update call to
8998         mips64_linux_regsets_store_registers.
8999         (mips_linux_read_description): Probe for DSP registers.
9000         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9001         and initialize_tdesc_mips64_dsp_linux.
9002         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9003         Remove padding of no longer used embedded register slots.
9004         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9005         (MIPS_RESTART_REGNUM): Redefine enum value.
9006         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9007         strings.
9008         (mips_tx39_reg_names): Likewise.
9009         (mips_linux_reg_names): New array of register names for Linux
9010         targets.
9011         (mips_register_name): Check for a null pointer in
9012         mips_processor_reg_names and return an empty string.
9013         (mips_register_type): Exclude embedded registers for the IRIX
9014         and Linux ABIs.
9015         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9016         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9017         DSP registers.
9018         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9019         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9020         (mips_gdbarch_init): Likewise.  Initialize internal register
9021         indices for the Linux ABI.  Use dynamic numbers to refer to
9022         registers, as applicable, while parsing the target description.
9023         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9024
9025 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9026
9027         * frame.h (read_frame_register_unsigned): Fix typo in function
9028         description.
9029
9030 2012-03-01  Pedro Alves  <palves@redhat.com>
9031
9032         * jit-reader.in [!__cplusplus]
9033         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9034
9035 2012-03-01  Pedro Alves  <palves@redhat.com>
9036
9037         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9038         * configure: Regenerate.
9039
9040 2012-03-01  Pedro Alves  <palves@redhat.com>
9041
9042         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9043         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9044         (ftrace_command, strace_command): Make static.
9045         * d-lang.c (_initialize_d_language): Declare.
9046         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9047         * dwarf2loc.c (_initialize_dwarf2loc):
9048         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9049         * exec.c (exec_get_section_table): Make static.
9050         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9051         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9052         * inferior.c (remove_inferior_command, add_inferior_command)
9053         (clone_inferior_command): Make static.
9054         * linux-nat.c (linux_nat_thread_address_space)
9055         (linux_nat_core_of_thread): Make static.
9056         * linux-tdep.c (_initialize_linux_tdep): Declare.
9057         * objc-lang.c (_initialize_objc_lang): Declare.
9058         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9059         Make static.
9060         (_initialize_opencl_language): Declare.
9061         * record.c (_initialize_record): Declare.
9062         * remote.c (demand_private_info, remote_get_tib_address)
9063         (remote_supports_cond_tracepoints)
9064         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9065         Make static.
9066         * skip.c (_initialize_step_skip): Declare.
9067         * symtab.c (skip_prologue_using_lineinfo): Make static.
9068         * tracepoint.c (delete_trace_state_variable)
9069         (trace_variable_command, delete_trace_variable_command)
9070         (get_uploaded_tsv, find_matching_tracepoint_location)
9071         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9072         Make static.
9073         * value.c (pack_unsigned_long): Make static.
9074         * varobj.c (varobj_ensure_python_env): Make static.
9075         * windows-tdep.c (_initialize_windows_tdep): Declare.
9076         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9077
9078 2012-03-01  Pedro Alves  <palves@redhat.com>
9079
9080         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9081         gdbarch parameter.
9082         (linux_init_abi): Install it as has_shared_address_space gdbarch
9083         callback.
9084
9085 2012-03-01  Pedro Alves  <palves@redhat.com>
9086
9087         * observer.c (observer_test_first_notification_function)
9088         (observer_test_second_notification_function)
9089         (observer_test_third_notification_function): Add declarations.
9090
9091 2012-03-01  Pedro Alves  <palves@redhat.com>
9092
9093         * common/signals.c (default_target_signal_to_host)
9094         (default_target_signal_from_host): Move ...
9095         * arch-utils.c: ... here.
9096         * arch-utils.h (default_target_signal_to_host)
9097         (default_target_signal_from_host): Declare.
9098
9099         * common/signals.c (target_signal_from_command): Move ...
9100         * infrun.c: ... here.
9101         * inferior.h (target_signal_from_command): Declare.
9102         * target.h (target_signal_from_command)
9103         (default_target_signal_from_host, default_target_signal_to_host):
9104         Delete declarations.
9105
9106         * common/signals.c (_initialize_signals): Delete.
9107
9108 2012-03-01  Pedro Alves  <palves@redhat.com>
9109
9110         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9111         both __cplusplus and !__cplusplus.
9112
9113 2012-03-01  Pedro Alves  <palves@redhat.com>
9114
9115         * psymtab.c (find_and_open_source): Delete declaration.
9116         * source.c (find_and_open_source): Move comment ...
9117         * source.h (find_and_open_source): ... to this new declaration.
9118
9119 2012-03-01  Pedro Alves  <palves@redhat.com>
9120
9121         * inline-frame.c: Include inline-frame.h.
9122
9123 2012-03-01  Pedro Alves  <palves@redhat.com>
9124
9125         * tui/tui-data.c (set_gen_win_origin): Delete.
9126         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9127         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9128
9129 2012-03-01  Pedro Alves  <palves@redhat.com>
9130
9131         * remote.c (encode_actions): Delete declaration.
9132         * tracepoint.c (encode_actions): Make extern.
9133         * tracepoint.h (encode_actions): Declare.
9134
9135 2012-03-01  Pedro Alves  <palves@redhat.com>
9136
9137         * python/py-breakpoint.c: Include python.h.
9138         * python/py-continueevent.c (create_continue_event_object): Make
9139         static.
9140         * python/py-lazy-string.c (stpy_get_type): Make static.
9141         * python/py-newobjfileevent.c (create_new_objfile_event_object):
9142         Make static.
9143         * python/py-utils.c (unicode_to_target_python_string): Make
9144         static.
9145         * python/py-value.c: Include python.h.
9146
9147 2012-03-01  Pedro Alves  <palves@redhat.com>
9148
9149         * inferior.c (delete_threads_of_inferior): Delete.
9150
9151 2012-03-01  Pedro Alves  <palves@redhat.com>
9152
9153         Import fallback definitions from glibc.
9154
9155         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9156         ps_prochandle): Forward declare.
9157         (ps_err_e): Use glibc's comments.
9158         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9159         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9160         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9161         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9162         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9163         (struct ps_prochandle): Adjust comment.
9164
9165 2012-03-01  Pedro Alves  <palves@redhat.com>
9166
9167         * ada-lang.c (ada_modulus_from_name): Delete.
9168         * ada-lex.l (lexer_init): Make static.
9169
9170 2012-03-01  Pedro Alves  <palves@redhat.com>
9171
9172         PR gdb/13767
9173
9174         * frame.c (read_frame_register_unsigned): New.
9175         * frame.h (read_frame_register_unsigned): Declare.
9176         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9177         Handle it.
9178         (print_i387_control_word): New parameter `control_p'.  Handle it.
9179         (i387_print_float_info): Handle unavailable float registers.
9180
9181 2012-03-01  Keith Seitz  <keiths@redhat.com>
9182
9183         * linespec.c (decode_line_2): Sort the list of methods
9184         alphabetically before presenting the user with a selection
9185         menu.
9186
9187 2012-03-01  Doug Evans  <dje@google.com>
9188
9189         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9190         has_namespace_info.
9191         (dwarf2_read_abbrevs): Remove corresponding initialization.
9192
9193 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
9194
9195         * NEWS: Mention new python command class gdb.COMMAND_USER.
9196         * cli/cli-cmds.c (show_user): Print error when used on a python
9197         command.
9198         (init_cli_cmds): Update documentation strings for "show user" and
9199         "set/show max-user-call-depth" to clarify that it does not apply to
9200         python commands.
9201         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9202         error check.
9203         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9204         gdb python api.
9205         * top.c (execute_command): Only execute a user-defined command as a
9206         legacy macro if c->user_commands is set.
9207
9208 2012-03-01  Tom Tromey  <tromey@redhat.com>
9209
9210         * valprint.h (struct generic_val_print_decorations): New.
9211         (generic_val_print): Declare.
9212         * valprint.c (generic_val_print): New function.
9213         * p-valprint.c (p_decorations): New global.
9214         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9215         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9216         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9217         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9218         * m2-valprint.c (m2_decorations): New global.
9219         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9220         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9221         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9222         TYPE_CODE_ERROR>: Call generic_val_print.
9223         * f-valprint.c (f_decorations): New global.
9224         (f_val_print): Use print_function_pointer_address.
9225         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9226         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9227         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9228         generic_val_print.
9229         * c-valprint.c (c_decorations): New global.
9230         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9231         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9232         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9233         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9234         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9235         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9236         case.
9237
9238 2012-03-01  Tom Tromey  <tromey@redhat.com>
9239
9240         * valprint.c (val_print): Update.
9241         * p-valprint (pascal_val_print): Return void.
9242         * p-lang.h (pascal_val_print): Return void.
9243         * m2-valprint.c (m2_val_print): Return void.
9244         * m2-lang.h (m2_val_print): Return void.
9245         * language.h (struct language_defn) <la_val_print>: Return void.
9246         * language.c (unk_lang_val_print): Return void.
9247         * jv-valprint.c (java_val_print): Return void.
9248         * jv-lang.h (java_val_print): Return void.
9249         * f-valprint.c (f_val_print): Return void.
9250         * f-lang.h (f_val_print): Return void.
9251         * d-valprint.c (d_val_print): Return void.
9252         (dynamic_array_type): Update.
9253         * d-lang.h (d_val_print): Return void.
9254         * c-valprint.c (c_val_print): Return void.
9255         * c-lang.h (c_val_print): Return void.
9256         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9257         void.
9258         * ada-lang.h (ada_val_print): Return void.
9259
9260 2012-03-01  Tom Tromey  <tromey@redhat.com>
9261
9262         * value.h (val_print): Return void.
9263         * valprint.c (val_print): Return void.
9264
9265 2012-03-01  Tom Tromey  <tromey@redhat.com>
9266
9267         * value.h (common_val_print): Return void.
9268         * valprint.c (common_val_print): Return void.
9269
9270 2012-03-01  Tom Tromey  <tromey@redhat.com>
9271
9272         * value.h (value_print): Return void.
9273         * valprint.c (value_print): Return void.
9274         * p-valprint.c (pascal_value_print): Return void.
9275         * p-lang.h (pascal_value_print): Return void.
9276         * language.h (struct language_defn) <la_value_print>: Return
9277         void.
9278         * language.c (unk_lang_value_print): Return void.
9279         * jv-valprint.c (java_value_print): Return void.
9280         * jv-lang.h (java_value_print): Return void.
9281         * f-valprint.c (c_value_print): Don't declare.
9282         Include c-lang.h.
9283         * c-valprint.c (c_value_print): Return void.
9284         * c-lang.h (c_value_print): Return void.
9285         * ada-valprint.c (ada_value_print): Return void.
9286         * ada-lang.h (ada_value_print): Return void.
9287
9288 2012-03-01  Tom Tromey  <tromey@redhat.com>
9289
9290         * value.c (value_primitive_field): Handle virtual base classes.
9291
9292 2012-03-01  Tom Tromey  <tromey@redhat.com>
9293
9294         * gdbtypes.h (struct vbase): Remove.
9295
9296 2012-03-01  Tom Tromey  <tromey@redhat.com>
9297
9298         * c-valprint.c (print_function_pointer_address): Move...
9299         * valprint.c: ... here.  Make non-static.
9300         * m2-valprint.c (print_function_pointer_address): Remove.
9301         * valprint.h (print_function_pointer_address): Declare.
9302
9303 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9304
9305         * NEWS: Document the fact that one can provide a condition when
9306         creating an Ada exception catchpoint.
9307
9308 2012-03-01  Tom Tromey  <tromey@redhat.com>
9309
9310         * valprint.c (val_print_type_code_flags): Fix placement of
9311         trailing brace.
9312
9313 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9314
9315         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9316         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9317         environment variable before calling update-copyright.
9318
9319 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9320
9321         * gnulib/extra/update-copyright: Update to the latest from
9322         gnulib's git repository.
9323         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9324         variable to 2 instead of 1.
9325
9326 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9327
9328         * varobj.c (c_value_of_variable): Remove dead code.
9329
9330 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9331
9332         * ada-lex.p (processId): Do not modify already encoded IDs.
9333         Update function documentation.
9334
9335 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9336
9337         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9338         "name" with "struct symbol *name_sym".
9339         * ada-exp.y (write_var_or_type): Update call to
9340         ada_find_renaming_symbol.
9341         "name" with "struct symbol *name_sym". Adjust Implementation
9342         accordingly.  Adjust the function documentation.
9343
9344 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9345
9346         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9347         * ada-lang.c (ada_find_any_type): Add advance declaration.
9348         Make static.  Replace ada_find_any_symbol by
9349         ada_find_any_type_symbol.
9350         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9351         Improve function description.  Make static.
9352         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9353         Replace ada_find_any_symbol by ada_find_any_type_symbol.
9354
9355 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9356
9357         * ada-lang.c (struct tag_args): Delete.
9358         (ada_get_tsd_type): Function body moved up in source file.
9359         (ada_tag_name_1, ada_tag_name_2): Delete.
9360         (ada_get_tsd_from_tag): New function.
9361         (ada_tag_name_from_tsd): New function.
9362         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9363         to determine the tag name.
9364
9365 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9366
9367         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9368         declaration.
9369         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9370         function.
9371
9372 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9373
9374         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9375
9376 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9377
9378         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9379         full searches.
9380
9381 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9382
9383         * ada-lang.c (constrained_packed_array_type): If there is a
9384         parallel XA type, use it to determine the array index type.
9385
9386 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9387
9388         * ada-valprint.c (ada_val_print_1): If our value is a reference
9389         to an array descriptor, dereference it before converting it
9390         to a simple array.
9391
9392 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9393
9394         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9395         creating fixed value.
9396         (ada_value_ind, ada_coerce_ref, assign_component)
9397         (ada_evaluate_subexp): Remove call to unwrap_value before
9398         call to ada_to_fixed_value.
9399
9400 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9401
9402         * ada-lang.c (to_fixed_array_type): Set result's type name.
9403
9404 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
9405
9406         * ada-lang.c (catch_ada_exception_command_split): Add new
9407         argument cond_string.  Add support for condition at end of
9408         "catch exception" commands.
9409         (ada_decode_exception_location): Add new argument cond_string.
9410         Update call to catch_ada_exception_command_split.
9411         (create_ada_exception_catchpoint): Add new argument cond_string.
9412         Set the breakpoint condition if needed.
9413         (catch_ada_exception_command): Update call to
9414         ada_decode_exception_location.
9415         (ada_decode_assert_location): Add function documentation.
9416         Add support for condition at end of "catch assert" command.
9417         (catch_assert_command): Update calls to ada_decode_assert_location
9418         and create_ada_exception_catchpoint.
9419
9420 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9421
9422         Fix disp-step-syscall.exp: fork: single step over fork.
9423         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9424         (i386_linux_get_syscall_number_from_regcache): ... here, new function
9425         comment, change parameters gdbarch and ptid to regcache.  Remove
9426         parameter regcache, initialize gdbarch from regcache here.
9427         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9428         New functions.
9429         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9430         instead.
9431         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9432         'syscall'.  Make the 'int' check more strict.
9433
9434 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9435
9436         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9437         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9438         (i386_linux_intx80_sysenter_syscall_record): ... here.
9439         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9440         Use the renamed function name.
9441
9442 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9443
9444         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9445         * breakpoint.c (until_break_command): Likewise.
9446         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9447         * infcall.c (call_function_by_hand): Likewise.
9448         * infcmd.c (finish_forward): Likewise.
9449         * infrun.c (insert_exception_resume_breakpoint): Likewise.
9450
9451 2012-02-28  Tristan Gingold  <gingold@adacore.com>
9452
9453         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9454         avoid variable assignments inside condition.
9455
9456 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9457
9458         Fix static analysis issue found by cppcheck.
9459         * microblaze-tdep.c (microblaze_extract_return_value): Fix
9460         uninitialized BUF for size 2.
9461
9462 2012-02-27  Chris Dearman  <chris@mips.com>
9463             Nathan Froyd  <froydnj@codesourcery.com>
9464             Maciej W. Rozycki  <macro@codesourcery.com>
9465
9466         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9467         (mips16_instruction_has_delay_slot): Likewise.
9468         (mips_segment_boundary): Likewise.
9469         (mips_adjust_breakpoint_address): Likewise.
9470         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9471
9472 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
9473             Maciej W. Rozycki  <macro@codesourcery.com>
9474
9475         * infrun.c (handle_inferior_event): Don't proceed through
9476         shared library trampolines if stepping at the machine
9477         instruction level.
9478
9479 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
9480
9481         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9482         too.
9483
9484 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
9485
9486         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9487         (sh_stub_unwind_sniffer): New functions.
9488         (sh_stub_unwind): New variable.
9489         (sh_gdbarch_init): Wire everything.
9490
9491 2012-02-27  Pedro Alves  <palves@redhat.com>
9492
9493         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9494         (linux_nat_post_attach_wait): Adjust to use
9495         linux_proc_pid_is_stopped.
9496         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9497         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9498         based on pid_is_stopped from both linux-nat.c and
9499         gdbserver/linux-low.c, and renamed.
9500
9501 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9502
9503         * remote.c (remote_watchpoint_addr_within_range): New function.
9504         (init_remote_ops): Use it.
9505
9506 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9507
9508         * target.h (target_watchpoint_addr_within_range): Document macro.
9509
9510 2012-02-24  Pedro Alves  <palves@redhat.com>
9511
9512         * stack.c (set_last_displayed_sal): Issue internal_error instead
9513         of warning, and issue it after clearing the last displayed sal.
9514
9515 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9516             Pedro Alves  <palves@redhat.com>
9517
9518         * breakpoint.c (until_break_command): Install breakpoints after
9519         all frame manipulations.
9520
9521 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9522
9523         * remote.c (remote_supports_cond_breakpoints): New forward
9524         declaration.
9525         (remote_add_target_side_condition): New function.
9526         (remote_insert_breakpoint): Add target-side breakpoint
9527         conditional if supported.
9528         (remote_insert_hw_breakpoint): Likewise.
9529         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9530         hook.
9531
9532         * target.c (update_current_target): Inherit
9533         to_supports_evaluation_of_breakpoint_conditions.
9534         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9535
9536         * target.h (struct target_ops)
9537         <to_supports_evaluation_of_breakpoint_conditions>: New field.
9538         (target_supports_evaluation_of_breakpoint_conditions): New #define.
9539
9540         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9541         (condition_evaluation_both, condition_evaluation_auto,
9542         condition_evaluation_host, condition_evaluation_target,
9543         condition_evaluation_enums, condition_evaluation_mode_1,
9544         condition_evaluation_mode): New static globals.
9545         (translate_condition_evaluation_mode): New function.
9546         (breakpoint_condition_evaluation_mode): New function.
9547         (gdb_evaluates_breakpoint_condition_p): New function.
9548         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9549         (mark_breakpoint_modified): New function.
9550         (mark_breakpoint_location_modified): New function.
9551         (set_condition_evaluation_mode): New function.
9552         (show_condition_evaluation_mode): New function.
9553         (bp_location_compare_addrs): New function.
9554         (get_first_location_gte_addr): New helper function.
9555         (set_breakpoint_condition): Free condition bytecode if locations
9556         has become unconditional.  Call mark_breakpoint_modified (...).
9557         (condition_command): Call update_global_location_list (1) for
9558         breakpoints.
9559         (breakpoint_xfer_memory): Use is_breakpoint (...).
9560         (is_breakpoint): New function.
9561         (parse_cond_to_aexpr): New function.
9562         (build_target_condition_list): New function.
9563         (insert_bp_location): Handle target-side conditional
9564         breakpoints and call build_target_condition_list (...).
9565         (update_inserted_breakpoint_locations): New function.
9566         (insert_breakpoint_locations): Handle target-side conditional
9567         breakpoints.
9568         (bpstat_check_breakpoint_conditions): Add comment.
9569         (bp_condition_evaluator): New function.
9570         (bp_location_condition_evaluator): New function.
9571         (print_breakpoint_location): Print information on where the condition
9572         will be evaluated.
9573         (print_one_breakpoint_location): Likewise.
9574         (init_bp_location): Call mark_breakpoint_location_modified (...) for
9575         breakpoint location.
9576         (force_breakpoint_reinsertion): New functions.
9577         (update_global_location_list): Handle target-side breakpoint
9578         conditions.
9579         Reinsert locations that are already inserted if conditions have
9580         changed.
9581         (bp_location_dtor): Free agent expression bytecode.
9582         (disable_breakpoint): Call mark_breakpoint_modified (...).
9583         Call update_global_location_list (...) with parameter 1 for breakpoints.
9584         (disable_command): Call mark_breakpoint_location_modified (...).
9585         Call update_global_location_list (...) with parameter 1 for breakpoints.
9586         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9587         (enable_command): mark_breakpoint_location_modified (...).
9588         (_initialize_breakpoint): Update documentation and add
9589         condition-evaluation breakpoint subcommand.
9590
9591         * breakpoint.h: Include ax.h.
9592         (condition_list): New data structure.
9593         (condition_status): New enum.
9594         (bp_target_info) <cond_list>: New field.
9595         (bp_location) <condition_changed, cond_bytecode>: New fields.
9596         (is_breakpoint): New prototype.
9597
9598 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9599
9600         * remote.c (remote_state) <cond_breakpoints>: New field.
9601         (PACKET_ConditionalBreakpoints): New enum.
9602         (remote_cond_breakpoint_feature): New function.
9603         (remote_protocol_features): Add new ConditionalBreakpoints entry.
9604         (remote_supports_cond_breakpoints): New function.
9605         (_initialize_remote): Add new packet configuration for
9606         target-side conditional breakpoints.
9607
9608 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9609
9610         * NEWS: Mention target-side conditional breakpoint support,
9611         new condition-evaluation breakpoint subcommand and remote
9612         packet extensions.
9613
9614 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9615
9616         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9617         number.
9618
9619 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
9620
9621         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9622         (after_prologue): Remove.
9623
9624 2012-02-23  Tom Tromey  <tromey@redhat.com>
9625
9626         * jv-valprint.c (java_val_print): Remove dead code.
9627
9628 2012-02-23  Tristan Gingold  <gingold@adacore.com>
9629
9630         * ada-tasks.c (struct ada_tasks_inferior_data): Add
9631         known_tasks_element and known_tasks_length fields.
9632         (read_known_tasks_array): Change argument type.  Use pointer type
9633         and number of elements from DATA.  Adjust.
9634         (read_known_tasks_list): Likewise.
9635         (get_known_tasks_addr): Remove.
9636         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9637         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
9638         type and array length.  Merge former get_known_tasks_addr code.
9639
9640 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9641
9642         PR backtrace/13716
9643         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9644         it after set_momentary_breakpoint.
9645
9646 2012-02-22  Sterling Augustine  <saugustine@google.com>
9647
9648         PR 13689:
9649         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9650
9651 2012-02-22  Gary Benson  <gbenson@redhat.com>
9652
9653         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9654         (find_slot_in_mapped_hash): Likewise.
9655
9656 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9657
9658         PR build/13638
9659         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9660         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9661         * configure: Regenerate.
9662
9663 2012-02-21  Tristan Gingold  <gingold@adacore.com>
9664             Pedro Alves  <palves@redhat.com>
9665
9666         * ia64-tdep.c: Do not include libunwind-ia64.h.
9667         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9668         Include libunwind-ia64.h instead of libunwind.h.
9669         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9670         for libunwind.h existence.
9671         * configure, config.in: Regenerate.
9672
9673 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9674
9675         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9676         instead of value_rtti_target_type.
9677         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9678         instead of value_rtti_target_type.
9679         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9680         value_rtti_target_type.
9681         * valops.c (value_ind): Extract function readjust_indirect_value_type.
9682         (value_rtti_target_type): Rename to ...
9683         (value_rtti_indirect_type): ... here and make it indirect.  Update
9684         function comment.
9685         * value.c (readjust_indirect_value_type): New function.
9686         (coerce_ref): Support for enclosing type setting for references
9687         with readjust_indirect_value_type.
9688         * value.h (readjust_value_type): New declaration.
9689         (value_rtti_target_type): Rename to ...
9690         (value_rtti_indirect_type): ... here.
9691
9692 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9693
9694         * MAINTAINERS (Write After Approval): Add myself to the list.
9695
9696 2012-02-20  Doug Evans  <dje@google.com>
9697
9698         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9699         Rename objfile_p_char parameter to objfilep.
9700         (build_objfile_section_table): Result is now void.  All callers
9701         updated.
9702         * objfiles.h (struct objfile): Tweak comments, whitespace.
9703         (build_objfile_section_table): Update.
9704
9705         * elfread.c (elf_symfile_segments): Fix warning text.
9706
9707 2012-02-20  Tom Tromey  <tromey@redhat.com>
9708
9709         PR gdb/13498:
9710         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9711         particular set of file names once.
9712         (dw2_map_symbol_filenames): Likewise.
9713
9714 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9715
9716         Code cleanup.
9717         * main.c (write_files): Remove the declaration.
9718         (external_editor_command): Move the declaration ...
9719         [GDBTK] (external_editor_command): ... here.  Fix the comment.
9720
9721 2012-02-20  Tom Tromey  <tromey@redhat.com>
9722
9723         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9724         extraneous block.
9725
9726 2012-02-20  Tristan Gingold  <gingold@adacore.com>
9727
9728         * darwin-nat.h (enum darwin_msg_state): Add comments.
9729
9730 2012-02-20  Tristan Gingold  <gingold@adacore.com>
9731
9732         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9733         value.
9734
9735 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
9736
9737         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9738         between function description and implementation.
9739
9740 2012-02-17  Tom Tromey  <tromey@redhat.com>
9741
9742         PR python/12070:
9743         * python/py-event.c (event_object_getset): New global.
9744         (event_object_type): Reference it.
9745         * python/py-type.c (field_object_getset): New global.
9746         (field_object_type): Reference it.
9747         * python/python-internal.h (gdb_py_generic_dict): Declare.
9748         * python/py-utils.c (gdb_py_generic_dict): New function.
9749
9750 2012-02-17  Tristan Gingold  <gingold@adacore.com>
9751
9752         * solib-darwin.c (darwin_current_sos): Check magic and filetype
9753
9754 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
9755
9756         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9757         TYPE_CALLING_CONVENTION annotation.
9758
9759 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
9760
9761         * MAINTAINERS: Add rx to target ISA section.
9762         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9763         (ALLDEPFILES): Add rx-tdep.c.
9764
9765 2012-02-16  Tom Tromey  <tromey@redhat.com>
9766
9767         * symfile.c (symbol_file_add_main_1): Use inferior's
9768         symfile_flags.
9769         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9770         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9771         inferior.
9772         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9773         inferior.
9774         (follow_exec): Use inferior's symfile_flags.
9775         * inferior.h (struct inferior) <symfile_flags>: New field.
9776
9777 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
9778
9779         PR gdb/9734:
9780         * remote-sim.c (gdbsim_create_inferior): Call error() when
9781         sim_create_inferior() fails.
9782
9783 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
9784
9785         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9786
9787 2012-02-16  Tom Tromey  <tromey@redhat.com>
9788
9789         PR c++/13653:
9790         * thread.c (struct current_thread_cleanup) <was_removable>: New
9791         field.
9792         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9793         (make_cleanup_restore_current_thread): Initialize new field.
9794
9795 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
9796
9797         * MAINTAINERS: Add rl78 to target ISA section.
9798         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9799         (ALLDEPFILES): Add rl78-tdep.c.
9800         * NEWS: Mention rl78 as a new target.
9801
9802 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
9803
9804         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9805         data.
9806         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9807
9808 2012-02-15  Tom Tromey  <tromey@redhat.com>
9809
9810         PR gdb/12659:
9811         * infcmd.c (registers_info): Print just the current register's
9812         name.
9813
9814 2012-02-15  Tom Tromey  <tromey@redhat.com>
9815
9816         * python/py-symbol.c (sympy_value): Use _().
9817
9818 2012-02-15  Pedro Alves  <palves@redhat.com>
9819
9820         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9821         output to be like native targets'.
9822         (remote_pid_to_str): Special case the null ptid.
9823
9824 2012-02-14  Stan Shebs  <stan@codesourcery.com>
9825
9826         * NEWS: Mention enable count command.
9827         * breakpoint.h (struct breakpoint): New field enable_count.
9828         * breakpoint.c (enable_breakpoint_disp): Add count argument.
9829         (enable_breakpoint): Add arg to call.
9830         (struct disp_data): New struct.
9831         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9832         (do_map_enable_once_breakpoint): Create a struct and pass it.
9833         (do_map_enable_delete_breakpoint): Ditto.
9834         (do_map_enable_count_breakpoint): New function.
9835         (enable_count_command): New function.
9836         (bpstat_stop_status): Decrement enable_count.
9837         (print_one_breakpoint_location): Report enable count.
9838         (_initialize_breakpoint): Add enable count command.
9839
9840 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
9841
9842         * rl78-tdep.c (reggroups.h): Include.
9843         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9844         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9845         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9846         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9847         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9848         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9849         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9850         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9851         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9852         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9853         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9854         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9855         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9856         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9857         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9858         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9859         beginning of register list.
9860         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9861         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9862         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9863         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9864         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9865         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9866         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9867         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9868         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9869         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9870         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9871         the pseudo registers.  Rearrange other pseudo registers too so
9872         that the bank registers appear at the end.
9873         (rl78_register_type): Account for the fact that the byte sized
9874         bank registers are now pseudo-registers.
9875         (rl78_register_name): Rearrange the register name array.  Make
9876         initial set of raw banked registers inaccessible.
9877         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9878         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9879         case for copying bytes back and forth between raw and pseudo
9880         versions of the banked registers.  Update other cases to reflect
9881         the changed names.
9882         (rl78_return_value): Update to account for changed names of
9883         raw registers.
9884         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9885         rl78_register_sim_regno().
9886
9887 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
9888
9889         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9890         the name parameter being passed to find_pc_partial_function().
9891
9892 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9893
9894         * MAINTAINERS: Step down from being ia64 target maintainer.
9895
9896 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9897
9898         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9899         compilation warning.
9900
9901 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9902
9903         Fix crash on loaded shlibs without loaded exec_bfd.
9904         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9905         (set_section_command): Replace exec_bfd by p->bfd.
9906
9907 2012-02-10  Tom Tromey  <tromey@redhat.com>
9908
9909         * linespec.c (decode_line_internal): Skip symtabs_from_filename
9910         when we have a C++ qualified name.
9911
9912 2012-02-10  Pedro Alves  <palves@redhat.com>
9913
9914         * inferior.c (inferior_pid_to_str): New.
9915         (print_inferior, inferior_command): Use it.
9916
9917 2012-02-10  Pedro Alves  <palves@redhat.com>
9918
9919         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9920         the test CFLAGS.
9921         * configure: Regenerate.
9922
9923 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9924
9925         * linespec.c (decode_line_internal): Fix comment correctness.
9926
9927 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
9928
9929         PR gdb/12953
9930         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9931         * amd64bsd-nat.c: Add support for debug registers (adapted from
9932         i386bsd-nat.c).
9933         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9934         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9935         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9936         (amd64bsd_dr_get_control): New functions.
9937         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9938         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9939         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9940         watchpoints initialization.
9941         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9942
9943 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9944
9945         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9946         flds_bnds.fields.
9947         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9948
9949 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9950
9951         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
9952
9953 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
9954
9955         * language.h (symbol_name_cmp_ftype): Renames
9956         symbol_name_match_p_ftype.
9957         (struct language_defn)[la_get_symbol_name_cmp]: Renames
9958         la_get_symbol_name_match_p.
9959         * ada-lang.c (ada_get_symbol_name_cmp): Renames
9960         ada_get_symbol_name_match_p.  Update comment.
9961         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9962         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9963         Renames symbol_name_match_p.  Update field type.
9964         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9965         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9966         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9967         "la_get_symbol_name_cmp" in comments.
9968         * language.c: Likewise.
9969
9970 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9971
9972         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9973         %eflags offset.
9974         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9975         (amd64_sol2_gregset32_reg_offs): Likewise.
9976
9977 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
9978
9979         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9980         of the returned BFD is allocated by GDB.
9981
9982 2012-02-07  Tom Tromey  <tromey@redhat.com>
9983
9984         PR python/12027:
9985         * python/python-internal.h (frame_object_type): Declare.
9986         * python/py-symbol.c (sympy_needs_frame): New function.
9987         (sympy_value): New function.
9988         (symbol_object_getset): Add "needs_frame".
9989         (symbol_object_methods): Add "value".
9990         * python/py-frame.c (frame_object_type): No longer static.
9991
9992 2012-02-07  Tom Tromey  <tromey@redhat.com>
9993
9994         PR python/13599:
9995         * python/py-symbol.c (sympy_line): New function.
9996         (symbol_object_getset): Add "line".
9997
9998 2012-02-07  Tom Tromey  <tromey@redhat.com>
9999
10000         * charset.c (find_charset_names): Check 'in' against NULL.
10001
10002 2012-02-06  Doug Evans  <dje@google.com>
10003
10004         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10005         and fields.name members from char * to const char *.  All uses updated.
10006         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10007         from char * to const char *.  All uses updated.
10008         (type_name_no_tag): Update.
10009         (lookup_unsigned_typename, lookup_signed_typename): Update.
10010         * gdbtypes.c (type_name_no_tag): Change result type
10011         from char * to const char *.  All callers updated.
10012         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10013         name parameter from char * to const char *.
10014         * symtab.h (struct cplus_specific): Change type of demangled_name
10015         member from char * to const char *.  All uses updated.
10016         (struct general_symbol_info): Change type of name and
10017         mangled_lang.demangled_name members from char * to const char *.
10018         All uses updated.
10019         (symbol_get_demangled_name, symbol_natural_name): Update.
10020         (symbol_demangled_name, symbol_search_name): Update.
10021         * symtab.c (symbol_get_demangled_name): Change result type
10022         from char * to const char *.  All callers updated.
10023         (symbol_natural_name, symbol_demangled_name): Ditto.
10024         (symbol_search_name): Ditto.
10025         (completion_list_add_name): Change type of symname,sym_text,
10026         text,word parameters from char * to const char *.
10027         (completion_list_objc_symbol): Change type of sym_text,
10028         text,word parameters from char * to const char *.
10029         * ada-lang.c (find_struct_field): Change type of name parameter
10030         from char * to const char *.
10031         (encoded_ordered_before): Similarly for N0,N1 parameters.
10032         (old_renaming_is_invisible): Similarly for function_name parameter.
10033         (ada_type_name): Change result type from char * to const char *.
10034         All callers updated.
10035         * ada-lang.h (ada_type_name): Update.
10036         * buildsym.c (hashname): Change type of name parameter
10037         from char * to const char *.
10038         * buildsym.h (hashname): Update.
10039         * dbxread.c (end_psymtab): Change type of include_list parameter
10040         from char ** to const char **.
10041         * dwarf2read.c (determine_prefix): Change result type
10042         from char * to const char *.  All callers updated.
10043         * f-lang.c (find_common_for_function): Change type of name, funcname
10044         parameters from char * to const char *.
10045         * f-lang.c (find_common_for_function): Update.
10046         * f-valprint.c (list_all_visible_commons): Change type of funcname
10047         parameters from char * to const char *.
10048         * gdbarch.sh (static_transform_name): Change type of name parameter
10049         and result from char * to const char *.
10050         * gdbarch.c: Regenerate.
10051         * gdbarch.h: Regenerate.
10052         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10053         of name parameter from char * to const char *.
10054         * jv-lang.c (java_primitive_type_from_name): Ditto.
10055         (java_demangled_signature_length): Similarly for signature parameter.
10056         (java_demangled_signature_copy): Ditto.
10057         (java_demangle_type_signature): Ditto.
10058         * jv-lang.h (java_primitive_type_from_name): Update.
10059         (java_demangle_type_signature): Update.
10060         * objc-lang.c (specialcmp): Change type of a,b parameters
10061         from char * to const char *.
10062         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10063         from char * to const char *.  All callers updated.
10064         * p-lang.h (is_pascal_string_type): Update.
10065         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10066         of name parameter from char * to const char *.
10067         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10068         * utils.c (fprintf_symbol_filtered): Ditto.
10069         * defs.h (fprintf_symbol_filtered): Update.
10070         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10071         * stabsread.h (end_psymtab): Update.
10072         * stack.c (find_frame_funname): Change type of funname parameter
10073         from char ** to const char **.
10074         * stack.h (find_frame_funname): Update.
10075         * typeprint.c (type_print): Change type of varstring parameter
10076         from char * to const char *.
10077         * value.h (type_print): Update.
10078         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10079         from char * to const char *.  All callers updated.
10080         (xcoff_end_psymtab): Change type of include_list parameter
10081         from char ** to const char **.  All callers updated.
10082         (swap_sym): Similarly for name parameter.  All callers updated.
10083         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10084         Use xstrdup.
10085         (process_coff_symbol): Use xstrdup.
10086         * stabsread.c (stabs_method_name_from_physname): Renamed from
10087         update_method_name_from_physname.  Change result type from void
10088         to char *.  All callers updated.
10089         (read_member_functions): In has_destructor case, store name in objfile
10090         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10091
10092 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10093
10094         * configure: Rebuild.
10095         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10096         LDFLAGS.
10097
10098 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10099
10100         * configure.tgt (rl78-*-elf): New target.
10101         * rl78-tdep.c: New file.
10102
10103 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10104
10105         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10106         and continue the loop.  Add QUIT statement.
10107
10108 2012-02-03  Tom Tromey  <tromey@redhat.com>
10109
10110         PR gdb/13596:
10111         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10112         bfd_lookup_symbol_from_symtab.
10113         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10114         gdb_bfd_lookup_symbol_from_symtab.
10115
10116 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
10117
10118         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10119         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10120         symbol.  Add assertion that sym2 is never NULL.
10121
10122 2012-02-02  Doug Evans  <dje@google.com>
10123
10124         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10125         "name" parameter to const char ** from char **.  All callers updated.
10126         (find_pc_partial_function): Ditto.
10127         (cache_pc_function_name): Change type to const char * from char *.
10128         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10129         (find_pc_partial_function): Update.
10130         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10131         type of "name" parameter to const char * from char *.
10132         All uses updated.
10133         * arch-utils.c (generic_in_solib_return_trampoline): Change
10134         type of "name" parameter to const char * from char *.
10135         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10136         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10137         type of "name" parameter to const char * from char *.
10138         * gdbarch.sh (in_solib_return_trampoline): Ditto.
10139         * gdbarch.c: Regenerate.
10140         * gdbarch.h: Regenerate.
10141         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10142         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10143         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10144         type of "name" parameter to const char * from char *.
10145         * skip.c (skip_function_pc): Ditto.
10146         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10147         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10148         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10149         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10150         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10151         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10152         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10153         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10154         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10155
10156 2012-02-02  Pedro Alves  <palves@redhat.com>
10157
10158         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10159         the current inferior has no execution.  Make sure the current
10160         remote process matches gdb's current inferior.
10161
10162 2012-02-02  Tom Tromey  <tromey@redhat.com>
10163
10164         PR gdb/13405:
10165         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10166         read-only memory.
10167
10168 2012-02-02  Tom Tromey  <tromey@redhat.com>
10169
10170         PR gdb/9307:
10171         * symtab.c (lookup_language_this): Set block_found.
10172
10173 2012-02-01  Tom Tromey  <tromey@redhat.com>
10174
10175         PR gdb/13431:
10176         * jit.c (struct jit_inferior_data): Rewrite.
10177         (struct jit_objfile_data): New.
10178         (get_jit_objfile_data): New function.
10179         (add_objfile_entry): Update.
10180         (jit_read_descriptor): Return int.  Replace descriptor_addr
10181         argument with inf_data.  Update.  Don't call error.
10182         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
10183         descriptor here.
10184         (jit_inferior_init): Don't look up descriptor.  Don't call error.
10185         (jit_reset_inferior_data_and_breakpoints)
10186         (jit_inferior_created_observer): Remove.
10187         (jit_inferior_exit_hook): Update.
10188         (jit_executable_changed_observer): Remove.
10189         (jit_event_handler): Update.
10190         (free_objfile_data): Reset inferior data if needed.
10191         (_initialize_jit): Update.
10192
10193 2012-02-01  Tom Tromey  <tromey@redhat.com>
10194
10195         * jit.c (bfd_open_from_target_memory): Move higher in file.
10196
10197 2012-02-01  Tristan Gingold  <gingold@adacore.com>
10198
10199         * libunwind-frame.c (libunwind_load): Display message if dlopen
10200         failed.
10201
10202 2012-02-01  Gary Benson  <gbenson@redhat.com>
10203
10204         * symtab.h (symbol_found_callback_ftype): New typedef.
10205         (iterate_over_symbols): Use the above.
10206         * symtab.c (iterate_over_symbols): Likewise.
10207         * language.h (language_defn->la_iterate_over_symbols): Likewise.
10208         * ada-lang.c (ada_iterate_over_symbols): Likewise.
10209         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10210         (iterate_name_matcher): Document return values.
10211         (collect_one_symbol): Likewise.
10212         (collect_function_symbols): Likewise.
10213         (collect_symbols): Likewise.
10214
10215 2012-02-01  Tom Tromey  <tromey@redhat.com>
10216
10217         * ada-lang.c (resolve_subexp): Update.
10218         (ada_lookup_symbol_list): Add 'full_search' argument.
10219         (ada_iterate_over_symbols): Pass 0 as full_search argument to
10220         ada_lookup_symbol_list.
10221         (ada_lookup_encoded_symbol): Update.
10222         (get_var_value): Update.
10223         * ada-exp.y (block_lookup): Update.
10224         (write_var_or_type): Update.
10225         (write_name_assoc): Update.
10226         * ada-lang.h (ada_lookup_symbol_list): Update.
10227
10228 2012-01-31  Tom Tromey  <tromey@redhat.com>
10229
10230         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10231         comment.
10232
10233 2012-01-31  Doug Evans  <dje@google.com>
10234
10235         * symtab.h: Remove outdated comment.
10236         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10237
10238 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10239
10240         Fix build error in Darwin port.
10241         * i386-darwin-nat.c: Include i386-nat.h.
10242
10243 2012-01-30  Tom Tromey  <tromey@redhat.com>
10244
10245         PR breakpoints/13568:
10246         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10247         argument.  Check for recursive includes.
10248         (dwarf_decode_macros): Create an include hash.
10249
10250 2012-01-30  Michael Eager  <eager@eagercon.com>
10251
10252         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10253         * ppc-linux-tdep.c: Include glibc-tdep.h.
10254         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10255         (powerpc_linux_in_plt_stub): New function.
10256         (powerpc_linux_in_dynsym_resolve_code): New function.
10257         (ppc_skip_trampoline_code): New function.
10258         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10259         Use glibc_skip_solib_resolver.
10260
10261 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10262
10263         Code cleanup: Make 1440 bytes of data segment read-only.
10264         * arch-utils.c (endian_enum): Make it const char *const [].
10265         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10266         Likewise.
10267         * breakpoint.c (always_inserted_enums): Likewise.
10268         * cli/cli-cmds.c (script_ext_enums): Likewise.
10269         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10270         enumlist parameter const char *const *.
10271         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10272         const char *const *.
10273         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10274         parameter const char *const *.
10275         * cris-tdep.c (cris_modes): Make it const char *const [].
10276         * filesystem.c (target_file_system_kinds): Likewise.
10277         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10278         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10279         (can_use_displaced_stepping_enum, scheduler_enums)
10280         (exec_direction_names): Likewise.
10281         * language.c (_initialize_language): Make the type_or_range_names and
10282         case_sensitive_names variables const char *const [].
10283         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10284         * python/python.c (python_excp_enums): Likewise.
10285         * remote.c (interrupt_sequence_modes): Likewise.
10286         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10287         * serial.c (logbase_enums): Likewise.
10288         * sh-tdep.c (sh_cc_enum): Likewise.
10289         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10290         Likewise.
10291         * symtab.c (multiple_symbols_modes): Likewise.
10292         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10293         Likewise.
10294         * utils.c (internal_problem_modes): Likewise.
10295
10296 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10297
10298         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10299         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10300         result.
10301
10302 2012-01-27  Doug Evans  <dje@google.com>
10303
10304         * configure.ac (with_python): Fix absolute path handling for win32.
10305         * configure: Regenerate.
10306
10307 2012-01-26  Doug Evans  <dje@google.com>
10308
10309         * symtab.c: Whitespace cleanup, no code changes.
10310
10311         * symtab.c (lookup_symbol_in_language): Improve comment.
10312         (lookup_symbol_aux): Fix comment.
10313
10314         * psymtab.c (add_psymbol_to_list): Result is now "void".
10315         * psympriv.h (add_psymbol_to_list): Update.
10316
10317         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10318
10319 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10320
10321         Do not open script filenames twice.
10322         * cli/cli-cmds.c (source_script_from_stream): Pass to
10323         source_python_script also STREAM.
10324         * python/py-auto-load.c (source_section_scripts): Pass to
10325         source_python_script_for_objfile also STREAM.
10326         (auto_load_objfile_script): Pass to source_python_script_for_objfile
10327         also INPUT.
10328         * python/python-internal.h (source_python_script_for_objfile): New
10329         parameter file, rename parameter file to filename.
10330         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10331         instead if !_WIN32.  Update the function comment.
10332         (source_python_script, source_python_script_for_objfile)
10333         (source_python_script): New parameter file, rename parameter file to
10334         filename.  Pass FILENAME to python_run_simple_file.
10335         * python/python.h (source_python_script): New parameter file, rename
10336         parameter file to filename.
10337
10338 2012-01-26  Pedro Alves  <palves@redhat.com>
10339
10340         * corelow.c (core_has_fake_pid): Delete.
10341         (core_close): Delete references to `core_has_fake_pid'.
10342         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10343         (core_open): Delete references to `core_has_fake_pid'.
10344         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10345         the removed global.
10346
10347 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10348
10349         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10350         Remove language parameter from name_matcher.  Adjust the comment.
10351         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10352         Remove language parameter.
10353         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10354         * linespec.c (iterate_name_matcher): Likewise.
10355         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10356         name_matcher.  Adjust call accordingly.
10357         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10358         (maintenance_check_symtabs): Adjust type of parameter "fun".
10359         * psymtab.h (maintenance_check_symtabs): Likewise.
10360
10361 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
10362
10363         * language.h (symbol_name_match_p_ftype): New typedef.
10364         (struct language_defn): Replace field la_symbol_name_compare
10365         by la_get_symbol_name_match_p.
10366         * ada-lang.c (ada_get_symbol_name_match_p): New function.
10367         (ada_language_defn): Use it.
10368         * linespec.c (struct symbol_matcher_data): New type.
10369         (iterate_name_matcher): Rewrite.
10370         (iterate_over_all_matching_symtabs): Pass a pointer to
10371         a symbol_matcher_data struct to expand_symtabs_matching
10372         instead of just the lookup name.
10373         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10374         opencl-lang.c, p-lang.c, language.c: Delete field
10375         la_symbol_name_compare, and replace by NULL for new field
10376         la_get_symbol_name_match_p.
10377         * symfile.h (struct quick_symbol_functions): Update comment.
10378
10379 2012-01-25  Tom Tromey  <tromey@redhat.com>
10380
10381         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10382         dereferencing.
10383
10384 2012-01-24  Tom Tromey  <tromey@redhat.com>
10385
10386         PR symtab/12406:
10387         * solib.c (update_solib_list): Update the program space's
10388         added_solibs and deleted_solibs fields.
10389         * progspace.h (struct program_space) <added_solibs,
10390         deleted_solibs>: New fields.
10391         (clear_program_space_solib_cache): Declare.
10392         * progspace.c (release_program_space): Call
10393         clear_program_space_solib_cache.
10394         (clear_program_space_solib_cache): New function.
10395         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10396         bpstat_stop_status.  Use handle_solib_event.
10397         * breakpoint.c: Include gdb_regex.h.
10398         (print_solib_event): New function.
10399         (bpstat_print): Use print_solib_event.
10400         (bpstat_stop_status): Add special case for bp_shlib_event.
10401         (handle_solib_event): New function.
10402         (bpstat_what): Use handle_solib_event.
10403         (struct solib_catchpoint): New.
10404         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10405         (breakpoint_hit_catch_solib, check_status_catch_solib)
10406         (print_it_catch_solib, print_one_catch_solib)
10407         (print_mention_catch_solib, print_recreate_catch_solib): New
10408         functions.
10409         (catch_solib_breakpoint_ops): New global.
10410         (catch_load_or_unload, catch_load_command_1)
10411         (catch_unload_command_1): New functions.
10412         (internal_bkpt_check_status): Add special case for
10413         bp_shlib_event.
10414         (internal_bkpt_print_it): Use print_solib_event.
10415         (initialize_breakpoint_ops): Initialize
10416         catch_solib_breakpoint_ops.
10417         (_initialize_breakpoint): Register "catch load" and "catch
10418         unload".
10419         * breakpoint.h (handle_solib_event): Declare.
10420         * NEWS: Add entry for "catch load" and "catch unload".
10421
10422 2012-01-24  Tom Tromey  <tromey@redhat.com>
10423
10424         * ada-lang.c: Include gdb_vecs.h.
10425         * charset.c: Include gdb_vecs.h.
10426         * tracepoint.h: Include gdb_vecs.h.
10427         * gdb_vecs.h: New file.
10428
10429 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
10430
10431         * breakpoint.c (breakpoint_hit_catch_fork)
10432         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10433         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10434         * infrun.c (inferior_has_forked, inferior_has_vforked)
10435         (inferior_has_execd, inferior_has_called_syscall): Delete.
10436         (handle_syscall_event): Get syscall_number from the execution
10437         control state's wait status.
10438         (wait_for_inferior): Don't clear syscall_number.
10439
10440 2012-01-24  Pedro Alves  <palves@redhat.com>
10441
10442         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10443         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10444         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10445         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10446         `ws' parameter.
10447         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
10448         false for events other than TARGET_SIGNAL_TRAP.
10449         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10450         Add `ws' parameter.
10451         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
10452         events other than TARGET_SIGNAL_TRAP.
10453         (tracepoint_breakpoint_hit): Add `ws' parameter.
10454         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10455         parameter.
10456         (bpstat_stop_status): Same.
10457         (pc_at_non_inline_function): Same.
10458         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10459         to pass the current event's waitstatus to bpstat_stop_status
10460         and pc_at_non_inline_function.
10461
10462 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10463
10464         Code cleanup.
10465         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10466         Update the function comment for it.
10467         (source_script_with_search): Call make_cleanup_fclose for STREAM.
10468         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10469         for STREAM.
10470
10471 2012-01-24  Pedro Alves  <palves@redhat.com>
10472
10473         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10474         outside `bs->stop' block.
10475         (bpstat_what): Rework bp_shlib_event handling.
10476         (internal_bkpt_check_status): If the breakpoint is a
10477         bp_shlib_event, then set bs->stop and bs->print if
10478         stop_on_solib_events is set.
10479
10480 2012-01-24  Gary Benson  <gbenson@redhat.com>
10481
10482         Delete #if 0'd out code.
10483         * stack.c (print_frame_label_vars): Remove.
10484         (catch_info): Likewise.
10485         (_initialize_stack): Remove "info catch" command.
10486         * NEWS: Mention the above.
10487
10488 2012-01-24  Pedro Alves  <palves@redhat.com>
10489
10490         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
10491         it.
10492         (remote_notice_new_inferior): If the remote end doesn't support
10493         the multiprocess extensions, then the PID is fake.
10494         (add_current_inferior_and_thread): New.
10495         (remote_start_remote): Use it.
10496         (extended_remote_attach_1): Adjust.
10497         (extended_remote_create_inferior_1): Use
10498         add_current_inferior_and_thread.
10499
10500 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10501
10502         Fix watchpoints to be specific for each inferior.
10503         * breakpoint.c (watchpoint_in_thread_scope): Verify also
10504         current_program_space.
10505         * i386-nat.c (i386_inferior_data_cleanup): New.
10506         (i386_inferior_data_get): Replace variable inf_data_local by an
10507         inferior_data call.
10508         (i386_use_watchpoints): Initialize i386_inferior_data.
10509         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10510         specific iterate_over_lwps.
10511
10512 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10513
10514         Fix watchpoints across inferior fork.
10515         * amd64-linux-nat.c (update_debug_registers_callback): Update the
10516         comment for linux_nat_iterate_watchpoint_lwps.
10517         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10518         linux_nat_iterate_watchpoint_lwps.
10519         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10520         * i386-linux-nat.c (update_debug_registers_callback): Update the
10521         comment for linux_nat_iterate_watchpoint_lwps.
10522         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10523         linux_nat_iterate_watchpoint_lwps.
10524         (i386_linux_prepare_to_resume): New comment on Linux kernel.
10525         * i386-nat.c: Include inferior.h.
10526         (dr_mirror): Remove.
10527         (i386_inferior_data, struct i386_inferior_data)
10528         (i386_inferior_data_get): New.
10529         (i386_debug_reg_state): Use i386_inferior_data_get.
10530         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10531         (i386_insert_watchpoint, i386_remove_watchpoint)
10532         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10533         (i386_remove_hw_breakpoint): New variable state, use
10534         i386_debug_reg_state instead of DR_MIRROR.
10535         * linux-nat.c (delete_lwp): New declaration.
10536         (num_lwps): Move here from downwards.
10537         (delete_lwp_cleanup): New.
10538         (linux_child_follow_fork): Create new child_lp, call
10539         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10540         PTRACE_DETACH.
10541         (num_lwps): Move upwards.
10542         (linux_nat_iterate_watchpoint_lwps): New.
10543         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10544         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10545
10546 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
10547
10548         GDB 7.4 released.
10549
10550 2012-01-23  Pedro Alves  <palves@redhat.com>
10551
10552         * top.c (caution): Rename to ...
10553         (confirm): ... this.
10554         (show_caution): Rename to ...
10555         (show_confirm): ... this.
10556         (quit_cover): Adjust.
10557         (init_main): Adjust.
10558         * top.h (caution): Rename to ...
10559         (confirm): ... this.
10560         * utils.c (internal_vproblem, defaulted_query): Adjust.
10561
10562 2012-01-23  Pedro Alves  <palves@redhat.com>
10563
10564         * top.c (caution): Update comment.
10565         (execute_command): Don't consider the current value of `caution'.
10566
10567 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10568
10569         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10570
10571 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
10572
10573         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10574         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10575         * target.c (target_fileio_pwrite): Remove buffer address from
10576         debug output.
10577         (target_fileio_pread): Likewise.
10578
10579 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10580
10581         * NEWS: Document remote "info proc" and "generate-core-file".
10582
10583 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10584
10585         * gdbarch.sh (find_memory_regions): New callback.
10586         * gdbarch.c, gdbarch.h: Regenerate.
10587
10588         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10589         callback before falling back to target method.
10590
10591         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10592         (linux_target_install_ops): No longer install it.
10593
10594         * linux-tdep.c (linux_find_memory_regions): New function.
10595         (linux_init_abi): Install it.
10596
10597 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10598
10599         * gdbarch.sh (make_corefile_notes): New architecture callback.
10600         * gdbarch.c: Regenerate.
10601         * gdbarch.h: Likewise.
10602
10603         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10604         before target_make_corefile_notes.  If NULL is returned, the
10605         target does not support core file generation.
10606
10607         * linux-nat.c: Include "linux-tdep.h".
10608         (find_signalled_thread, find_stop_signal): Remove.
10609         (linux_nat_do_thread_registers): Likewise.
10610         (struct linux_nat_corefile_thread_data): Likewise.
10611         (linux_nat_corefile_thread_callback): Likewise.
10612         (iterate_over_spus): Likewise.
10613         (struct linux_spu_corefile_data): Likewise.
10614         (linux_spu_corefile_callback): Likewise.
10615         (linux_spu_make_corefile_notes): Likewise.
10616         (linux_nat_collect_thread_registers): New function.
10617         (linux_nat_make_corefile_notes): Replace contents by call to
10618         linux_make_corefile_notes passing linux_nat_collect_thread_registers
10619         as native-only callback.
10620
10621         * linux-tdep.h: Include "bfd.h".
10622         (struct regcache): Add forward declaration.
10623         (linux_collect_thread_registers_ftype): New typedef.
10624         (linux_make_corefile_notes): Add prototype.
10625         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10626         "regset.h", and "elf-bfd.h".
10627         (find_signalled_thread, find_stop_signal): New functions.
10628         (linux_spu_make_corefile_notes): Likewise.
10629         (linux_collect_thread_registers): Likewise.
10630         (struct linux_corefile_thread_data): New data structure.
10631         (linux_corefile_thread_callback): New funcion.
10632         (linux_make_corefile_notes): Likewise.
10633         (linux_make_corefile_notes_1): Likewise.
10634         (linux_init_abi): Install it.
10635
10636 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10637
10638         * gdbarch.sh (info_proc): New callback.
10639         * gdbarch.c, gdbarch.h: Regenerate.
10640
10641         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10642         before falling back to the target info_proc callback.
10643
10644         * linux-nat.c: Do not include "cli/cli-utils.h".
10645         (linux_nat_info_proc): Remove.
10646         (linux_target_install_ops): No longer install it.
10647
10648         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10649         (read_mapping): New function.
10650         (linux_info_proc): Likewise.
10651         (linux_init_abi): Install it.
10652
10653 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10654
10655         * defs.h (enum info_proc_what): Moved here from linux-nat.c
10656         * infcmd.c: (info_proc_cmd_1): New function.
10657         (info_proc_cmd): New function, moved here from equivalent routine
10658         orignally in linux-nat.c.
10659         (info_proc_cmd_mappings): Likewise.
10660         (info_proc_cmd_stat): Likewise.
10661         (info_proc_cmd_status): Likewise.
10662         (info_proc_cmd_cwd): Likewise.
10663         (info_proc_cmd_cmdline): Likewise.
10664         (info_proc_cmd_exe): Likewise.
10665         (info_proc_cmd_all): Likewise.
10666         (_initialize_infcmd): Install "info proc" command and subcommands.
10667
10668         * target.h (struct target_ops): Add to_info_proc.
10669         (target_info_proc): Add prototype.
10670         * target.c (target_info_proc): New function.
10671
10672         * procfs.c (procfs_info_proc): Add prototype.
10673         (info_proc_cmd): Rename into ...
10674         (procfs_info_proc): ... this.  Update argument types as appropriate
10675         for a to_info_proc implementation.  Handle "what" argument.
10676         (procfs_target): Install procfs_info_proc.
10677         (_initialize_procfs): No longer install "info proc" command.
10678
10679         * linux-nat.c: (enum info_proc_what): Remove.
10680         (linux_nat_info_proc_cmd_1): Rename into ...
10681         (linux_nat_info_proc): ... this.  Update argument types as appropriate
10682         for a to_info_proc implementation.
10683         (linux_nat_info_proc_cmd): Remove.
10684         (linux_nat_info_proc_cmd_mappings): Likewise.
10685         (linux_nat_info_proc_cmd_stat): Likewise.
10686         (linux_nat_info_proc_cmd_status): Likewise.
10687         (linux_nat_info_proc_cmd_cwd): Likewise.
10688         (linux_nat_info_proc_cmd_cmdline): Likewise.
10689         (linux_nat_info_proc_cmd_exe): Likewise.
10690         (linux_nat_info_proc_cmd_all): Likewise.
10691         (linux_target_install_ops): Install linux_nat_info_proc.
10692         (_initialize_linux_nat): No longer install "info proc" command
10693         and subcommands.
10694
10695 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10696
10697         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10698         * config.in, configure: Regenerate.
10699
10700         * target.h (struct target_ops): Add to_fileio_readlink.
10701         (target_fileio_readlink): Add prototype.
10702         * target.c (target_fileio_readlink): New function.
10703
10704         * inf-child.c: Conditionally include <sys/param.h>.
10705         (inf_child_fileio_readlink): New function.
10706         (inf_child_target): Install it.
10707
10708         * remote.c (PACKET_vFile_readlink): New enum value.
10709         (remote_hostio_readlink): New function.
10710         (init_remote_ops): Install it.
10711         (_initialize_remote): Handle vFile:readlink packet type.
10712
10713 2012-01-20  Pedro Alves  <palves@redhat.com>
10714             Ulrich Weigand  <ulrich.weigand@linaro.org>
10715
10716         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10717         * config.in, configure: Regenerate.
10718
10719         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10720         to_fileio_pread, to_fileio_close, to_fileio_unlink.
10721         (target_fileio_open): Add prototype.
10722         (target_fileio_pwrite): Likewise.
10723         (target_fileio_pread): Likewise.
10724         (target_fileio_close): Likewise.
10725         (target_fileio_unlink): Likewise.
10726         (target_fileio_read_alloc): Likewise.
10727         (target_fileio_read_stralloc): Likewise.
10728
10729         * target.c: Include "gdb/fileio.h".
10730         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10731         (default_fileio_target): New function.
10732         (target_fileio_open): Likewise.
10733         (target_fileio_pwrite): Likewise.
10734         (target_fileio_pread): Likewise.
10735         (target_fileio_close): Likewise.
10736         (target_fileio_unlink): Likewise.
10737         (target_fileio_close_cleanup): Likewise.
10738         (target_fileio_read_alloc_1): Likewise.
10739         (target_fileio_read_alloc): Likewise.
10740         (target_fileio_read_stralloc): Likewise.
10741
10742         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10743         <fcntl.h>, and <unistd.h>.
10744         (inf_child_fileio_open_flags_to_host): New function.
10745         (inf_child_errno_to_fileio_error): Likewise.
10746         (inf_child_fileio_open): Likewise.
10747         (inf_child_fileio_pwrite): Likewise.
10748         (inf_child_fileio_pread): Likewise.
10749         (inf_child_fileio_close): Likewise.
10750         (inf_child_fileio_unlink): Likewise.
10751         (inf_child_target): Install to_fileio routines.
10752
10753         * remote.c (init_remote_ops): Install to_fileio routines.
10754
10755 2012-01-20  Pedro Alves  <palves@redhat.com>
10756             Ulrich Weigand  <ulrich.weigand@linaro.org>
10757
10758         * remote.c (remote_multi_process_p): Only check for multi-process
10759         protocol feature, do not check for extended protocol.
10760         (remote_supports_multi_process): Check for extended protocol here.
10761         (set_general_process): Likewise.
10762         (extended_remote_kill): Likewise.
10763         (remote_pid_to_str): Likewise.
10764         (remote_query_supported): Always query multiprocess mode.
10765
10766 2012-01-20  Pedro Alves  <palves@redhat.com>
10767             Ulrich Weigand  <ulrich.weigand@linaro.org>
10768
10769         * inferior.h (struct inferior): Add fake_pid_p.
10770         * inferior.c (exit_inferior_1): Clear fake_pid_p.
10771         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10772         magic_null_ptid since the remote side doesn't provide a real PID.
10773
10774 2012-01-19  Tom Tromey  <tromey@redhat.com>
10775
10776         * NEWS: Combine the two Python sections.
10777
10778 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10779
10780         * target.h (target_close): Update comment on the target's unpush state.
10781
10782 2012-01-19  Pedro Alves  <palves@redhat.com>
10783
10784         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10785         linux_nat_async directly instead of going through the target
10786         vector.
10787         * target.c (unpush_target): Close target after unpushing it, not
10788         before.
10789
10790 2012-01-19  Gary Benson  <gbenson@redhat.com>
10791
10792         * mdebugread.c (sort_blocks): Replace integer constants with ones
10793         derived from FIRST_LOCAL_BLOCK.
10794
10795 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
10796             Jan Kratochvil  <jan.kratochvil@redhat.com>
10797
10798         PR gdb/9538
10799         * symfile.c (find_separate_debug_file): New function.
10800         (terminate_after_last_dir_separator): Likewise.
10801         (find_separate_debug_file_by_debuglink): Also try realpath.
10802         * configure.ac (AC_CHECK_FUNCS): Add lstat.
10803         * configure: Regenerate.
10804         * config.in: Regenerate.
10805
10806 2012-01-18  Doug Evans  <dje@google.com>
10807
10808         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10809         (main.o): Remove rule.
10810         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10811         (--with-sysroot): Rewrite.
10812         * configure: Regenerate.
10813         * config.in: Regenerate.
10814
10815 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
10816
10817         * parse.c (initialize_expout): New function.
10818         (reallocate_expout): Likewise.
10819         (parse_exp_in_context): Use `initialize_expout' and
10820         `reallocate_expout' when appropriate.
10821
10822 2012-01-18  Pedro Alves  <palves@redhat.com>
10823
10824         * record.c (struct record_breakpoint, record_breakpoint_p)
10825         (record_breakpoints): New.
10826         (record_insert_breakpoint, record_remove_breakpoint): Manage
10827         record breakpoints list.  Only remove breakpoints from the
10828         inferior if they had been inserted there in the first place.
10829
10830 2012-01-17  Doug Evans  <dje@google.com>
10831
10832         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10833         if we know we don't have a file name to look for.
10834
10835 2012-01-17  Pedro Alves  <palves@redhat.com>
10836
10837         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10838         the frame's stop reason is UNWIND_UNAVAILABLE.
10839
10840 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10841
10842         Fix compilation error.
10843         * m2-exp.y (yyerror): Use ANSI C prototype.
10844
10845 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
10846
10847         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10848         (growbuf_by_size): Likewise.
10849         (yyerror): Likewise.
10850         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10851         (modblock): Remove variable (was #if 0'ed).
10852         (parse_number): Convert prototype from K&R to ANSI C.
10853         (yyerror): Likewise.
10854         * objc-exp.y (parse_number): Likewise.
10855         (yyerror): Likewise.
10856         (yylex): Remove #if 0'ed code.
10857         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10858         (yyerror): Likewise.
10859
10860 2012-01-16  Tom Tromey  <tromey@redhat.com>
10861
10862         * NEWS: Add item.
10863         * symtab.h (compare_filenames_for_search): Declare.
10864         * symtab.c (compare_filenames_for_search): New function.
10865         (iterate_over_some_symtabs): Use it.
10866         * symfile.h (struct quick_symbol_functions)
10867         <map_symtabs_matching_filename>: Change spec.
10868         * psymtab.c (partial_map_symtabs_matching_filename): Use
10869         compare_filenames_for_search.  Update for new spec.
10870         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10871         compare_filenames_for_search.  Update for new spec.
10872         * breakpoint.c (clear_command): Use compare_filenames_for_search.
10873
10874 2012-01-16  Tom Tromey  <tromey@redhat.com>
10875
10876         PR python/13281:
10877         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10878         (struct main_type) <flag_flag_enum>: New field.
10879         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10880         * NEWS: Add entries.
10881         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10882         enums.
10883         * python/lib/gdb/printing.py (_EnumInstance): New class.
10884         (FlagEnumerationPrinter): Likewise.
10885
10886 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
10887
10888         * breakpoint.c (create_sals_from_address_default): New function.
10889         (create_breakpoints_sal_default): Likewise.
10890         (decode_linespec_default): Likewise.
10891         (is_marker_spec): Removed.
10892         (strace_marker_p): New function.
10893         (init_breakpoint_sal): Using `strace_marker_p' instead of
10894         `is_marker_spec'.
10895         (create_breakpoint): Call method `create_sals_from_address' from
10896         breakpoint_ops, replacing code that created SALs conditionally
10897         on the type of the breakpoint.  Call method `create_breakpoints_sal',
10898         replacing code that created breakpoints conditionally on the type
10899         wanted.
10900         (base_breakpoint_create_sals_from_address): New function.
10901         (base_breakpoint_create_breakpoints_sal): Likewise.
10902         (base_breakpoint_decode_linespec): Likewise.
10903         (base_breakpoint_ops): Add methods
10904         `base_breakpoint_create_sals_from_address',
10905         `base_breakpoint_create_breakpoints_sal' and
10906         `base_breakpoint_decode_linespec'.
10907         (bkpt_create_sals_from_address): New function.
10908         (bkpt_create_breakpoints_sal): Likewise.
10909         (bkpt_decode_linespec): Likewise.
10910         (tracepoint_create_sals_from_address): Likewise.
10911         (tracepoint_create_breakpoints_sal): Likewise.
10912         (tracepoint_decode_linespec): Likewise.
10913         (strace_marker_create_sals_from_address): Likewise.
10914         (strace_marker_create_breakpoints_sal): Likewise.
10915         (strace_marker_decode_linespec): Likewise.
10916         (strace_marker_breakpoint_ops): New variable.
10917         (addr_string_to_sals): Remove `marker_spec'.  Call method
10918         `decode_linespec' from breakpoint_ops, replacing code that decoded
10919         an address string into a SAL.  Use `strace_marker_p' instead of
10920         `marker_spec'.
10921         (strace_command): Decide whether we are dealing with a static
10922         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
10923         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10924         * breakpoint.h (linespec_result, linespec_sals): New forward
10925         declarations.
10926         (breakpoint_ops) <create_sals_from_address>,
10927         <create_breakpoints_sal>, <decode_linespec>: New methods.
10928
10929 2012-01-14  Doug Evans  <dje@google.com>
10930
10931         * NEWS: Update text for "maint set python print-stack".
10932         It is deprecated in gdb 7.4 and deleted in 7.5.
10933
10934 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
10935
10936         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10937         including curses.h.
10938
10939 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10940
10941         * configure: Regenerate.
10942         * config.in: Regenerate.
10943
10944 2012-01-12  Keith Seitz  <keiths@redhat.com>
10945
10946         PR mi/10586
10947         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10948         (ANONYMOUS_UNION_NAME): Define.
10949         (is_path_expr_parent): New function.
10950         (get_path_expr_parent): New function.
10951         (is_anonymous_child): New function.
10952         (create_child_with_value): If the child is anonymous and without
10953         a name, assign an object name to it.
10954         (c_describe_child): Use get_path_expr_parent to determine
10955         the parent expression.
10956         If there field represents an anonymous struct or union and
10957         has no name, set an appropriate display name and expression.
10958         (cplus_describe_child): Likewise.
10959
10960 2012-01-12  Pedro Alves  <palves@redhat.com>
10961
10962         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10963         available when %ebp is found to be zero (outermost).
10964
10965 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
10966
10967         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10968         an internal gdb_static_assert.
10969         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10970
10971 2012-01-11  Tom Tromey  <tromey@redhat.com>
10972
10973         PR gdb/9598:
10974         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10975         catch" and "catch throw".
10976
10977 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
10978
10979         * blockframe.c (block_innermost_frame): Start search from selected
10980         frame, if present, or otherwise the current frame.
10981
10982         * c-exp.y (variable): Update innermost_block for
10983         'block COLONCOLON NAME' clause.
10984         * m2-exp.y (variable): Ditto.
10985         * objc-exp.y (variable): Ditto.
10986
10987 2012-01-10  Tom Tromey  <tromey@redhat.com>
10988
10989         PR python/13199:
10990         * python/python.c (finish_python_initialization): Set sys.argv.
10991
10992 2012-01-10  Doug Evans  <dje@google.com>
10993
10994         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
10995         "want_line_info".  All callers updated.
10996         (dwarf_decode_lines_1): New function.
10997         (handle_DW_AT_stmt_list): Add function comment.
10998         New arg "want_line_info".  All callers updated.
10999         (read_file_scope,read_type_unit_scope): Move comment from
11000         handle_DW_AT_stmt_list to here.
11001
11002 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11003
11004         Fix regression after libiberty/ update for GCC PR 6057 and others.
11005         * c-exp.y (operator) <OPERATOR DELETE>
11006         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11007         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11008         (make_builtin_type, make_name): New variable i, add gdb_assert.
11009         (operator) <OPERATOR NEW>: Update ARGS to 3.
11010         (operator) <OPERATOR DELETE>: Add trailing space.
11011         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11012         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11013         * cp-support.c (cp_canonicalize_string): Check NULL from
11014         cp_comp_to_string, call warning and return.
11015
11016 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11017
11018         Fix duplicate .o files after omitting libbfd.a.
11019         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11020         (SFILES): Add corelow.c.
11021         (COMMON_OBS): Add corelow.o.
11022         (ALLDEPFILES): Remove corelow.c.
11023         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11024         * config/alpha/alpha-osf3.mh: Likewise.
11025         * config/alpha/fbsd.mh: Likewise.
11026         * config/arm/nbsdaout.mh: Likewise.
11027         * config/arm/nbsdelf.mh: Likewise.
11028         * config/i386/i386gnu.mh: Likewise.
11029         * config/ia64/hpux.mh: Likewise.
11030         * config/ia64/linux.mh: Likewise.
11031         * config/m32r/linux.mh: Likewise.
11032         * config/m68k/linux.mh: Likewise.
11033         * config/mips/irix5.mh: Likewise.
11034         * config/mips/irix6.mh: Likewise.
11035         * config/pa/hpux.mh: Likewise.
11036         * config/pa/linux.mh: Likewise.
11037         * config/powerpc/aix.mh: Likewise.
11038         * config/sparc/linux.mh: Likewise.
11039         * config/sparc/linux64.mh: Likewise.
11040         * config/sparc/sol2.mh: Likewise.
11041         * config/vax/vax.mh: Likewise.
11042         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11043         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11044         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11045         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11046         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11047         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11048         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11049         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11050         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11051         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11052         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11053         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11054         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11055         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11056         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11057         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11058         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11059         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11060         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11061         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11062         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11063         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11064         corelow.o from gdb_target_obs.
11065         * corefile.c (core_target): Update the comment on NULL value.
11066         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11067         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11068         MATCHES.  Drop YUMMY set on NULL.
11069         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11070         reclaim CORE_DATA if it is already NULL.
11071
11072 2012-01-09  Doug Evans  <dje@google.com>
11073
11074         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11075         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11076
11077 2012-01-09  Keith Seitz  <keiths@redhat.com>
11078
11079         * breakpoint.c (wrapper.h): Don't include.
11080
11081 2012-01-09  Keith Seitz  <keiths@redhat.com>
11082
11083         * Makefile.in (SFILES): Remove wrapper.c.
11084         (HFILES_NO_SRCDIR): Remove wrapper.h.
11085         (COMMON_OBS): Remove wrapper.o.
11086         * cli/cli-interp.c: Don't inlude wrapper.h.
11087         * corelow.c: Likewise.
11088         (core_open): Replace gdb_target_find_new_threads with
11089         TRY_CATCH around target_find_new_threads.
11090         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11091         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11092         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11093         evaluate_expression.
11094         (varobj_set_value): Likewise for evaluate_expression and
11095         value_assign.
11096         (install_new_variable): Likewise for value_fetch_lazy.
11097         (adjust_value_for_child_access): Likewise for value_ind.
11098         (c_describe_child): Likewise for value_subscript and
11099         value_ind.
11100         (c_value_of_root): Likewise for evaluate_expression.
11101         * wrapper.c: Remove.
11102         * wrapper.h: Remove.
11103
11104 2012-01-09  Doug Evans  <dje@google.com>
11105
11106         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11107         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11108         "abfd" args with "section".  All callers updated.
11109         Error checking code moved ...
11110         (error_check_comp_unit_head): ... here.  New function.
11111         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11112         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11113         (create_debug_types_hash_table): Simplify by using
11114         read_and_check_type_unit_head.
11115
11116         * parser-defs.h (namecopy): Delete.
11117         * parse.c (namecopy, namecopy_size): Move into copy_name.
11118
11119 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11120
11121         Partially fix duplicate .o files after omitting libbfd.a.
11122         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11123         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11124         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11125         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11126         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11127         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11128         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11129
11130 2012-01-09  Pedro Alves  <palves@redhat.com>
11131
11132         * MAINTAINERS: Update my email address.
11133
11134 2012-01-08  Doug Evans  <dje@google.com>
11135
11136         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11137         n_type_units.  Rename type_comp_units to all_type_units.
11138         All uses updated.
11139         (add_signatured_type_cu_to_table): Renamed from
11140         add_signatured_type_cu_to_list.  All callers updated.
11141
11142         * gdbtypes.h (struct cplus_struct_type): Delete member
11143         nfn_fields_total.  All uses removed.
11144
11145 2012-01-06  Doug Evans  <dje@google.com>
11146
11147         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11148         to top of file.
11149         (dwarf2_find_comp_unit): Delete.
11150         (process_psymtab_comp_unit): Make result "void".
11151         Delete args buffer, info_ptr, buffer_size, and replace with
11152         "section".  All callers updated.
11153         (dwarf2_build_psymtabs_hard): Simplify.
11154
11155 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
11156             Thiago Jung Bauermann  <bauerman@br.ibm.com>
11157
11158         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11159         before `struct gdb_exception'.
11160         * breakpoint.c (update_global_location_list_nothrow)
11161         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11162         * cp-abi.c (value_rtti_type): Likewise.
11163         * cp-support.c (cp_validate_operator): Likewise.
11164         * infrun.c (insert_exception_resume_breakpoint)
11165         (check_exception_resume, keep_going): Likewise.
11166         * mi-interp.c (mi_breakpoint_created)
11167         (mi_breakpoint_modified): Likewise.
11168         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11169         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11170         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11171
11172 2012-01-05  Doug Evans  <dje@google.com>
11173
11174         * dwarf2read.c (statement_prologue): Delete, unused.
11175
11176         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11177         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11178
11179         * dwarf2read.c (comp_unit_header): Delete, unused.
11180
11181 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
11182
11183         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11184         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11185
11186 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
11187
11188         * infrun.c (normal_stop): Don't skip calling the normal_stop
11189         observers if the thread was doing a multi-step, but stopped for
11190         some reason other than stepping.
11191
11192 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
11193
11194         * cli/cli-decode.h: Add comments.
11195         (CMD_LIST_AMBIGUOUS): Moved to command.h
11196         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11197         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11198         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11199         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11200         (add_com, add_com_alias, add_info, add_info_alias)
11201         (complete_on_cmdlist, complete_on_enum, help_list): Remove
11202         declarations.
11203         * command.h: Add and adjust comments.
11204         (CMD_LIST_AMBIGUOUS): Moved here.
11205         (help_cmd, help_cmd_list): Delete declarations.
11206
11207 2012-01-04  Doug Evans  <dje@google.com>
11208
11209         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11210         All callers updated.
11211         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11212         Replace all arguments with "per_cu".  All callers updated.
11213
11214         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11215
11216         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11217         New arg "per_cu".  All callers updated.
11218
11219         Delete #if 0'd out code.
11220         * language.c (binop_result_type): Delete.
11221         (simple_type, ordered_type, same_type, integral_type): Delete.
11222         (numeric_type, character_type, string_type, boolean_type): Delete.
11223         (float_type, structured_type): Delete.
11224         * language.h: Update.
11225
11226 2012-01-04  Tom Tromey  <tromey@redhat.com>
11227
11228         * python/py-value.c (valpy_binop): Initialize 'res_val'.
11229
11230 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11231
11232         * corefile.c (close_exec_file): Delete.
11233         (reopen_exec_file): Remove commented out code that seems related
11234         to close_exec_file, which is being deleted here.
11235         * inferior.h (close_exec_file): Delete.
11236         * fork-child.c (fork_inferior): Remove call to fork_inferior.
11237
11238 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11239
11240         * ada-lang.c: #include "cli/cli-utils.h".
11241         (get_selections): Use skip_spaces.
11242         (ada_get_next_arg): Use skip_spaces and skip_to_space.
11243         (catch_ada_exception_command_split): Use skip_spaces.
11244         (ada_decode_assert_location): Likewise.
11245
11246 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11247
11248         * linespec.c (decode_line_internal): Check for C++ or Java
11249         compound constructs only if the current language is C, C++
11250         or Java.
11251
11252 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11253
11254         Revert:
11255         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11256                     Joel Brobecker  <brobecker@adacore.com>
11257         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11258         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11259         3 times.
11260         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11261         fall through into AT_ENTRY_POINT.
11262         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11263         DUMMY_ADDR with it.
11264         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11265         PPC_INSN_SIZE skip to 3 times.
11266
11267 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11268
11269         * linespec.c (add_minsym): Preserve function descriptors.
11270
11271 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
11272
11273         * breakpoint.c (all_locations_are_pending): Consider locations
11274         in program spaces executing during startup pending as well.
11275
11276 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11277
11278         Copyright year update in most files of the GDB Project.
11279
11280 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11281
11282         * copyright.sh: Delete.
11283         * copyright.py: Rewrite.
11284
11285 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11286
11287         * gnulib/extra/update-copyright: New file, imported from gnulib.
11288
11289 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
11290
11291         * README (Copyright and License Notices): New section.
11292
11293 2012-01-03  Tom Tromey  <tromey@redhat.com>
11294
11295         PR python/12533:
11296         * python/py-value.c (valpy_dereference, valpy_get_address
11297         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11298         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11299         (valpy_absolute, valpy_richcompare): Free intermediate values.
11300
11301 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
11302
11303         * ada-lang.c: Reformat the copyright notice.
11304
11305 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11306
11307         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11308         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11309         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11310         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11311         Revert this part of:
11312         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11313         Build gdb directly from *.o files not using libgdb.a.
11314         * Makefile.in (COMMON_OBS): Remove solib-target.o.
11315
11316 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11317
11318         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11319         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11320         Reformat the copyright header.
11321
11322 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11323
11324         Revert this part of:
11325         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11326         Remove the gdbtui binary.
11327         * gdb.c (main): Remove args.interpreter_p initialization.
11328         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11329         * main.h (struct captured_main_args): Remove interpreter_p.
11330
11331 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11332
11333         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11334
11335 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
11336
11337         * top.c (print_gdb_version): Update copyright year.
11338
11339 2012-01-02  Yao Qi  <yao@codesourcery.com>
11340
11341         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11342
11343 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11344             Joel Brobecker  <brobecker@adacore.com>
11345
11346         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11347         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11348         3 times.
11349         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11350         fall through into AT_ENTRY_POINT.
11351         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
11352         DUMMY_ADDR with it.
11353         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11354         PPC_INSN_SIZE skip to 3 times.
11355
11356 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11357
11358         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11359         the return value.
11360         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11361
11362 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11363
11364         Build gdb directly from *.o files not using libgdb.a.
11365         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11366         (COMMON_OBS): Remove solib-target.o.
11367         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11368         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11369         (LIBGDB_OBS, libgdb.a): Move it above.
11370         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11371         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11372         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11373         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11374         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11375         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11376         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11377         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11378         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11379         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11380         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11381         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11382         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11383         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11384         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11385         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11386         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11387         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11388         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11389         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11390         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11391         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11392         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11393         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11394         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11395         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11396         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11397
11398 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11399
11400         Remove the gdbtui binary.
11401         * .gitignore (/gdbtui): Remove.
11402         * Makefile.in (TUI): Remove.
11403         (SUBDIR_TUI_OBS): Remove tui-main.o.
11404         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11405         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11406         (tui-main.o): Remove.
11407         (all_object_files): Remove tui-main.o.
11408         * NEWS: New note for the gdbtui removal.
11409         * configure: Rebuilt.
11410         * configure.ac: No longer add all-tui, clean-tui, install-tui and
11411         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11412         CONFIG_UNINSTALL respectively.
11413         * gdb.c (main): Remove args.interpreter_p initialization.
11414         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11415         * main.h (struct captured_main_args): Remove interpreter_p.
11416         * tui/tui-main.c: Remove.
11417
11418 2012-01-01  Doug Evans  <dje@google.com>
11419
11420         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11421         (dwarf2_physname, read_import_statement): Ditto.
11422         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11423         (process_structure_scope read_subroutine_type): Ditto.
11424         (read_typedef, load_partial_dies, read_partial_die): Ditto.
11425         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11426         (dwarf2_fetch_die_location_block): Ditto.
11427         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11428
11429         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11430         All callers updated.
11431         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11432         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11433         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11434
11435         * dwarf2read.c (load_cu): Move assert to more useful location.
11436
11437         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11438         All callers updated.
11439
11440         * dwarf2read.c (dwarf2_per_objfile): Add comment.
11441         (dwarf2_elf_names): Minor reformat.
11442         (dwarf2_per_cu_data): Tweak comment.
11443         (dwarf2_read_section): Fix comment.
11444         (create_all_comp_units): Fix comment.
11445         (load_full_comp_unit): Fix comment.
11446         (process_full_comp_unit): Fix comment.
11447         (read_signatured_type): Fix comment.
11448
11449 For older changes see ChangeLog-2011.
11450 \f
11451 Local Variables:
11452 mode: change-log
11453 left-margin: 8
11454 fill-column: 74
11455 version-control: never
11456 coding: utf-8
11457 End: