Fix regressions caused by const-ify linespec patch:
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2013-11-13  Keith Seitz  <keiths@redhat.com>
2
3         * p-exp.y (uptok): Make first parameter const.
4         (yylex): Make `tokstart' and `tokptr' const.
5         Don't copy the lexer input to a temporary buffer.
6         Make `p' const.
7         Remove const workaround for parse_escape.
8         Create a temporary buffer for a convenience variable instead
9         of doing in-place modification of the input.
10         If a match is found with a different case from the input,
11         do not change the input at all.
12         Use `tmp' to construct the resultant stoken instead of
13         `tokstart'.
14
15 2013-11-13  Doug Evans  <xdje42@gmail.com>
16
17         * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
18
19 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
20
21         * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
22         entry with "ada-exceptions".
23
24 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
25
26         * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
27         after re-initialization of OBJFILE's obstack.
28
29 2013-11-12  Doug Evans  <xdje42@gmail.com>
30
31         * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
32         bs->stop != 0 on entry.  Update function comment.  Simplify early
33         exit for frame mismatch.  Reindent rest of function.
34
35 2013-11-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
36
37         * objc-lang.c (uniquify_strings): Prevent invoking qsort with
38         NULL.
39
40 2013-11-12  Doug Evans  <dje@google.com>
41
42         Work around gold/15646.
43         * dwarf2read.c (read_index_from_section): Update comment.
44         (struct dw2_symtab_iterator): New member global_seen.
45         (dw2_symtab_iter_init): Initialize it.
46         (dw2_symtab_iter_next): Skip duplicate global symbols.
47         (dw2_expand_symtabs_matching): Ditto.
48
49 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
50
51         * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
52         * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
53         command.
54         * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
55         (mi_cmd_info_ada_exceptions): New function.
56         * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
57
58 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
59
60         * ada-lang.h: #include "vec.h".
61         (struct ada_exc_info): New.
62         (ada_exc_info): New typedef.
63         (DEF_VEC_O(ada_exc_info)): New vector.
64         (ada_exceptions_list): Add declaration.
65         * ada-lang.c (ada_is_exception_sym)
66         (ada_is_non_standard_exception_sym, compare_ada_exception_info)
67         (sort_remove_dups_ada_exceptions_list)
68         (ada_exc_search_name_matches, ada_add_standard_exceptions)
69         (ada_add_exceptions_from_frame, ada_add_global_exceptions)
70         (ada_exceptions_list_1, ada_exceptions_list)
71         (info_exceptions_command): New function.
72         (_initialize_ada_language): Add "info exception" command.
73
74 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
75
76         PR python/15629
77         * NEWS: Add linetable feature.
78         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
79         * python/py-linetable.c: New file.
80         * python/py-symtab.c (stpy_get_linetable): New function.
81         * python/python-internal.h (symtab_to_linetable_object): Declare.
82         (gdbpy_initialize_linetable): Ditto.
83         * python/python.c (_initialize_python): Call
84         gdbpy_initialize_linetable.
85
86 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
87
88         * ada-lang.c (create_ada_exception_catchpoint): Enhance
89         the documentation of fields "except_string" and "condition".
90         * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
91         CONDITION on the heap before passing it to
92         create_ada_exception_catchpoint.
93         (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
94         CONDITION.
95
96 2013-11-11  Tom Tromey  <tromey@redhat.com>
97
98         * config.in, configure: Rebuild.
99         * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
100
101 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
102
103         * remote-sim.c (gdbsim_detach): Break declaration into
104         shorter lines.  No code change.
105
106 2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
107
108         * remote-sim.c (gdbsim_detach): Fix prototype.
109
110 2013-11-08  Doug Evans  <dje@google.com>
111
112         * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
113         (create_debug_types_hash_table): Only print debugging messages for
114         each TU if dwarf2-read >= 2.
115         (process_queue): Ditto.
116         (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
117         Update doc string.
118
119 2013-11-08  Tom Tromey  <tromey@redhat.com>
120
121         * configure: Rebuild.
122         * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
123
124 2013-11-08  Tom Tromey  <tromey@redhat.com>
125
126         * configure, config.in: Rebuild.
127         * configure.ac: Remove unused configury.
128
129 2013-11-08  Tom Tromey  <tromey@redhat.com>
130
131         * m32c-tdep.c: Use gdb_string.h.
132
133 2013-11-08  Tom Tromey  <tromey@redhat.com>
134
135         * configure, config.in: Rebuild.
136         * configure.ac: Remove all link.h-related checks.
137
138 2013-11-08  Tom Tromey  <tromey@redhat.com>
139
140         * acinclude.m4: Include common.m4.
141         * common/common.m4: New file.
142         * configure, config.in: Rebuild.
143         * configure.ac: Use GDB_AC_COMMON.
144
145 2013-11-08  Doug Evans  <dje@google.com>
146
147         * NEWS: Mention that "set debug symtab-create" now accepts a
148         verbosity level.
149         * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
150         to set the symtab's primary flag.
151         * jit.c (finalize_symtab): Ditto.
152         * mdebugread.c (psymtab_to_symtab_1): Ditto.
153         * symfile.c (allocate_symtab): Only print debugging messages for
154         symtab_create_debug levels 2 and higher.
155         * symtab.c (symtab_create_debug): Change type to unsigned int.
156         (set_symtab_primary): New function.
157         (_initialize_symtab): Change "set debug symtab-create" to a
158         zuinteger option.
159         * symtab.h (set_symtab_primary): Declare.
160         (symtab_create_debug): Update decl.
161
162 2013-11-08  Tom Tromey  <tromey@redhat.com>
163
164         * aix-thread.c (aix_thread_detach): Update.
165         * corelow.c (core_detach): Update.
166         * darwin-nat.c (darwin_detach): Update.
167         * dec-thread.c (dec_thread_detach): Update.
168         * gnu-nat.c (gnu_detach): Update.
169         * go32-nat.c (go32_detach): Update.
170         * inf-ptrace.c (inf_ptrace_detach): Update.
171         * inf-ttrace.c (inf_ttrace_detach): Update.
172         * linux-fork.c (linux_fork_detach): Update.
173         * linux-fork.h (linux_fork_detach): Update.
174         * linux-nat.c (linux_nat_detach): Update.  Introduce "tem"
175         local for const-correctness.
176         * linux-thread-db.c (thread_db_detach): Update.
177         * monitor.c (monitor_detach): Update.
178         * nto-procfs.c (procfs_detach): Update.
179         * procfs.c (procfs_detach): Update.
180         * record.c (record_detach): Update.
181         * record.h (record_detach): Update.
182         * remote-m32r-sdi.c (m32r_detach): Update.
183         * remote-mips.c (mips_detach): Update.
184         * remote-sim.c (gdbsim_detach): Update.
185         * remote.c (remote_detach_1, remote_detach)
186         (extended_remote_detach): Update.
187         * sol-thread.c (sol_thread_detach): Update.
188         * target.c (target_detach): Make "args" const.
189         (init_dummy_target): Update.
190         * target.h (struct target_ops) <to_detach>: Make argument const.
191         (target_detach): Likewise.
192         * windows-nat.c (windows_detach): Update.
193
194 2013-11-07  Doug Evans  <dje@google.com>
195
196         PR 11786
197         *  solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
198         and align fields for PT_GNU_RELRO segments.
199
200 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
201
202         PR python/15747
203         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
204
205 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
206
207         * NEWS: Document Python temporary breakpoint support.
208         * python/py-breakpoint.c (bppy_get_temporary): New function.
209         (bppy_init): New keyword: temporary. Parse it and set breakpoint
210         to temporary if True.
211
212 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
213
214         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
215         removed to allow analyzing unconditional branch instructions
216         with PC-relative offsets of zero.
217
218 2013-11-07  Yao Qi  <yao@codesourcery.com>
219
220         * mi/mi-cmd-var.c: Include "language.h".
221         (mi_cmd_var_info_expression): Get language name from
222         language_defn.
223         * varobj.c (varobj_language_string): Remove.
224         (variable_language): Remove declaration.
225         (languages): Remove.
226         (varobj_get_language): Change the type of return value.
227         (variable_language): Remove.
228         * varobj.h (enum varobj_languages): Remove.
229         (varobj_language_string): Remove declaration.
230         (varobj_get_language): Update declaration.
231
232 2013-11-07  Yao Qi  <yao@codesourcery.com>
233
234         * language.h (struct language_defn) <la_natural_name>: New
235         field.
236         * ada-lang.c (ada_language_defn): Initialize field
237         'la_natural_name'.
238         * c-lang.c (c_language_defn): Likewise.
239         (cplus_language_defn, asm_language_defn): Likewise.
240         * d-lang.c (d_language_defn): Likewise.
241         * f-lang.c (f_language_defn): Likewise.
242         * go-lang.c (go_language_defn): Likewise.
243         * jv-lang.c (java_language_defn): Likewise.
244         * language.c (unknown_language_defn ): Likewise.
245         (auto_language_defn): Likewise.
246         * m2-lang.c (m2_language_defn): Likewise.
247         * objc-lang.c (objc_language_defn): Likewise.
248         * opencl-lang.c (opencl_language_defn): Likewise.
249         * p-lang.c (pascal_language_defn): Likewise.
250
251 2013-11-07  Yao Qi  <yao@codesourcery.com>
252
253         * language.c (language_str): Return const char *.
254         (add_language): Add const to 'language_names'
255         * language.h (struct language_defn) <la_name>: Add const.
256         (language_str: Update declaration.
257
258 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
259
260         * s390-linux-nat.c (s390_read_description): Consider the TE field
261         in the HWCAP for determining 'have_regset_tdb'.
262
263 2013-11-06  Will Newton  <will.newton@linaro.org>
264
265         PR gdb/12866
266         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
267         values.  (read_partial_die): Likewise.
268
269 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
270
271         PR cli/16122
272         * top.c (command_line_input): Unify interactivity tests to use
273         input_from_terminal_p.
274         * event-top.c (command_line_handler): Likewise.
275
276 2013-11-06  Yao Qi  <yao@codesourcery.com>
277
278         * Makefile.in (check-perf): New target.
279
280 2013-11-05  Will Newton  <will.newton@linaro.org>
281
282         PR gdb/7670
283         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
284         (arm_print_float_info): Likewise.
285
286 2013-11-04  Anton Blanchard  <anton@samba.org>
287
288         * target.c (memory_xfer_partial): Cap write to 4KB.
289
290 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
291
292         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
293         probe scan even when the arch provides no get_longjmp_target.
294
295 2013-10-31  Pedro Alves  <palves@redhat.com>
296
297         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
298         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
299         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
300         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
301         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
302         <bpstat handling>: If the bpstat chain wants the signal to be
303         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
304         GDB_SIGNAL_TRAP.
305
306 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
307
308         * breakpoint.c (update_watchpoint): Update error message and add
309         an additional error message.
310
311 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
312
313         * s390-tdep.h: Rename to...
314         * s390-linux-tdep.h: ...here.
315         * s390-tdep.c: Rename to...
316         * s390-linux-tdep.c: ...here.  Adjust #include.
317         * s390-nat.c: Rename to...
318         * s390-linux-nat.c: ...here.  Adjust #include.
319         * config/s390/s390.mh: Rename to...
320         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
321         s390-linux-nat.o.
322         * configure.host: Reflect host rename "s390" -> "linux".
323         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
324         * Makefile.in (ALL_TARGET_OBS): Likewise.
325         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
326         s390-linux-tdep.h.
327         (ALLDEPFILES): Reflect rename of .c files.
328
329 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
330
331         * s390-nat.c: Whitespace cleanup.
332         * s390-tdep.c: Likewise.
333         * s390-tdep.h: Remove empty line at end of file.
334
335 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
336
337         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
338         siginfo_size.
339
340 2013-10-29  Tom Tromey  <tromey@redhat.com>
341
342         * utils.c (reg): Move undefinition...
343         * gdb_curses.h: ... here.  Update comment to mention AIX.
344
345 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
346
347         * exec.h (add_target_sections_of_objfile): New declaration.
348         * exec.c (add_target_sections_of_objfile): New function.
349         * symfile.c (add_symbol_file_command): Update current target sections.
350         (remove_symbol_file_command): New command.
351         (symfile_free_objfile): New function.
352         (_initialize_symfile): Register observer for free_objfile events.
353         * NEWS: Add description of the remove-symbol-file command.
354         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
355         * objfiles.c (free_objfile): Notify free_objfile.
356         (is_addr_in_objfile): New function.
357         * objfiles.h (is_addr_in_objfile): New declaration.
358         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
359         events instead of solib_unloaded events.
360         (_initialize_printcmd): Register observer for free_objfile instead
361         of solib_unloaded notifications.
362         * solib.c (remove_user_added_objfile): New function.
363         (_initialize_symfile): Add remove-symbol-file.
364
365 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
366
367         * infcmd.c (default_print_one_register_info): Use val_print to
368         print all values even optimized out or unavailable ones.  Don't
369         try to print a raw form of optimized out or unavailable values.
370
371 2013-10-29  Yao Qi  <yao@codesourcery.com>
372
373         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
374         parameter 'arg' instead of from program_space_data.
375         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
376         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
377         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
378         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
379         * inflow.c (inflow_inferior_data_cleanup): Get data from
380         parameter 'arg' instead of inferior_data.
381         * registry.h: Add comments.
382
383 2013-10-28  Pedro Alves  <palves@redhat.com>
384
385         * breakpoint.c (watchpoints_triggered)
386         <!target_stopped_data_address>: Hardcode return 1.
387
388 2013-10-28  Pedro Alves  <palves@redhat.com>
389
390         * infrun.c (process_event_stop_test): Remove unnecessary scoping
391         level and reindent.
392
393 2013-10-28  Pedro Alves  <palves@redhat.com>
394
395         * infrun.c (process_event_stop_test): New function, factored out
396         from handle_inferior_event.
397         (handle_inferior_event): 'process_event_stop_test' is now a
398         function instead of a goto label -- adjust.
399
400 2013-10-28  Pedro Alves  <palves@redhat.com>
401
402         * infrun.c (handle_inferior_event): Move process_event_stop_test
403         goto label to the else branch of the ecs->random_signal check,
404         along with FRAME and GDBARCH re-fetching.
405
406 2013-10-28  Pedro Alves  <palves@redhat.com>
407
408         * infrun.c (switch_back_to_stepped_thread): New function, factored
409         out from handle_inferior_event.
410         (handle_inferior_event): Adjust to call
411         switch_back_to_stepped_thread.  Call it also at the tail of the
412         random signal handling, and return, instead of also handling
413         random signals just before the stepping tests.
414
415 2013-10-28  Pedro Alves  <palves@redhat.com>
416
417         * infrun.c (clear_stop_func): Delete.
418         (handle_inferior_event): Don't call clear_stop_func and don't
419         clear 'ecs->random_signal'.
420
421 2013-10-27  Yao Qi  <yao@codesourcery.com>
422
423         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
424         (varobj_create, varobj_get_path_expr): Update.
425         (varobj_value_has_mutated, varobj_update): Likewise.
426         (create_child_with_value, new_root_variable): Likewise.
427         (number_of_children, name_of_variable): Likewise.
428         (value_of_child, my_value_of_variable): Likewise.
429         (varobj_value_is_changeable_p): Likewise.
430
431 2013-10-25  Yao Qi  <yao@codesourcery.com>
432
433         * language.h (struct lang_varobj_ops): Declare.
434         (struct language_defn) <la_varobj_ops>: New field.
435         * ada-lang.c: Include "varobj.h"
436         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
437         ada_varobj_ops.
438         * c-lang.c: Include "varobj.h"
439         (c_language_defn): Initialize field 'la_varobj_ops' with
440         c_varobj_ops.
441         (cplus_language_defn): Initialize field 'la_varobj_ops' with
442         cplus_varobj_ops.
443         (asm_language_defn): Initialize field 'la_varobj_ops' with
444         default_varobj_ops.
445         (minimal_language_defn): Likewise.
446         * d-lang.c (d_language_defn): Likewise.
447         * f-lang.c (f_language_defn): Likewise.
448         * go-lang.c (go_language_defn): Likewise.
449         * m2-lang.c (m2_language_defn): Likewise.
450         * objc-lang.c (objc_language_defn): Likewise.
451         * opencl-lang.c (opencl_language_defn): Likewise.
452         * p-lang.c (pascal_language_defn): Likewise.
453         * language.c (unknown_language_defn): Likewise.
454         (auto_language_defn): Likewise.
455         (local_language_defn): Likewise.
456         * jv-lang.c (java_language_defn): Initialize field
457         'la_varobj_ops' with java_varobj_ops.
458         * varobj.c (varobj_create): Update.
459         * varobj.h (default_varobj_ops): Define macro.
460
461 2013-10-25  Pedro Alves  <palves@redhat.com>
462
463         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
464         static field value.
465         (cp_print_static_field): If the value is entirely optimized out,
466         print <optimized out> here.
467         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
468         static field value.
469         * p-valprint.c (pascal_object_print_static_field): If the value is
470         entirely optimized out, print <optimized out> here.
471         * valops.c (do_search_struct_field)
472         (value_struct_elt_for_reference): No longer handle a NULL static
473         field value.
474         * value.c (value_static_field): Return an optimized out value
475         instead of NULL.
476
477 2013-10-25  Yao Qi  <yao@codesourcery.com>
478
479         * remote.c (remote_traceframe_info): Return early if
480         traceframe is not selected.
481
482 2013-10-25  Yao Qi  <yao@codesourcery.com>
483
484         * tracepoint.c (traceframe_fun): Remove.
485         (traceframe_sal): Remove.
486         (set_traceframe_context): Add local variables.
487
488 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
489
490         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
491         and parameter name.
492
493 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
494
495         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
496         failure from register information collection.
497
498 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
499
500         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
501         member.
502         (linux_corefile_thread_callback): Update accordingly.
503         (linux_make_corefile_notes): Likewise.
504
505 2013-10-24  Pedro Alves   <palves@redhat.com>
506
507         * NEWS (New options): Mention set/show startup-with-shell.
508         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
509         instead of 3.
510         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
511         startup-with-shell'.
512         (show_startup_with_shell): New function.
513         (_initialize_fork_child): Register the set/show startup-with-shell
514         commands.
515         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
516         * inf-ttrace.c (inf_ttrace_him): Remove comment.
517         * procfs.c (procfs_init_inferior): Remove comment.
518         * infcmd.c (startup_with_shell): New global.
519         * inferior.h (startup_with_shell): Declare global.
520         (STARTUP_WITH_SHELL): Delete.
521         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
522
523 2013-10-23  Pedro Alves  <palves@redhat.com>
524
525         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
526         * common/signals.c: Include "gdb_assert.h".
527         (signals): New field 'symbol'.
528         (SET): Use the 'symbol' parameter.
529         (gdb_signal_to_symbol_string): New function.
530         * infrun.c (handle_inferior_event) <random signal>: In debug
531         output, print the random signal enum as string in addition to its
532         number.
533         * target/waitstatus.c (target_waitstatus_to_string): Print the
534         signal's enum value as string instead of the (POSIX) signal name.
535
536 2013-10-23  Gary Benson  <gbenson@redhat.com>
537
538         PR 16013
539         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
540         from 32 to 18.  Adjusted fscanf format string accordingly.
541         (Avoids leaving cmd unterminated.)
542         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
543         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
544         that local_address and remote_address will not overflow.
545         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
546         leaving dependencies unterminated.  Parse size as "%u" to match
547         definition.
548
549 2013-10-22  Pedro Alves  <palves@redhat.com>
550
551         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
552         set ecs->random signal.
553
554 2013-10-22  Pedro Alves  <palves@redhat.com>
555
556         * infrun.c (keep_going): Update comments.
557
558 2013-10-22  Pedro Alves  <palves@redhat.com>
559
560         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
561         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
562
563 2013-10-22  Pedro Alves  <palves@redhat.com>
564
565         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
566         GDB_EXC_BAD_ACCESS.
567         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
568         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
569         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
570         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
571         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
572         (GDB_SIGNAL_LAST): Change description string.
573         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
574         Adjust to signal renaming.
575         * darwin-nat.c (darwin_decode_message): Likewise.
576
577 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
578
579         * MAINTAINERS (Write After Approval): Add myself to the list.
580
581 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
582
583         * breakpoint.c (update_watchpoint): If hardware watchpoints are
584         forced off, downgrade them to software watchpoints if possible,
585         and error out if not possible.
586         (watch_command_1): Move watchpoint type selection closer to
587         watchpoint creation, and extend the comments.
588
589 2013-10-18  Pedro Alves  <palves@redhat.com>
590
591         PR gdb/16062
592         * infrun.c (handle_inferior_event): Keep going if we got a random
593         signal we should not stop for, instead of falling through to the
594         step tests.
595
596 2013-10-18  Yao Qi  <yao@codesourcery.com>
597
598         * c-varobj.c (cplus_number_of_children): Fix indentation.
599
600 2013-10-17  Tom Tromey  <tromey@redhat.com>
601
602         PR gdb/15995:
603         * printcmd.c (printcmd): Call gdb_flush.
604
605 2013-10-17  Tom Tromey  <tromey@redhat.com>
606
607         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
608         (elf_locate_sections): Update.
609
610 2013-10-17  Yao Qi  <yao@codesourcery.com>
611
612         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
613         * ada-varobj.c: Remove the include of ada-varobj.h.
614         (ada_varobj_get_number_of_children): Declare.
615         (ada_varobj_get_name_of_child): Make it static.
616         (ada_varobj_get_path_expr_of_child): Likewise.
617         (ada_varobj_get_value_of_child): Likewise.
618         (ada_varobj_get_type_of_child): Likewise.
619         (ada_varobj_get_value_of_array_variable): Likewise.
620         * ada-varobj.h: Remove.
621
622 2013-10-17  Yao Qi  <yao@codesourcery.com>
623
624         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
625         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
626         * ada-varobj.c: Include "varobj.h".
627         (ada_number_of_children): New.  Moved from varobj.c.
628         (ada_name_of_variable, ada_name_of_child): Likewise.
629         (ada_path_expr_of_child, ada_value_of_child): Likewise.
630         (ada_type_of_child, ada_value_of_variable): Likewise.
631         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
632         (ada_varobj_ops): New.
633         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
634         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
635         * gdbtypes.h (get_target_type): Declare.
636         * varobj.c: Remove the inclusion of "ada-varobj.h" and
637         "ada-lang.h".
638         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
639         (ANONYMOUS_UNION_NAME): Likewise.
640         (get_type, get_value_type, get_target_type): Remove declarations.
641         (value_get_print_value, varobj_value_get_print_value): Likewise.
642         (c_number_of_children, c_name_of_variable): Likewise.
643         (c_name_of_child, c_path_expr_of_child): Likewise.
644         (c_value_of_child, c_type_of_child): Likewise.
645         (c_value_of_variable, cplus_number_of_children): Likewise.
646         (cplus_class_num_children, cplus_name_of_variable): Likewise.
647         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
648         (cplus_value_of_child, cplus_type_of_child): Likewise.
649         (cplus_value_of_variable, java_number_of_children): Likewise.
650         (java_name_of_variable, java_name_of_child): Likewise.
651         (java_path_expr_of_child, java_value_of_child): Likewise.
652         (java_type_of_child, java_value_of_variable): Likewise.
653         (ada_number_of_children, ada_name_of_variable): Likewise.
654         (ada_name_of_child, ada_path_expr_of_child): Likewise.
655         (ada_value_of_child, ada_type_of_child): Likewise.
656         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
657         (ada_value_has_mutated): Likewise.
658         (struct language_specific): Move it to varobj.h.
659         (CPLUS_FAKE_CHILD): Move it to varobj.h.
660         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
661         Callers update.
662         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
663         Make it extern.
664         (is_anonymous_child): Move it to c-varobj.c and rename to
665         varobj_is_anonymous_child.  Caller update.
666         (get_type): Move it to c-varobj.c.
667         (get_value_type): Rename it varobj_get_value_type.  Make it
668         extern.
669         (get_target_type): Move it gdbtypes.c.
670         (varobj_formatted_print_options): New function.
671         (value_get_print_value): Rename it to
672         varobj_value_get_print_value and make it extern.
673         (varobj_value_is_changeable_p): Make it extern.
674         (adjust_value_for_child_access): Move it to c-varobj.c.
675         (default_value_is_changeable_p): Rename it to
676         varobj_default_value_is_changeable_p.  Make it extern.
677         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
678         (c_name_of_child, c_path_expr_of_child): Likewise.
679         (c_value_of_child, c_type_of_child): Likewise.
680         (c_value_of_variable, cplus_number_of_children): Likewise.
681         (cplus_class_num_children, cplus_name_of_variable): Likewise.
682         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
683         (cplus_value_of_child, cplus_type_of_child): Likewise.
684         (cplus_value_of_variable): Likewise.
685         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
686         (java_name_of_child, java_path_expr_of_child): Likewise.
687         (java_value_of_child, java_type_of_child): Likewise.
688         (java_value_of_variable): Likewise.
689         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
690         (ada_name_of_child, ada_path_expr_of_child): Likewise.
691         (ada_value_of_child, ada_type_of_child): Likewise.
692         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
693         (ada_value_has_mutated): Likewise.
694         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
695         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
696         (c_varobj_ops, cplus_varobj_ops): Declare.
697         (java_varobj_ops, ada_varobj_ops): Declare.
698         (varobj_default_value_is_changeable_p): Declare.
699         (varobj_value_is_changeable_p): Declare.
700         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
701         (varobj_get_path_expr_parent): Declare.
702         (varobj_value_get_print_value): Declare.
703         (varobj_formatted_print_options): Declare.
704         (varobj_restrict_range): Declare.
705
706 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
707
708         * target/waitstatus.h (target_waitkind): Remove spurious
709         character from the comments.
710
711 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
712
713         * gdbarch.sh (get_longjmp_target): Add method documentation.
714         * gdbarch.h: Regenerate.
715
716 2013-10-16  Tom Tromey  <tromey@redhat.com>
717
718         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
719         label.
720
721 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
722
723         * gcore.in: Call GDB using the full path to the gcore script.
724         Error out if the GDB binary is not found.
725
726 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
727
728         PR gdb/16014
729         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
730         sizeof.
731
732 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
733
734         PR gdb/16042
735         * target.c (target_disable_btrace): Fix invalid return value for
736         void function.
737         (target_teardown_btrace): Likewise.
738
739 2013-10-14  Yao Qi  <yao@codesourcery.com>
740
741         * varobj.c (struct varobj): Move most of the fields to
742         varobj.h.
743         (struct varobj_dynamic): New struct.
744         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
745         (varobj_has_more): Likewise.
746         (dynamic_varobj_has_child_method): Likewise.
747         (update_dynamic_varobj_children): Likewise.
748         (varobj_get_num_children): Likewise.
749         (varobj_list_children, varobj_pretty_printed_p): Likewise.
750         (install_new_value_visualizer): Likewise.
751         (install_new_value_visualizer, install_new_value): Likewise.
752         (varobj_update, new_variable, free_variable): Likewise.
753         (my_value_of_variable, value_get_print_value): Likewise.
754         (install_visualizer): Change the type of parameter 'var' to
755         'struct varobjd_dynamic *'.  Callers update.
756         * varobj.h (struct varobj): Moved from varobj.c.
757         (struct varobj) <dynamic>: New field.
758
759 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
760
761         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
762         as the preferred name of r30.
763         * nios2-linux-tdep.c (reg_offsets): Likewise.
764         * features/nios2-cpu.xml: Likewise.
765         * features/nios2-linux.c: Regenerated.
766         * features/nios2.c: Regenerated.
767         * regformats/nios2-linux.dat: Regenerated.
768
769 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
770
771         Canonicalize directories for EXEC_FILENAME.
772         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
773         exec_filename.
774         * utils.c (gdb_realpath_keepfile): New function.
775         * utils.h (gdb_realpath_keepfile): New declaration.
776
777 2013-10-11  Doug Evans  <dje@google.com>
778
779         * Makefile.in (GDBFLAGS): New variable.
780         (run): New rule.
781
782 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
783
784         * NEWS: Add entry documenting the new "-catch-assert" and
785         "-catch-exception" GDB/MI commands.
786
787 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
788
789         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
790         "enabled".
791         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
792         "enabled".  Set B->ENABLE_STATE accordingly.
793         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
794         ada-lang.c.
795         (create_ada_exception_catchpoint): Add declaration.
796         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
797         (create_ada_exception_catchpoint): Make non-static. Add new
798         parameter "disabled". Use it in call to
799         init_ada_exception_breakpoint.
800         (catch_ada_exception_command): Add parameter "enabled" in call
801         to create_ada_exception_catchpoint.
802         (catch_assert_command): Likewise.
803
804         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
805         Add declarations.
806         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
807         "catch-exception" commands.
808         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
809         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
810
811 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
812
813         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
814         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
815         of all its enumerates with "ada_".  Update the rest of this
816         file throughout.
817
818 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
819
820         * ada-lang.c (ada_decode_exception_location): Delete.
821         (create_ada_exception_catchpoint): Remove arguments "sal",
822         "addr_string" and "ops".  Add argument "ex_kind" instead.
823         Adjust implementation accordingly, calling ada_exception_sal
824         to get the entities it no longer gets passed as arguments.
825         Document the function's arguments.
826         (catch_ada_exception_command): Use catch_ada_exception_command_split
827         instead of ada_decode_exception_location, and update call to
828         create_ada_exception_catchpoint.
829         (catch_ada_assert_command_split): Renames
830         ada_decode_assert_location.  Remove parameters "addr_string" and
831         "ops", and now returns void.  Adjust implementation accordingly.
832         Update the function documentation.
833         (catch_assert_command): Use catch_ada_assert_command_split
834         instead of ada_decode_assert_location.  Update call to
835         create_ada_exception_catchpoint.
836
837 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
838
839         * utils.h (perror_warning_with_name): Add declaration.
840         * utils.c (perror_warning_with_name): New function.
841         * cli/cli-cmds.c (source_script_with_search): Add call to
842         perror_warning_with_name if from_tty is nul.
843
844 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
845
846         * utils.c (perror_string): New function, extracted out of
847         throw_perror_with_name.
848         (throw_perror_with_name): Rework to use perror_string.
849
850 2013-10-11  Yao Qi  <yao@codesourcery.com>
851
852         * remote.c (discard_pending_stop_replies_in_queue): Update
853         declaration.
854         (struct stop_reply) <rs>: New field.
855         (remove_stop_reply_of_remote_state): New function.
856         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
857         Callers update.  Pass remove_stop_reply_of_remote_state to
858         QUEUE_iterate.
859         (remote_parse_stop_reply): Initialize field 'rs'.
860
861 2013-10-10  Will Newton  <will.newton@linaro.org>
862
863         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
864         linux_init_abi.
865
866 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
867
868         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
869         serial_baud_show_cmd.
870         (_initialize_cli_cmds): Delete the code creating the
871         "set/show remotebaud" commands.
872         * serial.c (baud_rate): Move here from top.c.
873         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
874         (_initialize_serial): Create "set/show serial baud" commands.
875         Add "set/show remotebaud" command aliases.
876         * top.c (baud_rate): Moved to serial.c.
877         * NEWS: Document the new "set/show serial baud" commands,
878         replacing "set/show remotebaud".
879
880 2013-10-09  Pedro Alves  <palves@redhat.com>
881
882         * breakpoint.c (insert_bp_location): Use memory_error_message to
883         build the memory error string.
884         * c-lang.c: Include "gdbcore.h".
885         (c_get_string): Use memory_error to throw error.
886         (target_xfer_memory_error): Delete.
887         (memory_error_message): New, factored out from
888         target_xfer_memory_error.
889         (memory_error): Change parameter type to target_xfer_error.
890         Rewrite.
891         (read_memory): Use memory_error instead of
892         target_xfer_memory_error.
893         * gdbcore.h: Include "target.h".
894         (memory_error): Change parameter type to target_xfer_error.
895         (memory_error_message): Declare function.
896         * target.c (target_read_memory, target_read_stack)
897         (target_write_memory, target_write_raw_memory): Return
898         TARGET_XFER_E_IO on error.  Adjust comments.
899         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
900         instead of EIO.
901         * target.h (target_read, target_insert_breakpoint)
902         (target_remove_breakpoint): Adjust comments.
903         * valprint.c (partial_memory_read): Rename parameter, and adjust
904         comment.
905         (val_print_string): Use memory_error_message to build the memory
906         error string.
907
908 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
909
910         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
911         result variable.  Rename variable fopen_e_ever_failed to
912         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
913
914 2013-10-09  Pedro Alves  <palves@redhat.com>
915
916         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
917         (monitor_write_memory_longlongs, monitor_write_memory_block):
918         Constify 'myaddr' parameter.
919         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
920         helper.
921         (monitor_xfer_partial): New function.
922         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
923         hook.  Install a to_xfer_partial hook.
924
925 2013-10-09  Tom Tromey  <tromey@redhat.com>
926
927         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
928         bfd_get_alt_debug_link_info.
929
930 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
931
932         New flag OBJF_NOT_FILENAME.
933         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
934         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
935         allocate_objfile.
936         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
937         symbol_file_add_from_bfd.
938         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
939         allocate_objfile.
940         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
941         NULL.
942         * objfiles.h (OBJF_NOT_FILENAME): New.
943
944 2013-10-08  Tom Tromey  <tromey@redhat.com>
945
946         * Makefile.in (SFILES): Add build-id.c.
947         (HFILES_NO_SRCDIR): Add build-id.h.
948         * build-id.c: New file, largely from elfread.c.  Modified
949         most functions.
950         * build-id.h: New file.
951         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
952         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
953         Search for dwz file using build-id.
954         * elfread.c (build_id_bfd_get, build_id_verify)
955         (build_id_to_debug_filename, find_separate_debug_file): Remove.
956
957 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
958
959         * ada-lang.c (compare_names_with_case): Renamed from
960         compare_names, adding a new parameter "casing" and its handling.
961         New function documentation.
962         (compare_names): New function, implemented using
963         compare_names_with_case.
964
965 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
966
967         * ada-lang.c (ada_exception_sal): Remove advance declaration.
968
969 2013-10-07  Tom Tromey  <tromey@redhat.com>
970
971         * objfiles.c (free_objfile_per_bfd_storage): Delete the
972         demangled_names_hash.
973         (free_objfile): Don't delete the demangled_names_hash.
974         * objfiles.h (struct objfile_per_bfd_storage)
975         <demangled_names_hash>: New field.
976         (struct objfile) <demangled_names_hash>: Move to
977         objfile_per_bfd_storage.
978         * symfile.c (reread_symbols): Don't delete the
979         demangled_names_hash.
980         * symtab.c (create_demangled_names_hash): Update.
981         (symbol_set_names): Update.
982
983 2013-10-07  Tom Tromey  <tromey@redhat.com>
984
985         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
986         needs_relocations>: New fields.
987         (gdb_bfd_requires_relocations): New function.
988         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
989         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
990         the BFD needs relocations applied.
991
992 2013-10-07  Pedro Alves  <palves@redhat.com>
993
994         PR breakpoints/11568
995         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
996         the thread list" instead of "gone".
997
998 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
999
1000         * NEWS: Mention new convenience variable $_exitsignal.
1001         * corelow.c (core_open): Reset exit convenience variables.  Set
1002         $_exitsignal to the uncaught signal which generated the corefile.
1003         * infrun.c (handle_inferior_event): Reset exit convenience
1004         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
1005         (clear_exit_convenience_vars): New function.
1006         * inferior.h (clear_exit_convenience_vars): New prototype.
1007
1008 2013-10-06  Yao Qi  <yao@codesourcery.com>
1009
1010         * varobj.h: Add comments to enum varobj_languages.
1011
1012 2013-10-04  Doug Evans  <dje@google.com>
1013
1014         Add support for DWP file format version 2.
1015         * NEWS: Mention support for DWP file format version 2.
1016         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
1017         union of asection, containing_section.  New fields virtual_offset
1018         and is_virtual.  Change type of readin filed from int to char.
1019         (dwo_sections, dwo_file): Tweak comments.
1020         (dwp_v2_section_ids): New enum.
1021         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
1022         str_offsets, types.
1023         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
1024         All uses updated.
1025         (virtual_v2_dwo_sections): New struct.
1026         (dwp_hash_table): New fields version, nr_columns.  Change type of
1027         section_pool field to a union.
1028         (dwp_file): New field version.
1029         (dwarf2_has_info): Check for virtual sections.
1030         (get_containing_section): New function.
1031         (get_section_bfd_owner, get_section_bfd_section): Call it.
1032         (dwarf2_locate_sections): Update.
1033         (dwarf2_section_empty_p): Update.
1034         (dwarf2_read_section): Handle virtual sections.
1035         (locate_dwz_sections): Update.
1036         (create_dwp_hash_table): Document and handle V2 format.
1037         (locate_v1_virtual_dwo_sections): Renamed from
1038         locate_virtual_dwo_sections and update.  All callers updated.
1039         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
1040         Delete arg htab.  Rename arg section_index to unit_index.
1041         All callers updated.
1042         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
1043         All uses updated.
1044         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
1045         (lookup_dwo_unit_in_dwp): Add V2 support.
1046         (dwarf2_locate_dwo_sections): Update.
1047         (dwarf2_locate_common_dwp_sections): Renamed from
1048         dwarf2_locate_dwp_sections and update.  All callers updated.
1049         (dwarf2_locate_v2_dwp_sections): New function.
1050         (open_and_init_dwp_file): Add V2 support.
1051         (read_str_index): New locals str_section, str_offsets_section.
1052
1053 2013-10-04  Pedro Alves  <palves@redhat.com>
1054
1055         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
1056         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
1057         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
1058         describing comments with references to ptid.h.
1059         * common/ptid.h: Remove intro description of constructors,
1060         accessors and predicates.
1061         (struct ptid): Reformat.
1062         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
1063         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
1064         describing comments.
1065
1066 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1067
1068         * aix-thread.c (sync_threadlists): Add missing ')' in call
1069         to ptid_build.
1070
1071 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1072
1073         * procfs.c (procfs_init_inferior): Fix typo causing the build
1074         to fail.
1075
1076 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1077
1078         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
1079
1080 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1081
1082         * mi/mi-main.c (run_one_inferior): Add function description.
1083         Make ARG a pointer to an integer whose value determines whether
1084         we should "run" or "start" the program.
1085         (mi_cmd_exec_run): Add handling of the "--start" option.
1086         Reject all other command-line options.
1087         * NEWS: Add entry for "-exec-run"'s new "--start" option.
1088
1089 2013-10-04  Yao Qi  <yao@codesourcery.com>
1090
1091         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
1092         (struct notif_client) <pending_event>: Moved
1093         to struct remote_notif_state.
1094         <id>: New field.
1095         (struct remote_notif_state) <pending_event>: New field.
1096         (notif_event_xfree): Declare.
1097         * remote-notif.c (handle_notification): Adjust.
1098         (notif_event_xfree): New function.
1099         (do_notif_event_xfree): Call notif_event_xfree.
1100         (remote_notif_state_xfree): Call notif_event_xfree to free
1101         each element in field pending_event.
1102         * remote.c (discard_pending_stop_replies): Remove declaration.
1103         (discard_pending_stop_replies_in_queue): Declare.
1104         (remote_close): Call discard_pending_stop_replies_in_queue
1105         instead of discard_pending_stop_replies.
1106         (remote_start_remote): Adjust.
1107         (stop_reply_xfree): Call notif_event_xfree.
1108         (notif_client_stop): Adjust initialization.
1109         (remote_notif_remove_all): Rename it to ...
1110         (remove_stop_reply_for_inferior): ... this.  Update comments.
1111         Don't check INF is NULL.
1112         (discard_pending_stop_replies): Return early if notif_state is
1113         NULL.  Adjust.  Don't check INF is NULL.
1114         (remote_notif_get_pending_events): Adjust.
1115         (discard_pending_stop_replies_in_queue): New function.
1116         (remote_wait_ns): Likewise.
1117
1118 2013-10-04  Yao Qi  <yao@codesourcery.com>
1119
1120         * remote-notif.c (DECLARE_QUEUE_P): Remove.
1121         (notif_queue): Remove.
1122         (remote_notif_process): Add one parameter 'notif_queue'.
1123         Update comments.  Callers update.
1124         (remote_async_get_pending_events_token): Remove.
1125         (remote_notif_register_async_event_handler): Remove.
1126         (remote_notif_unregister_async_event_handler): Remove.
1127         (handle_notification): Add parameter 'notif_queue'.  Update
1128         comments.  Callers update.
1129         (notif_xfree): Remove.
1130         (remote_notif_state_allocate): New function.
1131         (remote_notif_state_xfree): New function.
1132         (_initialize_notif): Remove code to allocate queue.
1133         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
1134         (struct remote_notif_state): New.
1135         (handle_notification): Update declaration.
1136         (remote_notif_process): Likewise.
1137         (remote_notif_register_async_event_handler): Remove.
1138         (remote_notif_unregister_async_event_handler): Remove.
1139         (remote_notif_state_allocate): Declare.
1140         (remote_notif_state_xfree): Declare.
1141         * remote.c (struct remote_state) <notif_state>: New field.
1142         (remote_close): Don't call
1143         remote_notif_unregister_async_event_handler.  Call
1144         remote_notif_state_xfree.
1145         (remote_open_1): Don't call
1146         remote_notif_register_async_event_handler.  Call
1147         remote_notif_state_allocate.
1148
1149 2013-10-04  Yao Qi  <yao@codesourcery.com>
1150
1151         * varobj.c (create_child_with_value): Remove 'const' from the
1152         type of parameter 'name'.
1153         (varobj_add_child): Likewise.
1154         (install_dynamic_child): Remove 'const' from the type of
1155         parameter 'name'.
1156         (varobj_add_child): Likewise.
1157         (create_child_with_value): Likewise.  Update comments.  Don't
1158         duplicate 'name'.
1159         (update_dynamic_varobj_children): Duplicate 'name'
1160         and pass it to install_dynamic_child.
1161
1162 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
1163
1164         * python/py-value.c (convert_value_from_python): Move PyInt_Check
1165         conversion logic to occur after PyLong_Check.  Comment on order
1166         change significance.
1167         * python/py-arch.c (archpy_disassemble): Comment on order of
1168         conversion for integers and longs.
1169
1170 2013-10-03  Pedro Alves  <palves@redhat.com>
1171
1172         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1173         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1174         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
1175         PTRACE_O_TRACEFORK is not supported.
1176         (linux_test_for_tracesysgood): New function.
1177         (linux_test_for_tracefork): New function, factored out from
1178         linux_check_ptrace_features, and also don't kill child_pid here.
1179
1180 2013-10-03  Tristan Gingold  <gingold@adacore.com>
1181
1182         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1183         Remove verbose error reporting.  Use detected state to
1184         thread_set_state call.
1185         (i386_darwin_dr_get): Fix return type.  Remove verbose error
1186         report.
1187         Remove trailing spaces.
1188
1189 2013-10-02  Pedro Alves  <palves@redhat.com>
1190
1191         * cp-valprint.c (cp_print_value_fields): Adjust calls to
1192         val_print_optimized_out.
1193         * jv-valprint.c (java_print_value_fields): Likewise.
1194         * p-valprint.c (pascal_object_print_value_fields): Likewise.
1195         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1196         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1197         new optimized out value.
1198         * findvar.c (address_from_register): Likewise.
1199         * frame.c (put_frame_register): Tweak error string to say the
1200         register was not saved, rather than optimized out.
1201         * infcmd.c (default_print_one_register_info): Adjust call to
1202         val_print_optimized_out.  Use value_of_register instead of
1203         get_frame_register_value.
1204         * mi/mi-main.c (output_register): Use value_of_register instead of
1205         get_frame_register_value.
1206         * valprint.c (valprint_check_validity): Likewise.
1207         (val_print_optimized_out): New value parameter.  If the value is
1208         lval_register, print <not saved> instead.
1209         (value_check_printable, val_print_scalar_formatted): Adjust calls
1210         to val_print_optimized_out.
1211         * valprint.h (val_print_optimized_out): New value parameter.
1212         * value.c (struct value) <optimized_out>: Extend comment.
1213         (error_value_optimized_out): New function.
1214         (require_not_optimized_out): Use it.  Use a different string for
1215         lval_register values.
1216         * value.h (error_value_optimized_out): New declaration.
1217         * NEWS: Mention <not saved>.
1218
1219 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1220
1221         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1222         strcmp to compare two symtab filenames.
1223
1224 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1225
1226         * symtab.c (search_symbols_equal): Delete.
1227         (sort_search_symbols_remove_dups): Replace call to
1228         search_symbols_equal by call to compare_search_syms,
1229         adjusting as necessary.
1230
1231 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1232
1233         PR python/15579
1234         * python/python.c: Document gdb.execute command in Python help.
1235
1236 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1237
1238         * python/py-frame.c (frame_info_to_frame_object): Use
1239         gdbpy_convert_exception. Clean up Python object on failure.
1240
1241 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1242
1243         * python/lib/gdb/command/frame_filters.py
1244         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1245         (ShowFrameFilterPriority.invoke): Ditto.
1246
1247 2013-10-01  Keith Seitz  <keiths@redhat.com>
1248
1249         * linespec.c (struct ls_parser): Make 'saved_arg' const.
1250         (parse_linespec): Make 'argptr' const.
1251         Remove temporary cast of 'argptr' to const char **.
1252         (decode_line_full): Pass const pointer to parse_linespec.
1253         (decode_line_1): Likewise.
1254         (decode_objc): Make local variable 'new_argptr' const.
1255         (find_function_symbols): Remove temporary cast to char *
1256         to find_imps.
1257         * objc-lang.c (find_imps): Make argument 'method' const.
1258         Return const.
1259         * objc-lang.h (find_imps): Likewise.
1260
1261 2013-10-01  Keith Seitz  <keiths@redhat.com>
1262
1263         * completer.c (skip_quoted_chars): Make all arguments const.
1264         Return const.
1265         (skip_quoted): Likewise.
1266         * completer.h (skip_quoted_chars): Likewise.
1267         (skip_quoted): Likewise.
1268         * defs.h (skip_quoted): Remove duplicate declaration.
1269         * jv-exp.y: Include completer.h.
1270         (yylex): Remove unneccessary cast to char * fro skip_quoted.
1271         * p-exp.y: Include completer.h.
1272
1273 2013-10-01  Keith Seitz  <keiths@redhat.com>
1274
1275         * c-exp.y (parse_number): Make first argument const.
1276         Make a copy of the input to manipulate.
1277         (c_parse_escape): Make first argument const.
1278         Make local variable 'tokptr' const.
1279         (parse_string_or_char): Make first two arguments const.
1280         (macro_original_text): Make const.
1281         (lex_one_token): Make local variable 'tokstart' const.
1282         Likewise for local variables named 'p'.
1283         Cast away const for struct stoken (temporary).
1284         * c-lang.h (c_parse_escpae): Make first argument const.
1285         * cli/cli-cmds.c (echo_command): Make local variable 'p'
1286         const.
1287         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1288         var_string case.
1289         * f-exp.y (parse_number): Make first argument const.
1290         (match_string_literal): Make local variable 'tokstart'
1291         const.
1292         (yylex): Make local variable 'p' const.
1293         Cast away const for struct stoken (temporary).
1294         * go-exp.y (parse_number): Make first argument const.
1295         (parse_string_or_char): Likewise.
1296         Make local variable 'tokstart' const.
1297         (lex_one_token): Likewise for numerous locals called 'p'.
1298         Cast away const for struct stoken (temporary).
1299         * jv-exp.y (parse_number): Make first argument const.
1300         Make local variables 'tokstart' and 'tokptr' const.
1301         Cast away const for call to skip_quoted (temporary).
1302         (yylex): Make local variable 'p' const.
1303         Cast away const for struct stoken (temporary).
1304         * m2-exp.y (parse_number): Make local variable 'p' const.
1305         (yylex): Likewise for 'tokstart'.
1306         Cast away const for struct stoken (temporary).
1307         Make local variable 'p' const.
1308         * macroexp.c (get_character_constant): Pass a const string
1309         to c_parse_escape.
1310         (get_string_literal): Likewise.
1311         (macro_expand_next): Make first argument const.
1312         Cast away const for init_shared_buffer.
1313         * macroexp.h (macro_expand_next): Make first argument const.
1314         * p-exp.y (yylex): Make a local copy of 'lexptr'.
1315         Pass a const string to c_parse_escape.
1316         Make local variables 'p' and 'namestart' const.
1317         * parse.c (lexptr): Make const.
1318         (prev_lexptr): Likewise.
1319         (find_template_name_end): Return const.
1320         Make argument const, too.
1321         (parse_exp_in_context): Make first argument const.
1322         Remove the entire const_hack.
1323         (parse_exp_in_context_1): Make first argument const.
1324         * parser-defs.h (find_template_name_end): Return const.
1325         Make argument const, too.
1326         (lexptr): Make const.
1327         (prev_lexptr): Likewise.
1328         * utils.c (parse_escape): Make second argument const.
1329         * utils.h (parse_escape): Likewise.
1330
1331 2013-10-01  Keith Seitz  <keiths@redhat.com>
1332
1333         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1334         is now const.
1335         (block_lookup): Make 'raw_name' and 'name' const.
1336         * ada-lex.l (processString): Update for struct stoken.ptr.
1337         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1338         (operator_stoken): Likewise.
1339         (lex_one_token): Remove temporary cast to char * for
1340         'yylval.sval.ptr'.
1341         * f-exp.y (yylex): Likewise.
1342         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1343         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1344         * go-exp.y (lex_one_token): Remove temporary cast to char * for
1345         'yylval.sval.ptr'.
1346         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1347         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1348         * linespec.c (struct ls_parser): Make 'stream' const.
1349         (find_parameter_list_end): Make argument 'input' and local
1350         variable 'p' const.
1351         (linespec_lexer_lex_string): Make local variables 'start' and
1352         'p' const.
1353         Use skip_spaces_const instead of skip_spaces.
1354         (linespec_lexer_peek_token): Make local variable 'saved_stream'
1355         const.
1356         (parse_linespec): Temporarily cast 'argptr' to const for
1357         'parser->lexer.stream'.
1358         * m2-exp.y (yylex): Remove temporary cast to char * for
1359         'yylval.sval.ptr'.
1360         * objc-lang.c (add_msglist): Make local variable 'p' const.
1361         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
1362         (exp : STRING): Make 'sp' const.
1363         (parse_number): Make argument 'p' const.
1364         * parser-defs.h (struct stoken): Make 'ptr' const.
1365
1366 2013-10-01  Doug Evans  <dje@google.com>
1367
1368         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1369
1370 2013-10-01  Yao Qi  <yao@codesourcery.com>
1371
1372         * varobj.c (c_value_of_root): Remove declaration.
1373         (cplus_value_of_root, java_value_of_root): Likewise.
1374         (ada_value_of_root): Likewise.
1375         (struct language_specific) <value_of_root>: Remove.
1376         (languages): Update initialization.
1377         (check_scope): Move earlier.
1378         (c_value_of_root): Move earlier and rename to ...
1379         (value_of_root_1): ... this.
1380         (value_of_root): Caller update.
1381         (cplus_value_of_root, java_value_of_root): Remove.
1382         (ada_value_of_root): Remove.
1383
1384 2013-10-01  Yao Qi  <yao@codesourcery.com>
1385
1386         * varobj.c (varobj_format_string): Remove "unknown".
1387         (languages): Remove the first element.
1388         * varobj.h (enum varobj_languages): Remove vlang_c.
1389
1390 2013-10-01  Yao Qi  <yao@codesourcery.com>
1391
1392         * varobj.c (struct language_specific) <language>: Remove.
1393         (languages): Update the initialization.
1394
1395 2013-10-01  Yao Qi  <yao@codesourcery.com>
1396
1397         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1398         "solib-target.h".  Include "windows-tdep.h".
1399         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
1400         set_solib_ops and set_gdbarch_has_dos_based_file_system.
1401         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1402         windows-tdep.o to gdb_target_obs.
1403
1404 2013-10-01  Yao Qi  <yao@codesourcery.com>
1405
1406         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1407         "solib-target.h".
1408         (amd64_windows_init_abi): Don't call set_solib_ops and
1409         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1410         windows_init_abi instead.
1411         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1412         "solib-target.h".
1413         (i386_cygwin_init_abi): Don't call set_solib_ops,
1414         set_gdbarch_has_dos_based_file_system and
1415         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1416         windows_init_abi instead.
1417         * windows-tdep.c: Include "solib.h" and "solib-target.h".
1418         (windows_init_abi): New function.
1419         (windows_iterate_over_objfiles_in_search_order): Make it
1420         static.
1421         * windows-tdep.h (windows_init_abi): Declare.
1422         (windows_iterate_over_objfiles_in_search_order): Remove
1423         declaration.
1424
1425 2013-10-01  Jerome Guitton  <guitton@adacore.com>
1426
1427         Checked in by Joel Brobecker  <brobecker@adacore.com>
1428         * system-gdbinit/elinos.py (get_elinos_environment): Return an
1429         incomplete dictionnary instead of None in case of missing
1430         environment variables.
1431         (elinos_init): in case of an incomplete environment, best
1432         effort to load system libraries instead of abort.
1433
1434 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
1435
1436         * ada-lang.c (ada_has_this_exception_support): Ignore
1437         mst_solib_trampoline minimal symbols.
1438
1439 2013-09-30  Tristan Gingold  <gingold@adacore.com>
1440
1441         * i386-darwin-nat.c (darwin_complete_target): Install methods for
1442         hardware watchpoint.
1443         (i386_darwin_dr_set): Support 32 and 64 bit states.
1444         (i386_darwin_dr_get): Likewise.
1445         (i386_darwin_dr_set_control): Make static.
1446         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1447         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1448
1449 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
1450
1451         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1452         Replace TIDGET with ptid_get_lwp.
1453         Replace GET_LWP with ptid_get_lwp.
1454         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1455         Replace BUILD_THREAD with ptid_build.
1456         Replace BUILD_LWP with ptid_build.
1457         Replace PIDGET with ptid_get_pid.
1458         Replace TIDGET with ptid_get_lwp.
1459         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1460         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1461         Replace TIDGET with ptid_get_lwp.
1462         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1463         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1464         Replace TIDGET with ptid_get_lwp.
1465         Replace GET_LWP with ptid_get_lwp.
1466         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1467         * auxv.c: Likewise.
1468         * breakpoint.c: Likewise.
1469         * common/ptid.c (ptid_is_pid): Condense check for
1470         null_ptid and minus_one_ptid.
1471         (ptid_lwp_p): New function.
1472         (ptid_tid_p): New function.
1473         * common/ptid.h: Update comments for accessors.
1474         (ptid_lwp_p): New prototype.
1475         (ptid_tid_p): New prototype.
1476         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1477         * gcore.c: Replace PIDGET with ptid_get_pid.
1478         * gdbthread.h: Likewise.
1479         * gnu-nat.c: Likewise.
1480         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1481         Replace TIDGET with ptid_get_lwp.
1482         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1483         * hppanbsd-nat.c: Likewise.
1484         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1485         Replace TIDGET with ptid_get_lwp.
1486         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1487         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1488         * infcmd.c: Likewise.
1489         * inferior.h: Likewise.
1490         * inflow.c: Likewise.
1491         * infrun.c: Likewise.
1492         * linux-fork.c: Likewise.
1493         * linux-nat.c: Replace PIDGET with ptid_get_pid.
1494         Replace GET_PID with ptid_get_pid.
1495         Replace is_lwp with ptid_lwp_p.
1496         Replace GET_LWP with ptid_get_lwp.
1497         Replace BUILD_LWP with ptid_build.
1498
1499 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
1500
1501         * common/linux-btrace.c: Move sys/syscall.h out of the
1502         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1503         Also check for SYS_perf_event_open before attempting to buid.
1504
1505 2013-09-27  Doug Evans  <dje@google.com>
1506
1507         * dwarf2read.c (dwarf2_section_info): Add comment.
1508         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1509         All uses updated.
1510         (dwarf2_section_empty_p): Rename arg from "info" to "section".
1511         (dwarf2_read_section): Delete unused local "header".  Add section
1512         name to error message.
1513         (create_dwo_in_dwp): Tweak comment.
1514         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1515
1516         * dwarf2read.c (die_reader_specs): Tweak comment.
1517         (get_section_bfd_owner, get_section_bfd_section): New functions.
1518         (get_section_name, get_section_file_name): New functions.
1519         (get_section_id, get_section_flags): New functions.
1520         (*): Use new functions to access section fields.
1521
1522         * dwarf2read.c (struct dwo_file): Add/tweak comments.
1523         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
1524         arg "htab".  All callers updated.
1525         (create_debug_types_hash_table): Remove redundant copy of
1526         abbrev_section.
1527         (create_dwo_in_dwp): Tweak comments.
1528         (read_str_index): Tweak comment.  Record dwarf form name in static
1529         local.
1530
1531 2013-09-27  Pedro Alves  <palves@redhat.com>
1532
1533         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1534         (remote_filename_p): Add comment.
1535         * remote.c (remote_filename_p): Adjust to use
1536         REMOTE_SYSROOT_PREFIX.
1537         * solib.c (solib_find): When deciding whether we need to add a
1538         directory separator, check whether the sysroot is "remote:"
1539         instead of checking whether the patch has a drive spec.  Add
1540         comments.
1541
1542 2013-09-27  Pedro Alves  <palves@redhat.com>
1543
1544         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1545         Delete fields.
1546         (remote_parse_stop_reply): Adjust, setting event->ws.kind
1547         directly.
1548
1549 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1550
1551         Fix set debug frame output.
1552         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
1553         SENTINEL_FRAME entry lower to match enum frame_type order.
1554
1555 2013-09-26  Pierre Muller  <muller@sourceware.org>
1556
1557         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1558         AMD64_R15_REGNUM when a register index is expected.
1559         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1560         Substitute in array.
1561         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1562         (amd64_push_arguments): Substitute in integer_regnum array.
1563
1564 2013-09-25  Doug Evans  <dje@google.com>
1565
1566         * objfiles.c (allocate_objfile): Move comment to better place.
1567
1568         New option "set debug symfile on".
1569         * NEWS: Mention "set debug symfile".
1570         * Makefile.in (SFILES): Add symfile-debug.c.
1571         (COMMON_OBS): Add symfile-debug.o.
1572         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1573         objfile's symbol functions.
1574         * objfiles.h (objfile_set_sym_fns): Declare.
1575         * symfile-debug.c: New file.
1576         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1577         objfile's symbol functions.
1578         (reread_symbols): Ditto.
1579
1580         * symfile.h (struct sym_fns): Delete member "sym_flavour".
1581         All uses updated.
1582         (add_symtab_fns): Update prototype.
1583         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
1584         (registered_sym_fns): ... this.
1585         (symtab_fns): Update.
1586         (add_symtab_fns): New arg "flavour".  All callers updated.
1587         (find_sym_fns): Rewrite to use new sym_fns registry.
1588
1589         * symfile.h (struct sym_fns): Add "objfile" argument to
1590         sym_read_linetable.  All uses updated.
1591
1592         * symtab.c (domain_name, search_domain_name): New functions.
1593         * symtab.h (domain_name, search_domain_name): Declare.
1594
1595         * symfile.h (struct quick_symbol_functions): Reorg arg list of
1596         map_matching_symbols so objfile is first.  All uses updated.
1597         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1598         * psymtab.c (map_matching_symbols_psymtab): Update signature.
1599
1600 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1601
1602         PR shlibs/8882
1603         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1604         link map entries.
1605
1606 2013-09-24  Doug Evans  <dje@google.com>
1607
1608         * objfiles.c (free_objfile): Move comment.
1609
1610 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1611
1612         * ada-exp.y (string_to_operator): Delete.
1613         (dummy_string_to_ada_operator): Delete.
1614
1615 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1616
1617         Revert:
1618         * i386-tdep.h (enum amd64_reg_class): New, moved here from
1619         amd64-tdep.c.
1620         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1621         call_dummy_integer_regs, and classify.
1622         * amd64-tdep.h (amd64_classify): Add declaration.
1623         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1624         (amd64_reg_class): Delete, moved to i386-tdep.h.
1625         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
1626         Replace call to amd64_classify by call to tdep->classify.
1627         (amd64_push_arguments): Get the list of registers to use for
1628         passing integer parameters from the gdbarch tdep structure,
1629         rather than using a hardcoded one.  Replace calls to amd64_classify
1630         by calls to tdep->classify.
1631         (amd64_push_dummy_call): Get the register number used for
1632         the "hidden" argument from tdep->call_dummy_integer_regs.
1633         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1634         and tdep->call_dummy_integer_regs.  Set tdep->classify.
1635
1636 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1637
1638         Revert:
1639         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1640         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1641         where tdep->memory_args_by_pointer is non-zero.
1642
1643 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1644
1645         Revert:
1646         * i386-tdep.h (struct gdbarch_tdep): Add new field
1647         integer_param_regs_saved_in_caller_frame.
1648         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1649         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1650
1651 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1652
1653         * amd64-windows-tdep.c: #include "value.h"
1654         (amd64_windows_classify): Delete.
1655         (amd64_windows_passed_by_integer_register)
1656         (amd64_windows_passed_by_xmm_register)
1657         (amd64_windows_passed_by_pointer)
1658         (amd64_windows_adjust_args_passed_by_pointer)
1659         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1660         (amd64_windows_push_dummy_call): New functions.
1661         (amd64_windows_init_abi): Remove setting of
1662         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1663         tdep->classify, tdep->memory_args_by_pointer and
1664         tdep->integer_param_regs_saved_in_caller_frame.
1665         Add call to set_gdbarch_push_dummy_call.
1666
1667 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1668
1669         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1670         objfile->original_name.
1671
1672 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1673
1674         Pass down original filename for objfile.
1675         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1676         * elfread.c (elf_symfile_read): Likewise.
1677         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1678         longer set ORIGINAL_NAME.
1679         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1680         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1681         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
1682         symbol_file_add_from_bfd call.
1683         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1684         (macho_check_dsym): Add parameter filenamep.  Change function comment.
1685         Set *filenamep.
1686         (macho_symfile_read): New variable dsym_filename.  Update
1687         macho_check_dsym call.  Use it for symbol_file_add_separate.
1688         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
1689         it.  Use it for objfile->original_name.
1690         (objfile_name): Return OBFD's filename, if available.
1691         * objfiles.h (allocate_objfile): Add new parameter name.
1692         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1693         * symfile-mem.c (symbol_file_add_from_memory): Update
1694         symbol_file_add_from_bfd call.
1695         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1696         comment for it.
1697         (symbol_file_add_with_addrs): New parameter name, add function comment
1698         for it.  Remove variable name.  Update allocate_objfile call.
1699         (symbol_file_add_separate): New parameter name, add function comment
1700         for it.  Update symbol_file_add_with_addrs call.
1701         (symbol_file_add_from_bfd): New parameter name.  Update
1702         symbol_file_add_with_addrs call.
1703         (symbol_file_add): Update symbol_file_add_from_bfd call.
1704         (reread_symbols): New variable original_name.  Save
1705         objfile->original_name by it.
1706         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1707         second parameter.
1708
1709 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1710
1711         Code cleanup: Add objfile_name accessor function.
1712         * ada-lang.c (is_known_support_routine): Use objfile_name.
1713         * auto-load.c (source_gdb_script_for_objfile)
1714         (auto_load_objfile_script): Likewise.
1715         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1716         * dbxread.c (dbx_symfile_read): Likewise.
1717         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1718         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1719         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1720         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1721         (lookup_dwp_signatured_type, lookup_dwo_unit)
1722         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1723         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1724         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1725         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1726         (dwarf2_record_block_ranges, read_common_block, read_typedef)
1727         (read_subrange_type, load_partial_dies, read_partial_die)
1728         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1729         (die_containing_type, build_error_marker_type, lookup_die_type)
1730         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1731         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1732         (get_DW_AT_signature_type, write_psymtabs_to_index)
1733         (save_gdb_index_command): Likewise.
1734         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1735         Likewise.
1736         * expprint.c (dump_subexp_body_standard): Likewise.
1737         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1738         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1739         original_name.
1740         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1741         obj_name, use objfile_name for it, use the variable.
1742         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1743         Use objfile_name.
1744         * machoread.c (macho_symtab_read, macho_check_dsym)
1745         (macho_symfile_relocate): Likewise.
1746         * maint.c (maintenance_translate_address): Likewise.
1747         * minidebug.c (find_separate_debug_file_in_section): Likewise.
1748         * minsyms.c (install_minimal_symbols): Likewise.
1749         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1750         original_name.
1751         (filter_overlapping_sections): Use objfile_name.
1752         (objfile_name): New function.
1753         * objfiles.h (struct objfile): Rename field name to original_name.
1754         (objfile_name): New prototype.
1755         * printcmd.c (sym_info, address_info): Use objfile_name.
1756         * probe.c (parse_probes, collect_probes, compare_probes)
1757         (info_probes_for_ops): Likewise.
1758         * progspace.c (clone_program_space): Likewise.
1759         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1760         (maintenance_info_psymtabs): Likewise.
1761         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1762         (source_section_scripts): Likewise.
1763         * python/py-objfile.c (objfpy_get_filename): Likewise.
1764         * python/py-progspace.c (pspy_get_filename): Likewise.
1765         * solib-aix.c (solib_aix_get_toc_value): Likewise.
1766         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1767         * solib.c (solib_read_symbols): Likewise.
1768         * stabsread.c (scan_file_globals): Likewise.
1769         * stap-probe.c (handle_stap_probe): Likewise.
1770         * symfile.c (symbol_file_clear, separate_debug_file_exists)
1771         (find_separate_debug_file_by_debuglink): Likewise.
1772         (reread_symbols): Likewise.  Use the objfile field name renamed to
1773         original_name.
1774         (allocate_symtab): Use objfile_name.
1775         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1776         (dump_objfile, dump_msymbols, dump_symtab_1)
1777         (maintenance_print_msymbols, maintenance_print_objfiles)
1778         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1779         * target.c (target_translate_tls_address, target_info): Likewise.
1780         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
1781         objfile_name.
1782
1783 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1784
1785         Code cleanup.
1786         * probe.c (parse_probes): Rename variable objfile_name to
1787         objfile_namestr.
1788
1789 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1790
1791         Remove solib-sunos.c.
1792         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1793         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1794         * objfiles.c (rt_common_objfile): Remove.
1795         (free_objfile): Remove rt_common_objfile comparison.
1796         * objfiles.h (rt_common_objfile): Remove.
1797         * solib-sunos.c: Remove.
1798         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1799
1800 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1801
1802         Remove a.out NetBSD and OpenBSD hosts.
1803         * NEWS (Removed native configurations): New.
1804         * config/arm/nbsdaout.mh: Remove.
1805         * config/i386/nbsdaout.mh: Remove.
1806         * config/i386/obsdaout.mh: Remove.
1807         * config/m68k/nbsdaout.mh: Remove.
1808         * config/sparc/nbsdaout.mh: Remove.
1809         * config/vax/nbsdaout.mh: Remove.
1810         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1811         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1812         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1813         error.
1814         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1815         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1816         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1817
1818 2013-09-23  Tom Tromey  <tromey@redhat.com>
1819
1820         * linespec.c (struct minsym_and_objfile): Remove.
1821         (minsym_and_objfile_d): Remove.
1822         (struct linespec, struct collect_info, linespec_parse_basic)
1823         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1824         (compare_msymbols, find_method, find_function_symbols)
1825         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1826         (add_minsym, search_minsyms_for_name): Update.
1827
1828 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1829
1830         * regcache.c: Add include of valprint.h.
1831         (dump_endian_bytes): Delete.
1832         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1833
1834 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1835
1836         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1837
1838 2013-09-19  Pedro Alves  <palves@redhat.com>
1839
1840         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1841         breakpoints.
1842
1843 2013-09-19  Pedro Alves  <palves@redhat.com>
1844             Thomas Schwinge  <thomas@codesourcery.com>
1845             Yue Lu  <hacklu.newborn@gmail.com>
1846
1847         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1848         Take a gdb_byte pointer instead of a char pointer.
1849
1850         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1851         gnu_xfer_partial helper.
1852         (gnu_xfer_partial): New function.
1853         (gnu_target): Don't install a deprecated_xfer_memory hook.
1854         Install a to_xfer_partial hook.
1855
1856 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1857
1858         Constification.
1859         * main.c (captured_main): Replace catch_command_errors by
1860         catch_command_errors_const.  Twice.
1861         * symfile.c (symbol_file_add_main_1): Make args parameter const.
1862         (symbol_file_add): Make name parameter const.
1863         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1864         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
1865         variable name.  Change their usage accordingly.
1866         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1867         const.
1868         (symbol_file_add_main): Make args parameter const.
1869
1870 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
1871             Ulrich Weigand  <uweigand@de.ibm.com>
1872
1873         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1874         of c_value member.
1875         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1876
1877 2013-09-18  Pedro Alves  <palves@redhat.com>
1878             Yue Lu  <hacklu.newborn@gmail.com>
1879
1880         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1881         (gnu_create_inferior)
1882         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1883         (set_sig_thread_cmd): Use the lwpid field of ptids to
1884         store/extract thread ids instead of the tid field.
1885         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1886
1887 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1888
1889         * infcmd.c (default_print_one_register_info): Add detection of
1890         optimized out values.
1891         (default_print_registers_info): Switch to using
1892         get_frame_register_value.
1893
1894 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1895
1896         * infrun.c (handle_inferior_event): Check if we know the
1897         function start address before setting a resume breakpoint.
1898
1899 2013-09-18  Pedro Alves  <palves@redhat.com>
1900
1901         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1902         minus_one_ptid instead of looking at the ptid's tid field and
1903         comparing that to -1.
1904
1905 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1906
1907         * main.h (get_gdb_program_name): Remove extra whitespace.
1908
1909 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1910
1911         * main.h (get_gdb_program_name): Add declaration.
1912         * main.c (get_gdb_program_name): Add definition.
1913
1914 2013-09-17  Doug Evans  <dje@google.com>
1915
1916         * dwarf2read.c: Move definitions of complaint functions to after
1917         forward declarations of local functions.
1918
1919 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
1920             Pedro Alves  <palves@redhat.com>
1921
1922         PR gdb/11568
1923         * breakpoint.c (remove_threaded_breakpoints): New function.
1924         (_initialize_breakpoint): Attach remove_threaded_breakpoints
1925         as thread_exit observer.
1926
1927 2013-09-17  Pedro Alves  <palves@redhat.com>
1928
1929         PR gdb/15911
1930         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1931         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1932         * corelow.c (core_open):
1933         * frame.h (print_stack_frame, print_frame_info): New
1934         'set_current_sal' parameter.
1935         * infcmd.c (finish_command, kill_command): Adjust call to
1936         print_stack_frame.
1937         * inferior.c (inferior_command): Likewise.
1938         * infrun.c (normal_stop): Likewise.
1939         * linux-fork.c (linux_fork_context): Likewise.
1940         * record-full.c (record_full_goto_entry, record_full_restore):
1941         Likewise.
1942         * remote-mips.c (common_open): Likewise.
1943         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1944         Use it.
1945         (print_frame_info): New 'set_current_sal' parameter.  Set the last
1946         displayed sal depending on the new paremeter instead of looking at
1947         print_what.
1948         (backtrace_command_1, select_and_print_frame, frame_command)
1949         (current_frame_command, up_command, down_command): Adjust call to
1950         print_stack_frame.
1951         * thread.c (print_thread_info, restore_selected_frame)
1952         (do_captured_thread_select): Adjust call to print_stack_frame.
1953         * tracepoint.c (tfind_1): Likewise.
1954         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1955         (mi_cmd_stack_info_frame): Likewise.
1956         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1957         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1958
1959 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1960
1961         * value.c (isvoid_internal_fn): Replace "parameter" with
1962         "argument".
1963
1964 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1965
1966         * README: Update references to writing code for GDB.
1967         * configure.ac (build_warnings): Remove obsolete comment.
1968         * configure: Regenerate.
1969         * gdbarch.sh: Remove references to gdbint.texinfo.
1970         * gdbarch.h: Regenerate.
1971         * gdbtypes.c (objfile_type): Remove comments referencing internals
1972         manual and D10V.
1973
1974 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1975
1976         * NEWS: Mention new convenience function $_isvoid.
1977         * value.c (isvoid_internal_fn): New function.
1978         (_initialize_values): Add new convenience function $_isvoid.
1979
1980 2013-09-16  Pierre Muller  <muller@sourceware.org>
1981
1982         * arm-linux-tdep.c: Add "elf/common.h" header.
1983         Remove AT_HWCAP macro definintion as it is provided in
1984         added include file.
1985         * s390-tdep.c: Remove system header <elf.h>
1986         Add "elf/common.h" header for AT_HWCAP definition.
1987         (s390_core_read_description): Use correct CORE_ADDR
1988         for hwcap local variable used as third parameter
1989         of function target_auxv_search.
1990
1991 2013-09-14  Pierre Muller  <muller@sourceware.org>
1992             Tom Tromey  <tromey@redhat.com>
1993             Pedro Alves  <palves@redhat.com>
1994
1995         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1996         mode if operating system doesn't know O_CLOEXEC.
1997
1998 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1999
2000         Code cleanup.
2001         * symfile.c (reread_symbols): Move variable obfd_filename to a more
2002         inner block.
2003
2004 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2005
2006         * NEWS: Mention TDB support.
2007         * features/s390-tdb.xml: New file.
2008         * features/s390-te-linux64.xml: New file.
2009         * features/s390x-te-linux64.xml: New file.
2010         * features/Makefile (WHICH): Add new tdescs above.
2011         (s390-te-linux64-expedite): Set.
2012         (s390x-te-linux64-expedite): Set.
2013         * features/s390-te-linux64.c: New file (generated).
2014         * features/s390x-te-linux64.c: New file (generated).
2015         * regformats/s390-te-linux64.dat: New file (generated).
2016         * regformats/s390x-te-linux64.dat: New file (generated).
2017         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
2018         (HWCAP_S390_TE): Likewise.
2019         (S390_TDB_DWORD0_REGNUM): Likewise.
2020         (S390_TDB_DWORD0_REGNUM): Likewise.
2021         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
2022         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
2023         (S390_TDB_ATIA_REGNUM): Likewise.
2024         (S390_TDB_R0_REGNUM): Likewise.
2025         (S390_TDB_R1_REGNUM): Likewise.
2026         (S390_TDB_R2_REGNUM): Likewise.
2027         (S390_TDB_R3_REGNUM): Likewise.
2028         (S390_TDB_R4_REGNUM): Likewise.
2029         (S390_TDB_R5_REGNUM): Likewise.
2030         (S390_TDB_R6_REGNUM): Likewise.
2031         (S390_TDB_R7_REGNUM): Likewise.
2032         (S390_TDB_R8_REGNUM): Likewise.
2033         (S390_TDB_R9_REGNUM): Likewise.
2034         (S390_TDB_R10_REGNUM): Likewise.
2035         (S390_TDB_R11_REGNUM): Likewise.
2036         (S390_TDB_R12_REGNUM): Likewise.
2037         (S390_TDB_R13_REGNUM): Likewise.
2038         (S390_TDB_R14_REGNUM): Likewise.
2039         (S390_TDB_R15_REGNUM): Likewise.
2040         (S390_NUM_REGS): Increase.
2041         (S390_IS_TDBREGSET_REGNUM): New macro.
2042         (s390_regmap_tdb): Declare.
2043         (s390_sizeof_tdbregset): Define.
2044         (tdesc_s390_te_linux64): Declare.
2045         (tdesc_s390x_te_linux64): Likewise.
2046         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
2047         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
2048         (s390_regmap_tdb): New regmap.
2049         (s390_supply_tdb_regset): New function.
2050         (s390_tdb_regset): New regset.
2051         (s390_linux64v2_regset_sections): Add TDB regset to list.
2052         (s390x_linux64v2_regset_sections): Likewise.
2053         (s390_regset_from_core_section): Recognize TDB core note section.
2054         (s390_core_read_description): If HWCAP indicates TE support,
2055         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
2056         (s390_gdbarch_init): Handle TDB regset.
2057         (_initialize_s390_tdep): Initialize new tdescs.
2058         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
2059         (have_regset_tdb): New variable.
2060         (s390_native_supply): Support register invalidation.
2061         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
2062         (check_regset): Treat ENODATA as "regset exists".
2063         (s390_linux_fetch_inferior_registers): Add TDB.
2064         (s390_read_description): Check for TDB existence and select
2065         appropriate tdesc.
2066         * gdbserver/Makefile.in (clean): Add removal of new makefile
2067         targets.
2068         (s390-te-linux64.c): New makefile target.
2069         (s390x-te-linux64.c): Likewise.
2070         * gdbserver/configure.srv (srv_regobj): Append new objects
2071         s390-te-linux64.o and s390x-te-linux64.o.
2072         (srv_xmlfiles): Append new files s390-te-linux64.xml,
2073         s390x-te-linux64.xml, and s390-tdb.xml.
2074         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
2075         declaration.
2076         (tdesc_s390_te_linux64): Likewise.
2077         (init_registers_s390x_te_linux64): Likewise.
2078         (tdesc_s390x_te_linux64): Likewise.
2079         (s390_check_regset): Treat ENODATA as "regset exists".
2080         (s390_arch_setup): Add TDB regset support.
2081         (initialize_low_arch): Initialize registers for new tdescs.
2082
2083 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2084
2085         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
2086         (S390_IS_FPREGSET_REGNUM): New macro.
2087         * s390-tdep.c (s390_dwarf_regmap): Make const.
2088         (regnum_is_gpr_full): New function for replacing repeated code.
2089         (s390_pseudo_register_name): Use it.
2090         (s390_pseudo_register_type): Likewise.
2091         (s390_pseudo_register_read): Likewise.
2092         (s390_pseudo_register_write): Likewise.
2093         (s390_unwind_pseudo_register): Likewise.
2094         (s390_regmap_gregset): New format for regmap.
2095         (s390x_regmap_gregset): Likewise.
2096         (s390_regmap_fpregset): Likewise.
2097         (s390_regmap_upper): Likewise.
2098         (s390_regmap_last_break): Likewise.
2099         (s390_regmap_system_call): Likewise.
2100         (s390_supply_regset): Adjust to new regmap format.
2101         (s390_collect_regset): Likewise.
2102         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
2103         (s390_native_collect): Likewise.
2104         (supply_gregset): Likewise.
2105         (fill_gregset): Likewise.
2106         (supply_fpregset): Likewise.
2107         (fill_fpregset): Likewise.
2108         (fetch_regset): Likewise.
2109         (store_regset): Likewise.
2110         (s390_linux_fetch_inferior_registers): Likewise.
2111         (s390_linux_fetch_inferior_registers): Likewise.
2112
2113 2013-09-12  Andrew Pinski  <apinski@cavium.com>
2114
2115         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
2116
2117 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2118
2119         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
2120
2121 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
2122
2123         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
2124
2125 2013-09-06  Pedro Alves <palves@redhat.com>
2126
2127         * remote-sim.c (dump_mem, gdbsim_fetch_register)
2128         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
2129         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
2130         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
2131         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
2132         gdb_stdlog.
2133
2134 2013-09-06  Pedro Alves  <palves@redhat.com>
2135
2136         * remote-sim.c (dump_mem): Constify buf parameter.
2137         gdbsim_xfer_inferior_memory): Rename to ...
2138         (gdbsim_xfer_memory): ... this.  Adjust interface as
2139         target_xfer_partial helper.
2140         (gdbsim_xfer_partial): New function.
2141         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
2142         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
2143
2144 2013-09-06  Pedro Alves  <palves@redhat.com>
2145
2146         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2147         host_address_to_string, and send debug output to gdb_stdlog.
2148
2149 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2150
2151         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2152         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2153         gdb_target_obs for cris target.
2154         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2155         (cris_gdbarch_init): Move calls to
2156         set_gdbarch_fetch_tls_load_module_address and
2157         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2158         Add call to gdbarch_init_osabi.
2159         * cris-linux-tdep.c: New file.
2160         * cris-tdep.h: New file.
2161
2162 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
2163
2164         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2165         to deprecated_init_ui_hook.
2166
2167 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
2168
2169         * cli/cli-interp.c (_initialize_cli_interp): Add a
2170         command_loop_proc to interp_procs.
2171         * event-top.c (cli_command_loop): Change signature to match
2172         interp_command_loop_ftype.
2173         * event-top.h (cli_command_loop): Same.
2174         * interps.c (interp_new): Require every interpreter to have a
2175         command_loop_proc.
2176         (current_interp_command_loop): Just call the command_loop_proc on
2177         the current interpreter.
2178         * tui/tui-interp.c (_initialize_tui_interp): Add a
2179         command_loop_proc to interp_procs.
2180
2181 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2182
2183         * cris-tdep.c (cris_gdbarch_init): Add call to
2184         get_gdbarch_fetch_tls_load_module_address.
2185
2186 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2187
2188         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2189         (cris_elf_gregset_t): Rename from elf_gregset_t.
2190         (crisv32_elf_gregset_t): Adjust.
2191         (cris_supply_gregset, fetch_core_registers): Adjust.
2192
2193 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2194
2195         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2196
2197 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
2198
2199         * defs.h (deprecated_command_loop_hook): Remove, including
2200         references in comments.
2201         * interps.c (current_interp_command_loop): No longer use
2202         deprecated_command_loop_hook.
2203         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2204         setup.
2205         * top.c (deprecated_command_loop_hook): Remove.
2206
2207 2013-09-05  Pedro Alves  <palves@redhat.com>
2208
2209         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2210         local is now int instead of ULONGEST.  Print it with %d
2211         instead of paddress.
2212
2213 2013-09-05  Tristan Gingold  <gingold@adacore.com>
2214
2215         * MAINTAINERS: Remove avr maintainership.
2216
2217 2013-09-05  Pedro Alves  <palves@redhat.com>
2218
2219         * findvar.c (value_of_register): Rework in terms of
2220         value_of_register_lazy.
2221
2222 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
2223
2224         * symfile.c (add_symbol_file_command): Remove trailing
2225          whitespaces and blank line after comment.
2226
2227 2013-09-05  Pedro Alves  <palves@redhat.com>
2228
2229         * tui/tui-regs.c (tui_register_format): Don't look at the
2230         register's name here.  Return string representing register
2231         value instead of storing it in the data element.
2232         (tui_get_register): Compare register string representations
2233         instead of register value states and contents.
2234
2235 2013-09-05  Pedro Alves  <palves@redhat.com>
2236
2237         PR tui/15933
2238         * tui/tui-regs.c (tui_show_registers): Show registers of the
2239         selected frame, not the current frame.
2240
2241 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
2242
2243         * MAINTAINERS (Write After Approval): Add myself to the list.
2244
2245 2013-09-04  Doug Evans  <dje@google.com>
2246
2247         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2248         (queue_and_load_dwo_tu): New function.
2249         (lookup_dwo_signatured_type): Set per_cu.tu_read.
2250         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2251         Make dependent_cu optional.
2252         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2253         and an older .gdb_index is in use, queue and load all its TUs too.
2254
2255 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2256
2257         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2258         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2259         variable search_flags.
2260         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2261         (OPF_RETURN_REALPATH): ... here.
2262         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2263         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2264         call.  Twice.
2265         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2266         openp call.
2267         * solib.c (solib_find): Likewise.  Four times.
2268         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2269         in the function comment and for the realpath_fptr variable.
2270         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2271         (find_and_open_source): Likewise.  Twice.
2272         * symfile.c (symfile_bfd_open): Likewise, also twice.
2273
2274 2013-09-04  Doug Evans  <dje@google.com>
2275
2276         * progspace.c (save_current_space_and_thread): Remove unnecessary
2277         call to save_current_inferior.
2278
2279 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
2280
2281         * sh64-tdep.c (sh64_do_register): Return after printing message
2282         about unavailable register contents.
2283
2284 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
2285             Pedro Alves  <palves@redhat.com>
2286
2287         * symfile.c (add_symbol_file_command): Error out on unknown
2288         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2289         options and collapse into single conditional branch.
2290
2291 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
2292
2293         * inf-child.c (inf_child_follow_fork): New parameter
2294         detach_fork.
2295         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2296         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2297         * inferior.h (detach_fork): Remove.
2298         * infrun.c (detach_fork): Adjust comment and make it
2299         static.
2300         (follow_fork): Pass detach_fork parameter to
2301         target_follow_fork.
2302         * linux-nat.c (linux_child_follow_fork): New parameter
2303         detach_fork.
2304         * target.c (target_follow_fork): New parameter detach_fork.
2305         Pass detach_fork as parameter and print its value.
2306         * target.h (struct target_ops) <to_follow_fork>: New int
2307         parameter.
2308         (target_follow_fork): New parameter detach_fork.
2309
2310 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
2311
2312         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2313         Replace sec->bfd by sec->the_bfd_section->owner.
2314
2315 2013-09-03  Yao Qi  <yao@codesourcery.com>
2316
2317         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
2318         from linux_has_shared_address_space.
2319         (linux_has_shared_address_space): Call linux_is_uclinux.
2320         * linux-tdep.h (linux_is_uclinux): Declare.
2321         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2322         linux_is_uclinux.
2323
2324 2013-09-03  Yao Qi  <yao@codesourcery.com>
2325
2326         * config/djgpp/fnchange.lst: Remove entry of
2327         i386-interix-nat.c and i386-interix-tdep.c.
2328         * configure.ac: Remove '*-*-interix*'.
2329         * configure: Re-generated.
2330         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2331         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2332         obsolete comments.
2333         * osabi.c (gdb_osabi_names): Remove "Interix".
2334
2335 2013-09-03  Yao Qi  <yao@codesourcery.com>
2336
2337         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2338
2339 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
2340
2341         * record.h (record_print_flag) <record_print_src_line,
2342         record_print_insn_range>: Rename into ...
2343         (record_print_flag) <record_print_src_line,
2344         record_print_insn_range>: ... this.  Update all users.
2345
2346 2013-09-02  Pierre Muller  <muller@sourceware.org>
2347
2348         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2349         error code.
2350
2351 2013-09-02  Pierre Muller  <muller@sourceware.org>
2352
2353         * windows-nat.c (windows_xfer_memory): Fix compilation failure
2354         by use of plongest function.
2355
2356 2013-09-02  Tristan Gingold  <gingold@adacore.com>
2357
2358         * NEWS: Add entry mentioning support for native Windows x64
2359         SEH data.
2360
2361         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
2362         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
2363         (struct amd64_windows_frame_cache): New struct.
2364         (amd64_windows_w2gdb_regnum): New global.
2365         (pc_in_range, amd64_windows_frame_decode_epilogue)
2366         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
2367         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
2368         (amd64_windows_frame_this_id): New functions.
2369         (amd64_windows_frame_unwind): New static global.
2370         (amd64_windows_skip_prologue): New function.
2371         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2372         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2373         with amd64_windows_skip_prologue.
2374
2375 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
2376
2377         GDB 7.6.1 released.
2378
2379 2013-08-30  Pedro Alves  <palves@redhat.com>
2380
2381         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2382         SRC_AND_LOC.
2383
2384 2013-08-30  Pedro Alves  <palves@redhat.com>
2385
2386         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2387         warning text.
2388
2389 2013-08-30  Pedro Alves  <palves@redhat.com>
2390
2391         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2392         Adjust arguments to print_stack_frame.
2393
2394 2013-08-30  Pedro Alves  <palves@redhat.com>
2395
2396         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2397
2398 2013-08-30  Pedro Alves  <palves@redhat.com>
2399
2400         * frame.h (show_and_print_stack_frame): Delete declaration.
2401
2402 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
2403
2404         PR python/15461
2405         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2406         (archpy_name): Check for valid architecture.
2407         (archpy_disassemble): Ditto.
2408
2409 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
2410
2411         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2412         instead of "long long" in call to ptrace64.
2413
2414 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
2415
2416         * mi/mi-interp.c (mi_command_loop): Change signature to match
2417         interp_command_loop_ftype.
2418         (mi1_command_loop): Remove.
2419         (mi2_command_loop): Remove.
2420         (mi3_command_loop): Remove.
2421         (mi_interpreter_resume): Remove setting of
2422         deprecated_command_loop_hook.
2423         (_initialize_mi_interp): Set mi_command_loop as the command loop
2424         callback.
2425
2426 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2427
2428         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2429         value_type.
2430
2431 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2432
2433         * value.c (allocate_value_contents): Make static.
2434         * value.h (allocate_value_contents): Remove prototype.
2435
2436 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2437
2438         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2439         of assembling value via allocate_value_lazy and attribute setter.
2440         * findvar.c (default_read_var_value): Use value_at_lazy instead of
2441         assembling value via allocate_value_lazy and attribute setter.
2442         * valops.c (do_search_struct_field): Use value_at_lazy instead of
2443         assembling value via allocate_value_lazy and attribute setter.
2444
2445 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2446
2447         * value.c (value_from_contents_and_address): Replace allocate_value and
2448         memcpy with value_from_contents.
2449
2450 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2451
2452         * python/py-framefilter.c (py_print_frame): Remove usage of
2453         PyString_AsString.  Use python_string_to_host_string instead.
2454         Refactor function to work with a string as a new allocation
2455         instead of a pointer.
2456         (py_print_frame): Ditto.
2457         * python/lib/gdb/frames.py (return_list): Cain iterators together
2458         instead of adding them as a list.
2459         (_sort_list): Call return_list, and remove duplicate code.
2460         (execute_frame_filters): Convert iterator to a list with list().
2461         * python/lib/gdb/command/frame_filters.py
2462         (SetFrameFilterPriority._set_filter_priority): Convert priority
2463         attribute to an integer.
2464         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2465         wrapper function __next__.
2466         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2467         define as "str".
2468
2469 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2470
2471         PR python/15752
2472         * python/py-framefilter.c (apply_frame_filter): Check
2473         gdb_python_initialized.  Exit if the Python frame-filter code
2474         cannot be initialized.
2475
2476 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2477
2478         PR cli/15842
2479         * top.c (print_gdb_version): Remove erroneous newline after help
2480         text.
2481
2482 2013-08-29  Yao Qi  <yao@codesourcery.com>
2483
2484         * varobj.c (install_dynamic_child): Remove trailing space.
2485         Add one blank line after variable declaration.
2486
2487 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2488
2489         PR gdb/15415
2490         * corefile.c (get_exec_file): Use exec_filename.
2491         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
2492         * exec.c (exec_close): Free EXEC_FILENAME.
2493         (exec_file_attach): New variable canonical_pathname.  Use
2494         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
2495         EXEC_FILENAME.
2496         * exec.h (exec_filename): New.
2497         * inferior.c (print_inferior, inferior_command): Use
2498         PSPACE_EXEC_FILENAME.
2499         * mi/mi-main.c (print_one_inferior): Likewise.
2500         * progspace.c (clone_program_space, print_program_space): Likewise.
2501         * progspace.h (struct program_space): New field pspace_exec_filename.
2502         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
2503         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2504
2505 2013-08-28  Will Newton  <will.newton@linaro.org>
2506
2507         * common/linux-ptrace.c: Include stdint.h unconditionally.
2508
2509 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2510
2511         Code cleanup.
2512         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2513
2514 2013-08-28  Yao Qi  <yao@codesourcery.com>
2515             Pedro Alves  <palves@redhat.com>
2516
2517         * event-top.c (gdb_setup_readline): Call stderr_fileopen
2518         instead of stdio_fileopen.
2519         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2520         .Call stderr_fileopen instead of stdio_fileopen.
2521         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2522         [__MINGW32__] (stderr_file_fputs): New function.
2523         (stderr_fileopen): New function.
2524         * ui-file.h (stderr_fileopen): Declare.
2525
2526 2013-08-27  Doug Evans  <dje@google.com>
2527
2528         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2529         (struct dwarf2_per_cu_data): Ditto.
2530         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
2531         (process_imported_unit_die): Ditto.
2532         (follow_die_sig_1): Simplify assert.
2533
2534 2013-08-27  Pedro Alves  <palves@redhat.com>
2535
2536         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2537         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
2538         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2539         windows_xfer_memory directly.
2540         (init_windows_ops): Don't install a deprecated_xfer_memory method.
2541
2542 2013-08-27  Pedro Alves  <palves@redhat.com>
2543
2544         * darwin-nat.c (darwin_xfer_memory): Delete.
2545         (_initialize_darwin_inferior): Don't install a
2546         deprecated_xfer_memory method.
2547
2548 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2549             Yao Qi  <yao@codesourcery.com>
2550
2551         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2552         (parse_no_frames_option): Remove.
2553         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2554         (mi_cmd_stack_list_args): Adjust.
2555         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2556         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
2557         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2558         Caller update.
2559         (list_args_or_locals): New parameter 'skip_unavailable'.
2560         Handle it.
2561         * valprint.c (scalar_type_p): Rename to ...
2562         (val_print_scalar_type_p): ... this.  Make extern.
2563         (val_print, value_check_printable): Adjust.
2564         * valprint.h (val_print_scalar_type_p): Declare.
2565         * value.c (value_entirely_unavailable): New function.
2566         * value.h (value_entirely_unavailable): Declare.
2567
2568         * NEWS: Mention the new option "--skip-unavailable" to MI
2569         commands '-stack-list-locals', '-stack-list-arguments' and
2570         '-stack-list-variables'.
2571
2572 2013-08-27  Yao Qi  <yao@codesourcery.com>
2573
2574         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2575         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2576         options.
2577         * mi/mi-getopt.c (mi_getopt): Remove.
2578         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
2579         'error_on_unknown'.
2580         (mi_getopt): Call mi_getopt_1.
2581         (mi_getopt_silent): New.
2582         * mi/mi-getopt.h (mi_getopt_silent): Declare.
2583
2584 2013-08-26  Doug Evans  <dje@google.com>
2585
2586         PR symtab/15885
2587         * dwarf2read.c (dw2_dump): Print some minimal information indicating
2588         .gdb_index is in use.
2589         * symfile.c (reread_symbols): Reset objfile->sf.
2590
2591         * NEWS: Document "mt print objfiles" now takes optional regexp.
2592         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2593         regexp of objfiles to print.
2594         (_initialize_symmisc): Update doc string for "mt print objfiles".
2595
2596         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2597         missing debug info checks.
2598
2599 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
2600             Ulrich Weigand  <uweigand@de.ibm.com>
2601
2602         * xcoffread.c (arrange_linetable): Add fix to correctly handle
2603         line tables generated by XLC compiled binaries.
2604
2605 2013-08-23  Doug Evans  <dje@google.com>
2606
2607         * symmisc.c (dump_symtab): Delete prototype.
2608         (dump_msymbols, dump_objfile): Ditto.
2609         (maintenance_info_symtabs): Mark as dont_repeat.
2610         (_initialize_symmisc): Improve doc string for "mt info symtabs".
2611
2612         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2613         debugging printf to better location.
2614
2615 2013-08-23  Pedro Alves  <palves@redhat.com>
2616
2617         * target.c (target_read_live_memory): Change type of 'ret' local
2618         to LONGEST.
2619
2620 2013-08-23  Pedro Alves  <palves@redhat.com>
2621
2622         * remote.c (remote_write_bytes_aux, remote_write_bytes)
2623         (remote_read_bytes): Change return type to LONGEST, and adjust to
2624         return a target_xfer_error on error.
2625         (remote_xfer_memory): Delete.
2626         (remote_flash_write): Change type of 'ret' local to LONGEST.
2627         (remote_xfer_partial, remote_xfer_partial): Adjust.
2628         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2629
2630 2013-08-23  Pierre Muller  <muller@sourceware.org>
2631
2632         ARI fix: Push # directives to start of line.
2633         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2634
2635 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
2636
2637         PR gdb/15501
2638         * breakpoint.c (enable_command, disable_command): Iterate over
2639         all specified breakpoint locations.
2640
2641 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2642
2643         * common/linux-ptrace.c (linux_fork_to_function): Push #
2644         directives to the start of the line.
2645         (linux_check_ptrace_features): Fix warning message to use
2646         the "_" markup.
2647
2648 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2649
2650         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2651         nat/linux-waitpid.h.
2652         (linux-waitpid.o): New object file rule.
2653         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2654         (current_ptrace_options): Moved from linux-nat.c.
2655         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2656         parameters.
2657         (linux_fork_to_function): New function.
2658         (linux_grandchild_function): Likewise.
2659         (linux_child_function): Likewise.
2660         (linux_check_ptrace_features): New function, heavily
2661         based on linux-nat.c:linux_test_for_tracefork.
2662         (linux_enable_event_reporting): New function.
2663         (ptrace_supports_feature): Likewise.
2664         (linux_supports_tracefork): Likewise.
2665         (linux_supports_traceclone): Likewise.
2666         (linux_supports_tracevforkdone): Likewise.
2667         (linux_supports_tracesysgood): Likewise.
2668         * common/linux-ptrace.h (HAS_NOMMU): Moved from
2669         gdbserver/linux-low.c.
2670         (linux_enable_event_reporting): New declaration.
2671         (linux_supports_tracefork): Likewise.
2672         (linux_supports_traceclone): Likewise.
2673         (linux_supports_tracevforkdone): Likewise.
2674         (linux_supports_tracesysgood): Likewise.
2675         * config.in (PTRACE_TYPE_ARG4): Regenerate.
2676         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2677         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2678         * config/arm/linux.mh (NATDEPFILES): Likewise.
2679         * config/i386/linux.mh (NATDEPFILES): Likewise.
2680         * config/i386/linux64.mh (NATDEPFILES): Likewise.
2681         * config/ia64/linux.mh (NATDEPFILES): Likewise.
2682         * config/m32r/linux.mh (NATDEPFILES): Likewise.
2683         * config/m68k/linux.mh (NATDEPFILES): Likewise.
2684         * config/mips/linux.mh (NATDEPFILES): Likewise.
2685         * config/pa/linux.mh (NATDEPFILES): Likewise..
2686         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2687         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2688         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2689         * config/sparc/linux.mh (NATDEPFILES): Likewise.
2690         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2691         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2692         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2693         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2694         ptrace's 4th argument's types.
2695         Check the type of PTRACE_TYPE_ARG4.
2696         * configure: Regenerate.
2697         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2698         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2699         (linux_supports_tracefork_flag): Remove.
2700         (linux_supports_tracesysgood_flag): Likewise.
2701         (linux_supports_tracevforkdone_flag): Likewise.
2702         (current_ptrace_options): Moved to
2703         common/linux-ptrace.c.
2704         (linux_tracefork_child): Remove.
2705         (my_waitpid): Remove.
2706         (linux_test_for_tracefork): Renamed to
2707         linux_check_ptrace_features and moved to common/linux-ptrace.c.
2708         (linux_test_for_tracesysgood): Remove.
2709         (linux_supports_tracesysgood): Remove.
2710         (linux_supports_tracefork): Remove.
2711         (linux_supports_tracevforkdone): Remove.
2712         (linux_enable_tracesysgood): Remove.
2713         (linux_enable_event_reporting): Remove.
2714         (linux_init_ptrace): New function.
2715         (linux_child_post_attach): Call linux_init_ptrace.
2716         (linux_child_post_startup_inferior): Call linux_init_ptrace.
2717         (linux_child_follow_fork): Call linux_supports_tracefork
2718         and linux_supports_tracevforkdone.
2719         (linux_child_insert_fork_catchpoint): Call
2720         linux_supports_tracefork.
2721         (linux_child_insert_vfork_catchpoint): Likewise.
2722         (linux_child_set_syscall_catchpoint): Call
2723         linux_supports_tracesysgood.
2724         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2725         * nat/linux-nat.h: New file.
2726         * nat/linux-waitpid.c: New file.
2727         * nat/linux-waitpid.h: New file.
2728
2729 2013-08-22  Samuel Bronson  <naesten@gmail.com>
2730
2731         ARM Linux support for `catch syscall'.
2732         * syscalls/arm-linux.py: New file.
2733         * syscalls/arm-linux.xml: Likewise.
2734         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2735         (arm_linux_init_abi): Register the new function and syscall xml file.
2736         * data-directory/Makefile.in: Install the new syscall xml file.
2737         * NEWS: Brag about this.
2738
2739 2013-08-22  Pedro Alves  <palves@redhat.com>
2740
2741         PR gdb/15871
2742         * corefile.c (target_xfer_memory_error): New function.
2743         (memory_error): Defer EIO to target_memory_error.
2744         (read_memory): Use target_xfer_partial, and handle finer-grained
2745         target xfer errors.
2746         * target.c (target_xfer_error_to_string): New function.
2747         (memory_xfer_partial_1): If memory is known to be
2748         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2749         (target_xfer_partial): Make extern.
2750         * target.h (enum target_xfer_error): New enum.
2751         (target_xfer_error_to_string): Declare function.
2752         (target_xfer_partial): Declare function.
2753         (struct target_ops) <xfer_partial>: Adjust describing comment.
2754
2755 2013-08-22  Alan Modra  <amodra@gmail.com>
2756
2757         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2758         * configure.tgt: Likewise as targets.
2759
2760 2013-08-20  Doug Evans  <dje@google.com>
2761
2762         * buildsym.c (subfile_stack): Move here from buildsym.h.
2763         (pending_macros): Ditto.
2764         (get_macro_table): New function.
2765         (buildsym_init): Initialize subfile_stack.
2766         * coffread.c (type_vector,type_vector_length): Moved here from
2767         buildsym.h.
2768         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2769         (coff_symtab_read): Use it.
2770         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2771         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2772         with call to get_macro_table.
2773         * stabsread.c (type_vector,type_vector_length): Moved here from
2774         buildsym.h.
2775         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2776         * buildsym.h (get_macro_table): Declare.
2777
2778 2013-08-20  Tom Tromey  <tromey@redhat.com>
2779
2780         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2781         Update.
2782         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
2783
2784 2013-08-20  Doug Evans  <dje@google.com>
2785
2786         * blockframe.c: Remove #include "psymtab.h".
2787         * cp-support.c: Ditto.
2788         * source.c: Ditto.
2789         * stack.c: Ditto.
2790
2791 2013-08-20  Tom Tromey  <tromey@redhat.com>
2792
2793         PR python/15816:
2794         * exceptions.h (return_mask): Now an enum.
2795         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2796         enum constants.
2797
2798 2013-08-20  Tom Tromey  <tromey@redhat.com>
2799
2800         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2801         get_objfile_arch.
2802         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2803         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2804         * jit.c (jit_object_close_impl): Update.
2805         * jv-lang.c (get_dynamics_objfile): Update.
2806         * linespec.c (add_minsym): Use get_dynamics_objfile.
2807         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2808         (allocate_objfile): Don't initialize 'gdbarch' field.
2809         (get_objfile_arch): Update.
2810         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2811         moved from...
2812         (struct objfile) <gdbarch>: ... here.  Remove.
2813         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2814         get_objfile_arch.
2815         * symfile.c (init_entry_point_info): Use get_objfile_arch.
2816
2817 2013-08-20  Alan Modra  <amodra@gmail.com>
2818
2819         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2820         for IBM long double nan and inf.
2821         (floatformat_is_negative, floatformat_classify,
2822         floatformat_mantissa): Similarly.
2823         (floatformat_ieee_single, floatformat_ieee_double,
2824         floatformat_ieee_quad, floatformat_arm_ext,
2825         floatformat_ia64_spill): Delete unused vars.
2826         (_initialize_doublest): Delete unused function.
2827         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2828         little-endian variants of floatformat_ibm_long_double.
2829
2830 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
2831
2832         * Makefile.in (SFILES): Remove common/target-common.c and
2833         add target/waitstatus.c.
2834         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2835         target/resume.h, target/wait.h and target/waitstatus.h.
2836         (COMMON_OBS): Remove target-common.o and add
2837         waitstatus.o.
2838         (target-common.o): Remove.
2839         (waitstatus.o): New target object file.
2840         * common/target-common.c: Move contents to
2841         target/waitstatus.c and remove.
2842         * common/target-common.h: Move contents to other files and
2843         remove.
2844         (enum resume_kind: Move to target/resume.h.
2845         (TARGET_WNOHANG): Move to target/wait.h.
2846         (enum target_waitkind): Move to target/waitstatus.h.
2847         (struct target_waitstatus): Likewise.
2848         * target.h: Do not include target-common.h and
2849         include target/resume.h, target/wait.h and
2850         target/waitstatus.h.
2851         * target/resume.h: New file.
2852         * target/wait.h: New file.
2853         * target/waitstatus.h: New file.
2854         * target/waitstatus.c: New file.
2855
2856 2013-08-19  Pedro Alves  <palves@redhat.com>
2857
2858         * linux-nat.c (linux_test_for_tracefork)
2859         (linux_test_for_tracesysgood, linux_child_follow_fork)
2860         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2861         (linux_nat_wait_1): Extend comment.
2862         (linux_async_pipe): Add comment.
2863
2864 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
2865
2866         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2867         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2868         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2869         Update to account for fact that PC is now a pseudo-register.
2870         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
2871         cases for RL78_PC_REGNUM.
2872
2873 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
2874
2875         PR cli/15841
2876         * top.c (quit_force): Skip writing history file
2877         if input is not from terminal.
2878
2879 2013-08-14  Tom Tromey  <tromey@redhat.com>
2880
2881         * remote.c (struct remote_state) <echo_nextthread, nextthread,
2882         resultthreadlist>: New fields.
2883         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2884         (remote_get_threadlist, remote_threadlist_iterator): Use
2885         new fields.  Remove static variables.
2886
2887 2013-08-14  Tom Tromey  <tromey@redhat.com>
2888
2889         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2890         remote_watch_data_address>: New fields.
2891         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2892         (process_stop_reply, remote_wait_as)
2893         (remote_check_watch_resources, remote_stopped_data_address): Update.
2894
2895 2013-08-14  Tom Tromey  <tromey@redhat.com>
2896
2897         * remote.c (struct remote_state) <async_client_callback,
2898         async_client_context>: New fields.
2899         (async_client_callback, async_client_context): Remove.
2900         (remote_async_serial_handler, remote_async): Update.
2901
2902 2013-08-14  Tom Tromey  <tromey@redhat.com>
2903
2904         * remote.c (sizeof_pkt): Remove.
2905         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2906
2907 2013-08-14  Tom Tromey  <tromey@redhat.com>
2908
2909         * remote.c (struct remote_state) <use_threadinfo_query,
2910         use_threadextra_query>: New fields.
2911         (remote_threads_info, remote_threads_extra_info)
2912         (remote_open_1): Update.
2913
2914 2013-08-14  Tom Tromey  <tromey@redhat.com>
2915
2916         * remote.c (struct remote_state) <finished_object,
2917         finished_annex, finished_offset>: New fields.
2918         (remote_read_qxfer): Use remote_state fields; remove static
2919         variables.
2920
2921 2013-08-14  Tom Tromey  <tromey@redhat.com>
2922
2923         * remote.c (struct remote_state) <last_sent_step>:
2924         New field.
2925         (last_sent_step): Remove.
2926         (remote_resume, remote_wait_as): Update.
2927
2928 2013-08-14  Tom Tromey  <tromey@redhat.com>
2929
2930         * remote.c (struct remote_state) <last_sent_signal>:
2931         New field.
2932         (last_sent_signal): Remove.
2933         (new_remote_state, remote_resume, remote_wait_as): Update.
2934
2935 2013-08-14  Tom Tromey  <tromey@redhat.com>
2936
2937         * remote.c (struct remote_state) <last_program_signals_packet>:
2938         New field.
2939         (last_program_signals_packet): Remove.
2940         (remote_program_signals, remote_open_1): Update.
2941
2942 2013-08-14  Tom Tromey  <tromey@redhat.com>
2943
2944         * remote.c (struct remote_state) <last_pass_packet>:
2945         New field.
2946         (last_pass_packet): Remove.
2947         (remote_pass_signals, remote_open_1): Update.
2948
2949 2013-08-14  Tom Tromey  <tromey@redhat.com>
2950
2951         * remote.c (struct remote_state) <remote_traceframe_number>:
2952         New field.
2953         (remote_traceframe_number): Remove.
2954         (new_remote_state, remote_open_1, set_remote_traceframe)
2955         (remote_trace_find): Update.
2956
2957 2013-08-14  Tom Tromey  <tromey@redhat.com>
2958
2959         * remote.c (struct remote_state) <general_thread, continue_thread>:
2960         New fields.
2961         (general_thread, continue_thread): Remove.
2962         (record_currthread, set_thread, set_general_process)
2963         (remote_open_1, extended_remote_attach_1, remote_wait_as)
2964         (extended_remote_mourn_1): Update.
2965
2966 2013-08-14  Tom Tromey  <tromey@redhat.com>
2967
2968         * remote.c (struct remote_state) <remote_desc>: New field.
2969         (remote_desc): Remove.
2970         (remote_threads_info, remote_threads_extra_info, remote_close)
2971         (send_interrupt_sequence, remote_start_remote, remote_open_1)
2972         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2973         (remote_hostio_send_command, remote_file_put, remote_file_get)
2974         (remote_file_delete, remote_can_async_p, remote_is_async_p)
2975         (remote_async, remote_new_objfile, set_range_stepping): Update.
2976
2977 2013-08-14  Tom Tromey  <tromey@redhat.com>
2978
2979         * remote.c (remote_state): Now a pointer.
2980         (get_remote_state_raw): Update.
2981         (new_remote_state): New function.
2982         (_initialize_remote): Use new_remote_state.
2983
2984 2013-08-14  Tom Tromey  <tromey@redhat.com>
2985
2986         * remote.c (remote_protocol_features): Now const.
2987
2988 2013-08-14  Tom Tromey  <tromey@redhat.com>
2989
2990         * remote.c (crc32_table, crc32): Remove.
2991         (remote_verify_memory): Use xcrc32.
2992
2993 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2994
2995         * value.h (create_internalvar_type_lazy): Adjust prototype
2996         declaration.
2997
2998 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
2999
3000         * common/format.c (parse_format_string): Don't allow '#' flag for
3001         pointer arguments in format string.
3002
3003 2013-08-13  Pierre Muller  <muller@sourceware.org>
3004
3005         * utils.c (init_page_info): Only call tgetnum function
3006         if rl_get_screen_size did not return useful values.
3007
3008 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
3009
3010         PR breakpoints/15117
3011         * linespec.c (linespec_parse_basic): Check for convenience
3012         variable or history value while parsing.
3013
3014 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
3015
3016         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
3017         AVR.
3018         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
3019         different signals between the generic Linux kernel implementation
3020         and AVR's.
3021         (avr_linux_gdb_signal_from_target): Delete.
3022         (avr_linux_gdb_signal_to_target): Delete.
3023         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
3024
3025 2013-08-09  Doug Evans  <dje@google.com>
3026
3027         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
3028         entries.
3029
3030 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
3031
3032         * linux-tdep.c: Define enum with generic signal numbers.
3033         (linux_gdb_signal_from_target): New function.
3034         (linux_gdb_signal_to_target): Likewise.
3035         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3036         methods to the functions above.
3037         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
3038         (linux_gdb_signal_to_target): Likewise.
3039         * alpha-linux-tdep.c: Define new enum with signals different
3040         from generic Linux kernel.
3041         (alpha_linux_gdb_signal_from_target): New function.
3042         (alpha_linux_gdb_signal_to_target): Likewise.
3043         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3044         with the functions mentioned above.
3045         * avr-tdep.c: Define enum with differences between Linux kernel
3046         and AVR signals.
3047         (avr_linux_gdb_signal_from_target): New function.
3048         (avr_linux_gdb_signal_to_target): Likewise.
3049         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
3050         the functions mentioned above.
3051         * sparc-linux-tdep.c: Define enum with differences between SPARC
3052         and generic Linux kernel signal numbers.
3053         (sparc32_linux_gdb_signal_from_target): New function.
3054         (sparc32_linux_gdb_signal_to_target): Likewise.
3055         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3056         to the functions defined above.
3057         * xtensa-linux-tdep.c: Define enum with differences between
3058         Xtensa and Linux kernel generic signals.
3059         (xtensa_linux_gdb_signal_from_target): New function.
3060         (xtensa_linux_gdb_signal_to_target): Likewise.
3061         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
3062         to the functions defined above.
3063         * mips-linux-tdep.c: Define enum with differences between
3064         signals in MIPS and Linux kernel generic ones.
3065         (mips_gdb_signal_to_target): New function.
3066         (mips_gdb_signal_from_target): Redefine to use new enum, handle
3067         only different signals from the Linux kernel generic.
3068         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3069         the functions defined above.
3070         * mips-linux-tdep.h (enum mips_signals): Remove.
3071
3072 2013-08-09  Pedro Alves  <palves@redhat.com>
3073
3074         * avr-tdep.c (XMALLOC): Delete macro.
3075         * cli/cli-dump.c (XMALLOC): Delete macro.
3076
3077 2013-08-09  Pedro Alves  <palves@redhat.com>
3078
3079         * cli/cli-dump.c: Don't include cli/cli-dump.h.
3080         (scan_expression_with_cleanup, scan_filename_with_cleanup)
3081         (fopen_with_cleanup, add_dump_command): Make static.
3082         * cli/cli-dump.h: Delete file.
3083         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
3084         cli/cli-dump.h.
3085
3086 2013-08-09  Pedro Alves  <palves@redhat.com>
3087
3088         * tracepoint.c (tfile_start): Show tilde-expanded filename in
3089         error message.
3090
3091 2013-08-09  Pedro Alves  <palves@redhat.com>
3092
3093         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
3094         error message.
3095
3096 2013-08-09  Pedro Alves  <palves@redhat.com>
3097
3098         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
3099         (gcore_command): Use tilde_expand here, and when showing the
3100         filename to the user, show the expanded version.
3101
3102 2013-08-09  Yao Qi  <yao@codesourcery.com>
3103
3104         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
3105         'entryval' is set.
3106
3107 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
3108
3109         * gcore.c (create_gcore_bfd): Use tilde_expand.
3110
3111 2013-08-08  Yao Qi  <yao@codesourcery.com>
3112
3113         * frame.h (read_frame_local): Declare.
3114         * mi/mi-cmd-stack.c (list_args_or_locals): Call
3115         read_frame_local.
3116         * stack.c (read_frame_local): New.
3117
3118 2013-08-08  Yao Qi  <yao@codesourcery.com>
3119
3120         * mi/mi-cmd-stack.c: Update comments to function
3121         list_args_or_locals.
3122
3123 2013-08-07  Tom Tromey  <tromey@redhat.com>
3124
3125         PR symtab/15028:
3126         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
3127         (process_psymtab_comp_unit_reader): Use it.
3128         (process_psymtab_comp_unit): Update.  Add "pretend_language"
3129         argument.
3130         (dwarf2_build_psymtabs_hard): Update.
3131         (scan_partial_symbols): Pass CU's language to
3132         process_psymtab_comp_unit.
3133
3134 2013-08-07  Tom Tromey  <tromey@redhat.com>
3135
3136         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
3137         (dwarf2_gdb_index_functions): Update.
3138         * psymtab.c (find_symbol_file_from_partial): Remove.
3139         (psym_functions): Update.
3140         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3141         Remove.
3142
3143 2013-08-07  Tom Tromey  <tromey@redhat.com>
3144
3145         * symfile.c (set_initial_language): Look up "main" symbol
3146         and use its language.
3147         * symtab.c (find_main_filename): Remove.
3148         * symtab.h (find_main_filename): Remove.
3149
3150 2013-08-07  Tom Tromey  <tromey@redhat.com>
3151
3152         * dwarf2read.c (recursively_compute_inclusions): Add
3153         "immediate_parent" argument.  Set symtab's "user" field
3154         if not set.
3155         (compute_symtab_includes): Update.
3156
3157 2013-08-07  Tom Tromey  <tromey@redhat.com>
3158
3159         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3160         when adding label symbols.
3161
3162 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3163             Ulrich Weigand  <uweigand@de.ibm.com>
3164
3165         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3166         * configure.host (powerpc64-*-aix*): Likewise.
3167
3168 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3169             Ulrich Weigand  <uweigand@de.ibm.com>
3170
3171         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3172         is defined.
3173         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3174         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3175         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3176         * configure.ac: Check for ptrace64.
3177         * configure, config.in: Regenerate.
3178
3179 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3180             Ulrich Weigand  <uweigand@de.ibm.com>
3181
3182         * aixthread.c: Call ptrace64 instead of ptracex if defined.
3183         Call ptrace64 instead of ptrace if defined.
3184         Add macro addr_ptr to take care of ptrace address argument.
3185         (pdc_read_regs): Likewise.
3186         (pdc_write_regs): Likewise.
3187         (aix_thread_resume): Likewise.
3188         (fetch_regs_kernel_thread): Likewise.
3189         (store_regs_kernel_thread): Likewise.
3190
3191 2013-08-07  Anton Blanchard  <anton@samba.org>
3192
3193         * MAINTAINERS: Add myself to Write After Approval.
3194
3195 2013-08-05  Tom Tromey  <tromey@redhat.com>
3196
3197         * aix-thread.c (_initialize_aix_thread): Use
3198         complete_target_initialization.
3199         * bsd-uthread.c (_initialize_bsd_uthread): Use
3200         complete_target_initialization.
3201         * dec-thread.c (_initialize_dec_thread): Use
3202         complete_target_initialization.
3203         * ravenscar-thread.c (_initialize_ravenscar): Use
3204         complete_target_initialization.
3205         * sol-thread.c (_initialize_sol_thread): Use
3206         complete_target_initialization.
3207         * spu-multiarch.c (_initialize_spu_multiarch): Use
3208         complete_target_initialization.
3209
3210 2013-08-05  Tom Tromey  <tromey@redhat.com>
3211
3212         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3213         * ada-lang.c (ada_lookup_simple_minsym): Return
3214         bound_minimal_symbol.
3215         * ada-lang.h (ada_lookup_simple_minsym): Update.
3216         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3217         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3218         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3219         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3220         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3221         * minsyms.c (msymbol_objfile): Remove.
3222         (lookup_minimal_symbol_internal): New function, from
3223         lookup_minimal_symbol.
3224         (lookup_minimal_symbol): Rewrite using
3225         lookup_minimal_symbol_internal.
3226         (lookup_bound_minimal_symbol): New function.
3227         * minsyms.h (msymbol_objfile): Remove.
3228         (lookup_bound_minimal_symbol): Declare.
3229         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3230         * parse.c (write_exp_msymbol): Change parameter to a
3231         bound_minimal_symbol.
3232         (write_dollar_variable): Use lookup_bound_minimal_symbol.
3233         * parser-defs.h (write_exp_msymbol): Update.
3234         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3235         * symfile.c (simple_read_overlay_table): Use
3236         lookup_bound_minimal_symbol.
3237         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3238         (search_symbols): Likewise.
3239         (print_msymbol_info): Take a bound_minimal_symbol argument.
3240         (symtab_symbol_info, rbreak_command): Update.
3241         * symtab.h (struct symbol_search) <msymbol>: Change type
3242         to bound_minimal_symbol.
3243         * valops.c (find_function_in_inferior): Use
3244         lookup_bound_minimal_symbol.
3245         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3246
3247 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3248
3249         Code cleanup.
3250         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3251         to ...
3252         (async_cleanup_sigint_signal_handler): ... this.
3253         (initialize_sigint_signal_handler): Remove declaration.
3254         (handle_remote_sigint): Rename the declaration to ...
3255         (async_handle_remote_sigint): ... this.
3256         (handle_remote_sigint_twice): Rename the declaration to ...
3257         (async_handle_remote_sigint_twice): ... this.
3258         (async_remote_interrupt, async_remote_interrupt_twice)
3259         (remote_interrupt): Remove the declarations.
3260         (remote_interrupt_twice): Rename the declaration ...
3261         (sync_remote_interrupt_twice): ... this.
3262         (sigint_remote_twice_token): Rename the variable to ...
3263         (async_sigint_remote_twice_token): ... this.
3264         (sigint_remote_token): Rename the variable to ...
3265         (async_sigint_remote_token): ... this.
3266         (initialize_sigint_signal_handler): Rename the function to ...
3267         (async_initialize_sigint_signal_handler): ... this.  Update the name
3268         inside.
3269         (handle_remote_sigint): Rename the function to ...
3270         (async_handle_remote_sigint): ... this.  Update the names inside.
3271         (handle_remote_sigint_twice): Rename the function to ...
3272         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
3273         (cleanup_sigint_signal_handler): Rename the function to ...
3274         (async_cleanup_sigint_signal_handler): ... this.
3275         (remote_interrupt): Rename the function to ...
3276         (sync_remote_interrupt): this.  Update the names inside.
3277         (remote_interrupt_twice): Rename the function to ...
3278         (sync_remote_interrupt_twice): this.  Update the names inside.
3279         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3280         (_initialize_remote): Update the names inside.
3281
3282 2013-08-02  Tom Tromey  <tromey@redhat.com>
3283
3284         PR symtab/15719:
3285         * breakpoint.c (update_watchpoint, watchpoint_check)
3286         (watch_command_1): Update.
3287         * eval.c (fetch_subexp_value): Add "preserve_errors"
3288         parameter.
3289         * ppc-linux-nat.c (check_condition): Update.
3290         * value.h (fetch_subexp_value): Update.
3291
3292 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
3293
3294         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3295         add_file_handler.
3296
3297 2013-08-01  Doug Evans  <dje@google.com>
3298
3299         PR symtab/15691
3300         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3301         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3302         Add assert of sig_entry->dwo_unit == NULL.
3303         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3304         had already been read.
3305         (read_signatured_type): Set per_cu.tu_read.
3306
3307         PR symtab/15695
3308         * valops.c (value_struct_elt): Add missing call to check_typedef.
3309         (value_find_oload_method_list): Ditto.
3310
3311         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3312         effectively, struct symbol_search **.
3313         (make_cleanup_free_search_symbols): Change arg to struct
3314         symbol_search **.  All callers updated.
3315         (compare_search_syms): Compare symtab file name and block as well.
3316         (search_symbols_equal): New function.
3317         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3318         New args new_head, new_tail.  Result is now void.  Remove dups after
3319         sorting the symbols.
3320         (search_symbols): Sort all found symbols once, after all have been
3321         found, and remove duplicates.  Simplify cleanup tracking of result.
3322         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3323
3324         Further workarounds for binutils/15021.
3325         * dwarf2read.c (recursively_compute_inclusions): Change type of result
3326         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
3327         Watch for duplicate symtabs coming from type units.
3328         (compute_symtab_includes): Update call to
3329         recursively_compute_inclusions. Build vector of included symtabs
3330         instead of per_cus.
3331         * symtab.h (symtab_ptr): New typedef.
3332         (DEF_VEC_P (symtab_ptr)): New VEC type.
3333         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
3334         instead.
3335
3336 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
3337
3338         * cli/cli-script.c (script_from_file): Remove use of
3339         error_pre_print.
3340         * main.c (captured_main): Remove use of error_pre_print and
3341         quit_pre_print.
3342         * utils.c (error_pre_print, quit_pre_print): Remove.
3343         * utils.h (error_pre_print, quit_pre_print): Likewise.
3344
3345 2013-08-01  Yao Qi  <yao@codesourcery.com>
3346
3347         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3348         with mi_getopt.
3349         (mi_cmd_stack_list_variables): Likewise.
3350
3351 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3352
3353         * exceptions.c (deprecated_throw_reason): Remove.
3354         * exceptions.h (deprecated_throw_reason): Remove.
3355
3356 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3357
3358         * remote-mips.c (mips_error): Replace use of
3359         deprecated_throw_reason with throw_verror.  Use the error message
3360         passed to mips_error as the error message for throw_verror.
3361
3362 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3363
3364         * monitor.c (monitor_interrupt_query): Replace use of
3365         deprecated_throw_reason with quit.
3366         * nto-procfs.c (interrupt_query): Likewise.
3367         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3368         * remote-mips.c (mips_kill): Likewise.
3369         * remote.c (interrupt_query): Likewise.
3370
3371 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3372
3373         * utils.c (internal_verror): Replace use of deprecated_throw_reason
3374         with call to fatal.
3375
3376 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
3377             Yao Qi  <yao@codesourcery.com>
3378
3379         * tracepoint.c (trace_dump_command): Select the current frame.
3380
3381 2013-07-30  Doug Evans  <dje@google.com>
3382
3383         * dwarf2read.c (process_queue): Add type signature to debug output.
3384
3385 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3386
3387         * value.c (value_fetch_lazy): Mark optimized out values as such
3388         rather than raising an error.
3389
3390 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3391
3392         * value.c (value_fetch_lazy): Ensure parent value is not lazy
3393         before checking which bits of the parent, not the child, value are
3394         valid.
3395
3396 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
3397
3398         PR gdb/15715
3399         * top.c: Include "filenames.h".
3400         (set_history_filename): New function.
3401         (init_main): Install it as set hook of the "set history filename"
3402         command.
3403
3404 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3405
3406         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3407         attribute parameter.
3408         (dwarf2_const_value_data): Constify struct attribute parameter.
3409         (dwarf2_const_value): Constify struct attribute parameter.
3410         (dwarf2_const_value_attr): Constify struct attribute parameter.
3411         (lookup_die_type): Constify struct attribute parameter.
3412         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3413         (follow_die_ref_or_sig): Constify struct attribute parameter.
3414         (follow_die_ref): Constify struct attribute parameter.
3415         (follow_die_sig): Constify struct attribute parameter.
3416         (get_DW_AT_signature_type): Constify struct attribute parameter.
3417         (get_type_unit_group): Constify struct attribute parameter.
3418         (fill_in_loclist_baton): Constify struct attribute parameter.
3419         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3420         (type_unit_group): Constify struct attribute parameter.
3421
3422 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3423
3424         * dwarf2read.c (attr_form_is_block): Make argument const.
3425         (attr_form_is_section_offset): Make argument const.
3426         (attr_form_is_constant): Make argument const.
3427         (attr_form_is_ref): Make argument const.
3428
3429 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3430
3431         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3432         All uses updated.
3433         (attr_form_is_ref): Moved below attr_form_is_constant.
3434
3435 2013-07-29  Doug Evans  <dje@google.com>
3436
3437         * main.c (captured_command_loop): Tweak comment.
3438
3439         * target.c (target_async_permitted_1): Fix comment.
3440
3441         * symtab.c (iterate_over_some_symtabs): Add comment.
3442
3443         * symtab.c (iterate_over_some_symtabs): Fix indentation.
3444
3445 2013-07-27  Yao Qi  <yao@codesourcery.com>
3446
3447         * NEWS: Mention that GDBserver now supports hardware
3448         watchpoints on the MIPS GNU/Linux target.
3449
3450 2013-07-27  Yao Qi  <yao@codesourcery.com>
3451
3452         * Makefile.in (HFILES_NO_SRCDIR): Add
3453         common/mips-linux-watch.h.
3454         (mips-linux-watch.o): New rule.
3455         * common/mips-linux-watch.c: New.
3456         * common/mips-linux-watch.h: New.
3457         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3458         * mips-linux-nat.c: Include mips-linux-watch.h.
3459         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3460         to common/mips-linux-watch.h.
3461         (MAX_DEBUG_REGISTER): Likewise.
3462         (enum pt_watch_style): Likewise.
3463         (struct mips32_watch_regs): Likewise.
3464         (struct mips64_watch_regs): Likewise.
3465         (struct pt_watch_regs): Likewise.
3466         (struct mips_watchpoint): Likewise.
3467         (mips_linux_watch_get_irw_mask): Move to
3468         common/mips-linux-watch.c.
3469         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3470         (mips_linux_watch_get_watchlo): Likewise.
3471         (mips_linux_watch_set_watchlo): Likewise.
3472         (mips_linux_watch_get_watchhi): Likewise.
3473         (mips_linux_watch_set_watchhi): Likewise.
3474         (mips_linux_read_watch_registers): Likewise.
3475         (mips_linux_watch_type_to_irw): Likewise.
3476         (mips_linux_stopped_data_address, fill_mask): Likewise.
3477         (mips_linux_watch_try_one_watch): Likewise.
3478         (mips_linux_watch_populate_regs): Likewise.
3479
3480 2013-07-27  Yao Qi  <yao@codesourcery.com>
3481
3482         * mips-linux-nat.c (get_irw_mask): Rename to ...
3483         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
3484         'set' to 'n'.  Update function comment.  All callers changed.
3485         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
3486         function comment.  All callers changed.
3487         (get_num_valid): Rename to ...
3488         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
3489         'set' to 'n'.  Update function comment.  All callers changed.
3490         (get_watchlo): Rename to ...
3491         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
3492         'set' to 'n'.  Update function comment.  All callers changed.
3493         (set_watchlo): Rename to ...
3494         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
3495         'set' to 'n'.  Update function comment.  All callers changed.
3496         (get_watchhi): Rename to ...
3497         (mips_linux_watch_get_watchhi): ... this.  Update function
3498         comment.  All callers changed.
3499         (set_watchhi): Rename to ...
3500         (mips_linux_watch_set_watchhi): ... this.  Update function
3501         comment.  All callers changed.
3502         (mips_linux_read_watch_registers): Update function comment.
3503         Add new parameters 'lwpid', 'watch_readback', and
3504         'watch_readback_valid'.  Update.
3505         (type_to_irw): Rename to ...
3506         (mips_linux_watch_type_to_irw): ... this.  Update function
3507         comment.  All callers changed.
3508         (fill_mask): Update function comment.
3509         (try_one_watch): Rename to ...
3510         (mips_linux_watch_try_one_watch): ... this.  Change the type
3511         of parameter 'irw' from 'unsigned' to 'uint32_t'.
3512         (populate_regs_from_watches): Rename to ...
3513         (mips_linux_watch_populate_regs): ... this.  Add parameter
3514         'current_watches'.  All callers changed.
3515
3516 2013-07-27  Yao Qi  <yao@codesourcery.com>
3517
3518         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3519         the code.
3520         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3521         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3522         (struct pt_watch_regs): Likewise.
3523         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3524         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3525         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3526         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3527         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3528
3529 2013-07-27  Yao Qi  <yao@codesourcery.com>
3530
3531         * breakpoint.h: Include break-common.h.
3532         (enum target_hw_bp_type): Move to ...
3533         * common/break-common.h: ... here.  New.
3534
3535 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
3536
3537         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3538         process group regardless of having tty on stdin.
3539
3540 2013-07-25  Doug Evans  <dje@google.com>
3541
3542         * linux-fork.h (detach_fork): Delete.
3543
3544 2013-07-25  Tom Tromey  <tromey@redhat.com>
3545
3546         PR remote/15256, PR remote/15266:
3547         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3548         * monitor.c (monitor_detach): Use unpush_target.
3549         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3550         * remote-mips.c (mips_detach): Use unpush_target.  Don't
3551         call mips_close.
3552         * remote-sim.c (gdbsim_detach): Use unpush_target.
3553         * target.c (pop_target): Remove.
3554         (pop_all_targets_above): Don't call target_close.
3555         (target_close): Assert that the target is unpushed.
3556         * target.h (pop_target): Don't declare.
3557         * tracepoint.c (tfile_open): Use unpush_target.
3558
3559 2013-07-25  Tom Tromey  <tromey@redhat.com>
3560
3561         * linux-thread-db.c (init_thread_db_ops): Call
3562         complete_target_initialization.
3563         (_initialize_thread_db): Don't call add_target.
3564         * target.c (complete_target_initialization): New function.
3565         (add_target_with_completer): Call it.
3566         * target.h (complete_target_initialization): Declare.
3567
3568 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3569
3570         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3571         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3572         (HPPANBSD_SIZEOF_GREGS): New define.
3573         (hppaobsd_supply_gregset): Handle additional registers.
3574         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3575         we provide more registers now.
3576         (hppabsd_supply_gregset): Supply additional registers.
3577         (hppabsd_collect_gregset): Collect additional registers.
3578
3579 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3580
3581         * hppabsd-tdep.c: Include "dwarf2-frame.h".
3582         (hppabsd_dwarf2_frame_init_reg): New function.
3583         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3584
3585 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3586
3587         * mi/mi-main.c (output_register): Make MI 'r' format use standard
3588         'z' format code.  Remove error for optimized out values, standard
3589         code will handle these fine.
3590
3591 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3592
3593         * NEWS: Mention new 'z' formatter.
3594         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3595         (_initialize_printcmd): Mention 'z' formatter in help text of the
3596         'x' command.
3597
3598 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
3599
3600         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3601         formatting.
3602
3603 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
3604
3605         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3606         interface can evaluate arguments.  Fallback to the old mode if it
3607         cannot.
3608         (create_exception_master_breakpoint): Likewise.
3609         * elfread.c (elf_can_evaluate_probe_arguments): New function.
3610         (struct sym_probe_fns elf_probe_fns): Export function above to the
3611         probe interface.
3612         * probe.c (can_evaluate_probe_arguments): New function.
3613         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3614         function pointer.
3615         (can_evaluate_probe_arguments): New function prototype.
3616         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3617         probe interface can evaluate arguments.  Fallback to the old mode
3618         if it cannot.
3619         * stap-probe.c (stap_get_probe_argument_count): Check if probe
3620         interface can evaluate arguments.  Warning the user if it cannot.
3621         (stap_can_evaluate_probe_arguments): New function.
3622         (struct probe_ops stap_probe_ops): Export function above to the
3623         probe interface.
3624         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3625         New function pointer.
3626
3627 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
3628
3629         * Makefile.in (SFILES): Add common/target-common.c.
3630         Add common/target-common.h to headers.
3631         (COMMON_OBS): Add target-common.o.
3632         (target-common.o): New target.
3633         * linux-nat.h (resume_kind): Move to common/target-common.h.
3634         * target.c (target_waitstatus_to_string): Move to
3635         common/target-common.c.
3636         * target.h: Include target-common.h.
3637         (target_waitkind): Move to common/target-common.h.
3638         (target_waitstatus): Likewise.
3639         (TARGET_WNOHANG): Likewise.
3640         * common/target-common.c: New file.
3641         * common/target-common.h: New file.
3642
3643 2013-07-24  Doug Evans  <dje@google.com>
3644
3645         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3646         a warning.
3647
3648 2013-07-23  Yao Qi  <yao@codesourcery.com>
3649
3650         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3651         parameter 'gdbarch'.
3652         (i386_stack_tramp_frame_sniffer): Caller update.
3653         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3654         parameter 'gdbarch' and 'target'.
3655         (i386_linux_core_read_description): Caller update.
3656         * amd64-linux-tdep.c (amd64_linux_core_read_description):
3657         Likewise.
3658         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3659         declaration.
3660
3661 2013-07-23  Tom Tromey  <tromey@redhat.com>
3662
3663         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3664         2013-07-22.
3665
3666 2013-07-22  Doug Evans  <dje@google.com>
3667
3668         * exec.h (remove_target_sections): Delete arg abfd.
3669         * exec.c (exec_close): Update call to remove_target_sections.
3670         (remove_target_sections): Delete arg abfd.
3671         * solib.c (update_solib_list): Ditto.
3672         (reload_shared_libraries_1): Ditto.
3673         (clear_solib): Ditto, and unconditionally call remove_target_sections.
3674         * target.h (struct target_section): Rename key to owner.
3675         All uses updated.
3676
3677 2013-07-22  Tom Tromey  <tromey@redhat.com>
3678
3679         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3680
3681 2013-07-22  Tom Tromey  <tromey@redhat.com>
3682
3683         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3684         Simplify cleanup handling.
3685
3686 2013-07-22  Tom Tromey  <tromey@redhat.com>
3687
3688         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3689         on all return paths.
3690
3691 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3692
3693         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3694         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3695         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3696
3697 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
3698
3699         * top.c (print_gdb_version): Add help, apropos description and
3700         url to online documentation.
3701
3702 2013-07-19  Hui Zhu  <hui@codesourcery.com>
3703
3704         PR gdb/15692
3705         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3706
3707 2013-07-19  Yao Qi  <yao@codesourcery.com>
3708
3709         * target.c (update_current_target): Change the default action
3710         of 'to_traceframe_info' from tcomplain to return_zero.
3711         * target.h (struct target_ops) <to_traceframe_info>: Add more
3712         comments.
3713         * valops.c (read_value_memory): Call
3714         traceframe_available_memory unconditionally.
3715
3716 2013-07-18  Yao Qi  <yao@codesourcery.com>
3717
3718         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3719         if the name is prefixed by "__imp_" or "_imp_", look for minimal
3720         symbol without prefix.  If found, set its type to
3721         'mst_solib_trampoline'.
3722
3723 2013-07-17  Doug Evans  <dje@google.com>
3724
3725         * NEWS: Mention "set print raw frame-arguments".
3726         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3727         * stack.c (print_raw_frame_arguments): New static global.
3728         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3729         (_initialize_stack): New command "set/show print raw frame-arguments".
3730         * valprint.c (setprintrawlist, showprintrawlist): New globals.
3731         (set_print_raw, show_print_raw): New functions.
3732         (_initialize_valprint): New prefix command "set/show print raw".
3733         * valprint.h (value_print_options): Improve comments.
3734
3735         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3736         of all *list variables.
3737
3738         * gdbcmd.h (togglelist): Delete.
3739         * cli/cli-cmds.c (togglelist): Delete.
3740         (init_cmd_lists): Update.
3741         * cli/cli-cmds.h (togglelist): Delete.
3742
3743 2013-07-17  Tom Tromey  <tromey@redhat.com>
3744
3745         * dwarf2read.c (dwarf2_per_objfile_free): Clear
3746         dwarf2_per_objfile.
3747
3748 2013-07-16  Doug Evans  <dje@google.com>
3749
3750         * nto-tdep.c (nto_relocate_section_addresses): Update,
3751         target_section.bfd deleted.
3752         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3753         * s390-tdep.c (s390_load): Ditto.
3754         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3755
3756 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
3757
3758         * common/format.c (parse_format_string): Add checks for NULL
3759         character before calling strchr.
3760
3761 2013-07-16  Doug Evans  <dje@google.com>
3762
3763         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3764         temp_pathname argument.
3765         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3766         when opening the file fails.
3767
3768         * target.h (struct target_section): Delete member bfd.
3769         All users updated to use the_bfd_section->owner instead.
3770         * exec.c (add_to_section_table): Assert bfd is expected value.
3771         Remove initialization of target_section.bfd.
3772         (remove_target_sections): Update.
3773         (section_table_available_memory): Update.
3774         (section_table_xfer_memory_partial): Update.
3775         (print_section_info): Update.
3776         (exec_set_section_address): Update.
3777         * record-full.c (record_full_core_xfer_partial): Update.
3778         * solib-svr4.c (svr4_relocate_section_addresses): Update.
3779         * solib-target.c (solib_target_relocate_section_addresses): Update.
3780         * symfile.c (build_section_addr_info_from_section_table): Update.
3781         * target.c (memory_xfer_live_readonly_partial): Update.
3782         (memory_xfer_partial_1): Update.
3783
3784 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3785
3786         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3787         now available for embedded (BookE) and server (BookS) processors,
3788         correct mentions of 'booke' and adjust comments accordingly in order to
3789         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3790         (have_ptrace_booke_interface): Rename function and variable
3791         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3792         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3793         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3794         'hwdebug_point_cmp'. Update all uses.
3795         (booke_find_thread_points_by_tid): Rename function
3796         'booke_find_thread_points_by_tid' to
3797         'hwdebug_find_thread_points_by_tid'. Update all uses.
3798         (booke_insert_point): Rename function 'booke_insert_point' to
3799         'hwdebug_insert_point'. Update all uses.
3800         (booke_remove_point): Rename function 'booke_remove_point' to
3801         'hwdebug_remove_point'. Update all uses.
3802
3803 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
3804
3805         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3806         numbers with enum values.
3807
3808 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
3809
3810         PR threads/13217
3811         * thread.c (thread_apply_all_command): Check for valid threads
3812         and thread count.
3813         (thread_array_cleanup): New struct.
3814         (set_thread_refcount): New function.
3815
3816 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
3817
3818         * infcmd.c (default_print_one_register_info): Reuse function
3819         print_hex_chars.
3820
3821 2013-07-10  Tom Tromey  <tromey@redhat.com>
3822
3823         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3824         (ada-exp.o): New target.
3825
3826 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3827
3828         * mt-tdep.c (mt_registers_info): Call
3829         get_no_prettyformat_print_options instead of
3830         get_raw_print_options (regression by last patch from Doug
3831         Evans).
3832
3833 2013-07-09  Pedro Alves  <palves@redhat.com>
3834
3835         Checked in by Joel Brobecker  <brobecker@adacore.com>.
3836         * ada-lang.c (coerce_unspec_val_to_type): Use
3837         value_optimized_out_const.
3838         * value.c (value_optimized_out_const): New function.
3839         * value.h (value_optimized_out_const): New declaration.
3840
3841 2013-07-09  Doug Evans  <dje@google.com>
3842
3843         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3844         Enum values rename as well.  All uses updated.
3845         * valprint.h (value_print_options): Rename member pretty to
3846         pretty format.  Rename member prettyprint_arrays to
3847         prettyformat_arrays.  Rename member prettyprint_structs to
3848         prettyformat_structs.  All uses updated.
3849         (get_no_prettyformat_print_options): Renamed from
3850         get_raw_print_options.
3851         * valprint.c (get_no_prettyformat_print_options): Renamed from
3852         get_raw_print_options.  All callers updated.
3853         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3854         All callers updated.
3855         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3856         All callers updated.
3857         (_initialize_valprint): Improve help text for "set print pretty" and
3858         "set print arrays".
3859
3860 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
3861
3862         * value.c (value_bits_valid): Revert previous change, and change
3863         by Pedro on 2013-07-04, due to regressions in
3864         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3865
3866 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
3867             Pedro Alves  <palves@redhat.com>
3868
3869         * value.c (value_bits_valid): If the value is not lval_computed
3870         or has no check validity handler then the answer is the
3871         optimized_out flag, otherwise defer to the handler.
3872
3873 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
3874
3875         * top.c (print_gdb_configuration): Explain in output of
3876         --configuration what does "relocatable" mean.
3877
3878         * main.c (print_gdb_help): Regroup options in the --help text.
3879         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3880         the relevant discussions.
3881
3882 2013-07-06  Yao Qi  <yao@codesourcery.com>
3883
3884         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3885         Remove parameter 'lsal'.
3886         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3887         to inner block.  Caller update.
3888         (base_breakpoint_create_breakpoints_sal): Update.
3889         (bkpt_create_breakpoints_sal): Likewise.
3890         (tracepoint_create_breakpoints_sal): Likewise.
3891         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3892         element 0 of vector 'canonical->sals'.
3893
3894 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
3895
3896         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3897         register number instead of the pseudo register one.
3898         (rs6000_dwarf2_reg_to_regnum): Likewise.
3899
3900 2013-07-04  Pedro Alves  <palves@redhat.com>
3901
3902         * findvar.c (value_of_register): Use allocate_optimized_out_value
3903         if the register has been optimized out, instead of
3904         set_value_optimized_out.
3905         * frame-unwind.c (frame_unwind_got_optimized): Use
3906         allocate_optimized_out_value.
3907
3908 2013-07-04  Pedro Alves  <palves@redhat.com>
3909
3910         * value.c (value_bits_valid): If the value is not lval_computed,
3911         or doesn't have a check_validity hook, assume the value is entirely
3912         valid.
3913
3914 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3915
3916         * stack.c (read_frame_arg): No longer fetch lazy values.
3917         * value.c (value_optimized_out): If the value is not already
3918         marked optimized out, and is lazy then fetch it.
3919         (value_primitive_field): Move optimized out check to later in the
3920         function, after we have loaded any lazy values.
3921         (value_fetch_lazy): Use optimized out flag directly rather than
3922         calling optimized_out method.
3923
3924 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3925
3926         * valops.c: Don't include "user-regs.h".
3927         (value_fetch_lazy): Moved to value.c.
3928         * value.c: Include "user-regs.h".
3929         (value_fetch_lazy): Moved from valops.c.
3930
3931 2013-07-04  Yao Qi  <yao@codesourcery.com>
3932
3933         Revert:
3934         2013-06-27  Yao Qi  <yao@codesourcery.com>
3935
3936         * common/create-version.sh: Update comments.  Handle the case
3937         that TARGET_ALIAS is empty.
3938
3939 2013-07-03  Pedro Alves  <palves@redhat.com>
3940
3941         * Makefile.in (config.status): Depend on development.sh.
3942         (aclocal_m4_deps): Add libmcheck.m4.
3943         * acinclude.m4: Include libmcheck.m4.
3944         * configure.ac: Source development.sh instead of setting
3945         'development' here.  --enable-libmcheck/--disable-libmcheck code
3946         factored out to GDB_AC_LIBMCHECK.  Run it.
3947         * development.sh: New file.
3948         * libmcheck.m4: New file.
3949         * configure: Regenerate.
3950
3951 2013-07-02  Tom Tromey  <tromey@redhat.com>
3952
3953         * contrib/ari/update-web-ari.sh: Update for version.in change.
3954
3955 2013-07-02  Tom Tromey  <tromey@redhat.com>
3956
3957         * common/ptid.h: Comment fixes.
3958
3959 2013-07-01  Tom Tromey  <tromey@redhat.com>
3960
3961         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3962         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
3963         (dwarf2_read_index, create_all_comp_units): Update.
3964
3965 2013-07-01  Tom Tromey  <tromey@redhat.com>
3966
3967         * configure.ac (build_warnings): Add -Wold-style-definition.
3968         * configure: Rebuild.
3969         * machoread.c (_initialize_machoread): Use "(void)".
3970         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3971         use "(void)".
3972
3973 2013-07-01  Tom Tromey  <tromey@redhat.com>
3974
3975         * configure.ac (build_warnings): Add -Wold-style-declaration.
3976         * configure: Rebuild.
3977         * dsrec.c (make_srec): Use "static const", not "const static".
3978         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3979         not "const static".
3980         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3981         Use "static const", not "const static".
3982         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3983         not "const static".
3984         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3985         not "const static".
3986         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3987         not "const static".
3988         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3989         not "const static".
3990         (v850_dbtrap_breakpoint_from_pc): Likewise.
3991         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3992         not "const static".
3993
3994 2013-07-01  Tom Tromey  <tromey@redhat.com>
3995
3996         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3997         * configure: Rebuild.
3998
3999 2013-07-01  Pedro Alves  <palves@redhat.com>
4000
4001         * defs.h: Include "pathmax.h".
4002         * utils.c: Don't include sys/param.h.
4003         (gdb_realpath): Remove code that checks for MAXPATHLEN.
4004         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
4005         instead of MAXPATHLEN.
4006         * solib-sunos.c: Don't include sys/param.h.
4007         * xcoffread.c: Don't include sys/param.h.
4008         * bsd-kvm.c: Don't include sys/param.h.
4009         * darwin-nat.c: Don't include sys/param.h.
4010         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4011         * darwin-nat-info.c: Don't include sys/param.h.
4012         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
4013         MAXPATHLEN.
4014         * i386obsd-nat.c: Don't include sys/param.h.
4015         * inf-child.c: Don't include sys/param.h.
4016         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
4017         * linux-fork.c: Don't include sys/param.h.
4018         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
4019         * linux-nat.c: Don't include sys/param.h.
4020         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
4021         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
4022         * m68klinux-nat.c: Don't include sys/param.h.
4023         * nbsd-nat.c: Don't include sys/param.h.
4024         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4025         * ppc-linux-nat.c: Don't include sys/param.h.
4026         * rs6000-nat.c: Don't include sys/param.h.
4027         * spu-linux-nat.c. Don't include sys/param.h.
4028         * windows-nat.c: Don't include sys/param.h.
4029         * xtensa-linux-nat.c: Don't include sys/param.h.
4030         * config/i386/nm-fbsd.h: Don't include sys/param.h.
4031
4032 2013-07-01  Pedro Alves  <palves@redhat.com>
4033
4034         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
4035         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
4036         * gnulib/aclocal.m4: Regenerate.
4037         * gnulib/config.in: Regenerate.
4038         * gnulib/configure: Regenerate.
4039         * gnulib/import/pathmax.h: New file.
4040         * gnulib/import/Makefile.am: Regenerate.
4041         * gnulib/import/Makefile.in: Regenerate.
4042         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4043         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4044         * gnulib/import/m4/pathmax.m4: New file.
4045
4046 2013-07-01  Pedro Alves  <palves@redhat.com>
4047
4048         * configure.ac (GDBINIT): Define, depending on host.
4049         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
4050         * top.c (PATH_MAX): Delete fallback definition.
4051         (GDBINIT_FILENAME): Delete.
4052         (gdbinit): Reimplement as const char array set to the GDBINIT
4053         string constant.
4054         * top.h (gdbinit): Make const.
4055         * configure, config.in: Regenerate.
4056
4057 2013-07-01  Pedro Alves  <palves@redhat.com>
4058
4059         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
4060         * cli/cli-cmds.h (source_script): Likewise.
4061         * exceptions.c (catch_command_errors_const): New function.
4062         * exceptions.h (catch_command_errors_const): Declare.
4063         * main.c (get_init_files): Make parameters const, and adjust.
4064         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
4065         'local_gdbinit' locals const.  Adjust to use
4066         catch_command_errors_const.
4067         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
4068         'local_gdbinit' locals const.
4069
4070 2013-07-01  Pedro Alves  <palves@redhat.com>
4071
4072         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
4073         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
4074         * tracepoint.c: Don't check HAVE_UNISTD_H before including
4075         <unistd.h>.
4076
4077 2013-07-01  Pedro Alves  <palves@redhat.com>
4078
4079         Import the "unistd" gnulib module.
4080         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
4081         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
4082         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
4083         import/m4/unistd_h.m4.
4084         * gnulib/aclocal.m4: Renenerate.
4085         * gnulib/config.in: Renenerate.
4086         * gnulib/configure: Renenerate.
4087         * gnulib/import/Makefile.am: Renenerate.
4088         * gnulib/import/Makefile.in: Renenerate.
4089         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
4090         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
4091         * gnulib/import/m4/off_t.m4: New file.
4092         * gnulib/import/m4/ssize_t.m4: New file.
4093         * gnulib/import/m4/sys_types_h.m4: New file.
4094         * gnulib/import/m4/unistd_h.m4: New file.
4095         * gnulib/import/sys_types.in.h: New file.
4096         * gnulib/import/unistd.c: New file.
4097         * gnulib/import/unistd.in.h: New file.
4098
4099 2013-07-01  Pedro Alves  <palves@redhat.com>
4100
4101         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
4102         defined instead of checking HAVE_UNISTD_H.
4103
4104 2013-07-01  Pedro Alves  <palves@redhat.com>
4105
4106         Reimport gnulib from scratch.
4107         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
4108         import/m4/onceonly.m4.
4109         * gnulib/aclocal.m4: Renegerate.
4110         * gnulib/config.in: Renegerate.
4111         * gnulib/configure: Renegerate.
4112         * gnulib/import/Makefile.in: Renegerate.
4113         * gnulib/import/extra/update-copyright: Renegerate.
4114         * gnulib/import/m4/onceonly.m4: Delete.
4115
4116 2013-07-01  Pedro Alves  <palves@redhat.com>
4117
4118         * tui/tui-regs.c (pagination_enabled): Delete declaration.
4119
4120 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4121
4122         Code cleanup.
4123         * remote.c (async_remote_interrupt_twice): Make it static.
4124         * remote.h (async_remote_interrupt_twice): Remove the declaration.
4125
4126 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
4127
4128         * ia64-linux-tdep.c: Include <ctype.h>.
4129         (ia64_linux_stap_is_single_operand): New function.
4130         (ia64_linux_init_abi): Initialize SystemTap related attributes.
4131
4132 2013-06-28  Tom Tromey  <tromey@redhat.com>
4133
4134         * Makefile.in (version.c): Use version.in, not
4135         common/version.in.
4136         * common/create-version.sh: Likewise.
4137         * common/version.in: Move...
4138         * version.in: ...here.
4139
4140 2013-06-28  Pedro Alves  <palves@redhat.com>
4141
4142         * infrun.c (set_observer_mode): Don't declare pagination_enabled
4143         here.
4144         * utils.h (pagination_enabled): Declare.
4145
4146 2013-06-28  Pedro Alves  <palves@redhat.com>
4147
4148         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4149         Move higher up in file.
4150
4151 2013-06-28  Tom Tromey  <tromey@redhat.com>
4152
4153         * tracepoint.c (deprecated_readline_begin_hook)
4154         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4155         declare.
4156
4157 2013-06-28  Pedro Alves  <palves@redhat.com>
4158
4159         PR tui/14880
4160         * tui/tui-regs.c (tui_get_register): Fetch value contents before
4161         checking if they're available.
4162         * value.c (value_available_contents_eq): Change comment.
4163         * value.h (value_available_contents_eq): Expand comment.
4164
4165 2013-06-27  Tom Tromey  <tromey@redhat.com>
4166
4167         * target.c (find_run_target): Remove.
4168         * target.h (find_run_target): Remove.
4169
4170 2013-06-27  Tom Tromey  <tromey@redhat.com>
4171
4172         * corelow.c (core_gdbarch): Now static.
4173
4174 2013-06-27  Tom Tromey  <tromey@redhat.com>
4175
4176         * target.c (target_struct_index): Remove.
4177
4178 2013-06-27  Pedro Alves  <palves@redhat.com>
4179
4180         * infrun.c: Remove comment describing the 'stepping over runtime
4181         loader dynamic symbol resolution code' mechanism; moved to
4182         gdbint.texinfo.
4183
4184 2013-06-27  Pedro Alves  <palves@redhat.com>
4185
4186         * exceptions.c (catch_command_errors): Remove spurious space.
4187         * exceptions.h (catch_command_errors): Second parameter is "arg",
4188         not "command".
4189
4190 2013-06-27  Yao Qi  <yao@codesourcery.com>
4191
4192         * common/create-version.sh: Update comments.  Handle the case
4193         that TARGET_ALIAS is empty.
4194
4195 2013-06-26  Pedro Alves  <palves@redhat.com>
4196
4197         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4198         comment.
4199
4200 2013-06-26  Pedro Alves  <palves@redhat.com>
4201
4202         * infrun.c: Update comments on stepping over runtime loader
4203         dynamic symbol resolution code.
4204
4205 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
4206
4207         * ax-gdb.h (union exp_element): Forward declare.
4208         * parser-defs.h: Include expression.h.
4209
4210 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4211
4212         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4213
4214 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4215
4216         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4217
4218 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4219
4220         Fix trace-status to output proper start-time and stop-time.
4221         * tracepoint.c (trace_status_command): Fix type of printf arg to
4222         prevent improper type conversion.
4223         (trace_status_mi): Likewise.
4224
4225 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4226
4227         * mips-tdep.c (mips_next_pc): Fix a typo.
4228
4229 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4230
4231         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4232
4233 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4234             Yao Qi  <yao@codesourcery.com>
4235
4236         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4237         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4238         * mi/mi-main.c (print_variable_or_computed): New function.
4239         (mi_cmd_trace_frame_collected): New function.
4240         * tracepoint.c (find_trace_state_variable_by_number): New.
4241         (struct traceframe_info): Move to tracepoint.h
4242         (struct collection_list): Likewise.
4243         (do_collect_symbol): Include locals and arguments in the
4244         collected variables list.
4245         (clear_collection_list): Clear wholly collected variables list
4246         and computed variables list.
4247         (append_exp): New function.
4248         (encode_actions_1): Include variables in the wholly
4249         collected variables list.  Include memory ranges and
4250         full-fledged expressions in the computed expressions list.
4251         (encode_actions): Move some code to ...
4252         Return the cleanup chain.
4253         (encode_actions_rsp): ... here.  New function.
4254         (get_traceframe_location, get_traceframe_info): Remove static.
4255         * tracepoint.h (struct memrange): Moved from tracepoint.c.
4256         (struct collection_list): Moved from tracepoint.c.  Add two
4257         new fields 'wholly_collected' and 'computed'.
4258         (find_trace_state_variable_by_number): Declare.
4259         (encode_actions): Adjust declaration.
4260         (encode_actions_rsp): Declare.
4261         (get_traceframe_info, get_traceframe_location): Declare.
4262
4263         * NEWS: Mention new MI command -trace-frame-collected.
4264
4265 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4266             Yao Qi  <yao@codesourcery.com>
4267
4268         * ctf.c (ctf_traceframe_info): Push trace state variables
4269         present in the trace data into the traceframe info object.
4270         * breakpoint.c (DEF_VEC_I): Remove.
4271         * common/filestuff.c (DEF_VEC_I): Likewise.
4272         * dwarf2loc.c (DEF_VEC_I): Likewise.
4273         * mi/mi-main.c (DEF_VEC_I): Likewise.
4274         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4275         * features/traceframe-info.dtd: Add tvar element and its
4276         attributes.
4277         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4278         (build_traceframe_info): Push trace state variables present in
4279         the trace data into the traceframe info object.
4280         (traceframe_info_start_tvar): New function.
4281         (tvar_attributes): New.
4282         (traceframe_info_children): Add "tvar" element.
4283         * tracepoint.h (struct traceframe_info) <tvars>: New field.
4284
4285         * NEWS: Mention the change in GDB and GDBserver.
4286
4287 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4288             Yao Qi  <yao@codesourcery.com>
4289
4290         * tracepoint.c (trace_dump_command): Move code to ...
4291         (get_traceframe_location): ... here.  New.
4292
4293 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4294             Yao Qi  <yao@codesourcery.com>
4295
4296         * tracepoint.c (trace_dump_command): GDB emits an error
4297          instead of a warning when a traceframe is not selected.
4298
4299 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4300             Yao Qi  <yao@codesourcery.com>
4301
4302         * tracepoint.c (tracepoint_list, stepping_list): Remove.
4303         (clear_collection_list): Free fields 'aexpre_list' and 'list'
4304         in collection_list.
4305         (do_clear_collection_list, init_collection_list): New.
4306         (encode_actions): Add local variables 'tracepoint_list' and
4307         'stepping_list'.  Call init_collection_list and make cleanup
4308         which calls do_clear_collection_list.  Don't call
4309         clear_collection_list.
4310         (_initialize_tracepoint): Delete references to
4311         'tracepoint_list' and 'stepping_list'.
4312
4313 2013-06-25  Tom Tromey  <tromey@redhat.com>
4314
4315         * common/create-version.sh (date): Use "$", not "$$" in sed
4316         expression.
4317
4318 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
4319
4320         * NEWS (New targets): Add entry for TI MSP430.
4321
4322 2013-06-25  Yao Qi  <yao@codesourcery.com>
4323
4324         * remote.c (remote_start_remote): Move code to upload tsv
4325         earlier.
4326
4327 2013-06-25  Yao Qi  <yao@codesourcery.com>
4328             Hui Zhu  <hui@codesourcery.com>
4329             Pedro Alves  <palves@redhat.com>
4330
4331         PR breakpoints/15075
4332         PR breakpoints/15434
4333         * breakpoint.c (bpstat_stop_status): Call
4334         b->ops->after_condition_true.
4335         (update_dprintf_command_list): Don't append "continue" command
4336         to the command list of dprintf breakpoint.
4337         (base_breakpoint_after_condition_true): New function.
4338         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4339         (dprintf_after_condition_true): New function.
4340         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4341         * breakpoint.h (breakpoint_ops): Add after_condition_true.
4342
4343 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
4344
4345         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4346         (ALLDEPFILES): Add msp430-tdep.c.
4347         * configure.tgt (msp430*-*-elf): New target.
4348         * msp430-tdep.c: New file.
4349
4350 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4351
4352         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4353         microMIPS synthetic symbols.
4354
4355 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4356
4357         * objfiles.h (pc_in_section): New prototype.
4358         (in_plt_section): Remove name argument, replace prototype with
4359         static inline function.
4360         * mips-tdep.h: Include "objfiles.h".
4361         (in_mips_stubs_section): New function.
4362         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
4363         in_solib_call_trampoline member.
4364         (hppa_in_solib_call_trampoline): Remove name argument.
4365         * objfiles.c (pc_in_section): New function.
4366         (in_plt_section): Remove function.
4367         * mips-linux-tdep.c: Include "objfiles.h".
4368         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
4369         name argument.  Return 1 rather than the low 16-bit halfword of
4370         any instruction examined.
4371         (mips_linux_in_dynsym_resolve_code): Update
4372         mips_linux_in_dynsym_stub call accordingly.
4373         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4374         rather than an equivalent hand-coded sequence.
4375         * hppa-hpux-tdep.c (in_opd_section): Remove function.
4376         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4377         (hppa64_hpux_in_solib_call_trampoline): Likewise.
4378         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4379         in_opd_section.
4380         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4381         on call to tdep->in_solib_call_trampoline.
4382         (hppa_in_solib_call_trampoline): Remove name argument, update
4383         according to in_plt_section change.
4384         (hppa_skip_trampoline_code): Update according to in_plt_section
4385         change.
4386         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4387         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4388         Likewise.
4389         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4390         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4391         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4392         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4393         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4394         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4395         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4396         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4397         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4398         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4399         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4400         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4401         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4402
4403 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
4404
4405         * common/create-version.sh: Fix expansion of $host_alias
4406         and $target_alias in generation of HOST_NAME and TARGET_NAME
4407         (resp.).
4408
4409 2013-06-24  Tom Tromey  <tromey@redhat.com>
4410
4411         * common/create-version.sh: New file.
4412         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4413         create-version.sh.
4414         (HFILES_NO_SRCDIR): Use common/version.h.
4415         * version.in: Move to ...
4416         * common/version.in: ... here.  Replace date with "DATE".
4417         * version.h: Move to ...
4418         * common/version.h: ... here.
4419
4420 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4421
4422         * gdb/gnulib/Makefile.in: Update date in copyright header.
4423         * gdb/gnulib/configure.ac: Ditto.
4424         * gdb/gnulib/update-gnulib.sh: Ditto.
4425
4426 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4427
4428         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4429         "gdb/gnulib/import".
4430
4431 2013-06-21  Will Newton  <will.newton@linaro.org>
4432
4433         * doublest.c (ldfrexp): Remove function.
4434         (convert_doublest_to_floatformat): Call frexpl instead of
4435         ldfrexp.
4436
4437 2013-06-21  Will Newton  <will.newton@linaro.org>
4438
4439         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4440         * gnulib/aclocal.m4: Regenerate.
4441         * gnulib/config.in: Regenerate.
4442         * gnulib/configure: Regenerate.
4443         * gnulib/import/Makefile.am: Update.
4444         * gnulib/import/Makefile.in: Update.
4445         * gnulib/import/m4/gnulib-cache.m4: Update.
4446         * gnulib/import/m4/gnulib-comp.m4: Update.
4447         * gnulib/import/float+.h: Import.
4448         * gnulib/import/float.c: Import.
4449         * gnulib/import/float.in.h: Import.
4450         * gnulib/import/fpucw.h: Import.
4451         * gnulib/import/frexp.c: Import.
4452         * gnulib/import/frexpl.c: Import.
4453         * gnulib/import/isnan.c: Import.
4454         * gnulib/import/isnand-nolibm.h: Import.
4455         * gnulib/import/isnand.c: Import.
4456         * gnulib/import/isnanl-nolibm.h: Import.
4457         * gnulib/import/isnanl.c: Import.
4458         * gnulib/import/itold.c: Import.
4459         * gnulib/import/m4/exponentd.m4: Import.
4460         * gnulib/import/m4/exponentl.m4: Import.
4461         * gnulib/import/m4/float_h.m4: Import.
4462         * gnulib/import/m4/fpieee.m4: Import.
4463         * gnulib/import/m4/frexp.m4: Import.
4464         * gnulib/import/m4/frexpl.m4: Import.
4465         * gnulib/import/m4/isnand.m4: Import.
4466         * gnulib/import/m4/isnanl.m4: Import.
4467         * gnulib/import/m4/math_h.m4: Import.
4468         * gnulib/import/math.c: Import.
4469         * gnulib/import/math.in.h: Import.
4470
4471 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4472
4473         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4474         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4475         signature_INTEL_edx comparisons.
4476
4477 2013-06-20  Doug Evans  <dje@google.com>
4478
4479         symtab/15652
4480         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4481         All callers updated.
4482         (open_dwp_file): If we can't find the dwp file, search the basename
4483         in debug-file-directory.
4484
4485         * dwarf2read.c (struct dwp_file): Fix comment.
4486         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4487
4488         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4489         better.
4490
4491 2013-06-20  Yao Qi  <yao@codesourcery.com>
4492
4493         * breakpoint.c (create_breakpoint): Fix code indentation.
4494
4495 2013-06-20  Yao Qi  <yao@codesourcery.com>
4496
4497         * breakpoint.c (create_breakpoints_sal_default): Remove
4498         parameter 'lsal'.  Update declaration.
4499         (bkpt_create_breakpoints_sal): Caller update.
4500         (tracepoint_create_breakpoints_sal): Likewise.
4501
4502 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
4503             Yao Qi  <yao@codesourcery.com>
4504
4505         * NEWS: Mention the new option '--skip-unavailable' of command
4506         -data-list-register-values.
4507         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4508         --skip-unavailable option.  Adjust to use output_register.
4509         (output_register): Add new 'skip_unavailable' parameter.
4510         Handle it.
4511
4512 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
4513
4514         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4515         common/i386-gcc-cpuid.h.
4516         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4517         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4518         Copy the latest version from upstream gcc.
4519         * common/linux-btrace.c: Include i386-cpuid.h.
4520         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4521         call to i386_cpuid.
4522         (cpu_supports_btrace): Likewise.
4523         * go32-nat.c: Include i386-cpuid.h.
4524         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4525
4526 2013-06-19  Doug Evans  <dje@google.com>
4527
4528         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4529         (get_section_index): Ditto.
4530
4531 2013-06-19  Tom Tromey  <tromey@redhat.com>
4532
4533         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4534         "dprintf" help.
4535
4536 2013-06-18  Doug Evans  <dje@google.com>
4537
4538         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4539         before using it.
4540         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4541         Move test of cu_index closer to use.  Print complaint if cu_index
4542         is bad.
4543
4544 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4545
4546         * machoread.c (oso_vector): Delete this global.
4547         (macho_register_oso): Add new parameter "oso_vector_ptr".
4548         Use it instead of the "oso_vector" global.
4549         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4550         (macho_symfile_read): Use a local oso_vector, to be free'ed
4551         at the end of this function, in place of the old "oso_vector"
4552         global.  Update various function calls accordingly.  Use one
4553         single cleanup chain for the entire function.
4554
4555 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4556
4557         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4558         DWARF2_PER_OBJFILE by uses of DATA instead.
4559
4560 2013-06-18  Tom Tromey  <tromey@redhat.com>
4561
4562         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4563         argument.
4564         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4565         Special case signals other than GDB_SIGNAL_TRAP.
4566         (explains_signal_watchpoint): New function.
4567         (base_breakpoint_explains_signal): Add 'sig' argument.
4568         (initialize_breakpoint_ops): Set 'explains_signal' method for
4569         watchpoints.
4570         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4571         signal argument.
4572         (bpstat_explains_signal): Likewise.
4573         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4574
4575 2013-06-18  Tom Tromey  <tromey@redhat.com>
4576
4577         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4578
4579 2013-06-18  Tom Tromey  <tromey@redhat.com>
4580
4581         * python/python.c (finish_python_initialization): Decref
4582         'pythondir' on failure path as well.
4583
4584 2013-06-18  Tom Tromey  <tromey@redhat.com>
4585
4586         PR symtab/15391:
4587         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4588         after taking bits_to_skip into account.  Sign extend byte_offset.
4589         * utils.h (gdb_sign_extend): Declare.
4590         * utils.c (gdb_sign_extend): New function.
4591
4592 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4593
4594         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4595
4596 2013-06-17  Pierre Muller  <muller@sourceware.org>
4597
4598         * corelow.c (core_open): Print GDB signal name instead of target
4599         signal number.
4600
4601 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
4602
4603         * .gitignore: Add /gcore.
4604
4605 2013-06-13  Doug Evans  <dje@google.com>
4606
4607         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4608         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4609
4610 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
4611
4612         * stack.c (backtrace_command_1): Fix indentation.
4613
4614 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4615
4616         * window-nat.c (thread_rec): Add missing empty line after
4617         local variable declaration.
4618
4619 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4620
4621         * windows-nat.c (thread_rec): Revert format used to print
4622         error code returned by SuspendThread from %d back to %u.
4623
4624 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4625
4626         * windows-nat.c (windows_continue): Add "0x" prefix for thread
4627         ID in debug trace.
4628         (get_windows_debug_event): Likewise, for all debug traces.
4629
4630 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4631
4632         * window-nat.c (thread_rec): Add thread ID in SuspendThread
4633         warning message.
4634
4635 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
4636             Yao Qi  <yao@codesourcery.com>
4637
4638         * mi/mi-main.c (get_register): Remove declaration.
4639         (output_register): Declare.
4640         (mi_cmd_data_list_register_values): Remove local variable
4641         'tuple_cleanup'.  Move some code into output_register.
4642         (get_register): Renamed to ...
4643         (output_register): ... this.  Output the register's
4644         "number" ui_out tuple here.
4645
4646 2013-06-07  Pedro Alves  <palves@redhat.com>
4647
4648         * darwin-nat.c: Fix formating in copyright header.
4649         * darwin-nat.h: Likewise.
4650         * gnu-nat.c: Likewise.
4651         * machoread.c: Likewise.
4652
4653 2013-06-07  Pedro Alves  <palves@redhat.com>
4654
4655         PR server/14823
4656         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
4657         static.  Output a global target description pointer.
4658         (init_registers_${name}): Adjust to initialize a
4659         target description structure.
4660
4661 2013-06-07  Will Newton  <will.newton@linaro.org>
4662
4663         * printcmd.c (build_address_symbolic): Call
4664         gdbarch_addr_bits_remove for text minimal symbols.
4665
4666 2013-06-07  Will Newton  <will.newton@linaro.org>
4667
4668         * MAINTAINERS: Add myself to Write After Approval.
4669
4670 2013-06-07  Yao Qi  <yao@codesourcery.com>
4671
4672         * tracepoint.c (start_tracing): Move code to ...
4673         (trace_reset_local_state): ... here.  New.
4674         (disconnect_tracing): Don't call set_current_traceframe,
4675         set_tracepoint_num, and set_traceframe_context. Call
4676         trace_reset_local_state instead.
4677         (tfile_close): Call trace_reset_local_state.
4678         * ctf.c (ctf_close): Likewise.
4679         * remote.c (remote_close): Likewise.
4680         * tracepoint.h (trace_reset_local_state): Declare.
4681
4682 2013-06-06  Doug Evans  <dje@google.com>
4683
4684         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4685         and fix header docs.
4686
4687 2013-06-05  Doug Evans  <dje@google.com>
4688             Keith Seitz  <keiths@redhat.com>
4689
4690         PR 15519
4691         * cp-namespace.c (find_symbol_in_baseclass): Call
4692         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4693         Check result of call to lookup_symbol_static.
4694         Call lookup_static_symbol_aux unconditionally.
4695         Call check_typedef on base types before accessing them.
4696         (cp_lookup_nested_symbol): Fix comment.
4697
4698 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
4699
4700         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4701         minimal symbols pointing to function descriptors.
4702
4703 2013-06-05  Tom Tromey  <tromey@redhat.com>
4704
4705         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4706
4707 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4708             Pedro Alves  <palves@redhat.com>
4709
4710         * remote.c (remote_wait_as): Restore signal handler before returning
4711         when GDB gets a notification.
4712
4713 2013-06-04  Gary Benson  <gbenson@redhat.com>
4714
4715         PR 2328
4716         * breakpoint.h (handle_solib_event): Moved function declaration
4717         to solib.h.
4718         * breakpoint.c (handle_solib_event): Moved function to solib.c.
4719         (bpstat_stop_status): Pass new argument to handle_solib_event.
4720         * solib.h (update_solib_breakpoints): New function declaration.
4721         (handle_solib_event): Moved function declaration from
4722         breakpoint.h.
4723         * solib.c (update_solib_breakpoints): New function.
4724         (handle_solib_event): Moved function from breakpoint.c.
4725         Updated to call solib_ops->handle_event if not NULL.
4726         * solist.h (target_so_ops): New fields "update_breakpoints" and
4727         "handle_event".
4728         * infrun.c (set_stop_on_solib_events): New function.
4729         (_initialize_infrun): Use the above for "set
4730         stop-on-solib-events".
4731         (handle_inferior_event): Pass new argument to handle_solib_event.
4732         * solib-svr4.c (probe.h): New include.
4733         (svr4_free_library_list): New forward declaration.
4734         (probe_action): New enum.
4735         (probe_info): New struct.
4736         (probe_info): New static variable.
4737         (NUM_PROBES): New definition.
4738         (svr4_info): New fields "using_xfer", "probes_table" and
4739         "solib_list".
4740         (free_probes_table): New function.
4741         (free_solib_list): New function.
4742         (svr4_pspace_data_cleanup): Free probes table and solib list.
4743         (svr4_copy_library_list): New function.
4744         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4745         (svr4_read_so_list): New parameter "prev_lm".
4746         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4747         (svr4_current_sos): New function.
4748         (probe_and_action): New struct.
4749         (hash_probe_and_action): New function.
4750         (equal_probe_and_action): Likewise.
4751         (register_solib_event_probe): Likewise.
4752         (solib_event_probe_at): Likewise.
4753         (solib_event_probe_action): Likewise.
4754         (solist_update_full): Likewise.
4755         (solist_update_incremental): Likewise.
4756         (disable_probes_interface_cleanup): Likewise.
4757         (svr4_handle_solib_event): Likewise.
4758         (svr4_update_solib_event_breakpoint): Likewise.
4759         (svr4_update_solib_event_breakpoints): Likewise.
4760         (svr4_create_solib_event_breakpoints): Likewise.
4761         (enable_break): Free probes table before creating breakpoints.
4762         Use svr4_create_solib_event_breakpoints to create breakpoints.
4763         (svr4_solib_create_inferior_hook): Free the solib list.
4764         (_initialize_svr4_solib): Initialise
4765         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4766
4767 2013-06-04  Gary Benson  <gbenson@redhat.com>
4768
4769         * target.h (target_ops): New field
4770         "to_augmented_libraries_svr4_read".
4771         (target_augmented_libraries_svr4_read): New macro.
4772         * target.c (update_current_target): Handle
4773         to_augmented_libraries_svr4_read.
4774         * remote.c (remote_state): New field
4775         "augmented_libraries_svr4_read".
4776         (remote_augmented_libraries_svr4_read_feature): New function.
4777         (remote_protocol_features): Add entry for
4778         "augmented-libraries-svr4-read".
4779         (remote_augmented_libraries_svr4_read): New function.
4780         (init_remote_ops): Initialize
4781         remote_ops.to_augmented_libraries_svr4_read.
4782
4783 2013-06-04  Gary Benson  <gbenson@redhat.com>
4784
4785         * NEWS: Update.
4786
4787 2013-06-04  Gary Benson  <gbenson@redhat.com>
4788
4789         * objfiles.h (inhibit_section_map_updates): New function
4790         declaration.
4791         (resume_section_map_updates): Likewise.
4792         (resume_section_map_updates_cleanup): Likewise.
4793         * objfiles.c (objfile_pspace_info): Removed field
4794         "objfiles_changed_p".  New fields "new_objfiles_available",
4795         "section_map_dirty" and "inhibit_updates".
4796         (allocate_objfile): Set new_objfiles_available.
4797         (free_objfile): Set section_map_dirty.
4798         (objfile_relocate1): Likewise.
4799         (in_plt_section): Likewise.
4800         (find_pc_section): Update the conditions under which the
4801         section map will be updated.
4802         (inhibit_section_map_updates): New function.
4803         (resume_section_map_updates): Likewise.
4804         (resume_section_map_updates_cleanup): Likewise.
4805
4806 2013-06-04  Gary Benson  <gbenson@redhat.com>
4807
4808         * probe.h (get_probe_argument_count): New declaration.
4809         (evaluate_probe_argument): Likewise.
4810         * probe.c (get_probe_argument_count): New function.
4811         (evaluate_probe_argument): Likewise.
4812         (probe_safe_evaluate_at_pc): Use the above new functions.
4813
4814 2013-06-04  Alan Modra  <amodra@gmail.com>
4815
4816         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4817         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4818         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
4819         target mem reads on optional insns.
4820         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4821         ppc_insns_match_pattern calls.
4822         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4823         Add match for power7 thread safety insns, and new order of
4824         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
4825         invocation in comment, and update rest of comment.
4826         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4827         PPC64_STANDARD_LINKAGE3_LEN): Delete.
4828         (ppc64_standard_linkage2_target): Update insn offsets.
4829         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
4830         stubs first.  Update calls.
4831
4832 2013-06-04  Yao Qi  <yao@codesourcery.com>
4833
4834         * solib.c (solib_find): Don't need dir separator if path has
4835         drive spec.
4836
4837 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
4838
4839         Revert (indirectly causes a SIGSEGV):
4840         * machoread.c (macho_symfile_read): Assign first cleanup to
4841         'back_to'.
4842
4843 2013-06-03  Yao Qi  <yao@codesourcery.com>
4844
4845         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4846         mi-parse.c.  Make them static.
4847         (mi_all_values): Likewise.
4848         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
4849         mi_parse_print_values.  Make it external.
4850         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4851         Remove the declarations.
4852         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4853         * mi/mi-parse.h (mi_parse_print_values): Declare.
4854         * mi/mi-cmd-stack.c: Include mi-parse.h.
4855         (parse_print_values): Remove
4856         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4857         of parse_print_values.
4858         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4859
4860 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
4861             Yao Qi  <yao@codesourcery.com>
4862
4863         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4864         (encode_actions): Move code to ...
4865         (all_tracepoint_actions_and_cleanup): ... here.  New.
4866         (trace_dump_command): Likewise.
4867
4868 2013-05-30  Tom Tromey  <tromey@redhat.com>
4869
4870         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4871
4872 2013-05-30  Tom Tromey  <tromey@redhat.com>
4873
4874         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4875         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
4876         'old_chain' argument.  Add 'parser_result' argument.
4877         (gdb_xml_create_parser_and_cleanup): Remove old version.
4878         (gdb_xml_parse_quick): Update.
4879         (xml_process_xincludes): Update.
4880         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4881         declare.
4882
4883 2013-05-30  Tom Tromey  <tromey@redhat.com>
4884
4885         * probe.c (collect_probes): Check arguments for NULL before
4886         calling compile_rx_or_error.
4887         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4888         Remove NULL return.
4889
4890 2013-05-30  Tom Tromey  <tromey@redhat.com>
4891
4892         * infrun.c (adjust_pc_after_break): Introduce an outer null
4893         cleanup.
4894
4895 2013-05-30  Tom Tromey  <tromey@redhat.com>
4896
4897         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4898
4899 2013-05-30  Tom Tromey  <tromey@redhat.com>
4900
4901         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4902         for 'old_chain'.  Do not check 'head' before processing
4903         cleanups.
4904
4905 2013-05-30  Tom Tromey  <tromey@redhat.com>
4906
4907         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4908         "cleanup_tuple".
4909
4910 2013-05-30  Tom Tromey  <tromey@redhat.com>
4911
4912         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4913         inner scope.  Unconditionally call do_cleanups.
4914
4915 2013-05-30  Tom Tromey  <tromey@redhat.com>
4916
4917         * source.c (find_and_open_source): Call do_cleanups.
4918
4919 2013-05-30  Tom Tromey  <tromey@redhat.com>
4920
4921         * linux-thread-db.c (thread_db_load_search): Unconditionally
4922         call do_cleanups.
4923
4924 2013-05-30  Tom Tromey  <tromey@redhat.com>
4925
4926         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4927         for 'cleanup'; instead use a later one.
4928
4929 2013-05-30  Tom Tromey  <tromey@redhat.com>
4930
4931         * python/py-breakpoint.c (bppy_get_commands): Use
4932         explicit, unconditional return.
4933         * python/py-frame.c (frapy_read_var): Likewise.
4934         * python/python.c (gdbpy_decode_line): Likewise.
4935
4936 2013-05-30  Tom Tromey  <tromey@redhat.com>
4937
4938         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4939         do_cleanups on all return paths.
4940
4941 2013-05-30  Tom Tromey  <tromey@redhat.com>
4942
4943         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4944
4945 2013-05-30  Tom Tromey  <tromey@redhat.com>
4946
4947         * stabsread.c (read_struct_type): Call do_cleanups along
4948         all return paths.
4949
4950 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
4951
4952         * mips-linux-tdep.c: Adjust formatting throughout.
4953
4954 2013-05-30  Tom Tromey  <tromey@redhat.com>
4955
4956         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4957         along all return paths.
4958
4959 2013-05-30  Tom Tromey  <tromey@redhat.com>
4960
4961         * symfile.c (find_separate_debug_file): Call do_cleanups
4962         along all return paths.
4963
4964 2013-05-30  Tom Tromey  <tromey@redhat.com>
4965
4966         * symtab.c (search_symbols): Introduce a null cleanup for
4967         'retval_chain'.
4968
4969 2013-05-30  Tom Tromey  <tromey@redhat.com>
4970
4971         * python/py-value.c (valpy_binop): Call do_cleanups before
4972         exiting loop.
4973
4974 2013-05-30  Tom Tromey  <tromey@redhat.com>
4975
4976         * python/py-prettyprint.c (print_children): Remove extra
4977         do_cleanups call.
4978
4979 2013-05-30  Tom Tromey  <tromey@redhat.com>
4980
4981         * python/py-frame.c (frapy_read_var): Call do_cleanups along
4982         all return paths.
4983
4984 2013-05-30  Tom Tromey  <tromey@redhat.com>
4985
4986         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4987         along all return paths.
4988
4989 2013-05-30  Tom Tromey  <tromey@redhat.com>
4990
4991         * cli/cli-logging.c (set_logging_redirect): Unconditionally
4992         call do_cleanups.
4993
4994 2013-05-30  Tom Tromey  <tromey@redhat.com>
4995
4996         * varobj.c (c_value_of_root): Call do_cleanups along all
4997         return paths.
4998
4999 2013-05-30  Tom Tromey  <tromey@redhat.com>
5000
5001         * tracepoint.c (trace_dump_command): Unconditionally call
5002         do_cleanups.
5003
5004 2013-05-30  Tom Tromey  <tromey@redhat.com>
5005
5006         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
5007         do_cleanups earlier.
5008
5009 2013-05-30  Tom Tromey  <tromey@redhat.com>
5010
5011         * machoread.c (macho_symfile_read): Assign first cleanup to
5012         'back_to'.
5013
5014 2013-05-30  Tom Tromey  <tromey@redhat.com>
5015
5016         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
5017
5018 2013-05-30  Tom Tromey  <tromey@redhat.com>
5019
5020         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
5021
5022 2013-05-30  Tom Tromey  <tromey@redhat.com>
5023
5024         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
5025         call discard_cleanups.
5026         (inf_ptrace_attach): Likewise.
5027
5028 2013-05-30  Tom Tromey  <tromey@redhat.com>
5029
5030         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
5031         return paths.
5032         (mips_initialize): Likewise.
5033         (common_open): Call do_cleanups.
5034
5035 2013-05-30  Tom Tromey  <tromey@redhat.com>
5036
5037         * utils.c (internal_vproblem): Call do_cleanups.
5038
5039 2013-05-30  Tom Tromey  <tromey@redhat.com>
5040
5041         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
5042
5043 2013-05-30  Tom Tromey  <tromey@redhat.com>
5044
5045         * cli/cli-script.c (setup_user_args): Don't return after error.
5046
5047 2013-05-30  Tom Tromey  <tromey@redhat.com>
5048
5049         * somread.c (som_symtab_read): Call do_cleanups.
5050
5051 2013-05-30  Tom Tromey  <tromey@redhat.com>
5052
5053         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
5054
5055 2013-05-30  Tom Tromey  <tromey@redhat.com>
5056
5057         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
5058         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
5059         * interps.c (interpreter_exec_cmd): Call do_cleanups.
5060         * source.c (show_substitute_path_command): Call do_cleanups.
5061         (unset_substitute_path_command, set_substitute_path_command):
5062         Likewise.
5063         * symfile.c (load_command): Call do_cleanups.
5064
5065 2013-05-30  Tom Tromey  <tromey@redhat.com>
5066
5067         * contrib/cleanup_check.py: New file.
5068         * contrib/gcc-with-excheck: Add option parsing.
5069
5070 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
5071
5072         * windows-nat.c (windows_delete_thread): Add missing space
5073         in cast expression.
5074
5075 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
5076
5077         * inferior.c (top level): Include tilde.h.
5078         (add_inferior_command): Call tilde_expand on the value of 'exec'
5079         argument.
5080
5081 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
5082             Yao Qi  <yao@codesourcery.com>
5083
5084         * tracepoint.c (encode_actions_1): Remove parameter 't'.
5085         Caller update.
5086         (encode_actions): Likewise.
5087         * remote.c (remote_download_tracepoint): Caller update.
5088         * tracepoint.h (encode_actions): Update declaration.
5089
5090 2013-05-30  Pedro Alves  <palves@redhat.com>
5091
5092         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
5093         pointer.
5094
5095 2013-05-30  Yao Qi  <yao@codesourcery.com>
5096
5097         * remote.c (remote_check_symbols): Remove unused parameter
5098         'objfile'.
5099         Declaration update.
5100         (remote_start_remote, remote_new_objfile): Caller update.
5101
5102 2013-05-30  Yao Qi  <yao@codesourcery.com>
5103
5104         * mi/mi-cmds.c (mi_cmds): Define MI command
5105         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
5106         DEF_MI_CMD_CLI.
5107
5108 2013-05-29  Pedro Alves  <palves@redhat.com>
5109
5110         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
5111         (remote_insert_watchpoint, remote_remove_watchpoint)
5112         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
5113         (remote_verify_memory, compare_sections_command)
5114         (remote_search_memory): Set the general process/thread on the
5115         remote side.
5116
5117 2013-05-29  Pedro Alves  <palves@redhat.com>
5118
5119         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
5120         (_initialize_aarch64_tdep): Don't call
5121         initialize_tdesc_aarch64_without_fpu.
5122         * features/Makefile (WHICH): Remove reference to
5123         aarch64-without-fpu.
5124         * features/aarch64-without-fpu.c: Delete file.
5125         * regformats/aarch64-without-fpu.dat: Delete file.
5126
5127 2013-05-28  Yao Qi  <yao@codesourcery.com>
5128
5129         * tracepoint.c (stringify_collection_list): Remove parameter
5130         'string'.
5131         (encode_actions): Caller update.  Remove local variables.
5132
5133 2013-05-24  Yao Qi  <yao@codesourcery.com>
5134
5135         * tracepoint.c (TFILE_PID): Remove.
5136         (tfile_open): Don't add thread and inferior.
5137         (tfile_close): Don't set 'inferior_ptid'.  Don't call
5138         exit_inferior_silent.
5139         (tfile_thread_alive): Remove.
5140         (init_tfile_ops): Don't set field 'to_thread_alive' of
5141         tfile_ops.
5142
5143 2013-05-23  Doug Evans  <dje@google.com>
5144
5145         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5146
5147 2013-05-23  Pedro Alves  <palves@redhat.com>
5148
5149         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5150         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5151         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5152         Only define if HAVE_SOCKETS is defined.
5153         * configure.ac: Check for sys/socket.h.
5154         * config.in, configure: Regenerate.
5155
5156 2013-05-23  Pedro Alves  <palves@redhat.com>
5157
5158         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5159         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5160         printing uint32_t variables.
5161
5162 2013-05-23  Pedro Alves  <palves@redhat.com>
5163
5164         * NEWS: Mention GDBserver range stepping support.
5165
5166 2013-05-23  Yao Qi  <yao@codesourcery.com>
5167             Pedro Alves  <palves@redhat.com>
5168
5169         * gdbthread.h (struct thread_control_state) <may_range_step>: New
5170         field.
5171         * infcmd.c (step_once, until_next_command): Enable range stepping.
5172         * infrun.c (displaced_step_prepare): Disable range stepping.
5173         (resume): Disable range stepping if stepping over a breakpoint or
5174         we have software watchpoints.  If range stepping is enabled,
5175         assert the thread is in the stepping range.
5176         (clear_proceed_status_thread): Clear may_range_step.
5177         (handle_inferior_event): Disable range stepping as soon as we know
5178         the thread that hit the event.  Re-enable it whenever we're going
5179         to step with a step range.
5180         * remote.c (struct vCont_action_support) <r>: New field.
5181         (use_range_stepping): New global.
5182         (remote_vcont_probe): Handle 'r' action.
5183         (append_resumption): Append an 'r' action if the thread may range
5184         step.
5185         (show_range_stepping): New function.
5186         (set_range_stepping): New function.
5187         (_initialize_remote): Call add_setshow_boolean_cmd to register the
5188         'set range-stepping' and 'show range-stepping' commands.
5189         * NEWS: Mention range stepping, the new vCont;r action, and the
5190         new "set/show range-stepping" commands.
5191
5192 2013-05-23  Yao Qi  <yao@codesourcery.com>
5193             Pedro Alves  <palves@redhat.com>
5194
5195         * remote.c (struct vCont_action_support): New struct.
5196         (struct remote_state) <support_vCont_t>: Remove field.
5197         <vCont_actions_support>: New field.
5198         (remote_vcont_probe, remote_stop_ns): Update.
5199
5200 2013-05-23  Yao Qi  <yao@codesourcery.com>
5201             Pedro Alves  <palves@redhat.com>
5202
5203         * gdbthread.h (pc_in_thread_step_range): New declaration.
5204         * thread.c (pc_in_thread_step_range): New function.
5205         * infrun.c (handle_inferior_event): Use it.
5206
5207 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
5208
5209         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5210         of sprintf.
5211
5212 2013-05-22  Keith Seitz  <keiths@redhat.com>
5213
5214         * ada-lang.c (is_known_support_routine): Add explicit free of
5215         'func_name' from find_frame_funname.
5216         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5217         for func_name from find_frame_funname.
5218         * python/py-frame.c (frapy_name): Add explicit free of
5219         'name' from find_frame_funname.
5220         * stack.c (find_frame_funname): Add comment explaining that
5221         funcp must be freed by the caller.
5222         Return copy of symbol names instead of pointers.
5223         (print_frame): Add a cleanup for 'funname' from
5224         find_frame_funname.
5225         * stack.h (find_frame_funname): Remove "const" from
5226         'funname' parameter.
5227
5228 2013-05-22  Tom Tromey  <tromey@redhat.com>
5229
5230         PR c++/15401:
5231         * c-valprint.c (c_value_print): Use value_addr for
5232         references.  Convert back to reference type with value_ref.
5233
5234 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
5235
5236         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5237         unloaded DLL, it will be done by handle_solib_event.  See
5238         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5239         details.
5240
5241 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
5242
5243         * ui-out.c: Create typedef ui_out_level_p and define vector
5244         operations for that type.
5245         (struct ui_out): Use a vector instead of an array.
5246         (current_level): Return level from a vector.
5247         (push_level): Create a level in a vector.
5248         (pop_level): Delete a level in a vector.
5249         (ui_out_new): Create initial level zero level, and store in a
5250         vector.
5251         (ui_out_destroy): Add vector cleanup.
5252
5253 2013-05-22  Pedro Alves  <palves@redhat.com>
5254
5255         * python/python-internal.h (gdb_Py_DECREF): Tag with
5256         "ARI: editCase function".
5257
5258 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5259
5260         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5261
5262 2013-05-21  Pedro Alves  <palves@redhat.com>
5263
5264         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5265         whether PRINTER is NULL before installing a Py_DECREF cleanup.
5266         * python/py-utils.c (py_decref): Don't check for NULL before
5267         calling Py_DECREF.
5268
5269 2013-05-21  Pedro Alves  <palves@redhat.com>
5270
5271         * python/py-utils.c (py_decref): Remove extra braces.
5272         (gdb_pymodule_addobject): Remove extra braces.
5273         * python-internal.h (gdb_Py_DECREF): New static inline function.
5274         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5275
5276 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5277
5278         * breakpoints.c (detach_breakpoints): Do not
5279         detach breakpoints locations with loc_type bp_loc_other.
5280
5281 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5282
5283         Workaround Python 2.6.
5284         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5285         a block.
5286
5287 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5288
5289         Code cleanup: constification.
5290         * solib.c (solib_ops): Make return type and ops variable type const.
5291         (set_solib_ops): Make the new_ops parameter and ops variable const.
5292         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5293         (solib_add, solib_keep_data_in_core, clear_solib)
5294         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5295         (reload_shared_libraries, solib_global_lookup): Make the ops variable
5296         const.
5297         * solib.h (set_solib_ops): Make the new_ops parameter const.
5298
5299 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5300
5301         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5302         variable.
5303         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5304         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5305         (SYSTEM_GDBINIT_FILES): New variables.
5306         (all): Add stamp-system-gdbinit.
5307         (stamp-system-gdbinit): New rule.
5308         (clean-system-gdbinit, install-system-gdbinit)
5309         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
5310         (install-only): Add dependency on install-system-gdbinit.
5311         (uninstall): Add dependency on uninstall-system-gdbinit.
5312         (clean): Add dependency on clean-system-gdbinit.
5313         * system-gdbinit/elinos.py: New file.
5314         * system-gdbinit/wrs-linux.py: New file.
5315
5316 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5317
5318         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5319
5320 2013-05-21  Hui Zhu  <hui@codesourcery.com>
5321
5322         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5323         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5324         * mi/mi-cmd-break.c (ctype.h): New include.
5325         (gdb_obstack.h): New include.
5326         (mi_argv_to_format, mi_cmd_break_insert_1): New.
5327         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5328         (mi_cmd_dprintf_insert): New.
5329         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5330         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5331
5332 2013-05-20  Tom Tromey  <tromey@redhat.com>
5333
5334         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5335
5336 2013-05-20  Tom Tromey  <tromey@redhat.com>
5337
5338         * python/py-value.c (valpy_get_dynamic_type): Simplify
5339         dynamic_type assignment.  Use Py_XINCREF.
5340
5341 2013-05-20  Tom Tromey  <tromey@redhat.com>
5342
5343         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5344
5345 2013-05-20  Tom Tromey  <tromey@redhat.com>
5346
5347         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5348         (gdbpy_selected_frame): Move object-construction code
5349         out of TRY_CATCH.
5350
5351 2013-05-20  Tom Tromey  <tromey@redhat.com>
5352
5353         * python/py-arch.c (gdbpy_initialize_arch): Use
5354         gdb_pymodule_addobject.
5355         * python/py-block.c (gdbpy_initialize_blocks): Use
5356         gdb_pymodule_addobject.
5357         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5358         gdb_pymodule_addobject.
5359         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
5360         gdb_pymodule_addobject.
5361         * python/py-event.c (gdbpy_initialize_event_generic): Use
5362         gdb_pymodule_addobject.
5363         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
5364         gdb_pymodule_addobject.
5365         * python/py-evts.c (add_new_registry): Use
5366         gdb_pymodule_addobject.
5367         (gdbpy_initialize_py_events): Likewise.
5368         * python/py-finishbreakpoint.c
5369         (gdbpy_initialize_finishbreakpoints): Use
5370         gdb_pymodule_addobject.
5371         * python/py-frame.c (gdbpy_initialize_frames): Use
5372         gdb_pymodule_addobject.
5373         * python/py-function.c (gdbpy_initialize_functions): Use
5374         gdb_pymodule_addobject.
5375         * python/py-inferior.c (gdbpy_initialize_inferior): Use
5376         gdb_pymodule_addobject.
5377         * python/py-infthread.c (gdbpy_initialize_thread): Use
5378         gdb_pymodule_addobject.
5379         * python/py-objfile.c (gdbpy_initialize_objfile): Use
5380         gdb_pymodule_addobject.
5381         * python/py-param.c (gdbpy_initialize_parameters): Use
5382         gdb_pymodule_addobject.
5383         * python/py-progspace.c (gdbpy_initialize_pspace): Use
5384         gdb_pymodule_addobject.
5385         * python/py-symbol.c (gdbpy_initialize_symbols): Use
5386         gdb_pymodule_addobject.
5387         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5388         gdb_pymodule_addobject.
5389         * python/py-type.c (gdbpy_initialize_types): Use
5390         gdb_pymodule_addobject.
5391         * python/py-utils.c (gdb_pymodule_addobject): New function.
5392         * python/py-value.c (gdbpy_initialize_values): Use
5393         gdb_pymodule_addobject.
5394         * python/python-internal.h (gdb_pymodule_addobject): Declare.
5395         * python/python.c (_initialize_python): Use
5396         gdb_pymodule_addobject.
5397
5398 2013-05-20  Tom Tromey  <tromey@redhat.com>
5399
5400         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5401         * python/py-param.c (get_set_value, get_show_value): Use
5402         explicit decrefs.
5403         * python/python.c (start_type_printers, apply_type_printers):
5404         Use explicit decrefs.
5405
5406 2013-05-20  Tom Tromey  <tromey@redhat.com>
5407
5408         * python/py-evts.c (gdbpy_initialize_py_events): Don't
5409         incref the module.
5410
5411 2013-05-20  Tom Tromey  <tromey@redhat.com>
5412
5413         * python/python.c (gdbpy_run_events): Decref the result
5414         of PyObject_CallObject.
5415
5416 2013-05-20  Tom Tromey  <tromey@redhat.com>
5417
5418         * python/py-symtab.c (set_sal): Use
5419         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
5420         (symtab_and_line_to_sal_object): Update.
5421
5422 2013-05-20  Tom Tromey  <tromey@redhat.com>
5423
5424         * python/py-param.c (compute_enum_values): Decref 'item'.
5425
5426 2013-05-20  Tom Tromey  <tromey@redhat.com>
5427
5428         * mi/mi-main.c: Include python-internal.h.
5429         (mi_cmd_list_features): Check gdb_python_initialized.
5430         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5431         (python_inferior_exit, python_new_objfile, add_thread_object)
5432         (delete_thread_object, py_free_inferior): Check
5433         gdb_python_initialized.
5434         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5435         gdb_python_initialized.
5436         * python/py-type.c (save_objfile_types): Check
5437         gdb_python_initialized.
5438         * python/python-internal.h (gdb_python_initialized): Declare.
5439         * python/python.c (ensure_python_env): Throw exception if
5440         Python not initialized.
5441         (before_prompt_hook, source_python_script_for_objfile)
5442         (start_type_printers, apply_type_printers,
5443         free_type_printers): Check gdb_python_initialized.
5444         * varobj.c (varobj_get_display_hint)
5445         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5446         (install_new_value_visualizer, varobj_set_visualizer)
5447         (value_get_print_value): Check gdb_python_initialized.
5448
5449 2013-05-20  Tom Tromey  <tromey@redhat.com>
5450
5451         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5452         Check errors.
5453         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5454         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5455         Check errors.
5456         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5457         Check errors.
5458         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5459         Check errors.
5460         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5461         Check errors.
5462         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5463         init function to return 'int'.
5464         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5465         Return 'int'.  Check errors.
5466         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5467         Check errors.
5468         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5469         Return 'int'.  Check errors.
5470         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5471         Check errors.
5472         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5473         Check errors.
5474         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5475         Check errors.
5476         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5477         Check errors.
5478         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5479         Check errors.
5480         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5481         Check errors.
5482         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5483         Check errors.
5484         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5485         Check errors.
5486         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5487         Check errors.
5488         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5489         Check errors.
5490         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5491         Check errors.
5492         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5493         Check errors.
5494         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5495         Check errors.
5496         * python/python-internal.h (gdbpy_initialize_auto_load,
5497         gdbpy_initialize_values, gdbpy_initialize_frames,
5498         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5499         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5500         gdbpy_initialize_blocks, gdbpy_initialize_types,
5501         gdbpy_initialize_functions, gdbpy_initialize_pspace,
5502         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5503         gdbpy_initialize_finishbreakpoints,
5504         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5505         gdbpy_initialize_thread, gdbpy_initialize_inferior,
5506         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5507         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5508         gdbpy_initialize_signal_event,
5509         gdbpy_initialize_breakpoint_event,
5510         gdbpy_initialize_continue_event,
5511         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5512         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5513         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5514         * python/python.c (gdb_python_initialized): New global.
5515         (gdbpy_initialize_events): Return 'int'.  Check errors.
5516         (_initialize_python): Check errors.  Set
5517         gdb_python_initialized.
5518
5519 2013-05-20  Tom Tromey  <tromey@redhat.com>
5520
5521         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5522         Decref the reslut of PyObject_CallMethod.
5523
5524 2013-05-20  Tom Tromey  <tromey@redhat.com>
5525
5526         * python/py-event.c (gdbpy_initialize_event_generic): Return
5527         early if PyType_Ready fails.
5528
5529 2013-05-20  Tom Tromey  <tromey@redhat.com>
5530
5531         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5532         as 'default' in the switch.
5533
5534 2013-05-20  Tom Tromey  <tromey@redhat.com>
5535
5536         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
5537         get_addr_from_python calls out of TRY_CATCH.
5538         (infpy_write_memory, infpy_search_memory): Likewise.
5539         * python/py-utils.c (get_addr_from_python): Return negative
5540         value on error.  Use TRY_CATCH.
5541         * python/python-internal.h (get_addr_from_python): Use
5542         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5543
5544 2013-05-20  Tom Tromey  <tromey@redhat.com>
5545
5546         * python/py-event.c (evpy_emit_event): Decref the
5547         result of PyObject_CallFunctionObjArgs.
5548
5549 2013-05-20  Tom Tromey  <tromey@redhat.com>
5550
5551         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5552         Correctly decref.
5553
5554 2013-05-20  Tom Tromey  <tromey@redhat.com>
5555
5556         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5557
5558 2013-05-20  Tom Tromey  <tromey@redhat.com>
5559
5560         * python/py-event.h (gdbpy_initialize_event_generic): Use
5561         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5562         * python/py-evts.c (add_new_registry): Use
5563         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5564         * python/python-internal.h
5565         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5566
5567 2013-05-20  Tom Tromey  <tromey@redhat.com>
5568
5569         * python/py-arch.c (archpy_disassemble): Update.
5570         * python/py-type.c (typy_get_composite, typy_lookup_typename)
5571         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5572         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5573         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5574         macro.
5575         (GDB_PY_HANDLE_EXCEPTION): Update.
5576         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
5577
5578 2013-05-20  Tom Tromey  <tromey@redhat.com>
5579
5580         * python/python-internal.h (events_object_type): Remove.
5581
5582 2013-05-20  Tom Tromey  <tromey@redhat.com>
5583
5584         * python/py-event.h (evpy_emit_event): Use
5585         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5586         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5587         New macro.
5588
5589 2013-05-20  Tom Tromey  <tromey@redhat.com>
5590
5591         * py-evtregistry.c (create_event_object): Decref
5592         eventregistry_object if PyList_New fails.
5593
5594 2013-05-20  Tom Tromey  <tromey@redhat.com>
5595
5596         * py-cmd.c (gdbpy_string_to_argv): Check result of
5597         PyList_New.
5598
5599 2013-05-20  Tom Tromey  <tromey@redhat.com>
5600
5601         * python/python.c (before_prompt_hook): Add cleanup to
5602         decref 'hook'.
5603
5604 2013-05-20  Tom Tromey  <tromey@redhat.com>
5605
5606         * python/py-function.c (fnpy_init): Decref result of
5607         PyObject_GetAttrString.
5608
5609 2013-05-20  Tom Tromey  <tromey@redhat.com>
5610
5611         * python/py-threadevent.c (get_event_thread): Use
5612         CPYCHECKER_RETURNS_BORROWED_REF.
5613         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5614         New define.
5615         (pspace_to_pspace_object, objfile_to_objfile_object)
5616         (find_thread_object): Use it.
5617
5618 2013-05-20  Tom Tromey  <tromey@redhat.com>
5619
5620         * python/py-arch.c (arch_object_type): Use
5621         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5622         * python/py-block.c (block_syms_iterator_object_type):
5623         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5624         * python/py-bpevent.c (breakpoint_event_object_type):
5625         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5626         * python/py-cmd.c (cmdpy_object_type): Use
5627         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5628         * python/py-continueevent.c (continue_event_object_type):
5629         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5630         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5631         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5632         * python/py-events.h (thread_event_object_type):
5633         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5634         * python/py-evtregistry.c (eventregistry_object_type): Use
5635         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5636         * python/py-exitedevent.c (exited_event_object_type):
5637         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5638         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5639         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5640         * python/py-function.c (fnpy_object_type): Use
5641         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5642         * python/py-inferior.c (inferior_object_type, membuf_object_type):
5643         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5644         * python/py-infthread.c (thread_object_type): Use
5645         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5646         * python/py-lazy-string.c (lazy_string_object_type):
5647         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5648         * python/py-newobjfileevent.c (new_objfile_event_object_type):
5649         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5650         * python/py-objfile.c (objfile_object_type): Use
5651         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5652         * python/py-param.c (parmpy_object_type):
5653         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5654         * python/py-progspace.c (pspace_object_type):
5655         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5656         * python/py-signalevent.c (signal_event_object_type):
5657         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5658         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5659         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5660         * python/py-type.c (type_object_type, field_object_type)
5661         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5662         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5663         define.
5664         (value_object_type, block_object_type, symbol_object_type)
5665         (event_object_type, stop_event_object_type, breakpoint_object_type)
5666         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5667
5668 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
5669
5670         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5671         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5672
5673 2013-05-20  Doug Evans  <dje@google.com>
5674
5675         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
5676         For Fission.
5677         * dwarf2read.c (struct dwarf2_per_cu_data): New member
5678         reading_dwo_directly.
5679         (struct signatured_type): New member dwo_unit.
5680         (struct die_reader_specs): New member comp_dir.
5681         (create_signatured_type_table_from_index): Use malloc for
5682         all_type_units instead of objfile's obstack.
5683         (create_all_type_units): Ditto.
5684         (fill_in_sig_entry_from_dwo_entry): New function.
5685         (add_type_unit): New function.
5686         (lookup_dwo_signatured_type): New function.
5687         (lookup_dwp_signatured_type): New function.
5688         (lookup_signatured_type): New arg cu.  All callers updated.
5689         (init_cu_die_reader): Initialize comp_dir.
5690         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
5691         Change assert of matching type signatures to call error on mismatch.
5692         (lookup_dwo_unit): Add assert.
5693         (init_tu_and_read_dwo_dies): New function.
5694         (init_cutu_and_read_dies): Call it.
5695         (build_type_unit_groups): Handle case of no type unit groups created.
5696         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5697         (lookup_dwo_cutu): Tweak complaint.
5698         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5699         (dwarf2_per_objfile_free): Free all_type_units.
5700
5701 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5702
5703         * windows-nat.c (handle_unload_dll): Add missing empty line.
5704
5705 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5706
5707         * dwarf2read.c (prototyped_function_p): New function.
5708         (read_subroutine_type): Use it.
5709
5710 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5711
5712         * rs6000-aix-tdep.c: De-indent some example code provided
5713         as a comment.
5714
5715 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5716
5717         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5718         region is ok for a hardware watchpoint using the new ptrace interface
5719         on Power servers.
5720
5721 2013-05-17  Doug Evans  <dje@google.com>
5722
5723         * NEWS: Mention new maintenance commands check-symtabs, and
5724         expand-symtabs, and renamed check-psymtabs.
5725         * psymtab.c (maintenance_check_psymtabs): Renamed from
5726         maintenance_check_symtabs.  Only process already-expanded symbol
5727         tables.
5728         (_initialize_psymtab): Update.
5729         * symmisc.c (maintenance_check_symtabs): New function.
5730         (maintenance_expand_name_matcher): New function
5731         (maintenance_expand_file_matcher): New function
5732         (maintenance_expand_symtabs): New function.
5733         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5734         commands.
5735
5736 2013-05-17  Tom Tromey  <tromey@redhat.com>
5737
5738         * python/py-inferior.c (infpy_read_memory): Don't call
5739         PyErr_SetString if PyObject_New fails.
5740         * python/py-frame.c (frame_info_to_frame_object): Don't call
5741         PyErr_SetString if PyObject_New fails.
5742
5743 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
5744
5745         * acinclude.m4: Add check for dlopen in libdl.
5746         * configure.ac: Ditto.
5747         * configure: Regenerate.
5748
5749 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
5750
5751         * frame.c (frame_stash): Convert to htab.
5752         (frame_addr_hash): New function.
5753         (frame_addr_hash_eq): New function.
5754         (frame_stash_create): Convert function to create
5755         a hash table.
5756         (frame_stash_add): Convert function to add an entry to a hash
5757         table.
5758         (frame_stash_find): Convert function to search the hash table.
5759         (frame_stash_invalidate): Convert function to empty the hash
5760         table.
5761         (get_frame_id): Only add to stash if a frame_id is created.
5762         (_initialize_frame): Call frame_stash_create.
5763
5764 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
5765
5766         * configure.ac: Ensure MIG is available when building for GNU Hurd
5767         hosts.
5768         * configure: Regenerate.
5769
5770 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5771
5772         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5773
5774 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5775
5776         * ada-lang.c (ada_make_symbol_completion_list): Make sure
5777         all cleanups are done before returning from this function.
5778
5779 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5780
5781         * utils.h: #include "exceptions.h".
5782         (enum errors): Remove partial declaration.
5783
5784 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5785
5786         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5787         * gdbarch.h, gdbarch.c: Regenerate.
5788         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5789         handling.
5790
5791         * rs6000-aix-tdep.h: New file.
5792         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5793         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5794         "xml-utils.h".
5795         (struct field_info, struct ld_info_desc): New types.
5796         (ld_info32_desc, ld_info64_desc): New static constants.
5797         (struct ld_info): New type.
5798         (rs6000_aix_extract_ld_info): New function.
5799         (rs6000_aix_shared_library_to_xml): Likewise.
5800         (rs6000_aix_ld_info_to_xml): Likewise.
5801         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5802         (rs6000_aix_init_osabi): Add call to
5803         set_gdbarch_core_xfer_shared_libraries_aix.
5804         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5805         Remove "xml-utils.h" include.
5806         (LdInfo): Delete typedef.
5807         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5808         Delete macros.
5809         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5810         Adjust code accordingly.
5811         (rs6000_core_ldinfo): Delete, folded into
5812         rs6000_aix_core_xfer_shared_libraries_aix.
5813         (rs6000_xfer_shared_library): Delete.
5814         (rs6000_xfer_shared_libraries): Reimplement.
5815
5816 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
5817
5818         * record.c (record_goto_cmdlist): New.
5819         (cmd_record_goto): Split into this ...
5820         (cmd_record_goto_begin): ... this
5821         (cmd_record_goto_end): ... and this.
5822         (_initialize_record): Change "record goto" to prefix command.
5823         Add commands for "record goto begin" and "record goto end".
5824         Add an alias for "record goto start" to "record goto begin".
5825
5826 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5827
5828         * linespec.c (convert_linespec_to_sals): New comment for
5829         SOURCE_FILENAME assignment.
5830
5831 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5832
5833         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5834         internal_warning.
5835
5836 2013-05-14  Tom Tromey  <tromey@redhat.com>
5837
5838         * eval.c (parse_and_eval_long): Make 'exp' const.
5839         * value.h (parse_and_eval_long): Update.
5840
5841 2013-05-14  Tom Tromey  <tromey@redhat.com>
5842
5843         * ui-file.c (gdb_fopen): Make arguments const.
5844         * ui-file.h (gdb_fopen): Make arguments const.
5845
5846 2013-05-14  Tom Tromey  <tromey@redhat.com>
5847
5848         * remote.c (remote_set_trace_notes): Make arguments const.
5849         * target.c (update_current_target): Update cast.
5850         * target.h (to_set_trace_notes): Make arguments const.
5851
5852 2013-05-14  Tom Tromey  <tromey@redhat.com>
5853
5854         * go32-nat.c (go32_terminal_info): Make 'args' const.
5855         * inferior.h (child_terminal_info): Update.
5856         * inflow.c (child_terminal_info): Make 'args' const.
5857         * target.c (default_terminal_info): Make 'args' const.
5858         (debug_to_terminal_save_ours): Likewise.
5859         * target.h (struct target_ops) <to_terminal_info>: Make argument
5860         const.
5861
5862 2013-05-13  Tom Tromey  <tromey@redhat.com>
5863
5864         * gcore.c (create_gcore_bfd): Make 'filename' const.
5865         * gcore.h (create_gcore_bfd): Make 'filename' const.
5866         * record-full.c (record_full_save): Make 'recfilename' const.
5867         * target.c (target_save_record): Make 'filename' const.
5868         * target.h (struct target_ops) <to_save_record>: Make 'filename'
5869         const.
5870         (target_save_record): Likewise.
5871
5872 2013-05-13  Tom Tromey  <tromey@redhat.com>
5873
5874         PR gdb/15338:
5875         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5876         ranges section has been read.
5877
5878 2013-05-13  Tom Tromey  <tromey@redhat.com>
5879
5880         PR exp/15364:
5881         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5882         STRUCTOP_PTR>: Return a not_lval value for
5883         EVAL_AVOID_SIDE_EFFECTS.
5884         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5885         for EVAL_AVOID_SIDE_EFFECTS.
5886
5887 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
5888
5889         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5890         floating point registers to register type before storing
5891         value.
5892         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5893         Likewise.
5894
5895 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5896             Tom Tromey  <tromey@redhat.com>
5897
5898         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5899         New functions.
5900         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5901         Declare.
5902         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5903         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5904         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5905         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5906
5907 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
5908             Tom Tromey  <tromey@redhat.com>
5909
5910         PR build/15414:
5911         * configure: Rebuild.
5912         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5913         with -Wno-format.
5914
5915 2013-05-10  Pedro Alves  <palves@redhat.com>
5916
5917         * remote.c (_initialize_remote): Fix spelling of
5918         qXfer:traceframe-info:read packet in packet config command.
5919
5920 2013-05-10  David Taylor  <dtaylor@emc.com>
5921
5922         PR remote/15455
5923
5924         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5925         "QTro" at start of packet.
5926
5927 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5928
5929         * solib-aix.c (solib_aix_relocate_section_addresses):
5930         For the .bss section action, apply the same offset as
5931         the .data section.
5932
5933 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5934
5935         * solib-aix.c (solib_aix_relocate_section_addresses):
5936         Remove FIXME comment.
5937
5938 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5939
5940         PR tdep/15420:
5941         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5942         New functions, directly copied from sparc-sol-thread.c.
5943         * sparc-sol-thread.c: Delete.
5944         * configure.ac: Remove code handling sparc-solaris-thread.c.
5945         * configure: Regenerate.
5946
5947 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
5948
5949         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5950         filter logic.
5951         (backtrace_command): Add "no-filters" option parsing.
5952         (_initialize_stack): Alter help to reflect "no-filters" option.
5953         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5954         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5955         (py-frame.o): Add target
5956         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5957         filter files.
5958         * python/python.h: Add new frame filter constants, and flag enum.
5959         (apply_frame_filter): Add definition.
5960         * python/python.c (apply_frame_filter): New non-Python
5961         enabled function.
5962         * python/py-utils.c (py_xdecref): New function.
5963         (make_cleanup_py_xdecref): Ditto.
5964         * python/py-objfile.c: Declare frame_filters dictionary.
5965         (objfpy_dealloc): Add frame_filters dealloc.
5966         (objfpy_new): Initialize frame_filters attribute.
5967         (objfile_to_objfile_object): Ditto.
5968         (objfpy_get_frame_filters): New function.
5969         (objfpy_set_frame_filters): New function.
5970         * python/py-progspace.c: Declare frame_filters dictionary.
5971         (pspy_dealloc): Add frame_filters dealloc.
5972         (pspy_new): Initialize frame_filters attribute.
5973         (pspacee_to_pspace_object): Ditto.
5974         (pspy_get_frame_filters): New function.
5975         (pspy_set_frame_filters): New function.
5976         * python/py-framefilter.c: New file.
5977         * python/lib/gdb/command/frame_filters.py: New file.
5978         * python/lib/gdb/frames.py: New file.
5979         * python/lib/gdb/__init__.py: Initialize global frame_filters
5980         dictionary
5981         * python/lib/gdb/FrameDecorator.py: New file.
5982         * python/lib/gdb/FrameIterator.py: New file.
5983         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5984         * mi/mi-cmds.h: Declare.
5985         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5986         --no-frame-filter logic, and Python frame filter logic.
5987         (stack_enable_frame_filters): New function.
5988         (parse_no_frame_option): Ditto.
5989         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5990         filter logic.
5991         (mi_cmd_stack_list_locals): Ditto.
5992         (mi_cmd_stack_list_args): Ditto.
5993         (mi_cmd_stack_list_variables): Ditto.
5994         * NEWS: Add frame filter note.
5995
5996 2013-05-09  Doug Evans  <dje@google.com>
5997
5998         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5999         All callers updated.
6000         (syms_from_objfile): Ditto.  Make static.
6001         (symbol_file_add_with_addrs): Renamed from
6002         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
6003         num_offsets.  All callers updated.
6004         * symfile.h (syms_from_objfile): Delete.
6005
6006         * symfile.c (decrement_reading_symtab): Add assert.
6007         (increment_reading_symtab): Ditto.
6008
6009 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
6010
6011         * source.c (forward_search_command): Replace call to getc
6012         by call to fgetc.
6013         (reverse_search_command): Likewise.
6014
6015 2013-05-08  Doug Evans  <dje@google.com>
6016
6017         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
6018         matching test.
6019
6020 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6021
6022         * sol-thread.c (info_cb): Factorize the code a little.
6023
6024 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6025
6026         * sol-thread.c (info_cb): Rework the output of the "maintenance
6027         info sol-threads" command a bit.
6028
6029 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6030
6031         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
6032         Replace ti.ti_startfunc by ti.ti_pc.
6033
6034 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
6035
6036         * solib-aix.c (solib_aix_free_library_list): New function
6037         for the case where HAVE_LIBEXPAT is not defined.
6038
6039 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6040
6041         PR breakpoints/15413:
6042         * breakpoint.c (condition_completer): Simplify the code to
6043         disconsider multiple locations of breakpoints when completing the
6044         "condition" command.
6045
6046 2013-05-07  Pierre Muller  <muller@sourceware.org>
6047
6048         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
6049         instead of <sys/wait.h>.
6050
6051 2013-05-07  Pierre Muller  <muller@sourceware.org>
6052
6053         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
6054         trailing new line from warning message.
6055
6056 2013-05-07  Pierre Muller  <muller@sourceware.org>
6057
6058         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
6059         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
6060
6061 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6062
6063         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
6064         error message (ARI fix).
6065
6066 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6067
6068         * features/library-list-aix.dtd: Replace library-list by
6069         library-list-aix.
6070         * rs6000-nat.c: Replace library-list by library-list-aix
6071         throughout.
6072         * solib-aix.c: Likewise.
6073
6074 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
6075
6076         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
6077         Renames TARGET_OBJECT_AIX_LIBRARIES.
6078         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
6079         TARGET_OBJECT_LIBRARIES_AIX throughout.
6080         * solib-aix.c: Likwise.
6081
6082 2013-05-07  Yao Qi  <yao@codesourcery.com>
6083
6084         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
6085         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
6086
6087 2013-05-07  Yao Qi  <yao@codesourcery.com>
6088
6089         * solib-dsbt.c (enable_break): Declare.
6090         (dsbt_current_sos): Remove call to enable_break2.
6091         (enable_break2): Rename to enable_break.  Set solib breakpoint
6092         on '_dl_debug_state'.
6093         (enable_break): Remove.
6094
6095 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
6096
6097         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
6098         debug state prior to replicating existing hardware watchpoints or
6099         breakpoints.
6100
6101 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6102
6103         * gcore.c (gcore_create_callback): Ignore sections with
6104         separate_debug_objfile_backlink != NULL.
6105
6106 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
6107             Andrew Jenner  <andrew@codesourcery.com>
6108             Chung-Lin Tang  <cltang@codesourcery.com>
6109             Julian Brown  <julian@codesourcery.com>
6110
6111         Based on the nios2-elf port from Altera Corporation.
6112
6113         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
6114         nios2-linux-tdep.o.
6115         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
6116         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
6117         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
6118         * nios2-tdep.h: New.
6119         * nios2-tdep.c: New.
6120         * nios2-linux-tdep.c: New.
6121         * features/Makefile (WHICH): Add nios2-linux.
6122         (nios2-linux-expedite): Set.
6123         * features/nios2-cpu.xml: New.
6124         * features/nios2.xml: New.
6125         * features/nios2-linux.xml: New.
6126         * features/nios2.c: New (autogenerated).
6127         * features/nios2-linux.c: New (autogenerated).
6128         * regformats/nios2-linux.dat: New (autogenerated).
6129         * NEWS (Changes since GDB 7.6): Add new Nios II targets
6130         and commands.
6131
6132 2013-05-06  Doug Evans  <dje@google.com>
6133
6134         * symfile.c: Whitespace cleanup.
6135
6136         * solist.h (struct target_so_ops): New member clear_so.
6137         * solib-svr4.c (svr4_clear_so): New function.
6138         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
6139         * solib.c (clear_so): Renamed from free_so_symbols.
6140         All callers updated.  Call target clear_so if it exists.
6141
6142 2013-05-06  Tom Tromey  <tromey@redhat.com>
6143
6144         * ada-lang.c (ada_value_primitive_packed_val): Don't
6145         call value_incref.
6146         * value.c (set_value_parent): Incref the new parent and decref
6147         the old parent.
6148         (value_copy, value_primitive_field): Use set_value_parent.
6149
6150 2013-05-06  Tom Tromey  <tromey@redhat.com>
6151
6152         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6153         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6154         if needed.
6155         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6156         * dwarf2read.c (write_constant_as_bytes)
6157         (dwarf2_fetch_constant_bytes): New functions.
6158
6159 2013-05-06  Tom Tromey  <tromey@redhat.com>
6160
6161         * dwarf2read.c (dwarf2_const_value_data): Remove unused
6162         parameters.
6163         (dwarf2_const_value_attr): Update.
6164
6165 2013-05-06  Tom Tromey  <tromey@redhat.com>
6166
6167         * somread.c (som_symfile_offsets): Add 'const' to addrs.
6168         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6169         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6170         Remove declaration.
6171
6172 2013-05-06  Tom Tromey  <tromey@redhat.com>
6173
6174         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6175         objfile's obstack.
6176
6177 2013-05-06  Doug Evans  <dje@google.com>
6178
6179         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6180         * stabsread.h (process_one_symbol): Update declaration.
6181         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6182         * elfread.c (elf_symfile_relocate_probe): Ditto.
6183         * psymtab.c (relocate_psymtabs): Ditto.
6184         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6185         (objfile_relocate): Ditto.
6186         * objfiles.h (objfile_relocate): Update declaration.
6187         * symfile.c (relative_addr_info_to_section_offsets): Constify
6188         addrs parameter.
6189         (default_symfile_offsets): Ditto.
6190         (syms_from_objfile_1): Constify offsets parameter.
6191         (syms_from_objfile): Ditto.
6192         (symbol_file_add_with_addrs_or_offsets): Ditto.
6193         (symfile_map_offsets_to_segments): Constify data parameter.
6194         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6195         delta parameters of member relocate.
6196         (struct sym_probe_fns): Constify new_offsets,
6197         delta parameters of member sym_relocate_probe.
6198         (struct sym_fns): Constify section_addr_info parameter of member
6199         sym_offsets.
6200         (relative_addr_info_to_section_offsets): Update declaration.
6201         (default_symfile_offsets): Ditto.
6202         (syms_from_objfile): Ditto.
6203         (symfile_map_offsets_to_segments): Ditto.
6204
6205         * symfile.c (syms_from_objfile_1): Use correct section count when
6206         objfile->sf == NULL.
6207
6208 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
6209
6210         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6211
6212 2013-05-06  Doug Evans  <dje@google.com>
6213
6214         * psympriv.h (struct partial_symtab): Augment comment for member
6215         section_offsets.
6216
6217 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6218
6219         Reimplement shared library support on ppc-aix...
6220         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6221         * features/library-list-aix.dtd: New file.
6222         * solib-aix.h, solib-aix.c: New file.
6223         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6224         (rs6000_find_toc_address_hook): Delete.
6225         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6226         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6227         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
6228         "xml-utils.h".
6229         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6230         (vmap_symtab, fixup_breakpoints): Delete.
6231         (rs6000_xfer_shared_libraries): New function.
6232         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6233         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6234         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6235         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6236         (rs6000_xfer_shared_library): New function.
6237         (find_toc_address): Delete.
6238         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6239         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6240         * xcoffread.c (record_minimal_symbol): Reloate symbol address
6241         before creating minimal symbol.  Adjust function description
6242         accordingly.
6243         (scan_xcoff_symtab): Replace call to
6244         prim_record_minimal_symbol_and_info by call to
6245         record_minimal_symbol.
6246         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6247         around default_symfile_offsets.
6248         * configure.tgt: Add solib-aix.o to gdb_target_obs for
6249         powerpc-aix targets.
6250         * config/rs6000/nm-rs6000.h: Delete.
6251         * config/powerpc/aix.mh (NAT_FILE): Delete.
6252         (NATDEPFILES): Remove xcoffsolib.o.
6253         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6254         (ALL_TARGET_OBS): Add solib-aix.o.
6255         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6256         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
6257         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
6258         * xcoffsolib.h, xcoffsolib.c: Delete.
6259
6260         * solib.c (reload_shared_libraries): Remove reference to
6261         SOLIB_CREATE_INFERIOR_HOOK.
6262         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6263         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6264         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6265         comment.
6266         * corelow.c (deprecated_core_resize_section_table): Delete.
6267         * exec.c: Remove include of xcoffsolib.h".
6268         (map_vmap, vmap): Delete.
6269         (exec_close_1): Remove references to vmap.
6270         (exec_file_attach): Remove vmap handling code, and reference
6271         to DEPRECATED_IBM6000_TARGET.
6272         (bfdsec_to_vmap): Delete.
6273         (exec_files_info): Remove block of code handling VMAP.
6274         * infcmd.c (post_create_inferior): Remove reference to
6275         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6276         * infrun.c (follow_exec): Remove reference to
6277         SOLIB_CREATE_INFERIOR_HOOK.
6278         * stack.c (print_frame): Remove reference to PC_SOLIB.
6279         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6280         (dsbt_relocate_main_executable): Likewise.
6281         * solib-frv.c (frv_current_sos): Likewise.
6282
6283 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6284
6285         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6286         to target_write_memory and target_read_memory.
6287
6288 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6289
6290         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6291         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6292
6293 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6294
6295         * darwin-nat.c: Replace all "%x" instances in format strings
6296         into "0x%x" throughout.
6297
6298 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6299
6300         * darwin-nat.c (darwin_mourn_inferior): Replace call to
6301         gdb_assert by call to MACH_CHECK_ERROR.
6302         (darwin_attach_pid): Raise an error rather than a failed
6303         assertion when various system calls failed.  Report a warning
6304         instead of raising a failed assertion when PREV_NOT is not NULL
6305         after call to mach_port_request_notification.
6306         (darwin_ptrace_me): Raise an error rather than a failed
6307         assertion when read returns nonzero.
6308
6309 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6310
6311         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6312
6313 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6314
6315         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6316
6317 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6318
6319         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6320         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6321         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
6322         a stale cleanup.  Fix double free of NAME.
6323
6324 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
6325
6326         * windows-nat.c (windows_delete_thread): Accept an additional
6327         argument, the thread's exit code, and announce thread death when
6328         print_thread_events is non-zero and we are deleting a thread that
6329         is not the main thread.
6330         (get_windows_debug_event): Pass thread exit code to
6331         windows_delete_thread.
6332
6333 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6334
6335         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6336         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6337         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6338         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6339         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6340         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6341         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6342         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6343         (gdbarch_tdep): New struct.
6344         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6345         E_NUM_REGS.
6346         (v850e3v5_register_name): New function.
6347         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6348         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
6349         code handling the struct return conventions for the RH850 ABI.
6350         Update all callers.
6351         (v850_eight_byte_align_p): New function.
6352         (v850_push_call_dummy): Push structs by value, not by reference
6353         for the RH850 ABI.  Add support for eight byte alignment.
6354         (v850_dbtrap_breakpoint_from_pc): New function.
6355         (v850_gdbarch_init): Add ABI detection code.  Register
6356         v850e3v5_register_name for the v850e3v5 architecture.  Set the
6357         number of registers for v850e3v5.  Register
6358         v850_dbtrap_breakpoint_from_pc as appropriate.
6359         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
6360
6361 2013-05-03  Doug Evans  <dje@google.com>
6362
6363         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
6364         of bfd_count_sections.
6365         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
6366         * symfile.c (default_symfile_offsets): Ditto.
6367         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
6368         one entry, not bfd_count_sections entries.
6369
6370 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6371
6372         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6373         `save' and `restore' register groups.  Don't include SPL
6374         or SPH in these groups.
6375         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
6376         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
6377         RL78_ES_REGNUM, and RL78_CS_REGNUM.
6378         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
6379         dwarf2_append_unwinders().
6380
6381 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6382
6383         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6384         ignore SIGINT and SIGTRAP in case these internal signals are
6385         caught explicitely.
6386
6387 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6388
6389         * darwin-nat.c (darwin_read_write_inferior): Change types
6390         of parameters rdaddr and wraddr to "gdb_byte *". Change type
6391         of copy_count to "mach_msg_type_number_t".
6392         (darwin_read_dyld_info): Change type of parameter
6393         rdaddr to "gdb_byte *".
6394
6395 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6396
6397         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6398         of &info->load_map from "char *" to "gdb_byte *".
6399
6400 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6401
6402         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6403         from "char *" to "gdb_byte *".
6404         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6405
6406 2013-04-30  Doug Evans  <dje@google.com>
6407
6408         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6409         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6410         DWO stub.  If DWO isn't found, just use stub.
6411         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6412
6413         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6414         calling init_cutu_and_read_dies.
6415
6416 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6417
6418         * target-descriptions.c (maint_print_c_tdesc_cmd):
6419         Add case to parse structures as register types and
6420         bitfields.
6421
6422 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6423
6424         * MAINTAINERS (Write After Approval): Add myself to the list.
6425
6426 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6427
6428         * sol-thread.c (rw_common): Change type of parameter "buf"
6429         to "gdb_byte *".
6430         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6431         rw_common to "gdb_byte *" instead of "char *".
6432
6433 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6434
6435         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6436         of local variable msym to const struct bound_minimal_symbol.
6437         Adjust use accordingly.
6438         [ti.ti_state == TD_THR_SLEEP]: Likewise.
6439
6440 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
6441
6442         * i386gnu-nat.c (CREG_OFFSET): New macro.
6443         (creg_offset): New array.
6444         (CREG_ADDR): Use creg_offset instead of reg_offset.
6445
6446 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6447
6448         * mep-tdep.c (mep_write_pc): Delete.
6449         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6450         Add call to set_gdbarch_pc_regnum.
6451
6452 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6453
6454         * common/filestuff.c: Replace #include <dirent.h> by
6455         #include "gdb_dirent.h".
6456
6457 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6458
6459         * common/filestuff.c: Replace #include <sys/stat.h> by
6460         #include "gdb_stat.h".
6461
6462 2013-04-29  Pierre Muller  <muller@sourceware.org>
6463
6464         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6465         editCase function rule.
6466         (get_DW_AT_signature_type): Likewise.
6467
6468 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6469
6470         * m32r-tdep.c (m32r_write_pc): Delete.
6471         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6472         Add call to set_gdbarch_pc_regnum.
6473
6474 2013-04-29  Pierre Muller  <muller@sourceware.org>
6475
6476         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6477
6478 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6479
6480         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6481
6482 2013-04-28  Yao Qi  <yao@codesourcery.com>
6483
6484         * solib-dsbt.c (fetch_loadmap): Re-indent.
6485         (displacement_from_map, enable_break2): Likewise.
6486         (dsbt_relocate_section_addresses): Likewise.
6487
6488 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
6489
6490         GDB 7.6 released.
6491
6492 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
6493
6494         PR corefiles/14983:
6495         * dwarf2read.c (process_full_comp_unit): Always create a static
6496         block.
6497
6498 2013-04-25  Hui Zhu  <hui@codesourcery.com>
6499
6500         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6501         to loc->cmd_bytecode.
6502
6503 2013-04-24  Doug Evans  <dje@google.com>
6504
6505         * dwarf2read.c (setup_type_unit_groups): Fix comment.
6506
6507 2013-04-22  Keith Seitz  <keiths@redhat.com>
6508
6509         * tracepoint.c (trace_save):  Call the writer's start method.
6510
6511 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
6512
6513         PR gdb/10462
6514         * cli/cli-decode.c (lookup_command): Show an error if there is no space
6515         before argument.
6516
6517 2013-04-23  Tom Tromey  <tromey@redhat.com>
6518
6519         * common/filestuff.c: Check USE_WIN32API before including
6520         sys/socket.h.
6521         (HAVE_F_GETFD): New define.
6522         (mark_cloexec): Check HAVE_F_GETFD.
6523         (gdb_open_cloexec): Change 'mode' to unsigned long.
6524         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6525         (gdb_pipe_cloexec): Check HAVE_PIPE.
6526         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6527         long.
6528
6529 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6530
6531         PR gdb/15293
6532         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6533
6534 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6535
6536         PR gdb/15165
6537         * breakpoint.c (dprintf_print_recreate): New.
6538         (save_breakpoints): Let it not save dprintf commands.
6539         (initialize_breakpoint_ops): Set dprintf_print_recreate.
6540
6541 2013-04-22  Tom Tromey  <tromey@redhat.com>
6542
6543         PR gdb/7912:
6544         * Makefile.in (SFILES): Add filestuff.c
6545         (COMMON_OBS): Add filestuff.o.
6546         (filestuff.o): New target.
6547         * auto-load.c (auto_load_objfile_script_1): Use
6548         gdb_fopen_cloexec.
6549         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6550         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6551         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6552         * common/agent.c (gdb_connect_sync_socket): Use
6553         gdb_socket_cloexec.
6554         * common/filestuff.c: New file.
6555         * common/filestuff.h: New file.
6556         * common/linux-osdata.c (linux_common_core_of_thread)
6557         (command_from_pid, commandline_from_pid, print_source_lines)
6558         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6559         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6560         gdb_fopen_cloexec.
6561         * common/linux-procfs.c (linux_proc_get_int)
6562         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6563         * config.in, configure: Rebuild.
6564         * configure.ac: Don't check for sys/socket.h.  Check for
6565         fdwalk, pipe2.
6566         * corelow.c (core_open): Use gdb_open_cloexec.
6567         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6568         * fork-child.c (fork_inferior): Call close_most_fds.
6569         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6570         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6571         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6572         Use gdb_fopen_cloexec.
6573         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6574         gdb_open_cloexec.
6575         (linux_async_pipe): Use gdb_pipe_cloexec.
6576         * remote-fileio.c (remote_fileio_func_open): Use
6577         gdb_open_cloexec.
6578         * remote.c (remote_file_put, remote_file_get): Use
6579         gdb_fopen_cloexec.
6580         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6581         close_most_fds.
6582         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6583         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6584         * solib.c (solib_find): Use gdb_open_cloexec.
6585         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6586         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6587         (tfile_open): Use gdb_open_cloexec.
6588         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6589         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6590         * xml-support.c (xml_fetch_content_from_file): Use
6591         gdb_fopen_cloexec.
6592         * main.c (captured_main): Call notice_open_fds.
6593
6594 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6595
6596         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6597         'char *' to 'gdb_byte *'.
6598         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6599         'gdb_byte'.
6600
6601 2013-04-22  Yao Qi  <yao@codesourcery.com>
6602
6603         * infrun.c: Fix typo in comment.
6604
6605 2013-04-22  Andrew Haley  <aph@redhat.com>
6606
6607         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6608         instead of "long".
6609
6610 2013-04-20  Yao Qi  <yao@codesourcery.com>
6611
6612         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6613         'char *' to 'gdb_byte *'.  Cast the return value of
6614         'bt_ctf_get_char_array' to 'gdb_byte *'.
6615
6616 2013-04-19  Pedro Alves  <palves@redhat.com>
6617
6618         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6619         -Wpointer-sign.
6620         * configure: Regenerate.
6621
6622 2013-04-19  Pedro Alves  <palves@redhat.com>
6623
6624         * ser-tcp.c (net_read_prim): Cast second argument to recv to
6625         'void *'.
6626
6627 2013-04-19  Pedro Alves  <palves@redhat.com>
6628
6629         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6630         Change type of 'myaddr' parameter to gdb_byte pointer.
6631         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
6632         to 'long long' pointer instead of to 'unsigned long long'.
6633         (monitor_write_memory_block, monitor_read_memory_single)
6634         (monitor_read_memory): Change type of 'myaddr' parameter to
6635         gdb_byte pointer.
6636
6637 2013-04-19  Pedro Alves  <palves@redhat.com>
6638
6639         * record.c (validate_history_size): Make parameter 'setting'
6640         unsigned.
6641
6642 2013-04-19  Pedro Alves  <palves@redhat.com>
6643
6644         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6645         to 'gdb_byte *'.
6646
6647 2013-04-19  Pedro Alves  <palves@redhat.com>
6648
6649         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6650         local to int.
6651
6652 2013-04-19  Pedro Alves  <palves@redhat.com>
6653
6654         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6655         * ada-tasks.c (read_fat_string_value): Likewise.
6656
6657 2013-04-19  Pedro Alves  <palves@redhat.com>
6658
6659         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6660         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
6661         'offset', and adjust.
6662
6663 2013-04-19  Pedro Alves  <palves@redhat.com>
6664
6665         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6666         (read_index_from_section): Add cast to 'char *'.
6667
6668 2013-04-19  Pedro Alves  <palves@redhat.com>
6669
6670         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6671
6672 2013-04-19  Pedro Alves  <palves@redhat.com>
6673
6674         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6675
6676 2013-04-19  Pedro Alves  <palves@redhat.com>
6677
6678         * record-full.c (record_full_get_bookmark): Change local 'ret'
6679         type to char * and add cast to gdb_byte *.
6680         (record_full_goto_bookmark): Handle 'bookmark' argument as a
6681         string.
6682         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6683
6684 2013-04-19  Pedro Alves  <palves@redhat.com>
6685
6686         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6687         * python/py-prettyprint.c (print_string_repr): Change type of
6688         'output' local to char *.  Add cast to gdb_byte * in
6689         LA_PRINT_STRING call.
6690         (print_children): Change type of 'output' local to char *.
6691         * python/py-value.c (valpy_string): Add cast to const char * in
6692         PyUnicode_Decode call.
6693
6694 2013-04-19  Pedro Alves  <palves@redhat.com>
6695
6696         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6697         and change its type to 'const char *'.  Adjust.
6698         (mips_send_packet): Add cast to 'char *', and remove cast to
6699         'unsigned char *'.
6700         (mips_receive_packet): Remove cast to 'unsigned char *'.
6701         (mips_load_srec): Use bfd_byte.
6702         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6703         (pmon_checkset): Make 'value' parameter unsigned.
6704
6705 2013-04-19  Pedro Alves  <palves@redhat.com>
6706
6707         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6708
6709 2013-04-19  Pedro Alves  <palves@redhat.com>
6710
6711         * remote.c (remote_write_bytes_aux, compare_sections_command)
6712         (remote_read_qxfer)
6713         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6714         (remote_hostio_readlink, remote_bfd_iovec_pread)
6715         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6716         binary buffer, and char when buffer is used as string.
6717         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6718         (trace_save, tfile_open, traceframe_walk_blocks)
6719         (tfile_fetch_registers): Likewise.
6720
6721 2013-04-19  Pedro Alves  <palves@redhat.com>
6722
6723         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6724         buffer and size_t size.  Adjust.
6725         * ser-base.h (ser_base_write): Adjust.
6726         * ser-go32.c (cnts): Change type to size_t.
6727         (dos_write): Change prototype -- take 'void *'
6728         buffer and size_t size.  Adjust.
6729         (dos_info): Print elements of 'cnts' as unsigned long.
6730         * serial.c (serial_write): Likewise.
6731         * serial.h (serial_write): Adjust.
6732         (struct serial_ops) <write>: Change prototype -- take 'void *'
6733         buffer and size_t size.  Adjust.
6734
6735 2013-04-19  Pedro Alves  <palves@redhat.com>
6736
6737         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6738         gdb_byte *.
6739         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6740
6741 2013-04-19  Pedro Alves  <palves@redhat.com>
6742
6743         * alpha-tdep.c (alpha_extract_return_value): Use
6744         regcache_cooked_read_unsigned to read 'v0'.
6745
6746 2013-04-19  Pedro Alves  <palves@redhat.com>
6747
6748         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6749         parameters 'at', 'as' and 'offset' to uint32_t.
6750
6751 2013-04-19  Pedro Alves  <palves@redhat.com>
6752
6753         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6754         'is64' to signed 'int'.
6755
6756 2013-04-19  Pedro Alves  <palves@redhat.com>
6757
6758         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6759         parameter to int *.
6760
6761 2013-04-19  Pedro Alves  <palves@redhat.com>
6762
6763         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6764         'insnbuf' buffer type to unsigned int[].
6765
6766 2013-04-19  Pedro Alves  <palves@redhat.com>
6767
6768         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6769
6770 2013-04-19  Pedro Alves  <palves@redhat.com>
6771
6772         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6773         unsigned long *.
6774
6775 2013-04-19  Pedro Alves  <palves@redhat.com>
6776
6777         * alpha-tdep.c (heuristic_fence_post): Change type to int.
6778         (alpha_heuristic_proc_start): Adjust to check -1 instead of
6779         UINT_MAX.
6780         * mips-tdep.c (heuristic_fence_post): Change type to int.
6781         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6782
6783 2013-04-19  Pedro Alves  <palves@redhat.com>
6784
6785         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6786         (struct gdbarch_tdep) <cris_version>: Make unsigned.
6787         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6788
6789 2013-04-19  Pedro Alves  <palves@redhat.com>
6790
6791         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
6792         it to get a string view of the byte buffer.
6793         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6794         type to gdb_byte *.  Adjust.
6795         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6796         Change local to char *.
6797         * solib-darwin.c (find_program_interpreter): Change return type to
6798         char *.  Adjust.
6799         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6800         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6801         * solib-frv.c (enable_break2): Change local 'buf' to char *.
6802         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6803         * solib-svr4.c (find_program_interpreter): Change return type to
6804         char *.  Adjust.
6805         (enable_break): Change local 'interp_name' to char *.
6806         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6807         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6808         (spu_pseudo_register_write_spu): Use char for string buffer.
6809         Adjust.
6810         (info_spu_event_command, info_spu_signal_command): Add casts to
6811         'char *'.
6812
6813 2013-04-19  Pedro Alves  <palves@redhat.com>
6814
6815         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6816         gdb_byte[].
6817         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6818         * ada-lang.c (ada_value_assign): Use gdb_byte.
6819         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6820         (alphanbsd_sigtramp_offset): Use gdb_byte.
6821         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6822         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6823         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6824         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6825         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6826         * arm-tdep.c (arm_stub_unwind_sniffer)
6827         (arm_displaced_init_closure): Use gdb_byte.
6828         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6829         (arm_default_thumb_le_breakpoint)
6830         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6831         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6832         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6833         * arm-wince-tdep.c (arm_wince_le_breakpoint)
6834         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6835         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6836         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6837         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6838         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6839         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6840         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6841         (cris_store_return_value, cris_extract_return_value): Use
6842         gdb_byte.
6843         (constraint): Change type of parameter to char * from signed
6844         char*.  Use gdb_byte.
6845         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6846         of local buffer to gdb_byte *.
6847         * dwarf2read.c (read_index_from_section): Use gdb_byte.
6848         (create_dwp_hash_table): Change type of locals to gdb_byte *.
6849         (add_address_entry): Change type of local buffer to gdb_byte[].
6850         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6851         (frv_push_dummy_call): Use gdb_byte.
6852         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6853         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6854         (hppa_hpux_supply_save_state): Use gdb_byte.
6855         * hppa-tdep.c (hppa32_push_dummy_call)
6856         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6857         * ia64-tdep.c (extract_bit_field, replace_bit_field)
6858         (slotN_contents, replace_slotN_contents): Change type of parameter
6859         to gdb_byte *.
6860         (fetch_instruction, ia64_pseudo_register_write)
6861         (ia64_register_to_value, ia64_value_to_register)
6862         (ia64_extract_return_value, ia64_store_return_value)
6863         (ia64_push_dummy_call): Use gdb_byte.
6864         * m32c-tdep.c (m32c_return_value): Remove cast.
6865         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6866         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6867         gdb_byte.
6868         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6869         * mn10300-tdep.c (mn10300_store_return_value)
6870         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6871         gdb_byte.
6872         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6873         (moxie_process_record): Remove casts.
6874         * ppc-ravenscar-thread.c (supply_register_at_address)
6875         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6876         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6877         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6878         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6879         * remote.c (compare_sections_command): Use gdb_byte.
6880         * score-tdep.c (score7_free_memblock): Change type of parameter to
6881         gdb_byte *.
6882         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6883         gdb_byte *.  Use gdb_byte.
6884         (sh_push_dummy_call_fpu): Use gdb_byte.
6885         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6886         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6887         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6888         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6889         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6890         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6891         (sh64_store_return_value, sh64_register_convert_to_virtual):
6892         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6893         (sh64_pseudo_register_write): Use gdb_byte.
6894         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6895         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
6896         buffer.
6897         (irix_current_sos): Use gdb_byte.
6898         * solib-som.c (som_current_sos): Use gdb_byte.
6899         * sparc-ravenscar-thread.c (supply_register_at_address)
6900         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6901         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6902         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6903         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6904         'gdb_byte *'.
6905         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6906         'gdb_byte *'.
6907         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6908         * xstormy16-tdep.c (xstormy16_extract_return_value)
6909         (xstormy16_store_return_value): Change parameter type to
6910         'gdb_byte *'.  Adjust.
6911         (xstormy16_push_dummy_call): Use gdb_byte.
6912         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6913         (call0_analyze_prologue, execute_code): Use gdb_byte.
6914
6915 2013-04-19  Vladimir Kargov <kargov@gmail.com>
6916             Pedro Alves  <palves@redhat.com>
6917
6918         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6919         value contents.
6920
6921 2013-04-17  Doug Evans  <dje@google.com>
6922
6923         * dwarf2read.c (struct signatured_type): New member type.
6924         (struct attribute): Replace member signatured_type with signature.
6925         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6926         (read_call_site_scope): Call follow_die_ref instead of
6927         follow_die_ref_or_sig.
6928         (read_structure_type): Rewrite handling of signatured types.
6929         (read_enumeration_type): Ditto.
6930         (read_attribute_value): Update.
6931         (build_error_marker_type): New function.
6932         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
6933         Don't call error for bad types, just build an error marker type.
6934         (dump_die_shallow): Update.
6935         (follow_die_sig_1): Renamed from follow_die_sig.
6936         Don't call error for bad types, instead return NULL.
6937         (follow_die_sig): New function.
6938         (get_signatured_type, get_DW_AT_signature_type): New functions.
6939
6940 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
6941
6942         * aarch64-tdep.c (aarch64_write_pc): Removed.
6943         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6944         function.
6945
6946 2013-04-17  Yao Qi  <yao@codesourcery.com>
6947
6948         * top.c (print_gdb_configuration): Print configure-time
6949         parameter on using libbabeltrace or not.
6950
6951 2013-04-16  Pedro Alves  <palves@redhat.com>
6952
6953         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6954
6955 2013-04-16  Pedro Alves  <palves@redhat.com>
6956
6957         * common/glibc_thread_db.h: Update from upstream glibc
6958         (git 568035b7874a099087b77f7bba3e36a1173787b0).
6959
6960 2013-04-16  Pedro Alves  <palves@redhat.com>
6961
6962         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6963         * common/glibc_thread_db.h: ... this new file ...
6964         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6965
6966 2013-04-16  Will Newton  <will.newton@gmail.com>
6967             Pedro Alves  <palves@redhat.com>
6968
6969         PR build/11881
6970
6971         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6972         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6973         HAVE_THREAD_DB_H.
6974
6975 2013-04-16  Pedro Alves  <palves@redhat.com>
6976             Eli Zaretskii  <eliz@gnu.org>
6977
6978         * NEWS: Mention "set foo unlimited".
6979
6980 2013-04-15  Doug Evans  <dje@google.com>
6981
6982         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6983         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6984         (create_dwo_cu_reader): Renamed from
6985         create_dwo_debug_info_hash_table_reader.
6986         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6987         Remove support for multiple CUs in a DWO file.
6988         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6989
6990         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6991         instead of phex.
6992         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6993         (create_dwo_in_dwp): Ditto.
6994
6995 2013-04-15  Tom Tromey  <tromey@redhat.com>
6996
6997         * NEWS: Move recent entries into "since 7.6" section.
6998
6999 2013-04-15  Tom Tromey  <tromey@redhat.com>
7000
7001         PR c++/13588:
7002         * NEWS: Update.
7003         * break-catch-throw.c (struct exception_catchpoint)
7004         <exception_rx, pattern>: New fields.
7005         (fetch_probe_arguments, dtor_exception_catchpoint)
7006         (check_status_exception_catchpoint)
7007         (print_one_detail_exception_catchpoint): New functions.
7008         (handle_gnu_v3_exceptions): Add "except_rx" argument.
7009         Compile regular expression if needed.
7010         (extract_exception_regexp): New function.
7011         (catch_exception_command_1): Use extract_exception_regexp.
7012         (compute_exception): Use fetch_probe_arguments.
7013         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
7014         and check_status fields.
7015         * cp-abi.c (cplus_typename_from_type_info): New function.
7016         * cp-abi.h (cplus_typename_from_type_info): Declare.
7017         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
7018         * gdb_regex.h (compile_rx_or_error): Declare.
7019         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
7020         comment.
7021         (init_gnuv3_ops): Set get_type_from_type_info field.
7022         * probe.c (compile_rx_or_error): Move...
7023         * utils.c (compile_rx_or_error): ... here.
7024
7025 2013-04-15  Tom Tromey  <tromey@redhat.com>
7026
7027         PR c++/15176:
7028         * NEWS: Update.
7029         * break-catch-throw.c (compute_exception): New function.
7030         (exception_funcs): New global.
7031         (_initialize_break_catch_throw): Create $_exception.
7032         * cp-abi.c (cplus_type_from_type_info): New function.
7033         * cp-abi.h (cplus_type_from_type_info): Declare.
7034         (struct cp_abi_ops) <get_type_from_type_info>: New field.
7035         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
7036         (gnuv3_get_type_from_type_info): New functions.
7037         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
7038
7039 2013-04-15  Tom Tromey  <tromey@redhat.com>
7040
7041         * break-catch-throw.c (struct exception_names): New.
7042         (exception_functions): Change type.
7043         (re_set_exception_catchpoint): Look for SDT probes.
7044
7045 2013-04-15  Tom Tromey  <tromey@redhat.com>
7046
7047         PR c++/10119:
7048         * break-catch-throw.c (exception_functions): New global.
7049         (gnu_v3_exception_catchpoint_ops): Move earlier.
7050         (struct exception_catchpoint): New.
7051         (classify_exception_breakpoint): Rewrite.
7052         (re_set_exception_catchpoint): New function.
7053         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
7054         Allocate a struct exception_catchpoint.
7055         (catch_exception_command_1): Update.
7056         (initialize_throw_catchpoint_ops): Set 're_set' method.
7057
7058 2013-04-15  Tom Tromey  <tromey@redhat.com>
7059
7060         * Makefile.in (SFILES): Add break-catch-throw.c
7061         (COMMON_OBS): Add break-catch-throw.o.
7062         * break-catch-throw.c: New file.
7063         * breakpoint.c: Move exception-catching code to new file.
7064         (ep_parse_optional_if_clause): No longer static.
7065         * breakpoint.h (ep_parse_optional_if_clause): Declare.
7066
7067 2013-04-15  Tom Tromey  <tromey@redhat.com>
7068
7069         PR c++/9065:
7070         * NEWS: Update.
7071         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
7072         * c-exp.y (TYPEID): New token.
7073         (exp): Add new TYPEID productions.
7074         (ident_tokens): Add "typeid".
7075         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
7076         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
7077         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
7078         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
7079         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
7080         case.
7081         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
7082         (build_std_type_info_type, gnuv3_get_typeid_type)
7083         (gnuv3_get_typeid): New functions.
7084         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
7085         new fields on ABI object.
7086         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
7087         * std-operator.def (OP_TYPEID): New.
7088
7089 2013-04-15  Tom Tromey  <tromey@redhat.com>
7090
7091         * elfread.c (elf_symtab_read): Install versioned symbol under
7092         unversioned name as well.
7093
7094 2013-04-15  Tom Tromey  <tromey@redhat.com>
7095
7096         PR c++/11990:
7097         * c-lang.c (cplus_language_defn): Use gdb_demangle.
7098         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
7099         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
7100         (gdb_demangle): New function.
7101         * cp-support.h (gdb_demangle): Declare.
7102         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
7103         (dwarf2_name): Use gdb_demangle.
7104         * gdbtypes.c (check_stub_method): Use gdb_demangle.
7105         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
7106         suffixes from name.
7107         (gnuv3_print_method_ptr): Use gdb_demangle.
7108         * jv-lang.c (java_demangle): Use gdb_demangle.
7109         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
7110         * language.c (unk_lang_demangle): Use gdb_demangle.
7111         * symtab.c (symbol_find_demangled_name)
7112         (demangle_for_lookup): Use gdb_demangle.
7113
7114 2013-04-15  Tom Tromey  <tromey@redhat.com>
7115
7116         PR c++/12824:
7117         * NEWS: Update.
7118         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
7119         New constant.
7120         (classify_exception_breakpoint): New function.
7121         (print_it_exception_catchpoint, print_one_exception_catchpoint)
7122         (print_mention_exception_catchpoint)
7123         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
7124         (catch_exception_command_1): Handle "rethrow" catchpoint.
7125         (catch_rethrow_command): New function.
7126         (_initialize_breakpoint): Add "catch rethrow" command.
7127
7128 2013-04-15  Pierre Muller  <muller@sourceware.org>
7129
7130         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
7131         set_gdbarch_write_pc as deprecated anymore.
7132
7133 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
7134
7135         * spu-tdep.c (spu_write_pc): Add empty line after local variable
7136         declarations.
7137
7138 2013-04-13  Yao Qi  <yao@codesourcery.com>
7139
7140         * ctf.c (_initialize_ctf): Include "completer.h".
7141         Call add_target_with_completer instead of add_target.
7142
7143 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7144
7145         Fix GDB regression related to PR binutils/14813.
7146         * jit.c (mem_bfd_iovec_close): Return 0 for success.
7147         * minidebug.c (lzma_close): Add return value comment.
7148         * remote.c (remote_bfd_iovec_close): Return 0 for success.
7149         * solib-spu.c (spu_bfd_iovec_close): Likewise.
7150         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7151
7152 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7153
7154         * config.in: Regenerate.
7155
7156 2013-04-12  Tom Tromey  <tromey@redhat.com>
7157
7158         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7159         const.
7160         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7161         (struct die_reader_specs) <buffer>: Likewise.
7162         (die_reader_func_ftype): Make 'info_ptr' const.
7163         (struct line_header) <include_dirs, statement_program_start,
7164         statement_program_end>: Now const.
7165         (struct file_entry) <name>: Likewise.
7166         (struct partial_die_info) <sibling>: Likewise.
7167         (struct dwarf_block) <data>: Likewise.
7168         (dwarf2_read_section): Remove cast.
7169         (dwarf2_get_section_info): Make 'bufp' const.
7170         (read_index_from_section): Constify.
7171         (dw2_get_file_names_reader): Make 'info_ptr' const.
7172         (dw2_get_primary_filename_reader): Likewise.
7173         (read_comp_unit_head): Make 'info_ptr' and return type const.
7174         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7175         Likewise.
7176         (read_abbrev_offset): Constify.
7177         (dwarf2_create_include_psymtab): Make 'name' const.
7178         (create_debug_types_hash_table): Update.
7179         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7180         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7181         Constify.
7182         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7183         (load_partial_comp_unit_reader): Make 'info_ptr' const.
7184         (read_comp_units_from_section): Constify.
7185         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7186         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7187         const.
7188         (dwarf2_compute_name, setup_type_unit_groups): Constify.
7189         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7190         (create_dwp_hash_table, dwarf2_ranges_read)
7191         (dwarf2_record_block_ranges): Constify.
7192         (read_die_and_children, read_die_and_siblings_1)
7193         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7194         const.
7195         (read_full_die_1, read_full_die): Make 'info_ptr' const.
7196         (abbrev_table_read_table): Constify.
7197         (load_partial_dies): Make 'info_ptr' const.
7198         (read_partial_die, read_attribute_value, read_attribute): Make
7199         'info_ptr' and return type const.
7200         (read_address, read_initial_length)
7201         (read_checked_initial_length_and_offset, read_offset)
7202         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7203         const.
7204         (read_direct_string): Make 'buf' and return type const.
7205         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7206         (read_indirect_string): Make return type const.
7207         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7208         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7209         'info_ptr' const.
7210         (read_str_index): Make return type const.
7211         (add_include_dir): Make 'include_dir' const.
7212         (add_file_name): Make 'name' const.
7213         (dwarf_decode_line_header): Constify.
7214         (psymtab_include_file_name): Make return type const.
7215         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7216         (dwarf2_start_subfile): Make 'filename' const.
7217         (dwarf2_const_value_attr): Make 'bytes' const.
7218         (read_signatured_type_reader): Make 'info_ptr' const.
7219         (decode_locdesc): Constify.
7220         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7221         const.
7222         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7223         'mac_end', and return type const.
7224         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7225         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7226         type const.
7227         (per_cu_header_read_in): Constify.
7228         * symfile.h (dwarf2_get_section_info): Update.
7229
7230 2013-04-12  Tom Tromey  <tromey@redhat.com>
7231
7232         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7233
7234 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
7235
7236         * NEWS: Mention "show configuration", --configuration.
7237         * top.c (print_gdb_configuration): New function, displays the
7238         details about GDB configure-time parameters.
7239         (print_gdb_version): Mention "show configuration".
7240         * cli/cli-cmds.c (show_configuration): New function.
7241         (_initialize_cli_cmds): Add the "show configuration" command.
7242         * main.c (captured_main) <print_configuration>: New static var.
7243         <long_options>: Use it.
7244         If --configuration was given, call print_gdb_configuration.
7245
7246 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7247             Pedro Alves  <palves@redhat.com>
7248
7249         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7250         (generated_files): Add gcore.
7251         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7252         HAVE_NATIVE_GCORE_HOST.
7253         (gcore): New.
7254         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7255         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7256         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7257         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7258         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7259         Add HAVE_NATIVE_GCORE_HOST.
7260         * configure: Regenerate.
7261         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7262         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
7263         AC_CONFIG_FILES for gcore.
7264         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
7265         gdb_have_gcore.
7266         * gdb_gcore.sh: Rename to ...
7267         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
7268         and GCORE_TRANSFORM_NAME substitutions.
7269
7270         Fix parsing tabs in ${gdb_target_obs}.
7271         * configure.tgt (gdb_have_gcore): Replace case with for and if.
7272
7273 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7274
7275         * remote.c (unpush_and_perror): Add output message final dot.
7276
7277 2013-04-11  Yao Qi  <yao@codesourcery.com>
7278
7279         * tracepoint.c (tfile_interp_line): Fit parameters line and
7280         utpp in one line.
7281
7282 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
7283
7284         * solib.c (solib_map_sections): Remove code overwriting
7285         SO->SO_NAME with the bfd's filename.
7286
7287 2013-04-10  Pedro Alves  <palves@redhat.com>
7288
7289         * cli/cli-decode.c (integer_unlimited_completer): New function.
7290         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7291         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7292         completer.
7293         * cli/cli-setshow.c: Include "cli/cli-utils.h".
7294         (is_unlimited_literal): New function.
7295         (do_set_command): Handle literal "unlimited" arguments.
7296         * frame.c (_initialize_frame) <set backtrace limit>: Document
7297         "unlimited".
7298         * printcmd.c (_initialize_printcmd) <set print
7299         max-symbolic-offset>: Add help text.
7300         * record-full.c (_initialize_record_full) <set record full
7301         insn-number-max>: Likewise.
7302         * record.c (_initialize_record) <set record
7303         instruction-history-size, set record function-call-history-size>:
7304         Add help text.
7305         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7306         help text.
7307         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7308         Likewise.
7309         * source.c (_initialize_source) <set listsize>: Add help text.
7310         * utils.c (initialize_utils) <set height, set width>: Likewise.
7311         <set pagination>: Mention "set height unlimited".
7312         * valprint.c (_initialize_valprint) <set print elements, set print
7313         repeats>: Document "unlimited".
7314
7315 2013-04-10  Pedro Alves  <palves@redhat.com>
7316
7317         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7318         instead of disconnect_tracing.
7319         * infcmd.c (detach_command, disconnect_command): Call
7320         query_if_trace_running.  Adjust.
7321         * top.c: Include "tracepoint.h".
7322         (quit_target): Delete.  Contents moved ...
7323         (quit_force): ... here.  Wrap each stage of teardown in
7324         TRY_CATCH.  Call disconnect_tracing before detaching.
7325
7326 2013-04-10  Hui Zhu  <hui@codesourcery.com>
7327             Yao Qi  <yao@codesourcery.com>
7328
7329         * configure.ac: Check libbabeltrace is installed.
7330         * config.in: Regenerate.
7331         * configure: Regenerate.
7332         * Makefile.in (LIBBABELTRACE): New.
7333         (CLIBS): Add LIBBABELTRACE.
7334         * ctf.c: Include "exec.h".
7335         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7336         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7337         (ctf_save_metadata_header): Define new type aliases in
7338         metadata.
7339         (ctf_write_header): Define event type "tsv_def" and "tp_def"
7340         in metadata.  Start a new faked packet for trace status.
7341         (ctf_write_status): Write trace status to CTF.
7342         (ctf_write_uploaded_tsv): Write TSV to CTF.
7343         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7344         (ctf_write_definition_end): End the faked packet.
7345
7346         (ctx, ctf_iter, trace_dirname): New.
7347         (start_pos): New variable.
7348         (ctf_destroy, ctf_open_dir, ctf_open): New.
7349         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7350         macros.
7351         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7352         (ctf_fetch_registers, ctf_xfer_partial): New.
7353         (ctf_get_trace_state_variable_value): New.
7354         (ctf_get_tpnum_from_frame_event): New.
7355         (ctf_get_traceframe_address): New.
7356         (ctf_trace_find, ctf_has_stack): New.
7357         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7358         (ctf_get_trace_status, ctf_read_status): New.
7359         (_initialize_ctf): New.
7360         * tracepoint.c (get_tracepoint_number): New
7361         (get_uploaded_tsv): Remove 'static'.
7362         (struct traceframe_info, trace_regblock_size): Move it to ...
7363         * tracepoint.h: ... here.
7364         (get_tracepoint_number): Declare it.
7365         (get_uploaded_tsv): Declare it.
7366
7367         * NEWS: Mention new configure option.
7368
7369 2013-04-10  Pedro Alves  <palves@redhat.com>
7370             Hui Zhu  <hui@codesourcery.com>
7371
7372         * breakpoint.c (dprintf_re_set): New.
7373         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7374         to dprintf_re_set.
7375
7376 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7377
7378         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7379         Remove solib-svr4.o from the list.
7380
7381 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7382
7383         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7384         Use gdb_assert_not_reached instead of invalid boolean expression.
7385
7386 2013-04-09  Pedro Alves  <palves@redhat.com>
7387
7388         * remote.c (unpush_and_perror): New function.
7389         (readchar, remote_serial_write): Use it.
7390
7391 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
7392
7393         * NEWS: Mention new btrace RSP packets.
7394
7395 2013-04-08  Tom Tromey  <tromey@redhat.com>
7396
7397         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7398         long.
7399
7400 2013-04-08  Tom Tromey  <tromey@redhat.com>
7401
7402         * maint.c (print_bfd_section_info): Print the section index.
7403         * symmisc.c (dump_msymbols): Print the section index.
7404
7405 2013-04-08  Tom Tromey  <tromey@redhat.com>
7406
7407         PR symtab/8424:
7408         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7409         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7410         * breakpoint.c (resolve_sal_pc): Update.
7411         * elfread.c (elf_gnu_ifunc_record_cache): Update.
7412         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7413         (minsym_lookup_iterator_cb): Use it.
7414         (default_read_var_value): Update.
7415         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7416         Update.
7417         * infcmd.c (jump_command): Update.
7418         * linespec.c (minsym_found): Update.
7419         * maint.c (maintenance_translate_address): Update.
7420         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7421         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7422         * parse.c (write_exp_msymbol): Update.
7423         * printcmd.c (address_info): Update.
7424         * psymtab.c (find_pc_sect_psymbol): Update.
7425         (fixup_psymbol_section): Check SYMBOL_SECTION, not
7426         SYMBOL_OBJ_SECTION.
7427         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7428         Don't initialize SYMBOL_OBJ_SECTION.
7429         * spu-tdep.c (spu_catch_start): Update.
7430         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7431         * symmisc.c (dump_msymbols, print_symbol): Update.
7432         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
7433         how fallback section is computed.
7434         (fixup_symbol_section): Update.
7435         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7436         Update.
7437         (allocate_symbol, initialize_symbol, allocate_template_symbol):
7438         Initialize SYMBOL_SECTION.
7439         * symtab.h (struct general_symbol_info) <section>: Update comment.
7440         <obj_section>: Remove.
7441         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
7442         (SYMBOL_OBJFILE): New macro.
7443
7444 2013-04-08  Tom Tromey  <tromey@redhat.com>
7445
7446         * coffread.c (record_minimal_symbol): Update.
7447         * dbxread.c (record_minimal_symbol): Update.
7448         * elfread.c (record_minimal_symbol): Update.
7449         * machoread.c (macho_symtab_add_minsym): Update.
7450         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7451         Update.
7452         * minsyms.c (prim_record_minimal_symbol): Update.
7453         (prim_record_minimal_symbol_full): Remove 'bfd_section'
7454         argument.
7455         (prim_record_minimal_symbol_and_info): Likewise.
7456         * minsyms.h (prim_record_minimal_symbol_full)
7457         (prim_record_minimal_symbol_and_info): Update.
7458         * symtab.c (allocate_symbol, initialize_symbol)
7459         (allocate_template_symbol): Initialize SYMBOL_SECTION.
7460         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7461         Update.
7462
7463 2013-04-08  Tom Tromey  <tromey@redhat.com>
7464
7465         PR symtab/8423:
7466         * solib-som.c (som_solib_section_offsets): Use BFD section
7467         indices.  Set offsets for all sections.
7468         * somread.c (som_symtab_read): Compute BFD section for
7469         symbol.  Use prim_record_minimal_symbol_and_info.
7470         (som_symfile_read): Fix comment.
7471         (struct find_section_offset_arg): New.
7472         (find_section_offset, set_section_index): New functions.
7473         (som_symfile_offsets): Use set_section_index to compute
7474         section indices.
7475
7476 2013-04-08  Tom Tromey  <tromey@redhat.com>
7477
7478         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7479         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7480         gdb_bfd_section_index.
7481         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7482         New functions.
7483         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7484         Declare.
7485         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7486         Update.
7487         * objfiles.c (add_to_objfile_sections_full): New function.
7488         (add_to_objfile_sections): Use it.
7489         (build_section_table): Rewrite.
7490         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
7491         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7492         (struct objfile) <sections>: Update comment.
7493         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7494         is NULL.
7495         (ALL_OBJSECTIONS): Use it.
7496         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7497         * solib-frv.c (frv_relocate_main_executable): Update.
7498         * solib-target.c (solib_target_relocate_section_addresses):
7499         Use gdb_bfd_section_index.
7500         * symfile.c (build_section_addr_info_from_section_table):
7501         Use gdb_bfd_section_index.
7502         (build_section_addr_info_from_bfd, place_section): Likewise.
7503         * symtab.c (fixup_section): Update.
7504         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7505
7506 2013-04-08  Tom Tromey  <tromey@redhat.com>
7507
7508         * minsyms.h (struct bound_minimal_symbol): New.
7509         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7510         Remove objfile argument.
7511         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7512         Return bound_minimal_symbol.
7513         * minsyms.c (lookup_minimal_symbol_by_pc_1)
7514         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7515         Return bound_minimal_symbol.
7516         (in_gnu_ifunc_stub): Update.
7517         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7518         Remove 'objfile_p' argument.
7519         (lookup_solib_trampoline_symbol_by_pc): Update.
7520         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7521         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7522         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7523         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7524         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7525         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7526         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7527         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7528         stack.c, symtab.c, tui/tui-disasm.c: Update.
7529
7530 2013-04-08  Tom Tromey  <tromey@redhat.com>
7531
7532         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7533         Use symbol's obstack, not an objfile.
7534         * coffread.c (process_coff_symbol): Update.
7535         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7536         * jv-lang.c (add_class_symbol): Update.
7537         * mdebugread.c (new_symbol): Update.
7538         * minsyms.c (prim_record_minimal_symbol_full)
7539         (terminate_minimal_symbol_table): Update.
7540         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
7541         * stabsread.c (define_symbol, read_enum_type): Update.
7542         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7543         Handle Ada specially.
7544         (symbol_set_language): Add 'obstack' argument.
7545         (symbol_set_names): Update.
7546         (symbol_natural_name, symbol_demangled_name): Always use
7547         ada_decode_symbol.
7548         * symtab.h (struct general_symbol_info)
7549         <language_specific::obstack>: New field.
7550         <ada_mangled>: New field.
7551         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7552         (symbol_set_language): Update.
7553
7554 2013-04-08  Tom Tromey  <tromey@redhat.com>
7555
7556         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7557         Take an obstack, not an objfile.
7558         (symbol_set_names): Update.
7559         * symtab.h (symbol_set_demangled_name): Update.
7560
7561 2013-04-08  Tom Tromey  <tromey@redhat.com>
7562
7563         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7564         allocate_symbol.
7565         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7566         (read_func_scope): Call allocate_template_symbol.
7567         (new_symbol_full): Call allocate_symbol.
7568         * jit.c (finalize_symtab): Call allocate_symbol.
7569         * jv-lang.c (add_class_symbol): Call allocate_symbol.
7570         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7571         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7572         (common_block_end): Call allocate_symbol.
7573         * symtab.c (allocate_symbol, initialize_symbol)
7574         (allocate_template_symbol): New functions.
7575         * symtab.c (allocate_symbol, initialize_symbol)
7576         (allocate_template_symbol): Declare.
7577         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7578
7579 2013-04-08  Pedro Alves  <palves@redhat.com>
7580             Keith Seitz  <keiths@redhat.com>
7581
7582         * breakpoint.c (create_breakpoint): Rename
7583         "parse_condition_and_thread" parameter to "parse_arg".  Update
7584         describing comment.  If !PARSE_ARG, then error out if ARG is not
7585         the empty string after extracting the location.
7586         * breakpoint.h (create_breakpoint): Rename
7587         "parse_condition_and_thread" parameter to "parse_arg".
7588
7589 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
7590
7591         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7592
7593 2013-04-07  Yao Qi  <yao@codesourcery.com>
7594
7595         * remote.c (remote_trace_find): Change type of parameters 'addr1'
7596         and 'addr2' to CORE_ADDR.
7597         * target.c (update_current_target): Update.
7598         * target.h (struct target_ops) <to_trace_find>: Change parameter
7599         type to CORE_ADDR.
7600         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7601         'addr2' to CORE_ADDR.
7602         (tfile_trace_find): Likewise.
7603         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7604         Change local variable 'addr' to type CORE_ADDR.
7605         * tracepoint.h (tfind_1): Update declaration.
7606
7607 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
7608
7609         * windows-nat.c (windows_get_absolute_argv0): Move from here...
7610         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7611         Include main.h.
7612
7613         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7614         here...
7615         * main.h (windows_get_absolute_argv0): ...to here.
7616
7617 2013-04-05  Doug Evans  <dje@google.com>
7618
7619         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7620         (read_cutu_die_from_dwo): Add comments.
7621         (read_structure_type): Update comment.
7622         (read_enumeration_type, read_namespace_type): Update comment.
7623         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7624
7625 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7626
7627         Convert man pages to texinfo, new gdbinit.5 texinfo page.
7628         * Makefile.in (gdb.z): Remove.
7629         (install-only): Remove $(man1dir) and gdb.1 installation.
7630         * gdb.1: Remove.
7631
7632 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7633
7634         Fix compatibility with Linux kernel 3.8.3.
7635         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7636         to more inner block.  Remove parsing of NUMBER from outer block.
7637         Parse NUMBER only if KEYWORD has been identified.
7638
7639 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7640
7641         Fix variable name shadowing.
7642         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7643         filename to mapsfilename and update its uses.
7644
7645 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
7646
7647         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7648         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7649         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7650         details of the problem.
7651
7652 2013-04-04  Pedro Alves  <palves@redhat.com>
7653             Hui Zhu  <hui@codesourcery.com>
7654
7655         * breakpoint.c (validate_commands_for_breakpoint): If validating a
7656         tracepoint, reset its STEP_COUNT and call validate_actionline.
7657
7658 2013-04-03  Doug Evans  <dje@google.com>
7659
7660         * dwarf2read.c (read_die_and_siblings_1): Renamed from
7661         read_die_and_siblings.
7662         (read_die_and_siblings): New function.
7663         (read_cutu_die_from_dwo): Dump die if requested.
7664         (read_die_and_children): Call read_full_die_1 and
7665         read_die_and_siblings_1.
7666         (read_full_die): Dump die if requested.
7667
7668         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7669
7670         * dwarf2read.c (struct dwo_file): New member comp_dir.
7671         Rename member name to dwo_name.  All uses updated.
7672         (hash_dwo_file): Include comp_dir in computation.
7673         (eq_dwo_file): Ditto.
7674         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
7675         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7676
7677         * psymtab.c (read_psymtabs_with_fullname): Don't call
7678         psymtab_to_fullname if the basenames are different.
7679
7680 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7681
7682         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7683         New entry about "fullname" presence.
7684
7685 2013-04-03  Pedro Alves  <palves@redhat.com>
7686
7687         * NEWS: Mention x86_64/Cygwin as new native configuration.
7688
7689 2013-04-02  Doug Evans  <dje@google.com>
7690
7691         * dwarf2read.c (read_structure_type): Fix typo in comment.
7692
7693 2013-04-02  Pedro Alves  <palves@redhat.com>
7694
7695         * NEWS: Mention "set/show debug aarch64", "set/show debug
7696         coff-pe-read" and "set/show debug mach-o".
7697
7698 2013-04-02  Pedro Alves  <palves@redhat.com>
7699
7700         * NEWS: Mention "set/show remote trace-buffer-size-packet".
7701
7702 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
7703
7704         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7705         gdb_string.h is now in common/.
7706
7707 2013-04-02  Pedro Alves  <palves@redhat.com>
7708
7709         * NEWS: Move "set debug notification" and "set trace-buffer-size"
7710         under "New options".
7711
7712 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7713
7714         Revert this patch:
7715         PR gdb/15275
7716         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7717
7718 2013-04-02  Pedro Alves  <palves@redhat.com>
7719
7720         PR gdb/15275
7721
7722         * remote.c (send_interrupt_sequence): Use remote_serial_write.
7723         (remote_serial_write): New function.
7724         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7725
7726 2013-04-01  Jiong Wang  <jiwang@tilera.com>
7727
7728         * NEWS: Mention TILE-Gx in "New native configurations" and
7729         "New targets" sections.
7730
7731 2013-04-01  Doug Evans  <dje@google.com>
7732
7733         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7734         (process_enumeration_scope): Simplify.
7735
7736         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7737         type_unit_group ...
7738         (struct signatured_type): ... to here.
7739         (sig_type_ptr): New typedef.
7740         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
7741         out of union 't'.  All uses updated.
7742         (dw2_get_file_names_reader): Assert not called for a type unit.
7743         (dw2_get_file_names): Assert not called for a type unit or type
7744         unit group.
7745         (build_type_psymtabs_reader): Assert called for a type unit.
7746         (build_type_psymtab_dependencies): Assert called for a type unit group.
7747
7748         * dwarf2read.c (free_dwo_file): Add comment.
7749         (dwarf2_per_objfile_free): Unref dwp bfd.
7750
7751 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7752
7753         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7754         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7755         (read_pe_exported_syms): Remove unused 'exportix'.
7756         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7757         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7758         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7759
7760 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7761
7762         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7763         (print_it_watchpoint): Remove unused 'bl'.
7764         (say_where): Remove unused 'uiout'.
7765         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7766         (bkpt_breakpoint_hit): Remove unused 'b'.
7767         (internal_bkpt_print_it): Remove unused 'uiout'.
7768         * buildsym.c (augment_type_symtab): Remove unused 'i'.
7769
7770 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7771
7772         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7773         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7774
7775 2013-03-29  Doug Evans  <dje@google.com>
7776
7777         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7778         Delete arg is_dwp.  All callers updated.
7779         (open_dwp_file): New function.
7780         (open_and_init_dwp_file): Call it.
7781         (get_dwp_file): New function.
7782         (lookup_dwo_cutu): Call it.
7783
7784         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7785         unnecessary, cleanup.
7786
7787         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7788
7789         * dwarf2read.c (read_cutu_die_from_dwo): New function.
7790         (lookup_dwo_unit): New function.
7791         (init_cutu_and_read_dies): Move DWO handling to new functions.
7792
7793         * dwarf2read.c (struct signatured_type): Tweak comment.
7794         (struct dwo_unit): Tweak comment.
7795         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
7796         (create_dwo_debug_info_hash_table): Tweak comment.
7797         (dwarf2_per_cu_offset_and_type): Tweak comment.
7798
7799         * dwarf2read.c (lookup_signatured_type): Remove complaint about
7800         missing .debug_types section.
7801
7802 2013-03-29  Yao Qi  <yao@codesourcery.com>
7803
7804         * corelow.c: Include "completer.h".
7805         (_initialize_corelow): Call add_target_with_completer with
7806         argument 'filename_completer'.
7807         * tracepoint.c: Likewise.
7808         * exec.c (_initialize_exec): Likewise.
7809         * target.c (add_target): Rename to ...
7810         (add_target_with_completer): ... this.  Call set_cmd_completer
7811         if parameter completer is not NULL.
7812         (add_target): New.
7813         * target.h: Include "command.h".
7814         (add_target_with_completer): Declare it.
7815
7816 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
7817
7818         * coffread.c (is_import_fixup_symbol): New function.
7819         (record_minimal_symbol): Use is_import_fixup_symbol to
7820         detect import fixup symbols, and discard them.
7821
7822 2013-03-28  Doug Evans  <dje@google.com>
7823
7824         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7825         types hash table until we know we need it.
7826
7827         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7828         index numbers.
7829
7830         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7831         All callers updated.
7832         (dw2_print_stats): Print #read CUs too.
7833         (dump_die_shallow): Print signatured types better.
7834
7835         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7836         info_or_types_section to section.  All uses updated.
7837         (struct dwo_unit): Ditto.
7838
7839 2013-03-28  Pedro Alves  <palves@redhat.com>
7840
7841         * NEWS (New options): New section.
7842         (New options): Mention set/show remote trace-status-packet.
7843         * remote.c (PACKET_qTStatus): New enumeration value.
7844         (remote_get_trace_status): Skip sending qTStatus if the packet is
7845         disabled.  Use packet_ok.
7846         (_initialize_remote): Register a configuration command for
7847         qTStatus packet.
7848
7849 2013-03-28  Doug Evans  <dje@google.com>
7850
7851         * symfile.c (find_separate_debug_file): Add comment.
7852         (terminate_after_last_dir_separator): Tweak comment.
7853
7854         * dwarf2read.c (create_partial_symtab): Add forward decl.
7855         (create_partial_symtab): Move to be closer to other psymtab functions.
7856         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7857
7858         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7859         (compute_symtab_includes): Remove unnecessary forward declaration.
7860         (die_needs_namespace): Add comment marking group of functions for
7861         dwarf2 name computation.
7862
7863         * typeprint.c (_initialize_typeprint): Improve type help text.
7864
7865         * python/python.c (finish_python_initialization): Provide suggestion
7866         for how to tell gdb to find its python files.
7867
7868 2013-03-28  Pedro Alves  <palves@redhat.com>
7869
7870         PR gdb/15294
7871
7872         * source.c (_initialize_source): Change back "set listsize" to an
7873         integer command.
7874
7875 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
7876
7877         PR gdb/15275
7878         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7879
7880 2013-03-27  Pedro Alves  <palves@redhat.com>
7881
7882         * top.c (history_size): Rename to ...
7883         (history_size_setshow_var): ... this.  Add comment.
7884         (show_commands): Use readline's 'history_length' instead of
7885         computing the history length by calling history_get in a loop.
7886         (set_history_size_command): Error out for sizes over INT_MAX.
7887         Restore previous history size on invalid size.
7888         (init_history): If HISTSIZE is negative, leave the history size as
7889         zero.  Add comments.
7890         (init_main): Adjust.
7891
7892 2013-03-27  Pedro Alves  <palves@redhat.com>
7893
7894         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7895         coff_pe_read" command to "set debug coff-pe-read".
7896
7897 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
7898
7899         * record.c (command_size_to_target_size): Fix size comparison.
7900         Change parameter type from pointer to integer to integer.
7901         Update all users.
7902
7903 2013-03-27  Pierre Muller  <muller@sourceware.org>
7904
7905         * windows-nat.c (handle_output_debug_string): Avoid typecast
7906         from integer of different size warning.
7907
7908 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
7909
7910         * windows-nat.c (handle_output_debug_string): Add empty line
7911         after local block variable definition.
7912
7913 2013-03-26  Pedro Alves  <palves@redhat.com>
7914
7915         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7916         (net_open): Make 'polls' local unsigned.
7917
7918 2013-03-26  Pedro Alves  <palves@redhat.com>
7919
7920         * remote.c (_initialize_remote): Make "set remoteaddresssize"
7921         a zuinteger command instead of uinteger.
7922
7923 2013-03-26  Pedro Alves  <palves@redhat.com>
7924
7925         * record-full.c (record_full_insn_num): Make it unsigned.
7926         (record_full_check_insn_num, record_full_message)
7927         (record_full_registers_change, record_full_xfer_partial): Remove
7928         record_full_insn_max_num check (it's always != 0).
7929         (record_full_info, record_full_restore): Use %u as format string.
7930         (): Use %u as format string.
7931         (set_record_full_insn_max_num): Remove record_full_insn_max_num
7932         check (it's always != 0).
7933
7934 2013-03-26  Pedro Alves  <palves@redhat.com>
7935
7936         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7937         and "set dcache size" commands zuinteger instead of uinteger.
7938
7939 2013-03-26  Pedro Alves  <palves@redhat.com>
7940
7941         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7942         command zuinteger instead of uinteger.
7943
7944 2013-03-26  Pedro Alves  <palves@redhat.com>
7945
7946         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7947         zuinteger instead of uinteger.
7948
7949 2013-03-26  Pedro Alves  <palves@redhat.com>
7950
7951         * record.c (record_insn_history_size_setshow_var)
7952         (record_call_history_size_setshow_var): New globals.
7953         (command_size_to_target_size): New function.
7954         (cmd_record_insn_history, cmd_record_call_history): Use
7955         command_size_to_target_size instead of cast.
7956         (validate_history_size, set_record_insn_history_size)
7957         (set_record_call_history_size): New functions.
7958         (_initialize_record): Install set_record_insn_history_size and
7959         set_record_call_history_size as "set" hooks of "set record
7960         instruction-history-size" and "set record
7961         function-call-history-size".
7962
7963 2013-03-26  Pedro Alves  <palves@redhat.com>
7964
7965         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7966         use with history_max_entries use.  Remove FIXME note.
7967
7968 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
7969
7970         * record-btrace.c (record_btrace_close): Call
7971         record_btrace_auto_disable.
7972
7973 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
7974
7975         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7976
7977 2013-03-25  Doug Evans  <dje@google.com>
7978
7979         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7980
7981 2013-03-25  Tom Tromey  <tromey@redhat.com>
7982
7983         PR symtab/11462:
7984         * c-exp.y (exp): Add new productions for destructors after '.' and
7985         '->'.
7986         (write_destructor_name): New function.
7987
7988 2013-03-25  Tom Tromey  <tromey@redhat.com>
7989
7990         PR c++/9197:
7991         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7992         value_struct_elt, not lookup_struct_elt_type.
7993         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7994         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7995         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7996
7997 2013-03-25  Yao Qi  <yao@codesourcery.com>
7998
7999         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
8000         instead of '_mkdir'.
8001
8002 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
8003
8004         * windows-nat.c (windows_get_absolute_argv0): New function.
8005         * windows-nat.h: Add its prototype.
8006
8007         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
8008         Use IS_DIR_SEPARATOR instead of looking for a character inside
8009         SLASH_STRING.  Include filenames.h.
8010         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
8011         relocate_gdb_directory works when passed gdb_program_name.
8012         Include windows-nat.h.
8013
8014 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8015
8016         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
8017         * remote.c (trace_error): Remove the special handling of '2'.
8018         (readchar) <SERIAL_EOF>
8019         (readchar) <SERIAL_ERROR>
8020         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
8021         (remote_get_trace_status): Call throw_exception if EX is
8022         TARGET_CLOSE_ERROR.
8023         * utils.c (perror_with_name): Rename to ...
8024         (throw_perror_with_name): ... here.  New parameter errcode, describe it
8025         in the function comment.
8026         (perror_with_name): New function wrapper.
8027         * utils.h (enum errors): New stub declaration.
8028         (throw_perror_with_name): New declaration.
8029
8030 2013-03-22  Pedro Alves  <palves@redhat.com>
8031             Yao Qi  <yao@codesourcery.com>
8032             Mark Kettenis  <kettenis@gnu.org>
8033
8034         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
8035         Don't let the user set the value to UINT_MAX directly.
8036         <var_integer>: Don't let the user set the value to INT_MAX
8037         directly.
8038
8039 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8040
8041         * remote.c (remote_unpush_target): New function.
8042         (remote_open_1): Remove two pop_target calls, update one comment, add
8043         comment to target_preopen call.  Replace pop_target call by
8044         remote_unpush_target call.
8045         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
8046         pop_target calls by remote_unpush_target calls.
8047
8048 2013-03-22  Pedro Alves  <palves@redhat.com>
8049
8050         * linux-nat.c (linux_child_follow_fork): Don't call
8051         linux_enable_event_reporting.
8052         (linux_handle_extended_wait): Don't call
8053         linux_enable_event_reporting.
8054
8055 2013-03-22  Pedro Alves  <palves@redhat.com>
8056
8057         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
8058         use it to rewrite the trampoline buffers with type gdb_byte[], and
8059         undefine the macro.  Remove char* cast.
8060
8061 2013-03-21  Doug Evans  <dje@google.com>
8062
8063         New commands "mt set per-command {space,time,symtab} {on,off}".
8064         * NEWS: Add entry.
8065         * event-top.c: #include "maint.h".
8066         * main.c: #include "maint.h".
8067         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
8068         timeval-utils.h, maint.h, cli/cli-setshow.h.
8069         (per_command_time, per_command_space): New static globals.
8070         (per_command_symtab): New static global.
8071         (per_command_setlist, per_command_showlist): New static globals.
8072         (struct cmd_stats): Move here from utils.c.
8073         (set_per_command_time): Renamed from set_display_time in utils.c
8074         and moved here.  All callers updated.
8075         (set_per_command_space): Renamed from set_display_space in utils.c
8076         and moved here.  All callers updated.
8077         (count_symtabs_and_blocks): New function.
8078         (report_command_stats): Moved here from utils.c.  Add support for
8079         printing symtab stats.  Only print data if enabled before command
8080         executed.
8081         (make_command_stats_cleanup): Ditto.
8082         (sert_per_command_cmd, show_per_command_cmd): New functions.
8083         (_initialize_maint_cmds): Add new commands
8084         mt set per-command {space,time,symtab} {on,off}.
8085         * maint.h: New file.
8086         * top.c: #include "maint.h".
8087         * utils.c (reset_prompt_for_continue_wait_time): New function.
8088         (get_prompt_for_continue_wait_time): New function.
8089         * utils.h (reset_prompt_for_continue_wait_time): Declare
8090         (get_prompt_for_continue_wait_time): Declare.
8091         (make_command_stats_cleanup): Moved to maint.h.
8092         (set_display_time, set_display_space): Moved to maint.h and renamed
8093         to set_per_command_time, set_per_command_space.
8094         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
8095         parse_binary_operation and made non-static.  Don't call error,
8096         just return an error marker.  All callers updated.
8097         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
8098
8099 2013-03-21  Tom Tromey  <tromey@redhat.com>
8100
8101         * symfile.c (alloc_section_addr_info): Update header.  Don't set
8102         'num_sections' field.
8103         (build_section_addr_info_from_section_table): Set 'num_sections'.
8104         (build_section_addr_info_from_bfd): Likewise.
8105         (build_section_addr_info_from_objfile): Remove dead loop
8106         condition.
8107         (free_section_addr_info): Unconditionally call xfree.
8108         (relative_addr_info_to_section_offsets, addrs_section_sort)
8109         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
8110         condition.
8111         (syms_from_objfile_1): Remove dead 'if' condition.  Check
8112         'num_sections'.
8113         (add_symbol_file_command): Set 'num_sections'.
8114         * symfile-mem.c (symbol_file_add_from_memory): Set
8115         'num_sections'.
8116         * somread.c (som_symfile_offsets): Remove dead loop condition.
8117         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
8118         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
8119
8120 2013-03-21  Tom Tromey  <tromey@redhat.com>
8121
8122         * tracepoint.h (decode_agent_options): Add 'trace_string'
8123         argument.
8124         * tracepoint.c (decode_agent_options): Add 'trace_string'
8125         argument.
8126         (validate_actionline): Update.
8127         (collect_symbol): Add 'trace_string' argument.
8128         (struct add_local_symbols_data) <trace_string>: New field.
8129         (do_collect_symbol): Update.
8130         (add_local_symbols): Add 'trace_string' argument.
8131         (encode_actions_1): Update.
8132         (trace_dump_actions): Update.
8133         * dwarf2loc.c (access_memory): Update.
8134         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
8135         * ax-general.c (new_agent_expr): Update.
8136         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
8137         (gen_trace_for_return_address): Add argument.
8138         (trace_kludge, trace_string_kludge): Remove.
8139         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
8140         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
8141         (gen_trace_for_var): Add 'trace_string' argument.
8142         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
8143         (gen_printf, agent_eval_command_one): Update.
8144
8145 2013-03-21  Tom Tromey  <tromey@redhat.com>
8146
8147         PR exp/15109:
8148         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8149         Handle FILENAME token.
8150
8151 2013-03-21  Tom Tromey  <tromey@redhat.com>
8152
8153         * c-exp.y (YYPRINT): Define.
8154         (c_print_token): New function.
8155
8156 2013-03-21  Tom Tromey  <tromey@redhat.com>
8157
8158         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8159
8160 2013-03-21  Yao Qi  <yao@codesourcery.com>
8161
8162         * ctf.c: Include "gdb_stat.h".
8163         [USE_WIN32API]: New macro 'mkdir'.
8164         (ctf_start): Use permission bits macros if they are defined.
8165
8166 2013-03-20  Keith Seitz  <keiths@redhat.com>
8167
8168         * breakpoint.h (struct breakpoint): Add comment to
8169         extra_string indicating that this member is mallod'd.
8170         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8171
8172 2013-03-20  Pedro Alves  <palves@redhat.com>
8173
8174         PR gdb/15289
8175
8176         * cli/cli-setshow.c (do_set_command)
8177         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8178         the result of parsing the command argument.  Throw error if the
8179         value is greater than UINT_MAX.  Print the invalid value with
8180         plongest.
8181         <var_integer, var_zinteger>: Use LONGEST for variable holding the
8182         result of parsing the command argument.  Throw error if the value
8183         is greater than INT_MAX, not greater or equal.  Also throw error
8184         if the value is less than INT_MIN.  Print the invalid value with
8185         plongest.
8186         <var_zuinteger_unlimited>: Throw error if the value is greater
8187         than INT_MAX, not greater or equal.
8188         (do_show_command) <var_integer, var_zinteger,
8189         var_zuinteger_unlimited>: Use %d for printing int, not %u.
8190
8191 2013-03-20  Tom Tromey  <tromey@redhat.com>
8192
8193         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8194         if possible.
8195         * dwarf2read.c (read_func_scope): Remove old FIXME.
8196         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8197         not LOC_COMPUTED.
8198         * findvar.c (symbol_read_needs_frame, default_read_var_value):
8199         Unconditionally call via computed ops, if possible.
8200         * printcmd.c (address_info): Unconditionally call via computed ops,
8201         if possible.
8202         * stack.c (read_frame_arg): Unconditionally call via computed ops,
8203         if possible.
8204         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8205         * tracepoint.c (scope_info): Unconditionally call via computed ops,
8206         if possible.
8207
8208 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8209             Tom Tromey  <tromey@redhat.com>
8210
8211         PR symtab/8421:
8212         * coffread.c (coff_register_index): New global.
8213         (process_coff_symbol, coff_read_enum_type): Set
8214         SYMBOL_ACLASS_INDEX.
8215         (_initialize_coffread): Initialize new global.
8216         * dwarf2loc.c (locexpr_find_frame_base_location)
8217         (dwarf2_block_frame_base_locexpr_funcs)
8218         (loclist_find_frame_base_location)
8219         (dwarf2_block_frame_base_loclist_funcs): New.
8220         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8221         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8222         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8223         (dwarf2_block_frame_base_loclist_funcs): New.
8224         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8225         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8226         globals.
8227         (read_func_scope): Update.
8228         (fixup_go_packaging, mark_common_block_symbol_computed)
8229         (var_decode_location, new_symbol_full, dwarf2_const_value):
8230         Set SYMBOL_ACLASS_INDEX.
8231         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
8232         (_initialize_dwarf2_read): Initialize new globals.
8233         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8234         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8235         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8236         globals.
8237         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8238         (_initialize_mdebugread): Initialize new globals.
8239         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8240         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8241         (stab_register_index, stab_regparm_index): New globals.
8242         (define_symbol, read_enum_type, common_block_end): Set
8243         SYMBOL_ACLASS_INDEX.
8244         (_initialize_stabsread): Initialize new globals.
8245         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8246         globals.
8247         (MAX_SYMBOL_IMPLS): New define.
8248         (register_symbol_computed_impl, register_symbol_block_impl)
8249         (register_symbol_register_impl)
8250         (initialize_ordinary_address_classes): New functions.
8251         (_initialize_symtab): Call initialize_ordinary_address_classes.
8252         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8253         (struct symbol_impl): New.
8254         (SYMBOL_ACLASS_BITS): New define.
8255         (struct symbol) <aclass, ops>: Remove fields.
8256         <aclass_index>: New field.
8257         (symbol_impls): Declare.
8258         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8259         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8260         (register_symbol_computed_impl, register_symbol_block_impl)
8261         (register_symbol_register_impl): Declare.
8262         (struct symbol_computed_ops): Add location_has_loclist.
8263         (struct symbol_block_ops): New.
8264         (SYMBOL_BLOCK_OPS): New.
8265         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8266
8267 2013-03-20  Tom Tromey  <tromey@redhat.com>
8268
8269         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8270         (print_partial_symbols, recursively_search_psymtabs): Use
8271         PSYMBOL_CLASS.
8272
8273 2013-03-20  Pierre Muller  <muller@sourceware.org>
8274
8275         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8276         addtion, subtraction, multiplication and division binary operator.
8277
8278 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8279
8280         Code cleanup.
8281         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8282         * bsd-kvm.c (bsd_kvm_close): Likewise.
8283         * bsd-uthread.c (bsd_uthread_close): Likewise.
8284         * corelow.c (core_close): Likewise.
8285         (core_close_cleanup): Remove parameter quitting from a caller.
8286         * event-top.c (async_disconnect): Likewise.
8287         * exec.c (exec_close_1): Remove parameter quitting.
8288         * go32-nat.c (go32_close): Likewise.
8289         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
8290         parameter quitting from a caller.
8291         * mips-linux-nat.c (super_close): Remove parameter quitting from the
8292         variable.
8293         (mips_linux_close): Remove parameter quitting.  Remove parameter
8294         quitting from a caller.
8295         * monitor.c (monitor_close): Remove parameter quitting.
8296         * monitor.h (monitor_close): Likewise.
8297         * record-btrace.c (record_btrace_close): Likewise.
8298         * record-full.c (record_full_close): Likewise.
8299         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8300         it also from fprintf_unfiltered.
8301         * remote-mips.c (mips_close): Remove parameter quitting.
8302         (mips_detach): Remove parameter quitting from a caller.
8303         * remote-sim.c (gdbsim_close): Remove parameter quitting.
8304         (gdbsim_close): Remove duplicate function comment.  Remove parameter
8305         quitting and remove it also from printf_filtered.
8306         * remote.c (remote_close): Remove parameter quitting.
8307         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8308         * target.c (update_current_target): Remove parameter int from to_close
8309         de_fault.
8310         (push_target, unpush_target, pop_target): Remove parameter quitting from
8311         a caller.
8312         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8313         Remove parameter quitting from a caller.
8314         (target_preopen): Remove parameter quitting from a caller.
8315         (target_close): Remove parameter quitting.  Remove parameter quitting
8316         from a caller two times.  Remove parameter quitting also from
8317         fprintf_unfiltered.
8318         * target.h (struct target_ops): Remove parameter quitting and as int
8319         from fields to_xclose and to_close.
8320         (extern struct target_ops current_target):
8321         (target_close, pop_all_targets): Remove parameter quitting.  Update the
8322         comment.
8323         (pop_all_targets_above): Remove parameter quitting.
8324         * top.c (quit_target): Remove parameter quitting from a caller.
8325         * tracepoint.c (tfile_close): Remove parameter quitting.
8326         * windows-nat.c (windows_close): Remove parameter quitting.
8327
8328 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
8329
8330         * windows-nat.c (handle_output_debug_string): Replace call
8331         to string_to_core_addr with call to strtoull.
8332
8333 2013-03-20  Yao Qi  <yao@codesourcery.com>
8334
8335         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8336         and write it to CTF metadata.
8337
8338 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
8339
8340         * windows-nat.c (handle_output_debug_string): Change type of n to
8341         SIZE_T to avoid crash on 64 bit systems.
8342
8343 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
8344
8345         * python/python-internal.h (HAVE_SNPRINTF)
8346         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8347         about redefinition of snprintf by pyerrors.h.
8348
8349 2013-03-15  Steve Ellcey  <sellcey@mips.com>
8350
8351         * remote-sim.c (sim_command_completer): Make char arguments const.
8352
8353 2013-03-15  Tom Tromey  <tromey@redhat.com>
8354
8355         PR c++/15116:
8356         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8357
8358 2013-03-14  Tom Tromey  <tromey@redhat.com>
8359
8360         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
8361         New fields.
8362         (get_file_crc): Move from symfile.c.
8363         (gdb_bfd_crc): New function.
8364         * gdb_bfd.h (gdb_bfd_crc): Declare.
8365         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
8366         * symfile.c (get_file_crc): Move to gdb_bfd.c.
8367         (separate_debug_file_exists): Use gdb_bfd_crc.
8368
8369 2013-03-14  Tom Tromey  <tromey@redhat.com>
8370
8371         * symfile.c (get_debug_link_info): Remove.
8372         (find_separate_debug_file_by_debuglink): Use
8373         bfd_get_debug_link_info.
8374
8375 2013-03-14  Tom Tromey  <tromey@redhat.com>
8376
8377         * symtab.c (error_in_psymtab_expansion): New function.
8378         (lookup_symbol_aux_quick)
8379         (basic_lookup_transparent_type_quick): Remove "last resort"
8380         code.  Use error_in_psymtab_expansion.
8381
8382 2013-03-14  Doug Evans  <dje@google.com>
8383             Jan Kratochvil  <jan.kratochvil@redhat.com>
8384
8385         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8386         any successful compare_filenames_for_search or FILENAME_CMP.
8387         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8388         * symtab.c (iterate_over_some_symtabs): Likewise.
8389
8390 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8391
8392         * source.c (print_source_lines_base): Make a local copy of
8393         symtab_to_fullname.
8394
8395 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
8396             Jan Kratochvil  <jan.kratochvil@redhat.com>
8397
8398         * source.c (print_source_lines_base): Suppress "file" for TUI.
8399
8400 2013-03-14  Keith Seitz  <keiths@redhat.com>
8401             Alan Matsuoka  <alanm@redhat.com>
8402
8403         PR c++/15203
8404         PR c++/15210
8405         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8406         TYPE_CODE_METHOD.
8407         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8408         symbols.
8409
8410 2013-03-14  Yao Qi  <yao@codesourcery.com>
8411
8412         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8413         status to tfile if trace is stopped by command 'tstop'.
8414
8415 2013-03-14  Yao Qi  <yao@codesourcery.com>
8416
8417         * tracepoint.c (tfile_write_status): Write trace notes and user
8418         name into tfile if they are not NULL.
8419
8420 2013-03-14  Hui Zhu  <hui@codesourcery.com>
8421             Yao Qi  <yao@codesourcery.com>
8422
8423         * Makefile.in (REMOTE_OBS): Add ctf.o.
8424         (SFILES): Add ctf.c.
8425         (HFILES_NO_SRCDIR): Add ctf.h.
8426         * ctf.c, ctf.h: New files.
8427         * tracepoint.c: Include 'ctf.h'.
8428         (collect_pseudocommand): Remove static.
8429         (trace_save_command): Parse option "-ctf".
8430         Produce different trace file writers per option.
8431         Adjust output message.
8432         (trace_save_tfile, trace_save_ctf): New.
8433         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8434         * mi/mi-main.c: Include 'ctf.h'.
8435         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
8436         trace_save_tfile or trace_save_ctf.
8437         * NEWS: Mention these changes.
8438
8439 2013-03-14  Yao Qi  <yao@codesourcery.com>
8440
8441         * tracepoint.c (trace_file_writer_xfree): New.
8442         (struct tfile_writer_data): New.
8443         (tfile_dtor, tfile_can_target_save, tfile_start): New.
8444         (tfile_write_header, tfile_write_regblock_type): New.
8445         (tfile_write_status, tfile_write_uploaded_tsv): New.
8446         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8447         (tfile_write_raw_data, (tfile_end): New.
8448         (tfile_write_ops): New global variable.
8449         (TRACE_WRITE_R_BLOCK): New macro.
8450         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8451         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8452         (TRACE_WRITE_V_BLOCK): New macro.
8453         (trace_save): Add extra one parameter WRITER.  Make it static.
8454         Use WRITER to writer trace.
8455         (tfile_trace_file_writer_new): New.
8456         (trace_save_command): Caller update.
8457         (trace_save_tfile): Write trace data in TFILE format.
8458         * tracepoint.h (struct trace_frame_write_ops): New.
8459         (struct trace_file_write_ops): New.
8460         (struct trace_file_writer): New.
8461         (trace_save): Remove its declaration.
8462         (trace_save_tfile): Declare it.
8463         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8464         instead of trace_save.
8465
8466 2013-03-13  Pedro Alves  <palves@redhat.com>
8467
8468         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8469
8470 2013-03-13  Pedro Alves  <palves@redhat.com>
8471
8472         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8473         commented out code.
8474         * demangle.c (current_demangling_style_string): Make it const.
8475         (set_demangling_command): Assert the demangling style is known.
8476         Remove all handling of unknown styles.  Set
8477         'current_demangling_style_string' to an element of the
8478         demangling_style_names array.
8479         (set_demangling_style): Delete.
8480         (_initialize_demangler): Set current_demangling_style_string to the
8481         element of the demangling_style_names array that corresponds to
8482         the default demangling style.  Remove FIXME note.  Don't call
8483         set_demangling_style.
8484         * gdb-demangle.h (set_demangling_style): Remove declaration.
8485
8486 2013-03-13  Pedro Alves  <palves@redhat.com>
8487
8488         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8489         fields const.
8490         (ada_make_symbol_completion_list): Make "text0" parameter const.
8491         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8492         * breakpoint.c (condition_completer): Make "text" and "word"
8493         parameters const.  Adjust.
8494         (check_tracepoint_command): Adjust to validate_actionline
8495         prototype change.
8496         (catch_syscall_completer): Make "text" and "word" parameters
8497         const.
8498         * cli/cli-cmds.c (show_user): Make "comname" local const.
8499         (valid_command_p): Make "command" parameter const.
8500         (alias_command): Make "alias_prefix" and "command_prefix" locals
8501         const.
8502         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8503         (add_alias_cmd): Make "name" and "oldname" parameters const.
8504         Adjust.  No longer make copy of OLDNAME.
8505         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8506         (add_setshow_cmd_full, add_setshow_enum_cmd)
8507         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8508         (add_setshow_filename_cmd, add_setshow_string_cmd)
8509         (add_setshow_string_noescape_cmd)
8510         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8511         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8512         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8513         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8514         Make "name" parameter const.
8515         (help_cmd): Rename "command" parameter to "arg".  New const local
8516         "command".
8517         (find_cmd): Make "command" parameter const.
8518         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
8519         deprecated_cmd_warning prototype change.
8520         (undef_cmd_error): Make "cmdtype" parameter const.
8521         (lookup_cmd): Make "line" parameter const.
8522         (deprecated_cmd_warning): Change type of "text" parameter to
8523         pointer to const char, from pointer to pointer to char.  Adjust.
8524         (lookup_cmd_composition): Make "text" parameter const.
8525         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8526         parameters const.
8527         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8528         const.
8529         * cli/cli-script.c (validate_comname): Make "tem" local const.
8530         (define_command): New const local "tem_c".  Use it in calls to
8531         lookup_cmd.
8532         (document_command): Make "tem" and "comfull" locals const.
8533         (show_user_1): Make "prefix" and "name" parameters const.
8534         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8535         const.
8536         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8537         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8538         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8539         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8540         (complete_on_enum, add_setshow_enum_cmd)
8541         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8542         (add_setshow_filename_cmd, add_setshow_string_cmd)
8543         (add_setshow_string_noescape_cmd)
8544         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8545         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8546         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8547         Change prototypes, constifying strings.
8548         * completer.c (noop_completer, filename_completer): Make "text"
8549         and "prefix" parameters const.
8550         (location_completer, expression_completer)
8551         (complete_line_internal): Make "text" and "prefix" parameters
8552         const and adjust.
8553         (command_completer, signal_completer): Make "text" and "prefix"
8554         parameters const.
8555         * completer.h (noop_completer, filename_completer)
8556         (expression_completer, location_completer, command_completer)
8557         (signal_completer): Change prototypes.
8558         * corefile.c (complete_set_gnutarget): Make "text" and "word"
8559         parameters const.
8560         * cp-abi.c (cp_abi_completer): Likewise.
8561         * expression.h (parse_expression_for_completion): Change
8562         prototype.
8563         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8564         parameters const.
8565         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8566         * infrun.c (handle_completer): Make "text" and "word" parameters
8567         const.
8568         * interps.c (interpreter_completer): Make "text" and "word"
8569         parameters const.
8570         * language.h (struct language_defn)
8571         <la_make_symbol_completion_list>: Make "text" and "word"
8572         parameters const.
8573         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8574         (parse_exp_in_context): Rename to ...
8575         (parse_exp_in_context_1): ... this.
8576         (parse_exp_in_context): Reimplement, with const hack from
8577         parse_exp_1.
8578         (parse_expression_for_completion): Make "string" parameter const.
8579         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8580         to pointer to const char.  Adjust.
8581         (print_command_1): Make "exp" parameter const.
8582         (output_command): Rename to ...
8583         (output_command_const): ... this.  Make "exp" parameter const.
8584         (output_command): Reimplement.
8585         (x_command): Adjust.
8586         (display_command): Rename "exp" parameter to "arg".  New "exp"
8587         local, const version of "arg".
8588         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8589         "cmd_name" local const.
8590         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8591         call.
8592         (cmdpy_completer): Make "text" and "word" parameters const.
8593         (gdbpy_parse_command_name): Make "prefix_text2" local const.
8594         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8595         const.
8596         * remote.c (_initialize_remote): Make "cmd_name" local const.
8597         * symtab.c (language_search_unquoted_string): Make "text" and "p"
8598         parameters const.  Adjust.
8599         (completion_list_add_fields): Make "sym_text", "text" and "word"
8600         parameters const.
8601         (struct add_name_data) <sym_text, text, word>: Make fields const.
8602         (default_make_symbol_completion_list_break_on): Make "text" and
8603         "word" parameters const.  Adjust locals.
8604         (default_make_symbol_completion_list)
8605         (make_symbol_completion_list, make_symbol_completion_type)
8606         (make_symbol_completion_list_fn): Make "text" and "word"
8607         parameters const.
8608         (make_file_symbol_completion_list): Make "text", "word" and
8609         "srcfile" parameters const.  Adjust locals.
8610         (add_filename_to_list): Make "text" and "word" parameters const.
8611         (struct add_partial_filename_data) <text, word>: Make fields
8612         const.
8613         (make_source_files_completion_list): Make "text" and "word"
8614         parameters const.
8615         * symtab.h (default_make_symbol_completion_list_break_on)
8616         (default_make_symbol_completion_list, make_symbol_completion_list)
8617         (make_symbol_completion_type enum type_code)
8618         (make_symbol_completion_list_fn make_file_symbol_completion_list)
8619         (make_source_files_completion_list): Change prototype.
8620         * top.c (execute_command): Adjust to pass pointer to pointer to
8621         const char to lookup_cmd, and to deprecated_cmd_warning prototype
8622         change.
8623         (set_verbose): Make "cmdname" local const.
8624         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8625         and adjust.
8626         (validate_actionline): Make "line" parameter a pointer to const
8627         char, and adjust.
8628         (encode_actions_1): Make "action_exp" local const, and adjust.
8629         (encode_actions): Adjust.
8630         (replace_comma): Delete.
8631         (trace_dump_actions): Make "action_exp" and "next_comma" locals
8632         const, and adjust.  Don't frob the action string while splitting
8633         it at commas.  Instead, make a copy of each split substring in
8634         turn.
8635         (trace_dump_command): Adjust to validate_actionline prototype
8636         change.
8637         * tracepoint.h (decode_agent_options, decode_agent_options)
8638         (encode_actions, validate_actionline): Change prototypes.
8639         * valprint.h (output_command): Delete declaration.
8640         (output_command_const): Declare.
8641         * value.c (function_destroyer): Cast const away in xfree call.
8642
8643 2013-03-13  Pedro Alves  <palves@redhat.com>
8644
8645         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8646         rather than casting 'const char * const *' to 'const char **'.
8647         * ada-lex.l (processInt): Make "trailer" local const.  Remove
8648         'const char **' cast.
8649         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8650         locals, and use those as strtol output pointer, instead than doing
8651         invalid casts to from 'const char **' to 'char **'.
8652         (_initialize_demangle): Remove cast.
8653         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8654         locals, and use those as strtol output pointer, instead than doing
8655         invalid casts to from 'const char **' to 'char **'.
8656         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8657         casts.
8658         * stap-probe.c (stap_parse_register_operand)
8659         (stap_parse_single_operand): Likewise.
8660
8661 2013-03-13  Yao Qi  <yao@codesourcery.com>
8662
8663         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8664         the last matched 'V' blcok in trace frame.
8665
8666 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8667
8668         * NEWS: Create a new section for the next release branch.
8669         Rename the section of the current branch, now that it has
8670         been cut.
8671
8672 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8673
8674         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8675         * version.in: Bump version to 7.6.50.20130312-cvs.
8676
8677 2013-03-12  Keith Seitz  <keiths@redhat.com>
8678
8679         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8680         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8681         Remove temporary copy of input string.
8682         (mi_execute_command_wrapper): Make "cmd" const.
8683         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8684         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8685         Use const strings.
8686         (mi_parse): Make "cmd" const.
8687         Use const strings.
8688         * mi/mi-parse.h (mi_parse): Make "cmd" const.
8689
8690 2013-03-12  Keith Seitz  <keiths@redhat.com>
8691
8692         * ada-lang.c (ada_read_renaming_var_value): Pass const
8693         pointer to expression string to parse_exp_1.
8694         (create_excep_cond_exprs): Likewise.
8695         * ax-gdb.c (agent_eval_command_one): Likewise.
8696         (maint_agent_printf_command): Likewise.
8697         Constify much of the string handling/parsing.
8698         * breakpoint.c (set_breakpoint_condition): Pass const
8699         pointer to expression string to parse_exp_1.
8700         (update_watchpoint): Likewise.
8701         (parse_cmd_to_aexpr): Constify string handling.
8702         Pass const pointer to parse_exp_1.
8703         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8704         (find_condition_and_thread): Likewise.
8705         Make TOK const.
8706         (watch_command_1): Make "arg" const.
8707         Constify string handling.
8708         Copy the expression string instead of changing the input
8709         string.
8710         (update_breakpoint_location): Pass const pointer to
8711         parse_exp_1.
8712         * eval.c (parse_and_eval_address): Make "exp" const.
8713         (parse_to_comma_and_eval): Make "expp" const.
8714         (parse_and_eval): Make "exp" const.
8715         * expression.h (parse_expression): Make argument const.
8716         (parse_exp_1): Make first argument const.
8717         * findcmd.c (parse_find_args): Treat "args" as const.
8718         * linespec.c (parse_linespec): Pass const pointer to
8719         linespec_expression_to_pc.
8720         (linespec_expression_to_pc): Make "exp_ptr" const.
8721         * parse.c (parse_exp_1): Make "stringptr" const.
8722         Make a copy of the expression to pass to parse_exp_in_context until
8723         this whole interface can be constified.
8724         (parse_expression): Make "string" const.
8725         * printcmd.c (ui_printf): Treat "arg" as const.
8726         Handle const strings.
8727         * tracepoint.c (validate_actionline): Pass const pointer to
8728         all calls to parse_exp_1.
8729         (encode_actions_1): Likewise.
8730         * value.h (parse_to_comma_and_eval): Make argument const.
8731         (parse_and_eval_address): Likewise.
8732         (parse_and_eval): Likewise.
8733         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8734         (varobj_set_value): Likewise.
8735         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8736         constify string handling.
8737         Pass const pointers to parse_and_eval_address and
8738         parse_to_comman_and_eval.
8739         * cli/cli-utils.c (skip_to_space): Rename to ...
8740         (skip_to_space_const): ... this. Handle const strings.
8741         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8742         skip_to_space_const.
8743         (skip_to_space_const): Declare.
8744         * common/format.c (parse_format_string): Make "arg" const.
8745         Handle const strings.
8746         * common/format.h (parse_format_string): Make "arg" const.
8747         * gdbserver/ax.c (ax_printf): Make "format" const.
8748         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8749         of the expression string.
8750
8751 2013-03-12  Hui Zhu  <hui@codesourcery.com>
8752
8753         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8754
8755 2013-03-12  Yao Qi  <yao@codesourcery.com>
8756             Hui Zhu  <hui@codesourcery.com>
8757
8758         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8759         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8760         DW_OP_deref_size.
8761
8762 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
8763
8764         * ada-lex.l (rules): Only recognize 'thread' as a
8765         delimiter when followed by numerals, as for c-exp.y.
8766         Use new rewind_to_char function to rewind the input for
8767         expression-delimiting tokens.
8768         (rewind_to_char): New function.
8769
8770 2013-03-11  Pedro Alves  <palves@redhat.com>
8771             Jan Kratochvil  <jan.kratochvil@redhat.com>
8772
8773         * configure: Regenerate.
8774         * configure.ac (check dynamic export flag): Link python test with
8775         $PYTHON_LIBS.
8776
8777 2013-03-11  Doug Evans  <dje@google.com>
8778             Keith Seitz  <keiths@redhat.com>
8779
8780         * linespec.c (find_linespec_symbols): Call find_function_symbols
8781         first, and then call lookup_prefix_sym/find_method.
8782
8783 2013-03-11  Pedro Alves  <palves@redhat.com>
8784
8785         * charset.c (convert_between_encodings): Don't cast between
8786         different pointer to pointer types.  Instead, make the 'inp' local
8787         be of the type iconv expects.
8788         (wchar_iterate): Don't cast between different pointer to pointer
8789         types.  Instead, use new pointer local of the type iconv expects.
8790         * target.c (target_read_stralloc, target_fileio_read_stralloc):
8791         Add new local of type char pointer, and use it to get a
8792         char/string view of the byte buffer, instead of casting between
8793         pointer to pointer types.
8794
8795 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
8796
8797         * remote.c (remote_set_trace_buffer_size): Move != operator
8798         to the start of next line to fix an ARI warning.
8799
8800 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8801
8802         * NEWS: Add record changes.
8803
8804 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8805
8806         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8807         the instruction history disassembly.
8808         * disasm.c (dump_insns): Omit the pc prefix, if requested.
8809         * disasm.h (DISASSEMBLY_OMIT_PC): New.
8810
8811 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8812
8813         * Makefile.in (SFILES): Add record-btrace.c
8814         (COMMON_OBS): Add record-btrace.o
8815         * record-btrace.c: New.
8816         * objfiles.c: Include btrace.h.
8817         (free_objfile): call btrace_free_objfile.
8818
8819 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8820
8821         * target.c (target_call_history, target_call_history_from,
8822         target_call_history_range): New.
8823         * target.h (target_ops) <to_call_history, to_call_history_from,
8824         to_call_history_range>: New fields.
8825         (target_call_history, target_call_history_from,
8826         target_call_history_range): New declaration.
8827         * record.c (get_call_history_modifiers, cmd_record_call_history,
8828         record_call_history_size): New.
8829         (_initialize_record): Add the "record function-call-history" command.
8830         Add "set/show record function-call-history-size" commands.
8831         * record.h (record_print_flag): New.
8832
8833 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8834
8835         * target.h (target_ops) <to_insn_history, to_insn_history_from,
8836         to_insn_history_range>: New fields.
8837         (target_insn_history): New.
8838         (target_insn_history_from): New.
8839         (target_insn_history_range): New.
8840         * target.c (target_insn_history): New.
8841         (target_insn_history_from): New.
8842         (target_insn_history_range): New.
8843         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8844         (record_insn_history_size): New.
8845         (get_insn_number): New.
8846         (get_context_size): New.
8847         (no_chunk): New.
8848         (get_insn_history_modifiers): New.
8849         (cmd_record_insn_history): New.
8850         (_initialize_record): Add "set/show record instruction-history-size"
8851         command. Add "record instruction-history" command.
8852
8853 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8854
8855         * record.h (record_disconnect): New.
8856         (record_detach): New.
8857         (record_mourn_inferior): New.
8858         (record_kill): New.
8859         * record-full.c (record_disconnect, record_detach,
8860         record_mourn_inferior, record_kill): Move to...
8861         * record.c: ...here.
8862         (DEBUG): New.
8863         (record_stop): New.
8864         (record_unpush): New.
8865         (cmd_record_stop): Call record_stop. Replace unpush_target
8866         call with record_unpush call.
8867         (record_disconnect, record_detach): Assert that the target
8868         is of record stratum. Call record_unpush, record_stop, and
8869         DEBUG.
8870         (record_mourn_inferior, record_kill): Assert that the target
8871         is of record stratum. Call record_unpush and DEBUG.
8872
8873 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8874
8875         * record-full.h, record-full.c (record_memory_query): Rename
8876         to ...
8877         (record_full_memory_query): ...this. Update all users.
8878         (record_arch_list_add_reg): Rename to ...
8879         (record_full_arch_list_add_reg): ...this. Update all users.
8880         (record_arch_list_add_mem): Rename to ...
8881         (record_full_arch_list_add_mem): ...this. Update all users.
8882         (record_arch_list_add_end): Rename to ...
8883         (record_full_arch_list_add_end): ...this. Update all users.
8884         (record_gdb_operation_disable_set): Rename to ...
8885         (record_full_gdb_operation_disable_set): ...this.
8886         Update all users.
8887
8888 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8889
8890         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8891         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8892         (RECORD_IS_REPLAY): Renamed to ...
8893         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8894         (RECORD_FILE_MAGIC): Renamed to ...
8895         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8896         (record_mem_entry): Renamed to ...
8897         (record_full_mem_entry): ... this. Updated all users.
8898         (record_reg_entry): Renamed to ...
8899         (record_full_reg_entry): ... this. Updated all users.
8900         (record_end_entry): Renamed to ...
8901         (record_full_end_entry): ... this. Updated all users.
8902         (record_type) <record_end, record_reg, record_mem>: Renamed
8903         to ...
8904         (record_full_type) <record_full_end, record_full_reg,
8905         record_full_mem>: ... this. Updated all users.
8906         (record_entry): Renamed to ...
8907         (record_full_entry): ... this. Updated all users.
8908         (record_core_buf_entry): Renamed to ...
8909         (record_full_core_buf_entry): ... this. Updated all users.
8910         (record_core_regbuf): Renamed to ...
8911         (record_full_core_regbuf): ... this. Updated all users.
8912         (record_core_start): Renamed to ...
8913         (record_full_core_start): ... this. Updated all users.
8914         (record_core_end): Renamed to ...
8915         (record_full_core_end): ... this. Updated all users.
8916         (record_core_buf_list): Renamed to ...
8917         (record_full_core_buf_list): ... this. Updated all users.
8918         (record_first): Renamed to ...
8919         (record_full_first): ... this. Updated all users.
8920         (record_list): Renamed to ...
8921         (record_full_list): ... this. Updated all users.
8922         (record_arch_list_head): Renamed to ...
8923         (record_full_arch_list_head): ... this. Updated all users.
8924         (record_arch_list_tail): Renamed to ...
8925         (record_full_arch_list_tail): ... this. Updated all users.
8926         (record_stop_at_limit): Renamed to ...
8927         (record_full_stop_at_limit): ... this. Updated all users.
8928         (record_insn_max_num): Renamed to ...
8929         (record_full_insn_max_num): ... this. Updated all users.
8930         (record_insn_num): Renamed to ...
8931         (record_full_insn_num): ... this. Updated all users.
8932         (record_insn_count): Renamed to ...
8933         (record_full_insn_count): ... this. Updated all users.
8934         (record_ops): Renamed to ...
8935         (record_full_ops): ... this. Updated all users.
8936         (record_core_ops): Renamed to ...
8937         (record_full_core_ops): ... this. Updated all users.
8938         (set_record_cmdlist): Renamed to ...
8939         (set_record_full_cmdlist): ... this. Updated all users.
8940         (show_record_cmdlist): Renamed to ...
8941         (show_record_full_cmdlist): ... this. Updated all users.
8942         (record_cmdlist): Renamed to ...
8943         (record_full_cmdlist): ... this. Updated all users.
8944         (record_beneath_to_resume_ops): Renamed to ...
8945         (record_full_beneath_to_resume_ops): ... this. Updated all users.
8946         (record_beneath_to_resume): Renamed to ...
8947         (record_full_beneath_to_resume): ... this. Updated all users.
8948         (record_beneath_to_wait_ops): Renamed to ...
8949         (record_full_beneath_to_wait_ops): ... this. Updated all users.
8950         (record_beneath_to_wait): Renamed to ...
8951         (record_full_beneath_to_wait): ... this. Updated all users.
8952         (record_beneath_to_store_registers_ops): Renamed to ...
8953         (record_full_beneath_to_store_registers_ops): ... this.
8954         Updated all users.
8955         (record_beneath_to_store_registers): Renamed to ...
8956         (record_full_beneath_to_store_registers): ... this.
8957         Updated all users.
8958         (record_beneath_to_xfer_partial_ops): Renamed to ...
8959         (record_full_beneath_to_xfer_partial_ops): ... this.
8960         Updated all users.
8961         (record_beneath_to_xfer_partial): Renamed to ...
8962         (record_full_beneath_to_xfer_partial): ... this.
8963         Updated all users.
8964         (record_beneath_to_insert_breakpoint): Renamed to ...
8965         (record_full_beneath_to_insert_breakpoint): ... this.
8966         Updated all users.
8967         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8968         (record_full_beneath_to_stopped_by_watchpoint): ... this.
8969         Updated all users.
8970         (record_beneath_to_stopped_data_address): Renamed to ...
8971         (record_full_beneath_to_stopped_data_address): ... this.
8972         Updated all users.
8973         (record_beneath_to_async): Renamed to ...
8974         (record_full_beneath_to_async): ... this. Updated all users.
8975         (record_goto_insn): Renamed to ...
8976         (record_full_goto_insn): ... this. Updated all users.
8977         (record_save): Renamed to ...
8978         (record_full_save): ... this. Updated all users.
8979         (record_reg_alloc): Renamed to ...
8980         (record_full_reg_alloc): ... this. Updated all users.
8981         (record_reg_release): Renamed to ...
8982         (record_full_reg_release): ... this. Updated all users.
8983         (record_mem_alloc): Renamed to ...
8984         (record_full_mem_alloc): ... this. Updated all users.
8985         (record_mem_release): Renamed to ...
8986         (record_full_mem_release): ... this. Updated all users.
8987         (record_end_alloc): Renamed to ...
8988         (record_full_end_alloc): ... this. Updated all users.
8989         (record_end_release): Renamed to ...
8990         (record_full_end_release): ... this. Updated all users.
8991         (record_entry_release): Renamed to ...
8992         (record_full_entry_release): ... this. Updated all users.
8993         (record_list_release): Renamed to ...
8994         (record_full_list_release): ... this. Updated all users.
8995         (record_list_release_following): Renamed to ...
8996         (record_full_list_release_following): ... this.
8997         Updated all users.
8998         (record_list_release_first): Renamed to ...
8999         (record_full_list_release_first): ... this. Updated all users.
9000         (record_arch_list_add): Renamed to ...
9001         (record_full_arch_list_add): ... this. Updated all users.
9002         (record_get_loc): Renamed to ...
9003         (record_full_get_loc): ... this. Updated all users.
9004         (record_check_insn_num): Renamed to ...
9005         (record_full_check_insn_num): ... this. Updated all users.
9006         (record_arch_list_cleanups): Renamed to ...
9007         (record_full_arch_list_cleanups): ... this. Updated all users.
9008         (record_message): Renamed to ...
9009         (record_full_message): ... this. Updated all users.
9010         (record_message_wrapper): Renamed to ...
9011         (record_full_message_wrapper): ... this. Updated all users.
9012         (record_message_wrapper_safe): Renamed to ...
9013         (record_full_message_wrapper_safe): ... this. Updated all users.
9014         (record_gdb_operation_disable): Renamed to ...
9015         (record_full_gdb_operation_disable): ... this. Updated all users.
9016         (record_hw_watchpoint): Renamed to ...
9017         (record_full_hw_watchpoint): ... this. Updated all users.
9018         (record_exec_insn): Renamed to ...
9019         (record_full_exec_insn): ... this. Updated all users.
9020         (record_restore): Renamed to ...
9021         (record_full_restore): ... this. Updated all users.
9022         (record_async_inferior_event_token): Renamed to ...
9023         (record_full_async_inferior_event_token): ... this.
9024         Updated all users.
9025         (record_async_inferior_event_handler): Renamed to ...
9026         (record_full_async_inferior_event_handler): ... this.
9027         Updated all users.
9028         (record_core_open_1): Renamed to ...
9029         (record_full_core_open_1): ... this. Updated all users.
9030         (record_open_1): Renamed to ...
9031         (record_full_open_1): ... this. Updated all users.
9032         (record_open): Renamed to ...
9033         (record_full_open): ... this. Updated all users.
9034         (record_close): Renamed to ...
9035         (record_full_close): ... this. Updated all users.
9036         (record_resume_step): Renamed to ...
9037         (record_full_resume_step): ... this. Updated all users.
9038         (record_resumed): Renamed to ...
9039         (record_full_resumed): ... this. Updated all users.
9040         (record_execution_dir): Renamed to ...
9041         (record_full_execution_dir): ... this. Updated all users.
9042         (record_resume): Renamed to ...
9043         (record_full_resume): ... this. Updated all users.
9044         (record_get_sig): Renamed to ...
9045         (record_full_get_sig): ... this. Updated all users.
9046         (record_sig_handler): Renamed to ...
9047         (record_full_sig_handler): ... this. Updated all users.
9048         (record_wait_cleanups): Renamed to ...
9049         (record_full_wait_cleanups): ... this. Updated all users.
9050         (record_wait_1): Renamed to ...
9051         (record_full_wait_1): ... this. Updated all users.
9052         (record_wait): Renamed to ...
9053         (record_full_wait): ... this. Updated all users.
9054         (record_stopped_by_watchpoint): Renamed to ...
9055         (record_full_stopped_by_watchpoint): ... this. Updated all users.
9056         (record_disconnect): Renamed to ...
9057         (record_full_disconnect): ... this. Updated all users.
9058         (record_detach): Renamed to ...
9059         (record_full_detach): ... this. Updated all users.
9060         (record_mourn_inferior): Renamed to ...
9061         (record_full_mourn_inferior): ... this. Updated all users.
9062         (record_kill): Renamed to ...
9063         (record_full_kill): ... this. Updated all users.
9064         (record_stopped_data_address): Renamed to ...
9065         (record_full_stopped_data_address): ... this. Updated all users.
9066         (record_registers_change): Renamed to ...
9067         (record_full_registers_change): ... this. Updated all users.
9068         (record_store_registers): Renamed to ...
9069         (record_full_store_registers): ... this. Updated all users.
9070         (record_xfer_partial): Renamed to ...
9071         (record_full_xfer_partial): ... this. Updated all users.
9072         (record_breakpoint): Renamed to ...
9073         (record_full_breakpoint): ... this. Updated all users.
9074         (record_breakpoint_p): Renamed to ...
9075         (record_full_breakpoint_p): ... this. Updated all users.
9076         (record_breakpoints): Renamed to ...
9077         (record_full_breakpoints): ... this. Updated all users.
9078         (record_sync_record_breakpoints): Renamed to ...
9079         (record_full_sync_record_breakpoints): ... this.
9080         Updated all users.
9081         (record_init_record_breakpoints): Renamed to ...
9082         (record_full_init_record_breakpoints): ... this.
9083         Updated all users.
9084         (record_insert_breakpoint): Renamed to ...
9085         (record_full_insert_breakpoint): ... this. Updated all users.
9086         (record_remove_breakpoint): Renamed to ...
9087         (record_full_remove_breakpoint): ... this. Updated all users.
9088         (record_can_execute_reverse): Renamed to ...
9089         (record_full_can_execute_reverse): ... this. Updated all users.
9090         (record_get_bookmark): Renamed to ...
9091         (record_full_get_bookmark): ... this. Updated all users.
9092         (record_goto_bookmark): Renamed to ...
9093         (record_full_goto_bookmark): ... this. Updated all users.
9094         (record_async): Renamed to ...
9095         (record_full_async): ... this. Updated all users.
9096         (record_can_async_p): Renamed to ...
9097         (record_full_can_async_p): ... this. Updated all users.
9098         (record_is_async_p): Renamed to ...
9099         (record_full_is_async_p): ... this. Updated all users.
9100         (record_execution_direction): Renamed to ...
9101         (record_full_execution_direction): ... this. Updated all users.
9102         (record_info): Renamed to ...
9103         (record_full_info): ... this. Updated all users.
9104         (record_delete): Renamed to ...
9105         (record_full_delete): ... this. Updated all users.
9106         (record_is_replaying): Renamed to ...
9107         (record_full_is_replaying): ... this. Updated all users.
9108         (record_goto_entry): Renamed to ...
9109         (record_full_goto_entry): ... this. Updated all users.
9110         (record_goto_begin): Renamed to ...
9111         (record_full_goto_begin): ... this. Updated all users.
9112         (record_goto_end): Renamed to ...
9113         (record_full_goto_end): ... this. Updated all users.
9114         (record_goto): Renamed to ...
9115         (record_full_goto): ... this. Updated all users.
9116         (init_record_ops): Renamed to ...
9117         (init_record_full_ops): ... this. Updated all users.
9118         (record_core_resume): Renamed to ...
9119         (record_full_core_resume): ... this. Updated all users.
9120         (record_core_kill): Renamed to ...
9121         (record_full_core_kill): ... this. Updated all users.
9122         (record_core_fetch_registers): Renamed to ...
9123         (record_full_core_fetch_registers): ... this. Updated all users.
9124         (record_core_prepare_to_store): Renamed to ...
9125         (record_full_core_prepare_to_store): ... this. Updated all users.
9126         (record_core_store_registers): Renamed to ...
9127         (record_full_core_store_registers): ... this. Updated all users.
9128         (record_core_xfer_partial): Renamed to ...
9129         (record_full_core_xfer_partial): ... this. Updated all users.
9130         (record_core_insert_breakpoint): Renamed to ...
9131         (record_full_core_insert_breakpoint): ... this. Updated all users.
9132         (record_core_remove_breakpoint): Renamed to ...
9133         (record_full_core_remove_breakpoint): ... this. Updated all users.
9134         (record_core_has_execution): Renamed to ...
9135         (record_full_core_has_execution): ... this. Updated all users.
9136         (init_record_core_ops): Renamed to ...
9137         (init_record_full_core_ops): ... this. Updated all users.
9138         (cmd_record_restore): Renamed to ...
9139         (cmd_record_full_restore): ... this. Updated all users.
9140         (record_save_cleanups): Renamed to ...
9141         (record_full_save_cleanups): ... this. Updated all users.
9142         (cmd_record_start): Renamed to ...
9143         (cmd_record_full_start): ... this. Updated all users.
9144         (set_record_insn_max_num): Renamed to ...
9145         (set_record_full_insn_max_num): ... this. Updated all users.
9146         (set_record_command): Renamed to ...
9147         (set_record_full_command): ... this. Updated all users.
9148         (show_record_command): Renamed to ...
9149         (show_record_full_command): ... this. Updated all users.
9150         (_initialize_record): Renamed to ...
9151         (_initialize_record_full): ... this. Updated all users.
9152
9153 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9154
9155         * record.h: Split into this and ...
9156         * record-full.h: ... this.
9157         * record.c: Split into this and ...
9158         * record-full.c: ... this.
9159         * target.h (target_ops): Add new fields to_info_record,
9160         to_save_record, to_delete_record, to_record_is_replaying,
9161         to_goto_record_begin, to_goto_record_end, to_goto_record.
9162         (target_info_record): New.
9163         (target_save_record): New.
9164         (target_supports_delete_record): New.
9165         (target_delete_record): New.
9166         (target_record_is_replaying): New.
9167         (target_goto_record_begin): New.
9168         (target_goto_record_end): New.
9169         (target_goto_record): New.
9170         * target.c (target_info_record): New.
9171         (target_save_record): New.
9172         (target_supports_delete_record): New.
9173         (target_delete_record): New.
9174         (target_record_is_replaying): New.
9175         (target_goto_record_begin): New.
9176         (target_goto_record_end): New.
9177         (target_goto_record): New.
9178         * record.h: Declare struct cmd_list_element.
9179         (record_cmdlist): New declaration.
9180         (set_record_cmdlist): New declaration.
9181         (show_record_cmdlist): New declaration.
9182         (info_record_cmdlist): New declaration.
9183         (cmd_record_goto): New declaration.
9184         * record.c: Remove unnecessary includes.
9185         Include inferior.h.
9186         (cmd_record_goto): Remove declaration.
9187         (record_cmdlist): Now extern. Initialize.
9188         (set_record_cmdlist): Now extern. Initialize.
9189         (show_record_cmdlist): Now extern. Initialize.
9190         (info_record_cmdlist): Now extern. Initialize.
9191         (find_record_target): New.
9192         (require_record_target): New.
9193         (cmd_record_start): Update.
9194         (cmd_record_delete): Remove target-specific code.
9195         Call target_delete_record.
9196         (cmd_record_stop): Unpush any record target.
9197         (set_record_insn_max_num): Move to record-full.c
9198         (set_record_command): Add comment.
9199         (show_record_command): Add comment.
9200         (info_record_command): Update comment.
9201         Remove target-specific code.
9202         Call the record target's to_info_record.
9203         (cmd_record_start): New.
9204         (cmd_record_goto): Now extern.
9205         Remove target-specific code.
9206         Call target_goto_begin,  target_goto_end, or target_goto.
9207         (_initialize_record): Move record target ops initialization to
9208         record-full.c.
9209         Change "record" command help text.
9210         Move "record restore", "record set", and "record show" commands to
9211         record-full.c.
9212         * Makefile.in (SFILES): Add record-full.c.
9213         (HFILES_NO_SRCDIR): Add record-full.h.
9214         (COMMON_OBS): Add record-full.o.
9215         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9216         * arm-tdep.c: Include record-full.h.
9217         * i386-linux-tdep.c: Include record-full.h instead of record.h.
9218         * i386-tdep.c: Include record-full.h.
9219         * infrun.c: Include record-full.h.
9220         * linux-record.c: Include record-full.h.
9221         * moxie-tdep.c: Include record-full.h.
9222         * record-full.c: Include record-full.h.
9223         Change module comment.
9224         (set_record_full_cmdlist): New.
9225         (show_record_full_cmdlist): New.
9226         (record_full_cmdlist): New.
9227         (record_goto_insn): New declaration.
9228         (record_save): New declaration.
9229         (record_check_insn_num): Change query string.
9230         (record_info): New.
9231         (record_delete): New.
9232         (record_is_replaying): New.
9233         (record_goto_entry): New.
9234         (record_goto_begin): New.
9235         (record_goto_end): New.
9236         (record_goto): New.
9237         (init_record_ops): Update.
9238         (init_record_core_ops): Update.
9239         (cmd_record_save): Rename to record_save. Remove target and arg checks.
9240         (cmd_record_start): New.
9241         (set_record_insn_max_num): Moved from record.c
9242         (set_record_full_command): New.
9243         (show_record_full_command): New.
9244         (_initialize_record_full): New.
9245
9246 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9247
9248         * target.h (add_deprecated_target_alias): New.
9249         * target.c (add_deprecated_target_alias): New.
9250
9251 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9252
9253         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9254         and signal.h.
9255         (linux_supports_btrace): Add kernel and
9256         cpuid check.
9257         (kernel_supports_btrace): New function.
9258         (cpu_supports_btrace): New function.
9259         (intel_supports_btrace): New function.
9260
9261 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9262
9263         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9264         * remote.c: Include btrace.h.
9265         (struct btrace_target_info): New struct.
9266         (remote_supports_btrace): New function.
9267         (send_Qbtrace): New function.
9268         (remote_enable_btrace): New function.
9269         (remote_disable_btrace): New function.
9270         (remote_teardown_btrace): New function.
9271         (remote_read_btrace): New function.
9272         (init_remote_ops): Add btrace ops.
9273         (enum <unnamed>): Add btrace packets.
9274         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9275         (_initialize_remote): Add packet configuration for branch tracing.
9276
9277 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9278
9279         * features/btrace.dtd: New file.
9280         * Makefile.in (XMLFILES): Add btrace.dtd.
9281         * btrace.h (parse_xml_btrace): New declaration.
9282         * btrace.c: Include xml-support.h.
9283         (parse_xml_btrace): New function.
9284         (parse_xml_btrace_block): New function.
9285         (block_attributes): New struct.
9286         (btrace_attributes): New struct.
9287         (btrace_children): New struct.
9288         (btrace_elements): New struct.
9289
9290 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9291
9292         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9293         (amd64_linux_enable_btrace): New.
9294         (amd64_linux_disable_btrace): New.
9295         (amd64_linux_teardown_btrace): New.
9296         (_initialize_amd64_linux_nat): Initialize btrace ops.
9297         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9298         (i386_linux_enable_btrace): New.
9299         (i386_linux_disable_btrace): New.
9300         (i386_linux_teardown_btrace): New.
9301         (_initialize_i386_linux_nat): Initialize btrace ops.
9302         * config/i386/linux.mh: Add linux-btrace.o.
9303         * config/i386/linux64.mh: Add linux-btrace.o.
9304
9305 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9306
9307         * common/linux_btrace.h: New file.
9308         * common/linux_btrace.c: New file.
9309         * Makefile.in (SFILES): Add btrace.c.
9310         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9311         (COMMON_OBS): Add btrace.o.
9312         (linux-btrace.o): New rule.
9313
9314 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9315
9316         * target.h: Include btrace.h.
9317         (struct target_ops) <to_supports_btrace, to_enable_btrace,
9318         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9319         * target.c (target_supports_btrace): New function.
9320         (target_enable_btrace): New function.
9321         (target_disable_btrace): New function.
9322         (target_teardown_btrace): New function.
9323         (target_read_btrace): New function.
9324         * btrace.h: New file.
9325         * btrace.c: New file.
9326         * Makefile.in: Add btrace.c.
9327         * gdbthread.h: Include btrace.h.
9328         (struct thread_info): Add btrace field.
9329         * thread.c: Include btrace.h.
9330         (clear_thread_inferior_resources): Call target_teardown_btrace.
9331         * common/btrace-common.h: New file.
9332
9333 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9334
9335         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9336         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9337         kill_status to outer block.
9338
9339 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9340
9341         Fix entry-values if the callee called a noreturn function.
9342         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9343         get_frame_address_in_block.  Add new comment.
9344
9345 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9346
9347         Fix entry-values in C++ across CUs.
9348         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9349         lookup_minimal_symbol.  Add a comment.
9350         * dwarf2read.c
9351         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9352         DW_AT_linkage_name.
9353
9354 2013-03-08  Yao Qi  <yao@codesourcery.com>
9355
9356         * tracepoint.c (_initialize_tracepoint): Indent the code.
9357
9358 2013-03-08  Pedro Alves  <palves@redhat.com>
9359
9360         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
9361         (parse_find_args, find_command): Change type of pattern buffer
9362         locals to 'gdb_byte *'.
9363
9364 2013-03-08  Stan Shebs  <stan@codesourcery.com>
9365             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9366
9367         * NEWS: Mention set and show trace-buffer-size commands.
9368         Mention new packet.
9369         * target.h (struct target_ops): New method
9370         to_set_trace_buffer_size.
9371         (target_set_trace_buffer_size): New macro.
9372         * target.c (update_current_target): Set up new method.
9373         * tracepoint.c (trace_buffer_size): New global.
9374         (start_tracing): Send it to the target.
9375         (set_trace_buffer_size): New function.
9376         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9377         * remote.c (remote_set_trace_buffer_size): New function.
9378         (_initialize_remote): Use it.
9379         (QTBuffer:size) New remote command.
9380         (PACKET_QTBuffer_size): New enum.
9381         (remote_protocol_features): Add an entry for
9382         PACKET_QTBuffer_size.
9383
9384 2013-03-08  Tom Tromey  <tromey@redhat.com>
9385
9386         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9387         variable.
9388
9389 2013-03-07  Pedro Alves  <palves@redhat.com>
9390
9391         * target.c (target_read_stralloc, target_fileio_read_alloc):
9392         *Cast pointer to 'gdb_byte *' in target call.
9393
9394 2013-03-07  Pedro Alves  <palves@redhat.com>
9395
9396         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9397         call.
9398
9399 2013-03-07  Keith Seitz  <keiths@redhat.com>
9400
9401         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9402         (trace_pass_command): Likewise.
9403         * cli/cli-cmds.c: Include cli/cli-utils.h.
9404         (source_command): Use skip-spaces.
9405         (disassemble_command): Likewise.
9406         * findcmd.c: Include cli/cli-utils.h.
9407         (parse_find_args): Use skip_spaces.
9408         * go32-nat.c: Include cli/cli-utils.h.
9409         (go32_sldt): Use skip_spaces.
9410         (go32_sgdt): Likewise.
9411         (go32_sidt): Likewise.
9412         (go32_pde): Likewise.
9413         (go32_pte): Likewise.
9414         (go32_pte_for_address): Likewise.
9415         * infcmd.c: Include cli/cli-utils.h.
9416         (registers_info): Use skip_spaces.
9417         * linux-tdep.c (read_mapping): Use skip_spaces_const.
9418         (linux_info_proc): Likewise.
9419         * linux-thread-db.c: Include cli/cli-utils.h.
9420         (info_auto_load_libthread_db): Use skip_spaces_const.
9421         * m32r-rom.c: Include cli/cli-utils.h.
9422         (m32r_upload_command): Use skip_spaces.
9423         * maint.c: Include cli/cli-utils.h.
9424         (maintenance_translate_address): Use skip_spaces.
9425         * mi/mi-parse.c: Include cli/cli-utils.h.
9426         (mi_parse_argv): Use skip_spaces.
9427         (mi_parse): Likewise.
9428         * minsyms.c: Include cli/cli-utils.h.
9429         (msymbol_hash_iw): Use skip_spaces_const.
9430         * objc-lang.c: Include cli/cli-utils.h.
9431         (parse_selector): Use skip_spaces.
9432         (parse_method): Likewise.
9433         * python/python.c: Include cli/cli-utils.h.
9434         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9435         (python_command)[HAVE_PYTHON]: Likewise.
9436         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9437         * remote-m32r-sdi.c: Include cli/cli-utils.h.
9438         (m32r_load): Use skip_spaces.
9439         * serial.c: Include cli/cli-utils.h.
9440         (serial_open): Use skip_spaces_const.
9441         * stack.c: Include cli/cli-utils.h.
9442         (parse_frame_specification_1): Use skip_spaces_const.
9443         * symfile.c: Include cli/cli-utils.h.
9444         (set_ext_lang_command): Use skip_spaces.
9445         * symtab.c: Include cli/cli-utils.h.
9446         (rbreak_command): Use skip_spaces.
9447         * thread.c (thread_name_command): Use skip_spaces.
9448         * tracepoint.c (validate_actionline): Use skip_spaces.
9449         (encode_actions_1): Likewise.
9450         (trace_find_range_command): Likewise.
9451         (trace_find_outside_command): Likewise.
9452         (trace_dump_actions): Likewise.
9453
9454 2013-03-07  Pedro Alves  <palves@redhat.com>
9455
9456         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9457         * expprint.c (print_subexp_standard): Likewise.
9458         * utils.c (host_char_to_target): Likewise.
9459         * valprint.c (generic_emit_char, generic_printstr): Likewise.
9460         * varobj.c (value_get_print_value): Change type of local to char*.
9461         Cast it gdb_byte * in call to language printer.
9462
9463 2013-03-07  Pedro Alves  <palves@redhat.com>
9464
9465         * charset.c (struct wchar_iterator) <input>: Change type to 'const
9466         gdb_byte *'.
9467         (make_wchar_iterator): Remove cast to char*.
9468         (wchar_iterate): Change type of local.
9469
9470 2013-03-07  Pedro Alves  <palves@redhat.com>
9471
9472         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9473         for 'regcache->register_status'.
9474
9475 2013-03-07  Pedro Alves  <palves@redhat.com>
9476
9477         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9478         int.
9479
9480 2013-03-07  Pedro Alves  <palves@redhat.com>
9481
9482         * stap-probe.c (handle_stap_probe): Add cast to char*.
9483
9484 2013-03-07  Pedro Alves  <palves@redhat.com>
9485
9486         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9487         RECORD_MSGRCV>: Pass a signed variable to
9488         regcache_raw_read_signed, instead of an unsigned one.
9489
9490 2013-03-07  Pedro Alves  <palves@redhat.com>
9491
9492         * remote-notif.c (notif_debug): Change type to int.
9493         * remote-notif.h (notif_debug): Likewise.
9494
9495 2013-03-07  Pedro Alves  <palves@redhat.com>
9496
9497         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9498
9499 2013-03-07  Pedro Alves  <palves@redhat.com>
9500
9501         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9502         * remote.h (hex2bin, bin2hex): ... here.
9503         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9504
9505 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
9506
9507         * utils.c (initialize_utils): Improve doc strings of "set/show
9508         width", "set/show height", and "set/show pagination".
9509
9510 2013-03-06  Keith Seitz  <keiths@redhat.com>
9511
9512         * ax-gdb.c (gen_printf): Make FORMAT const.
9513         * ax-gdb.h (gen_printf): Likewise.
9514         * ax-general.c (ax_string): Make STR const.
9515         * ax.h (ax_string): Likewise.
9516
9517 2013-03-06  Doug Evans  <dje@google.com>
9518
9519         * elfread.c (elf_symfile_read): Move debugging printf to more
9520         logical location.
9521
9522 2013-03-06  Pedro Alves  <palves@redhat.com>
9523
9524         * python/py-utils.c (target_string_to_unicode): Delete function.
9525         * python/python-internal.h (target_string_to_unicode): Delete
9526         declaration.
9527
9528 2013-03-06  Pierre Muller  <muller@sourceware.org>
9529
9530         * linespec.c (get_current_search_block): ARI fix, use (void)
9531         for empty parameter list.
9532
9533 2013-03-05  Doug Evans  <dje@google.com>
9534
9535         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9536         of old ada_lookup_symbol_list.  In !full_search case, don't
9537         search superblocks.
9538         (ada_lookup_symbol_list): Delete arg full_search, all callers
9539         updated.  Call ada_lookup_symbol_list_worker.
9540         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9541         * ada-lang.h (ada_lookup_symbol_list): Update.
9542         * language.h (language_defn): Update comment for
9543         la_iterate_over_symbols.
9544         * linespec.c (iterate_over_file_blocks): New function.
9545         (iterate_over_all_matching_symtabs): Call it.
9546         (lookup_prefix_sym): Ditto.
9547         (get_current_search_block): New function.
9548         (get_search_block): Delete.
9549         (find_label_symbols): Call get_current_search_block.
9550         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9551         * symtab.c (iterate_over_symbols): Don't search superblocks.
9552
9553 2013-03-05  Yao Qi  <yao@codesourcery.com>
9554
9555         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9556         parameter VAR's type from "unsigned int" to "int".
9557         * command.h (var_zuinteger_unlimited): Update its comments.
9558         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9559
9560 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9561
9562         * NEWS: Mention new target x86_64-*-cygwin*.
9563
9564 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9565
9566         * configure.host: Add x86_64-*-cygwin* as host.
9567         * configure.tgt: Add x86_64-*-cygwin* as target.
9568         * config/i386/cygwin64.mh: New file.
9569
9570 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9571
9572         * linespec.c (decode_line_2): Fix duplicate request off by two message.
9573
9574 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9575
9576         * linespec.c (struct linespec_canonical_name): New.
9577         (struct linespec_state): Change canonical_names type to it.
9578         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
9579         xrealloc element size.  Initialize the different CANONICAL fields.
9580         (canonical_to_fullform): New.
9581         (filter_results): Use it.  Add variables canonical, fullform and
9582         cleanup.
9583         (struct decode_line_2_item, decode_line_2_compare_items): New.
9584         (decode_line_2): Remove variables iter and item_names, add variables
9585         items and items_count.  Modify the code for these new variables.
9586
9587 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
9588
9589         * coff-pe-read.c (read_pe_exported_syms): Don't return without
9590         calling do_cleanup.
9591
9592 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
9593
9594         * tracepoint.c (build_traceframe_info): Add code for byte order.
9595
9596 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
9597
9598         * v850-tdep.c: (v850e2_register_name): Revise system register
9599         names to match current V850E2M architecture specifications.
9600         Update register number enum comments too.
9601
9602 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9603             Pedro Alves  <palves@redhat.com>
9604
9605         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9606         to END_ADDR.
9607         (tilegx_skip_prologue): Limit prologue analysis to section end.
9608
9609 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9610
9611         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9612         use it.
9613
9614 2013-03-01  Pedro Alves  <palves@redhat.com>
9615
9616         Use gdb_byte for bytes from the program being debugged.
9617
9618         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9619         Change type of local 'buf' to gdb_byte.
9620         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9621         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9622         * cris-tdep.c (cris_sigcontext_addr)
9623         (cris_sigtramp_frame_unwind_cache): Likewise.
9624         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9625         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9626         Likewise.
9627         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9628         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9629         (hppa32_hpux_search_dummy_call_sequence)
9630         (hppa_hpux_supply_save_state): Likewise.
9631         * hppa-linux-tdep.c (insns_match_pattern)
9632         (hppa_linux_find_global_pointer): Likewise.
9633         * hppa-tdep.c (hppa_in_function_epilogue_p)
9634         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9635         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9636         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9637         (i386fbsd_collect_uthread): Likewise.
9638         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9639         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9640         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9641         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9642         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9643         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9644         (ia64_libunwind_frame_prev_register)
9645         (ia64_libunwind_sigtramp_frame_this_id)
9646         (ia64_find_global_pointer_from_dynamic_section)
9647         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9648         (ia64_unwind_pc): Likewise.
9649         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9650         * m68hc11-tdep.c (m68hc11_push_dummy_call)
9651         (m68hc11_extract_return_value): Likewise.
9652         * m68klinux-nat.c (fetch_register, store_register): Likewise.
9653         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9654         (mep_get_insn, mep_push_dummy_call): Likewise.
9655         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9656         (mips_linux_in_dynsym_stub): Likewise.
9657         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9658         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9659         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9660         to gdb_byte.
9661         * remote-mips.c (mips_set_register): Likewise.
9662         * remote-sim.c (gdbsim_fetch_register): Likewise.
9663         * score-tdep.c (score7_fetch_inst): Change type of parameter
9664         'memblock' and local 'buf' to gdb_byte.
9665         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9666         Change type of local 'buf' to gdb_byte.  Adjust.
9667         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9668         to gdb_byte**.
9669         (score7_analyze_prologue): Change type of 'memblock' and
9670         'memblock_ptr' locals to gdb_byte*.
9671         * sh64-tdep.c (sh64_extract_return_value)
9672         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9673         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9674         * solib-pa64.c (pa64_solib_create_inferior_hook)
9675         (pa64_open_symbol_file_object): Remove local 'buf'.
9676         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9677         (som_open_symbol_file_object): Likewise.
9678         * solib-spu.c (spu_current_sos): Likewise.
9679         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9680         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9681         (spu_store_registers): Likewise.
9682         * target.c (debug_print_register): Likewise.
9683         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9684         * xstormy16-tdep.c (xstormy16_store_return_value)
9685         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9686         (xstormy16_find_jmp_table_entry): Likewise.
9687
9688 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9689
9690         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9691         (tilegx_gdbarch_init): Install it.
9692
9693 2013-02-28  Tom Tromey  <tromey@redhat.com>
9694
9695         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9696         PyLong_Check.
9697
9698 2013-02-28  Doug Evans  <dje@google.com>
9699
9700         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9701         * python/python.c (gdbpy_find_pc_line): Ditto.
9702
9703 2013-02-28  Tom Tromey  <tromey@redhat.com>
9704
9705         * contrib/excheck.py: New file.
9706         * contrib/exsummary.py: New file.
9707         * contrib/gcc-with-excheck: New file.
9708
9709 2013-02-28  Tom Tromey  <tromey@redhat.com>
9710
9711         * python/python.c (gdbpy_print_stack): Call begin_line and
9712         fprintf_filtered inside TRY_CATCH.
9713
9714 2013-02-28  Tom Tromey  <tromey@redhat.com>
9715
9716         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9717         inside TRY_CATCH.
9718
9719 2013-02-28  Tom Tromey  <tromey@redhat.com>
9720
9721         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9722         frame_object_to_frame_info inside TRY_CATCH.
9723
9724 2013-02-28  Tom Tromey  <tromey@redhat.com>
9725
9726         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9727         TRY_CATCH.
9728
9729 2013-02-28  Tom Tromey  <tromey@redhat.com>
9730
9731         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9732
9733 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
9734
9735         * windows-nat.c: Throughout, fix format strings and casts of
9736         printf-like functions to avoid type related warnings on all
9737         platforms.
9738         (handle_output_debug_string): Fetch context information address
9739         from debug string using string_to_core_addr.
9740
9741 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9742
9743         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9744         * regformats/reg-tilegx32.dat: New.
9745
9746 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9747
9748         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9749
9750 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9751
9752         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9753
9754 2013-02-27  Yao Qi  <yao@codesourcery.com>
9755             Pedro Alves  <palves@redhat.com>
9756
9757         * tracepoint.c (tfile_trace_find): For tfind
9758         pc/tp/range/outside, look for the next trace frame instead of
9759         always starting from frame 0.
9760
9761 2013-02-26  Anthony Green  <green@moxielogic.com>
9762
9763         * configure.tgt: Add support for moxie-*-rtems* target.
9764
9765 2013-02-25  Pedro Alves  <palves@redhat.com>
9766
9767         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9768         warning text.
9769
9770 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9771
9772         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9773         if $fp is used as the virtual frame pointer.
9774
9775 2013-02-23  Alan Modra  <amodra@gmail.com>
9776
9777         * elfread.c (elf_symtab_read): Do not use udata.p here to find
9778         symbol size.
9779         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9780         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9781         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9782         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9783
9784 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9785
9786         Code cleanup.
9787         * elfread.c (build_id_bfd_get): Make the return type const.
9788         (build_id_verify): Make the check parameter const.
9789         (build_id_to_debug_filename): Make the build_id parameter and variable
9790         data const.
9791         (find_separate_debug_file_by_buildid): Make the variable build_id const.
9792
9793 2013-02-21  Alan Modra  <amodra@gmail.com>
9794
9795         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9796
9797 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
9798
9799         Add a new method 'disassemble' to gdb.Architecture class.
9800         * python/py-arch.c (archpy_disassmble): Implementation of the
9801         new method gdb.Architecture.disassemble.
9802         (arch_object_methods): Add entry for the new method.
9803
9804 2013-02-20  Jiong Wang  <jiwang@tilera.com>
9805
9806         * MAINTAINERS (Write After Approval): Add myself to the list.
9807
9808 2013-02-19  Pedro Alves  <palves@redhat.com>
9809
9810         Garbage collect 'struct monitor_ops'::load_routine.
9811
9812         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9813         * monitor.c (monitor_load): No longer call
9814         current_monitor->load_routine.
9815         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9816         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9817         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9818
9819 2013-02-19  Pedro Alves  <palves@redhat.com>
9820
9821         PR gdb/15161
9822
9823         Harmonize with generic_load.
9824
9825         * monitor.c: Include "readline/readline.h".
9826         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
9827         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
9828         long/strtol for the 'load_offset' local.  Error out if no argument
9829         is given or if too many arguments are given.  Tilde expand the
9830         passed in file name.
9831
9832 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9833
9834         PR gdb/15161
9835         * symfile.c (load_section_data): Change type of load_offset
9836         to CORE_ADDR.
9837         (generic_load): User strtoulst instead of strtoul for conversion
9838         of load_offset.
9839
9840 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9841
9842         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9843          for return address, "lr" register, saved on stack.
9844         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9845         after we invoke tilegx_analyze_prologue.
9846
9847 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9848
9849         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9850
9851 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9852
9853         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9854
9855 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9856
9857         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9858         (tilegx_write_pc): New function.
9859         (tilegx_cannot_reference_register): Return zero if REGNO
9860         is TILEGX_FAULTNUM_REGNUM.
9861         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9862         (tilegx_register_name): Add handling of "faultnum" register.
9863         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9864         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9865         handling of TILEGX_FAULTNUM_REGNUM.
9866         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9867
9868 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9869
9870         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9871         should be aligned to 64bit.
9872
9873 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9874
9875         * windows-nat.c (windows_xfer_memory): Fix debug-output
9876         for LLP64.
9877
9878 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
9879
9880         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9881         Don't check DSP register number if HAVE_DSP is not set.
9882
9883 2013-02-19  Alan Modra  <amodra@gmail.com>
9884
9885         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
9886         throughout file instead.
9887         (build_id_bfd_get): Update to use new elf_tdata build_id field.
9888         Don't xmalloc return value.
9889         (build_id_verify): Similarly.  Don't xfree.
9890         (build_id_to_debug_filename): Update.
9891         (find_separate_debug_file_by_buildid): Update, don't xfree.
9892
9893 2013-02-18  Tom Tromey  <tromey@redhat.com>
9894
9895         PR gdb/15102:
9896         * dwarf2read.c (read_subrange_type): Use result of
9897         'check_typedef'.
9898
9899 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9900
9901         * frame.c: Remove one extra white space after #include
9902         directive.
9903
9904 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9905
9906         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9907
9908 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9909
9910         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9911         and dir commands into an if block.
9912
9913 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
9914
9915         * python/py-breakpoint (struct pybp_code):  Use int instead of
9916         enum type_code.
9917
9918 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
9919             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9920
9921         * NEWS: Mention new field "trace-file".
9922         * tracepoint.c (trace_status_mi): Output "trace-file" field.
9923         (tfile_open): Record the trace file's filename in the trace
9924         status.
9925         (tfile_files_info): Mention the name of the trace file.
9926         Check the "filename" field explicitely.
9927         (trace_status_command): Explicitely check "filename" field.
9928         (trace_find_command): Ditto.
9929         (trace_find_pc_command): Ditto.
9930         (trace_find_tracepoint_command): Ditto.
9931         (trace_find_line_command): Ditto.
9932         (trace_find_range_command): Ditto.
9933         (trace_find_outside_command): Ditto.
9934         * tracepoint.h (struct trace_status) <from_file>: Rename it
9935         to "filename" and make it hold the trace file's filename
9936         instead of a boolean.
9937         * remote.c (remote_get_trace_status): Initialize "filename"
9938         field with NULL instead of 0.
9939
9940 2013-02-15  Yao Qi  <yao@codesourcery.com>
9941
9942         * remote.c: Fix a typo.
9943
9944 2013-02-14  Pierre Muller  <muller@sourceware.org>
9945
9946         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9947
9948 2013-02-14  Pedro Alves  <palves@redhat.com>
9949
9950         * utils.c (savestring): Don't #undef it.  Move function to
9951         common/common-utils.c.
9952         * common/common-utils.c: Include gdb_string.h.
9953         (savestring): Move here from utils.c.
9954         * common/common-utils.h (savestring): Declare.
9955
9956 2013-02-14  Pedro Alves  <palves@redhat.com>
9957
9958         * utils.c (savestring): Rename parameter 'size' to 'len'.
9959
9960 2013-02-14  Pedro Alves  <palves@redhat.com>
9961             Yufeng Zhang  <yufeng.zhang@arm.com>
9962
9963         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9964         (aarch64_inferior_data, struct aarch64_inferior_data):
9965         Delete.
9966         (struct aarch64_process_info): New.
9967         (aarch64_process_list): New global.
9968         (aarch64_find_process_pid, aarch64_add_process)
9969         (aarch64_process_info_get): New functions.
9970         (aarch64_inferior_data_get): Delete.
9971         (aarch64_process_info_get): New function.
9972         (aarch64_forget_process): New function.
9973         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
9974         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9975         aarch64_get_debug_reg_state.
9976         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9977         instead of linux_nat_iterate_watchpoint_lwps.
9978         (aarch64_linux_new_fork): New function.
9979         (aarch64_linux_child_post_startup_inferior): Use
9980         aarch64_forget_process instead of aarch64_init_debug_reg_state.
9981         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9982         (aarch64_linux_remove_hw_breakpoint)
9983         (aarch64_handle_aligned_watchpoint)
9984         (aarch64_handle_unaligned_watchpoint)
9985         (aarch64_linux_insert_watchpoint)
9986         (aarch64_linux_remove_watchpoint)
9987         (aarch64_linux_stopped_data_address): Adjust to pass the current
9988         process id to aarch64_debug_reg_state.
9989         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9990         linux_nat_new_fork hook, and aarch64_forget_process as
9991         linux_nat_forget_process hook; remove the call to
9992         register_inferior_data_with_cleanup.
9993
9994 2013-02-14  Pedro Alves  <palves@redhat.com>
9995
9996         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9997         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9998         lval_memory.
9999
10000 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
10001             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10002
10003         * tracepoint.h (validate_trace_state_variable_name): Declare.
10004         * tracepoint.c (validate_trace_state_variable_name): New.
10005         (trace_variable_command): Parse the trace state variable's name
10006         without using parse_expression.  Do several validations.
10007         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
10008         trace state variable's name with parse_expression.  Validate it.
10009
10010 2013-02-14  Yao Qi  <yao@codesourcery.com>
10011
10012         * infcmd.c (breakpoint_proceeded): Remove it.
10013
10014 2013-02-14  Yao Qi  <yao@codesourcery.com>
10015
10016         * tracepoint.c (end_actions_pseudocommand): Make it static.
10017         (while_stepping_pseudocommand): Likewise.
10018         * tracepoint.h (end_actions_pseudocommand): Remove the
10019         declaration.
10020         (while_stepping_pseudocommand): Likewise.
10021
10022 2013-02-14  Yao Qi  <yao@codesourcery.com>
10023
10024         * cli/cli-decode.c (help_cmd): Remove the declaration of
10025         "cmdlist".
10026         (help_all): Likewise.
10027
10028 2013-02-13  Pedro Alves  <palves@redhat.com>
10029
10030         * amd64-linux-nat.c (update_debug_registers_callback):
10031         Update comment.
10032         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10033         iterate_over_lwps.
10034         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
10035         i386_debug_reg_state.
10036         (amd64_linux_new_fork): New function.
10037         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
10038         linux_nat_new_fork hook, and i386_forget_process as
10039         linux_nat_forget_process hook.
10040         * i386-linux-nat.c (update_debug_registers_callback):
10041         Update comment.
10042         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10043         iterate_over_lwps.
10044         (i386_linux_prepare_to_resume): Pass the lwp's pid to
10045         i386_debug_reg_state.
10046         (i386_linux_new_fork): New function.
10047         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
10048         linux_nat_new_fork hook, and i386_forget_process as
10049         linux_nat_forget_process hook.
10050         * i386-nat.c (i386_init_dregs): Delete.
10051         (i386_inferior_data, struct i386_inferior_data):
10052         Delete.
10053         (struct i386_process_info): New.
10054         (i386_process_list): New global.
10055         (i386_find_process_pid, i386_add_process, i386_process_info_get):
10056         New functions.
10057         (i386_inferior_data_get): Delete.
10058         (i386_process_info_get): New function.
10059         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
10060         (i386_forget_process): New function.
10061         (i386_cleanup_dregs): Rewrite.
10062         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
10063         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
10064         (i386_stopped_data_address, i386_insert_hw_breakpoint)
10065         (i386_remove_hw_breakpoint): Adjust to pass the current process id
10066         to i386_debug_reg_state.
10067         (i386_use_watchpoints): Don't register inferior data.
10068         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
10069         adjust comment.
10070         (i386_forget_process): Declare.
10071         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
10072         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
10073         New static globals.
10074         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
10075         (add_initial_lwp): New, factored out from ...
10076         (add_lwp): ... this.  Don't check the number of lwps before
10077         calling linux_nat_new_thread.
10078         (linux_nat_iterate_watchpoint_lwps): Delete.
10079         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
10080         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
10081         forks and vforks.
10082         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
10083         initial lwp.
10084         (linux_nat_kill, linux_nat_mourn_inferior): Call
10085         linux_nat_forget_process.
10086         (linux_nat_set_new_fork, linux_nat_set_forget_process)
10087         (linux_nat_forget_process): New functions.
10088         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
10089         type.
10090         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
10091         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
10092         types.
10093         (linux_nat_set_new_fork, linux_nat_set_forget_process)
10094         (linux_nat_forget_process): New declarations.
10095
10096         * amd64fbsd-nat.c (super_mourn_inferior): New global.
10097         (amd64fbsd_mourn_inferior): New function.
10098         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
10099         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
10100
10101 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10102
10103         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
10104         Adding _().
10105
10106 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10107
10108         * aarch64-linux-nat.c (debug_reg_change_callback)
10109         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
10110         %s and phex().
10111
10112 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10113
10114         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
10115         with LONGEST.
10116
10117 2013-02-13  Pedro Alves  <palves@redhat.com>
10118             Hafiz Abid Qadeer  <abidh@codesourcery.com>
10119
10120         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
10121
10122 2013-02-12  Tom Tromey  <tromey@redhat.com>
10123
10124         PR symtab/11464:
10125         * c-exp.y (lex_one_token): Initialize other fields of yylval on
10126         NAME return.
10127         (classify_inner_name): Remove 'first_name' argument, add
10128         'context'.  Remove unused variable.
10129         (yylex): Explicitly maintain the context type.  Exit loop earlier
10130         if NAME result is seen.
10131
10132 2013-02-12  Pedro Alves  <palves@redhat.com>
10133
10134         * amd64-darwin-tdep.c: Add (C) after Copyright.
10135         * cli/cli-cmds.h: Ditto.
10136         * cli/cli-decode.c: Ditto.
10137         * cli/cli-decode.h: Ditto.
10138         * cli/cli-dump.c: Ditto.
10139         * cli/cli-dump.h: Ditto.
10140         * cli/cli-interp.c: Ditto.
10141         * cli/cli-logging.c: Ditto.
10142         * cli/cli-script.c: Ditto.
10143         * cli/cli-script.h: Ditto.
10144         * cli/cli-setshow.c: Ditto.
10145         * cli/cli-setshow.h: Ditto.
10146         * cli/cli-utils.c: Ditto.
10147         * cli/cli-utils.h: Ditto.
10148         * config/alpha/nm-osf3.h: Ditto.
10149         * config/djgpp/djconfig.sh: Ditto.
10150         * config/i386/nm-fbsd.h: Ditto.
10151         * config/i386/nm-i386gnu.h: Ditto.
10152         * config/nm-linux.h: Ditto.
10153         * config/nm-nto.h: Ditto.
10154         * config/rs6000/nm-rs6000.h: Ditto.
10155         * config/sparc/nm-sol2.h: Ditto.
10156         * darwin-nat-info.c: Ditto.
10157         * dfp.c: Ditto.
10158         * dfp.h: Ditto.
10159         * gdb-demangle.h: Ditto.
10160         * i386-darwin-nat.c: Ditto.
10161         * i386-darwin-tdep.c: Ditto.
10162         * linux-fork.h: Ditto.
10163         * m32c-tdep.c: Ditto.
10164         * microblaze-linux-tdep.c: Ditto.
10165         * microblaze-rom.c: Ditto.
10166         * microblaze-tdep.c: Ditto.
10167         * microblaze-tdep.h: Ditto.
10168         * mips-linux-tdep.h: Ditto.
10169         * ppc-ravenscar-thread.c: Ditto.
10170         * ppc-ravenscar-thread.h: Ditto.
10171         * prologue-value.c: Ditto.
10172         * prologue-value.h: Ditto.
10173         * ravenscar-thread.c: Ditto.
10174         * ravenscar-thread.h: Ditto.
10175         * sparc-ravenscar-thread.c: Ditto.
10176         * sparc-ravenscar-thread.h: Ditto.
10177         * tilegx-linux-tdep.c: Ditto.
10178         * unwind_stop_reasons.def: Ditto.
10179         * windows-nat.h: Ditto.
10180         * xtensa-linux-tdep.c: Ditto.
10181         * xtensa-xtregs.c: Ditto.
10182         * regformats/regdat.sh: Ditto.
10183         * regformats/regdef.h: Ditto.
10184
10185 2013-02-12  Pedro Alves  <palves@redhat.com>
10186
10187         * break-catch-sig.c: Update copyright years.
10188
10189 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
10190
10191         Add support for a destructor for ui_out data and use it to
10192         provide a ui_out destructor.
10193         * ui-out.h: Declare the new ui_out destructor.
10194         (ui_out_impl): Add a field for data destructor in ui_out_impl.
10195         * ui-out.c (default_data_destroy): Add a default data destructor
10196         which does nothing.
10197         (default_ui_out_impl): Set the new data_destroy field to
10198         default_data_destroy
10199         (uo_data_destroy): Local function which invokes the data
10200         destructor if present.
10201         (clear_table): Local function which clears the table data of a
10202         ui_out object.
10203         (ui_out_destroy): Public function which frees a ui_out object.
10204         (ui_out_table_end): Use the new clear_table function.
10205         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10206         NULL.
10207         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10208         to NULL.
10209
10210 2013-02-11  Doug Evans  <dje@google.com>
10211
10212         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10213         (printf_decfloat): New function.  Broken out from ui_printf.
10214         Remove unnecessary code to shift the entire format string down.
10215         (printf_pointer): New function.
10216         (ui_printf): Code to print C strings, wide C strings, decfloats,
10217         and pointers moved to separate functions.
10218
10219 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10220
10221         * valops.c (value_assign): Handling bitfield offset in
10222         `lval_internalvar_component' case.
10223
10224 2013-02-08  Doug Evans  <dje@google.com>
10225
10226         * common/format.c (parse_format_string): Fix whitespace.
10227
10228 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
10229
10230         * stack.c (return_command): Work around uninitialized variable
10231         warning.
10232
10233 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
10234
10235         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10236         number of the registers from 36 to 34.
10237
10238 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10239
10240         * NEWS: Mention new AArch64 native and target support.
10241
10242 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10243
10244         * MAINTAINERS (Write After Approval): Add myself.
10245
10246 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
10247             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10248             Nigel Stephens  <nigel.stephens@arm.com>
10249             Yufeng Zhang  <yufeng.zhang@arm.com>
10250
10251         * aarch64-linux-nat.c: New file.
10252         * config/aarch64/linux.mh: New file.
10253         * configure.host: Add AArch64.
10254         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10255
10256 2013-02-07  Doug Evans  <dje@google.com>
10257
10258         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10259         disassemble command.
10260
10261 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10262
10263         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10264         set_gdbarch_fetch_tls_load_module_address.
10265
10266 2013-02-06  David S. Miller  <davem@davemloft.net>
10267
10268         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10269         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10270         * value.c (struct_return_convention): New function.
10271         (using_struct_return): Implement in terms of struct_return_convention.
10272         * value.h (struct_return_convention): Declare.
10273         * stack.c (return_command): Allow successful overriding of the return
10274         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10275
10276 2013-02-06  Tom Tromey  <tromey@redhat.com>
10277
10278         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10279         outside of TRY_CATCH.
10280
10281 2013-02-06  Yao Qi  <yao@codesourcery.com>
10282
10283         * mi/mi-interp.c: Include "tracepoint.h".
10284         (mi_tsv_modified): Declare.
10285         (mi_tsv_created, mi_tsv_deleted): Update declaration.
10286         (mi_interpreter_init): Call observer_attach_tsv_modified.
10287         (mi_tsv_modified): New.
10288         (mi_tsv_created, mi_tsv_deleted): Update.
10289         * tracepoint.c (trace_variable_command): Call
10290         observer_notify_tsv_modified if the initial value of tsv is
10291         changed.
10292         (delete_trace_state_variable): Call
10293         observer_notify_tsv_deleted earlier.
10294         (trace_variable_command): Caller update.
10295         (create_tsv_from_upload): Likewise.
10296         * observer.sh: Declare "struct trace_state_variable".
10297
10298         * NEWS: Mention the new MI notification "=tsv-modified".
10299
10300 2013-02-05  Doug Evans  <dje@google.com>
10301
10302         * completer.c (location_completer): Fix typo in comment.
10303
10304 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10305
10306         * breakpoint.c (add_location_to_breakpoint): Insert the location with
10307         ADDRESS sorted.
10308
10309 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10310
10311         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10312         Refactor if statement to avoid trailing || operator.
10313
10314 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
10315
10316         * NEWS: Add PowerPC FreeBSD as a new native configuration.
10317
10318 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
10319
10320         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10321         * configure.host: Add powerpc*-*-freebsd* target.
10322         * configure.tgt: Add target info for powerpc*-*-freebsd*.
10323         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10324         * config/powerpc/fbsd.mh: New file.
10325
10326 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
10327             Denys Vlasenko  <dvlasenk@redhat.com>
10328             Pedro Alves  <palves@redhat.com>
10329
10330         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10331         (struct elf_internal_linux_prpsinfo): Forward declare.
10332         * gdbarch.h, gdbarch.c: Regenerate.
10333         * linux-tdep.c: Include `cli/cli-utils.h'.
10334         (linux_fill_prpsinfo): New function.
10335         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
10336         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10337         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10338         depending on gdbarch pointer bitness.
10339         * ppc-linux-tdep.c: Include elf-bfd.h.
10340         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10341         on 32-bit.
10342
10343 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10344             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10345             Nigel Stephens  <nigel.stephens@arm.com>
10346             Yufeng Zhang  <yufeng.zhang@arm.com>
10347
10348         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10349
10350 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10351             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10352             Nigel Stephens  <nigel.stephens@arm.com>
10353             Yufeng Zhang  <yufeng.zhang@arm.com>
10354
10355         * aarch64-newlib-tdep.c: New file.
10356         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10357         aarch64*-*-elf.
10358         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10359         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
10360         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
10361         * osabi.c (gdb_osabi_names): Add "Newlib".
10362
10363 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10364             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10365             Nigel Stephens  <nigel.stephens@arm.com>
10366             Yufeng Zhang  <yufeng.zhang@arm.com>
10367
10368         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10369         (ALLDEPFILES): Add aarch64-linux-tdep.c.
10370         * aarch64-linux-tdep.c: New file.
10371         * aarch64-linux-tdep.h: New file.
10372         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10373         * configure.tgt: Add aarch64-none-linux-gnu.
10374
10375 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10376             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10377             Nigel Stephens  <nigel.stephens@arm.com>
10378             Yufeng Zhang  <yufeng.zhang@arm.com>
10379
10380         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10381         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10382         (ALLDEPFILES): Add aarch64-tdep.c.
10383         * aarch64-tdep.c: New file.
10384         * aarch64-tdep.h: New file.
10385         * configure.tgt: Add AArch64.
10386         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10387         (aarch64-expedite): New definition.
10388         * features/aarch64-core.xml: New file.
10389         * features/aarch64-fpu.xml: New file.
10390         * features/aarch64-without-fpu.c: New file (generated).
10391         * features/aarch64-without-fpu.xml: New file.
10392         * features/aarch64.c: New file (generated).
10393         * features/aarch64.xml: New file.
10394         * regformats/aarch64-without-fpu.dat: New file (generated).
10395         * regformats/aarch64.dat: New file (generated).
10396
10397 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10398
10399         * contrib/expect-read1.c: New file.
10400         * contrib/expect-read1.sh: New file.
10401
10402 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10403
10404         * dwarf2read.c (file_file_name): New function with code from
10405         file_full_name.
10406         (file_full_name): Move most of the code to file_file_name.
10407         (macro_start_file): Rename variable full_name to file_name and use
10408         file_file_name for it.  Add comp_dir parameter to new_macro_table.
10409         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
10410         macro_source_file->filename access by macro_source_fullname call.
10411         * macroscope.c (_initialize_macroscope): Update the new_macro_table
10412         caller.
10413         * macrotab.c (struct macro_table): New field comp_dir.
10414         (macro_include): New variables link_fullname and source_fullname.
10415         Replace any macro_source_file->filename access by macro_source_fullname
10416         call.
10417         (macro_lookup_inclusion): Remove the partial filenames checking code.
10418         (check_for_redefinition): New variables source_fullname and
10419         found_key_fullname.  Replace any macro_source_file->filename access by
10420         macro_source_fullname call.
10421         (macro_undef): New variables source_fullname and key_fullname.  Replace
10422         any macro_source_file->filename access by macro_source_fullname call.
10423         (macro_lookup_definition): New variables retval and source_fullname.
10424         Replace any macro_source_file->filename access by macro_source_fullname
10425         call.
10426         (foreach_macro): New variable key_fullname.  Replace any
10427         macro_source_file->filename access by macro_source_fullname call.
10428         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
10429         macro_source_file->filename access by macro_source_fullname call.
10430         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
10431         (macro_source_fullname): New function.
10432         * macrotab.h (struct macro_source_file): Extent the filename field
10433         comment.
10434         (new_macro_table): New parameter comp_dir, add a comment for it.
10435         (macro_source_fullname): new declaration.
10436
10437 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10438
10439         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10440         this_real_name to outer block.  Use it also for
10441         compare_filenames_for_search.
10442         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
10443         with dw2_get_real_path for file_matcher, considering also
10444         BASENAMES_MAY_DIFFER.
10445         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10446
10447 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10448
10449         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10450         to the file_matcher parameter.  Pass 0 to it.
10451         (dwarf2_create_include_psymtab): Copy also DIRNAME.
10452         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10453         NULL psymtab_to_fullname result.
10454         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
10455         an expected filename instead.
10456         (expand_symtabs_matching_via_partial): Add basenames parameter to the
10457         file_matcher parameter.  Call also psymtab_to_fullname, after newly
10458         considering BASENAMES_MAY_DIFFER.
10459         * source.c (rewrite_source_path): Remove static.
10460         * source.h (rewrite_source_path): New declaration.
10461         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10462         the expand_symtabs_matching field.  Comment it.
10463         * symtab.c (file_matches): New function comment.  Add parameter
10464         basenames, implement it.
10465         (search_symbols_file_matches): Add basenames parameter.  Update the
10466         file_matches caller.
10467         (search_symbols): Match FILES also against symtab_to_fullname.
10468         Optimize it for BASENAMES_MAY_DIFFER.
10469
10470 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10471
10472         * source.c (print_source_lines_base): Print for TUI also "fullname".
10473         * tui/tui-data.c (init_content_element): Change tui_locator_element
10474         field to full_name.
10475         * tui/tui-data.h (struct tui_locator_element): Likewise.
10476         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10477         tui_update_locator_filename calls to tui_update_locator_fullname.
10478         Replace symtab->filename refererence by symtab_to_fullname call.
10479         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10480         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10481         field to full_name.  Replace symtab->filename refererence by
10482         symtab_to_fullname call.
10483         (tui_show_symtab_source): Rename parameter to fullname.  Change
10484         tui_locator_element field to full_name.
10485         * tui/tui-stack.c: Include source.h.
10486         (tui_set_locator_filename): Rename the declaration to ...
10487         (tui_set_locator_fullname): ... here.  Rename its parameter to
10488         fullname, updates its comment.
10489         (tui_set_locator_info): Rename its parameter to fullname.
10490         (tui_set_locator_filename): Rename the definition to ...
10491         (tui_set_locator_fullname): ... here.  Rename its parameter to
10492         fullname, updates its comment.  Change tui_locator_element field to
10493         full_name.
10494         (tui_set_locator_info): Rename its parameter to fullname.
10495         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10496         (tui_update_locator_filename): Rename to ...
10497         (tui_update_locator_fullname): ... here. Rename callee to
10498         tui_set_locator_fullname.
10499         (tui_show_frame_info): Replace symtab->filename refererence by
10500         symtab_to_fullname call.
10501         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10502         (tui_update_locator_fullname): ... here.
10503         * tui/tui-winsource.c (tui_display_main): Rename the callee to
10504         tui_update_locator_fullname.  Replace symtab->filename refererence by
10505         symtab_to_fullname call.
10506         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10507         Rename the callee to tui_update_locator_fullname.
10508         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10509
10510 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10511
10512         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10513         by symtab_to_filename_for_display calls.
10514         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10515         (clear_command): New variable sal_fullname, initialize it.  Replace
10516         compare_filenames_for_search by filename_cmp with sal_fullname.
10517         (say_where, update_static_tracepoint): Replace symtab->filename
10518         refererences by symtab_to_filename_for_display calls.
10519         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10520         Likewise.
10521         * dwarf2read.c: Include source.h.
10522         (fixup_go_packaging): Replace symtab->filename refererences by
10523         symtab_to_filename_for_display calls.
10524         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10525         Replace symtab->filename refererences by symtab_to_filename_for_display
10526         calls.
10527         (create_sals_line_offset, convert_linespec_to_sals): New variable
10528         fullname, initialize it, replace symtab->filename reference by the
10529         variable.
10530         * linux-fork.c: Include source.h.
10531         (info_checkpoints_command): Replace symtab->filename refererences by
10532         symtab_to_filename_for_display calls.
10533         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10534         by symtab_to_filename_for_display calls.
10535         * mdebugread.c: Include source.h.
10536         (psymtab_to_symtab_1): Replace symtab->filename refererences by
10537         symtab_to_filename_for_display calls.
10538         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10539         (mi_cmd_file_list_exec_source_files): Likewise.
10540         * printcmd.c: Include source.h.
10541         (build_address_symbolic): Replace symtab->filename refererences by
10542         symtab_to_filename_for_display calls.
10543         * psymtab.c (partial_map_symtabs_matching_filename)
10544         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10545         with psymtab_to_fullname.
10546         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10547         by symtab_to_filename_for_display calls.
10548         (stpy_get_filename): New variable filename, initialize it, use instead
10549         of symtab->filename refererences.
10550         (salpy_str): Make variable filename const char *.  Replace
10551         symtab->filename refererences by symtab_to_filename_for_display calls.
10552         * skip.c: Include source.h and filenames.h.
10553         (skip_file_command): Remove const from the symtab variable.  Replace
10554         symtab->filename refererences by symtab_to_fullname call.
10555         (function_name_is_marked_for_skip): New variables searched_for_fullname
10556         and fullname.  Use them to search also with symtab's fullname.
10557         * source.c (find_source_lines): Replace symtab->filename refererences
10558         by symtab_to_filename_for_display calls.
10559         (print_source_lines_base): New variable filename, use it instead of
10560         symtab->filename.  Replace symtab->filename refererences by
10561         symtab_to_filename_for_display calls.
10562         (line_info, forward_search_command): Replace symtab->filename
10563         refererences by symtab_to_filename_for_display calls.
10564         (reverse_search_command): Replace symtab->filename refererences by
10565         symtab_to_filename_for_display calls.  New variable filename for it.
10566         * stack.c (frame_info): Likewise.
10567         * symmisc.c: Include source.h.
10568         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10569         (maintenance_info_symtabs): Replace symtab->filename refererences by
10570         symtab_to_filename_for_display calls.
10571         * symtab.c (iterate_over_some_symtabs): Call
10572         compare_filenames_for_search also with symtab_to_fullname.
10573         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10574         symtab->filename refererences by symtab_to_filename_for_display calls.
10575         (find_line_symtab): Replace symtab->filename refererences by
10576         symtab_to_filename_for_display calls.
10577         (file_matches): Replace filename_cmp by compare_filenames_for_search.
10578         (print_symbol_info): Make the last parameter const char *.  New
10579         variable s_filename.  Use it in the function.
10580         (symtab_symbol_info): Make the last_filename variable const char *.
10581         Replace symtab->filename refererences by symtab_to_filename_for_display
10582         calls.
10583         (rbreak_command): New variable fullname.  Use it.  Replace
10584         symtab->filename refererence by symtab_to_filename_for_display call.
10585         * tracepoint.c (set_traceframe_context, trace_find_line_command)
10586         (print_one_static_tracepoint_marker): Replace symtab->filename
10587         refererences by symtab_to_filename_for_display calls.
10588         * tui/tui-source.c (tui_set_source_content): New variables filename and
10589         s_filename.  Replace symtab->filename refererences by this variable.
10590         Replace other symtab->filename refererences by
10591         symtab_to_filename_for_display calls.
10592
10593 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10594             Jan Kratochvil  <jan.kratochvil@redhat.com>
10595
10596         Add a new variable that controls a way in which filenames are
10597         displayed.
10598         * NEWS (set filename-display): New entry.
10599         * source.c (filename_display_basename, filename_display_relative)
10600         (filename_display_absolute, filename_display_kind_names)
10601         (filename_display_string, show_filename_display_string)
10602         (symtab_to_filename_for_display): New.
10603         (_initialize_source): Added initialization of 'filename-display'
10604         variable.
10605         * source.h (symtab_to_filename_for_display): Added declaration.
10606         * stack.c (print_frame): Added new variable and calling of a new
10607         function and condition with this variable. Changed third argument of
10608         calling of a function.
10609
10610 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10611
10612         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10613         Rename field reference filename to fullname.
10614         * tui/tui-data.h (struct tui_source_info): Rename field filename to
10615         fullname.  New comment for it.
10616         * tui/tui-source.c (tui_set_source_content): Rename field reference
10617         filename to fullname.  Initialize field by symtab_to_fullname now.
10618         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10619         reference filename to fullname.  Use symtab_to_fullname during
10620         comparison.
10621
10622 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10623
10624         Code cleanup.
10625         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10626         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
10627         filename to fullname.  Rename variable this_name to this_fullname.
10628         Lowercase FILENAME_CMP call.
10629         (dw2_find_symbol_file): New comment for the returned string.
10630         (dwarf2_gdb_index_functions): Rename the function to
10631         dw2_expand_symtabs_with_fullname.
10632         * psymtab.c (read_psymtabs_with_filename): Rename to ...
10633         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
10634         fullname.
10635         (psym_functions): Rename the function to read_psymtabs_with_fullname.
10636         * symfile.h (struct quick_symbol_functions): Rename field
10637         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10638         parameter filename to fullname.  Document returned string meaning for
10639         find_symbol_file.
10640         * symtab.c (find_line_symtab): Rename the called function to
10641         expand_symtabs_with_fullname.
10642
10643 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10644
10645         Code cleanup.
10646         * breakpoint.c (clear_command): Remove variable is_abs, unify the
10647         call of filename_cmp with compare_filenames_for_search.
10648         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10649         is_abs, unify the call of FILENAME_CMP with
10650         compare_filenames_for_search.  New gdb_asserts for real_path and name.
10651         Unify the call of compare_filenames_for_search with FILENAME_CMP.
10652         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10653         * symfile.h (struct quick_symbol_functions): Extend the comment for
10654         map_symtabs_matching_filename.
10655         * symtab.c (compare_filenames_for_search): Remove the function comment
10656         relative path requirement.  Handle absolute filenames, with a comment.
10657         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10658         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
10659         real_path and name.  Unify the call of compare_filenames_for_search
10660         with FILENAME_CMP.
10661         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10662
10663 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10664
10665         Code cleanup.
10666         * breakpoint.c (print_breakpoint_location): Replace bp_location field
10667         source_file references by symtab field references.  Remove variables
10668         sal and fullname.
10669         (momentary_breakpoint_from_master, add_location_to_breakpoint):
10670         (clear_command, say_where): Replace bp_location field source_file
10671         references by symtab field references.
10672         (bp_location_dtor): Remove the source_file reference.
10673         (update_static_tracepoint): Replace bp_location field source_file
10674         references by symtab field references.
10675         (breakpoint_free_objfile): New function.
10676         * breakpoint.h (struct bp_location): Extend the comment for line_number.
10677         Replace the field source_file by field symtab, extend its comment.
10678         (breakpoint_free_objfile): New declaration.
10679         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10680         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10681         field source_file references by symtab field references.
10682
10683 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10684
10685         Replace xfullpath calls by gdb_realpath calls.
10686         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10687         function comment.
10688         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10689         Remove it from the iterate_over_some_symtabs call.
10690         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10691         Remove it from the dw2_map_expand_apply calls, remove a block handling
10692         it.
10693         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10694         Remove it from the iterate_over_some_symtabs call.
10695         (partial_map_symtabs_matching_filename): Remove parameter full_path.
10696         Remove it from the partial_map_expand_apply calls, remove a block
10697         handling it.  Drop gdb_realpath call and cleanups from the real_path
10698         handling.
10699         * source.c (openp): Drop the comment part about xfullpath.  Replace
10700         xfullpath calls by gdb_realpath calls.
10701         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10702         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10703         from method map_symtabs_matching_filename and its comment.
10704         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10705         gdb_realpath call.
10706         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10707         remove it also from the function comment, remove a block handling it.
10708         Drop gdb_realpath call and cleanups from the real_path handling.
10709         (iterate_over_symtabs): Drop variable full_path and its use.
10710         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10711         * utils.c (xfullpath): Remove.
10712         * utils.h (xfullpath): Remove.
10713
10714 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
10715
10716         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10717         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10718         (ALLDEPFILES): Add ppc64-tdep.c.
10719         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10720         ppc64-tdep.o to gdb_target_obs.
10721         * ppc64-tdep.h: New file.
10722         * ppc64-tdep.c: New file.
10723         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10724         ppc-linux-tdep.c to here.
10725         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10726         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10727         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10728         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10729         from ppc-linux-tdep.c to here.
10730         (ppc64_convert_from_func_ptr_addr): Rename from
10731         ppc64_linux_convert_from_func_ptr_addr to
10732         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10733         here.
10734         * rs6000-tdep.c:
10735         (read_insn): Move from ppc-linux-tdep.c to here.
10736         (insns_match_pattern, insn_d_field, insn_ds_field): Move
10737         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10738         * ppc-linux-tdep.c: Include ppc64-tdep.h.
10739         Removed above functions.
10740         (ppc_linux_init_abi): Adjust.
10741
10742 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10743
10744         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10745
10746 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10747
10748         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10749
10750 2013-02-01  Pedro Alves  <palves@redhat.com>
10751
10752         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10753         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10754
10755 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10756
10757         * elfread.c (elf_symfile_read): Limit separate debug info additions to
10758         files with no separate debug info.
10759         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10760         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10761         only for files with no separate debug info.
10762
10763 2013-01-31  Tom Tromey  <tromey@redhat.com>
10764
10765         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10766         change type.
10767         (struct jit_program_space_data): Rename from jit_inferior_data.
10768         Update comments.
10769         (get_jit_program_space_data): Rename from get_jit_inferior_data.
10770         Change return type.  Attach data to program space.
10771         (jit_program_space_data_cleanup): Rename from
10772         jit_inferior_data_cleanup; change argument type.
10773         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10774         change type.
10775         (jit_register_code): Update.
10776         (jit_update_inferior_cache): Remove.
10777         (jit_breakpoint_deleted): Get jit data from the location's program
10778         space.
10779         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10780         'ps_data', change type.
10781         (jit_inferior_init, jit_breakpoint_re_set_internal)
10782         (jit_event_handler): Update.
10783         (free_objfile_data): Get data from objfile's program space.
10784         (_initialize_jit): Update.
10785
10786 2013-01-31  Tom Tromey  <tromey@redhat.com>
10787
10788         PR gdb/13987:
10789         * jit.c (struct jit_inferior_data) <cached_code_address,
10790         jit_breakpoint>: New fields.
10791         (jit_breakpoint_re_set_internal): Fix logging.  Only create
10792         breakpoint if cached address has changed.
10793         (jit_update_inferior_cache, jit_breakpoint_deleted): New
10794         functions.
10795         (_initialize_jit): Register breakpoint deleted observer.
10796
10797 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10798
10799         * infrun.c (handle_syscall_event): Remove unused gdbarch.
10800         (save_infcall_suspend_state): Ifdef out unused inf.
10801         (restore_infcall_suspend_state): Ifdef out unused inf.
10802         * jit.c (jit_register_code): Remove unused i, b, inf_data.
10803         (jit_frame_sniffer): Remove unused inf_data.
10804
10805 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10806
10807         * c-exp.y (classify_inner_name): Remove unused type.
10808         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10809         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10810         need_escape.
10811         (c_get_string): Remove unused kind.
10812         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10813
10814 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10815
10816         * charset.c (intermediate_encoding): Remove unused i.
10817         * completer.c (signal_completer): Remove unused i.
10818         * continuations.c (discard_my_continuations_1): Remove unused
10819         continuation_ptr.
10820         * corelow.c (core_close): Remove unuseD name.
10821         (get_core_siginfo): Remove unused pid.
10822         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10823         i, cps.
10824         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10825         (loclist_describe_location): Remove unused first.
10826         * event-top.c (command_line_handler): Remove unused got_eof.
10827         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10828         (resize_section_table): Remove unused old_value.
10829         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10830         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10831         * i386-tdep.c (i386_process_record): Remove unused rex.
10832         * infcmd.c (get_return_value): Remove unused uiout.
10833         * jv-lang.c (type_from_class): Remove unused is_array.
10834         * jv-valprint.c (java_val_print): Remove unused i.
10835         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10836         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10837         * m2-typeprint.c (m2_print_type): Remove unused code.
10838         * macroexp.c (get_character_constant): Remove unused body_start.
10839         (macro_stringify): Remove unused result.
10840         * objc-lang.c (find_methods): Remove unused gdbarch.
10841         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10842         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10843         * stack.c (print_frame_args): Remove unused summary.
10844         * thread.c (thread_apply_command): Remove unused p.
10845         * valarith.c (value_x_unop): Remove unused mangle_ptr.
10846         * valops.c (search_struct_method): Remove unused skip.
10847         * valprint.c (generic_val_print): Remove unused byte_order.
10848         * varobj.c (varobj_update): Remove unused changed.
10849         * cli/cli-cmds.c (complete_command): Remove unused next_item.
10850         (alias_command): Remove unused c.
10851         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10852         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10853         format.
10854         (mi_cmd_data_write_memory): Remove unused word_format.
10855         (mi_cmd_data_write_memory_bytes): Remove unused r.
10856         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10857         p_start, p_end.
10858         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10859         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10860         line_width.
10861
10862 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10863
10864         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10865         * symtab.c (iterate_over_symtabs): Remove unused s.
10866         (find_pc_sect_symtab): Remove unused pspAce.
10867         (find_pc_sect_line): Remove unused alt_symtab.
10868         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10869         (completion_list_add_name): Remove unused newsize.
10870
10871 2013-01-31  Tom Tromey  <tromey@redhat.com>
10872
10873         PR c++/14998:
10874         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10875         TYPE_CODE_FUNC.
10876
10877 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10878
10879         * target.c (target_read_string): Remove unused origlen.
10880
10881 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10882
10883         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10884         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10885         * ax-general.c (ax_print): Remove unused is_float.
10886         * blockframe.c (block_innermost_frame): Remove unused start, end.
10887         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10888
10889 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10890
10891         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10892         (svr4_read_so_list): Remove unused lmo.
10893         * solib-target.c (solib_target_relocate_section_addresses): Remove
10894         unused flags.
10895
10896 2013-01-30  Tom Tromey  <tromey@redhat.com>
10897
10898         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10899
10900 2013-01-30  Tom Tromey  <tromey@redhat.com>
10901
10902         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10903         * utils.c (gnu_debuglink_crc32): Remove.
10904         * utils.h (gnu_debuglink_crc32): Don't declare.
10905
10906 2013-01-30  Tom Tromey  <tromey@redhat.com>
10907
10908         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10909         (read_structure_type, read_enumeration_type): Remove cast.
10910
10911 2013-01-30  Tom Tromey  <tromey@redhat.com>
10912
10913         * dwarf2read.c (read_namespace_type): Remove cast.
10914         (read_typedef): Likewise.
10915
10916 2013-01-29  Tom Tromey  <tromey@redhat.com>
10917
10918         * dwarf2read.c (free_dwo_file): Remove assert.
10919
10920 2013-01-29  Tom Tromey  <tromey@redhat.com>
10921
10922         * value.c (deprecated_set_value_modifiable): Remove.
10923         * value.h (deprecated_set_value_modifiable): Remove.
10924
10925 2013-01-28  Doug Evans  <dje@google.com>
10926
10927         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10928         to addresses from dwo files.
10929
10930 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
10931
10932         * valops.c (find_overload_match): Remove unused argument 'lax'.
10933         * value.h: Remove unused argument 'lax' from the declaration of
10934         find_overload_match.
10935         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10936         to find_overload_match.
10937         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10938         argument to find_overload_match.
10939
10940 2013-01-25  Tom Tromey  <tromey@redhat.com>
10941
10942         * dwarf2read.c (processing_has_namespace_info): Remove.
10943         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10944         (process_die, read_func_scope, dwarf2_start_symtab)
10945         (new_symbol_full): Update.
10946
10947 2013-01-25  Tom Tromey  <tromey@redhat.com>
10948
10949         * cp-namespace.c (cp_set_block_scope): Remove.
10950         * cp-support.h (cp_set_block_scope): Remove.
10951         * dbxread.c: Include block.h.
10952         (cp_set_block_scope): New function.
10953         (process_one_symbol): Update.
10954         * dwarf2read.c (read_func_scope): Use block_set_scope.
10955
10956 2013-01-25  Pedro Alves  <palves@redhat.com>
10957
10958         * remote.c (add_current_inferior_and_thread): Tweak comment.
10959
10960 2013-01-25  Tom Tromey  <tromey@redhat.com>
10961
10962         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10963         (cp_add_using_directive): Add 'copy_names' argument.
10964         * cp-support.h (cp_add_using_directive): Update.
10965         (struct using_direct) <import_src, import_dest, alias,
10966         declaration>: Now const.
10967         * dwarf2read.c (read_import_statement): Use obconcat.
10968         Don't copy names passed to cp_add_using_directive.
10969
10970 2013-01-25  Tom Tromey  <tromey@redhat.com>
10971
10972         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10973
10974 2013-01-25  Pedro Alves  <palves@redhat.com>
10975
10976         * remote.c (stop_reply_extract_thread): New.
10977         (add_current_inferior_and_thread): New parameter 'wait_status'.
10978         Handle it.
10979         (remote_start_remote): Pass wait status to
10980         add_current_inferior_and_thread.
10981         (extended_remote_run): Update comment.
10982         (extended_remote_create_inferior_1): Pass wait status to
10983         add_current_inferior_and_thread.
10984
10985 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
10986             Ulrich Weigand  <uweigand@de.ibm.com>
10987
10988         * valarith.c (value_vector_widen): New function for replicating a
10989         scalar into a vector.
10990         (value_binop): Use value_vector_widen to widen scalar to vector
10991         rather than casting, this better matches gcc C behaviour.
10992         * valops.c (value_casst): Update logic for casting between vector
10993         types, and for casting from scalar to vector, try to match gcc C
10994         behaviour.
10995         * value.h (value_vector_widen): Declare.
10996         * opencl-lang.c (opencl_value_cast): New opencl specific casting
10997         function, handle special case for casting scalar to vector.
10998         (opencl_relop): Use opencl_value_cast.
10999         (evaluate_subexp_opencl): Use opencl_value_cast instead of
11000         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
11001         in order to use opencl_value_cast.
11002
11003 2013-01-25  Yao Qi  <yao@codesourcery.com>
11004
11005         * event-loop.c: Include "queue.h".
11006         (gdb_event_p): New typedef.
11007         (DECLARE_QUEUE_P): Use.
11008         (DEFINE_QUEUE_P): Use.
11009         (async_queue_event): Remove.
11010         (gdb_event_xfree): New.
11011         (initialize_event_loop): New.
11012         (process_event): Use QUEUE macros.
11013         (event_queue): Remove.
11014         (gdb_wait_for_event): Caller update.
11015         (check_async_event_handlers): Likewise.
11016         (poll_timers): Likewise.
11017         * event-loop.h (initialize_event_loop): Declare.
11018         * event-loop.c (gdb_event_xfree): New.
11019         * top.c (gdb_init): Call initialize_event_loop.
11020
11021 2013-01-25  Yao Qi  <yao@codesourcery.com>
11022
11023         * event-loop.c (async_queue_event): Remove one parameter
11024         'position'.  Remove code handling 'position' == TAIL.
11025         (gdb_wait_for_event): Caller update.
11026         (check_async_event_handlers): Caller update.
11027         (poll_timers): Caller update.
11028         * event-loop.h (enum queue_position): Remove.
11029
11030 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
11031
11032         * MAINTAINERS: Update my email.
11033
11034 2013-01-25  Yao Qi  <yao@codesourcery.com>
11035
11036         * main.c (print_gdb_help): Remove "--epoch" from the help
11037         message.
11038
11039 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
11040
11041         * symtab.c (skip_prologue_using_sal): Consider a file
11042         change the same as an increased line number
11043
11044 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11045
11046         * MAINTAINERS (Write After Approval): Add myself to the list.
11047
11048 2013-01-24  Tom Tromey  <tromey@redhat.com>
11049
11050         * ada-lang.h (ada_decode_symbol): Make return type const.
11051         * ada-lang.c (ada_decode_symbol): Likewise.
11052
11053 2013-01-23  Doug Evans  <dje@google.com>
11054
11055         * linespec.c (find_linespec_symbols): Make static.
11056
11057 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11058
11059         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
11060         type on float conversion for complex type.
11061
11062 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
11063
11064         Add a new class gdb.Architecture which exposes GDB's
11065         internal representation of architecture via GDB Python API.
11066         * Makefile.in: Add entries corresponding to the new file
11067         python/py-arch.c.
11068         * NEWS (Python Scripting): Add entries for the new class
11069         gdb.Architecture and the new method gdb.Frame.architecture.
11070         * python/py-arch.c: Implement gdb.Architecture class.
11071         * python/py-frame.c (frapy_arch): Implement the method
11072         gdb.Frame.architecture().
11073         (frame_object_methods): Add 'architecture' to the method table.
11074         * python/python-internal.h: Add declarations of new utility
11075         functions.
11076         * python/python.c (_initialize_python): Initialize
11077         gdb.Architecture class.
11078
11079 2013-01-23  Doug Evans  <dje@google.com>
11080
11081         Work around binutils/15021.
11082         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
11083         type_unit_group out of union s.  All uses updated.
11084         (read_index_from_section): Watch for index version 8.
11085         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
11086         an imported symtab.
11087         (write_psymtabs_to_index): Increment version number to 8.
11088
11089 2013-01-22  Pedro Alves  <palves@redhat.com>
11090
11091         * annotate.c (breakpoint_changed): Skip if breakpoint is not
11092         user-visible.
11093
11094 2013-01-22  Pedro Alves  <palves@redhat.com>
11095
11096         * annotate.c (annotate_breakpoints_changed): Rename to ...
11097         (annotate_breakpoints_invalid): ... this.  Make static.
11098         (breakpoint_changed): Adjust.
11099         (_initialize_annotate): Always install the observers.  Install a
11100         "breakpoint_created" observer.
11101         * annotate.h (annotate_breakpoints_changed): Delete declaration.
11102         * breakpoint.c (set_breakpoint_condition)
11103         (breakpoint_set_commands, do_map_commands_command)
11104         (init_raw_breakpoint, clear_command, set_ignore_count)
11105         (enable_breakpoint_disp): No longer call
11106         annotate_breakpoints_changed.
11107
11108 2013-01-22  Pedro Alves  <palves@redhat.com>
11109
11110         * annotate.c: Include "inferior.h".
11111         (frames_invalid_emitted)
11112         (breakpoints_invalid_emitted): New globals.
11113         (async_background_execution_p): New function.
11114         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
11115         emitting the annotation if it has already been emitted.
11116         (annotate_display_prompt): New function.
11117         * annotate.h (annotate_display_prompt): New declaration.
11118         * event-top.c: Include annotate.h.
11119         (display_gdb_prompt): Call annotate_display_prompt.
11120
11121 2013-01-22  Pedro Alves  <palves@redhat.com>
11122
11123         * annotate.c (ignore_count_changed): Delete.
11124         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
11125         (annotate_ignore_count_change): Delete.
11126         (annotate_stopped): Don't emit a delayed breakpoints-changed
11127         annotation.
11128         * annotate.h (annotate_ignore_count_change): Delete.
11129         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
11130         annotate_ignore_count_change.
11131
11132 2013-01-22  Tom Tromey  <tromey@redhat.com>
11133
11134         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
11135         require_rvalue for a register location.
11136
11137 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
11138
11139         * breakpoint.c (print_one_breakpoint_location): Add MI
11140         field 'thread-groups' when printing a breakpoint.
11141         (output_thread_groups): New function.
11142
11143 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
11144
11145         * python/lib/gdb/commands/explore.py
11146         (CompoundExplorer.explore_expr): Correct the name of a method
11147         being invoked.
11148         (ExploreTypeCommand.invoke): Add a missing 'return'.
11149
11150 2013-01-21  Tom Tromey  <tromey@redhat.com>
11151
11152         * gdb_obstack.h (obconcat): Move declaration here, from...
11153         * symfile.h (obconcat): ... here.
11154         * gdb_obstack.c: New file.
11155         (obconcat): Move from...
11156         * symfile.c (obconcat): ... here.
11157         * Makefile.in (SFILES): Add gdb_obstack.c.
11158         (COMMON_OBS): Add gdb_obstack.o.
11159
11160 2013-01-21  Tom Tromey  <tromey@redhat.com>
11161
11162         * symfile.h (obsavestring): Don't declare.
11163         * symfile.c (obsavestring): Remove.
11164         * ada-exp.y: Use obstack_copy0, not obsavestring.
11165         * ada-lang.c: Use obstack_copy0, not obsavestring.
11166         * coffread.c: Use obstack_copy0, not obsavestring.
11167         * cp-namespace.c: Use obstack_copy0, not obsavestring.
11168         * dbxread.c: Use obstack_copy0, not obsavestring.
11169         * dwarf2read.c: Use obstack_copy0, not obsavestring.
11170         * jit.c: Use obstack_copy0, not obsavestring.
11171         * mdebugread.c: Use obstack_copy0, not obsavestring.
11172         * psymtab.c: Use obstack_copy0, not obsavestring.
11173         * stabsread.c: Use obstack_copy0, not obsavestring.
11174         * xcoffread.c: Use obstack_copy0, not obsavestring.
11175
11176 2013-01-21  Tom Tromey  <tromey@redhat.com>
11177
11178         * dwarf2read.c (fixup_go_packaging): Save package name
11179         on objfile obstack.
11180         * gdbtypes.c (init_type): Don't copy name.
11181
11182 2013-01-21  Tom Tromey  <tromey@redhat.com>
11183
11184         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11185         const.
11186         (struct attribute) <u.str>: Now const.
11187         (struct fnfieldlist) <name>: Now const.
11188         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11189         (partial_die_parent_scope): Make return type const.
11190         (partial_die_full_name, add_partial_symbol): Update.
11191         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11192         'name' const.
11193         (find_file_and_directory): Make 'name' and 'comp_dir' const.
11194         (read_file_scope, read_func_scope, dwarf2_add_field)
11195         (dwarf2_add_member_fn, read_structure_type)
11196         (process_enumeration_scope, read_array_type, read_module_type)
11197         (read_base_type, read_subrange_type): Update.
11198         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11199         (new_symbol_full, guess_full_die_structure_name): Update.
11200         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
11201         (dwarf2_name): Return const type.
11202         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11203         const.
11204
11205 2013-01-21  Tom Tromey  <tromey@redhat.com>
11206
11207         * gdbtypes.c (init_type): Make 'name' const.
11208         * gdbtypes.h (init_type): Update.
11209
11210 2013-01-21  Tom Tromey  <tromey@redhat.com>
11211
11212         * buildsym.c (patch_subfile_names): Use set_last_source_file.
11213         (start_symtab): Make 'name' and 'dirname' const.  Use
11214         set_last_source_file.
11215         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11216         (last_source_file): Define.  Now static.
11217         (set_last_source_file, get_last_source_file): New functions.
11218         * buildsym.h (last_source_file): Don't declare.
11219         (start_symtab): Update.
11220         (set_last_source_file, get_last_source_file): Declare.
11221         * coffread.c (complete_symtab): Use set_last_source_file.
11222         (coff_end_symtab): Likewise.
11223         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11224         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11225         set_last_source_file.
11226         (process_one_symbol): Use get_last_source_file.
11227         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11228         (psymtab_to_symtab_1): Use get_last_source_file.
11229         * xcoffread.c (process_linenos): Use get_last_source_file.
11230         (complete_symtab): Use set_last_source_file.
11231         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11232         (scan_xcoff_symtab): Use set_last_source_file.
11233
11234 2013-01-21  Tom Tromey  <tromey@redhat.com>
11235
11236         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11237         (symbol_set_names): Remove casts.  Handle field const-ness.
11238
11239 2013-01-21  Tom Tromey  <tromey@redhat.com>
11240
11241         * dwarf2read.c (new_symbol_full): Remove cast.
11242         * symtab.c (symbol_set_demangled_name): Make 'name' const.
11243         * symtab.h (symbol_set_demangled_name): Update.
11244
11245 2013-01-21  Tom Tromey  <tromey@redhat.com>
11246
11247         * main.c (captured_main): Call bfd_init.
11248
11249 2013-01-21  Tom Tromey  <tromey@redhat.com>
11250
11251         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11252         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11253         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11254         * NEWS: Update.
11255
11256 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11257
11258         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11259
11260 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11261
11262         Fix gdb.fortran/common-block.exp crash in PIE mode.
11263         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11264         LOC_COMMON_BLOCK.
11265         * f-valprint.c (info_common_command_for_block): Expect
11266         LOC_COMMON_BLOCK in gdb_assert.
11267         * symtab.h (struct general_symbol_info): Update comment for the
11268         common_block member.
11269         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11270         (enum address_class): New member LOC_COMMON_BLOCK.
11271
11272 2013-01-18  David Blaikie  <dblaikie@gmail.com>
11273
11274         * MAINTAINERS (Write After Approval): Add "David Blaikie".
11275
11276 2013-01-18  Tom Tromey  <tromey@redhat.com>
11277
11278         PR c++/14999:
11279         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11280         Call require_rvalue.
11281
11282 2013-01-18  Yao Qi  <yao@codesourcery.com>
11283
11284         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11285         (dbx_read_symtab): New declaration.
11286         (dbx_psymtab_to_symtab): Delete.
11287         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11288         Rename parameter PST to SELF.  Exchanged two parameters.
11289         (start_psymtab): Caller update.
11290         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11291         (dwarf2_read_symtab): New declaration.
11292         (dwarf2_psymtab_to_symtab): Delete.
11293         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11294         Rename parameter PST to SELF.  Exchanged two parameters.
11295         (create_partial_symtab): Caller update.
11296         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11297         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11298         Rename parameter PST to SELF.  Exchanged two parameters.
11299         (parse_partial_symbols, new_psymtab): Caller update.
11300         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11301         two parameters.
11302         * psymtab.c (psymtab_to_symtab): Caller update.
11303         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11304         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11305         Rename parameter PST to SELF.  Exchanged two parameters.
11306         (xcoff_start_psymtab): Caller update.
11307
11308 2013-01-18  Yao Qi  <yao@codesourcery.com>
11309
11310         * infrun.c (proceed): Rename local variable 'oneproc' to
11311         'force_step'.
11312
11313 2013-01-17  Doug Evans  <dje@google.com>
11314
11315         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11316         (dw2_build_type_unit_groups): Delete.  All uses updated.
11317
11318         * symtab.h (struct symbol_search): Add comment.
11319
11320 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11321
11322         * symtab.c (compare_filenames_for_search): New comment for
11323         HAS_DRIVE_SPEC.
11324
11325 2013-01-17  Tom Tromey  <tromey@redhat.com>
11326
11327         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11328
11329 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11330
11331         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11332         initialize it by existing make_cleanup.  Call new do_cleanups.
11333
11334 2013-01-17  Tom Tromey  <tromey@redhat.com>
11335
11336         * cp-abi.c (cp_abi_completer): New function.
11337         (_initialize_cp_abi): Set completer for "set cp-abi".
11338
11339 2013-01-17  Tom Tromey  <tromey@redhat.com>
11340
11341         * mem-break.c: Remove obsolete comment.
11342         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11343
11344 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11345
11346         * jit.c (jit_reader_load_command): Interpret the jit reader name
11347         as an absolute path if it begins with a forward slash.
11348
11349 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11350
11351         PR gdb/14550
11352
11353         * jit.c (finalize_symtab): Ensure that only the global block has a
11354         NULL superblock.
11355
11356 2013-01-17  Pedro Alves  <palves@redhat.com>
11357
11358         * acinclude.m4: Include ../config/plugins.m4,
11359         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
11360         * Makefile.in (aclocal_m4_deps): Update.
11361         * aclocal.m4: Renegerate.
11362
11363 2013-01-16  Doug Evans  <dje@google.com>
11364
11365         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
11366
11367 2013-01-16  Pedro Alves  <palves@redhat.com>
11368             Tom Tromey  <tromey@redhat.com>
11369
11370         PR cli/7221:
11371         * NEWS: Add "catch signal".
11372         * breakpoint.c (base_breakpoint_ops): No longer static.
11373         (bpstat_explains_signal): New function.
11374         (init_catchpoint): No longer static.
11375         (base_breakpoint_explains_signal): New function.
11376         (base_breakpoint_ops): Initialize new field.
11377         * breakpoint.h (enum bpstat_signal_value): New.
11378         (struct breakpoint_ops) <explains_signal>: New field.
11379         (bpstat_explains_signal): Remove macro, declare as function.
11380         (base_breakpoint_ops, init_catchpoint): Declare.
11381         * break-catch-sig.c: New file.
11382         * inferior.h (signal_catch_update): Declare.
11383         * infrun.c (signal_catch): New global.
11384         (handle_syscall_event): Update for change to
11385         bpstat_explains_signal.
11386         (handle_inferior_event): Likewise.  Always handle random signals
11387         via bpstats.
11388         (signal_cache_update): Check signal_catch.
11389         (signal_catch_update): New function.
11390         (_initialize_infrun): Initialize signal_catch.
11391         * Makefile.in (SFILES): Add break-catch-sig.c.
11392         (COMMON_OBS): Add break-catch-sig.o.
11393
11394 2013-01-16  Tom Tromey  <tromey@redhat.com>
11395
11396         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11397         (print_one_catch_solib, print_one_catch_syscall)
11398         (print_one_catch_exec, print_one_exception_catchpoint): Emit
11399         "catch-type".
11400
11401 2013-01-16  Yao Qi  <yao@codesourcery.com>
11402
11403         * printcmd.c (current_display_number): Make it static.
11404
11405 2013-01-16  Yao Qi  <yao@codesourcery.com>
11406
11407         * infcmd.c (step_once): Don't check '!single_inst' as it was
11408         checked before.
11409
11410 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11411
11412         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11413
11414 2013-01-14  Tom Tromey  <tromey@redhat.com>
11415
11416         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11417         set command.
11418         * command.h (add_setshow_string_noescape_cmd): Update.
11419         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11420         (complete_set_gnutarget): New function.
11421         (_initialize_core): Set the "set gnutarget" completer.
11422
11423 2013-01-14  Tom Tromey  <tromey@redhat.com>
11424
11425         PR symtab/14442:
11426         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11427         (c_type_print_modifier): Likewise.
11428         * dwarf2read.c (read_tag_restrict_type): New function.
11429         (read_type_die_1): Handle DW_TAG_restrict_type.
11430         * gdbtypes.c (make_restrict_type): New function.
11431         (recursive_dump_type): Handle TYPE_RESTRICT.
11432         * gdbtypes.h (enum type_flag_values): Renumber.
11433         (enum type_instance_flag_value): Add
11434         TYPE_INSTANCE_FLAG_RESTRICT.
11435         (TYPE_RESTRICT): New macro.
11436         (make_restrict_type): Declare.
11437
11438 2013-01-14  Tom Tromey  <tromey@redhat.com>
11439
11440         PR symtab/14931:
11441         * psymtab.c (struct psymtab_state): New.
11442         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11443         functions.
11444         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11445         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11446
11447 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
11448             Pedro Alves  <palves@redhat.com>
11449
11450         PR remote/14786
11451
11452         * remote.c (remote_threads_info): Make a copy of the reply from
11453         qfThreadInfo and use that instead of rs->buf.
11454
11455 2013-01-14  Yao Qi  <yao@codesourcery.com>
11456
11457         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11458         (dbx_psymtab_to_symtab): Likewise.
11459         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11460         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11461         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11462
11463 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11464
11465         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
11466         make_cleanup_restore_current_language.  Call set_language.  Move
11467         OLD_CHAIN and INNER_CHAIN cleanups.
11468         * utils.c (do_restore_current_language)
11469         (make_cleanup_restore_current_language): New functions.
11470         * utils.h (make_cleanup_restore_current_language): New declaration.
11471
11472 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11473
11474         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11475         non-existing files.
11476
11477         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11478         non-existing files if FILENAME is already absolute.
11479
11480 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11481
11482         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11483         fputs_filtered.  Append trailing newline.
11484
11485 2013-01-11  Yao Qi  <yao@codesourcery.com>
11486             Stan Shebs  <stan@codesourcery.com>
11487
11488         * psymtab.c (init_psymbol_list): Clarify the comment.
11489
11490 2013-01-11  Yao Qi  <yao@codesourcery.com>
11491
11492         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11493         (update_dprintf_command_list): Assert that 'printf_line' is
11494         non-null.  Remove condition check.
11495
11496 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11497
11498         Code cleanup.
11499         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11500         type const char *.
11501         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11502         const char *.
11503         * tui/tui-source.h (tui_source_is_displayed): Likewise.
11504
11505 2013-01-09  Anthony Green  <green@moxielogic.com>
11506
11507         * cp-abi.c (cplus_print_vtable): Don't return value from void
11508         function.
11509         * ada-lang.c (re_set_catch_assert): Ditto.
11510
11511 2013-01-09  Doug Evans  <dje@google.com>
11512
11513         * symfile.h (quick_symbol_functions): Delete member
11514         pre_expand_symtabs_matching.  All uses removed.
11515         * dwarf2read.c (dw2_lookup_symbol): Implement.
11516         (dw2_do_expand_symtabs_matching): Delete.
11517         (dw2_pre_expand_symtabs_matching): Delete.
11518         (struct dw2_symtab_iterator): New type.
11519         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11520         (dw2_expand_symtabs_for_function): Rewrite.
11521         (dwarf2_gdb_index_functions): Update.
11522         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11523         (psym_functions): Update.
11524
11525 2013-01-09  Tom Tromey  <tromey@redhat.com>
11526
11527         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11528         * configure: Rebuild.
11529         * configure.ac: Add somread.o to the build if BFD has SOM
11530         support.
11531         * somread.c: Include som/aout.h, not syms.h.
11532         (som_symtab_read): Use som_external_symbol_dictionary_record.
11533         Unpack records manually.
11534         (_initialize_somread): Declare.
11535
11536 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
11537
11538         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11539         Cast return_address to 64bits.
11540
11541 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
11542
11543         * printcmd.c: Remove define of function output_command.
11544         * tracepoint.c: Remove extern of function output_command.
11545         * valprint.h: (output_command): New extern.
11546
11547 2013-01-07  Tom Tromey  <tromey@redhat.com>
11548
11549         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11550         Remove.
11551         (objc_language_defn): Use c_printchar, c_printstr,
11552         c_emit_char.
11553
11554 2013-01-07  Tom Tromey  <tromey@redhat.com>
11555
11556         PR cli/7719:
11557         * NEWS: Update.
11558         * ada-valprint.c (printstr, print_field_values): Remove
11559         "inspect_it" code.
11560         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11561         code.
11562         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11563         code.
11564         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11565         * main.c (captured_main): Remove "epoch" argument.
11566         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11567         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11568         * p-valprint.c (pascal_object_print_value_fields): Remove
11569         "inspect_it" code.
11570         * printcmd.c (print_command_1): Remove 'inspect' argument.
11571         (print_command, call_command): Update.
11572         (inspect_command): Remove.
11573         (_initialize_printcmd): Make "inspect" an alias for "print".
11574         * top.c (epoch_interface): Remove.
11575         * top.h (epoch_interface): Remove.
11576         * valprint.c (user_print_options): Update.
11577         (print_converted_chars_to_obstack): Remove "inspect_it" code.
11578         * valprint.h (struct value_print_options) <inspect_it>: Remove
11579         field.
11580
11581 2013-01-04  Tom Tromey  <tromey@redhat.com>
11582
11583         * valprint.h (read_string): Add 'extern'.
11584
11585 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
11586
11587         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11588         used to decide whether to define darwin_read_dyld_info or not.
11589
11590 2013-01-03  Pierre Muller  <muller@sourceware.org>
11591
11592         * main.c (relocate_gdb_directory): Avoid calling stat function
11593         if DIR is empty.
11594
11595 2013-01-03  Yao Qi  <yao@codesourcery.com>
11596
11597         * psymtab.c (fixup_psymbol_section): Update declaration.
11598         (fixup_psymbol_section): Remove code returning value.
11599
11600 2013-01-03  Yao Qi  <yao@codesourcery.com>
11601
11602         * symtab.h: Remove some out of date comments.
11603          (enum exception_event_kind): Move it ...
11604         * breakpoint.c: ... here.
11605
11606 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
11607
11608         PR gdb/14405
11609         * darwin-nat.c (darwin_read_dyld_info): Only build if
11610         TASK_DYLD_INFO_COUNT is defined.
11611         (darwin_xfer_partial): Call darwin_read_dyld_info only if
11612         TASK_DYLD_INFO_COUNT is defined.
11613
11614 2013-01-02  Tom Tromey  <tromey@redhat.com>
11615
11616         * symfile.h (struct ecoff_debug_hack): Remove.
11617         * objfiles.c: Don't include mdebugread.h.
11618
11619 2013-01-02  Tom Tromey  <tromey@redhat.com>
11620
11621         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11622         * configure.ac: Check for Mach-O support in BFD.  Update
11623         CONFIG_OBS.
11624         * configure: Rebuild.
11625
11626 2013-01-02  Tom Tromey  <tromey@redhat.com>
11627
11628         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11629         * configure.ac: Use GDB_AC_CHECK_BFD.
11630         * configure: Rebuild.
11631
11632 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
11633
11634         * MAINTAINERS: Update my email.
11635
11636 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11637
11638         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11639
11640 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11641
11642         * rs6000-nat.c (bss_data_overlap): New function.
11643         (vmap_symtab): Use it to adjust the .bss section's offset.
11644
11645 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11646
11647         Update year range in copyright notice of all files.
11648
11649 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
11650
11651         * top.c (print_gdb_version): Update copyright year.
11652
11653 For older changes see ChangeLog-2012.
11654 \f
11655 Local Variables:
11656 mode: change-log
11657 left-margin: 8
11658 fill-column: 74
11659 version-control: never
11660 coding: utf-8
11661 End: