c86f25de2320d5e73c5609ac0b2eec1d1b05aad7
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2013-11-13  Doug Evans  <xdje42@gmail.com>
2
3         * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
4
5 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
6
7         * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
8         entry with "ada-exceptions".
9
10 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
11
12         * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
13         after re-initialization of OBJFILE's obstack.
14
15 2013-11-12  Doug Evans  <xdje42@gmail.com>
16
17         * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
18         bs->stop != 0 on entry.  Update function comment.  Simplify early
19         exit for frame mismatch.  Reindent rest of function.
20
21 2013-11-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22
23         * objc-lang.c (uniquify_strings): Prevent invoking qsort with
24         NULL.
25
26 2013-11-12  Doug Evans  <dje@google.com>
27
28         Work around gold/15646.
29         * dwarf2read.c (read_index_from_section): Update comment.
30         (struct dw2_symtab_iterator): New member global_seen.
31         (dw2_symtab_iter_init): Initialize it.
32         (dw2_symtab_iter_next): Skip duplicate global symbols.
33         (dw2_expand_symtabs_matching): Ditto.
34
35 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
36
37         * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
38         * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
39         command.
40         * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
41         (mi_cmd_info_ada_exceptions): New function.
42         * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
43
44 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
45
46         * ada-lang.h: #include "vec.h".
47         (struct ada_exc_info): New.
48         (ada_exc_info): New typedef.
49         (DEF_VEC_O(ada_exc_info)): New vector.
50         (ada_exceptions_list): Add declaration.
51         * ada-lang.c (ada_is_exception_sym)
52         (ada_is_non_standard_exception_sym, compare_ada_exception_info)
53         (sort_remove_dups_ada_exceptions_list)
54         (ada_exc_search_name_matches, ada_add_standard_exceptions)
55         (ada_add_exceptions_from_frame, ada_add_global_exceptions)
56         (ada_exceptions_list_1, ada_exceptions_list)
57         (info_exceptions_command): New function.
58         (_initialize_ada_language): Add "info exception" command.
59
60 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
61
62         PR python/15629
63         * NEWS: Add linetable feature.
64         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
65         * python/py-linetable.c: New file.
66         * python/py-symtab.c (stpy_get_linetable): New function.
67         * python/python-internal.h (symtab_to_linetable_object): Declare.
68         (gdbpy_initialize_linetable): Ditto.
69         * python/python.c (_initialize_python): Call
70         gdbpy_initialize_linetable.
71
72 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
73
74         * ada-lang.c (create_ada_exception_catchpoint): Enhance
75         the documentation of fields "except_string" and "condition".
76         * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
77         CONDITION on the heap before passing it to
78         create_ada_exception_catchpoint.
79         (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
80         CONDITION.
81
82 2013-11-11  Tom Tromey  <tromey@redhat.com>
83
84         * config.in, configure: Rebuild.
85         * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
86
87 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
88
89         * remote-sim.c (gdbsim_detach): Break declaration into
90         shorter lines.  No code change.
91
92 2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
93
94         * remote-sim.c (gdbsim_detach): Fix prototype.
95
96 2013-11-08  Doug Evans  <dje@google.com>
97
98         * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
99         (create_debug_types_hash_table): Only print debugging messages for
100         each TU if dwarf2-read >= 2.
101         (process_queue): Ditto.
102         (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
103         Update doc string.
104
105 2013-11-08  Tom Tromey  <tromey@redhat.com>
106
107         * configure: Rebuild.
108         * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
109
110 2013-11-08  Tom Tromey  <tromey@redhat.com>
111
112         * configure, config.in: Rebuild.
113         * configure.ac: Remove unused configury.
114
115 2013-11-08  Tom Tromey  <tromey@redhat.com>
116
117         * m32c-tdep.c: Use gdb_string.h.
118
119 2013-11-08  Tom Tromey  <tromey@redhat.com>
120
121         * configure, config.in: Rebuild.
122         * configure.ac: Remove all link.h-related checks.
123
124 2013-11-08  Tom Tromey  <tromey@redhat.com>
125
126         * acinclude.m4: Include common.m4.
127         * common/common.m4: New file.
128         * configure, config.in: Rebuild.
129         * configure.ac: Use GDB_AC_COMMON.
130
131 2013-11-08  Doug Evans  <dje@google.com>
132
133         * NEWS: Mention that "set debug symtab-create" now accepts a
134         verbosity level.
135         * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
136         to set the symtab's primary flag.
137         * jit.c (finalize_symtab): Ditto.
138         * mdebugread.c (psymtab_to_symtab_1): Ditto.
139         * symfile.c (allocate_symtab): Only print debugging messages for
140         symtab_create_debug levels 2 and higher.
141         * symtab.c (symtab_create_debug): Change type to unsigned int.
142         (set_symtab_primary): New function.
143         (_initialize_symtab): Change "set debug symtab-create" to a
144         zuinteger option.
145         * symtab.h (set_symtab_primary): Declare.
146         (symtab_create_debug): Update decl.
147
148 2013-11-08  Tom Tromey  <tromey@redhat.com>
149
150         * aix-thread.c (aix_thread_detach): Update.
151         * corelow.c (core_detach): Update.
152         * darwin-nat.c (darwin_detach): Update.
153         * dec-thread.c (dec_thread_detach): Update.
154         * gnu-nat.c (gnu_detach): Update.
155         * go32-nat.c (go32_detach): Update.
156         * inf-ptrace.c (inf_ptrace_detach): Update.
157         * inf-ttrace.c (inf_ttrace_detach): Update.
158         * linux-fork.c (linux_fork_detach): Update.
159         * linux-fork.h (linux_fork_detach): Update.
160         * linux-nat.c (linux_nat_detach): Update.  Introduce "tem"
161         local for const-correctness.
162         * linux-thread-db.c (thread_db_detach): Update.
163         * monitor.c (monitor_detach): Update.
164         * nto-procfs.c (procfs_detach): Update.
165         * procfs.c (procfs_detach): Update.
166         * record.c (record_detach): Update.
167         * record.h (record_detach): Update.
168         * remote-m32r-sdi.c (m32r_detach): Update.
169         * remote-mips.c (mips_detach): Update.
170         * remote-sim.c (gdbsim_detach): Update.
171         * remote.c (remote_detach_1, remote_detach)
172         (extended_remote_detach): Update.
173         * sol-thread.c (sol_thread_detach): Update.
174         * target.c (target_detach): Make "args" const.
175         (init_dummy_target): Update.
176         * target.h (struct target_ops) <to_detach>: Make argument const.
177         (target_detach): Likewise.
178         * windows-nat.c (windows_detach): Update.
179
180 2013-11-07  Doug Evans  <dje@google.com>
181
182         PR 11786
183         *  solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
184         and align fields for PT_GNU_RELRO segments.
185
186 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
187
188         PR python/15747
189         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
190
191 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
192
193         * NEWS: Document Python temporary breakpoint support.
194         * python/py-breakpoint.c (bppy_get_temporary): New function.
195         (bppy_init): New keyword: temporary. Parse it and set breakpoint
196         to temporary if True.
197
198 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
199
200         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
201         removed to allow analyzing unconditional branch instructions
202         with PC-relative offsets of zero.
203
204 2013-11-07  Yao Qi  <yao@codesourcery.com>
205
206         * mi/mi-cmd-var.c: Include "language.h".
207         (mi_cmd_var_info_expression): Get language name from
208         language_defn.
209         * varobj.c (varobj_language_string): Remove.
210         (variable_language): Remove declaration.
211         (languages): Remove.
212         (varobj_get_language): Change the type of return value.
213         (variable_language): Remove.
214         * varobj.h (enum varobj_languages): Remove.
215         (varobj_language_string): Remove declaration.
216         (varobj_get_language): Update declaration.
217
218 2013-11-07  Yao Qi  <yao@codesourcery.com>
219
220         * language.h (struct language_defn) <la_natural_name>: New
221         field.
222         * ada-lang.c (ada_language_defn): Initialize field
223         'la_natural_name'.
224         * c-lang.c (c_language_defn): Likewise.
225         (cplus_language_defn, asm_language_defn): Likewise.
226         * d-lang.c (d_language_defn): Likewise.
227         * f-lang.c (f_language_defn): Likewise.
228         * go-lang.c (go_language_defn): Likewise.
229         * jv-lang.c (java_language_defn): Likewise.
230         * language.c (unknown_language_defn ): Likewise.
231         (auto_language_defn): Likewise.
232         * m2-lang.c (m2_language_defn): Likewise.
233         * objc-lang.c (objc_language_defn): Likewise.
234         * opencl-lang.c (opencl_language_defn): Likewise.
235         * p-lang.c (pascal_language_defn): Likewise.
236
237 2013-11-07  Yao Qi  <yao@codesourcery.com>
238
239         * language.c (language_str): Return const char *.
240         (add_language): Add const to 'language_names'
241         * language.h (struct language_defn) <la_name>: Add const.
242         (language_str: Update declaration.
243
244 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
245
246         * s390-linux-nat.c (s390_read_description): Consider the TE field
247         in the HWCAP for determining 'have_regset_tdb'.
248
249 2013-11-06  Will Newton  <will.newton@linaro.org>
250
251         PR gdb/12866
252         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
253         values.  (read_partial_die): Likewise.
254
255 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
256
257         PR cli/16122
258         * top.c (command_line_input): Unify interactivity tests to use
259         input_from_terminal_p.
260         * event-top.c (command_line_handler): Likewise.
261
262 2013-11-06  Yao Qi  <yao@codesourcery.com>
263
264         * Makefile.in (check-perf): New target.
265
266 2013-11-05  Will Newton  <will.newton@linaro.org>
267
268         PR gdb/7670
269         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
270         (arm_print_float_info): Likewise.
271
272 2013-11-04  Anton Blanchard  <anton@samba.org>
273
274         * target.c (memory_xfer_partial): Cap write to 4KB.
275
276 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
277
278         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
279         probe scan even when the arch provides no get_longjmp_target.
280
281 2013-10-31  Pedro Alves  <palves@redhat.com>
282
283         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
284         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
285         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
286         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
287         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
288         <bpstat handling>: If the bpstat chain wants the signal to be
289         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
290         GDB_SIGNAL_TRAP.
291
292 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
293
294         * breakpoint.c (update_watchpoint): Update error message and add
295         an additional error message.
296
297 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
298
299         * s390-tdep.h: Rename to...
300         * s390-linux-tdep.h: ...here.
301         * s390-tdep.c: Rename to...
302         * s390-linux-tdep.c: ...here.  Adjust #include.
303         * s390-nat.c: Rename to...
304         * s390-linux-nat.c: ...here.  Adjust #include.
305         * config/s390/s390.mh: Rename to...
306         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
307         s390-linux-nat.o.
308         * configure.host: Reflect host rename "s390" -> "linux".
309         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
310         * Makefile.in (ALL_TARGET_OBS): Likewise.
311         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
312         s390-linux-tdep.h.
313         (ALLDEPFILES): Reflect rename of .c files.
314
315 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
316
317         * s390-nat.c: Whitespace cleanup.
318         * s390-tdep.c: Likewise.
319         * s390-tdep.h: Remove empty line at end of file.
320
321 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
322
323         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
324         siginfo_size.
325
326 2013-10-29  Tom Tromey  <tromey@redhat.com>
327
328         * utils.c (reg): Move undefinition...
329         * gdb_curses.h: ... here.  Update comment to mention AIX.
330
331 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
332
333         * exec.h (add_target_sections_of_objfile): New declaration.
334         * exec.c (add_target_sections_of_objfile): New function.
335         * symfile.c (add_symbol_file_command): Update current target sections.
336         (remove_symbol_file_command): New command.
337         (symfile_free_objfile): New function.
338         (_initialize_symfile): Register observer for free_objfile events.
339         * NEWS: Add description of the remove-symbol-file command.
340         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
341         * objfiles.c (free_objfile): Notify free_objfile.
342         (is_addr_in_objfile): New function.
343         * objfiles.h (is_addr_in_objfile): New declaration.
344         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
345         events instead of solib_unloaded events.
346         (_initialize_printcmd): Register observer for free_objfile instead
347         of solib_unloaded notifications.
348         * solib.c (remove_user_added_objfile): New function.
349         (_initialize_symfile): Add remove-symbol-file.
350
351 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
352
353         * infcmd.c (default_print_one_register_info): Use val_print to
354         print all values even optimized out or unavailable ones.  Don't
355         try to print a raw form of optimized out or unavailable values.
356
357 2013-10-29  Yao Qi  <yao@codesourcery.com>
358
359         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
360         parameter 'arg' instead of from program_space_data.
361         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
362         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
363         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
364         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
365         * inflow.c (inflow_inferior_data_cleanup): Get data from
366         parameter 'arg' instead of inferior_data.
367         * registry.h: Add comments.
368
369 2013-10-28  Pedro Alves  <palves@redhat.com>
370
371         * breakpoint.c (watchpoints_triggered)
372         <!target_stopped_data_address>: Hardcode return 1.
373
374 2013-10-28  Pedro Alves  <palves@redhat.com>
375
376         * infrun.c (process_event_stop_test): Remove unnecessary scoping
377         level and reindent.
378
379 2013-10-28  Pedro Alves  <palves@redhat.com>
380
381         * infrun.c (process_event_stop_test): New function, factored out
382         from handle_inferior_event.
383         (handle_inferior_event): 'process_event_stop_test' is now a
384         function instead of a goto label -- adjust.
385
386 2013-10-28  Pedro Alves  <palves@redhat.com>
387
388         * infrun.c (handle_inferior_event): Move process_event_stop_test
389         goto label to the else branch of the ecs->random_signal check,
390         along with FRAME and GDBARCH re-fetching.
391
392 2013-10-28  Pedro Alves  <palves@redhat.com>
393
394         * infrun.c (switch_back_to_stepped_thread): New function, factored
395         out from handle_inferior_event.
396         (handle_inferior_event): Adjust to call
397         switch_back_to_stepped_thread.  Call it also at the tail of the
398         random signal handling, and return, instead of also handling
399         random signals just before the stepping tests.
400
401 2013-10-28  Pedro Alves  <palves@redhat.com>
402
403         * infrun.c (clear_stop_func): Delete.
404         (handle_inferior_event): Don't call clear_stop_func and don't
405         clear 'ecs->random_signal'.
406
407 2013-10-27  Yao Qi  <yao@codesourcery.com>
408
409         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
410         (varobj_create, varobj_get_path_expr): Update.
411         (varobj_value_has_mutated, varobj_update): Likewise.
412         (create_child_with_value, new_root_variable): Likewise.
413         (number_of_children, name_of_variable): Likewise.
414         (value_of_child, my_value_of_variable): Likewise.
415         (varobj_value_is_changeable_p): Likewise.
416
417 2013-10-25  Yao Qi  <yao@codesourcery.com>
418
419         * language.h (struct lang_varobj_ops): Declare.
420         (struct language_defn) <la_varobj_ops>: New field.
421         * ada-lang.c: Include "varobj.h"
422         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
423         ada_varobj_ops.
424         * c-lang.c: Include "varobj.h"
425         (c_language_defn): Initialize field 'la_varobj_ops' with
426         c_varobj_ops.
427         (cplus_language_defn): Initialize field 'la_varobj_ops' with
428         cplus_varobj_ops.
429         (asm_language_defn): Initialize field 'la_varobj_ops' with
430         default_varobj_ops.
431         (minimal_language_defn): Likewise.
432         * d-lang.c (d_language_defn): Likewise.
433         * f-lang.c (f_language_defn): Likewise.
434         * go-lang.c (go_language_defn): Likewise.
435         * m2-lang.c (m2_language_defn): Likewise.
436         * objc-lang.c (objc_language_defn): Likewise.
437         * opencl-lang.c (opencl_language_defn): Likewise.
438         * p-lang.c (pascal_language_defn): Likewise.
439         * language.c (unknown_language_defn): Likewise.
440         (auto_language_defn): Likewise.
441         (local_language_defn): Likewise.
442         * jv-lang.c (java_language_defn): Initialize field
443         'la_varobj_ops' with java_varobj_ops.
444         * varobj.c (varobj_create): Update.
445         * varobj.h (default_varobj_ops): Define macro.
446
447 2013-10-25  Pedro Alves  <palves@redhat.com>
448
449         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
450         static field value.
451         (cp_print_static_field): If the value is entirely optimized out,
452         print <optimized out> here.
453         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
454         static field value.
455         * p-valprint.c (pascal_object_print_static_field): If the value is
456         entirely optimized out, print <optimized out> here.
457         * valops.c (do_search_struct_field)
458         (value_struct_elt_for_reference): No longer handle a NULL static
459         field value.
460         * value.c (value_static_field): Return an optimized out value
461         instead of NULL.
462
463 2013-10-25  Yao Qi  <yao@codesourcery.com>
464
465         * remote.c (remote_traceframe_info): Return early if
466         traceframe is not selected.
467
468 2013-10-25  Yao Qi  <yao@codesourcery.com>
469
470         * tracepoint.c (traceframe_fun): Remove.
471         (traceframe_sal): Remove.
472         (set_traceframe_context): Add local variables.
473
474 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
475
476         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
477         and parameter name.
478
479 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
480
481         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
482         failure from register information collection.
483
484 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
485
486         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
487         member.
488         (linux_corefile_thread_callback): Update accordingly.
489         (linux_make_corefile_notes): Likewise.
490
491 2013-10-24  Pedro Alves   <palves@redhat.com>
492
493         * NEWS (New options): Mention set/show startup-with-shell.
494         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
495         instead of 3.
496         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
497         startup-with-shell'.
498         (show_startup_with_shell): New function.
499         (_initialize_fork_child): Register the set/show startup-with-shell
500         commands.
501         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
502         * inf-ttrace.c (inf_ttrace_him): Remove comment.
503         * procfs.c (procfs_init_inferior): Remove comment.
504         * infcmd.c (startup_with_shell): New global.
505         * inferior.h (startup_with_shell): Declare global.
506         (STARTUP_WITH_SHELL): Delete.
507         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
508
509 2013-10-23  Pedro Alves  <palves@redhat.com>
510
511         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
512         * common/signals.c: Include "gdb_assert.h".
513         (signals): New field 'symbol'.
514         (SET): Use the 'symbol' parameter.
515         (gdb_signal_to_symbol_string): New function.
516         * infrun.c (handle_inferior_event) <random signal>: In debug
517         output, print the random signal enum as string in addition to its
518         number.
519         * target/waitstatus.c (target_waitstatus_to_string): Print the
520         signal's enum value as string instead of the (POSIX) signal name.
521
522 2013-10-23  Gary Benson  <gbenson@redhat.com>
523
524         PR 16013
525         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
526         from 32 to 18.  Adjusted fscanf format string accordingly.
527         (Avoids leaving cmd unterminated.)
528         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
529         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
530         that local_address and remote_address will not overflow.
531         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
532         leaving dependencies unterminated.  Parse size as "%u" to match
533         definition.
534
535 2013-10-22  Pedro Alves  <palves@redhat.com>
536
537         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
538         set ecs->random signal.
539
540 2013-10-22  Pedro Alves  <palves@redhat.com>
541
542         * infrun.c (keep_going): Update comments.
543
544 2013-10-22  Pedro Alves  <palves@redhat.com>
545
546         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
547         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
548
549 2013-10-22  Pedro Alves  <palves@redhat.com>
550
551         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
552         GDB_EXC_BAD_ACCESS.
553         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
554         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
555         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
556         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
557         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
558         (GDB_SIGNAL_LAST): Change description string.
559         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
560         Adjust to signal renaming.
561         * darwin-nat.c (darwin_decode_message): Likewise.
562
563 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
564
565         * MAINTAINERS (Write After Approval): Add myself to the list.
566
567 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
568
569         * breakpoint.c (update_watchpoint): If hardware watchpoints are
570         forced off, downgrade them to software watchpoints if possible,
571         and error out if not possible.
572         (watch_command_1): Move watchpoint type selection closer to
573         watchpoint creation, and extend the comments.
574
575 2013-10-18  Pedro Alves  <palves@redhat.com>
576
577         PR gdb/16062
578         * infrun.c (handle_inferior_event): Keep going if we got a random
579         signal we should not stop for, instead of falling through to the
580         step tests.
581
582 2013-10-18  Yao Qi  <yao@codesourcery.com>
583
584         * c-varobj.c (cplus_number_of_children): Fix indentation.
585
586 2013-10-17  Tom Tromey  <tromey@redhat.com>
587
588         PR gdb/15995:
589         * printcmd.c (printcmd): Call gdb_flush.
590
591 2013-10-17  Tom Tromey  <tromey@redhat.com>
592
593         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
594         (elf_locate_sections): Update.
595
596 2013-10-17  Yao Qi  <yao@codesourcery.com>
597
598         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
599         * ada-varobj.c: Remove the include of ada-varobj.h.
600         (ada_varobj_get_number_of_children): Declare.
601         (ada_varobj_get_name_of_child): Make it static.
602         (ada_varobj_get_path_expr_of_child): Likewise.
603         (ada_varobj_get_value_of_child): Likewise.
604         (ada_varobj_get_type_of_child): Likewise.
605         (ada_varobj_get_value_of_array_variable): Likewise.
606         * ada-varobj.h: Remove.
607
608 2013-10-17  Yao Qi  <yao@codesourcery.com>
609
610         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
611         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
612         * ada-varobj.c: Include "varobj.h".
613         (ada_number_of_children): New.  Moved from varobj.c.
614         (ada_name_of_variable, ada_name_of_child): Likewise.
615         (ada_path_expr_of_child, ada_value_of_child): Likewise.
616         (ada_type_of_child, ada_value_of_variable): Likewise.
617         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
618         (ada_varobj_ops): New.
619         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
620         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
621         * gdbtypes.h (get_target_type): Declare.
622         * varobj.c: Remove the inclusion of "ada-varobj.h" and
623         "ada-lang.h".
624         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
625         (ANONYMOUS_UNION_NAME): Likewise.
626         (get_type, get_value_type, get_target_type): Remove declarations.
627         (value_get_print_value, varobj_value_get_print_value): Likewise.
628         (c_number_of_children, c_name_of_variable): Likewise.
629         (c_name_of_child, c_path_expr_of_child): Likewise.
630         (c_value_of_child, c_type_of_child): Likewise.
631         (c_value_of_variable, cplus_number_of_children): Likewise.
632         (cplus_class_num_children, cplus_name_of_variable): Likewise.
633         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
634         (cplus_value_of_child, cplus_type_of_child): Likewise.
635         (cplus_value_of_variable, java_number_of_children): Likewise.
636         (java_name_of_variable, java_name_of_child): Likewise.
637         (java_path_expr_of_child, java_value_of_child): Likewise.
638         (java_type_of_child, java_value_of_variable): Likewise.
639         (ada_number_of_children, ada_name_of_variable): Likewise.
640         (ada_name_of_child, ada_path_expr_of_child): Likewise.
641         (ada_value_of_child, ada_type_of_child): Likewise.
642         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
643         (ada_value_has_mutated): Likewise.
644         (struct language_specific): Move it to varobj.h.
645         (CPLUS_FAKE_CHILD): Move it to varobj.h.
646         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
647         Callers update.
648         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
649         Make it extern.
650         (is_anonymous_child): Move it to c-varobj.c and rename to
651         varobj_is_anonymous_child.  Caller update.
652         (get_type): Move it to c-varobj.c.
653         (get_value_type): Rename it varobj_get_value_type.  Make it
654         extern.
655         (get_target_type): Move it gdbtypes.c.
656         (varobj_formatted_print_options): New function.
657         (value_get_print_value): Rename it to
658         varobj_value_get_print_value and make it extern.
659         (varobj_value_is_changeable_p): Make it extern.
660         (adjust_value_for_child_access): Move it to c-varobj.c.
661         (default_value_is_changeable_p): Rename it to
662         varobj_default_value_is_changeable_p.  Make it extern.
663         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
664         (c_name_of_child, c_path_expr_of_child): Likewise.
665         (c_value_of_child, c_type_of_child): Likewise.
666         (c_value_of_variable, cplus_number_of_children): Likewise.
667         (cplus_class_num_children, cplus_name_of_variable): Likewise.
668         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
669         (cplus_value_of_child, cplus_type_of_child): Likewise.
670         (cplus_value_of_variable): Likewise.
671         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
672         (java_name_of_child, java_path_expr_of_child): Likewise.
673         (java_value_of_child, java_type_of_child): Likewise.
674         (java_value_of_variable): Likewise.
675         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
676         (ada_name_of_child, ada_path_expr_of_child): Likewise.
677         (ada_value_of_child, ada_type_of_child): Likewise.
678         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
679         (ada_value_has_mutated): Likewise.
680         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
681         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
682         (c_varobj_ops, cplus_varobj_ops): Declare.
683         (java_varobj_ops, ada_varobj_ops): Declare.
684         (varobj_default_value_is_changeable_p): Declare.
685         (varobj_value_is_changeable_p): Declare.
686         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
687         (varobj_get_path_expr_parent): Declare.
688         (varobj_value_get_print_value): Declare.
689         (varobj_formatted_print_options): Declare.
690         (varobj_restrict_range): Declare.
691
692 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
693
694         * target/waitstatus.h (target_waitkind): Remove spurious
695         character from the comments.
696
697 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
698
699         * gdbarch.sh (get_longjmp_target): Add method documentation.
700         * gdbarch.h: Regenerate.
701
702 2013-10-16  Tom Tromey  <tromey@redhat.com>
703
704         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
705         label.
706
707 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
708
709         * gcore.in: Call GDB using the full path to the gcore script.
710         Error out if the GDB binary is not found.
711
712 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
713
714         PR gdb/16014
715         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
716         sizeof.
717
718 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
719
720         PR gdb/16042
721         * target.c (target_disable_btrace): Fix invalid return value for
722         void function.
723         (target_teardown_btrace): Likewise.
724
725 2013-10-14  Yao Qi  <yao@codesourcery.com>
726
727         * varobj.c (struct varobj): Move most of the fields to
728         varobj.h.
729         (struct varobj_dynamic): New struct.
730         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
731         (varobj_has_more): Likewise.
732         (dynamic_varobj_has_child_method): Likewise.
733         (update_dynamic_varobj_children): Likewise.
734         (varobj_get_num_children): Likewise.
735         (varobj_list_children, varobj_pretty_printed_p): Likewise.
736         (install_new_value_visualizer): Likewise.
737         (install_new_value_visualizer, install_new_value): Likewise.
738         (varobj_update, new_variable, free_variable): Likewise.
739         (my_value_of_variable, value_get_print_value): Likewise.
740         (install_visualizer): Change the type of parameter 'var' to
741         'struct varobjd_dynamic *'.  Callers update.
742         * varobj.h (struct varobj): Moved from varobj.c.
743         (struct varobj) <dynamic>: New field.
744
745 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
746
747         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
748         as the preferred name of r30.
749         * nios2-linux-tdep.c (reg_offsets): Likewise.
750         * features/nios2-cpu.xml: Likewise.
751         * features/nios2-linux.c: Regenerated.
752         * features/nios2.c: Regenerated.
753         * regformats/nios2-linux.dat: Regenerated.
754
755 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
756
757         Canonicalize directories for EXEC_FILENAME.
758         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
759         exec_filename.
760         * utils.c (gdb_realpath_keepfile): New function.
761         * utils.h (gdb_realpath_keepfile): New declaration.
762
763 2013-10-11  Doug Evans  <dje@google.com>
764
765         * Makefile.in (GDBFLAGS): New variable.
766         (run): New rule.
767
768 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
769
770         * NEWS: Add entry documenting the new "-catch-assert" and
771         "-catch-exception" GDB/MI commands.
772
773 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
774
775         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
776         "enabled".
777         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
778         "enabled".  Set B->ENABLE_STATE accordingly.
779         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
780         ada-lang.c.
781         (create_ada_exception_catchpoint): Add declaration.
782         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
783         (create_ada_exception_catchpoint): Make non-static. Add new
784         parameter "disabled". Use it in call to
785         init_ada_exception_breakpoint.
786         (catch_ada_exception_command): Add parameter "enabled" in call
787         to create_ada_exception_catchpoint.
788         (catch_assert_command): Likewise.
789
790         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
791         Add declarations.
792         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
793         "catch-exception" commands.
794         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
795         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
796
797 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
798
799         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
800         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
801         of all its enumerates with "ada_".  Update the rest of this
802         file throughout.
803
804 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
805
806         * ada-lang.c (ada_decode_exception_location): Delete.
807         (create_ada_exception_catchpoint): Remove arguments "sal",
808         "addr_string" and "ops".  Add argument "ex_kind" instead.
809         Adjust implementation accordingly, calling ada_exception_sal
810         to get the entities it no longer gets passed as arguments.
811         Document the function's arguments.
812         (catch_ada_exception_command): Use catch_ada_exception_command_split
813         instead of ada_decode_exception_location, and update call to
814         create_ada_exception_catchpoint.
815         (catch_ada_assert_command_split): Renames
816         ada_decode_assert_location.  Remove parameters "addr_string" and
817         "ops", and now returns void.  Adjust implementation accordingly.
818         Update the function documentation.
819         (catch_assert_command): Use catch_ada_assert_command_split
820         instead of ada_decode_assert_location.  Update call to
821         create_ada_exception_catchpoint.
822
823 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
824
825         * utils.h (perror_warning_with_name): Add declaration.
826         * utils.c (perror_warning_with_name): New function.
827         * cli/cli-cmds.c (source_script_with_search): Add call to
828         perror_warning_with_name if from_tty is nul.
829
830 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
831
832         * utils.c (perror_string): New function, extracted out of
833         throw_perror_with_name.
834         (throw_perror_with_name): Rework to use perror_string.
835
836 2013-10-11  Yao Qi  <yao@codesourcery.com>
837
838         * remote.c (discard_pending_stop_replies_in_queue): Update
839         declaration.
840         (struct stop_reply) <rs>: New field.
841         (remove_stop_reply_of_remote_state): New function.
842         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
843         Callers update.  Pass remove_stop_reply_of_remote_state to
844         QUEUE_iterate.
845         (remote_parse_stop_reply): Initialize field 'rs'.
846
847 2013-10-10  Will Newton  <will.newton@linaro.org>
848
849         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
850         linux_init_abi.
851
852 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
853
854         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
855         serial_baud_show_cmd.
856         (_initialize_cli_cmds): Delete the code creating the
857         "set/show remotebaud" commands.
858         * serial.c (baud_rate): Move here from top.c.
859         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
860         (_initialize_serial): Create "set/show serial baud" commands.
861         Add "set/show remotebaud" command aliases.
862         * top.c (baud_rate): Moved to serial.c.
863         * NEWS: Document the new "set/show serial baud" commands,
864         replacing "set/show remotebaud".
865
866 2013-10-09  Pedro Alves  <palves@redhat.com>
867
868         * breakpoint.c (insert_bp_location): Use memory_error_message to
869         build the memory error string.
870         * c-lang.c: Include "gdbcore.h".
871         (c_get_string): Use memory_error to throw error.
872         (target_xfer_memory_error): Delete.
873         (memory_error_message): New, factored out from
874         target_xfer_memory_error.
875         (memory_error): Change parameter type to target_xfer_error.
876         Rewrite.
877         (read_memory): Use memory_error instead of
878         target_xfer_memory_error.
879         * gdbcore.h: Include "target.h".
880         (memory_error): Change parameter type to target_xfer_error.
881         (memory_error_message): Declare function.
882         * target.c (target_read_memory, target_read_stack)
883         (target_write_memory, target_write_raw_memory): Return
884         TARGET_XFER_E_IO on error.  Adjust comments.
885         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
886         instead of EIO.
887         * target.h (target_read, target_insert_breakpoint)
888         (target_remove_breakpoint): Adjust comments.
889         * valprint.c (partial_memory_read): Rename parameter, and adjust
890         comment.
891         (val_print_string): Use memory_error_message to build the memory
892         error string.
893
894 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
895
896         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
897         result variable.  Rename variable fopen_e_ever_failed to
898         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
899
900 2013-10-09  Pedro Alves  <palves@redhat.com>
901
902         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
903         (monitor_write_memory_longlongs, monitor_write_memory_block):
904         Constify 'myaddr' parameter.
905         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
906         helper.
907         (monitor_xfer_partial): New function.
908         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
909         hook.  Install a to_xfer_partial hook.
910
911 2013-10-09  Tom Tromey  <tromey@redhat.com>
912
913         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
914         bfd_get_alt_debug_link_info.
915
916 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
917
918         New flag OBJF_NOT_FILENAME.
919         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
920         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
921         allocate_objfile.
922         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
923         symbol_file_add_from_bfd.
924         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
925         allocate_objfile.
926         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
927         NULL.
928         * objfiles.h (OBJF_NOT_FILENAME): New.
929
930 2013-10-08  Tom Tromey  <tromey@redhat.com>
931
932         * Makefile.in (SFILES): Add build-id.c.
933         (HFILES_NO_SRCDIR): Add build-id.h.
934         * build-id.c: New file, largely from elfread.c.  Modified
935         most functions.
936         * build-id.h: New file.
937         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
938         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
939         Search for dwz file using build-id.
940         * elfread.c (build_id_bfd_get, build_id_verify)
941         (build_id_to_debug_filename, find_separate_debug_file): Remove.
942
943 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
944
945         * ada-lang.c (compare_names_with_case): Renamed from
946         compare_names, adding a new parameter "casing" and its handling.
947         New function documentation.
948         (compare_names): New function, implemented using
949         compare_names_with_case.
950
951 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
952
953         * ada-lang.c (ada_exception_sal): Remove advance declaration.
954
955 2013-10-07  Tom Tromey  <tromey@redhat.com>
956
957         * objfiles.c (free_objfile_per_bfd_storage): Delete the
958         demangled_names_hash.
959         (free_objfile): Don't delete the demangled_names_hash.
960         * objfiles.h (struct objfile_per_bfd_storage)
961         <demangled_names_hash>: New field.
962         (struct objfile) <demangled_names_hash>: Move to
963         objfile_per_bfd_storage.
964         * symfile.c (reread_symbols): Don't delete the
965         demangled_names_hash.
966         * symtab.c (create_demangled_names_hash): Update.
967         (symbol_set_names): Update.
968
969 2013-10-07  Tom Tromey  <tromey@redhat.com>
970
971         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
972         needs_relocations>: New fields.
973         (gdb_bfd_requires_relocations): New function.
974         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
975         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
976         the BFD needs relocations applied.
977
978 2013-10-07  Pedro Alves  <palves@redhat.com>
979
980         PR breakpoints/11568
981         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
982         the thread list" instead of "gone".
983
984 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
985
986         * NEWS: Mention new convenience variable $_exitsignal.
987         * corelow.c (core_open): Reset exit convenience variables.  Set
988         $_exitsignal to the uncaught signal which generated the corefile.
989         * infrun.c (handle_inferior_event): Reset exit convenience
990         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
991         (clear_exit_convenience_vars): New function.
992         * inferior.h (clear_exit_convenience_vars): New prototype.
993
994 2013-10-06  Yao Qi  <yao@codesourcery.com>
995
996         * varobj.h: Add comments to enum varobj_languages.
997
998 2013-10-04  Doug Evans  <dje@google.com>
999
1000         Add support for DWP file format version 2.
1001         * NEWS: Mention support for DWP file format version 2.
1002         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
1003         union of asection, containing_section.  New fields virtual_offset
1004         and is_virtual.  Change type of readin filed from int to char.
1005         (dwo_sections, dwo_file): Tweak comments.
1006         (dwp_v2_section_ids): New enum.
1007         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
1008         str_offsets, types.
1009         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
1010         All uses updated.
1011         (virtual_v2_dwo_sections): New struct.
1012         (dwp_hash_table): New fields version, nr_columns.  Change type of
1013         section_pool field to a union.
1014         (dwp_file): New field version.
1015         (dwarf2_has_info): Check for virtual sections.
1016         (get_containing_section): New function.
1017         (get_section_bfd_owner, get_section_bfd_section): Call it.
1018         (dwarf2_locate_sections): Update.
1019         (dwarf2_section_empty_p): Update.
1020         (dwarf2_read_section): Handle virtual sections.
1021         (locate_dwz_sections): Update.
1022         (create_dwp_hash_table): Document and handle V2 format.
1023         (locate_v1_virtual_dwo_sections): Renamed from
1024         locate_virtual_dwo_sections and update.  All callers updated.
1025         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
1026         Delete arg htab.  Rename arg section_index to unit_index.
1027         All callers updated.
1028         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
1029         All uses updated.
1030         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
1031         (lookup_dwo_unit_in_dwp): Add V2 support.
1032         (dwarf2_locate_dwo_sections): Update.
1033         (dwarf2_locate_common_dwp_sections): Renamed from
1034         dwarf2_locate_dwp_sections and update.  All callers updated.
1035         (dwarf2_locate_v2_dwp_sections): New function.
1036         (open_and_init_dwp_file): Add V2 support.
1037         (read_str_index): New locals str_section, str_offsets_section.
1038
1039 2013-10-04  Pedro Alves  <palves@redhat.com>
1040
1041         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
1042         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
1043         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
1044         describing comments with references to ptid.h.
1045         * common/ptid.h: Remove intro description of constructors,
1046         accessors and predicates.
1047         (struct ptid): Reformat.
1048         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
1049         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
1050         describing comments.
1051
1052 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1053
1054         * aix-thread.c (sync_threadlists): Add missing ')' in call
1055         to ptid_build.
1056
1057 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1058
1059         * procfs.c (procfs_init_inferior): Fix typo causing the build
1060         to fail.
1061
1062 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1063
1064         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
1065
1066 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1067
1068         * mi/mi-main.c (run_one_inferior): Add function description.
1069         Make ARG a pointer to an integer whose value determines whether
1070         we should "run" or "start" the program.
1071         (mi_cmd_exec_run): Add handling of the "--start" option.
1072         Reject all other command-line options.
1073         * NEWS: Add entry for "-exec-run"'s new "--start" option.
1074
1075 2013-10-04  Yao Qi  <yao@codesourcery.com>
1076
1077         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
1078         (struct notif_client) <pending_event>: Moved
1079         to struct remote_notif_state.
1080         <id>: New field.
1081         (struct remote_notif_state) <pending_event>: New field.
1082         (notif_event_xfree): Declare.
1083         * remote-notif.c (handle_notification): Adjust.
1084         (notif_event_xfree): New function.
1085         (do_notif_event_xfree): Call notif_event_xfree.
1086         (remote_notif_state_xfree): Call notif_event_xfree to free
1087         each element in field pending_event.
1088         * remote.c (discard_pending_stop_replies): Remove declaration.
1089         (discard_pending_stop_replies_in_queue): Declare.
1090         (remote_close): Call discard_pending_stop_replies_in_queue
1091         instead of discard_pending_stop_replies.
1092         (remote_start_remote): Adjust.
1093         (stop_reply_xfree): Call notif_event_xfree.
1094         (notif_client_stop): Adjust initialization.
1095         (remote_notif_remove_all): Rename it to ...
1096         (remove_stop_reply_for_inferior): ... this.  Update comments.
1097         Don't check INF is NULL.
1098         (discard_pending_stop_replies): Return early if notif_state is
1099         NULL.  Adjust.  Don't check INF is NULL.
1100         (remote_notif_get_pending_events): Adjust.
1101         (discard_pending_stop_replies_in_queue): New function.
1102         (remote_wait_ns): Likewise.
1103
1104 2013-10-04  Yao Qi  <yao@codesourcery.com>
1105
1106         * remote-notif.c (DECLARE_QUEUE_P): Remove.
1107         (notif_queue): Remove.
1108         (remote_notif_process): Add one parameter 'notif_queue'.
1109         Update comments.  Callers update.
1110         (remote_async_get_pending_events_token): Remove.
1111         (remote_notif_register_async_event_handler): Remove.
1112         (remote_notif_unregister_async_event_handler): Remove.
1113         (handle_notification): Add parameter 'notif_queue'.  Update
1114         comments.  Callers update.
1115         (notif_xfree): Remove.
1116         (remote_notif_state_allocate): New function.
1117         (remote_notif_state_xfree): New function.
1118         (_initialize_notif): Remove code to allocate queue.
1119         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
1120         (struct remote_notif_state): New.
1121         (handle_notification): Update declaration.
1122         (remote_notif_process): Likewise.
1123         (remote_notif_register_async_event_handler): Remove.
1124         (remote_notif_unregister_async_event_handler): Remove.
1125         (remote_notif_state_allocate): Declare.
1126         (remote_notif_state_xfree): Declare.
1127         * remote.c (struct remote_state) <notif_state>: New field.
1128         (remote_close): Don't call
1129         remote_notif_unregister_async_event_handler.  Call
1130         remote_notif_state_xfree.
1131         (remote_open_1): Don't call
1132         remote_notif_register_async_event_handler.  Call
1133         remote_notif_state_allocate.
1134
1135 2013-10-04  Yao Qi  <yao@codesourcery.com>
1136
1137         * varobj.c (create_child_with_value): Remove 'const' from the
1138         type of parameter 'name'.
1139         (varobj_add_child): Likewise.
1140         (install_dynamic_child): Remove 'const' from the type of
1141         parameter 'name'.
1142         (varobj_add_child): Likewise.
1143         (create_child_with_value): Likewise.  Update comments.  Don't
1144         duplicate 'name'.
1145         (update_dynamic_varobj_children): Duplicate 'name'
1146         and pass it to install_dynamic_child.
1147
1148 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
1149
1150         * python/py-value.c (convert_value_from_python): Move PyInt_Check
1151         conversion logic to occur after PyLong_Check.  Comment on order
1152         change significance.
1153         * python/py-arch.c (archpy_disassemble): Comment on order of
1154         conversion for integers and longs.
1155
1156 2013-10-03  Pedro Alves  <palves@redhat.com>
1157
1158         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1159         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1160         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
1161         PTRACE_O_TRACEFORK is not supported.
1162         (linux_test_for_tracesysgood): New function.
1163         (linux_test_for_tracefork): New function, factored out from
1164         linux_check_ptrace_features, and also don't kill child_pid here.
1165
1166 2013-10-03  Tristan Gingold  <gingold@adacore.com>
1167
1168         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1169         Remove verbose error reporting.  Use detected state to
1170         thread_set_state call.
1171         (i386_darwin_dr_get): Fix return type.  Remove verbose error
1172         report.
1173         Remove trailing spaces.
1174
1175 2013-10-02  Pedro Alves  <palves@redhat.com>
1176
1177         * cp-valprint.c (cp_print_value_fields): Adjust calls to
1178         val_print_optimized_out.
1179         * jv-valprint.c (java_print_value_fields): Likewise.
1180         * p-valprint.c (pascal_object_print_value_fields): Likewise.
1181         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1182         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1183         new optimized out value.
1184         * findvar.c (address_from_register): Likewise.
1185         * frame.c (put_frame_register): Tweak error string to say the
1186         register was not saved, rather than optimized out.
1187         * infcmd.c (default_print_one_register_info): Adjust call to
1188         val_print_optimized_out.  Use value_of_register instead of
1189         get_frame_register_value.
1190         * mi/mi-main.c (output_register): Use value_of_register instead of
1191         get_frame_register_value.
1192         * valprint.c (valprint_check_validity): Likewise.
1193         (val_print_optimized_out): New value parameter.  If the value is
1194         lval_register, print <not saved> instead.
1195         (value_check_printable, val_print_scalar_formatted): Adjust calls
1196         to val_print_optimized_out.
1197         * valprint.h (val_print_optimized_out): New value parameter.
1198         * value.c (struct value) <optimized_out>: Extend comment.
1199         (error_value_optimized_out): New function.
1200         (require_not_optimized_out): Use it.  Use a different string for
1201         lval_register values.
1202         * value.h (error_value_optimized_out): New declaration.
1203         * NEWS: Mention <not saved>.
1204
1205 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1206
1207         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1208         strcmp to compare two symtab filenames.
1209
1210 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1211
1212         * symtab.c (search_symbols_equal): Delete.
1213         (sort_search_symbols_remove_dups): Replace call to
1214         search_symbols_equal by call to compare_search_syms,
1215         adjusting as necessary.
1216
1217 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1218
1219         PR python/15579
1220         * python/python.c: Document gdb.execute command in Python help.
1221
1222 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1223
1224         * python/py-frame.c (frame_info_to_frame_object): Use
1225         gdbpy_convert_exception. Clean up Python object on failure.
1226
1227 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1228
1229         * python/lib/gdb/command/frame_filters.py
1230         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1231         (ShowFrameFilterPriority.invoke): Ditto.
1232
1233 2013-10-01  Keith Seitz  <keiths@redhat.com>
1234
1235         * linespec.c (struct ls_parser): Make 'saved_arg' const.
1236         (parse_linespec): Make 'argptr' const.
1237         Remove temporary cast of 'argptr' to const char **.
1238         (decode_line_full): Pass const pointer to parse_linespec.
1239         (decode_line_1): Likewise.
1240         (decode_objc): Make local variable 'new_argptr' const.
1241         (find_function_symbols): Remove temporary cast to char *
1242         to find_imps.
1243         * objc-lang.c (find_imps): Make argument 'method' const.
1244         Return const.
1245         * objc-lang.h (find_imps): Likewise.
1246
1247 2013-10-01  Keith Seitz  <keiths@redhat.com>
1248
1249         * completer.c (skip_quoted_chars): Make all arguments const.
1250         Return const.
1251         (skip_quoted): Likewise.
1252         * completer.h (skip_quoted_chars): Likewise.
1253         (skip_quoted): Likewise.
1254         * defs.h (skip_quoted): Remove duplicate declaration.
1255         * jv-exp.y: Include completer.h.
1256         (yylex): Remove unneccessary cast to char * fro skip_quoted.
1257         * p-exp.y: Include completer.h.
1258
1259 2013-10-01  Keith Seitz  <keiths@redhat.com>
1260
1261         * c-exp.y (parse_number): Make first argument const.
1262         Make a copy of the input to manipulate.
1263         (c_parse_escape): Make first argument const.
1264         Make local variable 'tokptr' const.
1265         (parse_string_or_char): Make first two arguments const.
1266         (macro_original_text): Make const.
1267         (lex_one_token): Make local variable 'tokstart' const.
1268         Likewise for local variables named 'p'.
1269         Cast away const for struct stoken (temporary).
1270         * c-lang.h (c_parse_escpae): Make first argument const.
1271         * cli/cli-cmds.c (echo_command): Make local variable 'p'
1272         const.
1273         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1274         var_string case.
1275         * f-exp.y (parse_number): Make first argument const.
1276         (match_string_literal): Make local variable 'tokstart'
1277         const.
1278         (yylex): Make local variable 'p' const.
1279         Cast away const for struct stoken (temporary).
1280         * go-exp.y (parse_number): Make first argument const.
1281         (parse_string_or_char): Likewise.
1282         Make local variable 'tokstart' const.
1283         (lex_one_token): Likewise for numerous locals called 'p'.
1284         Cast away const for struct stoken (temporary).
1285         * jv-exp.y (parse_number): Make first argument const.
1286         Make local variables 'tokstart' and 'tokptr' const.
1287         Cast away const for call to skip_quoted (temporary).
1288         (yylex): Make local variable 'p' const.
1289         Cast away const for struct stoken (temporary).
1290         * m2-exp.y (parse_number): Make local variable 'p' const.
1291         (yylex): Likewise for 'tokstart'.
1292         Cast away const for struct stoken (temporary).
1293         Make local variable 'p' const.
1294         * macroexp.c (get_character_constant): Pass a const string
1295         to c_parse_escape.
1296         (get_string_literal): Likewise.
1297         (macro_expand_next): Make first argument const.
1298         Cast away const for init_shared_buffer.
1299         * macroexp.h (macro_expand_next): Make first argument const.
1300         * p-exp.y (yylex): Make a local copy of 'lexptr'.
1301         Pass a const string to c_parse_escape.
1302         Make local variables 'p' and 'namestart' const.
1303         * parse.c (lexptr): Make const.
1304         (prev_lexptr): Likewise.
1305         (find_template_name_end): Return const.
1306         Make argument const, too.
1307         (parse_exp_in_context): Make first argument const.
1308         Remove the entire const_hack.
1309         (parse_exp_in_context_1): Make first argument const.
1310         * parser-defs.h (find_template_name_end): Return const.
1311         Make argument const, too.
1312         (lexptr): Make const.
1313         (prev_lexptr): Likewise.
1314         * utils.c (parse_escape): Make second argument const.
1315         * utils.h (parse_escape): Likewise.
1316
1317 2013-10-01  Keith Seitz  <keiths@redhat.com>
1318
1319         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1320         is now const.
1321         (block_lookup): Make 'raw_name' and 'name' const.
1322         * ada-lex.l (processString): Update for struct stoken.ptr.
1323         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1324         (operator_stoken): Likewise.
1325         (lex_one_token): Remove temporary cast to char * for
1326         'yylval.sval.ptr'.
1327         * f-exp.y (yylex): Likewise.
1328         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1329         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1330         * go-exp.y (lex_one_token): Remove temporary cast to char * for
1331         'yylval.sval.ptr'.
1332         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1333         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1334         * linespec.c (struct ls_parser): Make 'stream' const.
1335         (find_parameter_list_end): Make argument 'input' and local
1336         variable 'p' const.
1337         (linespec_lexer_lex_string): Make local variables 'start' and
1338         'p' const.
1339         Use skip_spaces_const instead of skip_spaces.
1340         (linespec_lexer_peek_token): Make local variable 'saved_stream'
1341         const.
1342         (parse_linespec): Temporarily cast 'argptr' to const for
1343         'parser->lexer.stream'.
1344         * m2-exp.y (yylex): Remove temporary cast to char * for
1345         'yylval.sval.ptr'.
1346         * objc-lang.c (add_msglist): Make local variable 'p' const.
1347         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
1348         (exp : STRING): Make 'sp' const.
1349         (parse_number): Make argument 'p' const.
1350         * parser-defs.h (struct stoken): Make 'ptr' const.
1351
1352 2013-10-01  Doug Evans  <dje@google.com>
1353
1354         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1355
1356 2013-10-01  Yao Qi  <yao@codesourcery.com>
1357
1358         * varobj.c (c_value_of_root): Remove declaration.
1359         (cplus_value_of_root, java_value_of_root): Likewise.
1360         (ada_value_of_root): Likewise.
1361         (struct language_specific) <value_of_root>: Remove.
1362         (languages): Update initialization.
1363         (check_scope): Move earlier.
1364         (c_value_of_root): Move earlier and rename to ...
1365         (value_of_root_1): ... this.
1366         (value_of_root): Caller update.
1367         (cplus_value_of_root, java_value_of_root): Remove.
1368         (ada_value_of_root): Remove.
1369
1370 2013-10-01  Yao Qi  <yao@codesourcery.com>
1371
1372         * varobj.c (varobj_format_string): Remove "unknown".
1373         (languages): Remove the first element.
1374         * varobj.h (enum varobj_languages): Remove vlang_c.
1375
1376 2013-10-01  Yao Qi  <yao@codesourcery.com>
1377
1378         * varobj.c (struct language_specific) <language>: Remove.
1379         (languages): Update the initialization.
1380
1381 2013-10-01  Yao Qi  <yao@codesourcery.com>
1382
1383         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1384         "solib-target.h".  Include "windows-tdep.h".
1385         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
1386         set_solib_ops and set_gdbarch_has_dos_based_file_system.
1387         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1388         windows-tdep.o to gdb_target_obs.
1389
1390 2013-10-01  Yao Qi  <yao@codesourcery.com>
1391
1392         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1393         "solib-target.h".
1394         (amd64_windows_init_abi): Don't call set_solib_ops and
1395         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1396         windows_init_abi instead.
1397         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1398         "solib-target.h".
1399         (i386_cygwin_init_abi): Don't call set_solib_ops,
1400         set_gdbarch_has_dos_based_file_system and
1401         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1402         windows_init_abi instead.
1403         * windows-tdep.c: Include "solib.h" and "solib-target.h".
1404         (windows_init_abi): New function.
1405         (windows_iterate_over_objfiles_in_search_order): Make it
1406         static.
1407         * windows-tdep.h (windows_init_abi): Declare.
1408         (windows_iterate_over_objfiles_in_search_order): Remove
1409         declaration.
1410
1411 2013-10-01  Jerome Guitton  <guitton@adacore.com>
1412
1413         Checked in by Joel Brobecker  <brobecker@adacore.com>
1414         * system-gdbinit/elinos.py (get_elinos_environment): Return an
1415         incomplete dictionnary instead of None in case of missing
1416         environment variables.
1417         (elinos_init): in case of an incomplete environment, best
1418         effort to load system libraries instead of abort.
1419
1420 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
1421
1422         * ada-lang.c (ada_has_this_exception_support): Ignore
1423         mst_solib_trampoline minimal symbols.
1424
1425 2013-09-30  Tristan Gingold  <gingold@adacore.com>
1426
1427         * i386-darwin-nat.c (darwin_complete_target): Install methods for
1428         hardware watchpoint.
1429         (i386_darwin_dr_set): Support 32 and 64 bit states.
1430         (i386_darwin_dr_get): Likewise.
1431         (i386_darwin_dr_set_control): Make static.
1432         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1433         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1434
1435 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
1436
1437         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1438         Replace TIDGET with ptid_get_lwp.
1439         Replace GET_LWP with ptid_get_lwp.
1440         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1441         Replace BUILD_THREAD with ptid_build.
1442         Replace BUILD_LWP with ptid_build.
1443         Replace PIDGET with ptid_get_pid.
1444         Replace TIDGET with ptid_get_lwp.
1445         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1446         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1447         Replace TIDGET with ptid_get_lwp.
1448         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1449         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1450         Replace TIDGET with ptid_get_lwp.
1451         Replace GET_LWP with ptid_get_lwp.
1452         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1453         * auxv.c: Likewise.
1454         * breakpoint.c: Likewise.
1455         * common/ptid.c (ptid_is_pid): Condense check for
1456         null_ptid and minus_one_ptid.
1457         (ptid_lwp_p): New function.
1458         (ptid_tid_p): New function.
1459         * common/ptid.h: Update comments for accessors.
1460         (ptid_lwp_p): New prototype.
1461         (ptid_tid_p): New prototype.
1462         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1463         * gcore.c: Replace PIDGET with ptid_get_pid.
1464         * gdbthread.h: Likewise.
1465         * gnu-nat.c: Likewise.
1466         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1467         Replace TIDGET with ptid_get_lwp.
1468         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1469         * hppanbsd-nat.c: Likewise.
1470         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1471         Replace TIDGET with ptid_get_lwp.
1472         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1473         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1474         * infcmd.c: Likewise.
1475         * inferior.h: Likewise.
1476         * inflow.c: Likewise.
1477         * infrun.c: Likewise.
1478         * linux-fork.c: Likewise.
1479         * linux-nat.c: Replace PIDGET with ptid_get_pid.
1480         Replace GET_PID with ptid_get_pid.
1481         Replace is_lwp with ptid_lwp_p.
1482         Replace GET_LWP with ptid_get_lwp.
1483         Replace BUILD_LWP with ptid_build.
1484
1485 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
1486
1487         * common/linux-btrace.c: Move sys/syscall.h out of the
1488         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1489         Also check for SYS_perf_event_open before attempting to buid.
1490
1491 2013-09-27  Doug Evans  <dje@google.com>
1492
1493         * dwarf2read.c (dwarf2_section_info): Add comment.
1494         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1495         All uses updated.
1496         (dwarf2_section_empty_p): Rename arg from "info" to "section".
1497         (dwarf2_read_section): Delete unused local "header".  Add section
1498         name to error message.
1499         (create_dwo_in_dwp): Tweak comment.
1500         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1501
1502         * dwarf2read.c (die_reader_specs): Tweak comment.
1503         (get_section_bfd_owner, get_section_bfd_section): New functions.
1504         (get_section_name, get_section_file_name): New functions.
1505         (get_section_id, get_section_flags): New functions.
1506         (*): Use new functions to access section fields.
1507
1508         * dwarf2read.c (struct dwo_file): Add/tweak comments.
1509         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
1510         arg "htab".  All callers updated.
1511         (create_debug_types_hash_table): Remove redundant copy of
1512         abbrev_section.
1513         (create_dwo_in_dwp): Tweak comments.
1514         (read_str_index): Tweak comment.  Record dwarf form name in static
1515         local.
1516
1517 2013-09-27  Pedro Alves  <palves@redhat.com>
1518
1519         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1520         (remote_filename_p): Add comment.
1521         * remote.c (remote_filename_p): Adjust to use
1522         REMOTE_SYSROOT_PREFIX.
1523         * solib.c (solib_find): When deciding whether we need to add a
1524         directory separator, check whether the sysroot is "remote:"
1525         instead of checking whether the patch has a drive spec.  Add
1526         comments.
1527
1528 2013-09-27  Pedro Alves  <palves@redhat.com>
1529
1530         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1531         Delete fields.
1532         (remote_parse_stop_reply): Adjust, setting event->ws.kind
1533         directly.
1534
1535 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1536
1537         Fix set debug frame output.
1538         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
1539         SENTINEL_FRAME entry lower to match enum frame_type order.
1540
1541 2013-09-26  Pierre Muller  <muller@sourceware.org>
1542
1543         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1544         AMD64_R15_REGNUM when a register index is expected.
1545         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1546         Substitute in array.
1547         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1548         (amd64_push_arguments): Substitute in integer_regnum array.
1549
1550 2013-09-25  Doug Evans  <dje@google.com>
1551
1552         * objfiles.c (allocate_objfile): Move comment to better place.
1553
1554         New option "set debug symfile on".
1555         * NEWS: Mention "set debug symfile".
1556         * Makefile.in (SFILES): Add symfile-debug.c.
1557         (COMMON_OBS): Add symfile-debug.o.
1558         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1559         objfile's symbol functions.
1560         * objfiles.h (objfile_set_sym_fns): Declare.
1561         * symfile-debug.c: New file.
1562         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1563         objfile's symbol functions.
1564         (reread_symbols): Ditto.
1565
1566         * symfile.h (struct sym_fns): Delete member "sym_flavour".
1567         All uses updated.
1568         (add_symtab_fns): Update prototype.
1569         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
1570         (registered_sym_fns): ... this.
1571         (symtab_fns): Update.
1572         (add_symtab_fns): New arg "flavour".  All callers updated.
1573         (find_sym_fns): Rewrite to use new sym_fns registry.
1574
1575         * symfile.h (struct sym_fns): Add "objfile" argument to
1576         sym_read_linetable.  All uses updated.
1577
1578         * symtab.c (domain_name, search_domain_name): New functions.
1579         * symtab.h (domain_name, search_domain_name): Declare.
1580
1581         * symfile.h (struct quick_symbol_functions): Reorg arg list of
1582         map_matching_symbols so objfile is first.  All uses updated.
1583         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1584         * psymtab.c (map_matching_symbols_psymtab): Update signature.
1585
1586 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1587
1588         PR shlibs/8882
1589         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1590         link map entries.
1591
1592 2013-09-24  Doug Evans  <dje@google.com>
1593
1594         * objfiles.c (free_objfile): Move comment.
1595
1596 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1597
1598         * ada-exp.y (string_to_operator): Delete.
1599         (dummy_string_to_ada_operator): Delete.
1600
1601 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1602
1603         Revert:
1604         * i386-tdep.h (enum amd64_reg_class): New, moved here from
1605         amd64-tdep.c.
1606         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1607         call_dummy_integer_regs, and classify.
1608         * amd64-tdep.h (amd64_classify): Add declaration.
1609         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1610         (amd64_reg_class): Delete, moved to i386-tdep.h.
1611         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
1612         Replace call to amd64_classify by call to tdep->classify.
1613         (amd64_push_arguments): Get the list of registers to use for
1614         passing integer parameters from the gdbarch tdep structure,
1615         rather than using a hardcoded one.  Replace calls to amd64_classify
1616         by calls to tdep->classify.
1617         (amd64_push_dummy_call): Get the register number used for
1618         the "hidden" argument from tdep->call_dummy_integer_regs.
1619         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1620         and tdep->call_dummy_integer_regs.  Set tdep->classify.
1621
1622 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1623
1624         Revert:
1625         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1626         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1627         where tdep->memory_args_by_pointer is non-zero.
1628
1629 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1630
1631         Revert:
1632         * i386-tdep.h (struct gdbarch_tdep): Add new field
1633         integer_param_regs_saved_in_caller_frame.
1634         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1635         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1636
1637 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1638
1639         * amd64-windows-tdep.c: #include "value.h"
1640         (amd64_windows_classify): Delete.
1641         (amd64_windows_passed_by_integer_register)
1642         (amd64_windows_passed_by_xmm_register)
1643         (amd64_windows_passed_by_pointer)
1644         (amd64_windows_adjust_args_passed_by_pointer)
1645         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1646         (amd64_windows_push_dummy_call): New functions.
1647         (amd64_windows_init_abi): Remove setting of
1648         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1649         tdep->classify, tdep->memory_args_by_pointer and
1650         tdep->integer_param_regs_saved_in_caller_frame.
1651         Add call to set_gdbarch_push_dummy_call.
1652
1653 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1654
1655         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1656         objfile->original_name.
1657
1658 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1659
1660         Pass down original filename for objfile.
1661         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1662         * elfread.c (elf_symfile_read): Likewise.
1663         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1664         longer set ORIGINAL_NAME.
1665         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1666         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1667         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
1668         symbol_file_add_from_bfd call.
1669         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1670         (macho_check_dsym): Add parameter filenamep.  Change function comment.
1671         Set *filenamep.
1672         (macho_symfile_read): New variable dsym_filename.  Update
1673         macho_check_dsym call.  Use it for symbol_file_add_separate.
1674         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
1675         it.  Use it for objfile->original_name.
1676         (objfile_name): Return OBFD's filename, if available.
1677         * objfiles.h (allocate_objfile): Add new parameter name.
1678         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1679         * symfile-mem.c (symbol_file_add_from_memory): Update
1680         symbol_file_add_from_bfd call.
1681         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1682         comment for it.
1683         (symbol_file_add_with_addrs): New parameter name, add function comment
1684         for it.  Remove variable name.  Update allocate_objfile call.
1685         (symbol_file_add_separate): New parameter name, add function comment
1686         for it.  Update symbol_file_add_with_addrs call.
1687         (symbol_file_add_from_bfd): New parameter name.  Update
1688         symbol_file_add_with_addrs call.
1689         (symbol_file_add): Update symbol_file_add_from_bfd call.
1690         (reread_symbols): New variable original_name.  Save
1691         objfile->original_name by it.
1692         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1693         second parameter.
1694
1695 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1696
1697         Code cleanup: Add objfile_name accessor function.
1698         * ada-lang.c (is_known_support_routine): Use objfile_name.
1699         * auto-load.c (source_gdb_script_for_objfile)
1700         (auto_load_objfile_script): Likewise.
1701         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1702         * dbxread.c (dbx_symfile_read): Likewise.
1703         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1704         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1705         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1706         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1707         (lookup_dwp_signatured_type, lookup_dwo_unit)
1708         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1709         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1710         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1711         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1712         (dwarf2_record_block_ranges, read_common_block, read_typedef)
1713         (read_subrange_type, load_partial_dies, read_partial_die)
1714         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1715         (die_containing_type, build_error_marker_type, lookup_die_type)
1716         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1717         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1718         (get_DW_AT_signature_type, write_psymtabs_to_index)
1719         (save_gdb_index_command): Likewise.
1720         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1721         Likewise.
1722         * expprint.c (dump_subexp_body_standard): Likewise.
1723         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1724         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1725         original_name.
1726         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1727         obj_name, use objfile_name for it, use the variable.
1728         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1729         Use objfile_name.
1730         * machoread.c (macho_symtab_read, macho_check_dsym)
1731         (macho_symfile_relocate): Likewise.
1732         * maint.c (maintenance_translate_address): Likewise.
1733         * minidebug.c (find_separate_debug_file_in_section): Likewise.
1734         * minsyms.c (install_minimal_symbols): Likewise.
1735         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1736         original_name.
1737         (filter_overlapping_sections): Use objfile_name.
1738         (objfile_name): New function.
1739         * objfiles.h (struct objfile): Rename field name to original_name.
1740         (objfile_name): New prototype.
1741         * printcmd.c (sym_info, address_info): Use objfile_name.
1742         * probe.c (parse_probes, collect_probes, compare_probes)
1743         (info_probes_for_ops): Likewise.
1744         * progspace.c (clone_program_space): Likewise.
1745         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1746         (maintenance_info_psymtabs): Likewise.
1747         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1748         (source_section_scripts): Likewise.
1749         * python/py-objfile.c (objfpy_get_filename): Likewise.
1750         * python/py-progspace.c (pspy_get_filename): Likewise.
1751         * solib-aix.c (solib_aix_get_toc_value): Likewise.
1752         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1753         * solib.c (solib_read_symbols): Likewise.
1754         * stabsread.c (scan_file_globals): Likewise.
1755         * stap-probe.c (handle_stap_probe): Likewise.
1756         * symfile.c (symbol_file_clear, separate_debug_file_exists)
1757         (find_separate_debug_file_by_debuglink): Likewise.
1758         (reread_symbols): Likewise.  Use the objfile field name renamed to
1759         original_name.
1760         (allocate_symtab): Use objfile_name.
1761         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1762         (dump_objfile, dump_msymbols, dump_symtab_1)
1763         (maintenance_print_msymbols, maintenance_print_objfiles)
1764         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1765         * target.c (target_translate_tls_address, target_info): Likewise.
1766         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
1767         objfile_name.
1768
1769 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1770
1771         Code cleanup.
1772         * probe.c (parse_probes): Rename variable objfile_name to
1773         objfile_namestr.
1774
1775 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1776
1777         Remove solib-sunos.c.
1778         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1779         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1780         * objfiles.c (rt_common_objfile): Remove.
1781         (free_objfile): Remove rt_common_objfile comparison.
1782         * objfiles.h (rt_common_objfile): Remove.
1783         * solib-sunos.c: Remove.
1784         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1785
1786 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1787
1788         Remove a.out NetBSD and OpenBSD hosts.
1789         * NEWS (Removed native configurations): New.
1790         * config/arm/nbsdaout.mh: Remove.
1791         * config/i386/nbsdaout.mh: Remove.
1792         * config/i386/obsdaout.mh: Remove.
1793         * config/m68k/nbsdaout.mh: Remove.
1794         * config/sparc/nbsdaout.mh: Remove.
1795         * config/vax/nbsdaout.mh: Remove.
1796         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1797         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1798         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1799         error.
1800         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1801         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1802         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1803
1804 2013-09-23  Tom Tromey  <tromey@redhat.com>
1805
1806         * linespec.c (struct minsym_and_objfile): Remove.
1807         (minsym_and_objfile_d): Remove.
1808         (struct linespec, struct collect_info, linespec_parse_basic)
1809         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1810         (compare_msymbols, find_method, find_function_symbols)
1811         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1812         (add_minsym, search_minsyms_for_name): Update.
1813
1814 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1815
1816         * regcache.c: Add include of valprint.h.
1817         (dump_endian_bytes): Delete.
1818         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1819
1820 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1821
1822         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1823
1824 2013-09-19  Pedro Alves  <palves@redhat.com>
1825
1826         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1827         breakpoints.
1828
1829 2013-09-19  Pedro Alves  <palves@redhat.com>
1830             Thomas Schwinge  <thomas@codesourcery.com>
1831             Yue Lu  <hacklu.newborn@gmail.com>
1832
1833         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1834         Take a gdb_byte pointer instead of a char pointer.
1835
1836         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1837         gnu_xfer_partial helper.
1838         (gnu_xfer_partial): New function.
1839         (gnu_target): Don't install a deprecated_xfer_memory hook.
1840         Install a to_xfer_partial hook.
1841
1842 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1843
1844         Constification.
1845         * main.c (captured_main): Replace catch_command_errors by
1846         catch_command_errors_const.  Twice.
1847         * symfile.c (symbol_file_add_main_1): Make args parameter const.
1848         (symbol_file_add): Make name parameter const.
1849         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1850         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
1851         variable name.  Change their usage accordingly.
1852         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1853         const.
1854         (symbol_file_add_main): Make args parameter const.
1855
1856 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
1857             Ulrich Weigand  <uweigand@de.ibm.com>
1858
1859         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1860         of c_value member.
1861         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1862
1863 2013-09-18  Pedro Alves  <palves@redhat.com>
1864             Yue Lu  <hacklu.newborn@gmail.com>
1865
1866         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1867         (gnu_create_inferior)
1868         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1869         (set_sig_thread_cmd): Use the lwpid field of ptids to
1870         store/extract thread ids instead of the tid field.
1871         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1872
1873 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1874
1875         * infcmd.c (default_print_one_register_info): Add detection of
1876         optimized out values.
1877         (default_print_registers_info): Switch to using
1878         get_frame_register_value.
1879
1880 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1881
1882         * infrun.c (handle_inferior_event): Check if we know the
1883         function start address before setting a resume breakpoint.
1884
1885 2013-09-18  Pedro Alves  <palves@redhat.com>
1886
1887         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1888         minus_one_ptid instead of looking at the ptid's tid field and
1889         comparing that to -1.
1890
1891 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1892
1893         * main.h (get_gdb_program_name): Remove extra whitespace.
1894
1895 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1896
1897         * main.h (get_gdb_program_name): Add declaration.
1898         * main.c (get_gdb_program_name): Add definition.
1899
1900 2013-09-17  Doug Evans  <dje@google.com>
1901
1902         * dwarf2read.c: Move definitions of complaint functions to after
1903         forward declarations of local functions.
1904
1905 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
1906             Pedro Alves  <palves@redhat.com>
1907
1908         PR gdb/11568
1909         * breakpoint.c (remove_threaded_breakpoints): New function.
1910         (_initialize_breakpoint): Attach remove_threaded_breakpoints
1911         as thread_exit observer.
1912
1913 2013-09-17  Pedro Alves  <palves@redhat.com>
1914
1915         PR gdb/15911
1916         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1917         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1918         * corelow.c (core_open):
1919         * frame.h (print_stack_frame, print_frame_info): New
1920         'set_current_sal' parameter.
1921         * infcmd.c (finish_command, kill_command): Adjust call to
1922         print_stack_frame.
1923         * inferior.c (inferior_command): Likewise.
1924         * infrun.c (normal_stop): Likewise.
1925         * linux-fork.c (linux_fork_context): Likewise.
1926         * record-full.c (record_full_goto_entry, record_full_restore):
1927         Likewise.
1928         * remote-mips.c (common_open): Likewise.
1929         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1930         Use it.
1931         (print_frame_info): New 'set_current_sal' parameter.  Set the last
1932         displayed sal depending on the new paremeter instead of looking at
1933         print_what.
1934         (backtrace_command_1, select_and_print_frame, frame_command)
1935         (current_frame_command, up_command, down_command): Adjust call to
1936         print_stack_frame.
1937         * thread.c (print_thread_info, restore_selected_frame)
1938         (do_captured_thread_select): Adjust call to print_stack_frame.
1939         * tracepoint.c (tfind_1): Likewise.
1940         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1941         (mi_cmd_stack_info_frame): Likewise.
1942         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1943         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1944
1945 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1946
1947         * value.c (isvoid_internal_fn): Replace "parameter" with
1948         "argument".
1949
1950 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1951
1952         * README: Update references to writing code for GDB.
1953         * configure.ac (build_warnings): Remove obsolete comment.
1954         * configure: Regenerate.
1955         * gdbarch.sh: Remove references to gdbint.texinfo.
1956         * gdbarch.h: Regenerate.
1957         * gdbtypes.c (objfile_type): Remove comments referencing internals
1958         manual and D10V.
1959
1960 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1961
1962         * NEWS: Mention new convenience function $_isvoid.
1963         * value.c (isvoid_internal_fn): New function.
1964         (_initialize_values): Add new convenience function $_isvoid.
1965
1966 2013-09-16  Pierre Muller  <muller@sourceware.org>
1967
1968         * arm-linux-tdep.c: Add "elf/common.h" header.
1969         Remove AT_HWCAP macro definintion as it is provided in
1970         added include file.
1971         * s390-tdep.c: Remove system header <elf.h>
1972         Add "elf/common.h" header for AT_HWCAP definition.
1973         (s390_core_read_description): Use correct CORE_ADDR
1974         for hwcap local variable used as third parameter
1975         of function target_auxv_search.
1976
1977 2013-09-14  Pierre Muller  <muller@sourceware.org>
1978             Tom Tromey  <tromey@redhat.com>
1979             Pedro Alves  <palves@redhat.com>
1980
1981         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1982         mode if operating system doesn't know O_CLOEXEC.
1983
1984 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1985
1986         Code cleanup.
1987         * symfile.c (reread_symbols): Move variable obfd_filename to a more
1988         inner block.
1989
1990 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1991
1992         * NEWS: Mention TDB support.
1993         * features/s390-tdb.xml: New file.
1994         * features/s390-te-linux64.xml: New file.
1995         * features/s390x-te-linux64.xml: New file.
1996         * features/Makefile (WHICH): Add new tdescs above.
1997         (s390-te-linux64-expedite): Set.
1998         (s390x-te-linux64-expedite): Set.
1999         * features/s390-te-linux64.c: New file (generated).
2000         * features/s390x-te-linux64.c: New file (generated).
2001         * regformats/s390-te-linux64.dat: New file (generated).
2002         * regformats/s390x-te-linux64.dat: New file (generated).
2003         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
2004         (HWCAP_S390_TE): Likewise.
2005         (S390_TDB_DWORD0_REGNUM): Likewise.
2006         (S390_TDB_DWORD0_REGNUM): Likewise.
2007         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
2008         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
2009         (S390_TDB_ATIA_REGNUM): Likewise.
2010         (S390_TDB_R0_REGNUM): Likewise.
2011         (S390_TDB_R1_REGNUM): Likewise.
2012         (S390_TDB_R2_REGNUM): Likewise.
2013         (S390_TDB_R3_REGNUM): Likewise.
2014         (S390_TDB_R4_REGNUM): Likewise.
2015         (S390_TDB_R5_REGNUM): Likewise.
2016         (S390_TDB_R6_REGNUM): Likewise.
2017         (S390_TDB_R7_REGNUM): Likewise.
2018         (S390_TDB_R8_REGNUM): Likewise.
2019         (S390_TDB_R9_REGNUM): Likewise.
2020         (S390_TDB_R10_REGNUM): Likewise.
2021         (S390_TDB_R11_REGNUM): Likewise.
2022         (S390_TDB_R12_REGNUM): Likewise.
2023         (S390_TDB_R13_REGNUM): Likewise.
2024         (S390_TDB_R14_REGNUM): Likewise.
2025         (S390_TDB_R15_REGNUM): Likewise.
2026         (S390_NUM_REGS): Increase.
2027         (S390_IS_TDBREGSET_REGNUM): New macro.
2028         (s390_regmap_tdb): Declare.
2029         (s390_sizeof_tdbregset): Define.
2030         (tdesc_s390_te_linux64): Declare.
2031         (tdesc_s390x_te_linux64): Likewise.
2032         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
2033         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
2034         (s390_regmap_tdb): New regmap.
2035         (s390_supply_tdb_regset): New function.
2036         (s390_tdb_regset): New regset.
2037         (s390_linux64v2_regset_sections): Add TDB regset to list.
2038         (s390x_linux64v2_regset_sections): Likewise.
2039         (s390_regset_from_core_section): Recognize TDB core note section.
2040         (s390_core_read_description): If HWCAP indicates TE support,
2041         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
2042         (s390_gdbarch_init): Handle TDB regset.
2043         (_initialize_s390_tdep): Initialize new tdescs.
2044         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
2045         (have_regset_tdb): New variable.
2046         (s390_native_supply): Support register invalidation.
2047         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
2048         (check_regset): Treat ENODATA as "regset exists".
2049         (s390_linux_fetch_inferior_registers): Add TDB.
2050         (s390_read_description): Check for TDB existence and select
2051         appropriate tdesc.
2052         * gdbserver/Makefile.in (clean): Add removal of new makefile
2053         targets.
2054         (s390-te-linux64.c): New makefile target.
2055         (s390x-te-linux64.c): Likewise.
2056         * gdbserver/configure.srv (srv_regobj): Append new objects
2057         s390-te-linux64.o and s390x-te-linux64.o.
2058         (srv_xmlfiles): Append new files s390-te-linux64.xml,
2059         s390x-te-linux64.xml, and s390-tdb.xml.
2060         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
2061         declaration.
2062         (tdesc_s390_te_linux64): Likewise.
2063         (init_registers_s390x_te_linux64): Likewise.
2064         (tdesc_s390x_te_linux64): Likewise.
2065         (s390_check_regset): Treat ENODATA as "regset exists".
2066         (s390_arch_setup): Add TDB regset support.
2067         (initialize_low_arch): Initialize registers for new tdescs.
2068
2069 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2070
2071         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
2072         (S390_IS_FPREGSET_REGNUM): New macro.
2073         * s390-tdep.c (s390_dwarf_regmap): Make const.
2074         (regnum_is_gpr_full): New function for replacing repeated code.
2075         (s390_pseudo_register_name): Use it.
2076         (s390_pseudo_register_type): Likewise.
2077         (s390_pseudo_register_read): Likewise.
2078         (s390_pseudo_register_write): Likewise.
2079         (s390_unwind_pseudo_register): Likewise.
2080         (s390_regmap_gregset): New format for regmap.
2081         (s390x_regmap_gregset): Likewise.
2082         (s390_regmap_fpregset): Likewise.
2083         (s390_regmap_upper): Likewise.
2084         (s390_regmap_last_break): Likewise.
2085         (s390_regmap_system_call): Likewise.
2086         (s390_supply_regset): Adjust to new regmap format.
2087         (s390_collect_regset): Likewise.
2088         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
2089         (s390_native_collect): Likewise.
2090         (supply_gregset): Likewise.
2091         (fill_gregset): Likewise.
2092         (supply_fpregset): Likewise.
2093         (fill_fpregset): Likewise.
2094         (fetch_regset): Likewise.
2095         (store_regset): Likewise.
2096         (s390_linux_fetch_inferior_registers): Likewise.
2097         (s390_linux_fetch_inferior_registers): Likewise.
2098
2099 2013-09-12  Andrew Pinski  <apinski@cavium.com>
2100
2101         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
2102
2103 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2104
2105         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
2106
2107 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
2108
2109         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
2110
2111 2013-09-06  Pedro Alves <palves@redhat.com>
2112
2113         * remote-sim.c (dump_mem, gdbsim_fetch_register)
2114         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
2115         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
2116         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
2117         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
2118         gdb_stdlog.
2119
2120 2013-09-06  Pedro Alves  <palves@redhat.com>
2121
2122         * remote-sim.c (dump_mem): Constify buf parameter.
2123         gdbsim_xfer_inferior_memory): Rename to ...
2124         (gdbsim_xfer_memory): ... this.  Adjust interface as
2125         target_xfer_partial helper.
2126         (gdbsim_xfer_partial): New function.
2127         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
2128         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
2129
2130 2013-09-06  Pedro Alves  <palves@redhat.com>
2131
2132         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2133         host_address_to_string, and send debug output to gdb_stdlog.
2134
2135 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2136
2137         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2138         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2139         gdb_target_obs for cris target.
2140         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2141         (cris_gdbarch_init): Move calls to
2142         set_gdbarch_fetch_tls_load_module_address and
2143         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2144         Add call to gdbarch_init_osabi.
2145         * cris-linux-tdep.c: New file.
2146         * cris-tdep.h: New file.
2147
2148 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
2149
2150         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2151         to deprecated_init_ui_hook.
2152
2153 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
2154
2155         * cli/cli-interp.c (_initialize_cli_interp): Add a
2156         command_loop_proc to interp_procs.
2157         * event-top.c (cli_command_loop): Change signature to match
2158         interp_command_loop_ftype.
2159         * event-top.h (cli_command_loop): Same.
2160         * interps.c (interp_new): Require every interpreter to have a
2161         command_loop_proc.
2162         (current_interp_command_loop): Just call the command_loop_proc on
2163         the current interpreter.
2164         * tui/tui-interp.c (_initialize_tui_interp): Add a
2165         command_loop_proc to interp_procs.
2166
2167 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2168
2169         * cris-tdep.c (cris_gdbarch_init): Add call to
2170         get_gdbarch_fetch_tls_load_module_address.
2171
2172 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2173
2174         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2175         (cris_elf_gregset_t): Rename from elf_gregset_t.
2176         (crisv32_elf_gregset_t): Adjust.
2177         (cris_supply_gregset, fetch_core_registers): Adjust.
2178
2179 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2180
2181         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2182
2183 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
2184
2185         * defs.h (deprecated_command_loop_hook): Remove, including
2186         references in comments.
2187         * interps.c (current_interp_command_loop): No longer use
2188         deprecated_command_loop_hook.
2189         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2190         setup.
2191         * top.c (deprecated_command_loop_hook): Remove.
2192
2193 2013-09-05  Pedro Alves  <palves@redhat.com>
2194
2195         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2196         local is now int instead of ULONGEST.  Print it with %d
2197         instead of paddress.
2198
2199 2013-09-05  Tristan Gingold  <gingold@adacore.com>
2200
2201         * MAINTAINERS: Remove avr maintainership.
2202
2203 2013-09-05  Pedro Alves  <palves@redhat.com>
2204
2205         * findvar.c (value_of_register): Rework in terms of
2206         value_of_register_lazy.
2207
2208 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
2209
2210         * symfile.c (add_symbol_file_command): Remove trailing
2211          whitespaces and blank line after comment.
2212
2213 2013-09-05  Pedro Alves  <palves@redhat.com>
2214
2215         * tui/tui-regs.c (tui_register_format): Don't look at the
2216         register's name here.  Return string representing register
2217         value instead of storing it in the data element.
2218         (tui_get_register): Compare register string representations
2219         instead of register value states and contents.
2220
2221 2013-09-05  Pedro Alves  <palves@redhat.com>
2222
2223         PR tui/15933
2224         * tui/tui-regs.c (tui_show_registers): Show registers of the
2225         selected frame, not the current frame.
2226
2227 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
2228
2229         * MAINTAINERS (Write After Approval): Add myself to the list.
2230
2231 2013-09-04  Doug Evans  <dje@google.com>
2232
2233         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2234         (queue_and_load_dwo_tu): New function.
2235         (lookup_dwo_signatured_type): Set per_cu.tu_read.
2236         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2237         Make dependent_cu optional.
2238         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2239         and an older .gdb_index is in use, queue and load all its TUs too.
2240
2241 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2242
2243         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2244         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2245         variable search_flags.
2246         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2247         (OPF_RETURN_REALPATH): ... here.
2248         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2249         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2250         call.  Twice.
2251         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2252         openp call.
2253         * solib.c (solib_find): Likewise.  Four times.
2254         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2255         in the function comment and for the realpath_fptr variable.
2256         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2257         (find_and_open_source): Likewise.  Twice.
2258         * symfile.c (symfile_bfd_open): Likewise, also twice.
2259
2260 2013-09-04  Doug Evans  <dje@google.com>
2261
2262         * progspace.c (save_current_space_and_thread): Remove unnecessary
2263         call to save_current_inferior.
2264
2265 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
2266
2267         * sh64-tdep.c (sh64_do_register): Return after printing message
2268         about unavailable register contents.
2269
2270 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
2271             Pedro Alves  <palves@redhat.com>
2272
2273         * symfile.c (add_symbol_file_command): Error out on unknown
2274         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2275         options and collapse into single conditional branch.
2276
2277 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
2278
2279         * inf-child.c (inf_child_follow_fork): New parameter
2280         detach_fork.
2281         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2282         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2283         * inferior.h (detach_fork): Remove.
2284         * infrun.c (detach_fork): Adjust comment and make it
2285         static.
2286         (follow_fork): Pass detach_fork parameter to
2287         target_follow_fork.
2288         * linux-nat.c (linux_child_follow_fork): New parameter
2289         detach_fork.
2290         * target.c (target_follow_fork): New parameter detach_fork.
2291         Pass detach_fork as parameter and print its value.
2292         * target.h (struct target_ops) <to_follow_fork>: New int
2293         parameter.
2294         (target_follow_fork): New parameter detach_fork.
2295
2296 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
2297
2298         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2299         Replace sec->bfd by sec->the_bfd_section->owner.
2300
2301 2013-09-03  Yao Qi  <yao@codesourcery.com>
2302
2303         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
2304         from linux_has_shared_address_space.
2305         (linux_has_shared_address_space): Call linux_is_uclinux.
2306         * linux-tdep.h (linux_is_uclinux): Declare.
2307         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2308         linux_is_uclinux.
2309
2310 2013-09-03  Yao Qi  <yao@codesourcery.com>
2311
2312         * config/djgpp/fnchange.lst: Remove entry of
2313         i386-interix-nat.c and i386-interix-tdep.c.
2314         * configure.ac: Remove '*-*-interix*'.
2315         * configure: Re-generated.
2316         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2317         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2318         obsolete comments.
2319         * osabi.c (gdb_osabi_names): Remove "Interix".
2320
2321 2013-09-03  Yao Qi  <yao@codesourcery.com>
2322
2323         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2324
2325 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
2326
2327         * record.h (record_print_flag) <record_print_src_line,
2328         record_print_insn_range>: Rename into ...
2329         (record_print_flag) <record_print_src_line,
2330         record_print_insn_range>: ... this.  Update all users.
2331
2332 2013-09-02  Pierre Muller  <muller@sourceware.org>
2333
2334         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2335         error code.
2336
2337 2013-09-02  Pierre Muller  <muller@sourceware.org>
2338
2339         * windows-nat.c (windows_xfer_memory): Fix compilation failure
2340         by use of plongest function.
2341
2342 2013-09-02  Tristan Gingold  <gingold@adacore.com>
2343
2344         * NEWS: Add entry mentioning support for native Windows x64
2345         SEH data.
2346
2347         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
2348         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
2349         (struct amd64_windows_frame_cache): New struct.
2350         (amd64_windows_w2gdb_regnum): New global.
2351         (pc_in_range, amd64_windows_frame_decode_epilogue)
2352         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
2353         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
2354         (amd64_windows_frame_this_id): New functions.
2355         (amd64_windows_frame_unwind): New static global.
2356         (amd64_windows_skip_prologue): New function.
2357         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2358         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2359         with amd64_windows_skip_prologue.
2360
2361 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
2362
2363         GDB 7.6.1 released.
2364
2365 2013-08-30  Pedro Alves  <palves@redhat.com>
2366
2367         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2368         SRC_AND_LOC.
2369
2370 2013-08-30  Pedro Alves  <palves@redhat.com>
2371
2372         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2373         warning text.
2374
2375 2013-08-30  Pedro Alves  <palves@redhat.com>
2376
2377         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2378         Adjust arguments to print_stack_frame.
2379
2380 2013-08-30  Pedro Alves  <palves@redhat.com>
2381
2382         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2383
2384 2013-08-30  Pedro Alves  <palves@redhat.com>
2385
2386         * frame.h (show_and_print_stack_frame): Delete declaration.
2387
2388 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
2389
2390         PR python/15461
2391         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2392         (archpy_name): Check for valid architecture.
2393         (archpy_disassemble): Ditto.
2394
2395 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
2396
2397         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2398         instead of "long long" in call to ptrace64.
2399
2400 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
2401
2402         * mi/mi-interp.c (mi_command_loop): Change signature to match
2403         interp_command_loop_ftype.
2404         (mi1_command_loop): Remove.
2405         (mi2_command_loop): Remove.
2406         (mi3_command_loop): Remove.
2407         (mi_interpreter_resume): Remove setting of
2408         deprecated_command_loop_hook.
2409         (_initialize_mi_interp): Set mi_command_loop as the command loop
2410         callback.
2411
2412 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2413
2414         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2415         value_type.
2416
2417 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2418
2419         * value.c (allocate_value_contents): Make static.
2420         * value.h (allocate_value_contents): Remove prototype.
2421
2422 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2423
2424         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2425         of assembling value via allocate_value_lazy and attribute setter.
2426         * findvar.c (default_read_var_value): Use value_at_lazy instead of
2427         assembling value via allocate_value_lazy and attribute setter.
2428         * valops.c (do_search_struct_field): Use value_at_lazy instead of
2429         assembling value via allocate_value_lazy and attribute setter.
2430
2431 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2432
2433         * value.c (value_from_contents_and_address): Replace allocate_value and
2434         memcpy with value_from_contents.
2435
2436 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2437
2438         * python/py-framefilter.c (py_print_frame): Remove usage of
2439         PyString_AsString.  Use python_string_to_host_string instead.
2440         Refactor function to work with a string as a new allocation
2441         instead of a pointer.
2442         (py_print_frame): Ditto.
2443         * python/lib/gdb/frames.py (return_list): Cain iterators together
2444         instead of adding them as a list.
2445         (_sort_list): Call return_list, and remove duplicate code.
2446         (execute_frame_filters): Convert iterator to a list with list().
2447         * python/lib/gdb/command/frame_filters.py
2448         (SetFrameFilterPriority._set_filter_priority): Convert priority
2449         attribute to an integer.
2450         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2451         wrapper function __next__.
2452         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2453         define as "str".
2454
2455 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2456
2457         PR python/15752
2458         * python/py-framefilter.c (apply_frame_filter): Check
2459         gdb_python_initialized.  Exit if the Python frame-filter code
2460         cannot be initialized.
2461
2462 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2463
2464         PR cli/15842
2465         * top.c (print_gdb_version): Remove erroneous newline after help
2466         text.
2467
2468 2013-08-29  Yao Qi  <yao@codesourcery.com>
2469
2470         * varobj.c (install_dynamic_child): Remove trailing space.
2471         Add one blank line after variable declaration.
2472
2473 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2474
2475         PR gdb/15415
2476         * corefile.c (get_exec_file): Use exec_filename.
2477         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
2478         * exec.c (exec_close): Free EXEC_FILENAME.
2479         (exec_file_attach): New variable canonical_pathname.  Use
2480         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
2481         EXEC_FILENAME.
2482         * exec.h (exec_filename): New.
2483         * inferior.c (print_inferior, inferior_command): Use
2484         PSPACE_EXEC_FILENAME.
2485         * mi/mi-main.c (print_one_inferior): Likewise.
2486         * progspace.c (clone_program_space, print_program_space): Likewise.
2487         * progspace.h (struct program_space): New field pspace_exec_filename.
2488         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
2489         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2490
2491 2013-08-28  Will Newton  <will.newton@linaro.org>
2492
2493         * common/linux-ptrace.c: Include stdint.h unconditionally.
2494
2495 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2496
2497         Code cleanup.
2498         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2499
2500 2013-08-28  Yao Qi  <yao@codesourcery.com>
2501             Pedro Alves  <palves@redhat.com>
2502
2503         * event-top.c (gdb_setup_readline): Call stderr_fileopen
2504         instead of stdio_fileopen.
2505         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2506         .Call stderr_fileopen instead of stdio_fileopen.
2507         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2508         [__MINGW32__] (stderr_file_fputs): New function.
2509         (stderr_fileopen): New function.
2510         * ui-file.h (stderr_fileopen): Declare.
2511
2512 2013-08-27  Doug Evans  <dje@google.com>
2513
2514         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2515         (struct dwarf2_per_cu_data): Ditto.
2516         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
2517         (process_imported_unit_die): Ditto.
2518         (follow_die_sig_1): Simplify assert.
2519
2520 2013-08-27  Pedro Alves  <palves@redhat.com>
2521
2522         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2523         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
2524         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2525         windows_xfer_memory directly.
2526         (init_windows_ops): Don't install a deprecated_xfer_memory method.
2527
2528 2013-08-27  Pedro Alves  <palves@redhat.com>
2529
2530         * darwin-nat.c (darwin_xfer_memory): Delete.
2531         (_initialize_darwin_inferior): Don't install a
2532         deprecated_xfer_memory method.
2533
2534 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2535             Yao Qi  <yao@codesourcery.com>
2536
2537         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2538         (parse_no_frames_option): Remove.
2539         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2540         (mi_cmd_stack_list_args): Adjust.
2541         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2542         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
2543         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2544         Caller update.
2545         (list_args_or_locals): New parameter 'skip_unavailable'.
2546         Handle it.
2547         * valprint.c (scalar_type_p): Rename to ...
2548         (val_print_scalar_type_p): ... this.  Make extern.
2549         (val_print, value_check_printable): Adjust.
2550         * valprint.h (val_print_scalar_type_p): Declare.
2551         * value.c (value_entirely_unavailable): New function.
2552         * value.h (value_entirely_unavailable): Declare.
2553
2554         * NEWS: Mention the new option "--skip-unavailable" to MI
2555         commands '-stack-list-locals', '-stack-list-arguments' and
2556         '-stack-list-variables'.
2557
2558 2013-08-27  Yao Qi  <yao@codesourcery.com>
2559
2560         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2561         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2562         options.
2563         * mi/mi-getopt.c (mi_getopt): Remove.
2564         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
2565         'error_on_unknown'.
2566         (mi_getopt): Call mi_getopt_1.
2567         (mi_getopt_silent): New.
2568         * mi/mi-getopt.h (mi_getopt_silent): Declare.
2569
2570 2013-08-26  Doug Evans  <dje@google.com>
2571
2572         PR symtab/15885
2573         * dwarf2read.c (dw2_dump): Print some minimal information indicating
2574         .gdb_index is in use.
2575         * symfile.c (reread_symbols): Reset objfile->sf.
2576
2577         * NEWS: Document "mt print objfiles" now takes optional regexp.
2578         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2579         regexp of objfiles to print.
2580         (_initialize_symmisc): Update doc string for "mt print objfiles".
2581
2582         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2583         missing debug info checks.
2584
2585 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
2586             Ulrich Weigand  <uweigand@de.ibm.com>
2587
2588         * xcoffread.c (arrange_linetable): Add fix to correctly handle
2589         line tables generated by XLC compiled binaries.
2590
2591 2013-08-23  Doug Evans  <dje@google.com>
2592
2593         * symmisc.c (dump_symtab): Delete prototype.
2594         (dump_msymbols, dump_objfile): Ditto.
2595         (maintenance_info_symtabs): Mark as dont_repeat.
2596         (_initialize_symmisc): Improve doc string for "mt info symtabs".
2597
2598         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2599         debugging printf to better location.
2600
2601 2013-08-23  Pedro Alves  <palves@redhat.com>
2602
2603         * target.c (target_read_live_memory): Change type of 'ret' local
2604         to LONGEST.
2605
2606 2013-08-23  Pedro Alves  <palves@redhat.com>
2607
2608         * remote.c (remote_write_bytes_aux, remote_write_bytes)
2609         (remote_read_bytes): Change return type to LONGEST, and adjust to
2610         return a target_xfer_error on error.
2611         (remote_xfer_memory): Delete.
2612         (remote_flash_write): Change type of 'ret' local to LONGEST.
2613         (remote_xfer_partial, remote_xfer_partial): Adjust.
2614         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2615
2616 2013-08-23  Pierre Muller  <muller@sourceware.org>
2617
2618         ARI fix: Push # directives to start of line.
2619         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2620
2621 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
2622
2623         PR gdb/15501
2624         * breakpoint.c (enable_command, disable_command): Iterate over
2625         all specified breakpoint locations.
2626
2627 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2628
2629         * common/linux-ptrace.c (linux_fork_to_function): Push #
2630         directives to the start of the line.
2631         (linux_check_ptrace_features): Fix warning message to use
2632         the "_" markup.
2633
2634 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2635
2636         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2637         nat/linux-waitpid.h.
2638         (linux-waitpid.o): New object file rule.
2639         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2640         (current_ptrace_options): Moved from linux-nat.c.
2641         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2642         parameters.
2643         (linux_fork_to_function): New function.
2644         (linux_grandchild_function): Likewise.
2645         (linux_child_function): Likewise.
2646         (linux_check_ptrace_features): New function, heavily
2647         based on linux-nat.c:linux_test_for_tracefork.
2648         (linux_enable_event_reporting): New function.
2649         (ptrace_supports_feature): Likewise.
2650         (linux_supports_tracefork): Likewise.
2651         (linux_supports_traceclone): Likewise.
2652         (linux_supports_tracevforkdone): Likewise.
2653         (linux_supports_tracesysgood): Likewise.
2654         * common/linux-ptrace.h (HAS_NOMMU): Moved from
2655         gdbserver/linux-low.c.
2656         (linux_enable_event_reporting): New declaration.
2657         (linux_supports_tracefork): Likewise.
2658         (linux_supports_traceclone): Likewise.
2659         (linux_supports_tracevforkdone): Likewise.
2660         (linux_supports_tracesysgood): Likewise.
2661         * config.in (PTRACE_TYPE_ARG4): Regenerate.
2662         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2663         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2664         * config/arm/linux.mh (NATDEPFILES): Likewise.
2665         * config/i386/linux.mh (NATDEPFILES): Likewise.
2666         * config/i386/linux64.mh (NATDEPFILES): Likewise.
2667         * config/ia64/linux.mh (NATDEPFILES): Likewise.
2668         * config/m32r/linux.mh (NATDEPFILES): Likewise.
2669         * config/m68k/linux.mh (NATDEPFILES): Likewise.
2670         * config/mips/linux.mh (NATDEPFILES): Likewise.
2671         * config/pa/linux.mh (NATDEPFILES): Likewise..
2672         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2673         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2674         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2675         * config/sparc/linux.mh (NATDEPFILES): Likewise.
2676         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2677         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2678         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2679         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2680         ptrace's 4th argument's types.
2681         Check the type of PTRACE_TYPE_ARG4.
2682         * configure: Regenerate.
2683         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2684         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2685         (linux_supports_tracefork_flag): Remove.
2686         (linux_supports_tracesysgood_flag): Likewise.
2687         (linux_supports_tracevforkdone_flag): Likewise.
2688         (current_ptrace_options): Moved to
2689         common/linux-ptrace.c.
2690         (linux_tracefork_child): Remove.
2691         (my_waitpid): Remove.
2692         (linux_test_for_tracefork): Renamed to
2693         linux_check_ptrace_features and moved to common/linux-ptrace.c.
2694         (linux_test_for_tracesysgood): Remove.
2695         (linux_supports_tracesysgood): Remove.
2696         (linux_supports_tracefork): Remove.
2697         (linux_supports_tracevforkdone): Remove.
2698         (linux_enable_tracesysgood): Remove.
2699         (linux_enable_event_reporting): Remove.
2700         (linux_init_ptrace): New function.
2701         (linux_child_post_attach): Call linux_init_ptrace.
2702         (linux_child_post_startup_inferior): Call linux_init_ptrace.
2703         (linux_child_follow_fork): Call linux_supports_tracefork
2704         and linux_supports_tracevforkdone.
2705         (linux_child_insert_fork_catchpoint): Call
2706         linux_supports_tracefork.
2707         (linux_child_insert_vfork_catchpoint): Likewise.
2708         (linux_child_set_syscall_catchpoint): Call
2709         linux_supports_tracesysgood.
2710         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2711         * nat/linux-nat.h: New file.
2712         * nat/linux-waitpid.c: New file.
2713         * nat/linux-waitpid.h: New file.
2714
2715 2013-08-22  Samuel Bronson  <naesten@gmail.com>
2716
2717         ARM Linux support for `catch syscall'.
2718         * syscalls/arm-linux.py: New file.
2719         * syscalls/arm-linux.xml: Likewise.
2720         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2721         (arm_linux_init_abi): Register the new function and syscall xml file.
2722         * data-directory/Makefile.in: Install the new syscall xml file.
2723         * NEWS: Brag about this.
2724
2725 2013-08-22  Pedro Alves  <palves@redhat.com>
2726
2727         PR gdb/15871
2728         * corefile.c (target_xfer_memory_error): New function.
2729         (memory_error): Defer EIO to target_memory_error.
2730         (read_memory): Use target_xfer_partial, and handle finer-grained
2731         target xfer errors.
2732         * target.c (target_xfer_error_to_string): New function.
2733         (memory_xfer_partial_1): If memory is known to be
2734         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2735         (target_xfer_partial): Make extern.
2736         * target.h (enum target_xfer_error): New enum.
2737         (target_xfer_error_to_string): Declare function.
2738         (target_xfer_partial): Declare function.
2739         (struct target_ops) <xfer_partial>: Adjust describing comment.
2740
2741 2013-08-22  Alan Modra  <amodra@gmail.com>
2742
2743         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2744         * configure.tgt: Likewise as targets.
2745
2746 2013-08-20  Doug Evans  <dje@google.com>
2747
2748         * buildsym.c (subfile_stack): Move here from buildsym.h.
2749         (pending_macros): Ditto.
2750         (get_macro_table): New function.
2751         (buildsym_init): Initialize subfile_stack.
2752         * coffread.c (type_vector,type_vector_length): Moved here from
2753         buildsym.h.
2754         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2755         (coff_symtab_read): Use it.
2756         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2757         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2758         with call to get_macro_table.
2759         * stabsread.c (type_vector,type_vector_length): Moved here from
2760         buildsym.h.
2761         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2762         * buildsym.h (get_macro_table): Declare.
2763
2764 2013-08-20  Tom Tromey  <tromey@redhat.com>
2765
2766         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2767         Update.
2768         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
2769
2770 2013-08-20  Doug Evans  <dje@google.com>
2771
2772         * blockframe.c: Remove #include "psymtab.h".
2773         * cp-support.c: Ditto.
2774         * source.c: Ditto.
2775         * stack.c: Ditto.
2776
2777 2013-08-20  Tom Tromey  <tromey@redhat.com>
2778
2779         PR python/15816:
2780         * exceptions.h (return_mask): Now an enum.
2781         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2782         enum constants.
2783
2784 2013-08-20  Tom Tromey  <tromey@redhat.com>
2785
2786         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2787         get_objfile_arch.
2788         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2789         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2790         * jit.c (jit_object_close_impl): Update.
2791         * jv-lang.c (get_dynamics_objfile): Update.
2792         * linespec.c (add_minsym): Use get_dynamics_objfile.
2793         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2794         (allocate_objfile): Don't initialize 'gdbarch' field.
2795         (get_objfile_arch): Update.
2796         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2797         moved from...
2798         (struct objfile) <gdbarch>: ... here.  Remove.
2799         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2800         get_objfile_arch.
2801         * symfile.c (init_entry_point_info): Use get_objfile_arch.
2802
2803 2013-08-20  Alan Modra  <amodra@gmail.com>
2804
2805         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2806         for IBM long double nan and inf.
2807         (floatformat_is_negative, floatformat_classify,
2808         floatformat_mantissa): Similarly.
2809         (floatformat_ieee_single, floatformat_ieee_double,
2810         floatformat_ieee_quad, floatformat_arm_ext,
2811         floatformat_ia64_spill): Delete unused vars.
2812         (_initialize_doublest): Delete unused function.
2813         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2814         little-endian variants of floatformat_ibm_long_double.
2815
2816 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
2817
2818         * Makefile.in (SFILES): Remove common/target-common.c and
2819         add target/waitstatus.c.
2820         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2821         target/resume.h, target/wait.h and target/waitstatus.h.
2822         (COMMON_OBS): Remove target-common.o and add
2823         waitstatus.o.
2824         (target-common.o): Remove.
2825         (waitstatus.o): New target object file.
2826         * common/target-common.c: Move contents to
2827         target/waitstatus.c and remove.
2828         * common/target-common.h: Move contents to other files and
2829         remove.
2830         (enum resume_kind: Move to target/resume.h.
2831         (TARGET_WNOHANG): Move to target/wait.h.
2832         (enum target_waitkind): Move to target/waitstatus.h.
2833         (struct target_waitstatus): Likewise.
2834         * target.h: Do not include target-common.h and
2835         include target/resume.h, target/wait.h and
2836         target/waitstatus.h.
2837         * target/resume.h: New file.
2838         * target/wait.h: New file.
2839         * target/waitstatus.h: New file.
2840         * target/waitstatus.c: New file.
2841
2842 2013-08-19  Pedro Alves  <palves@redhat.com>
2843
2844         * linux-nat.c (linux_test_for_tracefork)
2845         (linux_test_for_tracesysgood, linux_child_follow_fork)
2846         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2847         (linux_nat_wait_1): Extend comment.
2848         (linux_async_pipe): Add comment.
2849
2850 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
2851
2852         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2853         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2854         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2855         Update to account for fact that PC is now a pseudo-register.
2856         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
2857         cases for RL78_PC_REGNUM.
2858
2859 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
2860
2861         PR cli/15841
2862         * top.c (quit_force): Skip writing history file
2863         if input is not from terminal.
2864
2865 2013-08-14  Tom Tromey  <tromey@redhat.com>
2866
2867         * remote.c (struct remote_state) <echo_nextthread, nextthread,
2868         resultthreadlist>: New fields.
2869         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2870         (remote_get_threadlist, remote_threadlist_iterator): Use
2871         new fields.  Remove static variables.
2872
2873 2013-08-14  Tom Tromey  <tromey@redhat.com>
2874
2875         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2876         remote_watch_data_address>: New fields.
2877         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2878         (process_stop_reply, remote_wait_as)
2879         (remote_check_watch_resources, remote_stopped_data_address): Update.
2880
2881 2013-08-14  Tom Tromey  <tromey@redhat.com>
2882
2883         * remote.c (struct remote_state) <async_client_callback,
2884         async_client_context>: New fields.
2885         (async_client_callback, async_client_context): Remove.
2886         (remote_async_serial_handler, remote_async): Update.
2887
2888 2013-08-14  Tom Tromey  <tromey@redhat.com>
2889
2890         * remote.c (sizeof_pkt): Remove.
2891         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2892
2893 2013-08-14  Tom Tromey  <tromey@redhat.com>
2894
2895         * remote.c (struct remote_state) <use_threadinfo_query,
2896         use_threadextra_query>: New fields.
2897         (remote_threads_info, remote_threads_extra_info)
2898         (remote_open_1): Update.
2899
2900 2013-08-14  Tom Tromey  <tromey@redhat.com>
2901
2902         * remote.c (struct remote_state) <finished_object,
2903         finished_annex, finished_offset>: New fields.
2904         (remote_read_qxfer): Use remote_state fields; remove static
2905         variables.
2906
2907 2013-08-14  Tom Tromey  <tromey@redhat.com>
2908
2909         * remote.c (struct remote_state) <last_sent_step>:
2910         New field.
2911         (last_sent_step): Remove.
2912         (remote_resume, remote_wait_as): Update.
2913
2914 2013-08-14  Tom Tromey  <tromey@redhat.com>
2915
2916         * remote.c (struct remote_state) <last_sent_signal>:
2917         New field.
2918         (last_sent_signal): Remove.
2919         (new_remote_state, remote_resume, remote_wait_as): Update.
2920
2921 2013-08-14  Tom Tromey  <tromey@redhat.com>
2922
2923         * remote.c (struct remote_state) <last_program_signals_packet>:
2924         New field.
2925         (last_program_signals_packet): Remove.
2926         (remote_program_signals, remote_open_1): Update.
2927
2928 2013-08-14  Tom Tromey  <tromey@redhat.com>
2929
2930         * remote.c (struct remote_state) <last_pass_packet>:
2931         New field.
2932         (last_pass_packet): Remove.
2933         (remote_pass_signals, remote_open_1): Update.
2934
2935 2013-08-14  Tom Tromey  <tromey@redhat.com>
2936
2937         * remote.c (struct remote_state) <remote_traceframe_number>:
2938         New field.
2939         (remote_traceframe_number): Remove.
2940         (new_remote_state, remote_open_1, set_remote_traceframe)
2941         (remote_trace_find): Update.
2942
2943 2013-08-14  Tom Tromey  <tromey@redhat.com>
2944
2945         * remote.c (struct remote_state) <general_thread, continue_thread>:
2946         New fields.
2947         (general_thread, continue_thread): Remove.
2948         (record_currthread, set_thread, set_general_process)
2949         (remote_open_1, extended_remote_attach_1, remote_wait_as)
2950         (extended_remote_mourn_1): Update.
2951
2952 2013-08-14  Tom Tromey  <tromey@redhat.com>
2953
2954         * remote.c (struct remote_state) <remote_desc>: New field.
2955         (remote_desc): Remove.
2956         (remote_threads_info, remote_threads_extra_info, remote_close)
2957         (send_interrupt_sequence, remote_start_remote, remote_open_1)
2958         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2959         (remote_hostio_send_command, remote_file_put, remote_file_get)
2960         (remote_file_delete, remote_can_async_p, remote_is_async_p)
2961         (remote_async, remote_new_objfile, set_range_stepping): Update.
2962
2963 2013-08-14  Tom Tromey  <tromey@redhat.com>
2964
2965         * remote.c (remote_state): Now a pointer.
2966         (get_remote_state_raw): Update.
2967         (new_remote_state): New function.
2968         (_initialize_remote): Use new_remote_state.
2969
2970 2013-08-14  Tom Tromey  <tromey@redhat.com>
2971
2972         * remote.c (remote_protocol_features): Now const.
2973
2974 2013-08-14  Tom Tromey  <tromey@redhat.com>
2975
2976         * remote.c (crc32_table, crc32): Remove.
2977         (remote_verify_memory): Use xcrc32.
2978
2979 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2980
2981         * value.h (create_internalvar_type_lazy): Adjust prototype
2982         declaration.
2983
2984 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
2985
2986         * common/format.c (parse_format_string): Don't allow '#' flag for
2987         pointer arguments in format string.
2988
2989 2013-08-13  Pierre Muller  <muller@sourceware.org>
2990
2991         * utils.c (init_page_info): Only call tgetnum function
2992         if rl_get_screen_size did not return useful values.
2993
2994 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
2995
2996         PR breakpoints/15117
2997         * linespec.c (linespec_parse_basic): Check for convenience
2998         variable or history value while parsing.
2999
3000 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
3001
3002         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
3003         AVR.
3004         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
3005         different signals between the generic Linux kernel implementation
3006         and AVR's.
3007         (avr_linux_gdb_signal_from_target): Delete.
3008         (avr_linux_gdb_signal_to_target): Delete.
3009         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
3010
3011 2013-08-09  Doug Evans  <dje@google.com>
3012
3013         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
3014         entries.
3015
3016 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
3017
3018         * linux-tdep.c: Define enum with generic signal numbers.
3019         (linux_gdb_signal_from_target): New function.
3020         (linux_gdb_signal_to_target): Likewise.
3021         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3022         methods to the functions above.
3023         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
3024         (linux_gdb_signal_to_target): Likewise.
3025         * alpha-linux-tdep.c: Define new enum with signals different
3026         from generic Linux kernel.
3027         (alpha_linux_gdb_signal_from_target): New function.
3028         (alpha_linux_gdb_signal_to_target): Likewise.
3029         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3030         with the functions mentioned above.
3031         * avr-tdep.c: Define enum with differences between Linux kernel
3032         and AVR signals.
3033         (avr_linux_gdb_signal_from_target): New function.
3034         (avr_linux_gdb_signal_to_target): Likewise.
3035         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
3036         the functions mentioned above.
3037         * sparc-linux-tdep.c: Define enum with differences between SPARC
3038         and generic Linux kernel signal numbers.
3039         (sparc32_linux_gdb_signal_from_target): New function.
3040         (sparc32_linux_gdb_signal_to_target): Likewise.
3041         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3042         to the functions defined above.
3043         * xtensa-linux-tdep.c: Define enum with differences between
3044         Xtensa and Linux kernel generic signals.
3045         (xtensa_linux_gdb_signal_from_target): New function.
3046         (xtensa_linux_gdb_signal_to_target): Likewise.
3047         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
3048         to the functions defined above.
3049         * mips-linux-tdep.c: Define enum with differences between
3050         signals in MIPS and Linux kernel generic ones.
3051         (mips_gdb_signal_to_target): New function.
3052         (mips_gdb_signal_from_target): Redefine to use new enum, handle
3053         only different signals from the Linux kernel generic.
3054         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3055         the functions defined above.
3056         * mips-linux-tdep.h (enum mips_signals): Remove.
3057
3058 2013-08-09  Pedro Alves  <palves@redhat.com>
3059
3060         * avr-tdep.c (XMALLOC): Delete macro.
3061         * cli/cli-dump.c (XMALLOC): Delete macro.
3062
3063 2013-08-09  Pedro Alves  <palves@redhat.com>
3064
3065         * cli/cli-dump.c: Don't include cli/cli-dump.h.
3066         (scan_expression_with_cleanup, scan_filename_with_cleanup)
3067         (fopen_with_cleanup, add_dump_command): Make static.
3068         * cli/cli-dump.h: Delete file.
3069         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
3070         cli/cli-dump.h.
3071
3072 2013-08-09  Pedro Alves  <palves@redhat.com>
3073
3074         * tracepoint.c (tfile_start): Show tilde-expanded filename in
3075         error message.
3076
3077 2013-08-09  Pedro Alves  <palves@redhat.com>
3078
3079         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
3080         error message.
3081
3082 2013-08-09  Pedro Alves  <palves@redhat.com>
3083
3084         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
3085         (gcore_command): Use tilde_expand here, and when showing the
3086         filename to the user, show the expanded version.
3087
3088 2013-08-09  Yao Qi  <yao@codesourcery.com>
3089
3090         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
3091         'entryval' is set.
3092
3093 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
3094
3095         * gcore.c (create_gcore_bfd): Use tilde_expand.
3096
3097 2013-08-08  Yao Qi  <yao@codesourcery.com>
3098
3099         * frame.h (read_frame_local): Declare.
3100         * mi/mi-cmd-stack.c (list_args_or_locals): Call
3101         read_frame_local.
3102         * stack.c (read_frame_local): New.
3103
3104 2013-08-08  Yao Qi  <yao@codesourcery.com>
3105
3106         * mi/mi-cmd-stack.c: Update comments to function
3107         list_args_or_locals.
3108
3109 2013-08-07  Tom Tromey  <tromey@redhat.com>
3110
3111         PR symtab/15028:
3112         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
3113         (process_psymtab_comp_unit_reader): Use it.
3114         (process_psymtab_comp_unit): Update.  Add "pretend_language"
3115         argument.
3116         (dwarf2_build_psymtabs_hard): Update.
3117         (scan_partial_symbols): Pass CU's language to
3118         process_psymtab_comp_unit.
3119
3120 2013-08-07  Tom Tromey  <tromey@redhat.com>
3121
3122         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
3123         (dwarf2_gdb_index_functions): Update.
3124         * psymtab.c (find_symbol_file_from_partial): Remove.
3125         (psym_functions): Update.
3126         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3127         Remove.
3128
3129 2013-08-07  Tom Tromey  <tromey@redhat.com>
3130
3131         * symfile.c (set_initial_language): Look up "main" symbol
3132         and use its language.
3133         * symtab.c (find_main_filename): Remove.
3134         * symtab.h (find_main_filename): Remove.
3135
3136 2013-08-07  Tom Tromey  <tromey@redhat.com>
3137
3138         * dwarf2read.c (recursively_compute_inclusions): Add
3139         "immediate_parent" argument.  Set symtab's "user" field
3140         if not set.
3141         (compute_symtab_includes): Update.
3142
3143 2013-08-07  Tom Tromey  <tromey@redhat.com>
3144
3145         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3146         when adding label symbols.
3147
3148 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3149             Ulrich Weigand  <uweigand@de.ibm.com>
3150
3151         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3152         * configure.host (powerpc64-*-aix*): Likewise.
3153
3154 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3155             Ulrich Weigand  <uweigand@de.ibm.com>
3156
3157         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3158         is defined.
3159         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3160         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3161         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3162         * configure.ac: Check for ptrace64.
3163         * configure, config.in: Regenerate.
3164
3165 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3166             Ulrich Weigand  <uweigand@de.ibm.com>
3167
3168         * aixthread.c: Call ptrace64 instead of ptracex if defined.
3169         Call ptrace64 instead of ptrace if defined.
3170         Add macro addr_ptr to take care of ptrace address argument.
3171         (pdc_read_regs): Likewise.
3172         (pdc_write_regs): Likewise.
3173         (aix_thread_resume): Likewise.
3174         (fetch_regs_kernel_thread): Likewise.
3175         (store_regs_kernel_thread): Likewise.
3176
3177 2013-08-07  Anton Blanchard  <anton@samba.org>
3178
3179         * MAINTAINERS: Add myself to Write After Approval.
3180
3181 2013-08-05  Tom Tromey  <tromey@redhat.com>
3182
3183         * aix-thread.c (_initialize_aix_thread): Use
3184         complete_target_initialization.
3185         * bsd-uthread.c (_initialize_bsd_uthread): Use
3186         complete_target_initialization.
3187         * dec-thread.c (_initialize_dec_thread): Use
3188         complete_target_initialization.
3189         * ravenscar-thread.c (_initialize_ravenscar): Use
3190         complete_target_initialization.
3191         * sol-thread.c (_initialize_sol_thread): Use
3192         complete_target_initialization.
3193         * spu-multiarch.c (_initialize_spu_multiarch): Use
3194         complete_target_initialization.
3195
3196 2013-08-05  Tom Tromey  <tromey@redhat.com>
3197
3198         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3199         * ada-lang.c (ada_lookup_simple_minsym): Return
3200         bound_minimal_symbol.
3201         * ada-lang.h (ada_lookup_simple_minsym): Update.
3202         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3203         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3204         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3205         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3206         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3207         * minsyms.c (msymbol_objfile): Remove.
3208         (lookup_minimal_symbol_internal): New function, from
3209         lookup_minimal_symbol.
3210         (lookup_minimal_symbol): Rewrite using
3211         lookup_minimal_symbol_internal.
3212         (lookup_bound_minimal_symbol): New function.
3213         * minsyms.h (msymbol_objfile): Remove.
3214         (lookup_bound_minimal_symbol): Declare.
3215         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3216         * parse.c (write_exp_msymbol): Change parameter to a
3217         bound_minimal_symbol.
3218         (write_dollar_variable): Use lookup_bound_minimal_symbol.
3219         * parser-defs.h (write_exp_msymbol): Update.
3220         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3221         * symfile.c (simple_read_overlay_table): Use
3222         lookup_bound_minimal_symbol.
3223         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3224         (search_symbols): Likewise.
3225         (print_msymbol_info): Take a bound_minimal_symbol argument.
3226         (symtab_symbol_info, rbreak_command): Update.
3227         * symtab.h (struct symbol_search) <msymbol>: Change type
3228         to bound_minimal_symbol.
3229         * valops.c (find_function_in_inferior): Use
3230         lookup_bound_minimal_symbol.
3231         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3232
3233 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3234
3235         Code cleanup.
3236         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3237         to ...
3238         (async_cleanup_sigint_signal_handler): ... this.
3239         (initialize_sigint_signal_handler): Remove declaration.
3240         (handle_remote_sigint): Rename the declaration to ...
3241         (async_handle_remote_sigint): ... this.
3242         (handle_remote_sigint_twice): Rename the declaration to ...
3243         (async_handle_remote_sigint_twice): ... this.
3244         (async_remote_interrupt, async_remote_interrupt_twice)
3245         (remote_interrupt): Remove the declarations.
3246         (remote_interrupt_twice): Rename the declaration ...
3247         (sync_remote_interrupt_twice): ... this.
3248         (sigint_remote_twice_token): Rename the variable to ...
3249         (async_sigint_remote_twice_token): ... this.
3250         (sigint_remote_token): Rename the variable to ...
3251         (async_sigint_remote_token): ... this.
3252         (initialize_sigint_signal_handler): Rename the function to ...
3253         (async_initialize_sigint_signal_handler): ... this.  Update the name
3254         inside.
3255         (handle_remote_sigint): Rename the function to ...
3256         (async_handle_remote_sigint): ... this.  Update the names inside.
3257         (handle_remote_sigint_twice): Rename the function to ...
3258         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
3259         (cleanup_sigint_signal_handler): Rename the function to ...
3260         (async_cleanup_sigint_signal_handler): ... this.
3261         (remote_interrupt): Rename the function to ...
3262         (sync_remote_interrupt): this.  Update the names inside.
3263         (remote_interrupt_twice): Rename the function to ...
3264         (sync_remote_interrupt_twice): this.  Update the names inside.
3265         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3266         (_initialize_remote): Update the names inside.
3267
3268 2013-08-02  Tom Tromey  <tromey@redhat.com>
3269
3270         PR symtab/15719:
3271         * breakpoint.c (update_watchpoint, watchpoint_check)
3272         (watch_command_1): Update.
3273         * eval.c (fetch_subexp_value): Add "preserve_errors"
3274         parameter.
3275         * ppc-linux-nat.c (check_condition): Update.
3276         * value.h (fetch_subexp_value): Update.
3277
3278 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
3279
3280         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3281         add_file_handler.
3282
3283 2013-08-01  Doug Evans  <dje@google.com>
3284
3285         PR symtab/15691
3286         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3287         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3288         Add assert of sig_entry->dwo_unit == NULL.
3289         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3290         had already been read.
3291         (read_signatured_type): Set per_cu.tu_read.
3292
3293         PR symtab/15695
3294         * valops.c (value_struct_elt): Add missing call to check_typedef.
3295         (value_find_oload_method_list): Ditto.
3296
3297         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3298         effectively, struct symbol_search **.
3299         (make_cleanup_free_search_symbols): Change arg to struct
3300         symbol_search **.  All callers updated.
3301         (compare_search_syms): Compare symtab file name and block as well.
3302         (search_symbols_equal): New function.
3303         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3304         New args new_head, new_tail.  Result is now void.  Remove dups after
3305         sorting the symbols.
3306         (search_symbols): Sort all found symbols once, after all have been
3307         found, and remove duplicates.  Simplify cleanup tracking of result.
3308         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3309
3310         Further workarounds for binutils/15021.
3311         * dwarf2read.c (recursively_compute_inclusions): Change type of result
3312         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
3313         Watch for duplicate symtabs coming from type units.
3314         (compute_symtab_includes): Update call to
3315         recursively_compute_inclusions. Build vector of included symtabs
3316         instead of per_cus.
3317         * symtab.h (symtab_ptr): New typedef.
3318         (DEF_VEC_P (symtab_ptr)): New VEC type.
3319         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
3320         instead.
3321
3322 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
3323
3324         * cli/cli-script.c (script_from_file): Remove use of
3325         error_pre_print.
3326         * main.c (captured_main): Remove use of error_pre_print and
3327         quit_pre_print.
3328         * utils.c (error_pre_print, quit_pre_print): Remove.
3329         * utils.h (error_pre_print, quit_pre_print): Likewise.
3330
3331 2013-08-01  Yao Qi  <yao@codesourcery.com>
3332
3333         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3334         with mi_getopt.
3335         (mi_cmd_stack_list_variables): Likewise.
3336
3337 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3338
3339         * exceptions.c (deprecated_throw_reason): Remove.
3340         * exceptions.h (deprecated_throw_reason): Remove.
3341
3342 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3343
3344         * remote-mips.c (mips_error): Replace use of
3345         deprecated_throw_reason with throw_verror.  Use the error message
3346         passed to mips_error as the error message for throw_verror.
3347
3348 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3349
3350         * monitor.c (monitor_interrupt_query): Replace use of
3351         deprecated_throw_reason with quit.
3352         * nto-procfs.c (interrupt_query): Likewise.
3353         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3354         * remote-mips.c (mips_kill): Likewise.
3355         * remote.c (interrupt_query): Likewise.
3356
3357 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3358
3359         * utils.c (internal_verror): Replace use of deprecated_throw_reason
3360         with call to fatal.
3361
3362 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
3363             Yao Qi  <yao@codesourcery.com>
3364
3365         * tracepoint.c (trace_dump_command): Select the current frame.
3366
3367 2013-07-30  Doug Evans  <dje@google.com>
3368
3369         * dwarf2read.c (process_queue): Add type signature to debug output.
3370
3371 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3372
3373         * value.c (value_fetch_lazy): Mark optimized out values as such
3374         rather than raising an error.
3375
3376 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3377
3378         * value.c (value_fetch_lazy): Ensure parent value is not lazy
3379         before checking which bits of the parent, not the child, value are
3380         valid.
3381
3382 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
3383
3384         PR gdb/15715
3385         * top.c: Include "filenames.h".
3386         (set_history_filename): New function.
3387         (init_main): Install it as set hook of the "set history filename"
3388         command.
3389
3390 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3391
3392         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3393         attribute parameter.
3394         (dwarf2_const_value_data): Constify struct attribute parameter.
3395         (dwarf2_const_value): Constify struct attribute parameter.
3396         (dwarf2_const_value_attr): Constify struct attribute parameter.
3397         (lookup_die_type): Constify struct attribute parameter.
3398         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3399         (follow_die_ref_or_sig): Constify struct attribute parameter.
3400         (follow_die_ref): Constify struct attribute parameter.
3401         (follow_die_sig): Constify struct attribute parameter.
3402         (get_DW_AT_signature_type): Constify struct attribute parameter.
3403         (get_type_unit_group): Constify struct attribute parameter.
3404         (fill_in_loclist_baton): Constify struct attribute parameter.
3405         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3406         (type_unit_group): Constify struct attribute parameter.
3407
3408 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3409
3410         * dwarf2read.c (attr_form_is_block): Make argument const.
3411         (attr_form_is_section_offset): Make argument const.
3412         (attr_form_is_constant): Make argument const.
3413         (attr_form_is_ref): Make argument const.
3414
3415 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3416
3417         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3418         All uses updated.
3419         (attr_form_is_ref): Moved below attr_form_is_constant.
3420
3421 2013-07-29  Doug Evans  <dje@google.com>
3422
3423         * main.c (captured_command_loop): Tweak comment.
3424
3425         * target.c (target_async_permitted_1): Fix comment.
3426
3427         * symtab.c (iterate_over_some_symtabs): Add comment.
3428
3429         * symtab.c (iterate_over_some_symtabs): Fix indentation.
3430
3431 2013-07-27  Yao Qi  <yao@codesourcery.com>
3432
3433         * NEWS: Mention that GDBserver now supports hardware
3434         watchpoints on the MIPS GNU/Linux target.
3435
3436 2013-07-27  Yao Qi  <yao@codesourcery.com>
3437
3438         * Makefile.in (HFILES_NO_SRCDIR): Add
3439         common/mips-linux-watch.h.
3440         (mips-linux-watch.o): New rule.
3441         * common/mips-linux-watch.c: New.
3442         * common/mips-linux-watch.h: New.
3443         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3444         * mips-linux-nat.c: Include mips-linux-watch.h.
3445         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3446         to common/mips-linux-watch.h.
3447         (MAX_DEBUG_REGISTER): Likewise.
3448         (enum pt_watch_style): Likewise.
3449         (struct mips32_watch_regs): Likewise.
3450         (struct mips64_watch_regs): Likewise.
3451         (struct pt_watch_regs): Likewise.
3452         (struct mips_watchpoint): Likewise.
3453         (mips_linux_watch_get_irw_mask): Move to
3454         common/mips-linux-watch.c.
3455         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3456         (mips_linux_watch_get_watchlo): Likewise.
3457         (mips_linux_watch_set_watchlo): Likewise.
3458         (mips_linux_watch_get_watchhi): Likewise.
3459         (mips_linux_watch_set_watchhi): Likewise.
3460         (mips_linux_read_watch_registers): Likewise.
3461         (mips_linux_watch_type_to_irw): Likewise.
3462         (mips_linux_stopped_data_address, fill_mask): Likewise.
3463         (mips_linux_watch_try_one_watch): Likewise.
3464         (mips_linux_watch_populate_regs): Likewise.
3465
3466 2013-07-27  Yao Qi  <yao@codesourcery.com>
3467
3468         * mips-linux-nat.c (get_irw_mask): Rename to ...
3469         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
3470         'set' to 'n'.  Update function comment.  All callers changed.
3471         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
3472         function comment.  All callers changed.
3473         (get_num_valid): Rename to ...
3474         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
3475         'set' to 'n'.  Update function comment.  All callers changed.
3476         (get_watchlo): Rename to ...
3477         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
3478         'set' to 'n'.  Update function comment.  All callers changed.
3479         (set_watchlo): Rename to ...
3480         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
3481         'set' to 'n'.  Update function comment.  All callers changed.
3482         (get_watchhi): Rename to ...
3483         (mips_linux_watch_get_watchhi): ... this.  Update function
3484         comment.  All callers changed.
3485         (set_watchhi): Rename to ...
3486         (mips_linux_watch_set_watchhi): ... this.  Update function
3487         comment.  All callers changed.
3488         (mips_linux_read_watch_registers): Update function comment.
3489         Add new parameters 'lwpid', 'watch_readback', and
3490         'watch_readback_valid'.  Update.
3491         (type_to_irw): Rename to ...
3492         (mips_linux_watch_type_to_irw): ... this.  Update function
3493         comment.  All callers changed.
3494         (fill_mask): Update function comment.
3495         (try_one_watch): Rename to ...
3496         (mips_linux_watch_try_one_watch): ... this.  Change the type
3497         of parameter 'irw' from 'unsigned' to 'uint32_t'.
3498         (populate_regs_from_watches): Rename to ...
3499         (mips_linux_watch_populate_regs): ... this.  Add parameter
3500         'current_watches'.  All callers changed.
3501
3502 2013-07-27  Yao Qi  <yao@codesourcery.com>
3503
3504         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3505         the code.
3506         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3507         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3508         (struct pt_watch_regs): Likewise.
3509         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3510         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3511         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3512         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3513         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3514
3515 2013-07-27  Yao Qi  <yao@codesourcery.com>
3516
3517         * breakpoint.h: Include break-common.h.
3518         (enum target_hw_bp_type): Move to ...
3519         * common/break-common.h: ... here.  New.
3520
3521 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
3522
3523         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3524         process group regardless of having tty on stdin.
3525
3526 2013-07-25  Doug Evans  <dje@google.com>
3527
3528         * linux-fork.h (detach_fork): Delete.
3529
3530 2013-07-25  Tom Tromey  <tromey@redhat.com>
3531
3532         PR remote/15256, PR remote/15266:
3533         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3534         * monitor.c (monitor_detach): Use unpush_target.
3535         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3536         * remote-mips.c (mips_detach): Use unpush_target.  Don't
3537         call mips_close.
3538         * remote-sim.c (gdbsim_detach): Use unpush_target.
3539         * target.c (pop_target): Remove.
3540         (pop_all_targets_above): Don't call target_close.
3541         (target_close): Assert that the target is unpushed.
3542         * target.h (pop_target): Don't declare.
3543         * tracepoint.c (tfile_open): Use unpush_target.
3544
3545 2013-07-25  Tom Tromey  <tromey@redhat.com>
3546
3547         * linux-thread-db.c (init_thread_db_ops): Call
3548         complete_target_initialization.
3549         (_initialize_thread_db): Don't call add_target.
3550         * target.c (complete_target_initialization): New function.
3551         (add_target_with_completer): Call it.
3552         * target.h (complete_target_initialization): Declare.
3553
3554 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3555
3556         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3557         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3558         (HPPANBSD_SIZEOF_GREGS): New define.
3559         (hppaobsd_supply_gregset): Handle additional registers.
3560         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3561         we provide more registers now.
3562         (hppabsd_supply_gregset): Supply additional registers.
3563         (hppabsd_collect_gregset): Collect additional registers.
3564
3565 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3566
3567         * hppabsd-tdep.c: Include "dwarf2-frame.h".
3568         (hppabsd_dwarf2_frame_init_reg): New function.
3569         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3570
3571 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3572
3573         * mi/mi-main.c (output_register): Make MI 'r' format use standard
3574         'z' format code.  Remove error for optimized out values, standard
3575         code will handle these fine.
3576
3577 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3578
3579         * NEWS: Mention new 'z' formatter.
3580         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3581         (_initialize_printcmd): Mention 'z' formatter in help text of the
3582         'x' command.
3583
3584 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
3585
3586         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3587         formatting.
3588
3589 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
3590
3591         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3592         interface can evaluate arguments.  Fallback to the old mode if it
3593         cannot.
3594         (create_exception_master_breakpoint): Likewise.
3595         * elfread.c (elf_can_evaluate_probe_arguments): New function.
3596         (struct sym_probe_fns elf_probe_fns): Export function above to the
3597         probe interface.
3598         * probe.c (can_evaluate_probe_arguments): New function.
3599         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3600         function pointer.
3601         (can_evaluate_probe_arguments): New function prototype.
3602         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3603         probe interface can evaluate arguments.  Fallback to the old mode
3604         if it cannot.
3605         * stap-probe.c (stap_get_probe_argument_count): Check if probe
3606         interface can evaluate arguments.  Warning the user if it cannot.
3607         (stap_can_evaluate_probe_arguments): New function.
3608         (struct probe_ops stap_probe_ops): Export function above to the
3609         probe interface.
3610         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3611         New function pointer.
3612
3613 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
3614
3615         * Makefile.in (SFILES): Add common/target-common.c.
3616         Add common/target-common.h to headers.
3617         (COMMON_OBS): Add target-common.o.
3618         (target-common.o): New target.
3619         * linux-nat.h (resume_kind): Move to common/target-common.h.
3620         * target.c (target_waitstatus_to_string): Move to
3621         common/target-common.c.
3622         * target.h: Include target-common.h.
3623         (target_waitkind): Move to common/target-common.h.
3624         (target_waitstatus): Likewise.
3625         (TARGET_WNOHANG): Likewise.
3626         * common/target-common.c: New file.
3627         * common/target-common.h: New file.
3628
3629 2013-07-24  Doug Evans  <dje@google.com>
3630
3631         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3632         a warning.
3633
3634 2013-07-23  Yao Qi  <yao@codesourcery.com>
3635
3636         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3637         parameter 'gdbarch'.
3638         (i386_stack_tramp_frame_sniffer): Caller update.
3639         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3640         parameter 'gdbarch' and 'target'.
3641         (i386_linux_core_read_description): Caller update.
3642         * amd64-linux-tdep.c (amd64_linux_core_read_description):
3643         Likewise.
3644         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3645         declaration.
3646
3647 2013-07-23  Tom Tromey  <tromey@redhat.com>
3648
3649         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3650         2013-07-22.
3651
3652 2013-07-22  Doug Evans  <dje@google.com>
3653
3654         * exec.h (remove_target_sections): Delete arg abfd.
3655         * exec.c (exec_close): Update call to remove_target_sections.
3656         (remove_target_sections): Delete arg abfd.
3657         * solib.c (update_solib_list): Ditto.
3658         (reload_shared_libraries_1): Ditto.
3659         (clear_solib): Ditto, and unconditionally call remove_target_sections.
3660         * target.h (struct target_section): Rename key to owner.
3661         All uses updated.
3662
3663 2013-07-22  Tom Tromey  <tromey@redhat.com>
3664
3665         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3666
3667 2013-07-22  Tom Tromey  <tromey@redhat.com>
3668
3669         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3670         Simplify cleanup handling.
3671
3672 2013-07-22  Tom Tromey  <tromey@redhat.com>
3673
3674         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3675         on all return paths.
3676
3677 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3678
3679         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3680         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3681         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3682
3683 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
3684
3685         * top.c (print_gdb_version): Add help, apropos description and
3686         url to online documentation.
3687
3688 2013-07-19  Hui Zhu  <hui@codesourcery.com>
3689
3690         PR gdb/15692
3691         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3692
3693 2013-07-19  Yao Qi  <yao@codesourcery.com>
3694
3695         * target.c (update_current_target): Change the default action
3696         of 'to_traceframe_info' from tcomplain to return_zero.
3697         * target.h (struct target_ops) <to_traceframe_info>: Add more
3698         comments.
3699         * valops.c (read_value_memory): Call
3700         traceframe_available_memory unconditionally.
3701
3702 2013-07-18  Yao Qi  <yao@codesourcery.com>
3703
3704         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3705         if the name is prefixed by "__imp_" or "_imp_", look for minimal
3706         symbol without prefix.  If found, set its type to
3707         'mst_solib_trampoline'.
3708
3709 2013-07-17  Doug Evans  <dje@google.com>
3710
3711         * NEWS: Mention "set print raw frame-arguments".
3712         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3713         * stack.c (print_raw_frame_arguments): New static global.
3714         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3715         (_initialize_stack): New command "set/show print raw frame-arguments".
3716         * valprint.c (setprintrawlist, showprintrawlist): New globals.
3717         (set_print_raw, show_print_raw): New functions.
3718         (_initialize_valprint): New prefix command "set/show print raw".
3719         * valprint.h (value_print_options): Improve comments.
3720
3721         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3722         of all *list variables.
3723
3724         * gdbcmd.h (togglelist): Delete.
3725         * cli/cli-cmds.c (togglelist): Delete.
3726         (init_cmd_lists): Update.
3727         * cli/cli-cmds.h (togglelist): Delete.
3728
3729 2013-07-17  Tom Tromey  <tromey@redhat.com>
3730
3731         * dwarf2read.c (dwarf2_per_objfile_free): Clear
3732         dwarf2_per_objfile.
3733
3734 2013-07-16  Doug Evans  <dje@google.com>
3735
3736         * nto-tdep.c (nto_relocate_section_addresses): Update,
3737         target_section.bfd deleted.
3738         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3739         * s390-tdep.c (s390_load): Ditto.
3740         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3741
3742 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
3743
3744         * common/format.c (parse_format_string): Add checks for NULL
3745         character before calling strchr.
3746
3747 2013-07-16  Doug Evans  <dje@google.com>
3748
3749         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3750         temp_pathname argument.
3751         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3752         when opening the file fails.
3753
3754         * target.h (struct target_section): Delete member bfd.
3755         All users updated to use the_bfd_section->owner instead.
3756         * exec.c (add_to_section_table): Assert bfd is expected value.
3757         Remove initialization of target_section.bfd.
3758         (remove_target_sections): Update.
3759         (section_table_available_memory): Update.
3760         (section_table_xfer_memory_partial): Update.
3761         (print_section_info): Update.
3762         (exec_set_section_address): Update.
3763         * record-full.c (record_full_core_xfer_partial): Update.
3764         * solib-svr4.c (svr4_relocate_section_addresses): Update.
3765         * solib-target.c (solib_target_relocate_section_addresses): Update.
3766         * symfile.c (build_section_addr_info_from_section_table): Update.
3767         * target.c (memory_xfer_live_readonly_partial): Update.
3768         (memory_xfer_partial_1): Update.
3769
3770 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3771
3772         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3773         now available for embedded (BookE) and server (BookS) processors,
3774         correct mentions of 'booke' and adjust comments accordingly in order to
3775         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3776         (have_ptrace_booke_interface): Rename function and variable
3777         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3778         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3779         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3780         'hwdebug_point_cmp'. Update all uses.
3781         (booke_find_thread_points_by_tid): Rename function
3782         'booke_find_thread_points_by_tid' to
3783         'hwdebug_find_thread_points_by_tid'. Update all uses.
3784         (booke_insert_point): Rename function 'booke_insert_point' to
3785         'hwdebug_insert_point'. Update all uses.
3786         (booke_remove_point): Rename function 'booke_remove_point' to
3787         'hwdebug_remove_point'. Update all uses.
3788
3789 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
3790
3791         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3792         numbers with enum values.
3793
3794 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
3795
3796         PR threads/13217
3797         * thread.c (thread_apply_all_command): Check for valid threads
3798         and thread count.
3799         (thread_array_cleanup): New struct.
3800         (set_thread_refcount): New function.
3801
3802 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
3803
3804         * infcmd.c (default_print_one_register_info): Reuse function
3805         print_hex_chars.
3806
3807 2013-07-10  Tom Tromey  <tromey@redhat.com>
3808
3809         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3810         (ada-exp.o): New target.
3811
3812 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3813
3814         * mt-tdep.c (mt_registers_info): Call
3815         get_no_prettyformat_print_options instead of
3816         get_raw_print_options (regression by last patch from Doug
3817         Evans).
3818
3819 2013-07-09  Pedro Alves  <palves@redhat.com>
3820
3821         Checked in by Joel Brobecker  <brobecker@adacore.com>.
3822         * ada-lang.c (coerce_unspec_val_to_type): Use
3823         value_optimized_out_const.
3824         * value.c (value_optimized_out_const): New function.
3825         * value.h (value_optimized_out_const): New declaration.
3826
3827 2013-07-09  Doug Evans  <dje@google.com>
3828
3829         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3830         Enum values rename as well.  All uses updated.
3831         * valprint.h (value_print_options): Rename member pretty to
3832         pretty format.  Rename member prettyprint_arrays to
3833         prettyformat_arrays.  Rename member prettyprint_structs to
3834         prettyformat_structs.  All uses updated.
3835         (get_no_prettyformat_print_options): Renamed from
3836         get_raw_print_options.
3837         * valprint.c (get_no_prettyformat_print_options): Renamed from
3838         get_raw_print_options.  All callers updated.
3839         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3840         All callers updated.
3841         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3842         All callers updated.
3843         (_initialize_valprint): Improve help text for "set print pretty" and
3844         "set print arrays".
3845
3846 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
3847
3848         * value.c (value_bits_valid): Revert previous change, and change
3849         by Pedro on 2013-07-04, due to regressions in
3850         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3851
3852 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
3853             Pedro Alves  <palves@redhat.com>
3854
3855         * value.c (value_bits_valid): If the value is not lval_computed
3856         or has no check validity handler then the answer is the
3857         optimized_out flag, otherwise defer to the handler.
3858
3859 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
3860
3861         * top.c (print_gdb_configuration): Explain in output of
3862         --configuration what does "relocatable" mean.
3863
3864         * main.c (print_gdb_help): Regroup options in the --help text.
3865         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3866         the relevant discussions.
3867
3868 2013-07-06  Yao Qi  <yao@codesourcery.com>
3869
3870         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3871         Remove parameter 'lsal'.
3872         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3873         to inner block.  Caller update.
3874         (base_breakpoint_create_breakpoints_sal): Update.
3875         (bkpt_create_breakpoints_sal): Likewise.
3876         (tracepoint_create_breakpoints_sal): Likewise.
3877         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3878         element 0 of vector 'canonical->sals'.
3879
3880 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
3881
3882         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3883         register number instead of the pseudo register one.
3884         (rs6000_dwarf2_reg_to_regnum): Likewise.
3885
3886 2013-07-04  Pedro Alves  <palves@redhat.com>
3887
3888         * findvar.c (value_of_register): Use allocate_optimized_out_value
3889         if the register has been optimized out, instead of
3890         set_value_optimized_out.
3891         * frame-unwind.c (frame_unwind_got_optimized): Use
3892         allocate_optimized_out_value.
3893
3894 2013-07-04  Pedro Alves  <palves@redhat.com>
3895
3896         * value.c (value_bits_valid): If the value is not lval_computed,
3897         or doesn't have a check_validity hook, assume the value is entirely
3898         valid.
3899
3900 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3901
3902         * stack.c (read_frame_arg): No longer fetch lazy values.
3903         * value.c (value_optimized_out): If the value is not already
3904         marked optimized out, and is lazy then fetch it.
3905         (value_primitive_field): Move optimized out check to later in the
3906         function, after we have loaded any lazy values.
3907         (value_fetch_lazy): Use optimized out flag directly rather than
3908         calling optimized_out method.
3909
3910 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3911
3912         * valops.c: Don't include "user-regs.h".
3913         (value_fetch_lazy): Moved to value.c.
3914         * value.c: Include "user-regs.h".
3915         (value_fetch_lazy): Moved from valops.c.
3916
3917 2013-07-04  Yao Qi  <yao@codesourcery.com>
3918
3919         Revert:
3920         2013-06-27  Yao Qi  <yao@codesourcery.com>
3921
3922         * common/create-version.sh: Update comments.  Handle the case
3923         that TARGET_ALIAS is empty.
3924
3925 2013-07-03  Pedro Alves  <palves@redhat.com>
3926
3927         * Makefile.in (config.status): Depend on development.sh.
3928         (aclocal_m4_deps): Add libmcheck.m4.
3929         * acinclude.m4: Include libmcheck.m4.
3930         * configure.ac: Source development.sh instead of setting
3931         'development' here.  --enable-libmcheck/--disable-libmcheck code
3932         factored out to GDB_AC_LIBMCHECK.  Run it.
3933         * development.sh: New file.
3934         * libmcheck.m4: New file.
3935         * configure: Regenerate.
3936
3937 2013-07-02  Tom Tromey  <tromey@redhat.com>
3938
3939         * contrib/ari/update-web-ari.sh: Update for version.in change.
3940
3941 2013-07-02  Tom Tromey  <tromey@redhat.com>
3942
3943         * common/ptid.h: Comment fixes.
3944
3945 2013-07-01  Tom Tromey  <tromey@redhat.com>
3946
3947         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3948         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
3949         (dwarf2_read_index, create_all_comp_units): Update.
3950
3951 2013-07-01  Tom Tromey  <tromey@redhat.com>
3952
3953         * configure.ac (build_warnings): Add -Wold-style-definition.
3954         * configure: Rebuild.
3955         * machoread.c (_initialize_machoread): Use "(void)".
3956         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3957         use "(void)".
3958
3959 2013-07-01  Tom Tromey  <tromey@redhat.com>
3960
3961         * configure.ac (build_warnings): Add -Wold-style-declaration.
3962         * configure: Rebuild.
3963         * dsrec.c (make_srec): Use "static const", not "const static".
3964         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3965         not "const static".
3966         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3967         Use "static const", not "const static".
3968         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3969         not "const static".
3970         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3971         not "const static".
3972         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3973         not "const static".
3974         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3975         not "const static".
3976         (v850_dbtrap_breakpoint_from_pc): Likewise.
3977         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3978         not "const static".
3979
3980 2013-07-01  Tom Tromey  <tromey@redhat.com>
3981
3982         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3983         * configure: Rebuild.
3984
3985 2013-07-01  Pedro Alves  <palves@redhat.com>
3986
3987         * defs.h: Include "pathmax.h".
3988         * utils.c: Don't include sys/param.h.
3989         (gdb_realpath): Remove code that checks for MAXPATHLEN.
3990         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3991         instead of MAXPATHLEN.
3992         * solib-sunos.c: Don't include sys/param.h.
3993         * xcoffread.c: Don't include sys/param.h.
3994         * bsd-kvm.c: Don't include sys/param.h.
3995         * darwin-nat.c: Don't include sys/param.h.
3996         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3997         * darwin-nat-info.c: Don't include sys/param.h.
3998         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3999         MAXPATHLEN.
4000         * i386obsd-nat.c: Don't include sys/param.h.
4001         * inf-child.c: Don't include sys/param.h.
4002         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
4003         * linux-fork.c: Don't include sys/param.h.
4004         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
4005         * linux-nat.c: Don't include sys/param.h.
4006         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
4007         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
4008         * m68klinux-nat.c: Don't include sys/param.h.
4009         * nbsd-nat.c: Don't include sys/param.h.
4010         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4011         * ppc-linux-nat.c: Don't include sys/param.h.
4012         * rs6000-nat.c: Don't include sys/param.h.
4013         * spu-linux-nat.c. Don't include sys/param.h.
4014         * windows-nat.c: Don't include sys/param.h.
4015         * xtensa-linux-nat.c: Don't include sys/param.h.
4016         * config/i386/nm-fbsd.h: Don't include sys/param.h.
4017
4018 2013-07-01  Pedro Alves  <palves@redhat.com>
4019
4020         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
4021         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
4022         * gnulib/aclocal.m4: Regenerate.
4023         * gnulib/config.in: Regenerate.
4024         * gnulib/configure: Regenerate.
4025         * gnulib/import/pathmax.h: New file.
4026         * gnulib/import/Makefile.am: Regenerate.
4027         * gnulib/import/Makefile.in: Regenerate.
4028         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4029         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4030         * gnulib/import/m4/pathmax.m4: New file.
4031
4032 2013-07-01  Pedro Alves  <palves@redhat.com>
4033
4034         * configure.ac (GDBINIT): Define, depending on host.
4035         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
4036         * top.c (PATH_MAX): Delete fallback definition.
4037         (GDBINIT_FILENAME): Delete.
4038         (gdbinit): Reimplement as const char array set to the GDBINIT
4039         string constant.
4040         * top.h (gdbinit): Make const.
4041         * configure, config.in: Regenerate.
4042
4043 2013-07-01  Pedro Alves  <palves@redhat.com>
4044
4045         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
4046         * cli/cli-cmds.h (source_script): Likewise.
4047         * exceptions.c (catch_command_errors_const): New function.
4048         * exceptions.h (catch_command_errors_const): Declare.
4049         * main.c (get_init_files): Make parameters const, and adjust.
4050         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
4051         'local_gdbinit' locals const.  Adjust to use
4052         catch_command_errors_const.
4053         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
4054         'local_gdbinit' locals const.
4055
4056 2013-07-01  Pedro Alves  <palves@redhat.com>
4057
4058         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
4059         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
4060         * tracepoint.c: Don't check HAVE_UNISTD_H before including
4061         <unistd.h>.
4062
4063 2013-07-01  Pedro Alves  <palves@redhat.com>
4064
4065         Import the "unistd" gnulib module.
4066         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
4067         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
4068         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
4069         import/m4/unistd_h.m4.
4070         * gnulib/aclocal.m4: Renenerate.
4071         * gnulib/config.in: Renenerate.
4072         * gnulib/configure: Renenerate.
4073         * gnulib/import/Makefile.am: Renenerate.
4074         * gnulib/import/Makefile.in: Renenerate.
4075         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
4076         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
4077         * gnulib/import/m4/off_t.m4: New file.
4078         * gnulib/import/m4/ssize_t.m4: New file.
4079         * gnulib/import/m4/sys_types_h.m4: New file.
4080         * gnulib/import/m4/unistd_h.m4: New file.
4081         * gnulib/import/sys_types.in.h: New file.
4082         * gnulib/import/unistd.c: New file.
4083         * gnulib/import/unistd.in.h: New file.
4084
4085 2013-07-01  Pedro Alves  <palves@redhat.com>
4086
4087         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
4088         defined instead of checking HAVE_UNISTD_H.
4089
4090 2013-07-01  Pedro Alves  <palves@redhat.com>
4091
4092         Reimport gnulib from scratch.
4093         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
4094         import/m4/onceonly.m4.
4095         * gnulib/aclocal.m4: Renegerate.
4096         * gnulib/config.in: Renegerate.
4097         * gnulib/configure: Renegerate.
4098         * gnulib/import/Makefile.in: Renegerate.
4099         * gnulib/import/extra/update-copyright: Renegerate.
4100         * gnulib/import/m4/onceonly.m4: Delete.
4101
4102 2013-07-01  Pedro Alves  <palves@redhat.com>
4103
4104         * tui/tui-regs.c (pagination_enabled): Delete declaration.
4105
4106 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4107
4108         Code cleanup.
4109         * remote.c (async_remote_interrupt_twice): Make it static.
4110         * remote.h (async_remote_interrupt_twice): Remove the declaration.
4111
4112 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
4113
4114         * ia64-linux-tdep.c: Include <ctype.h>.
4115         (ia64_linux_stap_is_single_operand): New function.
4116         (ia64_linux_init_abi): Initialize SystemTap related attributes.
4117
4118 2013-06-28  Tom Tromey  <tromey@redhat.com>
4119
4120         * Makefile.in (version.c): Use version.in, not
4121         common/version.in.
4122         * common/create-version.sh: Likewise.
4123         * common/version.in: Move...
4124         * version.in: ...here.
4125
4126 2013-06-28  Pedro Alves  <palves@redhat.com>
4127
4128         * infrun.c (set_observer_mode): Don't declare pagination_enabled
4129         here.
4130         * utils.h (pagination_enabled): Declare.
4131
4132 2013-06-28  Pedro Alves  <palves@redhat.com>
4133
4134         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4135         Move higher up in file.
4136
4137 2013-06-28  Tom Tromey  <tromey@redhat.com>
4138
4139         * tracepoint.c (deprecated_readline_begin_hook)
4140         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4141         declare.
4142
4143 2013-06-28  Pedro Alves  <palves@redhat.com>
4144
4145         PR tui/14880
4146         * tui/tui-regs.c (tui_get_register): Fetch value contents before
4147         checking if they're available.
4148         * value.c (value_available_contents_eq): Change comment.
4149         * value.h (value_available_contents_eq): Expand comment.
4150
4151 2013-06-27  Tom Tromey  <tromey@redhat.com>
4152
4153         * target.c (find_run_target): Remove.
4154         * target.h (find_run_target): Remove.
4155
4156 2013-06-27  Tom Tromey  <tromey@redhat.com>
4157
4158         * corelow.c (core_gdbarch): Now static.
4159
4160 2013-06-27  Tom Tromey  <tromey@redhat.com>
4161
4162         * target.c (target_struct_index): Remove.
4163
4164 2013-06-27  Pedro Alves  <palves@redhat.com>
4165
4166         * infrun.c: Remove comment describing the 'stepping over runtime
4167         loader dynamic symbol resolution code' mechanism; moved to
4168         gdbint.texinfo.
4169
4170 2013-06-27  Pedro Alves  <palves@redhat.com>
4171
4172         * exceptions.c (catch_command_errors): Remove spurious space.
4173         * exceptions.h (catch_command_errors): Second parameter is "arg",
4174         not "command".
4175
4176 2013-06-27  Yao Qi  <yao@codesourcery.com>
4177
4178         * common/create-version.sh: Update comments.  Handle the case
4179         that TARGET_ALIAS is empty.
4180
4181 2013-06-26  Pedro Alves  <palves@redhat.com>
4182
4183         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4184         comment.
4185
4186 2013-06-26  Pedro Alves  <palves@redhat.com>
4187
4188         * infrun.c: Update comments on stepping over runtime loader
4189         dynamic symbol resolution code.
4190
4191 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
4192
4193         * ax-gdb.h (union exp_element): Forward declare.
4194         * parser-defs.h: Include expression.h.
4195
4196 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4197
4198         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4199
4200 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4201
4202         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4203
4204 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4205
4206         Fix trace-status to output proper start-time and stop-time.
4207         * tracepoint.c (trace_status_command): Fix type of printf arg to
4208         prevent improper type conversion.
4209         (trace_status_mi): Likewise.
4210
4211 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4212
4213         * mips-tdep.c (mips_next_pc): Fix a typo.
4214
4215 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4216
4217         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4218
4219 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4220             Yao Qi  <yao@codesourcery.com>
4221
4222         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4223         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4224         * mi/mi-main.c (print_variable_or_computed): New function.
4225         (mi_cmd_trace_frame_collected): New function.
4226         * tracepoint.c (find_trace_state_variable_by_number): New.
4227         (struct traceframe_info): Move to tracepoint.h
4228         (struct collection_list): Likewise.
4229         (do_collect_symbol): Include locals and arguments in the
4230         collected variables list.
4231         (clear_collection_list): Clear wholly collected variables list
4232         and computed variables list.
4233         (append_exp): New function.
4234         (encode_actions_1): Include variables in the wholly
4235         collected variables list.  Include memory ranges and
4236         full-fledged expressions in the computed expressions list.
4237         (encode_actions): Move some code to ...
4238         Return the cleanup chain.
4239         (encode_actions_rsp): ... here.  New function.
4240         (get_traceframe_location, get_traceframe_info): Remove static.
4241         * tracepoint.h (struct memrange): Moved from tracepoint.c.
4242         (struct collection_list): Moved from tracepoint.c.  Add two
4243         new fields 'wholly_collected' and 'computed'.
4244         (find_trace_state_variable_by_number): Declare.
4245         (encode_actions): Adjust declaration.
4246         (encode_actions_rsp): Declare.
4247         (get_traceframe_info, get_traceframe_location): Declare.
4248
4249         * NEWS: Mention new MI command -trace-frame-collected.
4250
4251 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4252             Yao Qi  <yao@codesourcery.com>
4253
4254         * ctf.c (ctf_traceframe_info): Push trace state variables
4255         present in the trace data into the traceframe info object.
4256         * breakpoint.c (DEF_VEC_I): Remove.
4257         * common/filestuff.c (DEF_VEC_I): Likewise.
4258         * dwarf2loc.c (DEF_VEC_I): Likewise.
4259         * mi/mi-main.c (DEF_VEC_I): Likewise.
4260         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4261         * features/traceframe-info.dtd: Add tvar element and its
4262         attributes.
4263         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4264         (build_traceframe_info): Push trace state variables present in
4265         the trace data into the traceframe info object.
4266         (traceframe_info_start_tvar): New function.
4267         (tvar_attributes): New.
4268         (traceframe_info_children): Add "tvar" element.
4269         * tracepoint.h (struct traceframe_info) <tvars>: New field.
4270
4271         * NEWS: Mention the change in GDB and GDBserver.
4272
4273 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4274             Yao Qi  <yao@codesourcery.com>
4275
4276         * tracepoint.c (trace_dump_command): Move code to ...
4277         (get_traceframe_location): ... here.  New.
4278
4279 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4280             Yao Qi  <yao@codesourcery.com>
4281
4282         * tracepoint.c (trace_dump_command): GDB emits an error
4283          instead of a warning when a traceframe is not selected.
4284
4285 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4286             Yao Qi  <yao@codesourcery.com>
4287
4288         * tracepoint.c (tracepoint_list, stepping_list): Remove.
4289         (clear_collection_list): Free fields 'aexpre_list' and 'list'
4290         in collection_list.
4291         (do_clear_collection_list, init_collection_list): New.
4292         (encode_actions): Add local variables 'tracepoint_list' and
4293         'stepping_list'.  Call init_collection_list and make cleanup
4294         which calls do_clear_collection_list.  Don't call
4295         clear_collection_list.
4296         (_initialize_tracepoint): Delete references to
4297         'tracepoint_list' and 'stepping_list'.
4298
4299 2013-06-25  Tom Tromey  <tromey@redhat.com>
4300
4301         * common/create-version.sh (date): Use "$", not "$$" in sed
4302         expression.
4303
4304 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
4305
4306         * NEWS (New targets): Add entry for TI MSP430.
4307
4308 2013-06-25  Yao Qi  <yao@codesourcery.com>
4309
4310         * remote.c (remote_start_remote): Move code to upload tsv
4311         earlier.
4312
4313 2013-06-25  Yao Qi  <yao@codesourcery.com>
4314             Hui Zhu  <hui@codesourcery.com>
4315             Pedro Alves  <palves@redhat.com>
4316
4317         PR breakpoints/15075
4318         PR breakpoints/15434
4319         * breakpoint.c (bpstat_stop_status): Call
4320         b->ops->after_condition_true.
4321         (update_dprintf_command_list): Don't append "continue" command
4322         to the command list of dprintf breakpoint.
4323         (base_breakpoint_after_condition_true): New function.
4324         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4325         (dprintf_after_condition_true): New function.
4326         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4327         * breakpoint.h (breakpoint_ops): Add after_condition_true.
4328
4329 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
4330
4331         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4332         (ALLDEPFILES): Add msp430-tdep.c.
4333         * configure.tgt (msp430*-*-elf): New target.
4334         * msp430-tdep.c: New file.
4335
4336 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4337
4338         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4339         microMIPS synthetic symbols.
4340
4341 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4342
4343         * objfiles.h (pc_in_section): New prototype.
4344         (in_plt_section): Remove name argument, replace prototype with
4345         static inline function.
4346         * mips-tdep.h: Include "objfiles.h".
4347         (in_mips_stubs_section): New function.
4348         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
4349         in_solib_call_trampoline member.
4350         (hppa_in_solib_call_trampoline): Remove name argument.
4351         * objfiles.c (pc_in_section): New function.
4352         (in_plt_section): Remove function.
4353         * mips-linux-tdep.c: Include "objfiles.h".
4354         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
4355         name argument.  Return 1 rather than the low 16-bit halfword of
4356         any instruction examined.
4357         (mips_linux_in_dynsym_resolve_code): Update
4358         mips_linux_in_dynsym_stub call accordingly.
4359         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4360         rather than an equivalent hand-coded sequence.
4361         * hppa-hpux-tdep.c (in_opd_section): Remove function.
4362         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4363         (hppa64_hpux_in_solib_call_trampoline): Likewise.
4364         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4365         in_opd_section.
4366         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4367         on call to tdep->in_solib_call_trampoline.
4368         (hppa_in_solib_call_trampoline): Remove name argument, update
4369         according to in_plt_section change.
4370         (hppa_skip_trampoline_code): Update according to in_plt_section
4371         change.
4372         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4373         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4374         Likewise.
4375         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4376         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4377         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4378         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4379         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4380         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4381         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4382         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4383         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4384         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4385         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4386         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4387         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4388
4389 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
4390
4391         * common/create-version.sh: Fix expansion of $host_alias
4392         and $target_alias in generation of HOST_NAME and TARGET_NAME
4393         (resp.).
4394
4395 2013-06-24  Tom Tromey  <tromey@redhat.com>
4396
4397         * common/create-version.sh: New file.
4398         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4399         create-version.sh.
4400         (HFILES_NO_SRCDIR): Use common/version.h.
4401         * version.in: Move to ...
4402         * common/version.in: ... here.  Replace date with "DATE".
4403         * version.h: Move to ...
4404         * common/version.h: ... here.
4405
4406 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4407
4408         * gdb/gnulib/Makefile.in: Update date in copyright header.
4409         * gdb/gnulib/configure.ac: Ditto.
4410         * gdb/gnulib/update-gnulib.sh: Ditto.
4411
4412 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4413
4414         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4415         "gdb/gnulib/import".
4416
4417 2013-06-21  Will Newton  <will.newton@linaro.org>
4418
4419         * doublest.c (ldfrexp): Remove function.
4420         (convert_doublest_to_floatformat): Call frexpl instead of
4421         ldfrexp.
4422
4423 2013-06-21  Will Newton  <will.newton@linaro.org>
4424
4425         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4426         * gnulib/aclocal.m4: Regenerate.
4427         * gnulib/config.in: Regenerate.
4428         * gnulib/configure: Regenerate.
4429         * gnulib/import/Makefile.am: Update.
4430         * gnulib/import/Makefile.in: Update.
4431         * gnulib/import/m4/gnulib-cache.m4: Update.
4432         * gnulib/import/m4/gnulib-comp.m4: Update.
4433         * gnulib/import/float+.h: Import.
4434         * gnulib/import/float.c: Import.
4435         * gnulib/import/float.in.h: Import.
4436         * gnulib/import/fpucw.h: Import.
4437         * gnulib/import/frexp.c: Import.
4438         * gnulib/import/frexpl.c: Import.
4439         * gnulib/import/isnan.c: Import.
4440         * gnulib/import/isnand-nolibm.h: Import.
4441         * gnulib/import/isnand.c: Import.
4442         * gnulib/import/isnanl-nolibm.h: Import.
4443         * gnulib/import/isnanl.c: Import.
4444         * gnulib/import/itold.c: Import.
4445         * gnulib/import/m4/exponentd.m4: Import.
4446         * gnulib/import/m4/exponentl.m4: Import.
4447         * gnulib/import/m4/float_h.m4: Import.
4448         * gnulib/import/m4/fpieee.m4: Import.
4449         * gnulib/import/m4/frexp.m4: Import.
4450         * gnulib/import/m4/frexpl.m4: Import.
4451         * gnulib/import/m4/isnand.m4: Import.
4452         * gnulib/import/m4/isnanl.m4: Import.
4453         * gnulib/import/m4/math_h.m4: Import.
4454         * gnulib/import/math.c: Import.
4455         * gnulib/import/math.in.h: Import.
4456
4457 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4458
4459         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4460         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4461         signature_INTEL_edx comparisons.
4462
4463 2013-06-20  Doug Evans  <dje@google.com>
4464
4465         symtab/15652
4466         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4467         All callers updated.
4468         (open_dwp_file): If we can't find the dwp file, search the basename
4469         in debug-file-directory.
4470
4471         * dwarf2read.c (struct dwp_file): Fix comment.
4472         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4473
4474         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4475         better.
4476
4477 2013-06-20  Yao Qi  <yao@codesourcery.com>
4478
4479         * breakpoint.c (create_breakpoint): Fix code indentation.
4480
4481 2013-06-20  Yao Qi  <yao@codesourcery.com>
4482
4483         * breakpoint.c (create_breakpoints_sal_default): Remove
4484         parameter 'lsal'.  Update declaration.
4485         (bkpt_create_breakpoints_sal): Caller update.
4486         (tracepoint_create_breakpoints_sal): Likewise.
4487
4488 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
4489             Yao Qi  <yao@codesourcery.com>
4490
4491         * NEWS: Mention the new option '--skip-unavailable' of command
4492         -data-list-register-values.
4493         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4494         --skip-unavailable option.  Adjust to use output_register.
4495         (output_register): Add new 'skip_unavailable' parameter.
4496         Handle it.
4497
4498 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
4499
4500         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4501         common/i386-gcc-cpuid.h.
4502         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4503         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4504         Copy the latest version from upstream gcc.
4505         * common/linux-btrace.c: Include i386-cpuid.h.
4506         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4507         call to i386_cpuid.
4508         (cpu_supports_btrace): Likewise.
4509         * go32-nat.c: Include i386-cpuid.h.
4510         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4511
4512 2013-06-19  Doug Evans  <dje@google.com>
4513
4514         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4515         (get_section_index): Ditto.
4516
4517 2013-06-19  Tom Tromey  <tromey@redhat.com>
4518
4519         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4520         "dprintf" help.
4521
4522 2013-06-18  Doug Evans  <dje@google.com>
4523
4524         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4525         before using it.
4526         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4527         Move test of cu_index closer to use.  Print complaint if cu_index
4528         is bad.
4529
4530 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4531
4532         * machoread.c (oso_vector): Delete this global.
4533         (macho_register_oso): Add new parameter "oso_vector_ptr".
4534         Use it instead of the "oso_vector" global.
4535         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4536         (macho_symfile_read): Use a local oso_vector, to be free'ed
4537         at the end of this function, in place of the old "oso_vector"
4538         global.  Update various function calls accordingly.  Use one
4539         single cleanup chain for the entire function.
4540
4541 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4542
4543         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4544         DWARF2_PER_OBJFILE by uses of DATA instead.
4545
4546 2013-06-18  Tom Tromey  <tromey@redhat.com>
4547
4548         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4549         argument.
4550         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4551         Special case signals other than GDB_SIGNAL_TRAP.
4552         (explains_signal_watchpoint): New function.
4553         (base_breakpoint_explains_signal): Add 'sig' argument.
4554         (initialize_breakpoint_ops): Set 'explains_signal' method for
4555         watchpoints.
4556         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4557         signal argument.
4558         (bpstat_explains_signal): Likewise.
4559         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4560
4561 2013-06-18  Tom Tromey  <tromey@redhat.com>
4562
4563         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4564
4565 2013-06-18  Tom Tromey  <tromey@redhat.com>
4566
4567         * python/python.c (finish_python_initialization): Decref
4568         'pythondir' on failure path as well.
4569
4570 2013-06-18  Tom Tromey  <tromey@redhat.com>
4571
4572         PR symtab/15391:
4573         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4574         after taking bits_to_skip into account.  Sign extend byte_offset.
4575         * utils.h (gdb_sign_extend): Declare.
4576         * utils.c (gdb_sign_extend): New function.
4577
4578 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4579
4580         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4581
4582 2013-06-17  Pierre Muller  <muller@sourceware.org>
4583
4584         * corelow.c (core_open): Print GDB signal name instead of target
4585         signal number.
4586
4587 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
4588
4589         * .gitignore: Add /gcore.
4590
4591 2013-06-13  Doug Evans  <dje@google.com>
4592
4593         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4594         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4595
4596 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
4597
4598         * stack.c (backtrace_command_1): Fix indentation.
4599
4600 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4601
4602         * window-nat.c (thread_rec): Add missing empty line after
4603         local variable declaration.
4604
4605 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4606
4607         * windows-nat.c (thread_rec): Revert format used to print
4608         error code returned by SuspendThread from %d back to %u.
4609
4610 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4611
4612         * windows-nat.c (windows_continue): Add "0x" prefix for thread
4613         ID in debug trace.
4614         (get_windows_debug_event): Likewise, for all debug traces.
4615
4616 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4617
4618         * window-nat.c (thread_rec): Add thread ID in SuspendThread
4619         warning message.
4620
4621 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
4622             Yao Qi  <yao@codesourcery.com>
4623
4624         * mi/mi-main.c (get_register): Remove declaration.
4625         (output_register): Declare.
4626         (mi_cmd_data_list_register_values): Remove local variable
4627         'tuple_cleanup'.  Move some code into output_register.
4628         (get_register): Renamed to ...
4629         (output_register): ... this.  Output the register's
4630         "number" ui_out tuple here.
4631
4632 2013-06-07  Pedro Alves  <palves@redhat.com>
4633
4634         * darwin-nat.c: Fix formating in copyright header.
4635         * darwin-nat.h: Likewise.
4636         * gnu-nat.c: Likewise.
4637         * machoread.c: Likewise.
4638
4639 2013-06-07  Pedro Alves  <palves@redhat.com>
4640
4641         PR server/14823
4642         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
4643         static.  Output a global target description pointer.
4644         (init_registers_${name}): Adjust to initialize a
4645         target description structure.
4646
4647 2013-06-07  Will Newton  <will.newton@linaro.org>
4648
4649         * printcmd.c (build_address_symbolic): Call
4650         gdbarch_addr_bits_remove for text minimal symbols.
4651
4652 2013-06-07  Will Newton  <will.newton@linaro.org>
4653
4654         * MAINTAINERS: Add myself to Write After Approval.
4655
4656 2013-06-07  Yao Qi  <yao@codesourcery.com>
4657
4658         * tracepoint.c (start_tracing): Move code to ...
4659         (trace_reset_local_state): ... here.  New.
4660         (disconnect_tracing): Don't call set_current_traceframe,
4661         set_tracepoint_num, and set_traceframe_context. Call
4662         trace_reset_local_state instead.
4663         (tfile_close): Call trace_reset_local_state.
4664         * ctf.c (ctf_close): Likewise.
4665         * remote.c (remote_close): Likewise.
4666         * tracepoint.h (trace_reset_local_state): Declare.
4667
4668 2013-06-06  Doug Evans  <dje@google.com>
4669
4670         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4671         and fix header docs.
4672
4673 2013-06-05  Doug Evans  <dje@google.com>
4674             Keith Seitz  <keiths@redhat.com>
4675
4676         PR 15519
4677         * cp-namespace.c (find_symbol_in_baseclass): Call
4678         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4679         Check result of call to lookup_symbol_static.
4680         Call lookup_static_symbol_aux unconditionally.
4681         Call check_typedef on base types before accessing them.
4682         (cp_lookup_nested_symbol): Fix comment.
4683
4684 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
4685
4686         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4687         minimal symbols pointing to function descriptors.
4688
4689 2013-06-05  Tom Tromey  <tromey@redhat.com>
4690
4691         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4692
4693 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4694             Pedro Alves  <palves@redhat.com>
4695
4696         * remote.c (remote_wait_as): Restore signal handler before returning
4697         when GDB gets a notification.
4698
4699 2013-06-04  Gary Benson  <gbenson@redhat.com>
4700
4701         PR 2328
4702         * breakpoint.h (handle_solib_event): Moved function declaration
4703         to solib.h.
4704         * breakpoint.c (handle_solib_event): Moved function to solib.c.
4705         (bpstat_stop_status): Pass new argument to handle_solib_event.
4706         * solib.h (update_solib_breakpoints): New function declaration.
4707         (handle_solib_event): Moved function declaration from
4708         breakpoint.h.
4709         * solib.c (update_solib_breakpoints): New function.
4710         (handle_solib_event): Moved function from breakpoint.c.
4711         Updated to call solib_ops->handle_event if not NULL.
4712         * solist.h (target_so_ops): New fields "update_breakpoints" and
4713         "handle_event".
4714         * infrun.c (set_stop_on_solib_events): New function.
4715         (_initialize_infrun): Use the above for "set
4716         stop-on-solib-events".
4717         (handle_inferior_event): Pass new argument to handle_solib_event.
4718         * solib-svr4.c (probe.h): New include.
4719         (svr4_free_library_list): New forward declaration.
4720         (probe_action): New enum.
4721         (probe_info): New struct.
4722         (probe_info): New static variable.
4723         (NUM_PROBES): New definition.
4724         (svr4_info): New fields "using_xfer", "probes_table" and
4725         "solib_list".
4726         (free_probes_table): New function.
4727         (free_solib_list): New function.
4728         (svr4_pspace_data_cleanup): Free probes table and solib list.
4729         (svr4_copy_library_list): New function.
4730         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4731         (svr4_read_so_list): New parameter "prev_lm".
4732         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4733         (svr4_current_sos): New function.
4734         (probe_and_action): New struct.
4735         (hash_probe_and_action): New function.
4736         (equal_probe_and_action): Likewise.
4737         (register_solib_event_probe): Likewise.
4738         (solib_event_probe_at): Likewise.
4739         (solib_event_probe_action): Likewise.
4740         (solist_update_full): Likewise.
4741         (solist_update_incremental): Likewise.
4742         (disable_probes_interface_cleanup): Likewise.
4743         (svr4_handle_solib_event): Likewise.
4744         (svr4_update_solib_event_breakpoint): Likewise.
4745         (svr4_update_solib_event_breakpoints): Likewise.
4746         (svr4_create_solib_event_breakpoints): Likewise.
4747         (enable_break): Free probes table before creating breakpoints.
4748         Use svr4_create_solib_event_breakpoints to create breakpoints.
4749         (svr4_solib_create_inferior_hook): Free the solib list.
4750         (_initialize_svr4_solib): Initialise
4751         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4752
4753 2013-06-04  Gary Benson  <gbenson@redhat.com>
4754
4755         * target.h (target_ops): New field
4756         "to_augmented_libraries_svr4_read".
4757         (target_augmented_libraries_svr4_read): New macro.
4758         * target.c (update_current_target): Handle
4759         to_augmented_libraries_svr4_read.
4760         * remote.c (remote_state): New field
4761         "augmented_libraries_svr4_read".
4762         (remote_augmented_libraries_svr4_read_feature): New function.
4763         (remote_protocol_features): Add entry for
4764         "augmented-libraries-svr4-read".
4765         (remote_augmented_libraries_svr4_read): New function.
4766         (init_remote_ops): Initialize
4767         remote_ops.to_augmented_libraries_svr4_read.
4768
4769 2013-06-04  Gary Benson  <gbenson@redhat.com>
4770
4771         * NEWS: Update.
4772
4773 2013-06-04  Gary Benson  <gbenson@redhat.com>
4774
4775         * objfiles.h (inhibit_section_map_updates): New function
4776         declaration.
4777         (resume_section_map_updates): Likewise.
4778         (resume_section_map_updates_cleanup): Likewise.
4779         * objfiles.c (objfile_pspace_info): Removed field
4780         "objfiles_changed_p".  New fields "new_objfiles_available",
4781         "section_map_dirty" and "inhibit_updates".
4782         (allocate_objfile): Set new_objfiles_available.
4783         (free_objfile): Set section_map_dirty.
4784         (objfile_relocate1): Likewise.
4785         (in_plt_section): Likewise.
4786         (find_pc_section): Update the conditions under which the
4787         section map will be updated.
4788         (inhibit_section_map_updates): New function.
4789         (resume_section_map_updates): Likewise.
4790         (resume_section_map_updates_cleanup): Likewise.
4791
4792 2013-06-04  Gary Benson  <gbenson@redhat.com>
4793
4794         * probe.h (get_probe_argument_count): New declaration.
4795         (evaluate_probe_argument): Likewise.
4796         * probe.c (get_probe_argument_count): New function.
4797         (evaluate_probe_argument): Likewise.
4798         (probe_safe_evaluate_at_pc): Use the above new functions.
4799
4800 2013-06-04  Alan Modra  <amodra@gmail.com>
4801
4802         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4803         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4804         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
4805         target mem reads on optional insns.
4806         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4807         ppc_insns_match_pattern calls.
4808         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4809         Add match for power7 thread safety insns, and new order of
4810         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
4811         invocation in comment, and update rest of comment.
4812         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4813         PPC64_STANDARD_LINKAGE3_LEN): Delete.
4814         (ppc64_standard_linkage2_target): Update insn offsets.
4815         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
4816         stubs first.  Update calls.
4817
4818 2013-06-04  Yao Qi  <yao@codesourcery.com>
4819
4820         * solib.c (solib_find): Don't need dir separator if path has
4821         drive spec.
4822
4823 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
4824
4825         Revert (indirectly causes a SIGSEGV):
4826         * machoread.c (macho_symfile_read): Assign first cleanup to
4827         'back_to'.
4828
4829 2013-06-03  Yao Qi  <yao@codesourcery.com>
4830
4831         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4832         mi-parse.c.  Make them static.
4833         (mi_all_values): Likewise.
4834         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
4835         mi_parse_print_values.  Make it external.
4836         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4837         Remove the declarations.
4838         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4839         * mi/mi-parse.h (mi_parse_print_values): Declare.
4840         * mi/mi-cmd-stack.c: Include mi-parse.h.
4841         (parse_print_values): Remove
4842         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4843         of parse_print_values.
4844         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4845
4846 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
4847             Yao Qi  <yao@codesourcery.com>
4848
4849         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4850         (encode_actions): Move code to ...
4851         (all_tracepoint_actions_and_cleanup): ... here.  New.
4852         (trace_dump_command): Likewise.
4853
4854 2013-05-30  Tom Tromey  <tromey@redhat.com>
4855
4856         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4857
4858 2013-05-30  Tom Tromey  <tromey@redhat.com>
4859
4860         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4861         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
4862         'old_chain' argument.  Add 'parser_result' argument.
4863         (gdb_xml_create_parser_and_cleanup): Remove old version.
4864         (gdb_xml_parse_quick): Update.
4865         (xml_process_xincludes): Update.
4866         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4867         declare.
4868
4869 2013-05-30  Tom Tromey  <tromey@redhat.com>
4870
4871         * probe.c (collect_probes): Check arguments for NULL before
4872         calling compile_rx_or_error.
4873         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4874         Remove NULL return.
4875
4876 2013-05-30  Tom Tromey  <tromey@redhat.com>
4877
4878         * infrun.c (adjust_pc_after_break): Introduce an outer null
4879         cleanup.
4880
4881 2013-05-30  Tom Tromey  <tromey@redhat.com>
4882
4883         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4884
4885 2013-05-30  Tom Tromey  <tromey@redhat.com>
4886
4887         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4888         for 'old_chain'.  Do not check 'head' before processing
4889         cleanups.
4890
4891 2013-05-30  Tom Tromey  <tromey@redhat.com>
4892
4893         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4894         "cleanup_tuple".
4895
4896 2013-05-30  Tom Tromey  <tromey@redhat.com>
4897
4898         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4899         inner scope.  Unconditionally call do_cleanups.
4900
4901 2013-05-30  Tom Tromey  <tromey@redhat.com>
4902
4903         * source.c (find_and_open_source): Call do_cleanups.
4904
4905 2013-05-30  Tom Tromey  <tromey@redhat.com>
4906
4907         * linux-thread-db.c (thread_db_load_search): Unconditionally
4908         call do_cleanups.
4909
4910 2013-05-30  Tom Tromey  <tromey@redhat.com>
4911
4912         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4913         for 'cleanup'; instead use a later one.
4914
4915 2013-05-30  Tom Tromey  <tromey@redhat.com>
4916
4917         * python/py-breakpoint.c (bppy_get_commands): Use
4918         explicit, unconditional return.
4919         * python/py-frame.c (frapy_read_var): Likewise.
4920         * python/python.c (gdbpy_decode_line): Likewise.
4921
4922 2013-05-30  Tom Tromey  <tromey@redhat.com>
4923
4924         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4925         do_cleanups on all return paths.
4926
4927 2013-05-30  Tom Tromey  <tromey@redhat.com>
4928
4929         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4930
4931 2013-05-30  Tom Tromey  <tromey@redhat.com>
4932
4933         * stabsread.c (read_struct_type): Call do_cleanups along
4934         all return paths.
4935
4936 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
4937
4938         * mips-linux-tdep.c: Adjust formatting throughout.
4939
4940 2013-05-30  Tom Tromey  <tromey@redhat.com>
4941
4942         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4943         along all return paths.
4944
4945 2013-05-30  Tom Tromey  <tromey@redhat.com>
4946
4947         * symfile.c (find_separate_debug_file): Call do_cleanups
4948         along all return paths.
4949
4950 2013-05-30  Tom Tromey  <tromey@redhat.com>
4951
4952         * symtab.c (search_symbols): Introduce a null cleanup for
4953         'retval_chain'.
4954
4955 2013-05-30  Tom Tromey  <tromey@redhat.com>
4956
4957         * python/py-value.c (valpy_binop): Call do_cleanups before
4958         exiting loop.
4959
4960 2013-05-30  Tom Tromey  <tromey@redhat.com>
4961
4962         * python/py-prettyprint.c (print_children): Remove extra
4963         do_cleanups call.
4964
4965 2013-05-30  Tom Tromey  <tromey@redhat.com>
4966
4967         * python/py-frame.c (frapy_read_var): Call do_cleanups along
4968         all return paths.
4969
4970 2013-05-30  Tom Tromey  <tromey@redhat.com>
4971
4972         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4973         along all return paths.
4974
4975 2013-05-30  Tom Tromey  <tromey@redhat.com>
4976
4977         * cli/cli-logging.c (set_logging_redirect): Unconditionally
4978         call do_cleanups.
4979
4980 2013-05-30  Tom Tromey  <tromey@redhat.com>
4981
4982         * varobj.c (c_value_of_root): Call do_cleanups along all
4983         return paths.
4984
4985 2013-05-30  Tom Tromey  <tromey@redhat.com>
4986
4987         * tracepoint.c (trace_dump_command): Unconditionally call
4988         do_cleanups.
4989
4990 2013-05-30  Tom Tromey  <tromey@redhat.com>
4991
4992         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4993         do_cleanups earlier.
4994
4995 2013-05-30  Tom Tromey  <tromey@redhat.com>
4996
4997         * machoread.c (macho_symfile_read): Assign first cleanup to
4998         'back_to'.
4999
5000 2013-05-30  Tom Tromey  <tromey@redhat.com>
5001
5002         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
5003
5004 2013-05-30  Tom Tromey  <tromey@redhat.com>
5005
5006         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
5007
5008 2013-05-30  Tom Tromey  <tromey@redhat.com>
5009
5010         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
5011         call discard_cleanups.
5012         (inf_ptrace_attach): Likewise.
5013
5014 2013-05-30  Tom Tromey  <tromey@redhat.com>
5015
5016         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
5017         return paths.
5018         (mips_initialize): Likewise.
5019         (common_open): Call do_cleanups.
5020
5021 2013-05-30  Tom Tromey  <tromey@redhat.com>
5022
5023         * utils.c (internal_vproblem): Call do_cleanups.
5024
5025 2013-05-30  Tom Tromey  <tromey@redhat.com>
5026
5027         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
5028
5029 2013-05-30  Tom Tromey  <tromey@redhat.com>
5030
5031         * cli/cli-script.c (setup_user_args): Don't return after error.
5032
5033 2013-05-30  Tom Tromey  <tromey@redhat.com>
5034
5035         * somread.c (som_symtab_read): Call do_cleanups.
5036
5037 2013-05-30  Tom Tromey  <tromey@redhat.com>
5038
5039         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
5040
5041 2013-05-30  Tom Tromey  <tromey@redhat.com>
5042
5043         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
5044         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
5045         * interps.c (interpreter_exec_cmd): Call do_cleanups.
5046         * source.c (show_substitute_path_command): Call do_cleanups.
5047         (unset_substitute_path_command, set_substitute_path_command):
5048         Likewise.
5049         * symfile.c (load_command): Call do_cleanups.
5050
5051 2013-05-30  Tom Tromey  <tromey@redhat.com>
5052
5053         * contrib/cleanup_check.py: New file.
5054         * contrib/gcc-with-excheck: Add option parsing.
5055
5056 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
5057
5058         * windows-nat.c (windows_delete_thread): Add missing space
5059         in cast expression.
5060
5061 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
5062
5063         * inferior.c (top level): Include tilde.h.
5064         (add_inferior_command): Call tilde_expand on the value of 'exec'
5065         argument.
5066
5067 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
5068             Yao Qi  <yao@codesourcery.com>
5069
5070         * tracepoint.c (encode_actions_1): Remove parameter 't'.
5071         Caller update.
5072         (encode_actions): Likewise.
5073         * remote.c (remote_download_tracepoint): Caller update.
5074         * tracepoint.h (encode_actions): Update declaration.
5075
5076 2013-05-30  Pedro Alves  <palves@redhat.com>
5077
5078         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
5079         pointer.
5080
5081 2013-05-30  Yao Qi  <yao@codesourcery.com>
5082
5083         * remote.c (remote_check_symbols): Remove unused parameter
5084         'objfile'.
5085         Declaration update.
5086         (remote_start_remote, remote_new_objfile): Caller update.
5087
5088 2013-05-30  Yao Qi  <yao@codesourcery.com>
5089
5090         * mi/mi-cmds.c (mi_cmds): Define MI command
5091         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
5092         DEF_MI_CMD_CLI.
5093
5094 2013-05-29  Pedro Alves  <palves@redhat.com>
5095
5096         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
5097         (remote_insert_watchpoint, remote_remove_watchpoint)
5098         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
5099         (remote_verify_memory, compare_sections_command)
5100         (remote_search_memory): Set the general process/thread on the
5101         remote side.
5102
5103 2013-05-29  Pedro Alves  <palves@redhat.com>
5104
5105         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
5106         (_initialize_aarch64_tdep): Don't call
5107         initialize_tdesc_aarch64_without_fpu.
5108         * features/Makefile (WHICH): Remove reference to
5109         aarch64-without-fpu.
5110         * features/aarch64-without-fpu.c: Delete file.
5111         * regformats/aarch64-without-fpu.dat: Delete file.
5112
5113 2013-05-28  Yao Qi  <yao@codesourcery.com>
5114
5115         * tracepoint.c (stringify_collection_list): Remove parameter
5116         'string'.
5117         (encode_actions): Caller update.  Remove local variables.
5118
5119 2013-05-24  Yao Qi  <yao@codesourcery.com>
5120
5121         * tracepoint.c (TFILE_PID): Remove.
5122         (tfile_open): Don't add thread and inferior.
5123         (tfile_close): Don't set 'inferior_ptid'.  Don't call
5124         exit_inferior_silent.
5125         (tfile_thread_alive): Remove.
5126         (init_tfile_ops): Don't set field 'to_thread_alive' of
5127         tfile_ops.
5128
5129 2013-05-23  Doug Evans  <dje@google.com>
5130
5131         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5132
5133 2013-05-23  Pedro Alves  <palves@redhat.com>
5134
5135         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5136         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5137         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5138         Only define if HAVE_SOCKETS is defined.
5139         * configure.ac: Check for sys/socket.h.
5140         * config.in, configure: Regenerate.
5141
5142 2013-05-23  Pedro Alves  <palves@redhat.com>
5143
5144         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5145         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5146         printing uint32_t variables.
5147
5148 2013-05-23  Pedro Alves  <palves@redhat.com>
5149
5150         * NEWS: Mention GDBserver range stepping support.
5151
5152 2013-05-23  Yao Qi  <yao@codesourcery.com>
5153             Pedro Alves  <palves@redhat.com>
5154
5155         * gdbthread.h (struct thread_control_state) <may_range_step>: New
5156         field.
5157         * infcmd.c (step_once, until_next_command): Enable range stepping.
5158         * infrun.c (displaced_step_prepare): Disable range stepping.
5159         (resume): Disable range stepping if stepping over a breakpoint or
5160         we have software watchpoints.  If range stepping is enabled,
5161         assert the thread is in the stepping range.
5162         (clear_proceed_status_thread): Clear may_range_step.
5163         (handle_inferior_event): Disable range stepping as soon as we know
5164         the thread that hit the event.  Re-enable it whenever we're going
5165         to step with a step range.
5166         * remote.c (struct vCont_action_support) <r>: New field.
5167         (use_range_stepping): New global.
5168         (remote_vcont_probe): Handle 'r' action.
5169         (append_resumption): Append an 'r' action if the thread may range
5170         step.
5171         (show_range_stepping): New function.
5172         (set_range_stepping): New function.
5173         (_initialize_remote): Call add_setshow_boolean_cmd to register the
5174         'set range-stepping' and 'show range-stepping' commands.
5175         * NEWS: Mention range stepping, the new vCont;r action, and the
5176         new "set/show range-stepping" commands.
5177
5178 2013-05-23  Yao Qi  <yao@codesourcery.com>
5179             Pedro Alves  <palves@redhat.com>
5180
5181         * remote.c (struct vCont_action_support): New struct.
5182         (struct remote_state) <support_vCont_t>: Remove field.
5183         <vCont_actions_support>: New field.
5184         (remote_vcont_probe, remote_stop_ns): Update.
5185
5186 2013-05-23  Yao Qi  <yao@codesourcery.com>
5187             Pedro Alves  <palves@redhat.com>
5188
5189         * gdbthread.h (pc_in_thread_step_range): New declaration.
5190         * thread.c (pc_in_thread_step_range): New function.
5191         * infrun.c (handle_inferior_event): Use it.
5192
5193 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
5194
5195         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5196         of sprintf.
5197
5198 2013-05-22  Keith Seitz  <keiths@redhat.com>
5199
5200         * ada-lang.c (is_known_support_routine): Add explicit free of
5201         'func_name' from find_frame_funname.
5202         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5203         for func_name from find_frame_funname.
5204         * python/py-frame.c (frapy_name): Add explicit free of
5205         'name' from find_frame_funname.
5206         * stack.c (find_frame_funname): Add comment explaining that
5207         funcp must be freed by the caller.
5208         Return copy of symbol names instead of pointers.
5209         (print_frame): Add a cleanup for 'funname' from
5210         find_frame_funname.
5211         * stack.h (find_frame_funname): Remove "const" from
5212         'funname' parameter.
5213
5214 2013-05-22  Tom Tromey  <tromey@redhat.com>
5215
5216         PR c++/15401:
5217         * c-valprint.c (c_value_print): Use value_addr for
5218         references.  Convert back to reference type with value_ref.
5219
5220 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
5221
5222         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5223         unloaded DLL, it will be done by handle_solib_event.  See
5224         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5225         details.
5226
5227 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
5228
5229         * ui-out.c: Create typedef ui_out_level_p and define vector
5230         operations for that type.
5231         (struct ui_out): Use a vector instead of an array.
5232         (current_level): Return level from a vector.
5233         (push_level): Create a level in a vector.
5234         (pop_level): Delete a level in a vector.
5235         (ui_out_new): Create initial level zero level, and store in a
5236         vector.
5237         (ui_out_destroy): Add vector cleanup.
5238
5239 2013-05-22  Pedro Alves  <palves@redhat.com>
5240
5241         * python/python-internal.h (gdb_Py_DECREF): Tag with
5242         "ARI: editCase function".
5243
5244 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5245
5246         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5247
5248 2013-05-21  Pedro Alves  <palves@redhat.com>
5249
5250         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5251         whether PRINTER is NULL before installing a Py_DECREF cleanup.
5252         * python/py-utils.c (py_decref): Don't check for NULL before
5253         calling Py_DECREF.
5254
5255 2013-05-21  Pedro Alves  <palves@redhat.com>
5256
5257         * python/py-utils.c (py_decref): Remove extra braces.
5258         (gdb_pymodule_addobject): Remove extra braces.
5259         * python-internal.h (gdb_Py_DECREF): New static inline function.
5260         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5261
5262 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5263
5264         * breakpoints.c (detach_breakpoints): Do not
5265         detach breakpoints locations with loc_type bp_loc_other.
5266
5267 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5268
5269         Workaround Python 2.6.
5270         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5271         a block.
5272
5273 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5274
5275         Code cleanup: constification.
5276         * solib.c (solib_ops): Make return type and ops variable type const.
5277         (set_solib_ops): Make the new_ops parameter and ops variable const.
5278         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5279         (solib_add, solib_keep_data_in_core, clear_solib)
5280         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5281         (reload_shared_libraries, solib_global_lookup): Make the ops variable
5282         const.
5283         * solib.h (set_solib_ops): Make the new_ops parameter const.
5284
5285 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5286
5287         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5288         variable.
5289         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5290         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5291         (SYSTEM_GDBINIT_FILES): New variables.
5292         (all): Add stamp-system-gdbinit.
5293         (stamp-system-gdbinit): New rule.
5294         (clean-system-gdbinit, install-system-gdbinit)
5295         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
5296         (install-only): Add dependency on install-system-gdbinit.
5297         (uninstall): Add dependency on uninstall-system-gdbinit.
5298         (clean): Add dependency on clean-system-gdbinit.
5299         * system-gdbinit/elinos.py: New file.
5300         * system-gdbinit/wrs-linux.py: New file.
5301
5302 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5303
5304         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5305
5306 2013-05-21  Hui Zhu  <hui@codesourcery.com>
5307
5308         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5309         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5310         * mi/mi-cmd-break.c (ctype.h): New include.
5311         (gdb_obstack.h): New include.
5312         (mi_argv_to_format, mi_cmd_break_insert_1): New.
5313         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5314         (mi_cmd_dprintf_insert): New.
5315         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5316         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5317
5318 2013-05-20  Tom Tromey  <tromey@redhat.com>
5319
5320         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5321
5322 2013-05-20  Tom Tromey  <tromey@redhat.com>
5323
5324         * python/py-value.c (valpy_get_dynamic_type): Simplify
5325         dynamic_type assignment.  Use Py_XINCREF.
5326
5327 2013-05-20  Tom Tromey  <tromey@redhat.com>
5328
5329         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5330
5331 2013-05-20  Tom Tromey  <tromey@redhat.com>
5332
5333         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5334         (gdbpy_selected_frame): Move object-construction code
5335         out of TRY_CATCH.
5336
5337 2013-05-20  Tom Tromey  <tromey@redhat.com>
5338
5339         * python/py-arch.c (gdbpy_initialize_arch): Use
5340         gdb_pymodule_addobject.
5341         * python/py-block.c (gdbpy_initialize_blocks): Use
5342         gdb_pymodule_addobject.
5343         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5344         gdb_pymodule_addobject.
5345         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
5346         gdb_pymodule_addobject.
5347         * python/py-event.c (gdbpy_initialize_event_generic): Use
5348         gdb_pymodule_addobject.
5349         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
5350         gdb_pymodule_addobject.
5351         * python/py-evts.c (add_new_registry): Use
5352         gdb_pymodule_addobject.
5353         (gdbpy_initialize_py_events): Likewise.
5354         * python/py-finishbreakpoint.c
5355         (gdbpy_initialize_finishbreakpoints): Use
5356         gdb_pymodule_addobject.
5357         * python/py-frame.c (gdbpy_initialize_frames): Use
5358         gdb_pymodule_addobject.
5359         * python/py-function.c (gdbpy_initialize_functions): Use
5360         gdb_pymodule_addobject.
5361         * python/py-inferior.c (gdbpy_initialize_inferior): Use
5362         gdb_pymodule_addobject.
5363         * python/py-infthread.c (gdbpy_initialize_thread): Use
5364         gdb_pymodule_addobject.
5365         * python/py-objfile.c (gdbpy_initialize_objfile): Use
5366         gdb_pymodule_addobject.
5367         * python/py-param.c (gdbpy_initialize_parameters): Use
5368         gdb_pymodule_addobject.
5369         * python/py-progspace.c (gdbpy_initialize_pspace): Use
5370         gdb_pymodule_addobject.
5371         * python/py-symbol.c (gdbpy_initialize_symbols): Use
5372         gdb_pymodule_addobject.
5373         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5374         gdb_pymodule_addobject.
5375         * python/py-type.c (gdbpy_initialize_types): Use
5376         gdb_pymodule_addobject.
5377         * python/py-utils.c (gdb_pymodule_addobject): New function.
5378         * python/py-value.c (gdbpy_initialize_values): Use
5379         gdb_pymodule_addobject.
5380         * python/python-internal.h (gdb_pymodule_addobject): Declare.
5381         * python/python.c (_initialize_python): Use
5382         gdb_pymodule_addobject.
5383
5384 2013-05-20  Tom Tromey  <tromey@redhat.com>
5385
5386         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5387         * python/py-param.c (get_set_value, get_show_value): Use
5388         explicit decrefs.
5389         * python/python.c (start_type_printers, apply_type_printers):
5390         Use explicit decrefs.
5391
5392 2013-05-20  Tom Tromey  <tromey@redhat.com>
5393
5394         * python/py-evts.c (gdbpy_initialize_py_events): Don't
5395         incref the module.
5396
5397 2013-05-20  Tom Tromey  <tromey@redhat.com>
5398
5399         * python/python.c (gdbpy_run_events): Decref the result
5400         of PyObject_CallObject.
5401
5402 2013-05-20  Tom Tromey  <tromey@redhat.com>
5403
5404         * python/py-symtab.c (set_sal): Use
5405         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
5406         (symtab_and_line_to_sal_object): Update.
5407
5408 2013-05-20  Tom Tromey  <tromey@redhat.com>
5409
5410         * python/py-param.c (compute_enum_values): Decref 'item'.
5411
5412 2013-05-20  Tom Tromey  <tromey@redhat.com>
5413
5414         * mi/mi-main.c: Include python-internal.h.
5415         (mi_cmd_list_features): Check gdb_python_initialized.
5416         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5417         (python_inferior_exit, python_new_objfile, add_thread_object)
5418         (delete_thread_object, py_free_inferior): Check
5419         gdb_python_initialized.
5420         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5421         gdb_python_initialized.
5422         * python/py-type.c (save_objfile_types): Check
5423         gdb_python_initialized.
5424         * python/python-internal.h (gdb_python_initialized): Declare.
5425         * python/python.c (ensure_python_env): Throw exception if
5426         Python not initialized.
5427         (before_prompt_hook, source_python_script_for_objfile)
5428         (start_type_printers, apply_type_printers,
5429         free_type_printers): Check gdb_python_initialized.
5430         * varobj.c (varobj_get_display_hint)
5431         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5432         (install_new_value_visualizer, varobj_set_visualizer)
5433         (value_get_print_value): Check gdb_python_initialized.
5434
5435 2013-05-20  Tom Tromey  <tromey@redhat.com>
5436
5437         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5438         Check errors.
5439         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5440         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5441         Check errors.
5442         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5443         Check errors.
5444         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5445         Check errors.
5446         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5447         Check errors.
5448         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5449         init function to return 'int'.
5450         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5451         Return 'int'.  Check errors.
5452         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5453         Check errors.
5454         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5455         Return 'int'.  Check errors.
5456         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5457         Check errors.
5458         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5459         Check errors.
5460         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5461         Check errors.
5462         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5463         Check errors.
5464         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5465         Check errors.
5466         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5467         Check errors.
5468         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5469         Check errors.
5470         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5471         Check errors.
5472         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5473         Check errors.
5474         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5475         Check errors.
5476         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5477         Check errors.
5478         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5479         Check errors.
5480         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5481         Check errors.
5482         * python/python-internal.h (gdbpy_initialize_auto_load,
5483         gdbpy_initialize_values, gdbpy_initialize_frames,
5484         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5485         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5486         gdbpy_initialize_blocks, gdbpy_initialize_types,
5487         gdbpy_initialize_functions, gdbpy_initialize_pspace,
5488         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5489         gdbpy_initialize_finishbreakpoints,
5490         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5491         gdbpy_initialize_thread, gdbpy_initialize_inferior,
5492         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5493         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5494         gdbpy_initialize_signal_event,
5495         gdbpy_initialize_breakpoint_event,
5496         gdbpy_initialize_continue_event,
5497         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5498         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5499         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5500         * python/python.c (gdb_python_initialized): New global.
5501         (gdbpy_initialize_events): Return 'int'.  Check errors.
5502         (_initialize_python): Check errors.  Set
5503         gdb_python_initialized.
5504
5505 2013-05-20  Tom Tromey  <tromey@redhat.com>
5506
5507         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5508         Decref the reslut of PyObject_CallMethod.
5509
5510 2013-05-20  Tom Tromey  <tromey@redhat.com>
5511
5512         * python/py-event.c (gdbpy_initialize_event_generic): Return
5513         early if PyType_Ready fails.
5514
5515 2013-05-20  Tom Tromey  <tromey@redhat.com>
5516
5517         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5518         as 'default' in the switch.
5519
5520 2013-05-20  Tom Tromey  <tromey@redhat.com>
5521
5522         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
5523         get_addr_from_python calls out of TRY_CATCH.
5524         (infpy_write_memory, infpy_search_memory): Likewise.
5525         * python/py-utils.c (get_addr_from_python): Return negative
5526         value on error.  Use TRY_CATCH.
5527         * python/python-internal.h (get_addr_from_python): Use
5528         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5529
5530 2013-05-20  Tom Tromey  <tromey@redhat.com>
5531
5532         * python/py-event.c (evpy_emit_event): Decref the
5533         result of PyObject_CallFunctionObjArgs.
5534
5535 2013-05-20  Tom Tromey  <tromey@redhat.com>
5536
5537         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5538         Correctly decref.
5539
5540 2013-05-20  Tom Tromey  <tromey@redhat.com>
5541
5542         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5543
5544 2013-05-20  Tom Tromey  <tromey@redhat.com>
5545
5546         * python/py-event.h (gdbpy_initialize_event_generic): Use
5547         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5548         * python/py-evts.c (add_new_registry): Use
5549         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5550         * python/python-internal.h
5551         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5552
5553 2013-05-20  Tom Tromey  <tromey@redhat.com>
5554
5555         * python/py-arch.c (archpy_disassemble): Update.
5556         * python/py-type.c (typy_get_composite, typy_lookup_typename)
5557         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5558         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5559         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5560         macro.
5561         (GDB_PY_HANDLE_EXCEPTION): Update.
5562         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
5563
5564 2013-05-20  Tom Tromey  <tromey@redhat.com>
5565
5566         * python/python-internal.h (events_object_type): Remove.
5567
5568 2013-05-20  Tom Tromey  <tromey@redhat.com>
5569
5570         * python/py-event.h (evpy_emit_event): Use
5571         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5572         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5573         New macro.
5574
5575 2013-05-20  Tom Tromey  <tromey@redhat.com>
5576
5577         * py-evtregistry.c (create_event_object): Decref
5578         eventregistry_object if PyList_New fails.
5579
5580 2013-05-20  Tom Tromey  <tromey@redhat.com>
5581
5582         * py-cmd.c (gdbpy_string_to_argv): Check result of
5583         PyList_New.
5584
5585 2013-05-20  Tom Tromey  <tromey@redhat.com>
5586
5587         * python/python.c (before_prompt_hook): Add cleanup to
5588         decref 'hook'.
5589
5590 2013-05-20  Tom Tromey  <tromey@redhat.com>
5591
5592         * python/py-function.c (fnpy_init): Decref result of
5593         PyObject_GetAttrString.
5594
5595 2013-05-20  Tom Tromey  <tromey@redhat.com>
5596
5597         * python/py-threadevent.c (get_event_thread): Use
5598         CPYCHECKER_RETURNS_BORROWED_REF.
5599         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5600         New define.
5601         (pspace_to_pspace_object, objfile_to_objfile_object)
5602         (find_thread_object): Use it.
5603
5604 2013-05-20  Tom Tromey  <tromey@redhat.com>
5605
5606         * python/py-arch.c (arch_object_type): Use
5607         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5608         * python/py-block.c (block_syms_iterator_object_type):
5609         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5610         * python/py-bpevent.c (breakpoint_event_object_type):
5611         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5612         * python/py-cmd.c (cmdpy_object_type): Use
5613         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5614         * python/py-continueevent.c (continue_event_object_type):
5615         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5616         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5617         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5618         * python/py-events.h (thread_event_object_type):
5619         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5620         * python/py-evtregistry.c (eventregistry_object_type): Use
5621         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5622         * python/py-exitedevent.c (exited_event_object_type):
5623         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5624         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5625         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5626         * python/py-function.c (fnpy_object_type): Use
5627         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5628         * python/py-inferior.c (inferior_object_type, membuf_object_type):
5629         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5630         * python/py-infthread.c (thread_object_type): Use
5631         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5632         * python/py-lazy-string.c (lazy_string_object_type):
5633         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5634         * python/py-newobjfileevent.c (new_objfile_event_object_type):
5635         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5636         * python/py-objfile.c (objfile_object_type): Use
5637         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5638         * python/py-param.c (parmpy_object_type):
5639         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5640         * python/py-progspace.c (pspace_object_type):
5641         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5642         * python/py-signalevent.c (signal_event_object_type):
5643         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5644         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5645         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5646         * python/py-type.c (type_object_type, field_object_type)
5647         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5648         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5649         define.
5650         (value_object_type, block_object_type, symbol_object_type)
5651         (event_object_type, stop_event_object_type, breakpoint_object_type)
5652         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5653
5654 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
5655
5656         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5657         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5658
5659 2013-05-20  Doug Evans  <dje@google.com>
5660
5661         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
5662         For Fission.
5663         * dwarf2read.c (struct dwarf2_per_cu_data): New member
5664         reading_dwo_directly.
5665         (struct signatured_type): New member dwo_unit.
5666         (struct die_reader_specs): New member comp_dir.
5667         (create_signatured_type_table_from_index): Use malloc for
5668         all_type_units instead of objfile's obstack.
5669         (create_all_type_units): Ditto.
5670         (fill_in_sig_entry_from_dwo_entry): New function.
5671         (add_type_unit): New function.
5672         (lookup_dwo_signatured_type): New function.
5673         (lookup_dwp_signatured_type): New function.
5674         (lookup_signatured_type): New arg cu.  All callers updated.
5675         (init_cu_die_reader): Initialize comp_dir.
5676         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
5677         Change assert of matching type signatures to call error on mismatch.
5678         (lookup_dwo_unit): Add assert.
5679         (init_tu_and_read_dwo_dies): New function.
5680         (init_cutu_and_read_dies): Call it.
5681         (build_type_unit_groups): Handle case of no type unit groups created.
5682         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5683         (lookup_dwo_cutu): Tweak complaint.
5684         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5685         (dwarf2_per_objfile_free): Free all_type_units.
5686
5687 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5688
5689         * windows-nat.c (handle_unload_dll): Add missing empty line.
5690
5691 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5692
5693         * dwarf2read.c (prototyped_function_p): New function.
5694         (read_subroutine_type): Use it.
5695
5696 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5697
5698         * rs6000-aix-tdep.c: De-indent some example code provided
5699         as a comment.
5700
5701 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5702
5703         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5704         region is ok for a hardware watchpoint using the new ptrace interface
5705         on Power servers.
5706
5707 2013-05-17  Doug Evans  <dje@google.com>
5708
5709         * NEWS: Mention new maintenance commands check-symtabs, and
5710         expand-symtabs, and renamed check-psymtabs.
5711         * psymtab.c (maintenance_check_psymtabs): Renamed from
5712         maintenance_check_symtabs.  Only process already-expanded symbol
5713         tables.
5714         (_initialize_psymtab): Update.
5715         * symmisc.c (maintenance_check_symtabs): New function.
5716         (maintenance_expand_name_matcher): New function
5717         (maintenance_expand_file_matcher): New function
5718         (maintenance_expand_symtabs): New function.
5719         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5720         commands.
5721
5722 2013-05-17  Tom Tromey  <tromey@redhat.com>
5723
5724         * python/py-inferior.c (infpy_read_memory): Don't call
5725         PyErr_SetString if PyObject_New fails.
5726         * python/py-frame.c (frame_info_to_frame_object): Don't call
5727         PyErr_SetString if PyObject_New fails.
5728
5729 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
5730
5731         * acinclude.m4: Add check for dlopen in libdl.
5732         * configure.ac: Ditto.
5733         * configure: Regenerate.
5734
5735 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
5736
5737         * frame.c (frame_stash): Convert to htab.
5738         (frame_addr_hash): New function.
5739         (frame_addr_hash_eq): New function.
5740         (frame_stash_create): Convert function to create
5741         a hash table.
5742         (frame_stash_add): Convert function to add an entry to a hash
5743         table.
5744         (frame_stash_find): Convert function to search the hash table.
5745         (frame_stash_invalidate): Convert function to empty the hash
5746         table.
5747         (get_frame_id): Only add to stash if a frame_id is created.
5748         (_initialize_frame): Call frame_stash_create.
5749
5750 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
5751
5752         * configure.ac: Ensure MIG is available when building for GNU Hurd
5753         hosts.
5754         * configure: Regenerate.
5755
5756 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5757
5758         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5759
5760 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5761
5762         * ada-lang.c (ada_make_symbol_completion_list): Make sure
5763         all cleanups are done before returning from this function.
5764
5765 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5766
5767         * utils.h: #include "exceptions.h".
5768         (enum errors): Remove partial declaration.
5769
5770 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5771
5772         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5773         * gdbarch.h, gdbarch.c: Regenerate.
5774         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5775         handling.
5776
5777         * rs6000-aix-tdep.h: New file.
5778         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5779         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5780         "xml-utils.h".
5781         (struct field_info, struct ld_info_desc): New types.
5782         (ld_info32_desc, ld_info64_desc): New static constants.
5783         (struct ld_info): New type.
5784         (rs6000_aix_extract_ld_info): New function.
5785         (rs6000_aix_shared_library_to_xml): Likewise.
5786         (rs6000_aix_ld_info_to_xml): Likewise.
5787         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5788         (rs6000_aix_init_osabi): Add call to
5789         set_gdbarch_core_xfer_shared_libraries_aix.
5790         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5791         Remove "xml-utils.h" include.
5792         (LdInfo): Delete typedef.
5793         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5794         Delete macros.
5795         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5796         Adjust code accordingly.
5797         (rs6000_core_ldinfo): Delete, folded into
5798         rs6000_aix_core_xfer_shared_libraries_aix.
5799         (rs6000_xfer_shared_library): Delete.
5800         (rs6000_xfer_shared_libraries): Reimplement.
5801
5802 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
5803
5804         * record.c (record_goto_cmdlist): New.
5805         (cmd_record_goto): Split into this ...
5806         (cmd_record_goto_begin): ... this
5807         (cmd_record_goto_end): ... and this.
5808         (_initialize_record): Change "record goto" to prefix command.
5809         Add commands for "record goto begin" and "record goto end".
5810         Add an alias for "record goto start" to "record goto begin".
5811
5812 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5813
5814         * linespec.c (convert_linespec_to_sals): New comment for
5815         SOURCE_FILENAME assignment.
5816
5817 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5818
5819         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5820         internal_warning.
5821
5822 2013-05-14  Tom Tromey  <tromey@redhat.com>
5823
5824         * eval.c (parse_and_eval_long): Make 'exp' const.
5825         * value.h (parse_and_eval_long): Update.
5826
5827 2013-05-14  Tom Tromey  <tromey@redhat.com>
5828
5829         * ui-file.c (gdb_fopen): Make arguments const.
5830         * ui-file.h (gdb_fopen): Make arguments const.
5831
5832 2013-05-14  Tom Tromey  <tromey@redhat.com>
5833
5834         * remote.c (remote_set_trace_notes): Make arguments const.
5835         * target.c (update_current_target): Update cast.
5836         * target.h (to_set_trace_notes): Make arguments const.
5837
5838 2013-05-14  Tom Tromey  <tromey@redhat.com>
5839
5840         * go32-nat.c (go32_terminal_info): Make 'args' const.
5841         * inferior.h (child_terminal_info): Update.
5842         * inflow.c (child_terminal_info): Make 'args' const.
5843         * target.c (default_terminal_info): Make 'args' const.
5844         (debug_to_terminal_save_ours): Likewise.
5845         * target.h (struct target_ops) <to_terminal_info>: Make argument
5846         const.
5847
5848 2013-05-13  Tom Tromey  <tromey@redhat.com>
5849
5850         * gcore.c (create_gcore_bfd): Make 'filename' const.
5851         * gcore.h (create_gcore_bfd): Make 'filename' const.
5852         * record-full.c (record_full_save): Make 'recfilename' const.
5853         * target.c (target_save_record): Make 'filename' const.
5854         * target.h (struct target_ops) <to_save_record>: Make 'filename'
5855         const.
5856         (target_save_record): Likewise.
5857
5858 2013-05-13  Tom Tromey  <tromey@redhat.com>
5859
5860         PR gdb/15338:
5861         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5862         ranges section has been read.
5863
5864 2013-05-13  Tom Tromey  <tromey@redhat.com>
5865
5866         PR exp/15364:
5867         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5868         STRUCTOP_PTR>: Return a not_lval value for
5869         EVAL_AVOID_SIDE_EFFECTS.
5870         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5871         for EVAL_AVOID_SIDE_EFFECTS.
5872
5873 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
5874
5875         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5876         floating point registers to register type before storing
5877         value.
5878         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5879         Likewise.
5880
5881 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5882             Tom Tromey  <tromey@redhat.com>
5883
5884         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5885         New functions.
5886         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5887         Declare.
5888         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5889         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5890         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5891         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5892
5893 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
5894             Tom Tromey  <tromey@redhat.com>
5895
5896         PR build/15414:
5897         * configure: Rebuild.
5898         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5899         with -Wno-format.
5900
5901 2013-05-10  Pedro Alves  <palves@redhat.com>
5902
5903         * remote.c (_initialize_remote): Fix spelling of
5904         qXfer:traceframe-info:read packet in packet config command.
5905
5906 2013-05-10  David Taylor  <dtaylor@emc.com>
5907
5908         PR remote/15455
5909
5910         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5911         "QTro" at start of packet.
5912
5913 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5914
5915         * solib-aix.c (solib_aix_relocate_section_addresses):
5916         For the .bss section action, apply the same offset as
5917         the .data section.
5918
5919 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5920
5921         * solib-aix.c (solib_aix_relocate_section_addresses):
5922         Remove FIXME comment.
5923
5924 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5925
5926         PR tdep/15420:
5927         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5928         New functions, directly copied from sparc-sol-thread.c.
5929         * sparc-sol-thread.c: Delete.
5930         * configure.ac: Remove code handling sparc-solaris-thread.c.
5931         * configure: Regenerate.
5932
5933 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
5934
5935         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5936         filter logic.
5937         (backtrace_command): Add "no-filters" option parsing.
5938         (_initialize_stack): Alter help to reflect "no-filters" option.
5939         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5940         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5941         (py-frame.o): Add target
5942         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5943         filter files.
5944         * python/python.h: Add new frame filter constants, and flag enum.
5945         (apply_frame_filter): Add definition.
5946         * python/python.c (apply_frame_filter): New non-Python
5947         enabled function.
5948         * python/py-utils.c (py_xdecref): New function.
5949         (make_cleanup_py_xdecref): Ditto.
5950         * python/py-objfile.c: Declare frame_filters dictionary.
5951         (objfpy_dealloc): Add frame_filters dealloc.
5952         (objfpy_new): Initialize frame_filters attribute.
5953         (objfile_to_objfile_object): Ditto.
5954         (objfpy_get_frame_filters): New function.
5955         (objfpy_set_frame_filters): New function.
5956         * python/py-progspace.c: Declare frame_filters dictionary.
5957         (pspy_dealloc): Add frame_filters dealloc.
5958         (pspy_new): Initialize frame_filters attribute.
5959         (pspacee_to_pspace_object): Ditto.
5960         (pspy_get_frame_filters): New function.
5961         (pspy_set_frame_filters): New function.
5962         * python/py-framefilter.c: New file.
5963         * python/lib/gdb/command/frame_filters.py: New file.
5964         * python/lib/gdb/frames.py: New file.
5965         * python/lib/gdb/__init__.py: Initialize global frame_filters
5966         dictionary
5967         * python/lib/gdb/FrameDecorator.py: New file.
5968         * python/lib/gdb/FrameIterator.py: New file.
5969         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5970         * mi/mi-cmds.h: Declare.
5971         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5972         --no-frame-filter logic, and Python frame filter logic.
5973         (stack_enable_frame_filters): New function.
5974         (parse_no_frame_option): Ditto.
5975         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5976         filter logic.
5977         (mi_cmd_stack_list_locals): Ditto.
5978         (mi_cmd_stack_list_args): Ditto.
5979         (mi_cmd_stack_list_variables): Ditto.
5980         * NEWS: Add frame filter note.
5981
5982 2013-05-09  Doug Evans  <dje@google.com>
5983
5984         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5985         All callers updated.
5986         (syms_from_objfile): Ditto.  Make static.
5987         (symbol_file_add_with_addrs): Renamed from
5988         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
5989         num_offsets.  All callers updated.
5990         * symfile.h (syms_from_objfile): Delete.
5991
5992         * symfile.c (decrement_reading_symtab): Add assert.
5993         (increment_reading_symtab): Ditto.
5994
5995 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
5996
5997         * source.c (forward_search_command): Replace call to getc
5998         by call to fgetc.
5999         (reverse_search_command): Likewise.
6000
6001 2013-05-08  Doug Evans  <dje@google.com>
6002
6003         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
6004         matching test.
6005
6006 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6007
6008         * sol-thread.c (info_cb): Factorize the code a little.
6009
6010 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6011
6012         * sol-thread.c (info_cb): Rework the output of the "maintenance
6013         info sol-threads" command a bit.
6014
6015 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6016
6017         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
6018         Replace ti.ti_startfunc by ti.ti_pc.
6019
6020 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6021
6022         * solib-aix.c (solib_aix_free_library_list): New function
6023         for the case where HAVE_LIBEXPAT is not defined.
6024
6025 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6026
6027         PR breakpoints/15413:
6028         * breakpoint.c (condition_completer): Simplify the code to
6029         disconsider multiple locations of breakpoints when completing the
6030         "condition" command.
6031
6032 2013-05-07  Pierre Muller  <muller@sourceware.org>
6033
6034         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
6035         instead of <sys/wait.h>.
6036
6037 2013-05-07  Pierre Muller  <muller@sourceware.org>
6038
6039         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
6040         trailing new line from warning message.
6041
6042 2013-05-07  Pierre Muller  <muller@sourceware.org>
6043
6044         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
6045         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
6046
6047 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6048
6049         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
6050         error message (ARI fix).
6051
6052 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6053
6054         * features/library-list-aix.dtd: Replace library-list by
6055         library-list-aix.
6056         * rs6000-nat.c: Replace library-list by library-list-aix
6057         throughout.
6058         * solib-aix.c: Likewise.
6059
6060 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6061
6062         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
6063         Renames TARGET_OBJECT_AIX_LIBRARIES.
6064         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
6065         TARGET_OBJECT_LIBRARIES_AIX throughout.
6066         * solib-aix.c: Likwise.
6067
6068 2013-05-07  Yao Qi  <yao@codesourcery.com>
6069
6070         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
6071         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
6072
6073 2013-05-07  Yao Qi  <yao@codesourcery.com>
6074
6075         * solib-dsbt.c (enable_break): Declare.
6076         (dsbt_current_sos): Remove call to enable_break2.
6077         (enable_break2): Rename to enable_break.  Set solib breakpoint
6078         on '_dl_debug_state'.
6079         (enable_break): Remove.
6080
6081 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
6082
6083         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
6084         debug state prior to replicating existing hardware watchpoints or
6085         breakpoints.
6086
6087 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6088
6089         * gcore.c (gcore_create_callback): Ignore sections with
6090         separate_debug_objfile_backlink != NULL.
6091
6092 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
6093             Andrew Jenner  <andrew@codesourcery.com>
6094             Chung-Lin Tang  <cltang@codesourcery.com>
6095             Julian Brown  <julian@codesourcery.com>
6096
6097         Based on the nios2-elf port from Altera Corporation.
6098
6099         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
6100         nios2-linux-tdep.o.
6101         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
6102         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
6103         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
6104         * nios2-tdep.h: New.
6105         * nios2-tdep.c: New.
6106         * nios2-linux-tdep.c: New.
6107         * features/Makefile (WHICH): Add nios2-linux.
6108         (nios2-linux-expedite): Set.
6109         * features/nios2-cpu.xml: New.
6110         * features/nios2.xml: New.
6111         * features/nios2-linux.xml: New.
6112         * features/nios2.c: New (autogenerated).
6113         * features/nios2-linux.c: New (autogenerated).
6114         * regformats/nios2-linux.dat: New (autogenerated).
6115         * NEWS (Changes since GDB 7.6): Add new Nios II targets
6116         and commands.
6117
6118 2013-05-06  Doug Evans  <dje@google.com>
6119
6120         * symfile.c: Whitespace cleanup.
6121
6122         * solist.h (struct target_so_ops): New member clear_so.
6123         * solib-svr4.c (svr4_clear_so): New function.
6124         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
6125         * solib.c (clear_so): Renamed from free_so_symbols.
6126         All callers updated.  Call target clear_so if it exists.
6127
6128 2013-05-06  Tom Tromey  <tromey@redhat.com>
6129
6130         * ada-lang.c (ada_value_primitive_packed_val): Don't
6131         call value_incref.
6132         * value.c (set_value_parent): Incref the new parent and decref
6133         the old parent.
6134         (value_copy, value_primitive_field): Use set_value_parent.
6135
6136 2013-05-06  Tom Tromey  <tromey@redhat.com>
6137
6138         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6139         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6140         if needed.
6141         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6142         * dwarf2read.c (write_constant_as_bytes)
6143         (dwarf2_fetch_constant_bytes): New functions.
6144
6145 2013-05-06  Tom Tromey  <tromey@redhat.com>
6146
6147         * dwarf2read.c (dwarf2_const_value_data): Remove unused
6148         parameters.
6149         (dwarf2_const_value_attr): Update.
6150
6151 2013-05-06  Tom Tromey  <tromey@redhat.com>
6152
6153         * somread.c (som_symfile_offsets): Add 'const' to addrs.
6154         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6155         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6156         Remove declaration.
6157
6158 2013-05-06  Tom Tromey  <tromey@redhat.com>
6159
6160         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6161         objfile's obstack.
6162
6163 2013-05-06  Doug Evans  <dje@google.com>
6164
6165         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6166         * stabsread.h (process_one_symbol): Update declaration.
6167         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6168         * elfread.c (elf_symfile_relocate_probe): Ditto.
6169         * psymtab.c (relocate_psymtabs): Ditto.
6170         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6171         (objfile_relocate): Ditto.
6172         * objfiles.h (objfile_relocate): Update declaration.
6173         * symfile.c (relative_addr_info_to_section_offsets): Constify
6174         addrs parameter.
6175         (default_symfile_offsets): Ditto.
6176         (syms_from_objfile_1): Constify offsets parameter.
6177         (syms_from_objfile): Ditto.
6178         (symbol_file_add_with_addrs_or_offsets): Ditto.
6179         (symfile_map_offsets_to_segments): Constify data parameter.
6180         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6181         delta parameters of member relocate.
6182         (struct sym_probe_fns): Constify new_offsets,
6183         delta parameters of member sym_relocate_probe.
6184         (struct sym_fns): Constify section_addr_info parameter of member
6185         sym_offsets.
6186         (relative_addr_info_to_section_offsets): Update declaration.
6187         (default_symfile_offsets): Ditto.
6188         (syms_from_objfile): Ditto.
6189         (symfile_map_offsets_to_segments): Ditto.
6190
6191         * symfile.c (syms_from_objfile_1): Use correct section count when
6192         objfile->sf == NULL.
6193
6194 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
6195
6196         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6197
6198 2013-05-06  Doug Evans  <dje@google.com>
6199
6200         * psympriv.h (struct partial_symtab): Augment comment for member
6201         section_offsets.
6202
6203 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6204
6205         Reimplement shared library support on ppc-aix...
6206         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6207         * features/library-list-aix.dtd: New file.
6208         * solib-aix.h, solib-aix.c: New file.
6209         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6210         (rs6000_find_toc_address_hook): Delete.
6211         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6212         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6213         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
6214         "xml-utils.h".
6215         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6216         (vmap_symtab, fixup_breakpoints): Delete.
6217         (rs6000_xfer_shared_libraries): New function.
6218         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6219         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6220         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6221         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6222         (rs6000_xfer_shared_library): New function.
6223         (find_toc_address): Delete.
6224         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6225         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6226         * xcoffread.c (record_minimal_symbol): Reloate symbol address
6227         before creating minimal symbol.  Adjust function description
6228         accordingly.
6229         (scan_xcoff_symtab): Replace call to
6230         prim_record_minimal_symbol_and_info by call to
6231         record_minimal_symbol.
6232         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6233         around default_symfile_offsets.
6234         * configure.tgt: Add solib-aix.o to gdb_target_obs for
6235         powerpc-aix targets.
6236         * config/rs6000/nm-rs6000.h: Delete.
6237         * config/powerpc/aix.mh (NAT_FILE): Delete.
6238         (NATDEPFILES): Remove xcoffsolib.o.
6239         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6240         (ALL_TARGET_OBS): Add solib-aix.o.
6241         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6242         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
6243         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
6244         * xcoffsolib.h, xcoffsolib.c: Delete.
6245
6246         * solib.c (reload_shared_libraries): Remove reference to
6247         SOLIB_CREATE_INFERIOR_HOOK.
6248         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6249         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6250         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6251         comment.
6252         * corelow.c (deprecated_core_resize_section_table): Delete.
6253         * exec.c: Remove include of xcoffsolib.h".
6254         (map_vmap, vmap): Delete.
6255         (exec_close_1): Remove references to vmap.
6256         (exec_file_attach): Remove vmap handling code, and reference
6257         to DEPRECATED_IBM6000_TARGET.
6258         (bfdsec_to_vmap): Delete.
6259         (exec_files_info): Remove block of code handling VMAP.
6260         * infcmd.c (post_create_inferior): Remove reference to
6261         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6262         * infrun.c (follow_exec): Remove reference to
6263         SOLIB_CREATE_INFERIOR_HOOK.
6264         * stack.c (print_frame): Remove reference to PC_SOLIB.
6265         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6266         (dsbt_relocate_main_executable): Likewise.
6267         * solib-frv.c (frv_current_sos): Likewise.
6268
6269 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6270
6271         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6272         to target_write_memory and target_read_memory.
6273
6274 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6275
6276         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6277         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6278
6279 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6280
6281         * darwin-nat.c: Replace all "%x" instances in format strings
6282         into "0x%x" throughout.
6283
6284 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6285
6286         * darwin-nat.c (darwin_mourn_inferior): Replace call to
6287         gdb_assert by call to MACH_CHECK_ERROR.
6288         (darwin_attach_pid): Raise an error rather than a failed
6289         assertion when various system calls failed.  Report a warning
6290         instead of raising a failed assertion when PREV_NOT is not NULL
6291         after call to mach_port_request_notification.
6292         (darwin_ptrace_me): Raise an error rather than a failed
6293         assertion when read returns nonzero.
6294
6295 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6296
6297         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6298
6299 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6300
6301         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6302
6303 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6304
6305         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6306         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6307         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
6308         a stale cleanup.  Fix double free of NAME.
6309
6310 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
6311
6312         * windows-nat.c (windows_delete_thread): Accept an additional
6313         argument, the thread's exit code, and announce thread death when
6314         print_thread_events is non-zero and we are deleting a thread that
6315         is not the main thread.
6316         (get_windows_debug_event): Pass thread exit code to
6317         windows_delete_thread.
6318
6319 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6320
6321         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6322         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6323         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6324         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6325         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6326         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6327         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6328         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6329         (gdbarch_tdep): New struct.
6330         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6331         E_NUM_REGS.
6332         (v850e3v5_register_name): New function.
6333         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6334         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
6335         code handling the struct return conventions for the RH850 ABI.
6336         Update all callers.
6337         (v850_eight_byte_align_p): New function.
6338         (v850_push_call_dummy): Push structs by value, not by reference
6339         for the RH850 ABI.  Add support for eight byte alignment.
6340         (v850_dbtrap_breakpoint_from_pc): New function.
6341         (v850_gdbarch_init): Add ABI detection code.  Register
6342         v850e3v5_register_name for the v850e3v5 architecture.  Set the
6343         number of registers for v850e3v5.  Register
6344         v850_dbtrap_breakpoint_from_pc as appropriate.
6345         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
6346
6347 2013-05-03  Doug Evans  <dje@google.com>
6348
6349         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
6350         of bfd_count_sections.
6351         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
6352         * symfile.c (default_symfile_offsets): Ditto.
6353         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
6354         one entry, not bfd_count_sections entries.
6355
6356 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6357
6358         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6359         `save' and `restore' register groups.  Don't include SPL
6360         or SPH in these groups.
6361         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
6362         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
6363         RL78_ES_REGNUM, and RL78_CS_REGNUM.
6364         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
6365         dwarf2_append_unwinders().
6366
6367 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6368
6369         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6370         ignore SIGINT and SIGTRAP in case these internal signals are
6371         caught explicitely.
6372
6373 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6374
6375         * darwin-nat.c (darwin_read_write_inferior): Change types
6376         of parameters rdaddr and wraddr to "gdb_byte *". Change type
6377         of copy_count to "mach_msg_type_number_t".
6378         (darwin_read_dyld_info): Change type of parameter
6379         rdaddr to "gdb_byte *".
6380
6381 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6382
6383         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6384         of &info->load_map from "char *" to "gdb_byte *".
6385
6386 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6387
6388         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6389         from "char *" to "gdb_byte *".
6390         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6391
6392 2013-04-30  Doug Evans  <dje@google.com>
6393
6394         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6395         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6396         DWO stub.  If DWO isn't found, just use stub.
6397         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6398
6399         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6400         calling init_cutu_and_read_dies.
6401
6402 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6403
6404         * target-descriptions.c (maint_print_c_tdesc_cmd):
6405         Add case to parse structures as register types and
6406         bitfields.
6407
6408 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6409
6410         * MAINTAINERS (Write After Approval): Add myself to the list.
6411
6412 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6413
6414         * sol-thread.c (rw_common): Change type of parameter "buf"
6415         to "gdb_byte *".
6416         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6417         rw_common to "gdb_byte *" instead of "char *".
6418
6419 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6420
6421         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6422         of local variable msym to const struct bound_minimal_symbol.
6423         Adjust use accordingly.
6424         [ti.ti_state == TD_THR_SLEEP]: Likewise.
6425
6426 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
6427
6428         * i386gnu-nat.c (CREG_OFFSET): New macro.
6429         (creg_offset): New array.
6430         (CREG_ADDR): Use creg_offset instead of reg_offset.
6431
6432 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6433
6434         * mep-tdep.c (mep_write_pc): Delete.
6435         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6436         Add call to set_gdbarch_pc_regnum.
6437
6438 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6439
6440         * common/filestuff.c: Replace #include <dirent.h> by
6441         #include "gdb_dirent.h".
6442
6443 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6444
6445         * common/filestuff.c: Replace #include <sys/stat.h> by
6446         #include "gdb_stat.h".
6447
6448 2013-04-29  Pierre Muller  <muller@sourceware.org>
6449
6450         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6451         editCase function rule.
6452         (get_DW_AT_signature_type): Likewise.
6453
6454 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6455
6456         * m32r-tdep.c (m32r_write_pc): Delete.
6457         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6458         Add call to set_gdbarch_pc_regnum.
6459
6460 2013-04-29  Pierre Muller  <muller@sourceware.org>
6461
6462         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6463
6464 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6465
6466         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6467
6468 2013-04-28  Yao Qi  <yao@codesourcery.com>
6469
6470         * solib-dsbt.c (fetch_loadmap): Re-indent.
6471         (displacement_from_map, enable_break2): Likewise.
6472         (dsbt_relocate_section_addresses): Likewise.
6473
6474 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
6475
6476         GDB 7.6 released.
6477
6478 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
6479
6480         PR corefiles/14983:
6481         * dwarf2read.c (process_full_comp_unit): Always create a static
6482         block.
6483
6484 2013-04-25  Hui Zhu  <hui@codesourcery.com>
6485
6486         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6487         to loc->cmd_bytecode.
6488
6489 2013-04-24  Doug Evans  <dje@google.com>
6490
6491         * dwarf2read.c (setup_type_unit_groups): Fix comment.
6492
6493 2013-04-22  Keith Seitz  <keiths@redhat.com>
6494
6495         * tracepoint.c (trace_save):  Call the writer's start method.
6496
6497 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
6498
6499         PR gdb/10462
6500         * cli/cli-decode.c (lookup_command): Show an error if there is no space
6501         before argument.
6502
6503 2013-04-23  Tom Tromey  <tromey@redhat.com>
6504
6505         * common/filestuff.c: Check USE_WIN32API before including
6506         sys/socket.h.
6507         (HAVE_F_GETFD): New define.
6508         (mark_cloexec): Check HAVE_F_GETFD.
6509         (gdb_open_cloexec): Change 'mode' to unsigned long.
6510         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6511         (gdb_pipe_cloexec): Check HAVE_PIPE.
6512         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6513         long.
6514
6515 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6516
6517         PR gdb/15293
6518         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6519
6520 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6521
6522         PR gdb/15165
6523         * breakpoint.c (dprintf_print_recreate): New.
6524         (save_breakpoints): Let it not save dprintf commands.
6525         (initialize_breakpoint_ops): Set dprintf_print_recreate.
6526
6527 2013-04-22  Tom Tromey  <tromey@redhat.com>
6528
6529         PR gdb/7912:
6530         * Makefile.in (SFILES): Add filestuff.c
6531         (COMMON_OBS): Add filestuff.o.
6532         (filestuff.o): New target.
6533         * auto-load.c (auto_load_objfile_script_1): Use
6534         gdb_fopen_cloexec.
6535         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6536         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6537         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6538         * common/agent.c (gdb_connect_sync_socket): Use
6539         gdb_socket_cloexec.
6540         * common/filestuff.c: New file.
6541         * common/filestuff.h: New file.
6542         * common/linux-osdata.c (linux_common_core_of_thread)
6543         (command_from_pid, commandline_from_pid, print_source_lines)
6544         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6545         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6546         gdb_fopen_cloexec.
6547         * common/linux-procfs.c (linux_proc_get_int)
6548         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6549         * config.in, configure: Rebuild.
6550         * configure.ac: Don't check for sys/socket.h.  Check for
6551         fdwalk, pipe2.
6552         * corelow.c (core_open): Use gdb_open_cloexec.
6553         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6554         * fork-child.c (fork_inferior): Call close_most_fds.
6555         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6556         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6557         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6558         Use gdb_fopen_cloexec.
6559         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6560         gdb_open_cloexec.
6561         (linux_async_pipe): Use gdb_pipe_cloexec.
6562         * remote-fileio.c (remote_fileio_func_open): Use
6563         gdb_open_cloexec.
6564         * remote.c (remote_file_put, remote_file_get): Use
6565         gdb_fopen_cloexec.
6566         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6567         close_most_fds.
6568         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6569         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6570         * solib.c (solib_find): Use gdb_open_cloexec.
6571         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6572         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6573         (tfile_open): Use gdb_open_cloexec.
6574         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6575         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6576         * xml-support.c (xml_fetch_content_from_file): Use
6577         gdb_fopen_cloexec.
6578         * main.c (captured_main): Call notice_open_fds.
6579
6580 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6581
6582         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6583         'char *' to 'gdb_byte *'.
6584         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6585         'gdb_byte'.
6586
6587 2013-04-22  Yao Qi  <yao@codesourcery.com>
6588
6589         * infrun.c: Fix typo in comment.
6590
6591 2013-04-22  Andrew Haley  <aph@redhat.com>
6592
6593         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6594         instead of "long".
6595
6596 2013-04-20  Yao Qi  <yao@codesourcery.com>
6597
6598         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6599         'char *' to 'gdb_byte *'.  Cast the return value of
6600         'bt_ctf_get_char_array' to 'gdb_byte *'.
6601
6602 2013-04-19  Pedro Alves  <palves@redhat.com>
6603
6604         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6605         -Wpointer-sign.
6606         * configure: Regenerate.
6607
6608 2013-04-19  Pedro Alves  <palves@redhat.com>
6609
6610         * ser-tcp.c (net_read_prim): Cast second argument to recv to
6611         'void *'.
6612
6613 2013-04-19  Pedro Alves  <palves@redhat.com>
6614
6615         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6616         Change type of 'myaddr' parameter to gdb_byte pointer.
6617         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
6618         to 'long long' pointer instead of to 'unsigned long long'.
6619         (monitor_write_memory_block, monitor_read_memory_single)
6620         (monitor_read_memory): Change type of 'myaddr' parameter to
6621         gdb_byte pointer.
6622
6623 2013-04-19  Pedro Alves  <palves@redhat.com>
6624
6625         * record.c (validate_history_size): Make parameter 'setting'
6626         unsigned.
6627
6628 2013-04-19  Pedro Alves  <palves@redhat.com>
6629
6630         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6631         to 'gdb_byte *'.
6632
6633 2013-04-19  Pedro Alves  <palves@redhat.com>
6634
6635         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6636         local to int.
6637
6638 2013-04-19  Pedro Alves  <palves@redhat.com>
6639
6640         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6641         * ada-tasks.c (read_fat_string_value): Likewise.
6642
6643 2013-04-19  Pedro Alves  <palves@redhat.com>
6644
6645         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6646         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
6647         'offset', and adjust.
6648
6649 2013-04-19  Pedro Alves  <palves@redhat.com>
6650
6651         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6652         (read_index_from_section): Add cast to 'char *'.
6653
6654 2013-04-19  Pedro Alves  <palves@redhat.com>
6655
6656         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6657
6658 2013-04-19  Pedro Alves  <palves@redhat.com>
6659
6660         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6661
6662 2013-04-19  Pedro Alves  <palves@redhat.com>
6663
6664         * record-full.c (record_full_get_bookmark): Change local 'ret'
6665         type to char * and add cast to gdb_byte *.
6666         (record_full_goto_bookmark): Handle 'bookmark' argument as a
6667         string.
6668         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6669
6670 2013-04-19  Pedro Alves  <palves@redhat.com>
6671
6672         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6673         * python/py-prettyprint.c (print_string_repr): Change type of
6674         'output' local to char *.  Add cast to gdb_byte * in
6675         LA_PRINT_STRING call.
6676         (print_children): Change type of 'output' local to char *.
6677         * python/py-value.c (valpy_string): Add cast to const char * in
6678         PyUnicode_Decode call.
6679
6680 2013-04-19  Pedro Alves  <palves@redhat.com>
6681
6682         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6683         and change its type to 'const char *'.  Adjust.
6684         (mips_send_packet): Add cast to 'char *', and remove cast to
6685         'unsigned char *'.
6686         (mips_receive_packet): Remove cast to 'unsigned char *'.
6687         (mips_load_srec): Use bfd_byte.
6688         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6689         (pmon_checkset): Make 'value' parameter unsigned.
6690
6691 2013-04-19  Pedro Alves  <palves@redhat.com>
6692
6693         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6694
6695 2013-04-19  Pedro Alves  <palves@redhat.com>
6696
6697         * remote.c (remote_write_bytes_aux, compare_sections_command)
6698         (remote_read_qxfer)
6699         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6700         (remote_hostio_readlink, remote_bfd_iovec_pread)
6701         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6702         binary buffer, and char when buffer is used as string.
6703         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6704         (trace_save, tfile_open, traceframe_walk_blocks)
6705         (tfile_fetch_registers): Likewise.
6706
6707 2013-04-19  Pedro Alves  <palves@redhat.com>
6708
6709         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6710         buffer and size_t size.  Adjust.
6711         * ser-base.h (ser_base_write): Adjust.
6712         * ser-go32.c (cnts): Change type to size_t.
6713         (dos_write): Change prototype -- take 'void *'
6714         buffer and size_t size.  Adjust.
6715         (dos_info): Print elements of 'cnts' as unsigned long.
6716         * serial.c (serial_write): Likewise.
6717         * serial.h (serial_write): Adjust.
6718         (struct serial_ops) <write>: Change prototype -- take 'void *'
6719         buffer and size_t size.  Adjust.
6720
6721 2013-04-19  Pedro Alves  <palves@redhat.com>
6722
6723         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6724         gdb_byte *.
6725         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6726
6727 2013-04-19  Pedro Alves  <palves@redhat.com>
6728
6729         * alpha-tdep.c (alpha_extract_return_value): Use
6730         regcache_cooked_read_unsigned to read 'v0'.
6731
6732 2013-04-19  Pedro Alves  <palves@redhat.com>
6733
6734         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6735         parameters 'at', 'as' and 'offset' to uint32_t.
6736
6737 2013-04-19  Pedro Alves  <palves@redhat.com>
6738
6739         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6740         'is64' to signed 'int'.
6741
6742 2013-04-19  Pedro Alves  <palves@redhat.com>
6743
6744         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6745         parameter to int *.
6746
6747 2013-04-19  Pedro Alves  <palves@redhat.com>
6748
6749         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6750         'insnbuf' buffer type to unsigned int[].
6751
6752 2013-04-19  Pedro Alves  <palves@redhat.com>
6753
6754         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6755
6756 2013-04-19  Pedro Alves  <palves@redhat.com>
6757
6758         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6759         unsigned long *.
6760
6761 2013-04-19  Pedro Alves  <palves@redhat.com>
6762
6763         * alpha-tdep.c (heuristic_fence_post): Change type to int.
6764         (alpha_heuristic_proc_start): Adjust to check -1 instead of
6765         UINT_MAX.
6766         * mips-tdep.c (heuristic_fence_post): Change type to int.
6767         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6768
6769 2013-04-19  Pedro Alves  <palves@redhat.com>
6770
6771         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6772         (struct gdbarch_tdep) <cris_version>: Make unsigned.
6773         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6774
6775 2013-04-19  Pedro Alves  <palves@redhat.com>
6776
6777         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
6778         it to get a string view of the byte buffer.
6779         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6780         type to gdb_byte *.  Adjust.
6781         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6782         Change local to char *.
6783         * solib-darwin.c (find_program_interpreter): Change return type to
6784         char *.  Adjust.
6785         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6786         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6787         * solib-frv.c (enable_break2): Change local 'buf' to char *.
6788         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6789         * solib-svr4.c (find_program_interpreter): Change return type to
6790         char *.  Adjust.
6791         (enable_break): Change local 'interp_name' to char *.
6792         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6793         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6794         (spu_pseudo_register_write_spu): Use char for string buffer.
6795         Adjust.
6796         (info_spu_event_command, info_spu_signal_command): Add casts to
6797         'char *'.
6798
6799 2013-04-19  Pedro Alves  <palves@redhat.com>
6800
6801         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6802         gdb_byte[].
6803         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6804         * ada-lang.c (ada_value_assign): Use gdb_byte.
6805         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6806         (alphanbsd_sigtramp_offset): Use gdb_byte.
6807         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6808         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6809         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6810         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6811         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6812         * arm-tdep.c (arm_stub_unwind_sniffer)
6813         (arm_displaced_init_closure): Use gdb_byte.
6814         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6815         (arm_default_thumb_le_breakpoint)
6816         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6817         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6818         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6819         * arm-wince-tdep.c (arm_wince_le_breakpoint)
6820         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6821         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6822         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6823         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6824         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6825         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6826         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6827         (cris_store_return_value, cris_extract_return_value): Use
6828         gdb_byte.
6829         (constraint): Change type of parameter to char * from signed
6830         char*.  Use gdb_byte.
6831         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6832         of local buffer to gdb_byte *.
6833         * dwarf2read.c (read_index_from_section): Use gdb_byte.
6834         (create_dwp_hash_table): Change type of locals to gdb_byte *.
6835         (add_address_entry): Change type of local buffer to gdb_byte[].
6836         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6837         (frv_push_dummy_call): Use gdb_byte.
6838         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6839         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6840         (hppa_hpux_supply_save_state): Use gdb_byte.
6841         * hppa-tdep.c (hppa32_push_dummy_call)
6842         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6843         * ia64-tdep.c (extract_bit_field, replace_bit_field)
6844         (slotN_contents, replace_slotN_contents): Change type of parameter
6845         to gdb_byte *.
6846         (fetch_instruction, ia64_pseudo_register_write)
6847         (ia64_register_to_value, ia64_value_to_register)
6848         (ia64_extract_return_value, ia64_store_return_value)
6849         (ia64_push_dummy_call): Use gdb_byte.
6850         * m32c-tdep.c (m32c_return_value): Remove cast.
6851         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6852         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6853         gdb_byte.
6854         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6855         * mn10300-tdep.c (mn10300_store_return_value)
6856         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6857         gdb_byte.
6858         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6859         (moxie_process_record): Remove casts.
6860         * ppc-ravenscar-thread.c (supply_register_at_address)
6861         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6862         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6863         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6864         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6865         * remote.c (compare_sections_command): Use gdb_byte.
6866         * score-tdep.c (score7_free_memblock): Change type of parameter to
6867         gdb_byte *.
6868         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6869         gdb_byte *.  Use gdb_byte.
6870         (sh_push_dummy_call_fpu): Use gdb_byte.
6871         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6872         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6873         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6874         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6875         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6876         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6877         (sh64_store_return_value, sh64_register_convert_to_virtual):
6878         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6879         (sh64_pseudo_register_write): Use gdb_byte.
6880         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6881         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
6882         buffer.
6883         (irix_current_sos): Use gdb_byte.
6884         * solib-som.c (som_current_sos): Use gdb_byte.
6885         * sparc-ravenscar-thread.c (supply_register_at_address)
6886         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6887         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6888         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6889         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6890         'gdb_byte *'.
6891         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6892         'gdb_byte *'.
6893         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6894         * xstormy16-tdep.c (xstormy16_extract_return_value)
6895         (xstormy16_store_return_value): Change parameter type to
6896         'gdb_byte *'.  Adjust.
6897         (xstormy16_push_dummy_call): Use gdb_byte.
6898         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6899         (call0_analyze_prologue, execute_code): Use gdb_byte.
6900
6901 2013-04-19  Vladimir Kargov <kargov@gmail.com>
6902             Pedro Alves  <palves@redhat.com>
6903
6904         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6905         value contents.
6906
6907 2013-04-17  Doug Evans  <dje@google.com>
6908
6909         * dwarf2read.c (struct signatured_type): New member type.
6910         (struct attribute): Replace member signatured_type with signature.
6911         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6912         (read_call_site_scope): Call follow_die_ref instead of
6913         follow_die_ref_or_sig.
6914         (read_structure_type): Rewrite handling of signatured types.
6915         (read_enumeration_type): Ditto.
6916         (read_attribute_value): Update.
6917         (build_error_marker_type): New function.
6918         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
6919         Don't call error for bad types, just build an error marker type.
6920         (dump_die_shallow): Update.
6921         (follow_die_sig_1): Renamed from follow_die_sig.
6922         Don't call error for bad types, instead return NULL.
6923         (follow_die_sig): New function.
6924         (get_signatured_type, get_DW_AT_signature_type): New functions.
6925
6926 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
6927
6928         * aarch64-tdep.c (aarch64_write_pc): Removed.
6929         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6930         function.
6931
6932 2013-04-17  Yao Qi  <yao@codesourcery.com>
6933
6934         * top.c (print_gdb_configuration): Print configure-time
6935         parameter on using libbabeltrace or not.
6936
6937 2013-04-16  Pedro Alves  <palves@redhat.com>
6938
6939         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6940
6941 2013-04-16  Pedro Alves  <palves@redhat.com>
6942
6943         * common/glibc_thread_db.h: Update from upstream glibc
6944         (git 568035b7874a099087b77f7bba3e36a1173787b0).
6945
6946 2013-04-16  Pedro Alves  <palves@redhat.com>
6947
6948         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6949         * common/glibc_thread_db.h: ... this new file ...
6950         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6951
6952 2013-04-16  Will Newton  <will.newton@gmail.com>
6953             Pedro Alves  <palves@redhat.com>
6954
6955         PR build/11881
6956
6957         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6958         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6959         HAVE_THREAD_DB_H.
6960
6961 2013-04-16  Pedro Alves  <palves@redhat.com>
6962             Eli Zaretskii  <eliz@gnu.org>
6963
6964         * NEWS: Mention "set foo unlimited".
6965
6966 2013-04-15  Doug Evans  <dje@google.com>
6967
6968         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6969         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6970         (create_dwo_cu_reader): Renamed from
6971         create_dwo_debug_info_hash_table_reader.
6972         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6973         Remove support for multiple CUs in a DWO file.
6974         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6975
6976         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6977         instead of phex.
6978         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6979         (create_dwo_in_dwp): Ditto.
6980
6981 2013-04-15  Tom Tromey  <tromey@redhat.com>
6982
6983         * NEWS: Move recent entries into "since 7.6" section.
6984
6985 2013-04-15  Tom Tromey  <tromey@redhat.com>
6986
6987         PR c++/13588:
6988         * NEWS: Update.
6989         * break-catch-throw.c (struct exception_catchpoint)
6990         <exception_rx, pattern>: New fields.
6991         (fetch_probe_arguments, dtor_exception_catchpoint)
6992         (check_status_exception_catchpoint)
6993         (print_one_detail_exception_catchpoint): New functions.
6994         (handle_gnu_v3_exceptions): Add "except_rx" argument.
6995         Compile regular expression if needed.
6996         (extract_exception_regexp): New function.
6997         (catch_exception_command_1): Use extract_exception_regexp.
6998         (compute_exception): Use fetch_probe_arguments.
6999         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
7000         and check_status fields.
7001         * cp-abi.c (cplus_typename_from_type_info): New function.
7002         * cp-abi.h (cplus_typename_from_type_info): Declare.
7003         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
7004         * gdb_regex.h (compile_rx_or_error): Declare.
7005         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
7006         comment.
7007         (init_gnuv3_ops): Set get_type_from_type_info field.
7008         * probe.c (compile_rx_or_error): Move...
7009         * utils.c (compile_rx_or_error): ... here.
7010
7011 2013-04-15  Tom Tromey  <tromey@redhat.com>
7012
7013         PR c++/15176:
7014         * NEWS: Update.
7015         * break-catch-throw.c (compute_exception): New function.
7016         (exception_funcs): New global.
7017         (_initialize_break_catch_throw): Create $_exception.
7018         * cp-abi.c (cplus_type_from_type_info): New function.
7019         * cp-abi.h (cplus_type_from_type_info): Declare.
7020         (struct cp_abi_ops) <get_type_from_type_info>: New field.
7021         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
7022         (gnuv3_get_type_from_type_info): New functions.
7023         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
7024
7025 2013-04-15  Tom Tromey  <tromey@redhat.com>
7026
7027         * break-catch-throw.c (struct exception_names): New.
7028         (exception_functions): Change type.
7029         (re_set_exception_catchpoint): Look for SDT probes.
7030
7031 2013-04-15  Tom Tromey  <tromey@redhat.com>
7032
7033         PR c++/10119:
7034         * break-catch-throw.c (exception_functions): New global.
7035         (gnu_v3_exception_catchpoint_ops): Move earlier.
7036         (struct exception_catchpoint): New.
7037         (classify_exception_breakpoint): Rewrite.
7038         (re_set_exception_catchpoint): New function.
7039         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
7040         Allocate a struct exception_catchpoint.
7041         (catch_exception_command_1): Update.
7042         (initialize_throw_catchpoint_ops): Set 're_set' method.
7043
7044 2013-04-15  Tom Tromey  <tromey@redhat.com>
7045
7046         * Makefile.in (SFILES): Add break-catch-throw.c
7047         (COMMON_OBS): Add break-catch-throw.o.
7048         * break-catch-throw.c: New file.
7049         * breakpoint.c: Move exception-catching code to new file.
7050         (ep_parse_optional_if_clause): No longer static.
7051         * breakpoint.h (ep_parse_optional_if_clause): Declare.
7052
7053 2013-04-15  Tom Tromey  <tromey@redhat.com>
7054
7055         PR c++/9065:
7056         * NEWS: Update.
7057         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
7058         * c-exp.y (TYPEID): New token.
7059         (exp): Add new TYPEID productions.
7060         (ident_tokens): Add "typeid".
7061         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
7062         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
7063         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
7064         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
7065         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
7066         case.
7067         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
7068         (build_std_type_info_type, gnuv3_get_typeid_type)
7069         (gnuv3_get_typeid): New functions.
7070         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
7071         new fields on ABI object.
7072         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
7073         * std-operator.def (OP_TYPEID): New.
7074
7075 2013-04-15  Tom Tromey  <tromey@redhat.com>
7076
7077         * elfread.c (elf_symtab_read): Install versioned symbol under
7078         unversioned name as well.
7079
7080 2013-04-15  Tom Tromey  <tromey@redhat.com>
7081
7082         PR c++/11990:
7083         * c-lang.c (cplus_language_defn): Use gdb_demangle.
7084         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
7085         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
7086         (gdb_demangle): New function.
7087         * cp-support.h (gdb_demangle): Declare.
7088         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
7089         (dwarf2_name): Use gdb_demangle.
7090         * gdbtypes.c (check_stub_method): Use gdb_demangle.
7091         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
7092         suffixes from name.
7093         (gnuv3_print_method_ptr): Use gdb_demangle.
7094         * jv-lang.c (java_demangle): Use gdb_demangle.
7095         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
7096         * language.c (unk_lang_demangle): Use gdb_demangle.
7097         * symtab.c (symbol_find_demangled_name)
7098         (demangle_for_lookup): Use gdb_demangle.
7099
7100 2013-04-15  Tom Tromey  <tromey@redhat.com>
7101
7102         PR c++/12824:
7103         * NEWS: Update.
7104         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
7105         New constant.
7106         (classify_exception_breakpoint): New function.
7107         (print_it_exception_catchpoint, print_one_exception_catchpoint)
7108         (print_mention_exception_catchpoint)
7109         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
7110         (catch_exception_command_1): Handle "rethrow" catchpoint.
7111         (catch_rethrow_command): New function.
7112         (_initialize_breakpoint): Add "catch rethrow" command.
7113
7114 2013-04-15  Pierre Muller  <muller@sourceware.org>
7115
7116         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
7117         set_gdbarch_write_pc as deprecated anymore.
7118
7119 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
7120
7121         * spu-tdep.c (spu_write_pc): Add empty line after local variable
7122         declarations.
7123
7124 2013-04-13  Yao Qi  <yao@codesourcery.com>
7125
7126         * ctf.c (_initialize_ctf): Include "completer.h".
7127         Call add_target_with_completer instead of add_target.
7128
7129 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7130
7131         Fix GDB regression related to PR binutils/14813.
7132         * jit.c (mem_bfd_iovec_close): Return 0 for success.
7133         * minidebug.c (lzma_close): Add return value comment.
7134         * remote.c (remote_bfd_iovec_close): Return 0 for success.
7135         * solib-spu.c (spu_bfd_iovec_close): Likewise.
7136         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7137
7138 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7139
7140         * config.in: Regenerate.
7141
7142 2013-04-12  Tom Tromey  <tromey@redhat.com>
7143
7144         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7145         const.
7146         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7147         (struct die_reader_specs) <buffer>: Likewise.
7148         (die_reader_func_ftype): Make 'info_ptr' const.
7149         (struct line_header) <include_dirs, statement_program_start,
7150         statement_program_end>: Now const.
7151         (struct file_entry) <name>: Likewise.
7152         (struct partial_die_info) <sibling>: Likewise.
7153         (struct dwarf_block) <data>: Likewise.
7154         (dwarf2_read_section): Remove cast.
7155         (dwarf2_get_section_info): Make 'bufp' const.
7156         (read_index_from_section): Constify.
7157         (dw2_get_file_names_reader): Make 'info_ptr' const.
7158         (dw2_get_primary_filename_reader): Likewise.
7159         (read_comp_unit_head): Make 'info_ptr' and return type const.
7160         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7161         Likewise.
7162         (read_abbrev_offset): Constify.
7163         (dwarf2_create_include_psymtab): Make 'name' const.
7164         (create_debug_types_hash_table): Update.
7165         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7166         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7167         Constify.
7168         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7169         (load_partial_comp_unit_reader): Make 'info_ptr' const.
7170         (read_comp_units_from_section): Constify.
7171         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7172         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7173         const.
7174         (dwarf2_compute_name, setup_type_unit_groups): Constify.
7175         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7176         (create_dwp_hash_table, dwarf2_ranges_read)
7177         (dwarf2_record_block_ranges): Constify.
7178         (read_die_and_children, read_die_and_siblings_1)
7179         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7180         const.
7181         (read_full_die_1, read_full_die): Make 'info_ptr' const.
7182         (abbrev_table_read_table): Constify.
7183         (load_partial_dies): Make 'info_ptr' const.
7184         (read_partial_die, read_attribute_value, read_attribute): Make
7185         'info_ptr' and return type const.
7186         (read_address, read_initial_length)
7187         (read_checked_initial_length_and_offset, read_offset)
7188         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7189         const.
7190         (read_direct_string): Make 'buf' and return type const.
7191         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7192         (read_indirect_string): Make return type const.
7193         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7194         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7195         'info_ptr' const.
7196         (read_str_index): Make return type const.
7197         (add_include_dir): Make 'include_dir' const.
7198         (add_file_name): Make 'name' const.
7199         (dwarf_decode_line_header): Constify.
7200         (psymtab_include_file_name): Make return type const.
7201         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7202         (dwarf2_start_subfile): Make 'filename' const.
7203         (dwarf2_const_value_attr): Make 'bytes' const.
7204         (read_signatured_type_reader): Make 'info_ptr' const.
7205         (decode_locdesc): Constify.
7206         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7207         const.
7208         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7209         'mac_end', and return type const.
7210         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7211         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7212         type const.
7213         (per_cu_header_read_in): Constify.
7214         * symfile.h (dwarf2_get_section_info): Update.
7215
7216 2013-04-12  Tom Tromey  <tromey@redhat.com>
7217
7218         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7219
7220 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
7221
7222         * NEWS: Mention "show configuration", --configuration.
7223         * top.c (print_gdb_configuration): New function, displays the
7224         details about GDB configure-time parameters.
7225         (print_gdb_version): Mention "show configuration".
7226         * cli/cli-cmds.c (show_configuration): New function.
7227         (_initialize_cli_cmds): Add the "show configuration" command.
7228         * main.c (captured_main) <print_configuration>: New static var.
7229         <long_options>: Use it.
7230         If --configuration was given, call print_gdb_configuration.
7231
7232 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7233             Pedro Alves  <palves@redhat.com>
7234
7235         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7236         (generated_files): Add gcore.
7237         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7238         HAVE_NATIVE_GCORE_HOST.
7239         (gcore): New.
7240         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7241         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7242         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7243         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7244         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7245         Add HAVE_NATIVE_GCORE_HOST.
7246         * configure: Regenerate.
7247         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7248         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
7249         AC_CONFIG_FILES for gcore.
7250         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
7251         gdb_have_gcore.
7252         * gdb_gcore.sh: Rename to ...
7253         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
7254         and GCORE_TRANSFORM_NAME substitutions.
7255
7256         Fix parsing tabs in ${gdb_target_obs}.
7257         * configure.tgt (gdb_have_gcore): Replace case with for and if.
7258
7259 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7260
7261         * remote.c (unpush_and_perror): Add output message final dot.
7262
7263 2013-04-11  Yao Qi  <yao@codesourcery.com>
7264
7265         * tracepoint.c (tfile_interp_line): Fit parameters line and
7266         utpp in one line.
7267
7268 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
7269
7270         * solib.c (solib_map_sections): Remove code overwriting
7271         SO->SO_NAME with the bfd's filename.
7272
7273 2013-04-10  Pedro Alves  <palves@redhat.com>
7274
7275         * cli/cli-decode.c (integer_unlimited_completer): New function.
7276         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7277         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7278         completer.
7279         * cli/cli-setshow.c: Include "cli/cli-utils.h".
7280         (is_unlimited_literal): New function.
7281         (do_set_command): Handle literal "unlimited" arguments.
7282         * frame.c (_initialize_frame) <set backtrace limit>: Document
7283         "unlimited".
7284         * printcmd.c (_initialize_printcmd) <set print
7285         max-symbolic-offset>: Add help text.
7286         * record-full.c (_initialize_record_full) <set record full
7287         insn-number-max>: Likewise.
7288         * record.c (_initialize_record) <set record
7289         instruction-history-size, set record function-call-history-size>:
7290         Add help text.
7291         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7292         help text.
7293         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7294         Likewise.
7295         * source.c (_initialize_source) <set listsize>: Add help text.
7296         * utils.c (initialize_utils) <set height, set width>: Likewise.
7297         <set pagination>: Mention "set height unlimited".
7298         * valprint.c (_initialize_valprint) <set print elements, set print
7299         repeats>: Document "unlimited".
7300
7301 2013-04-10  Pedro Alves  <palves@redhat.com>
7302
7303         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7304         instead of disconnect_tracing.
7305         * infcmd.c (detach_command, disconnect_command): Call
7306         query_if_trace_running.  Adjust.
7307         * top.c: Include "tracepoint.h".
7308         (quit_target): Delete.  Contents moved ...
7309         (quit_force): ... here.  Wrap each stage of teardown in
7310         TRY_CATCH.  Call disconnect_tracing before detaching.
7311
7312 2013-04-10  Hui Zhu  <hui@codesourcery.com>
7313             Yao Qi  <yao@codesourcery.com>
7314
7315         * configure.ac: Check libbabeltrace is installed.
7316         * config.in: Regenerate.
7317         * configure: Regenerate.
7318         * Makefile.in (LIBBABELTRACE): New.
7319         (CLIBS): Add LIBBABELTRACE.
7320         * ctf.c: Include "exec.h".
7321         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7322         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7323         (ctf_save_metadata_header): Define new type aliases in
7324         metadata.
7325         (ctf_write_header): Define event type "tsv_def" and "tp_def"
7326         in metadata.  Start a new faked packet for trace status.
7327         (ctf_write_status): Write trace status to CTF.
7328         (ctf_write_uploaded_tsv): Write TSV to CTF.
7329         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7330         (ctf_write_definition_end): End the faked packet.
7331
7332         (ctx, ctf_iter, trace_dirname): New.
7333         (start_pos): New variable.
7334         (ctf_destroy, ctf_open_dir, ctf_open): New.
7335         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7336         macros.
7337         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7338         (ctf_fetch_registers, ctf_xfer_partial): New.
7339         (ctf_get_trace_state_variable_value): New.
7340         (ctf_get_tpnum_from_frame_event): New.
7341         (ctf_get_traceframe_address): New.
7342         (ctf_trace_find, ctf_has_stack): New.
7343         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7344         (ctf_get_trace_status, ctf_read_status): New.
7345         (_initialize_ctf): New.
7346         * tracepoint.c (get_tracepoint_number): New
7347         (get_uploaded_tsv): Remove 'static'.
7348         (struct traceframe_info, trace_regblock_size): Move it to ...
7349         * tracepoint.h: ... here.
7350         (get_tracepoint_number): Declare it.
7351         (get_uploaded_tsv): Declare it.
7352
7353         * NEWS: Mention new configure option.
7354
7355 2013-04-10  Pedro Alves  <palves@redhat.com>
7356             Hui Zhu  <hui@codesourcery.com>
7357
7358         * breakpoint.c (dprintf_re_set): New.
7359         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7360         to dprintf_re_set.
7361
7362 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7363
7364         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7365         Remove solib-svr4.o from the list.
7366
7367 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7368
7369         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7370         Use gdb_assert_not_reached instead of invalid boolean expression.
7371
7372 2013-04-09  Pedro Alves  <palves@redhat.com>
7373
7374         * remote.c (unpush_and_perror): New function.
7375         (readchar, remote_serial_write): Use it.
7376
7377 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
7378
7379         * NEWS: Mention new btrace RSP packets.
7380
7381 2013-04-08  Tom Tromey  <tromey@redhat.com>
7382
7383         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7384         long.
7385
7386 2013-04-08  Tom Tromey  <tromey@redhat.com>
7387
7388         * maint.c (print_bfd_section_info): Print the section index.
7389         * symmisc.c (dump_msymbols): Print the section index.
7390
7391 2013-04-08  Tom Tromey  <tromey@redhat.com>
7392
7393         PR symtab/8424:
7394         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7395         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7396         * breakpoint.c (resolve_sal_pc): Update.
7397         * elfread.c (elf_gnu_ifunc_record_cache): Update.
7398         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7399         (minsym_lookup_iterator_cb): Use it.
7400         (default_read_var_value): Update.
7401         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7402         Update.
7403         * infcmd.c (jump_command): Update.
7404         * linespec.c (minsym_found): Update.
7405         * maint.c (maintenance_translate_address): Update.
7406         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7407         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7408         * parse.c (write_exp_msymbol): Update.
7409         * printcmd.c (address_info): Update.
7410         * psymtab.c (find_pc_sect_psymbol): Update.
7411         (fixup_psymbol_section): Check SYMBOL_SECTION, not
7412         SYMBOL_OBJ_SECTION.
7413         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7414         Don't initialize SYMBOL_OBJ_SECTION.
7415         * spu-tdep.c (spu_catch_start): Update.
7416         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7417         * symmisc.c (dump_msymbols, print_symbol): Update.
7418         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
7419         how fallback section is computed.
7420         (fixup_symbol_section): Update.
7421         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7422         Update.
7423         (allocate_symbol, initialize_symbol, allocate_template_symbol):
7424         Initialize SYMBOL_SECTION.
7425         * symtab.h (struct general_symbol_info) <section>: Update comment.
7426         <obj_section>: Remove.
7427         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
7428         (SYMBOL_OBJFILE): New macro.
7429
7430 2013-04-08  Tom Tromey  <tromey@redhat.com>
7431
7432         * coffread.c (record_minimal_symbol): Update.
7433         * dbxread.c (record_minimal_symbol): Update.
7434         * elfread.c (record_minimal_symbol): Update.
7435         * machoread.c (macho_symtab_add_minsym): Update.
7436         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7437         Update.
7438         * minsyms.c (prim_record_minimal_symbol): Update.
7439         (prim_record_minimal_symbol_full): Remove 'bfd_section'
7440         argument.
7441         (prim_record_minimal_symbol_and_info): Likewise.
7442         * minsyms.h (prim_record_minimal_symbol_full)
7443         (prim_record_minimal_symbol_and_info): Update.
7444         * symtab.c (allocate_symbol, initialize_symbol)
7445         (allocate_template_symbol): Initialize SYMBOL_SECTION.
7446         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7447         Update.
7448
7449 2013-04-08  Tom Tromey  <tromey@redhat.com>
7450
7451         PR symtab/8423:
7452         * solib-som.c (som_solib_section_offsets): Use BFD section
7453         indices.  Set offsets for all sections.
7454         * somread.c (som_symtab_read): Compute BFD section for
7455         symbol.  Use prim_record_minimal_symbol_and_info.
7456         (som_symfile_read): Fix comment.
7457         (struct find_section_offset_arg): New.
7458         (find_section_offset, set_section_index): New functions.
7459         (som_symfile_offsets): Use set_section_index to compute
7460         section indices.
7461
7462 2013-04-08  Tom Tromey  <tromey@redhat.com>
7463
7464         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7465         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7466         gdb_bfd_section_index.
7467         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7468         New functions.
7469         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7470         Declare.
7471         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7472         Update.
7473         * objfiles.c (add_to_objfile_sections_full): New function.
7474         (add_to_objfile_sections): Use it.
7475         (build_section_table): Rewrite.
7476         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
7477         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7478         (struct objfile) <sections>: Update comment.
7479         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7480         is NULL.
7481         (ALL_OBJSECTIONS): Use it.
7482         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7483         * solib-frv.c (frv_relocate_main_executable): Update.
7484         * solib-target.c (solib_target_relocate_section_addresses):
7485         Use gdb_bfd_section_index.
7486         * symfile.c (build_section_addr_info_from_section_table):
7487         Use gdb_bfd_section_index.
7488         (build_section_addr_info_from_bfd, place_section): Likewise.
7489         * symtab.c (fixup_section): Update.
7490         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7491
7492 2013-04-08  Tom Tromey  <tromey@redhat.com>
7493
7494         * minsyms.h (struct bound_minimal_symbol): New.
7495         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7496         Remove objfile argument.
7497         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7498         Return bound_minimal_symbol.
7499         * minsyms.c (lookup_minimal_symbol_by_pc_1)
7500         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7501         Return bound_minimal_symbol.
7502         (in_gnu_ifunc_stub): Update.
7503         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7504         Remove 'objfile_p' argument.
7505         (lookup_solib_trampoline_symbol_by_pc): Update.
7506         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7507         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7508         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7509         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7510         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7511         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7512         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7513         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7514         stack.c, symtab.c, tui/tui-disasm.c: Update.
7515
7516 2013-04-08  Tom Tromey  <tromey@redhat.com>
7517
7518         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7519         Use symbol's obstack, not an objfile.
7520         * coffread.c (process_coff_symbol): Update.
7521         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7522         * jv-lang.c (add_class_symbol): Update.
7523         * mdebugread.c (new_symbol): Update.
7524         * minsyms.c (prim_record_minimal_symbol_full)
7525         (terminate_minimal_symbol_table): Update.
7526         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
7527         * stabsread.c (define_symbol, read_enum_type): Update.
7528         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7529         Handle Ada specially.
7530         (symbol_set_language): Add 'obstack' argument.
7531         (symbol_set_names): Update.
7532         (symbol_natural_name, symbol_demangled_name): Always use
7533         ada_decode_symbol.
7534         * symtab.h (struct general_symbol_info)
7535         <language_specific::obstack>: New field.
7536         <ada_mangled>: New field.
7537         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7538         (symbol_set_language): Update.
7539
7540 2013-04-08  Tom Tromey  <tromey@redhat.com>
7541
7542         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7543         Take an obstack, not an objfile.
7544         (symbol_set_names): Update.
7545         * symtab.h (symbol_set_demangled_name): Update.
7546
7547 2013-04-08  Tom Tromey  <tromey@redhat.com>
7548
7549         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7550         allocate_symbol.
7551         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7552         (read_func_scope): Call allocate_template_symbol.
7553         (new_symbol_full): Call allocate_symbol.
7554         * jit.c (finalize_symtab): Call allocate_symbol.
7555         * jv-lang.c (add_class_symbol): Call allocate_symbol.
7556         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7557         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7558         (common_block_end): Call allocate_symbol.
7559         * symtab.c (allocate_symbol, initialize_symbol)
7560         (allocate_template_symbol): New functions.
7561         * symtab.c (allocate_symbol, initialize_symbol)
7562         (allocate_template_symbol): Declare.
7563         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7564
7565 2013-04-08  Pedro Alves  <palves@redhat.com>
7566             Keith Seitz  <keiths@redhat.com>
7567
7568         * breakpoint.c (create_breakpoint): Rename
7569         "parse_condition_and_thread" parameter to "parse_arg".  Update
7570         describing comment.  If !PARSE_ARG, then error out if ARG is not
7571         the empty string after extracting the location.
7572         * breakpoint.h (create_breakpoint): Rename
7573         "parse_condition_and_thread" parameter to "parse_arg".
7574
7575 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
7576
7577         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7578
7579 2013-04-07  Yao Qi  <yao@codesourcery.com>
7580
7581         * remote.c (remote_trace_find): Change type of parameters 'addr1'
7582         and 'addr2' to CORE_ADDR.
7583         * target.c (update_current_target): Update.
7584         * target.h (struct target_ops) <to_trace_find>: Change parameter
7585         type to CORE_ADDR.
7586         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7587         'addr2' to CORE_ADDR.
7588         (tfile_trace_find): Likewise.
7589         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7590         Change local variable 'addr' to type CORE_ADDR.
7591         * tracepoint.h (tfind_1): Update declaration.
7592
7593 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
7594
7595         * windows-nat.c (windows_get_absolute_argv0): Move from here...
7596         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7597         Include main.h.
7598
7599         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7600         here...
7601         * main.h (windows_get_absolute_argv0): ...to here.
7602
7603 2013-04-05  Doug Evans  <dje@google.com>
7604
7605         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7606         (read_cutu_die_from_dwo): Add comments.
7607         (read_structure_type): Update comment.
7608         (read_enumeration_type, read_namespace_type): Update comment.
7609         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7610
7611 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7612
7613         Convert man pages to texinfo, new gdbinit.5 texinfo page.
7614         * Makefile.in (gdb.z): Remove.
7615         (install-only): Remove $(man1dir) and gdb.1 installation.
7616         * gdb.1: Remove.
7617
7618 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7619
7620         Fix compatibility with Linux kernel 3.8.3.
7621         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7622         to more inner block.  Remove parsing of NUMBER from outer block.
7623         Parse NUMBER only if KEYWORD has been identified.
7624
7625 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7626
7627         Fix variable name shadowing.
7628         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7629         filename to mapsfilename and update its uses.
7630
7631 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
7632
7633         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7634         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7635         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7636         details of the problem.
7637
7638 2013-04-04  Pedro Alves  <palves@redhat.com>
7639             Hui Zhu  <hui@codesourcery.com>
7640
7641         * breakpoint.c (validate_commands_for_breakpoint): If validating a
7642         tracepoint, reset its STEP_COUNT and call validate_actionline.
7643
7644 2013-04-03  Doug Evans  <dje@google.com>
7645
7646         * dwarf2read.c (read_die_and_siblings_1): Renamed from
7647         read_die_and_siblings.
7648         (read_die_and_siblings): New function.
7649         (read_cutu_die_from_dwo): Dump die if requested.
7650         (read_die_and_children): Call read_full_die_1 and
7651         read_die_and_siblings_1.
7652         (read_full_die): Dump die if requested.
7653
7654         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7655
7656         * dwarf2read.c (struct dwo_file): New member comp_dir.
7657         Rename member name to dwo_name.  All uses updated.
7658         (hash_dwo_file): Include comp_dir in computation.
7659         (eq_dwo_file): Ditto.
7660         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
7661         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7662
7663         * psymtab.c (read_psymtabs_with_fullname): Don't call
7664         psymtab_to_fullname if the basenames are different.
7665
7666 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7667
7668         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7669         New entry about "fullname" presence.
7670
7671 2013-04-03  Pedro Alves  <palves@redhat.com>
7672
7673         * NEWS: Mention x86_64/Cygwin as new native configuration.
7674
7675 2013-04-02  Doug Evans  <dje@google.com>
7676
7677         * dwarf2read.c (read_structure_type): Fix typo in comment.
7678
7679 2013-04-02  Pedro Alves  <palves@redhat.com>
7680
7681         * NEWS: Mention "set/show debug aarch64", "set/show debug
7682         coff-pe-read" and "set/show debug mach-o".
7683
7684 2013-04-02  Pedro Alves  <palves@redhat.com>
7685
7686         * NEWS: Mention "set/show remote trace-buffer-size-packet".
7687
7688 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
7689
7690         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7691         gdb_string.h is now in common/.
7692
7693 2013-04-02  Pedro Alves  <palves@redhat.com>
7694
7695         * NEWS: Move "set debug notification" and "set trace-buffer-size"
7696         under "New options".
7697
7698 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7699
7700         Revert this patch:
7701         PR gdb/15275
7702         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7703
7704 2013-04-02  Pedro Alves  <palves@redhat.com>
7705
7706         PR gdb/15275
7707
7708         * remote.c (send_interrupt_sequence): Use remote_serial_write.
7709         (remote_serial_write): New function.
7710         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7711
7712 2013-04-01  Jiong Wang  <jiwang@tilera.com>
7713
7714         * NEWS: Mention TILE-Gx in "New native configurations" and
7715         "New targets" sections.
7716
7717 2013-04-01  Doug Evans  <dje@google.com>
7718
7719         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7720         (process_enumeration_scope): Simplify.
7721
7722         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7723         type_unit_group ...
7724         (struct signatured_type): ... to here.
7725         (sig_type_ptr): New typedef.
7726         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
7727         out of union 't'.  All uses updated.
7728         (dw2_get_file_names_reader): Assert not called for a type unit.
7729         (dw2_get_file_names): Assert not called for a type unit or type
7730         unit group.
7731         (build_type_psymtabs_reader): Assert called for a type unit.
7732         (build_type_psymtab_dependencies): Assert called for a type unit group.
7733
7734         * dwarf2read.c (free_dwo_file): Add comment.
7735         (dwarf2_per_objfile_free): Unref dwp bfd.
7736
7737 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7738
7739         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7740         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7741         (read_pe_exported_syms): Remove unused 'exportix'.
7742         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7743         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7744         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7745
7746 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7747
7748         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7749         (print_it_watchpoint): Remove unused 'bl'.
7750         (say_where): Remove unused 'uiout'.
7751         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7752         (bkpt_breakpoint_hit): Remove unused 'b'.
7753         (internal_bkpt_print_it): Remove unused 'uiout'.
7754         * buildsym.c (augment_type_symtab): Remove unused 'i'.
7755
7756 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7757
7758         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7759         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7760
7761 2013-03-29  Doug Evans  <dje@google.com>
7762
7763         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7764         Delete arg is_dwp.  All callers updated.
7765         (open_dwp_file): New function.
7766         (open_and_init_dwp_file): Call it.
7767         (get_dwp_file): New function.
7768         (lookup_dwo_cutu): Call it.
7769
7770         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7771         unnecessary, cleanup.
7772
7773         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7774
7775         * dwarf2read.c (read_cutu_die_from_dwo): New function.
7776         (lookup_dwo_unit): New function.
7777         (init_cutu_and_read_dies): Move DWO handling to new functions.
7778
7779         * dwarf2read.c (struct signatured_type): Tweak comment.
7780         (struct dwo_unit): Tweak comment.
7781         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
7782         (create_dwo_debug_info_hash_table): Tweak comment.
7783         (dwarf2_per_cu_offset_and_type): Tweak comment.
7784
7785         * dwarf2read.c (lookup_signatured_type): Remove complaint about
7786         missing .debug_types section.
7787
7788 2013-03-29  Yao Qi  <yao@codesourcery.com>
7789
7790         * corelow.c: Include "completer.h".
7791         (_initialize_corelow): Call add_target_with_completer with
7792         argument 'filename_completer'.
7793         * tracepoint.c: Likewise.
7794         * exec.c (_initialize_exec): Likewise.
7795         * target.c (add_target): Rename to ...
7796         (add_target_with_completer): ... this.  Call set_cmd_completer
7797         if parameter completer is not NULL.
7798         (add_target): New.
7799         * target.h: Include "command.h".
7800         (add_target_with_completer): Declare it.
7801
7802 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
7803
7804         * coffread.c (is_import_fixup_symbol): New function.
7805         (record_minimal_symbol): Use is_import_fixup_symbol to
7806         detect import fixup symbols, and discard them.
7807
7808 2013-03-28  Doug Evans  <dje@google.com>
7809
7810         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7811         types hash table until we know we need it.
7812
7813         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7814         index numbers.
7815
7816         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7817         All callers updated.
7818         (dw2_print_stats): Print #read CUs too.
7819         (dump_die_shallow): Print signatured types better.
7820
7821         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7822         info_or_types_section to section.  All uses updated.
7823         (struct dwo_unit): Ditto.
7824
7825 2013-03-28  Pedro Alves  <palves@redhat.com>
7826
7827         * NEWS (New options): New section.
7828         (New options): Mention set/show remote trace-status-packet.
7829         * remote.c (PACKET_qTStatus): New enumeration value.
7830         (remote_get_trace_status): Skip sending qTStatus if the packet is
7831         disabled.  Use packet_ok.
7832         (_initialize_remote): Register a configuration command for
7833         qTStatus packet.
7834
7835 2013-03-28  Doug Evans  <dje@google.com>
7836
7837         * symfile.c (find_separate_debug_file): Add comment.
7838         (terminate_after_last_dir_separator): Tweak comment.
7839
7840         * dwarf2read.c (create_partial_symtab): Add forward decl.
7841         (create_partial_symtab): Move to be closer to other psymtab functions.
7842         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7843
7844         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7845         (compute_symtab_includes): Remove unnecessary forward declaration.
7846         (die_needs_namespace): Add comment marking group of functions for
7847         dwarf2 name computation.
7848
7849         * typeprint.c (_initialize_typeprint): Improve type help text.
7850
7851         * python/python.c (finish_python_initialization): Provide suggestion
7852         for how to tell gdb to find its python files.
7853
7854 2013-03-28  Pedro Alves  <palves@redhat.com>
7855
7856         PR gdb/15294
7857
7858         * source.c (_initialize_source): Change back "set listsize" to an
7859         integer command.
7860
7861 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
7862
7863         PR gdb/15275
7864         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7865
7866 2013-03-27  Pedro Alves  <palves@redhat.com>
7867
7868         * top.c (history_size): Rename to ...
7869         (history_size_setshow_var): ... this.  Add comment.
7870         (show_commands): Use readline's 'history_length' instead of
7871         computing the history length by calling history_get in a loop.
7872         (set_history_size_command): Error out for sizes over INT_MAX.
7873         Restore previous history size on invalid size.
7874         (init_history): If HISTSIZE is negative, leave the history size as
7875         zero.  Add comments.
7876         (init_main): Adjust.
7877
7878 2013-03-27  Pedro Alves  <palves@redhat.com>
7879
7880         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7881         coff_pe_read" command to "set debug coff-pe-read".
7882
7883 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
7884
7885         * record.c (command_size_to_target_size): Fix size comparison.
7886         Change parameter type from pointer to integer to integer.
7887         Update all users.
7888
7889 2013-03-27  Pierre Muller  <muller@sourceware.org>
7890
7891         * windows-nat.c (handle_output_debug_string): Avoid typecast
7892         from integer of different size warning.
7893
7894 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
7895
7896         * windows-nat.c (handle_output_debug_string): Add empty line
7897         after local block variable definition.
7898
7899 2013-03-26  Pedro Alves  <palves@redhat.com>
7900
7901         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7902         (net_open): Make 'polls' local unsigned.
7903
7904 2013-03-26  Pedro Alves  <palves@redhat.com>
7905
7906         * remote.c (_initialize_remote): Make "set remoteaddresssize"
7907         a zuinteger command instead of uinteger.
7908
7909 2013-03-26  Pedro Alves  <palves@redhat.com>
7910
7911         * record-full.c (record_full_insn_num): Make it unsigned.
7912         (record_full_check_insn_num, record_full_message)
7913         (record_full_registers_change, record_full_xfer_partial): Remove
7914         record_full_insn_max_num check (it's always != 0).
7915         (record_full_info, record_full_restore): Use %u as format string.
7916         (): Use %u as format string.
7917         (set_record_full_insn_max_num): Remove record_full_insn_max_num
7918         check (it's always != 0).
7919
7920 2013-03-26  Pedro Alves  <palves@redhat.com>
7921
7922         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7923         and "set dcache size" commands zuinteger instead of uinteger.
7924
7925 2013-03-26  Pedro Alves  <palves@redhat.com>
7926
7927         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7928         command zuinteger instead of uinteger.
7929
7930 2013-03-26  Pedro Alves  <palves@redhat.com>
7931
7932         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7933         zuinteger instead of uinteger.
7934
7935 2013-03-26  Pedro Alves  <palves@redhat.com>
7936
7937         * record.c (record_insn_history_size_setshow_var)
7938         (record_call_history_size_setshow_var): New globals.
7939         (command_size_to_target_size): New function.
7940         (cmd_record_insn_history, cmd_record_call_history): Use
7941         command_size_to_target_size instead of cast.
7942         (validate_history_size, set_record_insn_history_size)
7943         (set_record_call_history_size): New functions.
7944         (_initialize_record): Install set_record_insn_history_size and
7945         set_record_call_history_size as "set" hooks of "set record
7946         instruction-history-size" and "set record
7947         function-call-history-size".
7948
7949 2013-03-26  Pedro Alves  <palves@redhat.com>
7950
7951         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7952         use with history_max_entries use.  Remove FIXME note.
7953
7954 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
7955
7956         * record-btrace.c (record_btrace_close): Call
7957         record_btrace_auto_disable.
7958
7959 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
7960
7961         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7962
7963 2013-03-25  Doug Evans  <dje@google.com>
7964
7965         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7966
7967 2013-03-25  Tom Tromey  <tromey@redhat.com>
7968
7969         PR symtab/11462:
7970         * c-exp.y (exp): Add new productions for destructors after '.' and
7971         '->'.
7972         (write_destructor_name): New function.
7973
7974 2013-03-25  Tom Tromey  <tromey@redhat.com>
7975
7976         PR c++/9197:
7977         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7978         value_struct_elt, not lookup_struct_elt_type.
7979         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7980         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7981         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7982
7983 2013-03-25  Yao Qi  <yao@codesourcery.com>
7984
7985         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7986         instead of '_mkdir'.
7987
7988 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
7989
7990         * windows-nat.c (windows_get_absolute_argv0): New function.
7991         * windows-nat.h: Add its prototype.
7992
7993         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7994         Use IS_DIR_SEPARATOR instead of looking for a character inside
7995         SLASH_STRING.  Include filenames.h.
7996         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7997         relocate_gdb_directory works when passed gdb_program_name.
7998         Include windows-nat.h.
7999
8000 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8001
8002         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
8003         * remote.c (trace_error): Remove the special handling of '2'.
8004         (readchar) <SERIAL_EOF>
8005         (readchar) <SERIAL_ERROR>
8006         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
8007         (remote_get_trace_status): Call throw_exception if EX is
8008         TARGET_CLOSE_ERROR.
8009         * utils.c (perror_with_name): Rename to ...
8010         (throw_perror_with_name): ... here.  New parameter errcode, describe it
8011         in the function comment.
8012         (perror_with_name): New function wrapper.
8013         * utils.h (enum errors): New stub declaration.
8014         (throw_perror_with_name): New declaration.
8015
8016 2013-03-22  Pedro Alves  <palves@redhat.com>
8017             Yao Qi  <yao@codesourcery.com>
8018             Mark Kettenis  <kettenis@gnu.org>
8019
8020         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
8021         Don't let the user set the value to UINT_MAX directly.
8022         <var_integer>: Don't let the user set the value to INT_MAX
8023         directly.
8024
8025 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8026
8027         * remote.c (remote_unpush_target): New function.
8028         (remote_open_1): Remove two pop_target calls, update one comment, add
8029         comment to target_preopen call.  Replace pop_target call by
8030         remote_unpush_target call.
8031         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
8032         pop_target calls by remote_unpush_target calls.
8033
8034 2013-03-22  Pedro Alves  <palves@redhat.com>
8035
8036         * linux-nat.c (linux_child_follow_fork): Don't call
8037         linux_enable_event_reporting.
8038         (linux_handle_extended_wait): Don't call
8039         linux_enable_event_reporting.
8040
8041 2013-03-22  Pedro Alves  <palves@redhat.com>
8042
8043         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
8044         use it to rewrite the trampoline buffers with type gdb_byte[], and
8045         undefine the macro.  Remove char* cast.
8046
8047 2013-03-21  Doug Evans  <dje@google.com>
8048
8049         New commands "mt set per-command {space,time,symtab} {on,off}".
8050         * NEWS: Add entry.
8051         * event-top.c: #include "maint.h".
8052         * main.c: #include "maint.h".
8053         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
8054         timeval-utils.h, maint.h, cli/cli-setshow.h.
8055         (per_command_time, per_command_space): New static globals.
8056         (per_command_symtab): New static global.
8057         (per_command_setlist, per_command_showlist): New static globals.
8058         (struct cmd_stats): Move here from utils.c.
8059         (set_per_command_time): Renamed from set_display_time in utils.c
8060         and moved here.  All callers updated.
8061         (set_per_command_space): Renamed from set_display_space in utils.c
8062         and moved here.  All callers updated.
8063         (count_symtabs_and_blocks): New function.
8064         (report_command_stats): Moved here from utils.c.  Add support for
8065         printing symtab stats.  Only print data if enabled before command
8066         executed.
8067         (make_command_stats_cleanup): Ditto.
8068         (sert_per_command_cmd, show_per_command_cmd): New functions.
8069         (_initialize_maint_cmds): Add new commands
8070         mt set per-command {space,time,symtab} {on,off}.
8071         * maint.h: New file.
8072         * top.c: #include "maint.h".
8073         * utils.c (reset_prompt_for_continue_wait_time): New function.
8074         (get_prompt_for_continue_wait_time): New function.
8075         * utils.h (reset_prompt_for_continue_wait_time): Declare
8076         (get_prompt_for_continue_wait_time): Declare.
8077         (make_command_stats_cleanup): Moved to maint.h.
8078         (set_display_time, set_display_space): Moved to maint.h and renamed
8079         to set_per_command_time, set_per_command_space.
8080         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
8081         parse_binary_operation and made non-static.  Don't call error,
8082         just return an error marker.  All callers updated.
8083         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
8084
8085 2013-03-21  Tom Tromey  <tromey@redhat.com>
8086
8087         * symfile.c (alloc_section_addr_info): Update header.  Don't set
8088         'num_sections' field.
8089         (build_section_addr_info_from_section_table): Set 'num_sections'.
8090         (build_section_addr_info_from_bfd): Likewise.
8091         (build_section_addr_info_from_objfile): Remove dead loop
8092         condition.
8093         (free_section_addr_info): Unconditionally call xfree.
8094         (relative_addr_info_to_section_offsets, addrs_section_sort)
8095         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
8096         condition.
8097         (syms_from_objfile_1): Remove dead 'if' condition.  Check
8098         'num_sections'.
8099         (add_symbol_file_command): Set 'num_sections'.
8100         * symfile-mem.c (symbol_file_add_from_memory): Set
8101         'num_sections'.
8102         * somread.c (som_symfile_offsets): Remove dead loop condition.
8103         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
8104         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
8105
8106 2013-03-21  Tom Tromey  <tromey@redhat.com>
8107
8108         * tracepoint.h (decode_agent_options): Add 'trace_string'
8109         argument.
8110         * tracepoint.c (decode_agent_options): Add 'trace_string'
8111         argument.
8112         (validate_actionline): Update.
8113         (collect_symbol): Add 'trace_string' argument.
8114         (struct add_local_symbols_data) <trace_string>: New field.
8115         (do_collect_symbol): Update.
8116         (add_local_symbols): Add 'trace_string' argument.
8117         (encode_actions_1): Update.
8118         (trace_dump_actions): Update.
8119         * dwarf2loc.c (access_memory): Update.
8120         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
8121         * ax-general.c (new_agent_expr): Update.
8122         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
8123         (gen_trace_for_return_address): Add argument.
8124         (trace_kludge, trace_string_kludge): Remove.
8125         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
8126         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
8127         (gen_trace_for_var): Add 'trace_string' argument.
8128         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
8129         (gen_printf, agent_eval_command_one): Update.
8130
8131 2013-03-21  Tom Tromey  <tromey@redhat.com>
8132
8133         PR exp/15109:
8134         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8135         Handle FILENAME token.
8136
8137 2013-03-21  Tom Tromey  <tromey@redhat.com>
8138
8139         * c-exp.y (YYPRINT): Define.
8140         (c_print_token): New function.
8141
8142 2013-03-21  Tom Tromey  <tromey@redhat.com>
8143
8144         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8145
8146 2013-03-21  Yao Qi  <yao@codesourcery.com>
8147
8148         * ctf.c: Include "gdb_stat.h".
8149         [USE_WIN32API]: New macro 'mkdir'.
8150         (ctf_start): Use permission bits macros if they are defined.
8151
8152 2013-03-20  Keith Seitz  <keiths@redhat.com>
8153
8154         * breakpoint.h (struct breakpoint): Add comment to
8155         extra_string indicating that this member is mallod'd.
8156         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8157
8158 2013-03-20  Pedro Alves  <palves@redhat.com>
8159
8160         PR gdb/15289
8161
8162         * cli/cli-setshow.c (do_set_command)
8163         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8164         the result of parsing the command argument.  Throw error if the
8165         value is greater than UINT_MAX.  Print the invalid value with
8166         plongest.
8167         <var_integer, var_zinteger>: Use LONGEST for variable holding the
8168         result of parsing the command argument.  Throw error if the value
8169         is greater than INT_MAX, not greater or equal.  Also throw error
8170         if the value is less than INT_MIN.  Print the invalid value with
8171         plongest.
8172         <var_zuinteger_unlimited>: Throw error if the value is greater
8173         than INT_MAX, not greater or equal.
8174         (do_show_command) <var_integer, var_zinteger,
8175         var_zuinteger_unlimited>: Use %d for printing int, not %u.
8176
8177 2013-03-20  Tom Tromey  <tromey@redhat.com>
8178
8179         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8180         if possible.
8181         * dwarf2read.c (read_func_scope): Remove old FIXME.
8182         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8183         not LOC_COMPUTED.
8184         * findvar.c (symbol_read_needs_frame, default_read_var_value):
8185         Unconditionally call via computed ops, if possible.
8186         * printcmd.c (address_info): Unconditionally call via computed ops,
8187         if possible.
8188         * stack.c (read_frame_arg): Unconditionally call via computed ops,
8189         if possible.
8190         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8191         * tracepoint.c (scope_info): Unconditionally call via computed ops,
8192         if possible.
8193
8194 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8195             Tom Tromey  <tromey@redhat.com>
8196
8197         PR symtab/8421:
8198         * coffread.c (coff_register_index): New global.
8199         (process_coff_symbol, coff_read_enum_type): Set
8200         SYMBOL_ACLASS_INDEX.
8201         (_initialize_coffread): Initialize new global.
8202         * dwarf2loc.c (locexpr_find_frame_base_location)
8203         (dwarf2_block_frame_base_locexpr_funcs)
8204         (loclist_find_frame_base_location)
8205         (dwarf2_block_frame_base_loclist_funcs): New.
8206         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8207         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8208         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8209         (dwarf2_block_frame_base_loclist_funcs): New.
8210         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8211         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8212         globals.
8213         (read_func_scope): Update.
8214         (fixup_go_packaging, mark_common_block_symbol_computed)
8215         (var_decode_location, new_symbol_full, dwarf2_const_value):
8216         Set SYMBOL_ACLASS_INDEX.
8217         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
8218         (_initialize_dwarf2_read): Initialize new globals.
8219         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8220         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8221         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8222         globals.
8223         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8224         (_initialize_mdebugread): Initialize new globals.
8225         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8226         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8227         (stab_register_index, stab_regparm_index): New globals.
8228         (define_symbol, read_enum_type, common_block_end): Set
8229         SYMBOL_ACLASS_INDEX.
8230         (_initialize_stabsread): Initialize new globals.
8231         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8232         globals.
8233         (MAX_SYMBOL_IMPLS): New define.
8234         (register_symbol_computed_impl, register_symbol_block_impl)
8235         (register_symbol_register_impl)
8236         (initialize_ordinary_address_classes): New functions.
8237         (_initialize_symtab): Call initialize_ordinary_address_classes.
8238         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8239         (struct symbol_impl): New.
8240         (SYMBOL_ACLASS_BITS): New define.
8241         (struct symbol) <aclass, ops>: Remove fields.
8242         <aclass_index>: New field.
8243         (symbol_impls): Declare.
8244         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8245         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8246         (register_symbol_computed_impl, register_symbol_block_impl)
8247         (register_symbol_register_impl): Declare.
8248         (struct symbol_computed_ops): Add location_has_loclist.
8249         (struct symbol_block_ops): New.
8250         (SYMBOL_BLOCK_OPS): New.
8251         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8252
8253 2013-03-20  Tom Tromey  <tromey@redhat.com>
8254
8255         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8256         (print_partial_symbols, recursively_search_psymtabs): Use
8257         PSYMBOL_CLASS.
8258
8259 2013-03-20  Pierre Muller  <muller@sourceware.org>
8260
8261         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8262         addtion, subtraction, multiplication and division binary operator.
8263
8264 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8265
8266         Code cleanup.
8267         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8268         * bsd-kvm.c (bsd_kvm_close): Likewise.
8269         * bsd-uthread.c (bsd_uthread_close): Likewise.
8270         * corelow.c (core_close): Likewise.
8271         (core_close_cleanup): Remove parameter quitting from a caller.
8272         * event-top.c (async_disconnect): Likewise.
8273         * exec.c (exec_close_1): Remove parameter quitting.
8274         * go32-nat.c (go32_close): Likewise.
8275         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
8276         parameter quitting from a caller.
8277         * mips-linux-nat.c (super_close): Remove parameter quitting from the
8278         variable.
8279         (mips_linux_close): Remove parameter quitting.  Remove parameter
8280         quitting from a caller.
8281         * monitor.c (monitor_close): Remove parameter quitting.
8282         * monitor.h (monitor_close): Likewise.
8283         * record-btrace.c (record_btrace_close): Likewise.
8284         * record-full.c (record_full_close): Likewise.
8285         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8286         it also from fprintf_unfiltered.
8287         * remote-mips.c (mips_close): Remove parameter quitting.
8288         (mips_detach): Remove parameter quitting from a caller.
8289         * remote-sim.c (gdbsim_close): Remove parameter quitting.
8290         (gdbsim_close): Remove duplicate function comment.  Remove parameter
8291         quitting and remove it also from printf_filtered.
8292         * remote.c (remote_close): Remove parameter quitting.
8293         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8294         * target.c (update_current_target): Remove parameter int from to_close
8295         de_fault.
8296         (push_target, unpush_target, pop_target): Remove parameter quitting from
8297         a caller.
8298         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8299         Remove parameter quitting from a caller.
8300         (target_preopen): Remove parameter quitting from a caller.
8301         (target_close): Remove parameter quitting.  Remove parameter quitting
8302         from a caller two times.  Remove parameter quitting also from
8303         fprintf_unfiltered.
8304         * target.h (struct target_ops): Remove parameter quitting and as int
8305         from fields to_xclose and to_close.
8306         (extern struct target_ops current_target):
8307         (target_close, pop_all_targets): Remove parameter quitting.  Update the
8308         comment.
8309         (pop_all_targets_above): Remove parameter quitting.
8310         * top.c (quit_target): Remove parameter quitting from a caller.
8311         * tracepoint.c (tfile_close): Remove parameter quitting.
8312         * windows-nat.c (windows_close): Remove parameter quitting.
8313
8314 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
8315
8316         * windows-nat.c (handle_output_debug_string): Replace call
8317         to string_to_core_addr with call to strtoull.
8318
8319 2013-03-20  Yao Qi  <yao@codesourcery.com>
8320
8321         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8322         and write it to CTF metadata.
8323
8324 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
8325
8326         * windows-nat.c (handle_output_debug_string): Change type of n to
8327         SIZE_T to avoid crash on 64 bit systems.
8328
8329 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
8330
8331         * python/python-internal.h (HAVE_SNPRINTF)
8332         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8333         about redefinition of snprintf by pyerrors.h.
8334
8335 2013-03-15  Steve Ellcey  <sellcey@mips.com>
8336
8337         * remote-sim.c (sim_command_completer): Make char arguments const.
8338
8339 2013-03-15  Tom Tromey  <tromey@redhat.com>
8340
8341         PR c++/15116:
8342         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8343
8344 2013-03-14  Tom Tromey  <tromey@redhat.com>
8345
8346         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
8347         New fields.
8348         (get_file_crc): Move from symfile.c.
8349         (gdb_bfd_crc): New function.
8350         * gdb_bfd.h (gdb_bfd_crc): Declare.
8351         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
8352         * symfile.c (get_file_crc): Move to gdb_bfd.c.
8353         (separate_debug_file_exists): Use gdb_bfd_crc.
8354
8355 2013-03-14  Tom Tromey  <tromey@redhat.com>
8356
8357         * symfile.c (get_debug_link_info): Remove.
8358         (find_separate_debug_file_by_debuglink): Use
8359         bfd_get_debug_link_info.
8360
8361 2013-03-14  Tom Tromey  <tromey@redhat.com>
8362
8363         * symtab.c (error_in_psymtab_expansion): New function.
8364         (lookup_symbol_aux_quick)
8365         (basic_lookup_transparent_type_quick): Remove "last resort"
8366         code.  Use error_in_psymtab_expansion.
8367
8368 2013-03-14  Doug Evans  <dje@google.com>
8369             Jan Kratochvil  <jan.kratochvil@redhat.com>
8370
8371         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8372         any successful compare_filenames_for_search or FILENAME_CMP.
8373         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8374         * symtab.c (iterate_over_some_symtabs): Likewise.
8375
8376 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8377
8378         * source.c (print_source_lines_base): Make a local copy of
8379         symtab_to_fullname.
8380
8381 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
8382             Jan Kratochvil  <jan.kratochvil@redhat.com>
8383
8384         * source.c (print_source_lines_base): Suppress "file" for TUI.
8385
8386 2013-03-14  Keith Seitz  <keiths@redhat.com>
8387             Alan Matsuoka  <alanm@redhat.com>
8388
8389         PR c++/15203
8390         PR c++/15210
8391         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8392         TYPE_CODE_METHOD.
8393         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8394         symbols.
8395
8396 2013-03-14  Yao Qi  <yao@codesourcery.com>
8397
8398         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8399         status to tfile if trace is stopped by command 'tstop'.
8400
8401 2013-03-14  Yao Qi  <yao@codesourcery.com>
8402
8403         * tracepoint.c (tfile_write_status): Write trace notes and user
8404         name into tfile if they are not NULL.
8405
8406 2013-03-14  Hui Zhu  <hui@codesourcery.com>
8407             Yao Qi  <yao@codesourcery.com>
8408
8409         * Makefile.in (REMOTE_OBS): Add ctf.o.
8410         (SFILES): Add ctf.c.
8411         (HFILES_NO_SRCDIR): Add ctf.h.
8412         * ctf.c, ctf.h: New files.
8413         * tracepoint.c: Include 'ctf.h'.
8414         (collect_pseudocommand): Remove static.
8415         (trace_save_command): Parse option "-ctf".
8416         Produce different trace file writers per option.
8417         Adjust output message.
8418         (trace_save_tfile, trace_save_ctf): New.
8419         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8420         * mi/mi-main.c: Include 'ctf.h'.
8421         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
8422         trace_save_tfile or trace_save_ctf.
8423         * NEWS: Mention these changes.
8424
8425 2013-03-14  Yao Qi  <yao@codesourcery.com>
8426
8427         * tracepoint.c (trace_file_writer_xfree): New.
8428         (struct tfile_writer_data): New.
8429         (tfile_dtor, tfile_can_target_save, tfile_start): New.
8430         (tfile_write_header, tfile_write_regblock_type): New.
8431         (tfile_write_status, tfile_write_uploaded_tsv): New.
8432         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8433         (tfile_write_raw_data, (tfile_end): New.
8434         (tfile_write_ops): New global variable.
8435         (TRACE_WRITE_R_BLOCK): New macro.
8436         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8437         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8438         (TRACE_WRITE_V_BLOCK): New macro.
8439         (trace_save): Add extra one parameter WRITER.  Make it static.
8440         Use WRITER to writer trace.
8441         (tfile_trace_file_writer_new): New.
8442         (trace_save_command): Caller update.
8443         (trace_save_tfile): Write trace data in TFILE format.
8444         * tracepoint.h (struct trace_frame_write_ops): New.
8445         (struct trace_file_write_ops): New.
8446         (struct trace_file_writer): New.
8447         (trace_save): Remove its declaration.
8448         (trace_save_tfile): Declare it.
8449         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8450         instead of trace_save.
8451
8452 2013-03-13  Pedro Alves  <palves@redhat.com>
8453
8454         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8455
8456 2013-03-13  Pedro Alves  <palves@redhat.com>
8457
8458         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8459         commented out code.
8460         * demangle.c (current_demangling_style_string): Make it const.
8461         (set_demangling_command): Assert the demangling style is known.
8462         Remove all handling of unknown styles.  Set
8463         'current_demangling_style_string' to an element of the
8464         demangling_style_names array.
8465         (set_demangling_style): Delete.
8466         (_initialize_demangler): Set current_demangling_style_string to the
8467         element of the demangling_style_names array that corresponds to
8468         the default demangling style.  Remove FIXME note.  Don't call
8469         set_demangling_style.
8470         * gdb-demangle.h (set_demangling_style): Remove declaration.
8471
8472 2013-03-13  Pedro Alves  <palves@redhat.com>
8473
8474         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8475         fields const.
8476         (ada_make_symbol_completion_list): Make "text0" parameter const.
8477         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8478         * breakpoint.c (condition_completer): Make "text" and "word"
8479         parameters const.  Adjust.
8480         (check_tracepoint_command): Adjust to validate_actionline
8481         prototype change.
8482         (catch_syscall_completer): Make "text" and "word" parameters
8483         const.
8484         * cli/cli-cmds.c (show_user): Make "comname" local const.
8485         (valid_command_p): Make "command" parameter const.
8486         (alias_command): Make "alias_prefix" and "command_prefix" locals
8487         const.
8488         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8489         (add_alias_cmd): Make "name" and "oldname" parameters const.
8490         Adjust.  No longer make copy of OLDNAME.
8491         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8492         (add_setshow_cmd_full, add_setshow_enum_cmd)
8493         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8494         (add_setshow_filename_cmd, add_setshow_string_cmd)
8495         (add_setshow_string_noescape_cmd)
8496         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8497         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8498         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8499         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8500         Make "name" parameter const.
8501         (help_cmd): Rename "command" parameter to "arg".  New const local
8502         "command".
8503         (find_cmd): Make "command" parameter const.
8504         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
8505         deprecated_cmd_warning prototype change.
8506         (undef_cmd_error): Make "cmdtype" parameter const.
8507         (lookup_cmd): Make "line" parameter const.
8508         (deprecated_cmd_warning): Change type of "text" parameter to
8509         pointer to const char, from pointer to pointer to char.  Adjust.
8510         (lookup_cmd_composition): Make "text" parameter const.
8511         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8512         parameters const.
8513         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8514         const.
8515         * cli/cli-script.c (validate_comname): Make "tem" local const.
8516         (define_command): New const local "tem_c".  Use it in calls to
8517         lookup_cmd.
8518         (document_command): Make "tem" and "comfull" locals const.
8519         (show_user_1): Make "prefix" and "name" parameters const.
8520         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8521         const.
8522         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8523         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8524         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8525         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8526         (complete_on_enum, add_setshow_enum_cmd)
8527         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8528         (add_setshow_filename_cmd, add_setshow_string_cmd)
8529         (add_setshow_string_noescape_cmd)
8530         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8531         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8532         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8533         Change prototypes, constifying strings.
8534         * completer.c (noop_completer, filename_completer): Make "text"
8535         and "prefix" parameters const.
8536         (location_completer, expression_completer)
8537         (complete_line_internal): Make "text" and "prefix" parameters
8538         const and adjust.
8539         (command_completer, signal_completer): Make "text" and "prefix"
8540         parameters const.
8541         * completer.h (noop_completer, filename_completer)
8542         (expression_completer, location_completer, command_completer)
8543         (signal_completer): Change prototypes.
8544         * corefile.c (complete_set_gnutarget): Make "text" and "word"
8545         parameters const.
8546         * cp-abi.c (cp_abi_completer): Likewise.
8547         * expression.h (parse_expression_for_completion): Change
8548         prototype.
8549         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8550         parameters const.
8551         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8552         * infrun.c (handle_completer): Make "text" and "word" parameters
8553         const.
8554         * interps.c (interpreter_completer): Make "text" and "word"
8555         parameters const.
8556         * language.h (struct language_defn)
8557         <la_make_symbol_completion_list>: Make "text" and "word"
8558         parameters const.
8559         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8560         (parse_exp_in_context): Rename to ...
8561         (parse_exp_in_context_1): ... this.
8562         (parse_exp_in_context): Reimplement, with const hack from
8563         parse_exp_1.
8564         (parse_expression_for_completion): Make "string" parameter const.
8565         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8566         to pointer to const char.  Adjust.
8567         (print_command_1): Make "exp" parameter const.
8568         (output_command): Rename to ...
8569         (output_command_const): ... this.  Make "exp" parameter const.
8570         (output_command): Reimplement.
8571         (x_command): Adjust.
8572         (display_command): Rename "exp" parameter to "arg".  New "exp"
8573         local, const version of "arg".
8574         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8575         "cmd_name" local const.
8576         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8577         call.
8578         (cmdpy_completer): Make "text" and "word" parameters const.
8579         (gdbpy_parse_command_name): Make "prefix_text2" local const.
8580         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8581         const.
8582         * remote.c (_initialize_remote): Make "cmd_name" local const.
8583         * symtab.c (language_search_unquoted_string): Make "text" and "p"
8584         parameters const.  Adjust.
8585         (completion_list_add_fields): Make "sym_text", "text" and "word"
8586         parameters const.
8587         (struct add_name_data) <sym_text, text, word>: Make fields const.
8588         (default_make_symbol_completion_list_break_on): Make "text" and
8589         "word" parameters const.  Adjust locals.
8590         (default_make_symbol_completion_list)
8591         (make_symbol_completion_list, make_symbol_completion_type)
8592         (make_symbol_completion_list_fn): Make "text" and "word"
8593         parameters const.
8594         (make_file_symbol_completion_list): Make "text", "word" and
8595         "srcfile" parameters const.  Adjust locals.
8596         (add_filename_to_list): Make "text" and "word" parameters const.
8597         (struct add_partial_filename_data) <text, word>: Make fields
8598         const.
8599         (make_source_files_completion_list): Make "text" and "word"
8600         parameters const.
8601         * symtab.h (default_make_symbol_completion_list_break_on)
8602         (default_make_symbol_completion_list, make_symbol_completion_list)
8603         (make_symbol_completion_type enum type_code)
8604         (make_symbol_completion_list_fn make_file_symbol_completion_list)
8605         (make_source_files_completion_list): Change prototype.
8606         * top.c (execute_command): Adjust to pass pointer to pointer to
8607         const char to lookup_cmd, and to deprecated_cmd_warning prototype
8608         change.
8609         (set_verbose): Make "cmdname" local const.
8610         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8611         and adjust.
8612         (validate_actionline): Make "line" parameter a pointer to const
8613         char, and adjust.
8614         (encode_actions_1): Make "action_exp" local const, and adjust.
8615         (encode_actions): Adjust.
8616         (replace_comma): Delete.
8617         (trace_dump_actions): Make "action_exp" and "next_comma" locals
8618         const, and adjust.  Don't frob the action string while splitting
8619         it at commas.  Instead, make a copy of each split substring in
8620         turn.
8621         (trace_dump_command): Adjust to validate_actionline prototype
8622         change.
8623         * tracepoint.h (decode_agent_options, decode_agent_options)
8624         (encode_actions, validate_actionline): Change prototypes.
8625         * valprint.h (output_command): Delete declaration.
8626         (output_command_const): Declare.
8627         * value.c (function_destroyer): Cast const away in xfree call.
8628
8629 2013-03-13  Pedro Alves  <palves@redhat.com>
8630
8631         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8632         rather than casting 'const char * const *' to 'const char **'.
8633         * ada-lex.l (processInt): Make "trailer" local const.  Remove
8634         'const char **' cast.
8635         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8636         locals, and use those as strtol output pointer, instead than doing
8637         invalid casts to from 'const char **' to 'char **'.
8638         (_initialize_demangle): Remove cast.
8639         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8640         locals, and use those as strtol output pointer, instead than doing
8641         invalid casts to from 'const char **' to 'char **'.
8642         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8643         casts.
8644         * stap-probe.c (stap_parse_register_operand)
8645         (stap_parse_single_operand): Likewise.
8646
8647 2013-03-13  Yao Qi  <yao@codesourcery.com>
8648
8649         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8650         the last matched 'V' blcok in trace frame.
8651
8652 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8653
8654         * NEWS: Create a new section for the next release branch.
8655         Rename the section of the current branch, now that it has
8656         been cut.
8657
8658 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8659
8660         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8661         * version.in: Bump version to 7.6.50.20130312-cvs.
8662
8663 2013-03-12  Keith Seitz  <keiths@redhat.com>
8664
8665         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8666         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8667         Remove temporary copy of input string.
8668         (mi_execute_command_wrapper): Make "cmd" const.
8669         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8670         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8671         Use const strings.
8672         (mi_parse): Make "cmd" const.
8673         Use const strings.
8674         * mi/mi-parse.h (mi_parse): Make "cmd" const.
8675
8676 2013-03-12  Keith Seitz  <keiths@redhat.com>
8677
8678         * ada-lang.c (ada_read_renaming_var_value): Pass const
8679         pointer to expression string to parse_exp_1.
8680         (create_excep_cond_exprs): Likewise.
8681         * ax-gdb.c (agent_eval_command_one): Likewise.
8682         (maint_agent_printf_command): Likewise.
8683         Constify much of the string handling/parsing.
8684         * breakpoint.c (set_breakpoint_condition): Pass const
8685         pointer to expression string to parse_exp_1.
8686         (update_watchpoint): Likewise.
8687         (parse_cmd_to_aexpr): Constify string handling.
8688         Pass const pointer to parse_exp_1.
8689         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8690         (find_condition_and_thread): Likewise.
8691         Make TOK const.
8692         (watch_command_1): Make "arg" const.
8693         Constify string handling.
8694         Copy the expression string instead of changing the input
8695         string.
8696         (update_breakpoint_location): Pass const pointer to
8697         parse_exp_1.
8698         * eval.c (parse_and_eval_address): Make "exp" const.
8699         (parse_to_comma_and_eval): Make "expp" const.
8700         (parse_and_eval): Make "exp" const.
8701         * expression.h (parse_expression): Make argument const.
8702         (parse_exp_1): Make first argument const.
8703         * findcmd.c (parse_find_args): Treat "args" as const.
8704         * linespec.c (parse_linespec): Pass const pointer to
8705         linespec_expression_to_pc.
8706         (linespec_expression_to_pc): Make "exp_ptr" const.
8707         * parse.c (parse_exp_1): Make "stringptr" const.
8708         Make a copy of the expression to pass to parse_exp_in_context until
8709         this whole interface can be constified.
8710         (parse_expression): Make "string" const.
8711         * printcmd.c (ui_printf): Treat "arg" as const.
8712         Handle const strings.
8713         * tracepoint.c (validate_actionline): Pass const pointer to
8714         all calls to parse_exp_1.
8715         (encode_actions_1): Likewise.
8716         * value.h (parse_to_comma_and_eval): Make argument const.
8717         (parse_and_eval_address): Likewise.
8718         (parse_and_eval): Likewise.
8719         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8720         (varobj_set_value): Likewise.
8721         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8722         constify string handling.
8723         Pass const pointers to parse_and_eval_address and
8724         parse_to_comman_and_eval.
8725         * cli/cli-utils.c (skip_to_space): Rename to ...
8726         (skip_to_space_const): ... this. Handle const strings.
8727         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8728         skip_to_space_const.
8729         (skip_to_space_const): Declare.
8730         * common/format.c (parse_format_string): Make "arg" const.
8731         Handle const strings.
8732         * common/format.h (parse_format_string): Make "arg" const.
8733         * gdbserver/ax.c (ax_printf): Make "format" const.
8734         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8735         of the expression string.
8736
8737 2013-03-12  Hui Zhu  <hui@codesourcery.com>
8738
8739         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8740
8741 2013-03-12  Yao Qi  <yao@codesourcery.com>
8742             Hui Zhu  <hui@codesourcery.com>
8743
8744         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8745         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8746         DW_OP_deref_size.
8747
8748 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
8749
8750         * ada-lex.l (rules): Only recognize 'thread' as a
8751         delimiter when followed by numerals, as for c-exp.y.
8752         Use new rewind_to_char function to rewind the input for
8753         expression-delimiting tokens.
8754         (rewind_to_char): New function.
8755
8756 2013-03-11  Pedro Alves  <palves@redhat.com>
8757             Jan Kratochvil  <jan.kratochvil@redhat.com>
8758
8759         * configure: Regenerate.
8760         * configure.ac (check dynamic export flag): Link python test with
8761         $PYTHON_LIBS.
8762
8763 2013-03-11  Doug Evans  <dje@google.com>
8764             Keith Seitz  <keiths@redhat.com>
8765
8766         * linespec.c (find_linespec_symbols): Call find_function_symbols
8767         first, and then call lookup_prefix_sym/find_method.
8768
8769 2013-03-11  Pedro Alves  <palves@redhat.com>
8770
8771         * charset.c (convert_between_encodings): Don't cast between
8772         different pointer to pointer types.  Instead, make the 'inp' local
8773         be of the type iconv expects.
8774         (wchar_iterate): Don't cast between different pointer to pointer
8775         types.  Instead, use new pointer local of the type iconv expects.
8776         * target.c (target_read_stralloc, target_fileio_read_stralloc):
8777         Add new local of type char pointer, and use it to get a
8778         char/string view of the byte buffer, instead of casting between
8779         pointer to pointer types.
8780
8781 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
8782
8783         * remote.c (remote_set_trace_buffer_size): Move != operator
8784         to the start of next line to fix an ARI warning.
8785
8786 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8787
8788         * NEWS: Add record changes.
8789
8790 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8791
8792         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8793         the instruction history disassembly.
8794         * disasm.c (dump_insns): Omit the pc prefix, if requested.
8795         * disasm.h (DISASSEMBLY_OMIT_PC): New.
8796
8797 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8798
8799         * Makefile.in (SFILES): Add record-btrace.c
8800         (COMMON_OBS): Add record-btrace.o
8801         * record-btrace.c: New.
8802         * objfiles.c: Include btrace.h.
8803         (free_objfile): call btrace_free_objfile.
8804
8805 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8806
8807         * target.c (target_call_history, target_call_history_from,
8808         target_call_history_range): New.
8809         * target.h (target_ops) <to_call_history, to_call_history_from,
8810         to_call_history_range>: New fields.
8811         (target_call_history, target_call_history_from,
8812         target_call_history_range): New declaration.
8813         * record.c (get_call_history_modifiers, cmd_record_call_history,
8814         record_call_history_size): New.
8815         (_initialize_record): Add the "record function-call-history" command.
8816         Add "set/show record function-call-history-size" commands.
8817         * record.h (record_print_flag): New.
8818
8819 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8820
8821         * target.h (target_ops) <to_insn_history, to_insn_history_from,
8822         to_insn_history_range>: New fields.
8823         (target_insn_history): New.
8824         (target_insn_history_from): New.
8825         (target_insn_history_range): New.
8826         * target.c (target_insn_history): New.
8827         (target_insn_history_from): New.
8828         (target_insn_history_range): New.
8829         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8830         (record_insn_history_size): New.
8831         (get_insn_number): New.
8832         (get_context_size): New.
8833         (no_chunk): New.
8834         (get_insn_history_modifiers): New.
8835         (cmd_record_insn_history): New.
8836         (_initialize_record): Add "set/show record instruction-history-size"
8837         command. Add "record instruction-history" command.
8838
8839 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8840
8841         * record.h (record_disconnect): New.
8842         (record_detach): New.
8843         (record_mourn_inferior): New.
8844         (record_kill): New.
8845         * record-full.c (record_disconnect, record_detach,
8846         record_mourn_inferior, record_kill): Move to...
8847         * record.c: ...here.
8848         (DEBUG): New.
8849         (record_stop): New.
8850         (record_unpush): New.
8851         (cmd_record_stop): Call record_stop. Replace unpush_target
8852         call with record_unpush call.
8853         (record_disconnect, record_detach): Assert that the target
8854         is of record stratum. Call record_unpush, record_stop, and
8855         DEBUG.
8856         (record_mourn_inferior, record_kill): Assert that the target
8857         is of record stratum. Call record_unpush and DEBUG.
8858
8859 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8860
8861         * record-full.h, record-full.c (record_memory_query): Rename
8862         to ...
8863         (record_full_memory_query): ...this. Update all users.
8864         (record_arch_list_add_reg): Rename to ...
8865         (record_full_arch_list_add_reg): ...this. Update all users.
8866         (record_arch_list_add_mem): Rename to ...
8867         (record_full_arch_list_add_mem): ...this. Update all users.
8868         (record_arch_list_add_end): Rename to ...
8869         (record_full_arch_list_add_end): ...this. Update all users.
8870         (record_gdb_operation_disable_set): Rename to ...
8871         (record_full_gdb_operation_disable_set): ...this.
8872         Update all users.
8873
8874 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8875
8876         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8877         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8878         (RECORD_IS_REPLAY): Renamed to ...
8879         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8880         (RECORD_FILE_MAGIC): Renamed to ...
8881         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8882         (record_mem_entry): Renamed to ...
8883         (record_full_mem_entry): ... this. Updated all users.
8884         (record_reg_entry): Renamed to ...
8885         (record_full_reg_entry): ... this. Updated all users.
8886         (record_end_entry): Renamed to ...
8887         (record_full_end_entry): ... this. Updated all users.
8888         (record_type) <record_end, record_reg, record_mem>: Renamed
8889         to ...
8890         (record_full_type) <record_full_end, record_full_reg,
8891         record_full_mem>: ... this. Updated all users.
8892         (record_entry): Renamed to ...
8893         (record_full_entry): ... this. Updated all users.
8894         (record_core_buf_entry): Renamed to ...
8895         (record_full_core_buf_entry): ... this. Updated all users.
8896         (record_core_regbuf): Renamed to ...
8897         (record_full_core_regbuf): ... this. Updated all users.
8898         (record_core_start): Renamed to ...
8899         (record_full_core_start): ... this. Updated all users.
8900         (record_core_end): Renamed to ...
8901         (record_full_core_end): ... this. Updated all users.
8902         (record_core_buf_list): Renamed to ...
8903         (record_full_core_buf_list): ... this. Updated all users.
8904         (record_first): Renamed to ...
8905         (record_full_first): ... this. Updated all users.
8906         (record_list): Renamed to ...
8907         (record_full_list): ... this. Updated all users.
8908         (record_arch_list_head): Renamed to ...
8909         (record_full_arch_list_head): ... this. Updated all users.
8910         (record_arch_list_tail): Renamed to ...
8911         (record_full_arch_list_tail): ... this. Updated all users.
8912         (record_stop_at_limit): Renamed to ...
8913         (record_full_stop_at_limit): ... this. Updated all users.
8914         (record_insn_max_num): Renamed to ...
8915         (record_full_insn_max_num): ... this. Updated all users.
8916         (record_insn_num): Renamed to ...
8917         (record_full_insn_num): ... this. Updated all users.
8918         (record_insn_count): Renamed to ...
8919         (record_full_insn_count): ... this. Updated all users.
8920         (record_ops): Renamed to ...
8921         (record_full_ops): ... this. Updated all users.
8922         (record_core_ops): Renamed to ...
8923         (record_full_core_ops): ... this. Updated all users.
8924         (set_record_cmdlist): Renamed to ...
8925         (set_record_full_cmdlist): ... this. Updated all users.
8926         (show_record_cmdlist): Renamed to ...
8927         (show_record_full_cmdlist): ... this. Updated all users.
8928         (record_cmdlist): Renamed to ...
8929         (record_full_cmdlist): ... this. Updated all users.
8930         (record_beneath_to_resume_ops): Renamed to ...
8931         (record_full_beneath_to_resume_ops): ... this. Updated all users.
8932         (record_beneath_to_resume): Renamed to ...
8933         (record_full_beneath_to_resume): ... this. Updated all users.
8934         (record_beneath_to_wait_ops): Renamed to ...
8935         (record_full_beneath_to_wait_ops): ... this. Updated all users.
8936         (record_beneath_to_wait): Renamed to ...
8937         (record_full_beneath_to_wait): ... this. Updated all users.
8938         (record_beneath_to_store_registers_ops): Renamed to ...
8939         (record_full_beneath_to_store_registers_ops): ... this.
8940         Updated all users.
8941         (record_beneath_to_store_registers): Renamed to ...
8942         (record_full_beneath_to_store_registers): ... this.
8943         Updated all users.
8944         (record_beneath_to_xfer_partial_ops): Renamed to ...
8945         (record_full_beneath_to_xfer_partial_ops): ... this.
8946         Updated all users.
8947         (record_beneath_to_xfer_partial): Renamed to ...
8948         (record_full_beneath_to_xfer_partial): ... this.
8949         Updated all users.
8950         (record_beneath_to_insert_breakpoint): Renamed to ...
8951         (record_full_beneath_to_insert_breakpoint): ... this.
8952         Updated all users.
8953         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8954         (record_full_beneath_to_stopped_by_watchpoint): ... this.
8955         Updated all users.
8956         (record_beneath_to_stopped_data_address): Renamed to ...
8957         (record_full_beneath_to_stopped_data_address): ... this.
8958         Updated all users.
8959         (record_beneath_to_async): Renamed to ...
8960         (record_full_beneath_to_async): ... this. Updated all users.
8961         (record_goto_insn): Renamed to ...
8962         (record_full_goto_insn): ... this. Updated all users.
8963         (record_save): Renamed to ...
8964         (record_full_save): ... this. Updated all users.
8965         (record_reg_alloc): Renamed to ...
8966         (record_full_reg_alloc): ... this. Updated all users.
8967         (record_reg_release): Renamed to ...
8968         (record_full_reg_release): ... this. Updated all users.
8969         (record_mem_alloc): Renamed to ...
8970         (record_full_mem_alloc): ... this. Updated all users.
8971         (record_mem_release): Renamed to ...
8972         (record_full_mem_release): ... this. Updated all users.
8973         (record_end_alloc): Renamed to ...
8974         (record_full_end_alloc): ... this. Updated all users.
8975         (record_end_release): Renamed to ...
8976         (record_full_end_release): ... this. Updated all users.
8977         (record_entry_release): Renamed to ...
8978         (record_full_entry_release): ... this. Updated all users.
8979         (record_list_release): Renamed to ...
8980         (record_full_list_release): ... this. Updated all users.
8981         (record_list_release_following): Renamed to ...
8982         (record_full_list_release_following): ... this.
8983         Updated all users.
8984         (record_list_release_first): Renamed to ...
8985         (record_full_list_release_first): ... this. Updated all users.
8986         (record_arch_list_add): Renamed to ...
8987         (record_full_arch_list_add): ... this. Updated all users.
8988         (record_get_loc): Renamed to ...
8989         (record_full_get_loc): ... this. Updated all users.
8990         (record_check_insn_num): Renamed to ...
8991         (record_full_check_insn_num): ... this. Updated all users.
8992         (record_arch_list_cleanups): Renamed to ...
8993         (record_full_arch_list_cleanups): ... this. Updated all users.
8994         (record_message): Renamed to ...
8995         (record_full_message): ... this. Updated all users.
8996         (record_message_wrapper): Renamed to ...
8997         (record_full_message_wrapper): ... this. Updated all users.
8998         (record_message_wrapper_safe): Renamed to ...
8999         (record_full_message_wrapper_safe): ... this. Updated all users.
9000         (record_gdb_operation_disable): Renamed to ...
9001         (record_full_gdb_operation_disable): ... this. Updated all users.
9002         (record_hw_watchpoint): Renamed to ...
9003         (record_full_hw_watchpoint): ... this. Updated all users.
9004         (record_exec_insn): Renamed to ...
9005         (record_full_exec_insn): ... this. Updated all users.
9006         (record_restore): Renamed to ...
9007         (record_full_restore): ... this. Updated all users.
9008         (record_async_inferior_event_token): Renamed to ...
9009         (record_full_async_inferior_event_token): ... this.
9010         Updated all users.
9011         (record_async_inferior_event_handler): Renamed to ...
9012         (record_full_async_inferior_event_handler): ... this.
9013         Updated all users.
9014         (record_core_open_1): Renamed to ...
9015         (record_full_core_open_1): ... this. Updated all users.
9016         (record_open_1): Renamed to ...
9017         (record_full_open_1): ... this. Updated all users.
9018         (record_open): Renamed to ...
9019         (record_full_open): ... this. Updated all users.
9020         (record_close): Renamed to ...
9021         (record_full_close): ... this. Updated all users.
9022         (record_resume_step): Renamed to ...
9023         (record_full_resume_step): ... this. Updated all users.
9024         (record_resumed): Renamed to ...
9025         (record_full_resumed): ... this. Updated all users.
9026         (record_execution_dir): Renamed to ...
9027         (record_full_execution_dir): ... this. Updated all users.
9028         (record_resume): Renamed to ...
9029         (record_full_resume): ... this. Updated all users.
9030         (record_get_sig): Renamed to ...
9031         (record_full_get_sig): ... this. Updated all users.
9032         (record_sig_handler): Renamed to ...
9033         (record_full_sig_handler): ... this. Updated all users.
9034         (record_wait_cleanups): Renamed to ...
9035         (record_full_wait_cleanups): ... this. Updated all users.
9036         (record_wait_1): Renamed to ...
9037         (record_full_wait_1): ... this. Updated all users.
9038         (record_wait): Renamed to ...
9039         (record_full_wait): ... this. Updated all users.
9040         (record_stopped_by_watchpoint): Renamed to ...
9041         (record_full_stopped_by_watchpoint): ... this. Updated all users.
9042         (record_disconnect): Renamed to ...
9043         (record_full_disconnect): ... this. Updated all users.
9044         (record_detach): Renamed to ...
9045         (record_full_detach): ... this. Updated all users.
9046         (record_mourn_inferior): Renamed to ...
9047         (record_full_mourn_inferior): ... this. Updated all users.
9048         (record_kill): Renamed to ...
9049         (record_full_kill): ... this. Updated all users.
9050         (record_stopped_data_address): Renamed to ...
9051         (record_full_stopped_data_address): ... this. Updated all users.
9052         (record_registers_change): Renamed to ...
9053         (record_full_registers_change): ... this. Updated all users.
9054         (record_store_registers): Renamed to ...
9055         (record_full_store_registers): ... this. Updated all users.
9056         (record_xfer_partial): Renamed to ...
9057         (record_full_xfer_partial): ... this. Updated all users.
9058         (record_breakpoint): Renamed to ...
9059         (record_full_breakpoint): ... this. Updated all users.
9060         (record_breakpoint_p): Renamed to ...
9061         (record_full_breakpoint_p): ... this. Updated all users.
9062         (record_breakpoints): Renamed to ...
9063         (record_full_breakpoints): ... this. Updated all users.
9064         (record_sync_record_breakpoints): Renamed to ...
9065         (record_full_sync_record_breakpoints): ... this.
9066         Updated all users.
9067         (record_init_record_breakpoints): Renamed to ...
9068         (record_full_init_record_breakpoints): ... this.
9069         Updated all users.
9070         (record_insert_breakpoint): Renamed to ...
9071         (record_full_insert_breakpoint): ... this. Updated all users.
9072         (record_remove_breakpoint): Renamed to ...
9073         (record_full_remove_breakpoint): ... this. Updated all users.
9074         (record_can_execute_reverse): Renamed to ...
9075         (record_full_can_execute_reverse): ... this. Updated all users.
9076         (record_get_bookmark): Renamed to ...
9077         (record_full_get_bookmark): ... this. Updated all users.
9078         (record_goto_bookmark): Renamed to ...
9079         (record_full_goto_bookmark): ... this. Updated all users.
9080         (record_async): Renamed to ...
9081         (record_full_async): ... this. Updated all users.
9082         (record_can_async_p): Renamed to ...
9083         (record_full_can_async_p): ... this. Updated all users.
9084         (record_is_async_p): Renamed to ...
9085         (record_full_is_async_p): ... this. Updated all users.
9086         (record_execution_direction): Renamed to ...
9087         (record_full_execution_direction): ... this. Updated all users.
9088         (record_info): Renamed to ...
9089         (record_full_info): ... this. Updated all users.
9090         (record_delete): Renamed to ...
9091         (record_full_delete): ... this. Updated all users.
9092         (record_is_replaying): Renamed to ...
9093         (record_full_is_replaying): ... this. Updated all users.
9094         (record_goto_entry): Renamed to ...
9095         (record_full_goto_entry): ... this. Updated all users.
9096         (record_goto_begin): Renamed to ...
9097         (record_full_goto_begin): ... this. Updated all users.
9098         (record_goto_end): Renamed to ...
9099         (record_full_goto_end): ... this. Updated all users.
9100         (record_goto): Renamed to ...
9101         (record_full_goto): ... this. Updated all users.
9102         (init_record_ops): Renamed to ...
9103         (init_record_full_ops): ... this. Updated all users.
9104         (record_core_resume): Renamed to ...
9105         (record_full_core_resume): ... this. Updated all users.
9106         (record_core_kill): Renamed to ...
9107         (record_full_core_kill): ... this. Updated all users.
9108         (record_core_fetch_registers): Renamed to ...
9109         (record_full_core_fetch_registers): ... this. Updated all users.
9110         (record_core_prepare_to_store): Renamed to ...
9111         (record_full_core_prepare_to_store): ... this. Updated all users.
9112         (record_core_store_registers): Renamed to ...
9113         (record_full_core_store_registers): ... this. Updated all users.
9114         (record_core_xfer_partial): Renamed to ...
9115         (record_full_core_xfer_partial): ... this. Updated all users.
9116         (record_core_insert_breakpoint): Renamed to ...
9117         (record_full_core_insert_breakpoint): ... this. Updated all users.
9118         (record_core_remove_breakpoint): Renamed to ...
9119         (record_full_core_remove_breakpoint): ... this. Updated all users.
9120         (record_core_has_execution): Renamed to ...
9121         (record_full_core_has_execution): ... this. Updated all users.
9122         (init_record_core_ops): Renamed to ...
9123         (init_record_full_core_ops): ... this. Updated all users.
9124         (cmd_record_restore): Renamed to ...
9125         (cmd_record_full_restore): ... this. Updated all users.
9126         (record_save_cleanups): Renamed to ...
9127         (record_full_save_cleanups): ... this. Updated all users.
9128         (cmd_record_start): Renamed to ...
9129         (cmd_record_full_start): ... this. Updated all users.
9130         (set_record_insn_max_num): Renamed to ...
9131         (set_record_full_insn_max_num): ... this. Updated all users.
9132         (set_record_command): Renamed to ...
9133         (set_record_full_command): ... this. Updated all users.
9134         (show_record_command): Renamed to ...
9135         (show_record_full_command): ... this. Updated all users.
9136         (_initialize_record): Renamed to ...
9137         (_initialize_record_full): ... this. Updated all users.
9138
9139 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9140
9141         * record.h: Split into this and ...
9142         * record-full.h: ... this.
9143         * record.c: Split into this and ...
9144         * record-full.c: ... this.
9145         * target.h (target_ops): Add new fields to_info_record,
9146         to_save_record, to_delete_record, to_record_is_replaying,
9147         to_goto_record_begin, to_goto_record_end, to_goto_record.
9148         (target_info_record): New.
9149         (target_save_record): New.
9150         (target_supports_delete_record): New.
9151         (target_delete_record): New.
9152         (target_record_is_replaying): New.
9153         (target_goto_record_begin): New.
9154         (target_goto_record_end): New.
9155         (target_goto_record): New.
9156         * target.c (target_info_record): New.
9157         (target_save_record): New.
9158         (target_supports_delete_record): New.
9159         (target_delete_record): New.
9160         (target_record_is_replaying): New.
9161         (target_goto_record_begin): New.
9162         (target_goto_record_end): New.
9163         (target_goto_record): New.
9164         * record.h: Declare struct cmd_list_element.
9165         (record_cmdlist): New declaration.
9166         (set_record_cmdlist): New declaration.
9167         (show_record_cmdlist): New declaration.
9168         (info_record_cmdlist): New declaration.
9169         (cmd_record_goto): New declaration.
9170         * record.c: Remove unnecessary includes.
9171         Include inferior.h.
9172         (cmd_record_goto): Remove declaration.
9173         (record_cmdlist): Now extern. Initialize.
9174         (set_record_cmdlist): Now extern. Initialize.
9175         (show_record_cmdlist): Now extern. Initialize.
9176         (info_record_cmdlist): Now extern. Initialize.
9177         (find_record_target): New.
9178         (require_record_target): New.
9179         (cmd_record_start): Update.
9180         (cmd_record_delete): Remove target-specific code.
9181         Call target_delete_record.
9182         (cmd_record_stop): Unpush any record target.
9183         (set_record_insn_max_num): Move to record-full.c
9184         (set_record_command): Add comment.
9185         (show_record_command): Add comment.
9186         (info_record_command): Update comment.
9187         Remove target-specific code.
9188         Call the record target's to_info_record.
9189         (cmd_record_start): New.
9190         (cmd_record_goto): Now extern.
9191         Remove target-specific code.
9192         Call target_goto_begin,  target_goto_end, or target_goto.
9193         (_initialize_record): Move record target ops initialization to
9194         record-full.c.
9195         Change "record" command help text.
9196         Move "record restore", "record set", and "record show" commands to
9197         record-full.c.
9198         * Makefile.in (SFILES): Add record-full.c.
9199         (HFILES_NO_SRCDIR): Add record-full.h.
9200         (COMMON_OBS): Add record-full.o.
9201         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9202         * arm-tdep.c: Include record-full.h.
9203         * i386-linux-tdep.c: Include record-full.h instead of record.h.
9204         * i386-tdep.c: Include record-full.h.
9205         * infrun.c: Include record-full.h.
9206         * linux-record.c: Include record-full.h.
9207         * moxie-tdep.c: Include record-full.h.
9208         * record-full.c: Include record-full.h.
9209         Change module comment.
9210         (set_record_full_cmdlist): New.
9211         (show_record_full_cmdlist): New.
9212         (record_full_cmdlist): New.
9213         (record_goto_insn): New declaration.
9214         (record_save): New declaration.
9215         (record_check_insn_num): Change query string.
9216         (record_info): New.
9217         (record_delete): New.
9218         (record_is_replaying): New.
9219         (record_goto_entry): New.
9220         (record_goto_begin): New.
9221         (record_goto_end): New.
9222         (record_goto): New.
9223         (init_record_ops): Update.
9224         (init_record_core_ops): Update.
9225         (cmd_record_save): Rename to record_save. Remove target and arg checks.
9226         (cmd_record_start): New.
9227         (set_record_insn_max_num): Moved from record.c
9228         (set_record_full_command): New.
9229         (show_record_full_command): New.
9230         (_initialize_record_full): New.
9231
9232 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9233
9234         * target.h (add_deprecated_target_alias): New.
9235         * target.c (add_deprecated_target_alias): New.
9236
9237 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9238
9239         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9240         and signal.h.
9241         (linux_supports_btrace): Add kernel and
9242         cpuid check.
9243         (kernel_supports_btrace): New function.
9244         (cpu_supports_btrace): New function.
9245         (intel_supports_btrace): New function.
9246
9247 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9248
9249         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9250         * remote.c: Include btrace.h.
9251         (struct btrace_target_info): New struct.
9252         (remote_supports_btrace): New function.
9253         (send_Qbtrace): New function.
9254         (remote_enable_btrace): New function.
9255         (remote_disable_btrace): New function.
9256         (remote_teardown_btrace): New function.
9257         (remote_read_btrace): New function.
9258         (init_remote_ops): Add btrace ops.
9259         (enum <unnamed>): Add btrace packets.
9260         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9261         (_initialize_remote): Add packet configuration for branch tracing.
9262
9263 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9264
9265         * features/btrace.dtd: New file.
9266         * Makefile.in (XMLFILES): Add btrace.dtd.
9267         * btrace.h (parse_xml_btrace): New declaration.
9268         * btrace.c: Include xml-support.h.
9269         (parse_xml_btrace): New function.
9270         (parse_xml_btrace_block): New function.
9271         (block_attributes): New struct.
9272         (btrace_attributes): New struct.
9273         (btrace_children): New struct.
9274         (btrace_elements): New struct.
9275
9276 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9277
9278         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9279         (amd64_linux_enable_btrace): New.
9280         (amd64_linux_disable_btrace): New.
9281         (amd64_linux_teardown_btrace): New.
9282         (_initialize_amd64_linux_nat): Initialize btrace ops.
9283         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9284         (i386_linux_enable_btrace): New.
9285         (i386_linux_disable_btrace): New.
9286         (i386_linux_teardown_btrace): New.
9287         (_initialize_i386_linux_nat): Initialize btrace ops.
9288         * config/i386/linux.mh: Add linux-btrace.o.
9289         * config/i386/linux64.mh: Add linux-btrace.o.
9290
9291 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9292
9293         * common/linux_btrace.h: New file.
9294         * common/linux_btrace.c: New file.
9295         * Makefile.in (SFILES): Add btrace.c.
9296         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9297         (COMMON_OBS): Add btrace.o.
9298         (linux-btrace.o): New rule.
9299
9300 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9301
9302         * target.h: Include btrace.h.
9303         (struct target_ops) <to_supports_btrace, to_enable_btrace,
9304         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9305         * target.c (target_supports_btrace): New function.
9306         (target_enable_btrace): New function.
9307         (target_disable_btrace): New function.
9308         (target_teardown_btrace): New function.
9309         (target_read_btrace): New function.
9310         * btrace.h: New file.
9311         * btrace.c: New file.
9312         * Makefile.in: Add btrace.c.
9313         * gdbthread.h: Include btrace.h.
9314         (struct thread_info): Add btrace field.
9315         * thread.c: Include btrace.h.
9316         (clear_thread_inferior_resources): Call target_teardown_btrace.
9317         * common/btrace-common.h: New file.
9318
9319 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9320
9321         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9322         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9323         kill_status to outer block.
9324
9325 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9326
9327         Fix entry-values if the callee called a noreturn function.
9328         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9329         get_frame_address_in_block.  Add new comment.
9330
9331 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9332
9333         Fix entry-values in C++ across CUs.
9334         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9335         lookup_minimal_symbol.  Add a comment.
9336         * dwarf2read.c
9337         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9338         DW_AT_linkage_name.
9339
9340 2013-03-08  Yao Qi  <yao@codesourcery.com>
9341
9342         * tracepoint.c (_initialize_tracepoint): Indent the code.
9343
9344 2013-03-08  Pedro Alves  <palves@redhat.com>
9345
9346         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
9347         (parse_find_args, find_command): Change type of pattern buffer
9348         locals to 'gdb_byte *'.
9349
9350 2013-03-08  Stan Shebs  <stan@codesourcery.com>
9351             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9352
9353         * NEWS: Mention set and show trace-buffer-size commands.
9354         Mention new packet.
9355         * target.h (struct target_ops): New method
9356         to_set_trace_buffer_size.
9357         (target_set_trace_buffer_size): New macro.
9358         * target.c (update_current_target): Set up new method.
9359         * tracepoint.c (trace_buffer_size): New global.
9360         (start_tracing): Send it to the target.
9361         (set_trace_buffer_size): New function.
9362         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9363         * remote.c (remote_set_trace_buffer_size): New function.
9364         (_initialize_remote): Use it.
9365         (QTBuffer:size) New remote command.
9366         (PACKET_QTBuffer_size): New enum.
9367         (remote_protocol_features): Add an entry for
9368         PACKET_QTBuffer_size.
9369
9370 2013-03-08  Tom Tromey  <tromey@redhat.com>
9371
9372         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9373         variable.
9374
9375 2013-03-07  Pedro Alves  <palves@redhat.com>
9376
9377         * target.c (target_read_stralloc, target_fileio_read_alloc):
9378         *Cast pointer to 'gdb_byte *' in target call.
9379
9380 2013-03-07  Pedro Alves  <palves@redhat.com>
9381
9382         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9383         call.
9384
9385 2013-03-07  Keith Seitz  <keiths@redhat.com>
9386
9387         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9388         (trace_pass_command): Likewise.
9389         * cli/cli-cmds.c: Include cli/cli-utils.h.
9390         (source_command): Use skip-spaces.
9391         (disassemble_command): Likewise.
9392         * findcmd.c: Include cli/cli-utils.h.
9393         (parse_find_args): Use skip_spaces.
9394         * go32-nat.c: Include cli/cli-utils.h.
9395         (go32_sldt): Use skip_spaces.
9396         (go32_sgdt): Likewise.
9397         (go32_sidt): Likewise.
9398         (go32_pde): Likewise.
9399         (go32_pte): Likewise.
9400         (go32_pte_for_address): Likewise.
9401         * infcmd.c: Include cli/cli-utils.h.
9402         (registers_info): Use skip_spaces.
9403         * linux-tdep.c (read_mapping): Use skip_spaces_const.
9404         (linux_info_proc): Likewise.
9405         * linux-thread-db.c: Include cli/cli-utils.h.
9406         (info_auto_load_libthread_db): Use skip_spaces_const.
9407         * m32r-rom.c: Include cli/cli-utils.h.
9408         (m32r_upload_command): Use skip_spaces.
9409         * maint.c: Include cli/cli-utils.h.
9410         (maintenance_translate_address): Use skip_spaces.
9411         * mi/mi-parse.c: Include cli/cli-utils.h.
9412         (mi_parse_argv): Use skip_spaces.
9413         (mi_parse): Likewise.
9414         * minsyms.c: Include cli/cli-utils.h.
9415         (msymbol_hash_iw): Use skip_spaces_const.
9416         * objc-lang.c: Include cli/cli-utils.h.
9417         (parse_selector): Use skip_spaces.
9418         (parse_method): Likewise.
9419         * python/python.c: Include cli/cli-utils.h.
9420         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9421         (python_command)[HAVE_PYTHON]: Likewise.
9422         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9423         * remote-m32r-sdi.c: Include cli/cli-utils.h.
9424         (m32r_load): Use skip_spaces.
9425         * serial.c: Include cli/cli-utils.h.
9426         (serial_open): Use skip_spaces_const.
9427         * stack.c: Include cli/cli-utils.h.
9428         (parse_frame_specification_1): Use skip_spaces_const.
9429         * symfile.c: Include cli/cli-utils.h.
9430         (set_ext_lang_command): Use skip_spaces.
9431         * symtab.c: Include cli/cli-utils.h.
9432         (rbreak_command): Use skip_spaces.
9433         * thread.c (thread_name_command): Use skip_spaces.
9434         * tracepoint.c (validate_actionline): Use skip_spaces.
9435         (encode_actions_1): Likewise.
9436         (trace_find_range_command): Likewise.
9437         (trace_find_outside_command): Likewise.
9438         (trace_dump_actions): Likewise.
9439
9440 2013-03-07  Pedro Alves  <palves@redhat.com>
9441
9442         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9443         * expprint.c (print_subexp_standard): Likewise.
9444         * utils.c (host_char_to_target): Likewise.
9445         * valprint.c (generic_emit_char, generic_printstr): Likewise.
9446         * varobj.c (value_get_print_value): Change type of local to char*.
9447         Cast it gdb_byte * in call to language printer.
9448
9449 2013-03-07  Pedro Alves  <palves@redhat.com>
9450
9451         * charset.c (struct wchar_iterator) <input>: Change type to 'const
9452         gdb_byte *'.
9453         (make_wchar_iterator): Remove cast to char*.
9454         (wchar_iterate): Change type of local.
9455
9456 2013-03-07  Pedro Alves  <palves@redhat.com>
9457
9458         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9459         for 'regcache->register_status'.
9460
9461 2013-03-07  Pedro Alves  <palves@redhat.com>
9462
9463         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9464         int.
9465
9466 2013-03-07  Pedro Alves  <palves@redhat.com>
9467
9468         * stap-probe.c (handle_stap_probe): Add cast to char*.
9469
9470 2013-03-07  Pedro Alves  <palves@redhat.com>
9471
9472         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9473         RECORD_MSGRCV>: Pass a signed variable to
9474         regcache_raw_read_signed, instead of an unsigned one.
9475
9476 2013-03-07  Pedro Alves  <palves@redhat.com>
9477
9478         * remote-notif.c (notif_debug): Change type to int.
9479         * remote-notif.h (notif_debug): Likewise.
9480
9481 2013-03-07  Pedro Alves  <palves@redhat.com>
9482
9483         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9484
9485 2013-03-07  Pedro Alves  <palves@redhat.com>
9486
9487         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9488         * remote.h (hex2bin, bin2hex): ... here.
9489         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9490
9491 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
9492
9493         * utils.c (initialize_utils): Improve doc strings of "set/show
9494         width", "set/show height", and "set/show pagination".
9495
9496 2013-03-06  Keith Seitz  <keiths@redhat.com>
9497
9498         * ax-gdb.c (gen_printf): Make FORMAT const.
9499         * ax-gdb.h (gen_printf): Likewise.
9500         * ax-general.c (ax_string): Make STR const.
9501         * ax.h (ax_string): Likewise.
9502
9503 2013-03-06  Doug Evans  <dje@google.com>
9504
9505         * elfread.c (elf_symfile_read): Move debugging printf to more
9506         logical location.
9507
9508 2013-03-06  Pedro Alves  <palves@redhat.com>
9509
9510         * python/py-utils.c (target_string_to_unicode): Delete function.
9511         * python/python-internal.h (target_string_to_unicode): Delete
9512         declaration.
9513
9514 2013-03-06  Pierre Muller  <muller@sourceware.org>
9515
9516         * linespec.c (get_current_search_block): ARI fix, use (void)
9517         for empty parameter list.
9518
9519 2013-03-05  Doug Evans  <dje@google.com>
9520
9521         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9522         of old ada_lookup_symbol_list.  In !full_search case, don't
9523         search superblocks.
9524         (ada_lookup_symbol_list): Delete arg full_search, all callers
9525         updated.  Call ada_lookup_symbol_list_worker.
9526         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9527         * ada-lang.h (ada_lookup_symbol_list): Update.
9528         * language.h (language_defn): Update comment for
9529         la_iterate_over_symbols.
9530         * linespec.c (iterate_over_file_blocks): New function.
9531         (iterate_over_all_matching_symtabs): Call it.
9532         (lookup_prefix_sym): Ditto.
9533         (get_current_search_block): New function.
9534         (get_search_block): Delete.
9535         (find_label_symbols): Call get_current_search_block.
9536         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9537         * symtab.c (iterate_over_symbols): Don't search superblocks.
9538
9539 2013-03-05  Yao Qi  <yao@codesourcery.com>
9540
9541         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9542         parameter VAR's type from "unsigned int" to "int".
9543         * command.h (var_zuinteger_unlimited): Update its comments.
9544         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9545
9546 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9547
9548         * NEWS: Mention new target x86_64-*-cygwin*.
9549
9550 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9551
9552         * configure.host: Add x86_64-*-cygwin* as host.
9553         * configure.tgt: Add x86_64-*-cygwin* as target.
9554         * config/i386/cygwin64.mh: New file.
9555
9556 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9557
9558         * linespec.c (decode_line_2): Fix duplicate request off by two message.
9559
9560 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9561
9562         * linespec.c (struct linespec_canonical_name): New.
9563         (struct linespec_state): Change canonical_names type to it.
9564         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
9565         xrealloc element size.  Initialize the different CANONICAL fields.
9566         (canonical_to_fullform): New.
9567         (filter_results): Use it.  Add variables canonical, fullform and
9568         cleanup.
9569         (struct decode_line_2_item, decode_line_2_compare_items): New.
9570         (decode_line_2): Remove variables iter and item_names, add variables
9571         items and items_count.  Modify the code for these new variables.
9572
9573 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
9574
9575         * coff-pe-read.c (read_pe_exported_syms): Don't return without
9576         calling do_cleanup.
9577
9578 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
9579
9580         * tracepoint.c (build_traceframe_info): Add code for byte order.
9581
9582 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
9583
9584         * v850-tdep.c: (v850e2_register_name): Revise system register
9585         names to match current V850E2M architecture specifications.
9586         Update register number enum comments too.
9587
9588 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9589             Pedro Alves  <palves@redhat.com>
9590
9591         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9592         to END_ADDR.
9593         (tilegx_skip_prologue): Limit prologue analysis to section end.
9594
9595 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9596
9597         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9598         use it.
9599
9600 2013-03-01  Pedro Alves  <palves@redhat.com>
9601
9602         Use gdb_byte for bytes from the program being debugged.
9603
9604         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9605         Change type of local 'buf' to gdb_byte.
9606         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9607         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9608         * cris-tdep.c (cris_sigcontext_addr)
9609         (cris_sigtramp_frame_unwind_cache): Likewise.
9610         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9611         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9612         Likewise.
9613         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9614         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9615         (hppa32_hpux_search_dummy_call_sequence)
9616         (hppa_hpux_supply_save_state): Likewise.
9617         * hppa-linux-tdep.c (insns_match_pattern)
9618         (hppa_linux_find_global_pointer): Likewise.
9619         * hppa-tdep.c (hppa_in_function_epilogue_p)
9620         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9621         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9622         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9623         (i386fbsd_collect_uthread): Likewise.
9624         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9625         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9626         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9627         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9628         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9629         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9630         (ia64_libunwind_frame_prev_register)
9631         (ia64_libunwind_sigtramp_frame_this_id)
9632         (ia64_find_global_pointer_from_dynamic_section)
9633         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9634         (ia64_unwind_pc): Likewise.
9635         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9636         * m68hc11-tdep.c (m68hc11_push_dummy_call)
9637         (m68hc11_extract_return_value): Likewise.
9638         * m68klinux-nat.c (fetch_register, store_register): Likewise.
9639         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9640         (mep_get_insn, mep_push_dummy_call): Likewise.
9641         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9642         (mips_linux_in_dynsym_stub): Likewise.
9643         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9644         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9645         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9646         to gdb_byte.
9647         * remote-mips.c (mips_set_register): Likewise.
9648         * remote-sim.c (gdbsim_fetch_register): Likewise.
9649         * score-tdep.c (score7_fetch_inst): Change type of parameter
9650         'memblock' and local 'buf' to gdb_byte.
9651         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9652         Change type of local 'buf' to gdb_byte.  Adjust.
9653         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9654         to gdb_byte**.
9655         (score7_analyze_prologue): Change type of 'memblock' and
9656         'memblock_ptr' locals to gdb_byte*.
9657         * sh64-tdep.c (sh64_extract_return_value)
9658         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9659         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9660         * solib-pa64.c (pa64_solib_create_inferior_hook)
9661         (pa64_open_symbol_file_object): Remove local 'buf'.
9662         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9663         (som_open_symbol_file_object): Likewise.
9664         * solib-spu.c (spu_current_sos): Likewise.
9665         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9666         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9667         (spu_store_registers): Likewise.
9668         * target.c (debug_print_register): Likewise.
9669         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9670         * xstormy16-tdep.c (xstormy16_store_return_value)
9671         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9672         (xstormy16_find_jmp_table_entry): Likewise.
9673
9674 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9675
9676         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9677         (tilegx_gdbarch_init): Install it.
9678
9679 2013-02-28  Tom Tromey  <tromey@redhat.com>
9680
9681         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9682         PyLong_Check.
9683
9684 2013-02-28  Doug Evans  <dje@google.com>
9685
9686         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9687         * python/python.c (gdbpy_find_pc_line): Ditto.
9688
9689 2013-02-28  Tom Tromey  <tromey@redhat.com>
9690
9691         * contrib/excheck.py: New file.
9692         * contrib/exsummary.py: New file.
9693         * contrib/gcc-with-excheck: New file.
9694
9695 2013-02-28  Tom Tromey  <tromey@redhat.com>
9696
9697         * python/python.c (gdbpy_print_stack): Call begin_line and
9698         fprintf_filtered inside TRY_CATCH.
9699
9700 2013-02-28  Tom Tromey  <tromey@redhat.com>
9701
9702         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9703         inside TRY_CATCH.
9704
9705 2013-02-28  Tom Tromey  <tromey@redhat.com>
9706
9707         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9708         frame_object_to_frame_info inside TRY_CATCH.
9709
9710 2013-02-28  Tom Tromey  <tromey@redhat.com>
9711
9712         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9713         TRY_CATCH.
9714
9715 2013-02-28  Tom Tromey  <tromey@redhat.com>
9716
9717         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9718
9719 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
9720
9721         * windows-nat.c: Throughout, fix format strings and casts of
9722         printf-like functions to avoid type related warnings on all
9723         platforms.
9724         (handle_output_debug_string): Fetch context information address
9725         from debug string using string_to_core_addr.
9726
9727 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9728
9729         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9730         * regformats/reg-tilegx32.dat: New.
9731
9732 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9733
9734         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9735
9736 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9737
9738         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9739
9740 2013-02-27  Yao Qi  <yao@codesourcery.com>
9741             Pedro Alves  <palves@redhat.com>
9742
9743         * tracepoint.c (tfile_trace_find): For tfind
9744         pc/tp/range/outside, look for the next trace frame instead of
9745         always starting from frame 0.
9746
9747 2013-02-26  Anthony Green  <green@moxielogic.com>
9748
9749         * configure.tgt: Add support for moxie-*-rtems* target.
9750
9751 2013-02-25  Pedro Alves  <palves@redhat.com>
9752
9753         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9754         warning text.
9755
9756 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9757
9758         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9759         if $fp is used as the virtual frame pointer.
9760
9761 2013-02-23  Alan Modra  <amodra@gmail.com>
9762
9763         * elfread.c (elf_symtab_read): Do not use udata.p here to find
9764         symbol size.
9765         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9766         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9767         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9768         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9769
9770 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9771
9772         Code cleanup.
9773         * elfread.c (build_id_bfd_get): Make the return type const.
9774         (build_id_verify): Make the check parameter const.
9775         (build_id_to_debug_filename): Make the build_id parameter and variable
9776         data const.
9777         (find_separate_debug_file_by_buildid): Make the variable build_id const.
9778
9779 2013-02-21  Alan Modra  <amodra@gmail.com>
9780
9781         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9782
9783 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
9784
9785         Add a new method 'disassemble' to gdb.Architecture class.
9786         * python/py-arch.c (archpy_disassmble): Implementation of the
9787         new method gdb.Architecture.disassemble.
9788         (arch_object_methods): Add entry for the new method.
9789
9790 2013-02-20  Jiong Wang  <jiwang@tilera.com>
9791
9792         * MAINTAINERS (Write After Approval): Add myself to the list.
9793
9794 2013-02-19  Pedro Alves  <palves@redhat.com>
9795
9796         Garbage collect 'struct monitor_ops'::load_routine.
9797
9798         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9799         * monitor.c (monitor_load): No longer call
9800         current_monitor->load_routine.
9801         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9802         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9803         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9804
9805 2013-02-19  Pedro Alves  <palves@redhat.com>
9806
9807         PR gdb/15161
9808
9809         Harmonize with generic_load.
9810
9811         * monitor.c: Include "readline/readline.h".
9812         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
9813         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
9814         long/strtol for the 'load_offset' local.  Error out if no argument
9815         is given or if too many arguments are given.  Tilde expand the
9816         passed in file name.
9817
9818 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9819
9820         PR gdb/15161
9821         * symfile.c (load_section_data): Change type of load_offset
9822         to CORE_ADDR.
9823         (generic_load): User strtoulst instead of strtoul for conversion
9824         of load_offset.
9825
9826 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9827
9828         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9829          for return address, "lr" register, saved on stack.
9830         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9831         after we invoke tilegx_analyze_prologue.
9832
9833 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9834
9835         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9836
9837 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9838
9839         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9840
9841 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9842
9843         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9844         (tilegx_write_pc): New function.
9845         (tilegx_cannot_reference_register): Return zero if REGNO
9846         is TILEGX_FAULTNUM_REGNUM.
9847         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9848         (tilegx_register_name): Add handling of "faultnum" register.
9849         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9850         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9851         handling of TILEGX_FAULTNUM_REGNUM.
9852         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9853
9854 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9855
9856         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9857         should be aligned to 64bit.
9858
9859 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9860
9861         * windows-nat.c (windows_xfer_memory): Fix debug-output
9862         for LLP64.
9863
9864 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
9865
9866         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9867         Don't check DSP register number if HAVE_DSP is not set.
9868
9869 2013-02-19  Alan Modra  <amodra@gmail.com>
9870
9871         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
9872         throughout file instead.
9873         (build_id_bfd_get): Update to use new elf_tdata build_id field.
9874         Don't xmalloc return value.
9875         (build_id_verify): Similarly.  Don't xfree.
9876         (build_id_to_debug_filename): Update.
9877         (find_separate_debug_file_by_buildid): Update, don't xfree.
9878
9879 2013-02-18  Tom Tromey  <tromey@redhat.com>
9880
9881         PR gdb/15102:
9882         * dwarf2read.c (read_subrange_type): Use result of
9883         'check_typedef'.
9884
9885 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9886
9887         * frame.c: Remove one extra white space after #include
9888         directive.
9889
9890 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9891
9892         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9893
9894 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9895
9896         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9897         and dir commands into an if block.
9898
9899 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
9900
9901         * python/py-breakpoint (struct pybp_code):  Use int instead of
9902         enum type_code.
9903
9904 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
9905             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9906
9907         * NEWS: Mention new field "trace-file".
9908         * tracepoint.c (trace_status_mi): Output "trace-file" field.
9909         (tfile_open): Record the trace file's filename in the trace
9910         status.
9911         (tfile_files_info): Mention the name of the trace file.
9912         Check the "filename" field explicitely.
9913         (trace_status_command): Explicitely check "filename" field.
9914         (trace_find_command): Ditto.
9915         (trace_find_pc_command): Ditto.
9916         (trace_find_tracepoint_command): Ditto.
9917         (trace_find_line_command): Ditto.
9918         (trace_find_range_command): Ditto.
9919         (trace_find_outside_command): Ditto.
9920         * tracepoint.h (struct trace_status) <from_file>: Rename it
9921         to "filename" and make it hold the trace file's filename
9922         instead of a boolean.
9923         * remote.c (remote_get_trace_status): Initialize "filename"
9924         field with NULL instead of 0.
9925
9926 2013-02-15  Yao Qi  <yao@codesourcery.com>
9927
9928         * remote.c: Fix a typo.
9929
9930 2013-02-14  Pierre Muller  <muller@sourceware.org>
9931
9932         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9933
9934 2013-02-14  Pedro Alves  <palves@redhat.com>
9935
9936         * utils.c (savestring): Don't #undef it.  Move function to
9937         common/common-utils.c.
9938         * common/common-utils.c: Include gdb_string.h.
9939         (savestring): Move here from utils.c.
9940         * common/common-utils.h (savestring): Declare.
9941
9942 2013-02-14  Pedro Alves  <palves@redhat.com>
9943
9944         * utils.c (savestring): Rename parameter 'size' to 'len'.
9945
9946 2013-02-14  Pedro Alves  <palves@redhat.com>
9947             Yufeng Zhang  <yufeng.zhang@arm.com>
9948
9949         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9950         (aarch64_inferior_data, struct aarch64_inferior_data):
9951         Delete.
9952         (struct aarch64_process_info): New.
9953         (aarch64_process_list): New global.
9954         (aarch64_find_process_pid, aarch64_add_process)
9955         (aarch64_process_info_get): New functions.
9956         (aarch64_inferior_data_get): Delete.
9957         (aarch64_process_info_get): New function.
9958         (aarch64_forget_process): New function.
9959         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
9960         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9961         aarch64_get_debug_reg_state.
9962         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9963         instead of linux_nat_iterate_watchpoint_lwps.
9964         (aarch64_linux_new_fork): New function.
9965         (aarch64_linux_child_post_startup_inferior): Use
9966         aarch64_forget_process instead of aarch64_init_debug_reg_state.
9967         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9968         (aarch64_linux_remove_hw_breakpoint)
9969         (aarch64_handle_aligned_watchpoint)
9970         (aarch64_handle_unaligned_watchpoint)
9971         (aarch64_linux_insert_watchpoint)
9972         (aarch64_linux_remove_watchpoint)
9973         (aarch64_linux_stopped_data_address): Adjust to pass the current
9974         process id to aarch64_debug_reg_state.
9975         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9976         linux_nat_new_fork hook, and aarch64_forget_process as
9977         linux_nat_forget_process hook; remove the call to
9978         register_inferior_data_with_cleanup.
9979
9980 2013-02-14  Pedro Alves  <palves@redhat.com>
9981
9982         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9983         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9984         lval_memory.
9985
9986 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
9987             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9988
9989         * tracepoint.h (validate_trace_state_variable_name): Declare.
9990         * tracepoint.c (validate_trace_state_variable_name): New.
9991         (trace_variable_command): Parse the trace state variable's name
9992         without using parse_expression.  Do several validations.
9993         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9994         trace state variable's name with parse_expression.  Validate it.
9995
9996 2013-02-14  Yao Qi  <yao@codesourcery.com>
9997
9998         * infcmd.c (breakpoint_proceeded): Remove it.
9999
10000 2013-02-14  Yao Qi  <yao@codesourcery.com>
10001
10002         * tracepoint.c (end_actions_pseudocommand): Make it static.
10003         (while_stepping_pseudocommand): Likewise.
10004         * tracepoint.h (end_actions_pseudocommand): Remove the
10005         declaration.
10006         (while_stepping_pseudocommand): Likewise.
10007
10008 2013-02-14  Yao Qi  <yao@codesourcery.com>
10009
10010         * cli/cli-decode.c (help_cmd): Remove the declaration of
10011         "cmdlist".
10012         (help_all): Likewise.
10013
10014 2013-02-13  Pedro Alves  <palves@redhat.com>
10015
10016         * amd64-linux-nat.c (update_debug_registers_callback):
10017         Update comment.
10018         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10019         iterate_over_lwps.
10020         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
10021         i386_debug_reg_state.
10022         (amd64_linux_new_fork): New function.
10023         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
10024         linux_nat_new_fork hook, and i386_forget_process as
10025         linux_nat_forget_process hook.
10026         * i386-linux-nat.c (update_debug_registers_callback):
10027         Update comment.
10028         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10029         iterate_over_lwps.
10030         (i386_linux_prepare_to_resume): Pass the lwp's pid to
10031         i386_debug_reg_state.
10032         (i386_linux_new_fork): New function.
10033         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
10034         linux_nat_new_fork hook, and i386_forget_process as
10035         linux_nat_forget_process hook.
10036         * i386-nat.c (i386_init_dregs): Delete.
10037         (i386_inferior_data, struct i386_inferior_data):
10038         Delete.
10039         (struct i386_process_info): New.
10040         (i386_process_list): New global.
10041         (i386_find_process_pid, i386_add_process, i386_process_info_get):
10042         New functions.
10043         (i386_inferior_data_get): Delete.
10044         (i386_process_info_get): New function.
10045         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
10046         (i386_forget_process): New function.
10047         (i386_cleanup_dregs): Rewrite.
10048         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
10049         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
10050         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10051         (i386_remove_hw_breakpoint): Adjust to pass the current process id
10052         to i386_debug_reg_state.
10053         (i386_use_watchpoints): Don't register inferior data.
10054         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
10055         adjust comment.
10056         (i386_forget_process): Declare.
10057         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
10058         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
10059         New static globals.
10060         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
10061         (add_initial_lwp): New, factored out from ...
10062         (add_lwp): ... this.  Don't check the number of lwps before
10063         calling linux_nat_new_thread.
10064         (linux_nat_iterate_watchpoint_lwps): Delete.
10065         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
10066         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
10067         forks and vforks.
10068         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
10069         initial lwp.
10070         (linux_nat_kill, linux_nat_mourn_inferior): Call
10071         linux_nat_forget_process.
10072         (linux_nat_set_new_fork, linux_nat_set_forget_process)
10073         (linux_nat_forget_process): New functions.
10074         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
10075         type.
10076         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
10077         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
10078         types.
10079         (linux_nat_set_new_fork, linux_nat_set_forget_process)
10080         (linux_nat_forget_process): New declarations.
10081
10082         * amd64fbsd-nat.c (super_mourn_inferior): New global.
10083         (amd64fbsd_mourn_inferior): New function.
10084         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
10085         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
10086
10087 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10088
10089         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
10090         Adding _().
10091
10092 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10093
10094         * aarch64-linux-nat.c (debug_reg_change_callback)
10095         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
10096         %s and phex().
10097
10098 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10099
10100         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
10101         with LONGEST.
10102
10103 2013-02-13  Pedro Alves  <palves@redhat.com>
10104             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10105
10106         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
10107
10108 2013-02-12  Tom Tromey  <tromey@redhat.com>
10109
10110         PR symtab/11464:
10111         * c-exp.y (lex_one_token): Initialize other fields of yylval on
10112         NAME return.
10113         (classify_inner_name): Remove 'first_name' argument, add
10114         'context'.  Remove unused variable.
10115         (yylex): Explicitly maintain the context type.  Exit loop earlier
10116         if NAME result is seen.
10117
10118 2013-02-12  Pedro Alves  <palves@redhat.com>
10119
10120         * amd64-darwin-tdep.c: Add (C) after Copyright.
10121         * cli/cli-cmds.h: Ditto.
10122         * cli/cli-decode.c: Ditto.
10123         * cli/cli-decode.h: Ditto.
10124         * cli/cli-dump.c: Ditto.
10125         * cli/cli-dump.h: Ditto.
10126         * cli/cli-interp.c: Ditto.
10127         * cli/cli-logging.c: Ditto.
10128         * cli/cli-script.c: Ditto.
10129         * cli/cli-script.h: Ditto.
10130         * cli/cli-setshow.c: Ditto.
10131         * cli/cli-setshow.h: Ditto.
10132         * cli/cli-utils.c: Ditto.
10133         * cli/cli-utils.h: Ditto.
10134         * config/alpha/nm-osf3.h: Ditto.
10135         * config/djgpp/djconfig.sh: Ditto.
10136         * config/i386/nm-fbsd.h: Ditto.
10137         * config/i386/nm-i386gnu.h: Ditto.
10138         * config/nm-linux.h: Ditto.
10139         * config/nm-nto.h: Ditto.
10140         * config/rs6000/nm-rs6000.h: Ditto.
10141         * config/sparc/nm-sol2.h: Ditto.
10142         * darwin-nat-info.c: Ditto.
10143         * dfp.c: Ditto.
10144         * dfp.h: Ditto.
10145         * gdb-demangle.h: Ditto.
10146         * i386-darwin-nat.c: Ditto.
10147         * i386-darwin-tdep.c: Ditto.
10148         * linux-fork.h: Ditto.
10149         * m32c-tdep.c: Ditto.
10150         * microblaze-linux-tdep.c: Ditto.
10151         * microblaze-rom.c: Ditto.
10152         * microblaze-tdep.c: Ditto.
10153         * microblaze-tdep.h: Ditto.
10154         * mips-linux-tdep.h: Ditto.
10155         * ppc-ravenscar-thread.c: Ditto.
10156         * ppc-ravenscar-thread.h: Ditto.
10157         * prologue-value.c: Ditto.
10158         * prologue-value.h: Ditto.
10159         * ravenscar-thread.c: Ditto.
10160         * ravenscar-thread.h: Ditto.
10161         * sparc-ravenscar-thread.c: Ditto.
10162         * sparc-ravenscar-thread.h: Ditto.
10163         * tilegx-linux-tdep.c: Ditto.
10164         * unwind_stop_reasons.def: Ditto.
10165         * windows-nat.h: Ditto.
10166         * xtensa-linux-tdep.c: Ditto.
10167         * xtensa-xtregs.c: Ditto.
10168         * regformats/regdat.sh: Ditto.
10169         * regformats/regdef.h: Ditto.
10170
10171 2013-02-12  Pedro Alves  <palves@redhat.com>
10172
10173         * break-catch-sig.c: Update copyright years.
10174
10175 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
10176
10177         Add support for a destructor for ui_out data and use it to
10178         provide a ui_out destructor.
10179         * ui-out.h: Declare the new ui_out destructor.
10180         (ui_out_impl): Add a field for data destructor in ui_out_impl.
10181         * ui-out.c (default_data_destroy): Add a default data destructor
10182         which does nothing.
10183         (default_ui_out_impl): Set the new data_destroy field to
10184         default_data_destroy
10185         (uo_data_destroy): Local function which invokes the data
10186         destructor if present.
10187         (clear_table): Local function which clears the table data of a
10188         ui_out object.
10189         (ui_out_destroy): Public function which frees a ui_out object.
10190         (ui_out_table_end): Use the new clear_table function.
10191         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10192         NULL.
10193         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10194         to NULL.
10195
10196 2013-02-11  Doug Evans  <dje@google.com>
10197
10198         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10199         (printf_decfloat): New function.  Broken out from ui_printf.
10200         Remove unnecessary code to shift the entire format string down.
10201         (printf_pointer): New function.
10202         (ui_printf): Code to print C strings, wide C strings, decfloats,
10203         and pointers moved to separate functions.
10204
10205 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10206
10207         * valops.c (value_assign): Handling bitfield offset in
10208         `lval_internalvar_component' case.
10209
10210 2013-02-08  Doug Evans  <dje@google.com>
10211
10212         * common/format.c (parse_format_string): Fix whitespace.
10213
10214 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
10215
10216         * stack.c (return_command): Work around uninitialized variable
10217         warning.
10218
10219 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
10220
10221         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10222         number of the registers from 36 to 34.
10223
10224 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10225
10226         * NEWS: Mention new AArch64 native and target support.
10227
10228 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10229
10230         * MAINTAINERS (Write After Approval): Add myself.
10231
10232 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
10233             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10234             Nigel Stephens  <nigel.stephens@arm.com>
10235             Yufeng Zhang  <yufeng.zhang@arm.com>
10236
10237         * aarch64-linux-nat.c: New file.
10238         * config/aarch64/linux.mh: New file.
10239         * configure.host: Add AArch64.
10240         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10241
10242 2013-02-07  Doug Evans  <dje@google.com>
10243
10244         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10245         disassemble command.
10246
10247 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10248
10249         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10250         set_gdbarch_fetch_tls_load_module_address.
10251
10252 2013-02-06  David S. Miller  <davem@davemloft.net>
10253
10254         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10255         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10256         * value.c (struct_return_convention): New function.
10257         (using_struct_return): Implement in terms of struct_return_convention.
10258         * value.h (struct_return_convention): Declare.
10259         * stack.c (return_command): Allow successful overriding of the return
10260         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10261
10262 2013-02-06  Tom Tromey  <tromey@redhat.com>
10263
10264         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10265         outside of TRY_CATCH.
10266
10267 2013-02-06  Yao Qi  <yao@codesourcery.com>
10268
10269         * mi/mi-interp.c: Include "tracepoint.h".
10270         (mi_tsv_modified): Declare.
10271         (mi_tsv_created, mi_tsv_deleted): Update declaration.
10272         (mi_interpreter_init): Call observer_attach_tsv_modified.
10273         (mi_tsv_modified): New.
10274         (mi_tsv_created, mi_tsv_deleted): Update.
10275         * tracepoint.c (trace_variable_command): Call
10276         observer_notify_tsv_modified if the initial value of tsv is
10277         changed.
10278         (delete_trace_state_variable): Call
10279         observer_notify_tsv_deleted earlier.
10280         (trace_variable_command): Caller update.
10281         (create_tsv_from_upload): Likewise.
10282         * observer.sh: Declare "struct trace_state_variable".
10283
10284         * NEWS: Mention the new MI notification "=tsv-modified".
10285
10286 2013-02-05  Doug Evans  <dje@google.com>
10287
10288         * completer.c (location_completer): Fix typo in comment.
10289
10290 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10291
10292         * breakpoint.c (add_location_to_breakpoint): Insert the location with
10293         ADDRESS sorted.
10294
10295 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10296
10297         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10298         Refactor if statement to avoid trailing || operator.
10299
10300 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
10301
10302         * NEWS: Add PowerPC FreeBSD as a new native configuration.
10303
10304 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
10305
10306         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10307         * configure.host: Add powerpc*-*-freebsd* target.
10308         * configure.tgt: Add target info for powerpc*-*-freebsd*.
10309         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10310         * config/powerpc/fbsd.mh: New file.
10311
10312 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
10313             Denys Vlasenko  <dvlasenk@redhat.com>
10314             Pedro Alves  <palves@redhat.com>
10315
10316         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10317         (struct elf_internal_linux_prpsinfo): Forward declare.
10318         * gdbarch.h, gdbarch.c: Regenerate.
10319         * linux-tdep.c: Include `cli/cli-utils.h'.
10320         (linux_fill_prpsinfo): New function.
10321         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
10322         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10323         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10324         depending on gdbarch pointer bitness.
10325         * ppc-linux-tdep.c: Include elf-bfd.h.
10326         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10327         on 32-bit.
10328
10329 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10330             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10331             Nigel Stephens  <nigel.stephens@arm.com>
10332             Yufeng Zhang  <yufeng.zhang@arm.com>
10333
10334         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10335
10336 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10337             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10338             Nigel Stephens  <nigel.stephens@arm.com>
10339             Yufeng Zhang  <yufeng.zhang@arm.com>
10340
10341         * aarch64-newlib-tdep.c: New file.
10342         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10343         aarch64*-*-elf.
10344         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10345         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
10346         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
10347         * osabi.c (gdb_osabi_names): Add "Newlib".
10348
10349 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10350             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10351             Nigel Stephens  <nigel.stephens@arm.com>
10352             Yufeng Zhang  <yufeng.zhang@arm.com>
10353
10354         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10355         (ALLDEPFILES): Add aarch64-linux-tdep.c.
10356         * aarch64-linux-tdep.c: New file.
10357         * aarch64-linux-tdep.h: New file.
10358         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10359         * configure.tgt: Add aarch64-none-linux-gnu.
10360
10361 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10362             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10363             Nigel Stephens  <nigel.stephens@arm.com>
10364             Yufeng Zhang  <yufeng.zhang@arm.com>
10365
10366         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10367         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10368         (ALLDEPFILES): Add aarch64-tdep.c.
10369         * aarch64-tdep.c: New file.
10370         * aarch64-tdep.h: New file.
10371         * configure.tgt: Add AArch64.
10372         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10373         (aarch64-expedite): New definition.
10374         * features/aarch64-core.xml: New file.
10375         * features/aarch64-fpu.xml: New file.
10376         * features/aarch64-without-fpu.c: New file (generated).
10377         * features/aarch64-without-fpu.xml: New file.
10378         * features/aarch64.c: New file (generated).
10379         * features/aarch64.xml: New file.
10380         * regformats/aarch64-without-fpu.dat: New file (generated).
10381         * regformats/aarch64.dat: New file (generated).
10382
10383 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10384
10385         * contrib/expect-read1.c: New file.
10386         * contrib/expect-read1.sh: New file.
10387
10388 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10389
10390         * dwarf2read.c (file_file_name): New function with code from
10391         file_full_name.
10392         (file_full_name): Move most of the code to file_file_name.
10393         (macro_start_file): Rename variable full_name to file_name and use
10394         file_file_name for it.  Add comp_dir parameter to new_macro_table.
10395         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
10396         macro_source_file->filename access by macro_source_fullname call.
10397         * macroscope.c (_initialize_macroscope): Update the new_macro_table
10398         caller.
10399         * macrotab.c (struct macro_table): New field comp_dir.
10400         (macro_include): New variables link_fullname and source_fullname.
10401         Replace any macro_source_file->filename access by macro_source_fullname
10402         call.
10403         (macro_lookup_inclusion): Remove the partial filenames checking code.
10404         (check_for_redefinition): New variables source_fullname and
10405         found_key_fullname.  Replace any macro_source_file->filename access by
10406         macro_source_fullname call.
10407         (macro_undef): New variables source_fullname and key_fullname.  Replace
10408         any macro_source_file->filename access by macro_source_fullname call.
10409         (macro_lookup_definition): New variables retval and source_fullname.
10410         Replace any macro_source_file->filename access by macro_source_fullname
10411         call.
10412         (foreach_macro): New variable key_fullname.  Replace any
10413         macro_source_file->filename access by macro_source_fullname call.
10414         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
10415         macro_source_file->filename access by macro_source_fullname call.
10416         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
10417         (macro_source_fullname): New function.
10418         * macrotab.h (struct macro_source_file): Extent the filename field
10419         comment.
10420         (new_macro_table): New parameter comp_dir, add a comment for it.
10421         (macro_source_fullname): new declaration.
10422
10423 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10424
10425         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10426         this_real_name to outer block.  Use it also for
10427         compare_filenames_for_search.
10428         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
10429         with dw2_get_real_path for file_matcher, considering also
10430         BASENAMES_MAY_DIFFER.
10431         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10432
10433 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10434
10435         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10436         to the file_matcher parameter.  Pass 0 to it.
10437         (dwarf2_create_include_psymtab): Copy also DIRNAME.
10438         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10439         NULL psymtab_to_fullname result.
10440         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
10441         an expected filename instead.
10442         (expand_symtabs_matching_via_partial): Add basenames parameter to the
10443         file_matcher parameter.  Call also psymtab_to_fullname, after newly
10444         considering BASENAMES_MAY_DIFFER.
10445         * source.c (rewrite_source_path): Remove static.
10446         * source.h (rewrite_source_path): New declaration.
10447         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10448         the expand_symtabs_matching field.  Comment it.
10449         * symtab.c (file_matches): New function comment.  Add parameter
10450         basenames, implement it.
10451         (search_symbols_file_matches): Add basenames parameter.  Update the
10452         file_matches caller.
10453         (search_symbols): Match FILES also against symtab_to_fullname.
10454         Optimize it for BASENAMES_MAY_DIFFER.
10455
10456 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10457
10458         * source.c (print_source_lines_base): Print for TUI also "fullname".
10459         * tui/tui-data.c (init_content_element): Change tui_locator_element
10460         field to full_name.
10461         * tui/tui-data.h (struct tui_locator_element): Likewise.
10462         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10463         tui_update_locator_filename calls to tui_update_locator_fullname.
10464         Replace symtab->filename refererence by symtab_to_fullname call.
10465         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10466         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10467         field to full_name.  Replace symtab->filename refererence by
10468         symtab_to_fullname call.
10469         (tui_show_symtab_source): Rename parameter to fullname.  Change
10470         tui_locator_element field to full_name.
10471         * tui/tui-stack.c: Include source.h.
10472         (tui_set_locator_filename): Rename the declaration to ...
10473         (tui_set_locator_fullname): ... here.  Rename its parameter to
10474         fullname, updates its comment.
10475         (tui_set_locator_info): Rename its parameter to fullname.
10476         (tui_set_locator_filename): Rename the definition to ...
10477         (tui_set_locator_fullname): ... here.  Rename its parameter to
10478         fullname, updates its comment.  Change tui_locator_element field to
10479         full_name.
10480         (tui_set_locator_info): Rename its parameter to fullname.
10481         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10482         (tui_update_locator_filename): Rename to ...
10483         (tui_update_locator_fullname): ... here. Rename callee to
10484         tui_set_locator_fullname.
10485         (tui_show_frame_info): Replace symtab->filename refererence by
10486         symtab_to_fullname call.
10487         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10488         (tui_update_locator_fullname): ... here.
10489         * tui/tui-winsource.c (tui_display_main): Rename the callee to
10490         tui_update_locator_fullname.  Replace symtab->filename refererence by
10491         symtab_to_fullname call.
10492         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10493         Rename the callee to tui_update_locator_fullname.
10494         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10495
10496 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10497
10498         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10499         by symtab_to_filename_for_display calls.
10500         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10501         (clear_command): New variable sal_fullname, initialize it.  Replace
10502         compare_filenames_for_search by filename_cmp with sal_fullname.
10503         (say_where, update_static_tracepoint): Replace symtab->filename
10504         refererences by symtab_to_filename_for_display calls.
10505         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10506         Likewise.
10507         * dwarf2read.c: Include source.h.
10508         (fixup_go_packaging): Replace symtab->filename refererences by
10509         symtab_to_filename_for_display calls.
10510         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10511         Replace symtab->filename refererences by symtab_to_filename_for_display
10512         calls.
10513         (create_sals_line_offset, convert_linespec_to_sals): New variable
10514         fullname, initialize it, replace symtab->filename reference by the
10515         variable.
10516         * linux-fork.c: Include source.h.
10517         (info_checkpoints_command): Replace symtab->filename refererences by
10518         symtab_to_filename_for_display calls.
10519         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10520         by symtab_to_filename_for_display calls.
10521         * mdebugread.c: Include source.h.
10522         (psymtab_to_symtab_1): Replace symtab->filename refererences by
10523         symtab_to_filename_for_display calls.
10524         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10525         (mi_cmd_file_list_exec_source_files): Likewise.
10526         * printcmd.c: Include source.h.
10527         (build_address_symbolic): Replace symtab->filename refererences by
10528         symtab_to_filename_for_display calls.
10529         * psymtab.c (partial_map_symtabs_matching_filename)
10530         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10531         with psymtab_to_fullname.
10532         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10533         by symtab_to_filename_for_display calls.
10534         (stpy_get_filename): New variable filename, initialize it, use instead
10535         of symtab->filename refererences.
10536         (salpy_str): Make variable filename const char *.  Replace
10537         symtab->filename refererences by symtab_to_filename_for_display calls.
10538         * skip.c: Include source.h and filenames.h.
10539         (skip_file_command): Remove const from the symtab variable.  Replace
10540         symtab->filename refererences by symtab_to_fullname call.
10541         (function_name_is_marked_for_skip): New variables searched_for_fullname
10542         and fullname.  Use them to search also with symtab's fullname.
10543         * source.c (find_source_lines): Replace symtab->filename refererences
10544         by symtab_to_filename_for_display calls.
10545         (print_source_lines_base): New variable filename, use it instead of
10546         symtab->filename.  Replace symtab->filename refererences by
10547         symtab_to_filename_for_display calls.
10548         (line_info, forward_search_command): Replace symtab->filename
10549         refererences by symtab_to_filename_for_display calls.
10550         (reverse_search_command): Replace symtab->filename refererences by
10551         symtab_to_filename_for_display calls.  New variable filename for it.
10552         * stack.c (frame_info): Likewise.
10553         * symmisc.c: Include source.h.
10554         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10555         (maintenance_info_symtabs): Replace symtab->filename refererences by
10556         symtab_to_filename_for_display calls.
10557         * symtab.c (iterate_over_some_symtabs): Call
10558         compare_filenames_for_search also with symtab_to_fullname.
10559         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10560         symtab->filename refererences by symtab_to_filename_for_display calls.
10561         (find_line_symtab): Replace symtab->filename refererences by
10562         symtab_to_filename_for_display calls.
10563         (file_matches): Replace filename_cmp by compare_filenames_for_search.
10564         (print_symbol_info): Make the last parameter const char *.  New
10565         variable s_filename.  Use it in the function.
10566         (symtab_symbol_info): Make the last_filename variable const char *.
10567         Replace symtab->filename refererences by symtab_to_filename_for_display
10568         calls.
10569         (rbreak_command): New variable fullname.  Use it.  Replace
10570         symtab->filename refererence by symtab_to_filename_for_display call.
10571         * tracepoint.c (set_traceframe_context, trace_find_line_command)
10572         (print_one_static_tracepoint_marker): Replace symtab->filename
10573         refererences by symtab_to_filename_for_display calls.
10574         * tui/tui-source.c (tui_set_source_content): New variables filename and
10575         s_filename.  Replace symtab->filename refererences by this variable.
10576         Replace other symtab->filename refererences by
10577         symtab_to_filename_for_display calls.
10578
10579 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10580             Jan Kratochvil  <jan.kratochvil@redhat.com>
10581
10582         Add a new variable that controls a way in which filenames are
10583         displayed.
10584         * NEWS (set filename-display): New entry.
10585         * source.c (filename_display_basename, filename_display_relative)
10586         (filename_display_absolute, filename_display_kind_names)
10587         (filename_display_string, show_filename_display_string)
10588         (symtab_to_filename_for_display): New.
10589         (_initialize_source): Added initialization of 'filename-display'
10590         variable.
10591         * source.h (symtab_to_filename_for_display): Added declaration.
10592         * stack.c (print_frame): Added new variable and calling of a new
10593         function and condition with this variable. Changed third argument of
10594         calling of a function.
10595
10596 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10597
10598         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10599         Rename field reference filename to fullname.
10600         * tui/tui-data.h (struct tui_source_info): Rename field filename to
10601         fullname.  New comment for it.
10602         * tui/tui-source.c (tui_set_source_content): Rename field reference
10603         filename to fullname.  Initialize field by symtab_to_fullname now.
10604         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10605         reference filename to fullname.  Use symtab_to_fullname during
10606         comparison.
10607
10608 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10609
10610         Code cleanup.
10611         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10612         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
10613         filename to fullname.  Rename variable this_name to this_fullname.
10614         Lowercase FILENAME_CMP call.
10615         (dw2_find_symbol_file): New comment for the returned string.
10616         (dwarf2_gdb_index_functions): Rename the function to
10617         dw2_expand_symtabs_with_fullname.
10618         * psymtab.c (read_psymtabs_with_filename): Rename to ...
10619         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
10620         fullname.
10621         (psym_functions): Rename the function to read_psymtabs_with_fullname.
10622         * symfile.h (struct quick_symbol_functions): Rename field
10623         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10624         parameter filename to fullname.  Document returned string meaning for
10625         find_symbol_file.
10626         * symtab.c (find_line_symtab): Rename the called function to
10627         expand_symtabs_with_fullname.
10628
10629 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10630
10631         Code cleanup.
10632         * breakpoint.c (clear_command): Remove variable is_abs, unify the
10633         call of filename_cmp with compare_filenames_for_search.
10634         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10635         is_abs, unify the call of FILENAME_CMP with
10636         compare_filenames_for_search.  New gdb_asserts for real_path and name.
10637         Unify the call of compare_filenames_for_search with FILENAME_CMP.
10638         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10639         * symfile.h (struct quick_symbol_functions): Extend the comment for
10640         map_symtabs_matching_filename.
10641         * symtab.c (compare_filenames_for_search): Remove the function comment
10642         relative path requirement.  Handle absolute filenames, with a comment.
10643         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10644         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
10645         real_path and name.  Unify the call of compare_filenames_for_search
10646         with FILENAME_CMP.
10647         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10648
10649 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10650
10651         Code cleanup.
10652         * breakpoint.c (print_breakpoint_location): Replace bp_location field
10653         source_file references by symtab field references.  Remove variables
10654         sal and fullname.
10655         (momentary_breakpoint_from_master, add_location_to_breakpoint):
10656         (clear_command, say_where): Replace bp_location field source_file
10657         references by symtab field references.
10658         (bp_location_dtor): Remove the source_file reference.
10659         (update_static_tracepoint): Replace bp_location field source_file
10660         references by symtab field references.
10661         (breakpoint_free_objfile): New function.
10662         * breakpoint.h (struct bp_location): Extend the comment for line_number.
10663         Replace the field source_file by field symtab, extend its comment.
10664         (breakpoint_free_objfile): New declaration.
10665         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10666         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10667         field source_file references by symtab field references.
10668
10669 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10670
10671         Replace xfullpath calls by gdb_realpath calls.
10672         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10673         function comment.
10674         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10675         Remove it from the iterate_over_some_symtabs call.
10676         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10677         Remove it from the dw2_map_expand_apply calls, remove a block handling
10678         it.
10679         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10680         Remove it from the iterate_over_some_symtabs call.
10681         (partial_map_symtabs_matching_filename): Remove parameter full_path.
10682         Remove it from the partial_map_expand_apply calls, remove a block
10683         handling it.  Drop gdb_realpath call and cleanups from the real_path
10684         handling.
10685         * source.c (openp): Drop the comment part about xfullpath.  Replace
10686         xfullpath calls by gdb_realpath calls.
10687         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10688         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10689         from method map_symtabs_matching_filename and its comment.
10690         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10691         gdb_realpath call.
10692         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10693         remove it also from the function comment, remove a block handling it.
10694         Drop gdb_realpath call and cleanups from the real_path handling.
10695         (iterate_over_symtabs): Drop variable full_path and its use.
10696         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10697         * utils.c (xfullpath): Remove.
10698         * utils.h (xfullpath): Remove.
10699
10700 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
10701
10702         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10703         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10704         (ALLDEPFILES): Add ppc64-tdep.c.
10705         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10706         ppc64-tdep.o to gdb_target_obs.
10707         * ppc64-tdep.h: New file.
10708         * ppc64-tdep.c: New file.
10709         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10710         ppc-linux-tdep.c to here.
10711         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10712         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10713         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10714         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10715         from ppc-linux-tdep.c to here.
10716         (ppc64_convert_from_func_ptr_addr): Rename from
10717         ppc64_linux_convert_from_func_ptr_addr to
10718         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10719         here.
10720         * rs6000-tdep.c:
10721         (read_insn): Move from ppc-linux-tdep.c to here.
10722         (insns_match_pattern, insn_d_field, insn_ds_field): Move
10723         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10724         * ppc-linux-tdep.c: Include ppc64-tdep.h.
10725         Removed above functions.
10726         (ppc_linux_init_abi): Adjust.
10727
10728 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10729
10730         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10731
10732 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10733
10734         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10735
10736 2013-02-01  Pedro Alves  <palves@redhat.com>
10737
10738         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10739         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10740
10741 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10742
10743         * elfread.c (elf_symfile_read): Limit separate debug info additions to
10744         files with no separate debug info.
10745         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10746         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10747         only for files with no separate debug info.
10748
10749 2013-01-31  Tom Tromey  <tromey@redhat.com>
10750
10751         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10752         change type.
10753         (struct jit_program_space_data): Rename from jit_inferior_data.
10754         Update comments.
10755         (get_jit_program_space_data): Rename from get_jit_inferior_data.
10756         Change return type.  Attach data to program space.
10757         (jit_program_space_data_cleanup): Rename from
10758         jit_inferior_data_cleanup; change argument type.
10759         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10760         change type.
10761         (jit_register_code): Update.
10762         (jit_update_inferior_cache): Remove.
10763         (jit_breakpoint_deleted): Get jit data from the location's program
10764         space.
10765         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10766         'ps_data', change type.
10767         (jit_inferior_init, jit_breakpoint_re_set_internal)
10768         (jit_event_handler): Update.
10769         (free_objfile_data): Get data from objfile's program space.
10770         (_initialize_jit): Update.
10771
10772 2013-01-31  Tom Tromey  <tromey@redhat.com>
10773
10774         PR gdb/13987:
10775         * jit.c (struct jit_inferior_data) <cached_code_address,
10776         jit_breakpoint>: New fields.
10777         (jit_breakpoint_re_set_internal): Fix logging.  Only create
10778         breakpoint if cached address has changed.
10779         (jit_update_inferior_cache, jit_breakpoint_deleted): New
10780         functions.
10781         (_initialize_jit): Register breakpoint deleted observer.
10782
10783 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10784
10785         * infrun.c (handle_syscall_event): Remove unused gdbarch.
10786         (save_infcall_suspend_state): Ifdef out unused inf.
10787         (restore_infcall_suspend_state): Ifdef out unused inf.
10788         * jit.c (jit_register_code): Remove unused i, b, inf_data.
10789         (jit_frame_sniffer): Remove unused inf_data.
10790
10791 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10792
10793         * c-exp.y (classify_inner_name): Remove unused type.
10794         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10795         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10796         need_escape.
10797         (c_get_string): Remove unused kind.
10798         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10799
10800 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10801
10802         * charset.c (intermediate_encoding): Remove unused i.
10803         * completer.c (signal_completer): Remove unused i.
10804         * continuations.c (discard_my_continuations_1): Remove unused
10805         continuation_ptr.
10806         * corelow.c (core_close): Remove unuseD name.
10807         (get_core_siginfo): Remove unused pid.
10808         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10809         i, cps.
10810         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10811         (loclist_describe_location): Remove unused first.
10812         * event-top.c (command_line_handler): Remove unused got_eof.
10813         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10814         (resize_section_table): Remove unused old_value.
10815         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10816         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10817         * i386-tdep.c (i386_process_record): Remove unused rex.
10818         * infcmd.c (get_return_value): Remove unused uiout.
10819         * jv-lang.c (type_from_class): Remove unused is_array.
10820         * jv-valprint.c (java_val_print): Remove unused i.
10821         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10822         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10823         * m2-typeprint.c (m2_print_type): Remove unused code.
10824         * macroexp.c (get_character_constant): Remove unused body_start.
10825         (macro_stringify): Remove unused result.
10826         * objc-lang.c (find_methods): Remove unused gdbarch.
10827         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10828         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10829         * stack.c (print_frame_args): Remove unused summary.
10830         * thread.c (thread_apply_command): Remove unused p.
10831         * valarith.c (value_x_unop): Remove unused mangle_ptr.
10832         * valops.c (search_struct_method): Remove unused skip.
10833         * valprint.c (generic_val_print): Remove unused byte_order.
10834         * varobj.c (varobj_update): Remove unused changed.
10835         * cli/cli-cmds.c (complete_command): Remove unused next_item.
10836         (alias_command): Remove unused c.
10837         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10838         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10839         format.
10840         (mi_cmd_data_write_memory): Remove unused word_format.
10841         (mi_cmd_data_write_memory_bytes): Remove unused r.
10842         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10843         p_start, p_end.
10844         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10845         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10846         line_width.
10847
10848 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10849
10850         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10851         * symtab.c (iterate_over_symtabs): Remove unused s.
10852         (find_pc_sect_symtab): Remove unused pspAce.
10853         (find_pc_sect_line): Remove unused alt_symtab.
10854         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10855         (completion_list_add_name): Remove unused newsize.
10856
10857 2013-01-31  Tom Tromey  <tromey@redhat.com>
10858
10859         PR c++/14998:
10860         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10861         TYPE_CODE_FUNC.
10862
10863 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10864
10865         * target.c (target_read_string): Remove unused origlen.
10866
10867 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10868
10869         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10870         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10871         * ax-general.c (ax_print): Remove unused is_float.
10872         * blockframe.c (block_innermost_frame): Remove unused start, end.
10873         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10874
10875 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10876
10877         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10878         (svr4_read_so_list): Remove unused lmo.
10879         * solib-target.c (solib_target_relocate_section_addresses): Remove
10880         unused flags.
10881
10882 2013-01-30  Tom Tromey  <tromey@redhat.com>
10883
10884         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10885
10886 2013-01-30  Tom Tromey  <tromey@redhat.com>
10887
10888         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10889         * utils.c (gnu_debuglink_crc32): Remove.
10890         * utils.h (gnu_debuglink_crc32): Don't declare.
10891
10892 2013-01-30  Tom Tromey  <tromey@redhat.com>
10893
10894         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10895         (read_structure_type, read_enumeration_type): Remove cast.
10896
10897 2013-01-30  Tom Tromey  <tromey@redhat.com>
10898
10899         * dwarf2read.c (read_namespace_type): Remove cast.
10900         (read_typedef): Likewise.
10901
10902 2013-01-29  Tom Tromey  <tromey@redhat.com>
10903
10904         * dwarf2read.c (free_dwo_file): Remove assert.
10905
10906 2013-01-29  Tom Tromey  <tromey@redhat.com>
10907
10908         * value.c (deprecated_set_value_modifiable): Remove.
10909         * value.h (deprecated_set_value_modifiable): Remove.
10910
10911 2013-01-28  Doug Evans  <dje@google.com>
10912
10913         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10914         to addresses from dwo files.
10915
10916 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
10917
10918         * valops.c (find_overload_match): Remove unused argument 'lax'.
10919         * value.h: Remove unused argument 'lax' from the declaration of
10920         find_overload_match.
10921         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10922         to find_overload_match.
10923         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10924         argument to find_overload_match.
10925
10926 2013-01-25  Tom Tromey  <tromey@redhat.com>
10927
10928         * dwarf2read.c (processing_has_namespace_info): Remove.
10929         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10930         (process_die, read_func_scope, dwarf2_start_symtab)
10931         (new_symbol_full): Update.
10932
10933 2013-01-25  Tom Tromey  <tromey@redhat.com>
10934
10935         * cp-namespace.c (cp_set_block_scope): Remove.
10936         * cp-support.h (cp_set_block_scope): Remove.
10937         * dbxread.c: Include block.h.
10938         (cp_set_block_scope): New function.
10939         (process_one_symbol): Update.
10940         * dwarf2read.c (read_func_scope): Use block_set_scope.
10941
10942 2013-01-25  Pedro Alves  <palves@redhat.com>
10943
10944         * remote.c (add_current_inferior_and_thread): Tweak comment.
10945
10946 2013-01-25  Tom Tromey  <tromey@redhat.com>
10947
10948         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10949         (cp_add_using_directive): Add 'copy_names' argument.
10950         * cp-support.h (cp_add_using_directive): Update.
10951         (struct using_direct) <import_src, import_dest, alias,
10952         declaration>: Now const.
10953         * dwarf2read.c (read_import_statement): Use obconcat.
10954         Don't copy names passed to cp_add_using_directive.
10955
10956 2013-01-25  Tom Tromey  <tromey@redhat.com>
10957
10958         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10959
10960 2013-01-25  Pedro Alves  <palves@redhat.com>
10961
10962         * remote.c (stop_reply_extract_thread): New.
10963         (add_current_inferior_and_thread): New parameter 'wait_status'.
10964         Handle it.
10965         (remote_start_remote): Pass wait status to
10966         add_current_inferior_and_thread.
10967         (extended_remote_run): Update comment.
10968         (extended_remote_create_inferior_1): Pass wait status to
10969         add_current_inferior_and_thread.
10970
10971 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
10972             Ulrich Weigand  <uweigand@de.ibm.com>
10973
10974         * valarith.c (value_vector_widen): New function for replicating a
10975         scalar into a vector.
10976         (value_binop): Use value_vector_widen to widen scalar to vector
10977         rather than casting, this better matches gcc C behaviour.
10978         * valops.c (value_casst): Update logic for casting between vector
10979         types, and for casting from scalar to vector, try to match gcc C
10980         behaviour.
10981         * value.h (value_vector_widen): Declare.
10982         * opencl-lang.c (opencl_value_cast): New opencl specific casting
10983         function, handle special case for casting scalar to vector.
10984         (opencl_relop): Use opencl_value_cast.
10985         (evaluate_subexp_opencl): Use opencl_value_cast instead of
10986         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10987         in order to use opencl_value_cast.
10988
10989 2013-01-25  Yao Qi  <yao@codesourcery.com>
10990
10991         * event-loop.c: Include "queue.h".
10992         (gdb_event_p): New typedef.
10993         (DECLARE_QUEUE_P): Use.
10994         (DEFINE_QUEUE_P): Use.
10995         (async_queue_event): Remove.
10996         (gdb_event_xfree): New.
10997         (initialize_event_loop): New.
10998         (process_event): Use QUEUE macros.
10999         (event_queue): Remove.
11000         (gdb_wait_for_event): Caller update.
11001         (check_async_event_handlers): Likewise.
11002         (poll_timers): Likewise.
11003         * event-loop.h (initialize_event_loop): Declare.
11004         * event-loop.c (gdb_event_xfree): New.
11005         * top.c (gdb_init): Call initialize_event_loop.
11006
11007 2013-01-25  Yao Qi  <yao@codesourcery.com>
11008
11009         * event-loop.c (async_queue_event): Remove one parameter
11010         'position'.  Remove code handling 'position' == TAIL.
11011         (gdb_wait_for_event): Caller update.
11012         (check_async_event_handlers): Caller update.
11013         (poll_timers): Caller update.
11014         * event-loop.h (enum queue_position): Remove.
11015
11016 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
11017
11018         * MAINTAINERS: Update my email.
11019
11020 2013-01-25  Yao Qi  <yao@codesourcery.com>
11021
11022         * main.c (print_gdb_help): Remove "--epoch" from the help
11023         message.
11024
11025 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
11026
11027         * symtab.c (skip_prologue_using_sal): Consider a file
11028         change the same as an increased line number
11029
11030 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11031
11032         * MAINTAINERS (Write After Approval): Add myself to the list.
11033
11034 2013-01-24  Tom Tromey  <tromey@redhat.com>
11035
11036         * ada-lang.h (ada_decode_symbol): Make return type const.
11037         * ada-lang.c (ada_decode_symbol): Likewise.
11038
11039 2013-01-23  Doug Evans  <dje@google.com>
11040
11041         * linespec.c (find_linespec_symbols): Make static.
11042
11043 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11044
11045         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
11046         type on float conversion for complex type.
11047
11048 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
11049
11050         Add a new class gdb.Architecture which exposes GDB's
11051         internal representation of architecture via GDB Python API.
11052         * Makefile.in: Add entries corresponding to the new file
11053         python/py-arch.c.
11054         * NEWS (Python Scripting): Add entries for the new class
11055         gdb.Architecture and the new method gdb.Frame.architecture.
11056         * python/py-arch.c: Implement gdb.Architecture class.
11057         * python/py-frame.c (frapy_arch): Implement the method
11058         gdb.Frame.architecture().
11059         (frame_object_methods): Add 'architecture' to the method table.
11060         * python/python-internal.h: Add declarations of new utility
11061         functions.
11062         * python/python.c (_initialize_python): Initialize
11063         gdb.Architecture class.
11064
11065 2013-01-23  Doug Evans  <dje@google.com>
11066
11067         Work around binutils/15021.
11068         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
11069         type_unit_group out of union s.  All uses updated.
11070         (read_index_from_section): Watch for index version 8.
11071         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
11072         an imported symtab.
11073         (write_psymtabs_to_index): Increment version number to 8.
11074
11075 2013-01-22  Pedro Alves  <palves@redhat.com>
11076
11077         * annotate.c (breakpoint_changed): Skip if breakpoint is not
11078         user-visible.
11079
11080 2013-01-22  Pedro Alves  <palves@redhat.com>
11081
11082         * annotate.c (annotate_breakpoints_changed): Rename to ...
11083         (annotate_breakpoints_invalid): ... this.  Make static.
11084         (breakpoint_changed): Adjust.
11085         (_initialize_annotate): Always install the observers.  Install a
11086         "breakpoint_created" observer.
11087         * annotate.h (annotate_breakpoints_changed): Delete declaration.
11088         * breakpoint.c (set_breakpoint_condition)
11089         (breakpoint_set_commands, do_map_commands_command)
11090         (init_raw_breakpoint, clear_command, set_ignore_count)
11091         (enable_breakpoint_disp): No longer call
11092         annotate_breakpoints_changed.
11093
11094 2013-01-22  Pedro Alves  <palves@redhat.com>
11095
11096         * annotate.c: Include "inferior.h".
11097         (frames_invalid_emitted)
11098         (breakpoints_invalid_emitted): New globals.
11099         (async_background_execution_p): New function.
11100         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
11101         emitting the annotation if it has already been emitted.
11102         (annotate_display_prompt): New function.
11103         * annotate.h (annotate_display_prompt): New declaration.
11104         * event-top.c: Include annotate.h.
11105         (display_gdb_prompt): Call annotate_display_prompt.
11106
11107 2013-01-22  Pedro Alves  <palves@redhat.com>
11108
11109         * annotate.c (ignore_count_changed): Delete.
11110         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
11111         (annotate_ignore_count_change): Delete.
11112         (annotate_stopped): Don't emit a delayed breakpoints-changed
11113         annotation.
11114         * annotate.h (annotate_ignore_count_change): Delete.
11115         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
11116         annotate_ignore_count_change.
11117
11118 2013-01-22  Tom Tromey  <tromey@redhat.com>
11119
11120         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
11121         require_rvalue for a register location.
11122
11123 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
11124
11125         * breakpoint.c (print_one_breakpoint_location): Add MI
11126         field 'thread-groups' when printing a breakpoint.
11127         (output_thread_groups): New function.
11128
11129 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
11130
11131         * python/lib/gdb/commands/explore.py
11132         (CompoundExplorer.explore_expr): Correct the name of a method
11133         being invoked.
11134         (ExploreTypeCommand.invoke): Add a missing 'return'.
11135
11136 2013-01-21  Tom Tromey  <tromey@redhat.com>
11137
11138         * gdb_obstack.h (obconcat): Move declaration here, from...
11139         * symfile.h (obconcat): ... here.
11140         * gdb_obstack.c: New file.
11141         (obconcat): Move from...
11142         * symfile.c (obconcat): ... here.
11143         * Makefile.in (SFILES): Add gdb_obstack.c.
11144         (COMMON_OBS): Add gdb_obstack.o.
11145
11146 2013-01-21  Tom Tromey  <tromey@redhat.com>
11147
11148         * symfile.h (obsavestring): Don't declare.
11149         * symfile.c (obsavestring): Remove.
11150         * ada-exp.y: Use obstack_copy0, not obsavestring.
11151         * ada-lang.c: Use obstack_copy0, not obsavestring.
11152         * coffread.c: Use obstack_copy0, not obsavestring.
11153         * cp-namespace.c: Use obstack_copy0, not obsavestring.
11154         * dbxread.c: Use obstack_copy0, not obsavestring.
11155         * dwarf2read.c: Use obstack_copy0, not obsavestring.
11156         * jit.c: Use obstack_copy0, not obsavestring.
11157         * mdebugread.c: Use obstack_copy0, not obsavestring.
11158         * psymtab.c: Use obstack_copy0, not obsavestring.
11159         * stabsread.c: Use obstack_copy0, not obsavestring.
11160         * xcoffread.c: Use obstack_copy0, not obsavestring.
11161
11162 2013-01-21  Tom Tromey  <tromey@redhat.com>
11163
11164         * dwarf2read.c (fixup_go_packaging): Save package name
11165         on objfile obstack.
11166         * gdbtypes.c (init_type): Don't copy name.
11167
11168 2013-01-21  Tom Tromey  <tromey@redhat.com>
11169
11170         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11171         const.
11172         (struct attribute) <u.str>: Now const.
11173         (struct fnfieldlist) <name>: Now const.
11174         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11175         (partial_die_parent_scope): Make return type const.
11176         (partial_die_full_name, add_partial_symbol): Update.
11177         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11178         'name' const.
11179         (find_file_and_directory): Make 'name' and 'comp_dir' const.
11180         (read_file_scope, read_func_scope, dwarf2_add_field)
11181         (dwarf2_add_member_fn, read_structure_type)
11182         (process_enumeration_scope, read_array_type, read_module_type)
11183         (read_base_type, read_subrange_type): Update.
11184         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11185         (new_symbol_full, guess_full_die_structure_name): Update.
11186         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
11187         (dwarf2_name): Return const type.
11188         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11189         const.
11190
11191 2013-01-21  Tom Tromey  <tromey@redhat.com>
11192
11193         * gdbtypes.c (init_type): Make 'name' const.
11194         * gdbtypes.h (init_type): Update.
11195
11196 2013-01-21  Tom Tromey  <tromey@redhat.com>
11197
11198         * buildsym.c (patch_subfile_names): Use set_last_source_file.
11199         (start_symtab): Make 'name' and 'dirname' const.  Use
11200         set_last_source_file.
11201         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11202         (last_source_file): Define.  Now static.
11203         (set_last_source_file, get_last_source_file): New functions.
11204         * buildsym.h (last_source_file): Don't declare.
11205         (start_symtab): Update.
11206         (set_last_source_file, get_last_source_file): Declare.
11207         * coffread.c (complete_symtab): Use set_last_source_file.
11208         (coff_end_symtab): Likewise.
11209         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11210         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11211         set_last_source_file.
11212         (process_one_symbol): Use get_last_source_file.
11213         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11214         (psymtab_to_symtab_1): Use get_last_source_file.
11215         * xcoffread.c (process_linenos): Use get_last_source_file.
11216         (complete_symtab): Use set_last_source_file.
11217         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11218         (scan_xcoff_symtab): Use set_last_source_file.
11219
11220 2013-01-21  Tom Tromey  <tromey@redhat.com>
11221
11222         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11223         (symbol_set_names): Remove casts.  Handle field const-ness.
11224
11225 2013-01-21  Tom Tromey  <tromey@redhat.com>
11226
11227         * dwarf2read.c (new_symbol_full): Remove cast.
11228         * symtab.c (symbol_set_demangled_name): Make 'name' const.
11229         * symtab.h (symbol_set_demangled_name): Update.
11230
11231 2013-01-21  Tom Tromey  <tromey@redhat.com>
11232
11233         * main.c (captured_main): Call bfd_init.
11234
11235 2013-01-21  Tom Tromey  <tromey@redhat.com>
11236
11237         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11238         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11239         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11240         * NEWS: Update.
11241
11242 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11243
11244         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11245
11246 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11247
11248         Fix gdb.fortran/common-block.exp crash in PIE mode.
11249         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11250         LOC_COMMON_BLOCK.
11251         * f-valprint.c (info_common_command_for_block): Expect
11252         LOC_COMMON_BLOCK in gdb_assert.
11253         * symtab.h (struct general_symbol_info): Update comment for the
11254         common_block member.
11255         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11256         (enum address_class): New member LOC_COMMON_BLOCK.
11257
11258 2013-01-18  David Blaikie  <dblaikie@gmail.com>
11259
11260         * MAINTAINERS (Write After Approval): Add "David Blaikie".
11261
11262 2013-01-18  Tom Tromey  <tromey@redhat.com>
11263
11264         PR c++/14999:
11265         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11266         Call require_rvalue.
11267
11268 2013-01-18  Yao Qi  <yao@codesourcery.com>
11269
11270         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11271         (dbx_read_symtab): New declaration.
11272         (dbx_psymtab_to_symtab): Delete.
11273         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11274         Rename parameter PST to SELF.  Exchanged two parameters.
11275         (start_psymtab): Caller update.
11276         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11277         (dwarf2_read_symtab): New declaration.
11278         (dwarf2_psymtab_to_symtab): Delete.
11279         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11280         Rename parameter PST to SELF.  Exchanged two parameters.
11281         (create_partial_symtab): Caller update.
11282         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11283         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11284         Rename parameter PST to SELF.  Exchanged two parameters.
11285         (parse_partial_symbols, new_psymtab): Caller update.
11286         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11287         two parameters.
11288         * psymtab.c (psymtab_to_symtab): Caller update.
11289         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11290         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11291         Rename parameter PST to SELF.  Exchanged two parameters.
11292         (xcoff_start_psymtab): Caller update.
11293
11294 2013-01-18  Yao Qi  <yao@codesourcery.com>
11295
11296         * infrun.c (proceed): Rename local variable 'oneproc' to
11297         'force_step'.
11298
11299 2013-01-17  Doug Evans  <dje@google.com>
11300
11301         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11302         (dw2_build_type_unit_groups): Delete.  All uses updated.
11303
11304         * symtab.h (struct symbol_search): Add comment.
11305
11306 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11307
11308         * symtab.c (compare_filenames_for_search): New comment for
11309         HAS_DRIVE_SPEC.
11310
11311 2013-01-17  Tom Tromey  <tromey@redhat.com>
11312
11313         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11314
11315 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11316
11317         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11318         initialize it by existing make_cleanup.  Call new do_cleanups.
11319
11320 2013-01-17  Tom Tromey  <tromey@redhat.com>
11321
11322         * cp-abi.c (cp_abi_completer): New function.
11323         (_initialize_cp_abi): Set completer for "set cp-abi".
11324
11325 2013-01-17  Tom Tromey  <tromey@redhat.com>
11326
11327         * mem-break.c: Remove obsolete comment.
11328         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11329
11330 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11331
11332         * jit.c (jit_reader_load_command): Interpret the jit reader name
11333         as an absolute path if it begins with a forward slash.
11334
11335 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11336
11337         PR gdb/14550
11338
11339         * jit.c (finalize_symtab): Ensure that only the global block has a
11340         NULL superblock.
11341
11342 2013-01-17  Pedro Alves  <palves@redhat.com>
11343
11344         * acinclude.m4: Include ../config/plugins.m4,
11345         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
11346         * Makefile.in (aclocal_m4_deps): Update.
11347         * aclocal.m4: Renegerate.
11348
11349 2013-01-16  Doug Evans  <dje@google.com>
11350
11351         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
11352
11353 2013-01-16  Pedro Alves  <palves@redhat.com>
11354             Tom Tromey  <tromey@redhat.com>
11355
11356         PR cli/7221:
11357         * NEWS: Add "catch signal".
11358         * breakpoint.c (base_breakpoint_ops): No longer static.
11359         (bpstat_explains_signal): New function.
11360         (init_catchpoint): No longer static.
11361         (base_breakpoint_explains_signal): New function.
11362         (base_breakpoint_ops): Initialize new field.
11363         * breakpoint.h (enum bpstat_signal_value): New.
11364         (struct breakpoint_ops) <explains_signal>: New field.
11365         (bpstat_explains_signal): Remove macro, declare as function.
11366         (base_breakpoint_ops, init_catchpoint): Declare.
11367         * break-catch-sig.c: New file.
11368         * inferior.h (signal_catch_update): Declare.
11369         * infrun.c (signal_catch): New global.
11370         (handle_syscall_event): Update for change to
11371         bpstat_explains_signal.
11372         (handle_inferior_event): Likewise.  Always handle random signals
11373         via bpstats.
11374         (signal_cache_update): Check signal_catch.
11375         (signal_catch_update): New function.
11376         (_initialize_infrun): Initialize signal_catch.
11377         * Makefile.in (SFILES): Add break-catch-sig.c.
11378         (COMMON_OBS): Add break-catch-sig.o.
11379
11380 2013-01-16  Tom Tromey  <tromey@redhat.com>
11381
11382         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11383         (print_one_catch_solib, print_one_catch_syscall)
11384         (print_one_catch_exec, print_one_exception_catchpoint): Emit
11385         "catch-type".
11386
11387 2013-01-16  Yao Qi  <yao@codesourcery.com>
11388
11389         * printcmd.c (current_display_number): Make it static.
11390
11391 2013-01-16  Yao Qi  <yao@codesourcery.com>
11392
11393         * infcmd.c (step_once): Don't check '!single_inst' as it was
11394         checked before.
11395
11396 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11397
11398         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11399
11400 2013-01-14  Tom Tromey  <tromey@redhat.com>
11401
11402         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11403         set command.
11404         * command.h (add_setshow_string_noescape_cmd): Update.
11405         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11406         (complete_set_gnutarget): New function.
11407         (_initialize_core): Set the "set gnutarget" completer.
11408
11409 2013-01-14  Tom Tromey  <tromey@redhat.com>
11410
11411         PR symtab/14442:
11412         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11413         (c_type_print_modifier): Likewise.
11414         * dwarf2read.c (read_tag_restrict_type): New function.
11415         (read_type_die_1): Handle DW_TAG_restrict_type.
11416         * gdbtypes.c (make_restrict_type): New function.
11417         (recursive_dump_type): Handle TYPE_RESTRICT.
11418         * gdbtypes.h (enum type_flag_values): Renumber.
11419         (enum type_instance_flag_value): Add
11420         TYPE_INSTANCE_FLAG_RESTRICT.
11421         (TYPE_RESTRICT): New macro.
11422         (make_restrict_type): Declare.
11423
11424 2013-01-14  Tom Tromey  <tromey@redhat.com>
11425
11426         PR symtab/14931:
11427         * psymtab.c (struct psymtab_state): New.
11428         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11429         functions.
11430         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11431         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11432
11433 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
11434             Pedro Alves  <palves@redhat.com>
11435
11436         PR remote/14786
11437
11438         * remote.c (remote_threads_info): Make a copy of the reply from
11439         qfThreadInfo and use that instead of rs->buf.
11440
11441 2013-01-14  Yao Qi  <yao@codesourcery.com>
11442
11443         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11444         (dbx_psymtab_to_symtab): Likewise.
11445         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11446         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11447         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11448
11449 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11450
11451         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
11452         make_cleanup_restore_current_language.  Call set_language.  Move
11453         OLD_CHAIN and INNER_CHAIN cleanups.
11454         * utils.c (do_restore_current_language)
11455         (make_cleanup_restore_current_language): New functions.
11456         * utils.h (make_cleanup_restore_current_language): New declaration.
11457
11458 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11459
11460         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11461         non-existing files.
11462
11463         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11464         non-existing files if FILENAME is already absolute.
11465
11466 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11467
11468         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11469         fputs_filtered.  Append trailing newline.
11470
11471 2013-01-11  Yao Qi  <yao@codesourcery.com>
11472             Stan Shebs  <stan@codesourcery.com>
11473
11474         * psymtab.c (init_psymbol_list): Clarify the comment.
11475
11476 2013-01-11  Yao Qi  <yao@codesourcery.com>
11477
11478         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11479         (update_dprintf_command_list): Assert that 'printf_line' is
11480         non-null.  Remove condition check.
11481
11482 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11483
11484         Code cleanup.
11485         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11486         type const char *.
11487         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11488         const char *.
11489         * tui/tui-source.h (tui_source_is_displayed): Likewise.
11490
11491 2013-01-09  Anthony Green  <green@moxielogic.com>
11492
11493         * cp-abi.c (cplus_print_vtable): Don't return value from void
11494         function.
11495         * ada-lang.c (re_set_catch_assert): Ditto.
11496
11497 2013-01-09  Doug Evans  <dje@google.com>
11498
11499         * symfile.h (quick_symbol_functions): Delete member
11500         pre_expand_symtabs_matching.  All uses removed.
11501         * dwarf2read.c (dw2_lookup_symbol): Implement.
11502         (dw2_do_expand_symtabs_matching): Delete.
11503         (dw2_pre_expand_symtabs_matching): Delete.
11504         (struct dw2_symtab_iterator): New type.
11505         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11506         (dw2_expand_symtabs_for_function): Rewrite.
11507         (dwarf2_gdb_index_functions): Update.
11508         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11509         (psym_functions): Update.
11510
11511 2013-01-09  Tom Tromey  <tromey@redhat.com>
11512
11513         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11514         * configure: Rebuild.
11515         * configure.ac: Add somread.o to the build if BFD has SOM
11516         support.
11517         * somread.c: Include som/aout.h, not syms.h.
11518         (som_symtab_read): Use som_external_symbol_dictionary_record.
11519         Unpack records manually.
11520         (_initialize_somread): Declare.
11521
11522 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
11523
11524         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11525         Cast return_address to 64bits.
11526
11527 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
11528
11529         * printcmd.c: Remove define of function output_command.
11530         * tracepoint.c: Remove extern of function output_command.
11531         * valprint.h: (output_command): New extern.
11532
11533 2013-01-07  Tom Tromey  <tromey@redhat.com>
11534
11535         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11536         Remove.
11537         (objc_language_defn): Use c_printchar, c_printstr,
11538         c_emit_char.
11539
11540 2013-01-07  Tom Tromey  <tromey@redhat.com>
11541
11542         PR cli/7719:
11543         * NEWS: Update.
11544         * ada-valprint.c (printstr, print_field_values): Remove
11545         "inspect_it" code.
11546         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11547         code.
11548         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11549         code.
11550         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11551         * main.c (captured_main): Remove "epoch" argument.
11552         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11553         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11554         * p-valprint.c (pascal_object_print_value_fields): Remove
11555         "inspect_it" code.
11556         * printcmd.c (print_command_1): Remove 'inspect' argument.
11557         (print_command, call_command): Update.
11558         (inspect_command): Remove.
11559         (_initialize_printcmd): Make "inspect" an alias for "print".
11560         * top.c (epoch_interface): Remove.
11561         * top.h (epoch_interface): Remove.
11562         * valprint.c (user_print_options): Update.
11563         (print_converted_chars_to_obstack): Remove "inspect_it" code.
11564         * valprint.h (struct value_print_options) <inspect_it>: Remove
11565         field.
11566
11567 2013-01-04  Tom Tromey  <tromey@redhat.com>
11568
11569         * valprint.h (read_string): Add 'extern'.
11570
11571 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
11572
11573         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11574         used to decide whether to define darwin_read_dyld_info or not.
11575
11576 2013-01-03  Pierre Muller  <muller@sourceware.org>
11577
11578         * main.c (relocate_gdb_directory): Avoid calling stat function
11579         if DIR is empty.
11580
11581 2013-01-03  Yao Qi  <yao@codesourcery.com>
11582
11583         * psymtab.c (fixup_psymbol_section): Update declaration.
11584         (fixup_psymbol_section): Remove code returning value.
11585
11586 2013-01-03  Yao Qi  <yao@codesourcery.com>
11587
11588         * symtab.h: Remove some out of date comments.
11589          (enum exception_event_kind): Move it ...
11590         * breakpoint.c: ... here.
11591
11592 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
11593
11594         PR gdb/14405
11595         * darwin-nat.c (darwin_read_dyld_info): Only build if
11596         TASK_DYLD_INFO_COUNT is defined.
11597         (darwin_xfer_partial): Call darwin_read_dyld_info only if
11598         TASK_DYLD_INFO_COUNT is defined.
11599
11600 2013-01-02  Tom Tromey  <tromey@redhat.com>
11601
11602         * symfile.h (struct ecoff_debug_hack): Remove.
11603         * objfiles.c: Don't include mdebugread.h.
11604
11605 2013-01-02  Tom Tromey  <tromey@redhat.com>
11606
11607         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11608         * configure.ac: Check for Mach-O support in BFD.  Update
11609         CONFIG_OBS.
11610         * configure: Rebuild.
11611
11612 2013-01-02  Tom Tromey  <tromey@redhat.com>
11613
11614         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11615         * configure.ac: Use GDB_AC_CHECK_BFD.
11616         * configure: Rebuild.
11617
11618 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
11619
11620         * MAINTAINERS: Update my email.
11621
11622 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11623
11624         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11625
11626 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11627
11628         * rs6000-nat.c (bss_data_overlap): New function.
11629         (vmap_symtab): Use it to adjust the .bss section's offset.
11630
11631 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11632
11633         Update year range in copyright notice of all files.
11634
11635 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
11636
11637         * top.c (print_gdb_version): Update copyright year.
11638
11639 For older changes see ChangeLog-2012.
11640 \f
11641 Local Variables:
11642 mode: change-log
11643 left-margin: 8
11644 fill-column: 74
11645 version-control: never
11646 coding: utf-8
11647 End: