remove link.h checks
[external/binutils.git] / gdb / ChangeLog
1 2013-11-08  Tom Tromey  <tromey@redhat.com>
2
3         * configure, config.in: Rebuild.
4         * configure.ac: Remove all link.h-related checks.
5
6 2013-11-08  Tom Tromey  <tromey@redhat.com>
7
8         * acinclude.m4: Include common.m4.
9         * common/common.m4: New file.
10         * configure, config.in: Rebuild.
11         * configure.ac: Use GDB_AC_COMMON.
12
13 2013-11-08  Doug Evans  <dje@google.com>
14
15         * NEWS: Mention that "set debug symtab-create" now accepts a
16         verbosity level.
17         * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
18         to set the symtab's primary flag.
19         * jit.c (finalize_symtab): Ditto.
20         * mdebugread.c (psymtab_to_symtab_1): Ditto.
21         * symfile.c (allocate_symtab): Only print debugging messages for
22         symtab_create_debug levels 2 and higher.
23         * symtab.c (symtab_create_debug): Change type to unsigned int.
24         (set_symtab_primary): New function.
25         (_initialize_symtab): Change "set debug symtab-create" to a
26         zuinteger option.
27         * symtab.h (set_symtab_primary): Declare.
28         (symtab_create_debug): Update decl.
29
30 2013-11-08  Tom Tromey  <tromey@redhat.com>
31
32         * aix-thread.c (aix_thread_detach): Update.
33         * corelow.c (core_detach): Update.
34         * darwin-nat.c (darwin_detach): Update.
35         * dec-thread.c (dec_thread_detach): Update.
36         * gnu-nat.c (gnu_detach): Update.
37         * go32-nat.c (go32_detach): Update.
38         * inf-ptrace.c (inf_ptrace_detach): Update.
39         * inf-ttrace.c (inf_ttrace_detach): Update.
40         * linux-fork.c (linux_fork_detach): Update.
41         * linux-fork.h (linux_fork_detach): Update.
42         * linux-nat.c (linux_nat_detach): Update.  Introduce "tem"
43         local for const-correctness.
44         * linux-thread-db.c (thread_db_detach): Update.
45         * monitor.c (monitor_detach): Update.
46         * nto-procfs.c (procfs_detach): Update.
47         * procfs.c (procfs_detach): Update.
48         * record.c (record_detach): Update.
49         * record.h (record_detach): Update.
50         * remote-m32r-sdi.c (m32r_detach): Update.
51         * remote-mips.c (mips_detach): Update.
52         * remote-sim.c (gdbsim_detach): Update.
53         * remote.c (remote_detach_1, remote_detach)
54         (extended_remote_detach): Update.
55         * sol-thread.c (sol_thread_detach): Update.
56         * target.c (target_detach): Make "args" const.
57         (init_dummy_target): Update.
58         * target.h (struct target_ops) <to_detach>: Make argument const.
59         (target_detach): Likewise.
60         * windows-nat.c (windows_detach): Update.
61
62 2013-11-07  Doug Evans  <dje@google.com>
63
64         PR 11786
65         *  solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
66         and align fields for PT_GNU_RELRO segments.
67
68 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
69
70         PR python/15747
71         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
72
73 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
74
75         * NEWS: Document Python temporary breakpoint support.
76         * python/py-breakpoint.c (bppy_get_temporary): New function.
77         (bppy_init): New keyword: temporary. Parse it and set breakpoint
78         to temporary if True.
79
80 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
81
82         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
83         removed to allow analyzing unconditional branch instructions
84         with PC-relative offsets of zero.
85
86 2013-11-07  Yao Qi  <yao@codesourcery.com>
87
88         * mi/mi-cmd-var.c: Include "language.h".
89         (mi_cmd_var_info_expression): Get language name from
90         language_defn.
91         * varobj.c (varobj_language_string): Remove.
92         (variable_language): Remove declaration.
93         (languages): Remove.
94         (varobj_get_language): Change the type of return value.
95         (variable_language): Remove.
96         * varobj.h (enum varobj_languages): Remove.
97         (varobj_language_string): Remove declaration.
98         (varobj_get_language): Update declaration.
99
100 2013-11-07  Yao Qi  <yao@codesourcery.com>
101
102         * language.h (struct language_defn) <la_natural_name>: New
103         field.
104         * ada-lang.c (ada_language_defn): Initialize field
105         'la_natural_name'.
106         * c-lang.c (c_language_defn): Likewise.
107         (cplus_language_defn, asm_language_defn): Likewise.
108         * d-lang.c (d_language_defn): Likewise.
109         * f-lang.c (f_language_defn): Likewise.
110         * go-lang.c (go_language_defn): Likewise.
111         * jv-lang.c (java_language_defn): Likewise.
112         * language.c (unknown_language_defn ): Likewise.
113         (auto_language_defn): Likewise.
114         * m2-lang.c (m2_language_defn): Likewise.
115         * objc-lang.c (objc_language_defn): Likewise.
116         * opencl-lang.c (opencl_language_defn): Likewise.
117         * p-lang.c (pascal_language_defn): Likewise.
118
119 2013-11-07  Yao Qi  <yao@codesourcery.com>
120
121         * language.c (language_str): Return const char *.
122         (add_language): Add const to 'language_names'
123         * language.h (struct language_defn) <la_name>: Add const.
124         (language_str: Update declaration.
125
126 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
127
128         * s390-linux-nat.c (s390_read_description): Consider the TE field
129         in the HWCAP for determining 'have_regset_tdb'.
130
131 2013-11-06  Will Newton  <will.newton@linaro.org>
132
133         PR gdb/12866
134         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
135         values.  (read_partial_die): Likewise.
136
137 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
138
139         PR cli/16122
140         * top.c (command_line_input): Unify interactivity tests to use
141         input_from_terminal_p.
142         * event-top.c (command_line_handler): Likewise.
143
144 2013-11-06  Yao Qi  <yao@codesourcery.com>
145
146         * Makefile.in (check-perf): New target.
147
148 2013-11-05  Will Newton  <will.newton@linaro.org>
149
150         PR gdb/7670
151         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
152         (arm_print_float_info): Likewise.
153
154 2013-11-04  Anton Blanchard  <anton@samba.org>
155
156         * target.c (memory_xfer_partial): Cap write to 4KB.
157
158 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
159
160         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
161         probe scan even when the arch provides no get_longjmp_target.
162
163 2013-10-31  Pedro Alves  <palves@redhat.com>
164
165         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
166         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
167         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
168         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
169         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
170         <bpstat handling>: If the bpstat chain wants the signal to be
171         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
172         GDB_SIGNAL_TRAP.
173
174 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
175
176         * breakpoint.c (update_watchpoint): Update error message and add
177         an additional error message.
178
179 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
180
181         * s390-tdep.h: Rename to...
182         * s390-linux-tdep.h: ...here.
183         * s390-tdep.c: Rename to...
184         * s390-linux-tdep.c: ...here.  Adjust #include.
185         * s390-nat.c: Rename to...
186         * s390-linux-nat.c: ...here.  Adjust #include.
187         * config/s390/s390.mh: Rename to...
188         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
189         s390-linux-nat.o.
190         * configure.host: Reflect host rename "s390" -> "linux".
191         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
192         * Makefile.in (ALL_TARGET_OBS): Likewise.
193         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
194         s390-linux-tdep.h.
195         (ALLDEPFILES): Reflect rename of .c files.
196
197 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
198
199         * s390-nat.c: Whitespace cleanup.
200         * s390-tdep.c: Likewise.
201         * s390-tdep.h: Remove empty line at end of file.
202
203 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
204
205         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
206         siginfo_size.
207
208 2013-10-29  Tom Tromey  <tromey@redhat.com>
209
210         * utils.c (reg): Move undefinition...
211         * gdb_curses.h: ... here.  Update comment to mention AIX.
212
213 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
214
215         * exec.h (add_target_sections_of_objfile): New declaration.
216         * exec.c (add_target_sections_of_objfile): New function.
217         * symfile.c (add_symbol_file_command): Update current target sections.
218         (remove_symbol_file_command): New command.
219         (symfile_free_objfile): New function.
220         (_initialize_symfile): Register observer for free_objfile events.
221         * NEWS: Add description of the remove-symbol-file command.
222         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
223         * objfiles.c (free_objfile): Notify free_objfile.
224         (is_addr_in_objfile): New function.
225         * objfiles.h (is_addr_in_objfile): New declaration.
226         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
227         events instead of solib_unloaded events.
228         (_initialize_printcmd): Register observer for free_objfile instead
229         of solib_unloaded notifications.
230         * solib.c (remove_user_added_objfile): New function.
231         (_initialize_symfile): Add remove-symbol-file.
232
233 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
234
235         * infcmd.c (default_print_one_register_info): Use val_print to
236         print all values even optimized out or unavailable ones.  Don't
237         try to print a raw form of optimized out or unavailable values.
238
239 2013-10-29  Yao Qi  <yao@codesourcery.com>
240
241         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
242         parameter 'arg' instead of from program_space_data.
243         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
244         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
245         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
246         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
247         * inflow.c (inflow_inferior_data_cleanup): Get data from
248         parameter 'arg' instead of inferior_data.
249         * registry.h: Add comments.
250
251 2013-10-28  Pedro Alves  <palves@redhat.com>
252
253         * breakpoint.c (watchpoints_triggered)
254         <!target_stopped_data_address>: Hardcode return 1.
255
256 2013-10-28  Pedro Alves  <palves@redhat.com>
257
258         * infrun.c (process_event_stop_test): Remove unnecessary scoping
259         level and reindent.
260
261 2013-10-28  Pedro Alves  <palves@redhat.com>
262
263         * infrun.c (process_event_stop_test): New function, factored out
264         from handle_inferior_event.
265         (handle_inferior_event): 'process_event_stop_test' is now a
266         function instead of a goto label -- adjust.
267
268 2013-10-28  Pedro Alves  <palves@redhat.com>
269
270         * infrun.c (handle_inferior_event): Move process_event_stop_test
271         goto label to the else branch of the ecs->random_signal check,
272         along with FRAME and GDBARCH re-fetching.
273
274 2013-10-28  Pedro Alves  <palves@redhat.com>
275
276         * infrun.c (switch_back_to_stepped_thread): New function, factored
277         out from handle_inferior_event.
278         (handle_inferior_event): Adjust to call
279         switch_back_to_stepped_thread.  Call it also at the tail of the
280         random signal handling, and return, instead of also handling
281         random signals just before the stepping tests.
282
283 2013-10-28  Pedro Alves  <palves@redhat.com>
284
285         * infrun.c (clear_stop_func): Delete.
286         (handle_inferior_event): Don't call clear_stop_func and don't
287         clear 'ecs->random_signal'.
288
289 2013-10-27  Yao Qi  <yao@codesourcery.com>
290
291         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
292         (varobj_create, varobj_get_path_expr): Update.
293         (varobj_value_has_mutated, varobj_update): Likewise.
294         (create_child_with_value, new_root_variable): Likewise.
295         (number_of_children, name_of_variable): Likewise.
296         (value_of_child, my_value_of_variable): Likewise.
297         (varobj_value_is_changeable_p): Likewise.
298
299 2013-10-25  Yao Qi  <yao@codesourcery.com>
300
301         * language.h (struct lang_varobj_ops): Declare.
302         (struct language_defn) <la_varobj_ops>: New field.
303         * ada-lang.c: Include "varobj.h"
304         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
305         ada_varobj_ops.
306         * c-lang.c: Include "varobj.h"
307         (c_language_defn): Initialize field 'la_varobj_ops' with
308         c_varobj_ops.
309         (cplus_language_defn): Initialize field 'la_varobj_ops' with
310         cplus_varobj_ops.
311         (asm_language_defn): Initialize field 'la_varobj_ops' with
312         default_varobj_ops.
313         (minimal_language_defn): Likewise.
314         * d-lang.c (d_language_defn): Likewise.
315         * f-lang.c (f_language_defn): Likewise.
316         * go-lang.c (go_language_defn): Likewise.
317         * m2-lang.c (m2_language_defn): Likewise.
318         * objc-lang.c (objc_language_defn): Likewise.
319         * opencl-lang.c (opencl_language_defn): Likewise.
320         * p-lang.c (pascal_language_defn): Likewise.
321         * language.c (unknown_language_defn): Likewise.
322         (auto_language_defn): Likewise.
323         (local_language_defn): Likewise.
324         * jv-lang.c (java_language_defn): Initialize field
325         'la_varobj_ops' with java_varobj_ops.
326         * varobj.c (varobj_create): Update.
327         * varobj.h (default_varobj_ops): Define macro.
328
329 2013-10-25  Pedro Alves  <palves@redhat.com>
330
331         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
332         static field value.
333         (cp_print_static_field): If the value is entirely optimized out,
334         print <optimized out> here.
335         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
336         static field value.
337         * p-valprint.c (pascal_object_print_static_field): If the value is
338         entirely optimized out, print <optimized out> here.
339         * valops.c (do_search_struct_field)
340         (value_struct_elt_for_reference): No longer handle a NULL static
341         field value.
342         * value.c (value_static_field): Return an optimized out value
343         instead of NULL.
344
345 2013-10-25  Yao Qi  <yao@codesourcery.com>
346
347         * remote.c (remote_traceframe_info): Return early if
348         traceframe is not selected.
349
350 2013-10-25  Yao Qi  <yao@codesourcery.com>
351
352         * tracepoint.c (traceframe_fun): Remove.
353         (traceframe_sal): Remove.
354         (set_traceframe_context): Add local variables.
355
356 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
357
358         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
359         and parameter name.
360
361 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
362
363         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
364         failure from register information collection.
365
366 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
367
368         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
369         member.
370         (linux_corefile_thread_callback): Update accordingly.
371         (linux_make_corefile_notes): Likewise.
372
373 2013-10-24  Pedro Alves   <palves@redhat.com>
374
375         * NEWS (New options): Mention set/show startup-with-shell.
376         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
377         instead of 3.
378         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
379         startup-with-shell'.
380         (show_startup_with_shell): New function.
381         (_initialize_fork_child): Register the set/show startup-with-shell
382         commands.
383         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
384         * inf-ttrace.c (inf_ttrace_him): Remove comment.
385         * procfs.c (procfs_init_inferior): Remove comment.
386         * infcmd.c (startup_with_shell): New global.
387         * inferior.h (startup_with_shell): Declare global.
388         (STARTUP_WITH_SHELL): Delete.
389         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
390
391 2013-10-23  Pedro Alves  <palves@redhat.com>
392
393         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
394         * common/signals.c: Include "gdb_assert.h".
395         (signals): New field 'symbol'.
396         (SET): Use the 'symbol' parameter.
397         (gdb_signal_to_symbol_string): New function.
398         * infrun.c (handle_inferior_event) <random signal>: In debug
399         output, print the random signal enum as string in addition to its
400         number.
401         * target/waitstatus.c (target_waitstatus_to_string): Print the
402         signal's enum value as string instead of the (POSIX) signal name.
403
404 2013-10-23  Gary Benson  <gbenson@redhat.com>
405
406         PR 16013
407         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
408         from 32 to 18.  Adjusted fscanf format string accordingly.
409         (Avoids leaving cmd unterminated.)
410         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
411         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
412         that local_address and remote_address will not overflow.
413         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
414         leaving dependencies unterminated.  Parse size as "%u" to match
415         definition.
416
417 2013-10-22  Pedro Alves  <palves@redhat.com>
418
419         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
420         set ecs->random signal.
421
422 2013-10-22  Pedro Alves  <palves@redhat.com>
423
424         * infrun.c (keep_going): Update comments.
425
426 2013-10-22  Pedro Alves  <palves@redhat.com>
427
428         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
429         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
430
431 2013-10-22  Pedro Alves  <palves@redhat.com>
432
433         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
434         GDB_EXC_BAD_ACCESS.
435         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
436         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
437         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
438         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
439         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
440         (GDB_SIGNAL_LAST): Change description string.
441         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
442         Adjust to signal renaming.
443         * darwin-nat.c (darwin_decode_message): Likewise.
444
445 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
446
447         * MAINTAINERS (Write After Approval): Add myself to the list.
448
449 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
450
451         * breakpoint.c (update_watchpoint): If hardware watchpoints are
452         forced off, downgrade them to software watchpoints if possible,
453         and error out if not possible.
454         (watch_command_1): Move watchpoint type selection closer to
455         watchpoint creation, and extend the comments.
456
457 2013-10-18  Pedro Alves  <palves@redhat.com>
458
459         PR gdb/16062
460         * infrun.c (handle_inferior_event): Keep going if we got a random
461         signal we should not stop for, instead of falling through to the
462         step tests.
463
464 2013-10-18  Yao Qi  <yao@codesourcery.com>
465
466         * c-varobj.c (cplus_number_of_children): Fix indentation.
467
468 2013-10-17  Tom Tromey  <tromey@redhat.com>
469
470         PR gdb/15995:
471         * printcmd.c (printcmd): Call gdb_flush.
472
473 2013-10-17  Tom Tromey  <tromey@redhat.com>
474
475         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
476         (elf_locate_sections): Update.
477
478 2013-10-17  Yao Qi  <yao@codesourcery.com>
479
480         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
481         * ada-varobj.c: Remove the include of ada-varobj.h.
482         (ada_varobj_get_number_of_children): Declare.
483         (ada_varobj_get_name_of_child): Make it static.
484         (ada_varobj_get_path_expr_of_child): Likewise.
485         (ada_varobj_get_value_of_child): Likewise.
486         (ada_varobj_get_type_of_child): Likewise.
487         (ada_varobj_get_value_of_array_variable): Likewise.
488         * ada-varobj.h: Remove.
489
490 2013-10-17  Yao Qi  <yao@codesourcery.com>
491
492         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
493         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
494         * ada-varobj.c: Include "varobj.h".
495         (ada_number_of_children): New.  Moved from varobj.c.
496         (ada_name_of_variable, ada_name_of_child): Likewise.
497         (ada_path_expr_of_child, ada_value_of_child): Likewise.
498         (ada_type_of_child, ada_value_of_variable): Likewise.
499         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
500         (ada_varobj_ops): New.
501         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
502         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
503         * gdbtypes.h (get_target_type): Declare.
504         * varobj.c: Remove the inclusion of "ada-varobj.h" and
505         "ada-lang.h".
506         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
507         (ANONYMOUS_UNION_NAME): Likewise.
508         (get_type, get_value_type, get_target_type): Remove declarations.
509         (value_get_print_value, varobj_value_get_print_value): Likewise.
510         (c_number_of_children, c_name_of_variable): Likewise.
511         (c_name_of_child, c_path_expr_of_child): Likewise.
512         (c_value_of_child, c_type_of_child): Likewise.
513         (c_value_of_variable, cplus_number_of_children): Likewise.
514         (cplus_class_num_children, cplus_name_of_variable): Likewise.
515         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
516         (cplus_value_of_child, cplus_type_of_child): Likewise.
517         (cplus_value_of_variable, java_number_of_children): Likewise.
518         (java_name_of_variable, java_name_of_child): Likewise.
519         (java_path_expr_of_child, java_value_of_child): Likewise.
520         (java_type_of_child, java_value_of_variable): Likewise.
521         (ada_number_of_children, ada_name_of_variable): Likewise.
522         (ada_name_of_child, ada_path_expr_of_child): Likewise.
523         (ada_value_of_child, ada_type_of_child): Likewise.
524         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
525         (ada_value_has_mutated): Likewise.
526         (struct language_specific): Move it to varobj.h.
527         (CPLUS_FAKE_CHILD): Move it to varobj.h.
528         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
529         Callers update.
530         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
531         Make it extern.
532         (is_anonymous_child): Move it to c-varobj.c and rename to
533         varobj_is_anonymous_child.  Caller update.
534         (get_type): Move it to c-varobj.c.
535         (get_value_type): Rename it varobj_get_value_type.  Make it
536         extern.
537         (get_target_type): Move it gdbtypes.c.
538         (varobj_formatted_print_options): New function.
539         (value_get_print_value): Rename it to
540         varobj_value_get_print_value and make it extern.
541         (varobj_value_is_changeable_p): Make it extern.
542         (adjust_value_for_child_access): Move it to c-varobj.c.
543         (default_value_is_changeable_p): Rename it to
544         varobj_default_value_is_changeable_p.  Make it extern.
545         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
546         (c_name_of_child, c_path_expr_of_child): Likewise.
547         (c_value_of_child, c_type_of_child): Likewise.
548         (c_value_of_variable, cplus_number_of_children): Likewise.
549         (cplus_class_num_children, cplus_name_of_variable): Likewise.
550         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
551         (cplus_value_of_child, cplus_type_of_child): Likewise.
552         (cplus_value_of_variable): Likewise.
553         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
554         (java_name_of_child, java_path_expr_of_child): Likewise.
555         (java_value_of_child, java_type_of_child): Likewise.
556         (java_value_of_variable): Likewise.
557         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
558         (ada_name_of_child, ada_path_expr_of_child): Likewise.
559         (ada_value_of_child, ada_type_of_child): Likewise.
560         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
561         (ada_value_has_mutated): Likewise.
562         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
563         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
564         (c_varobj_ops, cplus_varobj_ops): Declare.
565         (java_varobj_ops, ada_varobj_ops): Declare.
566         (varobj_default_value_is_changeable_p): Declare.
567         (varobj_value_is_changeable_p): Declare.
568         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
569         (varobj_get_path_expr_parent): Declare.
570         (varobj_value_get_print_value): Declare.
571         (varobj_formatted_print_options): Declare.
572         (varobj_restrict_range): Declare.
573
574 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
575
576         * target/waitstatus.h (target_waitkind): Remove spurious
577         character from the comments.
578
579 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
580
581         * gdbarch.sh (get_longjmp_target): Add method documentation.
582         * gdbarch.h: Regenerate.
583
584 2013-10-16  Tom Tromey  <tromey@redhat.com>
585
586         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
587         label.
588
589 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
590
591         * gcore.in: Call GDB using the full path to the gcore script.
592         Error out if the GDB binary is not found.
593
594 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
595
596         PR gdb/16014
597         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
598         sizeof.
599
600 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
601
602         PR gdb/16042
603         * target.c (target_disable_btrace): Fix invalid return value for
604         void function.
605         (target_teardown_btrace): Likewise.
606
607 2013-10-14  Yao Qi  <yao@codesourcery.com>
608
609         * varobj.c (struct varobj): Move most of the fields to
610         varobj.h.
611         (struct varobj_dynamic): New struct.
612         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
613         (varobj_has_more): Likewise.
614         (dynamic_varobj_has_child_method): Likewise.
615         (update_dynamic_varobj_children): Likewise.
616         (varobj_get_num_children): Likewise.
617         (varobj_list_children, varobj_pretty_printed_p): Likewise.
618         (install_new_value_visualizer): Likewise.
619         (install_new_value_visualizer, install_new_value): Likewise.
620         (varobj_update, new_variable, free_variable): Likewise.
621         (my_value_of_variable, value_get_print_value): Likewise.
622         (install_visualizer): Change the type of parameter 'var' to
623         'struct varobjd_dynamic *'.  Callers update.
624         * varobj.h (struct varobj): Moved from varobj.c.
625         (struct varobj) <dynamic>: New field.
626
627 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
628
629         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
630         as the preferred name of r30.
631         * nios2-linux-tdep.c (reg_offsets): Likewise.
632         * features/nios2-cpu.xml: Likewise.
633         * features/nios2-linux.c: Regenerated.
634         * features/nios2.c: Regenerated.
635         * regformats/nios2-linux.dat: Regenerated.
636
637 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
638
639         Canonicalize directories for EXEC_FILENAME.
640         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
641         exec_filename.
642         * utils.c (gdb_realpath_keepfile): New function.
643         * utils.h (gdb_realpath_keepfile): New declaration.
644
645 2013-10-11  Doug Evans  <dje@google.com>
646
647         * Makefile.in (GDBFLAGS): New variable.
648         (run): New rule.
649
650 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
651
652         * NEWS: Add entry documenting the new "-catch-assert" and
653         "-catch-exception" GDB/MI commands.
654
655 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
656
657         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
658         "enabled".
659         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
660         "enabled".  Set B->ENABLE_STATE accordingly.
661         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
662         ada-lang.c.
663         (create_ada_exception_catchpoint): Add declaration.
664         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
665         (create_ada_exception_catchpoint): Make non-static. Add new
666         parameter "disabled". Use it in call to
667         init_ada_exception_breakpoint.
668         (catch_ada_exception_command): Add parameter "enabled" in call
669         to create_ada_exception_catchpoint.
670         (catch_assert_command): Likewise.
671
672         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
673         Add declarations.
674         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
675         "catch-exception" commands.
676         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
677         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
678
679 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
680
681         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
682         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
683         of all its enumerates with "ada_".  Update the rest of this
684         file throughout.
685
686 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
687
688         * ada-lang.c (ada_decode_exception_location): Delete.
689         (create_ada_exception_catchpoint): Remove arguments "sal",
690         "addr_string" and "ops".  Add argument "ex_kind" instead.
691         Adjust implementation accordingly, calling ada_exception_sal
692         to get the entities it no longer gets passed as arguments.
693         Document the function's arguments.
694         (catch_ada_exception_command): Use catch_ada_exception_command_split
695         instead of ada_decode_exception_location, and update call to
696         create_ada_exception_catchpoint.
697         (catch_ada_assert_command_split): Renames
698         ada_decode_assert_location.  Remove parameters "addr_string" and
699         "ops", and now returns void.  Adjust implementation accordingly.
700         Update the function documentation.
701         (catch_assert_command): Use catch_ada_assert_command_split
702         instead of ada_decode_assert_location.  Update call to
703         create_ada_exception_catchpoint.
704
705 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
706
707         * utils.h (perror_warning_with_name): Add declaration.
708         * utils.c (perror_warning_with_name): New function.
709         * cli/cli-cmds.c (source_script_with_search): Add call to
710         perror_warning_with_name if from_tty is nul.
711
712 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
713
714         * utils.c (perror_string): New function, extracted out of
715         throw_perror_with_name.
716         (throw_perror_with_name): Rework to use perror_string.
717
718 2013-10-11  Yao Qi  <yao@codesourcery.com>
719
720         * remote.c (discard_pending_stop_replies_in_queue): Update
721         declaration.
722         (struct stop_reply) <rs>: New field.
723         (remove_stop_reply_of_remote_state): New function.
724         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
725         Callers update.  Pass remove_stop_reply_of_remote_state to
726         QUEUE_iterate.
727         (remote_parse_stop_reply): Initialize field 'rs'.
728
729 2013-10-10  Will Newton  <will.newton@linaro.org>
730
731         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
732         linux_init_abi.
733
734 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
735
736         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
737         serial_baud_show_cmd.
738         (_initialize_cli_cmds): Delete the code creating the
739         "set/show remotebaud" commands.
740         * serial.c (baud_rate): Move here from top.c.
741         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
742         (_initialize_serial): Create "set/show serial baud" commands.
743         Add "set/show remotebaud" command aliases.
744         * top.c (baud_rate): Moved to serial.c.
745         * NEWS: Document the new "set/show serial baud" commands,
746         replacing "set/show remotebaud".
747
748 2013-10-09  Pedro Alves  <palves@redhat.com>
749
750         * breakpoint.c (insert_bp_location): Use memory_error_message to
751         build the memory error string.
752         * c-lang.c: Include "gdbcore.h".
753         (c_get_string): Use memory_error to throw error.
754         (target_xfer_memory_error): Delete.
755         (memory_error_message): New, factored out from
756         target_xfer_memory_error.
757         (memory_error): Change parameter type to target_xfer_error.
758         Rewrite.
759         (read_memory): Use memory_error instead of
760         target_xfer_memory_error.
761         * gdbcore.h: Include "target.h".
762         (memory_error): Change parameter type to target_xfer_error.
763         (memory_error_message): Declare function.
764         * target.c (target_read_memory, target_read_stack)
765         (target_write_memory, target_write_raw_memory): Return
766         TARGET_XFER_E_IO on error.  Adjust comments.
767         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
768         instead of EIO.
769         * target.h (target_read, target_insert_breakpoint)
770         (target_remove_breakpoint): Adjust comments.
771         * valprint.c (partial_memory_read): Rename parameter, and adjust
772         comment.
773         (val_print_string): Use memory_error_message to build the memory
774         error string.
775
776 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
777
778         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
779         result variable.  Rename variable fopen_e_ever_failed to
780         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
781
782 2013-10-09  Pedro Alves  <palves@redhat.com>
783
784         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
785         (monitor_write_memory_longlongs, monitor_write_memory_block):
786         Constify 'myaddr' parameter.
787         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
788         helper.
789         (monitor_xfer_partial): New function.
790         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
791         hook.  Install a to_xfer_partial hook.
792
793 2013-10-09  Tom Tromey  <tromey@redhat.com>
794
795         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
796         bfd_get_alt_debug_link_info.
797
798 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
799
800         New flag OBJF_NOT_FILENAME.
801         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
802         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
803         allocate_objfile.
804         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
805         symbol_file_add_from_bfd.
806         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
807         allocate_objfile.
808         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
809         NULL.
810         * objfiles.h (OBJF_NOT_FILENAME): New.
811
812 2013-10-08  Tom Tromey  <tromey@redhat.com>
813
814         * Makefile.in (SFILES): Add build-id.c.
815         (HFILES_NO_SRCDIR): Add build-id.h.
816         * build-id.c: New file, largely from elfread.c.  Modified
817         most functions.
818         * build-id.h: New file.
819         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
820         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
821         Search for dwz file using build-id.
822         * elfread.c (build_id_bfd_get, build_id_verify)
823         (build_id_to_debug_filename, find_separate_debug_file): Remove.
824
825 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
826
827         * ada-lang.c (compare_names_with_case): Renamed from
828         compare_names, adding a new parameter "casing" and its handling.
829         New function documentation.
830         (compare_names): New function, implemented using
831         compare_names_with_case.
832
833 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
834
835         * ada-lang.c (ada_exception_sal): Remove advance declaration.
836
837 2013-10-07  Tom Tromey  <tromey@redhat.com>
838
839         * objfiles.c (free_objfile_per_bfd_storage): Delete the
840         demangled_names_hash.
841         (free_objfile): Don't delete the demangled_names_hash.
842         * objfiles.h (struct objfile_per_bfd_storage)
843         <demangled_names_hash>: New field.
844         (struct objfile) <demangled_names_hash>: Move to
845         objfile_per_bfd_storage.
846         * symfile.c (reread_symbols): Don't delete the
847         demangled_names_hash.
848         * symtab.c (create_demangled_names_hash): Update.
849         (symbol_set_names): Update.
850
851 2013-10-07  Tom Tromey  <tromey@redhat.com>
852
853         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
854         needs_relocations>: New fields.
855         (gdb_bfd_requires_relocations): New function.
856         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
857         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
858         the BFD needs relocations applied.
859
860 2013-10-07  Pedro Alves  <palves@redhat.com>
861
862         PR breakpoints/11568
863         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
864         the thread list" instead of "gone".
865
866 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
867
868         * NEWS: Mention new convenience variable $_exitsignal.
869         * corelow.c (core_open): Reset exit convenience variables.  Set
870         $_exitsignal to the uncaught signal which generated the corefile.
871         * infrun.c (handle_inferior_event): Reset exit convenience
872         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
873         (clear_exit_convenience_vars): New function.
874         * inferior.h (clear_exit_convenience_vars): New prototype.
875
876 2013-10-06  Yao Qi  <yao@codesourcery.com>
877
878         * varobj.h: Add comments to enum varobj_languages.
879
880 2013-10-04  Doug Evans  <dje@google.com>
881
882         Add support for DWP file format version 2.
883         * NEWS: Mention support for DWP file format version 2.
884         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
885         union of asection, containing_section.  New fields virtual_offset
886         and is_virtual.  Change type of readin filed from int to char.
887         (dwo_sections, dwo_file): Tweak comments.
888         (dwp_v2_section_ids): New enum.
889         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
890         str_offsets, types.
891         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
892         All uses updated.
893         (virtual_v2_dwo_sections): New struct.
894         (dwp_hash_table): New fields version, nr_columns.  Change type of
895         section_pool field to a union.
896         (dwp_file): New field version.
897         (dwarf2_has_info): Check for virtual sections.
898         (get_containing_section): New function.
899         (get_section_bfd_owner, get_section_bfd_section): Call it.
900         (dwarf2_locate_sections): Update.
901         (dwarf2_section_empty_p): Update.
902         (dwarf2_read_section): Handle virtual sections.
903         (locate_dwz_sections): Update.
904         (create_dwp_hash_table): Document and handle V2 format.
905         (locate_v1_virtual_dwo_sections): Renamed from
906         locate_virtual_dwo_sections and update.  All callers updated.
907         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
908         Delete arg htab.  Rename arg section_index to unit_index.
909         All callers updated.
910         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
911         All uses updated.
912         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
913         (lookup_dwo_unit_in_dwp): Add V2 support.
914         (dwarf2_locate_dwo_sections): Update.
915         (dwarf2_locate_common_dwp_sections): Renamed from
916         dwarf2_locate_dwp_sections and update.  All callers updated.
917         (dwarf2_locate_v2_dwp_sections): New function.
918         (open_and_init_dwp_file): Add V2 support.
919         (read_str_index): New locals str_section, str_offsets_section.
920
921 2013-10-04  Pedro Alves  <palves@redhat.com>
922
923         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
924         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
925         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
926         describing comments with references to ptid.h.
927         * common/ptid.h: Remove intro description of constructors,
928         accessors and predicates.
929         (struct ptid): Reformat.
930         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
931         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
932         describing comments.
933
934 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
935
936         * aix-thread.c (sync_threadlists): Add missing ')' in call
937         to ptid_build.
938
939 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
940
941         * procfs.c (procfs_init_inferior): Fix typo causing the build
942         to fail.
943
944 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
945
946         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
947
948 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
949
950         * mi/mi-main.c (run_one_inferior): Add function description.
951         Make ARG a pointer to an integer whose value determines whether
952         we should "run" or "start" the program.
953         (mi_cmd_exec_run): Add handling of the "--start" option.
954         Reject all other command-line options.
955         * NEWS: Add entry for "-exec-run"'s new "--start" option.
956
957 2013-10-04  Yao Qi  <yao@codesourcery.com>
958
959         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
960         (struct notif_client) <pending_event>: Moved
961         to struct remote_notif_state.
962         <id>: New field.
963         (struct remote_notif_state) <pending_event>: New field.
964         (notif_event_xfree): Declare.
965         * remote-notif.c (handle_notification): Adjust.
966         (notif_event_xfree): New function.
967         (do_notif_event_xfree): Call notif_event_xfree.
968         (remote_notif_state_xfree): Call notif_event_xfree to free
969         each element in field pending_event.
970         * remote.c (discard_pending_stop_replies): Remove declaration.
971         (discard_pending_stop_replies_in_queue): Declare.
972         (remote_close): Call discard_pending_stop_replies_in_queue
973         instead of discard_pending_stop_replies.
974         (remote_start_remote): Adjust.
975         (stop_reply_xfree): Call notif_event_xfree.
976         (notif_client_stop): Adjust initialization.
977         (remote_notif_remove_all): Rename it to ...
978         (remove_stop_reply_for_inferior): ... this.  Update comments.
979         Don't check INF is NULL.
980         (discard_pending_stop_replies): Return early if notif_state is
981         NULL.  Adjust.  Don't check INF is NULL.
982         (remote_notif_get_pending_events): Adjust.
983         (discard_pending_stop_replies_in_queue): New function.
984         (remote_wait_ns): Likewise.
985
986 2013-10-04  Yao Qi  <yao@codesourcery.com>
987
988         * remote-notif.c (DECLARE_QUEUE_P): Remove.
989         (notif_queue): Remove.
990         (remote_notif_process): Add one parameter 'notif_queue'.
991         Update comments.  Callers update.
992         (remote_async_get_pending_events_token): Remove.
993         (remote_notif_register_async_event_handler): Remove.
994         (remote_notif_unregister_async_event_handler): Remove.
995         (handle_notification): Add parameter 'notif_queue'.  Update
996         comments.  Callers update.
997         (notif_xfree): Remove.
998         (remote_notif_state_allocate): New function.
999         (remote_notif_state_xfree): New function.
1000         (_initialize_notif): Remove code to allocate queue.
1001         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
1002         (struct remote_notif_state): New.
1003         (handle_notification): Update declaration.
1004         (remote_notif_process): Likewise.
1005         (remote_notif_register_async_event_handler): Remove.
1006         (remote_notif_unregister_async_event_handler): Remove.
1007         (remote_notif_state_allocate): Declare.
1008         (remote_notif_state_xfree): Declare.
1009         * remote.c (struct remote_state) <notif_state>: New field.
1010         (remote_close): Don't call
1011         remote_notif_unregister_async_event_handler.  Call
1012         remote_notif_state_xfree.
1013         (remote_open_1): Don't call
1014         remote_notif_register_async_event_handler.  Call
1015         remote_notif_state_allocate.
1016
1017 2013-10-04  Yao Qi  <yao@codesourcery.com>
1018
1019         * varobj.c (create_child_with_value): Remove 'const' from the
1020         type of parameter 'name'.
1021         (varobj_add_child): Likewise.
1022         (install_dynamic_child): Remove 'const' from the type of
1023         parameter 'name'.
1024         (varobj_add_child): Likewise.
1025         (create_child_with_value): Likewise.  Update comments.  Don't
1026         duplicate 'name'.
1027         (update_dynamic_varobj_children): Duplicate 'name'
1028         and pass it to install_dynamic_child.
1029
1030 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
1031
1032         * python/py-value.c (convert_value_from_python): Move PyInt_Check
1033         conversion logic to occur after PyLong_Check.  Comment on order
1034         change significance.
1035         * python/py-arch.c (archpy_disassemble): Comment on order of
1036         conversion for integers and longs.
1037
1038 2013-10-03  Pedro Alves  <palves@redhat.com>
1039
1040         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1041         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1042         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
1043         PTRACE_O_TRACEFORK is not supported.
1044         (linux_test_for_tracesysgood): New function.
1045         (linux_test_for_tracefork): New function, factored out from
1046         linux_check_ptrace_features, and also don't kill child_pid here.
1047
1048 2013-10-03  Tristan Gingold  <gingold@adacore.com>
1049
1050         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1051         Remove verbose error reporting.  Use detected state to
1052         thread_set_state call.
1053         (i386_darwin_dr_get): Fix return type.  Remove verbose error
1054         report.
1055         Remove trailing spaces.
1056
1057 2013-10-02  Pedro Alves  <palves@redhat.com>
1058
1059         * cp-valprint.c (cp_print_value_fields): Adjust calls to
1060         val_print_optimized_out.
1061         * jv-valprint.c (java_print_value_fields): Likewise.
1062         * p-valprint.c (pascal_object_print_value_fields): Likewise.
1063         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1064         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1065         new optimized out value.
1066         * findvar.c (address_from_register): Likewise.
1067         * frame.c (put_frame_register): Tweak error string to say the
1068         register was not saved, rather than optimized out.
1069         * infcmd.c (default_print_one_register_info): Adjust call to
1070         val_print_optimized_out.  Use value_of_register instead of
1071         get_frame_register_value.
1072         * mi/mi-main.c (output_register): Use value_of_register instead of
1073         get_frame_register_value.
1074         * valprint.c (valprint_check_validity): Likewise.
1075         (val_print_optimized_out): New value parameter.  If the value is
1076         lval_register, print <not saved> instead.
1077         (value_check_printable, val_print_scalar_formatted): Adjust calls
1078         to val_print_optimized_out.
1079         * valprint.h (val_print_optimized_out): New value parameter.
1080         * value.c (struct value) <optimized_out>: Extend comment.
1081         (error_value_optimized_out): New function.
1082         (require_not_optimized_out): Use it.  Use a different string for
1083         lval_register values.
1084         * value.h (error_value_optimized_out): New declaration.
1085         * NEWS: Mention <not saved>.
1086
1087 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1088
1089         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1090         strcmp to compare two symtab filenames.
1091
1092 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1093
1094         * symtab.c (search_symbols_equal): Delete.
1095         (sort_search_symbols_remove_dups): Replace call to
1096         search_symbols_equal by call to compare_search_syms,
1097         adjusting as necessary.
1098
1099 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1100
1101         PR python/15579
1102         * python/python.c: Document gdb.execute command in Python help.
1103
1104 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1105
1106         * python/py-frame.c (frame_info_to_frame_object): Use
1107         gdbpy_convert_exception. Clean up Python object on failure.
1108
1109 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1110
1111         * python/lib/gdb/command/frame_filters.py
1112         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1113         (ShowFrameFilterPriority.invoke): Ditto.
1114
1115 2013-10-01  Keith Seitz  <keiths@redhat.com>
1116
1117         * linespec.c (struct ls_parser): Make 'saved_arg' const.
1118         (parse_linespec): Make 'argptr' const.
1119         Remove temporary cast of 'argptr' to const char **.
1120         (decode_line_full): Pass const pointer to parse_linespec.
1121         (decode_line_1): Likewise.
1122         (decode_objc): Make local variable 'new_argptr' const.
1123         (find_function_symbols): Remove temporary cast to char *
1124         to find_imps.
1125         * objc-lang.c (find_imps): Make argument 'method' const.
1126         Return const.
1127         * objc-lang.h (find_imps): Likewise.
1128
1129 2013-10-01  Keith Seitz  <keiths@redhat.com>
1130
1131         * completer.c (skip_quoted_chars): Make all arguments const.
1132         Return const.
1133         (skip_quoted): Likewise.
1134         * completer.h (skip_quoted_chars): Likewise.
1135         (skip_quoted): Likewise.
1136         * defs.h (skip_quoted): Remove duplicate declaration.
1137         * jv-exp.y: Include completer.h.
1138         (yylex): Remove unneccessary cast to char * fro skip_quoted.
1139         * p-exp.y: Include completer.h.
1140
1141 2013-10-01  Keith Seitz  <keiths@redhat.com>
1142
1143         * c-exp.y (parse_number): Make first argument const.
1144         Make a copy of the input to manipulate.
1145         (c_parse_escape): Make first argument const.
1146         Make local variable 'tokptr' const.
1147         (parse_string_or_char): Make first two arguments const.
1148         (macro_original_text): Make const.
1149         (lex_one_token): Make local variable 'tokstart' const.
1150         Likewise for local variables named 'p'.
1151         Cast away const for struct stoken (temporary).
1152         * c-lang.h (c_parse_escpae): Make first argument const.
1153         * cli/cli-cmds.c (echo_command): Make local variable 'p'
1154         const.
1155         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1156         var_string case.
1157         * f-exp.y (parse_number): Make first argument const.
1158         (match_string_literal): Make local variable 'tokstart'
1159         const.
1160         (yylex): Make local variable 'p' const.
1161         Cast away const for struct stoken (temporary).
1162         * go-exp.y (parse_number): Make first argument const.
1163         (parse_string_or_char): Likewise.
1164         Make local variable 'tokstart' const.
1165         (lex_one_token): Likewise for numerous locals called 'p'.
1166         Cast away const for struct stoken (temporary).
1167         * jv-exp.y (parse_number): Make first argument const.
1168         Make local variables 'tokstart' and 'tokptr' const.
1169         Cast away const for call to skip_quoted (temporary).
1170         (yylex): Make local variable 'p' const.
1171         Cast away const for struct stoken (temporary).
1172         * m2-exp.y (parse_number): Make local variable 'p' const.
1173         (yylex): Likewise for 'tokstart'.
1174         Cast away const for struct stoken (temporary).
1175         Make local variable 'p' const.
1176         * macroexp.c (get_character_constant): Pass a const string
1177         to c_parse_escape.
1178         (get_string_literal): Likewise.
1179         (macro_expand_next): Make first argument const.
1180         Cast away const for init_shared_buffer.
1181         * macroexp.h (macro_expand_next): Make first argument const.
1182         * p-exp.y (yylex): Make a local copy of 'lexptr'.
1183         Pass a const string to c_parse_escape.
1184         Make local variables 'p' and 'namestart' const.
1185         * parse.c (lexptr): Make const.
1186         (prev_lexptr): Likewise.
1187         (find_template_name_end): Return const.
1188         Make argument const, too.
1189         (parse_exp_in_context): Make first argument const.
1190         Remove the entire const_hack.
1191         (parse_exp_in_context_1): Make first argument const.
1192         * parser-defs.h (find_template_name_end): Return const.
1193         Make argument const, too.
1194         (lexptr): Make const.
1195         (prev_lexptr): Likewise.
1196         * utils.c (parse_escape): Make second argument const.
1197         * utils.h (parse_escape): Likewise.
1198
1199 2013-10-01  Keith Seitz  <keiths@redhat.com>
1200
1201         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1202         is now const.
1203         (block_lookup): Make 'raw_name' and 'name' const.
1204         * ada-lex.l (processString): Update for struct stoken.ptr.
1205         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1206         (operator_stoken): Likewise.
1207         (lex_one_token): Remove temporary cast to char * for
1208         'yylval.sval.ptr'.
1209         * f-exp.y (yylex): Likewise.
1210         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1211         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1212         * go-exp.y (lex_one_token): Remove temporary cast to char * for
1213         'yylval.sval.ptr'.
1214         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1215         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1216         * linespec.c (struct ls_parser): Make 'stream' const.
1217         (find_parameter_list_end): Make argument 'input' and local
1218         variable 'p' const.
1219         (linespec_lexer_lex_string): Make local variables 'start' and
1220         'p' const.
1221         Use skip_spaces_const instead of skip_spaces.
1222         (linespec_lexer_peek_token): Make local variable 'saved_stream'
1223         const.
1224         (parse_linespec): Temporarily cast 'argptr' to const for
1225         'parser->lexer.stream'.
1226         * m2-exp.y (yylex): Remove temporary cast to char * for
1227         'yylval.sval.ptr'.
1228         * objc-lang.c (add_msglist): Make local variable 'p' const.
1229         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
1230         (exp : STRING): Make 'sp' const.
1231         (parse_number): Make argument 'p' const.
1232         * parser-defs.h (struct stoken): Make 'ptr' const.
1233
1234 2013-10-01  Doug Evans  <dje@google.com>
1235
1236         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1237
1238 2013-10-01  Yao Qi  <yao@codesourcery.com>
1239
1240         * varobj.c (c_value_of_root): Remove declaration.
1241         (cplus_value_of_root, java_value_of_root): Likewise.
1242         (ada_value_of_root): Likewise.
1243         (struct language_specific) <value_of_root>: Remove.
1244         (languages): Update initialization.
1245         (check_scope): Move earlier.
1246         (c_value_of_root): Move earlier and rename to ...
1247         (value_of_root_1): ... this.
1248         (value_of_root): Caller update.
1249         (cplus_value_of_root, java_value_of_root): Remove.
1250         (ada_value_of_root): Remove.
1251
1252 2013-10-01  Yao Qi  <yao@codesourcery.com>
1253
1254         * varobj.c (varobj_format_string): Remove "unknown".
1255         (languages): Remove the first element.
1256         * varobj.h (enum varobj_languages): Remove vlang_c.
1257
1258 2013-10-01  Yao Qi  <yao@codesourcery.com>
1259
1260         * varobj.c (struct language_specific) <language>: Remove.
1261         (languages): Update the initialization.
1262
1263 2013-10-01  Yao Qi  <yao@codesourcery.com>
1264
1265         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1266         "solib-target.h".  Include "windows-tdep.h".
1267         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
1268         set_solib_ops and set_gdbarch_has_dos_based_file_system.
1269         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1270         windows-tdep.o to gdb_target_obs.
1271
1272 2013-10-01  Yao Qi  <yao@codesourcery.com>
1273
1274         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1275         "solib-target.h".
1276         (amd64_windows_init_abi): Don't call set_solib_ops and
1277         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1278         windows_init_abi instead.
1279         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1280         "solib-target.h".
1281         (i386_cygwin_init_abi): Don't call set_solib_ops,
1282         set_gdbarch_has_dos_based_file_system and
1283         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1284         windows_init_abi instead.
1285         * windows-tdep.c: Include "solib.h" and "solib-target.h".
1286         (windows_init_abi): New function.
1287         (windows_iterate_over_objfiles_in_search_order): Make it
1288         static.
1289         * windows-tdep.h (windows_init_abi): Declare.
1290         (windows_iterate_over_objfiles_in_search_order): Remove
1291         declaration.
1292
1293 2013-10-01  Jerome Guitton  <guitton@adacore.com>
1294
1295         Checked in by Joel Brobecker  <brobecker@adacore.com>
1296         * system-gdbinit/elinos.py (get_elinos_environment): Return an
1297         incomplete dictionnary instead of None in case of missing
1298         environment variables.
1299         (elinos_init): in case of an incomplete environment, best
1300         effort to load system libraries instead of abort.
1301
1302 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
1303
1304         * ada-lang.c (ada_has_this_exception_support): Ignore
1305         mst_solib_trampoline minimal symbols.
1306
1307 2013-09-30  Tristan Gingold  <gingold@adacore.com>
1308
1309         * i386-darwin-nat.c (darwin_complete_target): Install methods for
1310         hardware watchpoint.
1311         (i386_darwin_dr_set): Support 32 and 64 bit states.
1312         (i386_darwin_dr_get): Likewise.
1313         (i386_darwin_dr_set_control): Make static.
1314         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1315         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1316
1317 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
1318
1319         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1320         Replace TIDGET with ptid_get_lwp.
1321         Replace GET_LWP with ptid_get_lwp.
1322         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1323         Replace BUILD_THREAD with ptid_build.
1324         Replace BUILD_LWP with ptid_build.
1325         Replace PIDGET with ptid_get_pid.
1326         Replace TIDGET with ptid_get_lwp.
1327         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1328         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1329         Replace TIDGET with ptid_get_lwp.
1330         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1331         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1332         Replace TIDGET with ptid_get_lwp.
1333         Replace GET_LWP with ptid_get_lwp.
1334         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1335         * auxv.c: Likewise.
1336         * breakpoint.c: Likewise.
1337         * common/ptid.c (ptid_is_pid): Condense check for
1338         null_ptid and minus_one_ptid.
1339         (ptid_lwp_p): New function.
1340         (ptid_tid_p): New function.
1341         * common/ptid.h: Update comments for accessors.
1342         (ptid_lwp_p): New prototype.
1343         (ptid_tid_p): New prototype.
1344         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1345         * gcore.c: Replace PIDGET with ptid_get_pid.
1346         * gdbthread.h: Likewise.
1347         * gnu-nat.c: Likewise.
1348         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1349         Replace TIDGET with ptid_get_lwp.
1350         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1351         * hppanbsd-nat.c: Likewise.
1352         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1353         Replace TIDGET with ptid_get_lwp.
1354         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1355         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1356         * infcmd.c: Likewise.
1357         * inferior.h: Likewise.
1358         * inflow.c: Likewise.
1359         * infrun.c: Likewise.
1360         * linux-fork.c: Likewise.
1361         * linux-nat.c: Replace PIDGET with ptid_get_pid.
1362         Replace GET_PID with ptid_get_pid.
1363         Replace is_lwp with ptid_lwp_p.
1364         Replace GET_LWP with ptid_get_lwp.
1365         Replace BUILD_LWP with ptid_build.
1366
1367 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
1368
1369         * common/linux-btrace.c: Move sys/syscall.h out of the
1370         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1371         Also check for SYS_perf_event_open before attempting to buid.
1372
1373 2013-09-27  Doug Evans  <dje@google.com>
1374
1375         * dwarf2read.c (dwarf2_section_info): Add comment.
1376         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1377         All uses updated.
1378         (dwarf2_section_empty_p): Rename arg from "info" to "section".
1379         (dwarf2_read_section): Delete unused local "header".  Add section
1380         name to error message.
1381         (create_dwo_in_dwp): Tweak comment.
1382         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1383
1384         * dwarf2read.c (die_reader_specs): Tweak comment.
1385         (get_section_bfd_owner, get_section_bfd_section): New functions.
1386         (get_section_name, get_section_file_name): New functions.
1387         (get_section_id, get_section_flags): New functions.
1388         (*): Use new functions to access section fields.
1389
1390         * dwarf2read.c (struct dwo_file): Add/tweak comments.
1391         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
1392         arg "htab".  All callers updated.
1393         (create_debug_types_hash_table): Remove redundant copy of
1394         abbrev_section.
1395         (create_dwo_in_dwp): Tweak comments.
1396         (read_str_index): Tweak comment.  Record dwarf form name in static
1397         local.
1398
1399 2013-09-27  Pedro Alves  <palves@redhat.com>
1400
1401         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1402         (remote_filename_p): Add comment.
1403         * remote.c (remote_filename_p): Adjust to use
1404         REMOTE_SYSROOT_PREFIX.
1405         * solib.c (solib_find): When deciding whether we need to add a
1406         directory separator, check whether the sysroot is "remote:"
1407         instead of checking whether the patch has a drive spec.  Add
1408         comments.
1409
1410 2013-09-27  Pedro Alves  <palves@redhat.com>
1411
1412         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1413         Delete fields.
1414         (remote_parse_stop_reply): Adjust, setting event->ws.kind
1415         directly.
1416
1417 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1418
1419         Fix set debug frame output.
1420         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
1421         SENTINEL_FRAME entry lower to match enum frame_type order.
1422
1423 2013-09-26  Pierre Muller  <muller@sourceware.org>
1424
1425         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1426         AMD64_R15_REGNUM when a register index is expected.
1427         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1428         Substitute in array.
1429         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1430         (amd64_push_arguments): Substitute in integer_regnum array.
1431
1432 2013-09-25  Doug Evans  <dje@google.com>
1433
1434         * objfiles.c (allocate_objfile): Move comment to better place.
1435
1436         New option "set debug symfile on".
1437         * NEWS: Mention "set debug symfile".
1438         * Makefile.in (SFILES): Add symfile-debug.c.
1439         (COMMON_OBS): Add symfile-debug.o.
1440         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1441         objfile's symbol functions.
1442         * objfiles.h (objfile_set_sym_fns): Declare.
1443         * symfile-debug.c: New file.
1444         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1445         objfile's symbol functions.
1446         (reread_symbols): Ditto.
1447
1448         * symfile.h (struct sym_fns): Delete member "sym_flavour".
1449         All uses updated.
1450         (add_symtab_fns): Update prototype.
1451         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
1452         (registered_sym_fns): ... this.
1453         (symtab_fns): Update.
1454         (add_symtab_fns): New arg "flavour".  All callers updated.
1455         (find_sym_fns): Rewrite to use new sym_fns registry.
1456
1457         * symfile.h (struct sym_fns): Add "objfile" argument to
1458         sym_read_linetable.  All uses updated.
1459
1460         * symtab.c (domain_name, search_domain_name): New functions.
1461         * symtab.h (domain_name, search_domain_name): Declare.
1462
1463         * symfile.h (struct quick_symbol_functions): Reorg arg list of
1464         map_matching_symbols so objfile is first.  All uses updated.
1465         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1466         * psymtab.c (map_matching_symbols_psymtab): Update signature.
1467
1468 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1469
1470         PR shlibs/8882
1471         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1472         link map entries.
1473
1474 2013-09-24  Doug Evans  <dje@google.com>
1475
1476         * objfiles.c (free_objfile): Move comment.
1477
1478 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1479
1480         * ada-exp.y (string_to_operator): Delete.
1481         (dummy_string_to_ada_operator): Delete.
1482
1483 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1484
1485         Revert:
1486         * i386-tdep.h (enum amd64_reg_class): New, moved here from
1487         amd64-tdep.c.
1488         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1489         call_dummy_integer_regs, and classify.
1490         * amd64-tdep.h (amd64_classify): Add declaration.
1491         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1492         (amd64_reg_class): Delete, moved to i386-tdep.h.
1493         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
1494         Replace call to amd64_classify by call to tdep->classify.
1495         (amd64_push_arguments): Get the list of registers to use for
1496         passing integer parameters from the gdbarch tdep structure,
1497         rather than using a hardcoded one.  Replace calls to amd64_classify
1498         by calls to tdep->classify.
1499         (amd64_push_dummy_call): Get the register number used for
1500         the "hidden" argument from tdep->call_dummy_integer_regs.
1501         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1502         and tdep->call_dummy_integer_regs.  Set tdep->classify.
1503
1504 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1505
1506         Revert:
1507         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1508         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1509         where tdep->memory_args_by_pointer is non-zero.
1510
1511 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1512
1513         Revert:
1514         * i386-tdep.h (struct gdbarch_tdep): Add new field
1515         integer_param_regs_saved_in_caller_frame.
1516         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1517         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1518
1519 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1520
1521         * amd64-windows-tdep.c: #include "value.h"
1522         (amd64_windows_classify): Delete.
1523         (amd64_windows_passed_by_integer_register)
1524         (amd64_windows_passed_by_xmm_register)
1525         (amd64_windows_passed_by_pointer)
1526         (amd64_windows_adjust_args_passed_by_pointer)
1527         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1528         (amd64_windows_push_dummy_call): New functions.
1529         (amd64_windows_init_abi): Remove setting of
1530         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1531         tdep->classify, tdep->memory_args_by_pointer and
1532         tdep->integer_param_regs_saved_in_caller_frame.
1533         Add call to set_gdbarch_push_dummy_call.
1534
1535 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1536
1537         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1538         objfile->original_name.
1539
1540 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1541
1542         Pass down original filename for objfile.
1543         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1544         * elfread.c (elf_symfile_read): Likewise.
1545         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1546         longer set ORIGINAL_NAME.
1547         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1548         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1549         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
1550         symbol_file_add_from_bfd call.
1551         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1552         (macho_check_dsym): Add parameter filenamep.  Change function comment.
1553         Set *filenamep.
1554         (macho_symfile_read): New variable dsym_filename.  Update
1555         macho_check_dsym call.  Use it for symbol_file_add_separate.
1556         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
1557         it.  Use it for objfile->original_name.
1558         (objfile_name): Return OBFD's filename, if available.
1559         * objfiles.h (allocate_objfile): Add new parameter name.
1560         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1561         * symfile-mem.c (symbol_file_add_from_memory): Update
1562         symbol_file_add_from_bfd call.
1563         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1564         comment for it.
1565         (symbol_file_add_with_addrs): New parameter name, add function comment
1566         for it.  Remove variable name.  Update allocate_objfile call.
1567         (symbol_file_add_separate): New parameter name, add function comment
1568         for it.  Update symbol_file_add_with_addrs call.
1569         (symbol_file_add_from_bfd): New parameter name.  Update
1570         symbol_file_add_with_addrs call.
1571         (symbol_file_add): Update symbol_file_add_from_bfd call.
1572         (reread_symbols): New variable original_name.  Save
1573         objfile->original_name by it.
1574         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1575         second parameter.
1576
1577 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1578
1579         Code cleanup: Add objfile_name accessor function.
1580         * ada-lang.c (is_known_support_routine): Use objfile_name.
1581         * auto-load.c (source_gdb_script_for_objfile)
1582         (auto_load_objfile_script): Likewise.
1583         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1584         * dbxread.c (dbx_symfile_read): Likewise.
1585         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1586         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1587         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1588         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1589         (lookup_dwp_signatured_type, lookup_dwo_unit)
1590         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1591         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1592         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1593         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1594         (dwarf2_record_block_ranges, read_common_block, read_typedef)
1595         (read_subrange_type, load_partial_dies, read_partial_die)
1596         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1597         (die_containing_type, build_error_marker_type, lookup_die_type)
1598         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1599         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1600         (get_DW_AT_signature_type, write_psymtabs_to_index)
1601         (save_gdb_index_command): Likewise.
1602         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1603         Likewise.
1604         * expprint.c (dump_subexp_body_standard): Likewise.
1605         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1606         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1607         original_name.
1608         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1609         obj_name, use objfile_name for it, use the variable.
1610         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1611         Use objfile_name.
1612         * machoread.c (macho_symtab_read, macho_check_dsym)
1613         (macho_symfile_relocate): Likewise.
1614         * maint.c (maintenance_translate_address): Likewise.
1615         * minidebug.c (find_separate_debug_file_in_section): Likewise.
1616         * minsyms.c (install_minimal_symbols): Likewise.
1617         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1618         original_name.
1619         (filter_overlapping_sections): Use objfile_name.
1620         (objfile_name): New function.
1621         * objfiles.h (struct objfile): Rename field name to original_name.
1622         (objfile_name): New prototype.
1623         * printcmd.c (sym_info, address_info): Use objfile_name.
1624         * probe.c (parse_probes, collect_probes, compare_probes)
1625         (info_probes_for_ops): Likewise.
1626         * progspace.c (clone_program_space): Likewise.
1627         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1628         (maintenance_info_psymtabs): Likewise.
1629         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1630         (source_section_scripts): Likewise.
1631         * python/py-objfile.c (objfpy_get_filename): Likewise.
1632         * python/py-progspace.c (pspy_get_filename): Likewise.
1633         * solib-aix.c (solib_aix_get_toc_value): Likewise.
1634         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1635         * solib.c (solib_read_symbols): Likewise.
1636         * stabsread.c (scan_file_globals): Likewise.
1637         * stap-probe.c (handle_stap_probe): Likewise.
1638         * symfile.c (symbol_file_clear, separate_debug_file_exists)
1639         (find_separate_debug_file_by_debuglink): Likewise.
1640         (reread_symbols): Likewise.  Use the objfile field name renamed to
1641         original_name.
1642         (allocate_symtab): Use objfile_name.
1643         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1644         (dump_objfile, dump_msymbols, dump_symtab_1)
1645         (maintenance_print_msymbols, maintenance_print_objfiles)
1646         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1647         * target.c (target_translate_tls_address, target_info): Likewise.
1648         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
1649         objfile_name.
1650
1651 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1652
1653         Code cleanup.
1654         * probe.c (parse_probes): Rename variable objfile_name to
1655         objfile_namestr.
1656
1657 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1658
1659         Remove solib-sunos.c.
1660         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1661         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1662         * objfiles.c (rt_common_objfile): Remove.
1663         (free_objfile): Remove rt_common_objfile comparison.
1664         * objfiles.h (rt_common_objfile): Remove.
1665         * solib-sunos.c: Remove.
1666         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1667
1668 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1669
1670         Remove a.out NetBSD and OpenBSD hosts.
1671         * NEWS (Removed native configurations): New.
1672         * config/arm/nbsdaout.mh: Remove.
1673         * config/i386/nbsdaout.mh: Remove.
1674         * config/i386/obsdaout.mh: Remove.
1675         * config/m68k/nbsdaout.mh: Remove.
1676         * config/sparc/nbsdaout.mh: Remove.
1677         * config/vax/nbsdaout.mh: Remove.
1678         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1679         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1680         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1681         error.
1682         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1683         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1684         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1685
1686 2013-09-23  Tom Tromey  <tromey@redhat.com>
1687
1688         * linespec.c (struct minsym_and_objfile): Remove.
1689         (minsym_and_objfile_d): Remove.
1690         (struct linespec, struct collect_info, linespec_parse_basic)
1691         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1692         (compare_msymbols, find_method, find_function_symbols)
1693         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1694         (add_minsym, search_minsyms_for_name): Update.
1695
1696 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1697
1698         * regcache.c: Add include of valprint.h.
1699         (dump_endian_bytes): Delete.
1700         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1701
1702 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1703
1704         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1705
1706 2013-09-19  Pedro Alves  <palves@redhat.com>
1707
1708         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1709         breakpoints.
1710
1711 2013-09-19  Pedro Alves  <palves@redhat.com>
1712             Thomas Schwinge  <thomas@codesourcery.com>
1713             Yue Lu  <hacklu.newborn@gmail.com>
1714
1715         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1716         Take a gdb_byte pointer instead of a char pointer.
1717
1718         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1719         gnu_xfer_partial helper.
1720         (gnu_xfer_partial): New function.
1721         (gnu_target): Don't install a deprecated_xfer_memory hook.
1722         Install a to_xfer_partial hook.
1723
1724 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1725
1726         Constification.
1727         * main.c (captured_main): Replace catch_command_errors by
1728         catch_command_errors_const.  Twice.
1729         * symfile.c (symbol_file_add_main_1): Make args parameter const.
1730         (symbol_file_add): Make name parameter const.
1731         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1732         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
1733         variable name.  Change their usage accordingly.
1734         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1735         const.
1736         (symbol_file_add_main): Make args parameter const.
1737
1738 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
1739             Ulrich Weigand  <uweigand@de.ibm.com>
1740
1741         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1742         of c_value member.
1743         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1744
1745 2013-09-18  Pedro Alves  <palves@redhat.com>
1746             Yue Lu  <hacklu.newborn@gmail.com>
1747
1748         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1749         (gnu_create_inferior)
1750         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1751         (set_sig_thread_cmd): Use the lwpid field of ptids to
1752         store/extract thread ids instead of the tid field.
1753         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1754
1755 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1756
1757         * infcmd.c (default_print_one_register_info): Add detection of
1758         optimized out values.
1759         (default_print_registers_info): Switch to using
1760         get_frame_register_value.
1761
1762 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1763
1764         * infrun.c (handle_inferior_event): Check if we know the
1765         function start address before setting a resume breakpoint.
1766
1767 2013-09-18  Pedro Alves  <palves@redhat.com>
1768
1769         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1770         minus_one_ptid instead of looking at the ptid's tid field and
1771         comparing that to -1.
1772
1773 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1774
1775         * main.h (get_gdb_program_name): Remove extra whitespace.
1776
1777 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1778
1779         * main.h (get_gdb_program_name): Add declaration.
1780         * main.c (get_gdb_program_name): Add definition.
1781
1782 2013-09-17  Doug Evans  <dje@google.com>
1783
1784         * dwarf2read.c: Move definitions of complaint functions to after
1785         forward declarations of local functions.
1786
1787 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
1788             Pedro Alves  <palves@redhat.com>
1789
1790         PR gdb/11568
1791         * breakpoint.c (remove_threaded_breakpoints): New function.
1792         (_initialize_breakpoint): Attach remove_threaded_breakpoints
1793         as thread_exit observer.
1794
1795 2013-09-17  Pedro Alves  <palves@redhat.com>
1796
1797         PR gdb/15911
1798         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1799         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1800         * corelow.c (core_open):
1801         * frame.h (print_stack_frame, print_frame_info): New
1802         'set_current_sal' parameter.
1803         * infcmd.c (finish_command, kill_command): Adjust call to
1804         print_stack_frame.
1805         * inferior.c (inferior_command): Likewise.
1806         * infrun.c (normal_stop): Likewise.
1807         * linux-fork.c (linux_fork_context): Likewise.
1808         * record-full.c (record_full_goto_entry, record_full_restore):
1809         Likewise.
1810         * remote-mips.c (common_open): Likewise.
1811         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1812         Use it.
1813         (print_frame_info): New 'set_current_sal' parameter.  Set the last
1814         displayed sal depending on the new paremeter instead of looking at
1815         print_what.
1816         (backtrace_command_1, select_and_print_frame, frame_command)
1817         (current_frame_command, up_command, down_command): Adjust call to
1818         print_stack_frame.
1819         * thread.c (print_thread_info, restore_selected_frame)
1820         (do_captured_thread_select): Adjust call to print_stack_frame.
1821         * tracepoint.c (tfind_1): Likewise.
1822         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1823         (mi_cmd_stack_info_frame): Likewise.
1824         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1825         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1826
1827 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1828
1829         * value.c (isvoid_internal_fn): Replace "parameter" with
1830         "argument".
1831
1832 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1833
1834         * README: Update references to writing code for GDB.
1835         * configure.ac (build_warnings): Remove obsolete comment.
1836         * configure: Regenerate.
1837         * gdbarch.sh: Remove references to gdbint.texinfo.
1838         * gdbarch.h: Regenerate.
1839         * gdbtypes.c (objfile_type): Remove comments referencing internals
1840         manual and D10V.
1841
1842 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1843
1844         * NEWS: Mention new convenience function $_isvoid.
1845         * value.c (isvoid_internal_fn): New function.
1846         (_initialize_values): Add new convenience function $_isvoid.
1847
1848 2013-09-16  Pierre Muller  <muller@sourceware.org>
1849
1850         * arm-linux-tdep.c: Add "elf/common.h" header.
1851         Remove AT_HWCAP macro definintion as it is provided in
1852         added include file.
1853         * s390-tdep.c: Remove system header <elf.h>
1854         Add "elf/common.h" header for AT_HWCAP definition.
1855         (s390_core_read_description): Use correct CORE_ADDR
1856         for hwcap local variable used as third parameter
1857         of function target_auxv_search.
1858
1859 2013-09-14  Pierre Muller  <muller@sourceware.org>
1860             Tom Tromey  <tromey@redhat.com>
1861             Pedro Alves  <palves@redhat.com>
1862
1863         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1864         mode if operating system doesn't know O_CLOEXEC.
1865
1866 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1867
1868         Code cleanup.
1869         * symfile.c (reread_symbols): Move variable obfd_filename to a more
1870         inner block.
1871
1872 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1873
1874         * NEWS: Mention TDB support.
1875         * features/s390-tdb.xml: New file.
1876         * features/s390-te-linux64.xml: New file.
1877         * features/s390x-te-linux64.xml: New file.
1878         * features/Makefile (WHICH): Add new tdescs above.
1879         (s390-te-linux64-expedite): Set.
1880         (s390x-te-linux64-expedite): Set.
1881         * features/s390-te-linux64.c: New file (generated).
1882         * features/s390x-te-linux64.c: New file (generated).
1883         * regformats/s390-te-linux64.dat: New file (generated).
1884         * regformats/s390x-te-linux64.dat: New file (generated).
1885         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1886         (HWCAP_S390_TE): Likewise.
1887         (S390_TDB_DWORD0_REGNUM): Likewise.
1888         (S390_TDB_DWORD0_REGNUM): Likewise.
1889         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1890         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1891         (S390_TDB_ATIA_REGNUM): Likewise.
1892         (S390_TDB_R0_REGNUM): Likewise.
1893         (S390_TDB_R1_REGNUM): Likewise.
1894         (S390_TDB_R2_REGNUM): Likewise.
1895         (S390_TDB_R3_REGNUM): Likewise.
1896         (S390_TDB_R4_REGNUM): Likewise.
1897         (S390_TDB_R5_REGNUM): Likewise.
1898         (S390_TDB_R6_REGNUM): Likewise.
1899         (S390_TDB_R7_REGNUM): Likewise.
1900         (S390_TDB_R8_REGNUM): Likewise.
1901         (S390_TDB_R9_REGNUM): Likewise.
1902         (S390_TDB_R10_REGNUM): Likewise.
1903         (S390_TDB_R11_REGNUM): Likewise.
1904         (S390_TDB_R12_REGNUM): Likewise.
1905         (S390_TDB_R13_REGNUM): Likewise.
1906         (S390_TDB_R14_REGNUM): Likewise.
1907         (S390_TDB_R15_REGNUM): Likewise.
1908         (S390_NUM_REGS): Increase.
1909         (S390_IS_TDBREGSET_REGNUM): New macro.
1910         (s390_regmap_tdb): Declare.
1911         (s390_sizeof_tdbregset): Define.
1912         (tdesc_s390_te_linux64): Declare.
1913         (tdesc_s390x_te_linux64): Likewise.
1914         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1915         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1916         (s390_regmap_tdb): New regmap.
1917         (s390_supply_tdb_regset): New function.
1918         (s390_tdb_regset): New regset.
1919         (s390_linux64v2_regset_sections): Add TDB regset to list.
1920         (s390x_linux64v2_regset_sections): Likewise.
1921         (s390_regset_from_core_section): Recognize TDB core note section.
1922         (s390_core_read_description): If HWCAP indicates TE support,
1923         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1924         (s390_gdbarch_init): Handle TDB regset.
1925         (_initialize_s390_tdep): Initialize new tdescs.
1926         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1927         (have_regset_tdb): New variable.
1928         (s390_native_supply): Support register invalidation.
1929         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1930         (check_regset): Treat ENODATA as "regset exists".
1931         (s390_linux_fetch_inferior_registers): Add TDB.
1932         (s390_read_description): Check for TDB existence and select
1933         appropriate tdesc.
1934         * gdbserver/Makefile.in (clean): Add removal of new makefile
1935         targets.
1936         (s390-te-linux64.c): New makefile target.
1937         (s390x-te-linux64.c): Likewise.
1938         * gdbserver/configure.srv (srv_regobj): Append new objects
1939         s390-te-linux64.o and s390x-te-linux64.o.
1940         (srv_xmlfiles): Append new files s390-te-linux64.xml,
1941         s390x-te-linux64.xml, and s390-tdb.xml.
1942         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1943         declaration.
1944         (tdesc_s390_te_linux64): Likewise.
1945         (init_registers_s390x_te_linux64): Likewise.
1946         (tdesc_s390x_te_linux64): Likewise.
1947         (s390_check_regset): Treat ENODATA as "regset exists".
1948         (s390_arch_setup): Add TDB regset support.
1949         (initialize_low_arch): Initialize registers for new tdescs.
1950
1951 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1952
1953         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1954         (S390_IS_FPREGSET_REGNUM): New macro.
1955         * s390-tdep.c (s390_dwarf_regmap): Make const.
1956         (regnum_is_gpr_full): New function for replacing repeated code.
1957         (s390_pseudo_register_name): Use it.
1958         (s390_pseudo_register_type): Likewise.
1959         (s390_pseudo_register_read): Likewise.
1960         (s390_pseudo_register_write): Likewise.
1961         (s390_unwind_pseudo_register): Likewise.
1962         (s390_regmap_gregset): New format for regmap.
1963         (s390x_regmap_gregset): Likewise.
1964         (s390_regmap_fpregset): Likewise.
1965         (s390_regmap_upper): Likewise.
1966         (s390_regmap_last_break): Likewise.
1967         (s390_regmap_system_call): Likewise.
1968         (s390_supply_regset): Adjust to new regmap format.
1969         (s390_collect_regset): Likewise.
1970         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1971         (s390_native_collect): Likewise.
1972         (supply_gregset): Likewise.
1973         (fill_gregset): Likewise.
1974         (supply_fpregset): Likewise.
1975         (fill_fpregset): Likewise.
1976         (fetch_regset): Likewise.
1977         (store_regset): Likewise.
1978         (s390_linux_fetch_inferior_registers): Likewise.
1979         (s390_linux_fetch_inferior_registers): Likewise.
1980
1981 2013-09-12  Andrew Pinski  <apinski@cavium.com>
1982
1983         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1984
1985 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1986
1987         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1988
1989 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
1990
1991         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1992
1993 2013-09-06  Pedro Alves <palves@redhat.com>
1994
1995         * remote-sim.c (dump_mem, gdbsim_fetch_register)
1996         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1997         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1998         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1999         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
2000         gdb_stdlog.
2001
2002 2013-09-06  Pedro Alves  <palves@redhat.com>
2003
2004         * remote-sim.c (dump_mem): Constify buf parameter.
2005         gdbsim_xfer_inferior_memory): Rename to ...
2006         (gdbsim_xfer_memory): ... this.  Adjust interface as
2007         target_xfer_partial helper.
2008         (gdbsim_xfer_partial): New function.
2009         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
2010         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
2011
2012 2013-09-06  Pedro Alves  <palves@redhat.com>
2013
2014         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2015         host_address_to_string, and send debug output to gdb_stdlog.
2016
2017 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2018
2019         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2020         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2021         gdb_target_obs for cris target.
2022         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2023         (cris_gdbarch_init): Move calls to
2024         set_gdbarch_fetch_tls_load_module_address and
2025         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2026         Add call to gdbarch_init_osabi.
2027         * cris-linux-tdep.c: New file.
2028         * cris-tdep.h: New file.
2029
2030 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
2031
2032         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2033         to deprecated_init_ui_hook.
2034
2035 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
2036
2037         * cli/cli-interp.c (_initialize_cli_interp): Add a
2038         command_loop_proc to interp_procs.
2039         * event-top.c (cli_command_loop): Change signature to match
2040         interp_command_loop_ftype.
2041         * event-top.h (cli_command_loop): Same.
2042         * interps.c (interp_new): Require every interpreter to have a
2043         command_loop_proc.
2044         (current_interp_command_loop): Just call the command_loop_proc on
2045         the current interpreter.
2046         * tui/tui-interp.c (_initialize_tui_interp): Add a
2047         command_loop_proc to interp_procs.
2048
2049 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2050
2051         * cris-tdep.c (cris_gdbarch_init): Add call to
2052         get_gdbarch_fetch_tls_load_module_address.
2053
2054 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2055
2056         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2057         (cris_elf_gregset_t): Rename from elf_gregset_t.
2058         (crisv32_elf_gregset_t): Adjust.
2059         (cris_supply_gregset, fetch_core_registers): Adjust.
2060
2061 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2062
2063         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2064
2065 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
2066
2067         * defs.h (deprecated_command_loop_hook): Remove, including
2068         references in comments.
2069         * interps.c (current_interp_command_loop): No longer use
2070         deprecated_command_loop_hook.
2071         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2072         setup.
2073         * top.c (deprecated_command_loop_hook): Remove.
2074
2075 2013-09-05  Pedro Alves  <palves@redhat.com>
2076
2077         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2078         local is now int instead of ULONGEST.  Print it with %d
2079         instead of paddress.
2080
2081 2013-09-05  Tristan Gingold  <gingold@adacore.com>
2082
2083         * MAINTAINERS: Remove avr maintainership.
2084
2085 2013-09-05  Pedro Alves  <palves@redhat.com>
2086
2087         * findvar.c (value_of_register): Rework in terms of
2088         value_of_register_lazy.
2089
2090 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
2091
2092         * symfile.c (add_symbol_file_command): Remove trailing
2093          whitespaces and blank line after comment.
2094
2095 2013-09-05  Pedro Alves  <palves@redhat.com>
2096
2097         * tui/tui-regs.c (tui_register_format): Don't look at the
2098         register's name here.  Return string representing register
2099         value instead of storing it in the data element.
2100         (tui_get_register): Compare register string representations
2101         instead of register value states and contents.
2102
2103 2013-09-05  Pedro Alves  <palves@redhat.com>
2104
2105         PR tui/15933
2106         * tui/tui-regs.c (tui_show_registers): Show registers of the
2107         selected frame, not the current frame.
2108
2109 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
2110
2111         * MAINTAINERS (Write After Approval): Add myself to the list.
2112
2113 2013-09-04  Doug Evans  <dje@google.com>
2114
2115         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2116         (queue_and_load_dwo_tu): New function.
2117         (lookup_dwo_signatured_type): Set per_cu.tu_read.
2118         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2119         Make dependent_cu optional.
2120         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2121         and an older .gdb_index is in use, queue and load all its TUs too.
2122
2123 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2124
2125         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2126         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2127         variable search_flags.
2128         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2129         (OPF_RETURN_REALPATH): ... here.
2130         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2131         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2132         call.  Twice.
2133         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2134         openp call.
2135         * solib.c (solib_find): Likewise.  Four times.
2136         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2137         in the function comment and for the realpath_fptr variable.
2138         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2139         (find_and_open_source): Likewise.  Twice.
2140         * symfile.c (symfile_bfd_open): Likewise, also twice.
2141
2142 2013-09-04  Doug Evans  <dje@google.com>
2143
2144         * progspace.c (save_current_space_and_thread): Remove unnecessary
2145         call to save_current_inferior.
2146
2147 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
2148
2149         * sh64-tdep.c (sh64_do_register): Return after printing message
2150         about unavailable register contents.
2151
2152 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
2153             Pedro Alves  <palves@redhat.com>
2154
2155         * symfile.c (add_symbol_file_command): Error out on unknown
2156         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2157         options and collapse into single conditional branch.
2158
2159 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
2160
2161         * inf-child.c (inf_child_follow_fork): New parameter
2162         detach_fork.
2163         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2164         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2165         * inferior.h (detach_fork): Remove.
2166         * infrun.c (detach_fork): Adjust comment and make it
2167         static.
2168         (follow_fork): Pass detach_fork parameter to
2169         target_follow_fork.
2170         * linux-nat.c (linux_child_follow_fork): New parameter
2171         detach_fork.
2172         * target.c (target_follow_fork): New parameter detach_fork.
2173         Pass detach_fork as parameter and print its value.
2174         * target.h (struct target_ops) <to_follow_fork>: New int
2175         parameter.
2176         (target_follow_fork): New parameter detach_fork.
2177
2178 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
2179
2180         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2181         Replace sec->bfd by sec->the_bfd_section->owner.
2182
2183 2013-09-03  Yao Qi  <yao@codesourcery.com>
2184
2185         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
2186         from linux_has_shared_address_space.
2187         (linux_has_shared_address_space): Call linux_is_uclinux.
2188         * linux-tdep.h (linux_is_uclinux): Declare.
2189         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2190         linux_is_uclinux.
2191
2192 2013-09-03  Yao Qi  <yao@codesourcery.com>
2193
2194         * config/djgpp/fnchange.lst: Remove entry of
2195         i386-interix-nat.c and i386-interix-tdep.c.
2196         * configure.ac: Remove '*-*-interix*'.
2197         * configure: Re-generated.
2198         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2199         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2200         obsolete comments.
2201         * osabi.c (gdb_osabi_names): Remove "Interix".
2202
2203 2013-09-03  Yao Qi  <yao@codesourcery.com>
2204
2205         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2206
2207 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
2208
2209         * record.h (record_print_flag) <record_print_src_line,
2210         record_print_insn_range>: Rename into ...
2211         (record_print_flag) <record_print_src_line,
2212         record_print_insn_range>: ... this.  Update all users.
2213
2214 2013-09-02  Pierre Muller  <muller@sourceware.org>
2215
2216         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2217         error code.
2218
2219 2013-09-02  Pierre Muller  <muller@sourceware.org>
2220
2221         * windows-nat.c (windows_xfer_memory): Fix compilation failure
2222         by use of plongest function.
2223
2224 2013-09-02  Tristan Gingold  <gingold@adacore.com>
2225
2226         * NEWS: Add entry mentioning support for native Windows x64
2227         SEH data.
2228
2229         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
2230         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
2231         (struct amd64_windows_frame_cache): New struct.
2232         (amd64_windows_w2gdb_regnum): New global.
2233         (pc_in_range, amd64_windows_frame_decode_epilogue)
2234         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
2235         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
2236         (amd64_windows_frame_this_id): New functions.
2237         (amd64_windows_frame_unwind): New static global.
2238         (amd64_windows_skip_prologue): New function.
2239         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2240         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2241         with amd64_windows_skip_prologue.
2242
2243 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
2244
2245         GDB 7.6.1 released.
2246
2247 2013-08-30  Pedro Alves  <palves@redhat.com>
2248
2249         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2250         SRC_AND_LOC.
2251
2252 2013-08-30  Pedro Alves  <palves@redhat.com>
2253
2254         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2255         warning text.
2256
2257 2013-08-30  Pedro Alves  <palves@redhat.com>
2258
2259         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2260         Adjust arguments to print_stack_frame.
2261
2262 2013-08-30  Pedro Alves  <palves@redhat.com>
2263
2264         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2265
2266 2013-08-30  Pedro Alves  <palves@redhat.com>
2267
2268         * frame.h (show_and_print_stack_frame): Delete declaration.
2269
2270 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
2271
2272         PR python/15461
2273         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2274         (archpy_name): Check for valid architecture.
2275         (archpy_disassemble): Ditto.
2276
2277 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
2278
2279         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2280         instead of "long long" in call to ptrace64.
2281
2282 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
2283
2284         * mi/mi-interp.c (mi_command_loop): Change signature to match
2285         interp_command_loop_ftype.
2286         (mi1_command_loop): Remove.
2287         (mi2_command_loop): Remove.
2288         (mi3_command_loop): Remove.
2289         (mi_interpreter_resume): Remove setting of
2290         deprecated_command_loop_hook.
2291         (_initialize_mi_interp): Set mi_command_loop as the command loop
2292         callback.
2293
2294 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2295
2296         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2297         value_type.
2298
2299 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2300
2301         * value.c (allocate_value_contents): Make static.
2302         * value.h (allocate_value_contents): Remove prototype.
2303
2304 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2305
2306         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2307         of assembling value via allocate_value_lazy and attribute setter.
2308         * findvar.c (default_read_var_value): Use value_at_lazy instead of
2309         assembling value via allocate_value_lazy and attribute setter.
2310         * valops.c (do_search_struct_field): Use value_at_lazy instead of
2311         assembling value via allocate_value_lazy and attribute setter.
2312
2313 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2314
2315         * value.c (value_from_contents_and_address): Replace allocate_value and
2316         memcpy with value_from_contents.
2317
2318 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2319
2320         * python/py-framefilter.c (py_print_frame): Remove usage of
2321         PyString_AsString.  Use python_string_to_host_string instead.
2322         Refactor function to work with a string as a new allocation
2323         instead of a pointer.
2324         (py_print_frame): Ditto.
2325         * python/lib/gdb/frames.py (return_list): Cain iterators together
2326         instead of adding them as a list.
2327         (_sort_list): Call return_list, and remove duplicate code.
2328         (execute_frame_filters): Convert iterator to a list with list().
2329         * python/lib/gdb/command/frame_filters.py
2330         (SetFrameFilterPriority._set_filter_priority): Convert priority
2331         attribute to an integer.
2332         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2333         wrapper function __next__.
2334         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2335         define as "str".
2336
2337 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2338
2339         PR python/15752
2340         * python/py-framefilter.c (apply_frame_filter): Check
2341         gdb_python_initialized.  Exit if the Python frame-filter code
2342         cannot be initialized.
2343
2344 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2345
2346         PR cli/15842
2347         * top.c (print_gdb_version): Remove erroneous newline after help
2348         text.
2349
2350 2013-08-29  Yao Qi  <yao@codesourcery.com>
2351
2352         * varobj.c (install_dynamic_child): Remove trailing space.
2353         Add one blank line after variable declaration.
2354
2355 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2356
2357         PR gdb/15415
2358         * corefile.c (get_exec_file): Use exec_filename.
2359         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
2360         * exec.c (exec_close): Free EXEC_FILENAME.
2361         (exec_file_attach): New variable canonical_pathname.  Use
2362         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
2363         EXEC_FILENAME.
2364         * exec.h (exec_filename): New.
2365         * inferior.c (print_inferior, inferior_command): Use
2366         PSPACE_EXEC_FILENAME.
2367         * mi/mi-main.c (print_one_inferior): Likewise.
2368         * progspace.c (clone_program_space, print_program_space): Likewise.
2369         * progspace.h (struct program_space): New field pspace_exec_filename.
2370         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
2371         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2372
2373 2013-08-28  Will Newton  <will.newton@linaro.org>
2374
2375         * common/linux-ptrace.c: Include stdint.h unconditionally.
2376
2377 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2378
2379         Code cleanup.
2380         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2381
2382 2013-08-28  Yao Qi  <yao@codesourcery.com>
2383             Pedro Alves  <palves@redhat.com>
2384
2385         * event-top.c (gdb_setup_readline): Call stderr_fileopen
2386         instead of stdio_fileopen.
2387         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2388         .Call stderr_fileopen instead of stdio_fileopen.
2389         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2390         [__MINGW32__] (stderr_file_fputs): New function.
2391         (stderr_fileopen): New function.
2392         * ui-file.h (stderr_fileopen): Declare.
2393
2394 2013-08-27  Doug Evans  <dje@google.com>
2395
2396         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2397         (struct dwarf2_per_cu_data): Ditto.
2398         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
2399         (process_imported_unit_die): Ditto.
2400         (follow_die_sig_1): Simplify assert.
2401
2402 2013-08-27  Pedro Alves  <palves@redhat.com>
2403
2404         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2405         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
2406         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2407         windows_xfer_memory directly.
2408         (init_windows_ops): Don't install a deprecated_xfer_memory method.
2409
2410 2013-08-27  Pedro Alves  <palves@redhat.com>
2411
2412         * darwin-nat.c (darwin_xfer_memory): Delete.
2413         (_initialize_darwin_inferior): Don't install a
2414         deprecated_xfer_memory method.
2415
2416 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2417             Yao Qi  <yao@codesourcery.com>
2418
2419         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2420         (parse_no_frames_option): Remove.
2421         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2422         (mi_cmd_stack_list_args): Adjust.
2423         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2424         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
2425         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2426         Caller update.
2427         (list_args_or_locals): New parameter 'skip_unavailable'.
2428         Handle it.
2429         * valprint.c (scalar_type_p): Rename to ...
2430         (val_print_scalar_type_p): ... this.  Make extern.
2431         (val_print, value_check_printable): Adjust.
2432         * valprint.h (val_print_scalar_type_p): Declare.
2433         * value.c (value_entirely_unavailable): New function.
2434         * value.h (value_entirely_unavailable): Declare.
2435
2436         * NEWS: Mention the new option "--skip-unavailable" to MI
2437         commands '-stack-list-locals', '-stack-list-arguments' and
2438         '-stack-list-variables'.
2439
2440 2013-08-27  Yao Qi  <yao@codesourcery.com>
2441
2442         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2443         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2444         options.
2445         * mi/mi-getopt.c (mi_getopt): Remove.
2446         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
2447         'error_on_unknown'.
2448         (mi_getopt): Call mi_getopt_1.
2449         (mi_getopt_silent): New.
2450         * mi/mi-getopt.h (mi_getopt_silent): Declare.
2451
2452 2013-08-26  Doug Evans  <dje@google.com>
2453
2454         PR symtab/15885
2455         * dwarf2read.c (dw2_dump): Print some minimal information indicating
2456         .gdb_index is in use.
2457         * symfile.c (reread_symbols): Reset objfile->sf.
2458
2459         * NEWS: Document "mt print objfiles" now takes optional regexp.
2460         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2461         regexp of objfiles to print.
2462         (_initialize_symmisc): Update doc string for "mt print objfiles".
2463
2464         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2465         missing debug info checks.
2466
2467 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
2468             Ulrich Weigand  <uweigand@de.ibm.com>
2469
2470         * xcoffread.c (arrange_linetable): Add fix to correctly handle
2471         line tables generated by XLC compiled binaries.
2472
2473 2013-08-23  Doug Evans  <dje@google.com>
2474
2475         * symmisc.c (dump_symtab): Delete prototype.
2476         (dump_msymbols, dump_objfile): Ditto.
2477         (maintenance_info_symtabs): Mark as dont_repeat.
2478         (_initialize_symmisc): Improve doc string for "mt info symtabs".
2479
2480         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2481         debugging printf to better location.
2482
2483 2013-08-23  Pedro Alves  <palves@redhat.com>
2484
2485         * target.c (target_read_live_memory): Change type of 'ret' local
2486         to LONGEST.
2487
2488 2013-08-23  Pedro Alves  <palves@redhat.com>
2489
2490         * remote.c (remote_write_bytes_aux, remote_write_bytes)
2491         (remote_read_bytes): Change return type to LONGEST, and adjust to
2492         return a target_xfer_error on error.
2493         (remote_xfer_memory): Delete.
2494         (remote_flash_write): Change type of 'ret' local to LONGEST.
2495         (remote_xfer_partial, remote_xfer_partial): Adjust.
2496         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2497
2498 2013-08-23  Pierre Muller  <muller@sourceware.org>
2499
2500         ARI fix: Push # directives to start of line.
2501         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2502
2503 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
2504
2505         PR gdb/15501
2506         * breakpoint.c (enable_command, disable_command): Iterate over
2507         all specified breakpoint locations.
2508
2509 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2510
2511         * common/linux-ptrace.c (linux_fork_to_function): Push #
2512         directives to the start of the line.
2513         (linux_check_ptrace_features): Fix warning message to use
2514         the "_" markup.
2515
2516 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2517
2518         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2519         nat/linux-waitpid.h.
2520         (linux-waitpid.o): New object file rule.
2521         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2522         (current_ptrace_options): Moved from linux-nat.c.
2523         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2524         parameters.
2525         (linux_fork_to_function): New function.
2526         (linux_grandchild_function): Likewise.
2527         (linux_child_function): Likewise.
2528         (linux_check_ptrace_features): New function, heavily
2529         based on linux-nat.c:linux_test_for_tracefork.
2530         (linux_enable_event_reporting): New function.
2531         (ptrace_supports_feature): Likewise.
2532         (linux_supports_tracefork): Likewise.
2533         (linux_supports_traceclone): Likewise.
2534         (linux_supports_tracevforkdone): Likewise.
2535         (linux_supports_tracesysgood): Likewise.
2536         * common/linux-ptrace.h (HAS_NOMMU): Moved from
2537         gdbserver/linux-low.c.
2538         (linux_enable_event_reporting): New declaration.
2539         (linux_supports_tracefork): Likewise.
2540         (linux_supports_traceclone): Likewise.
2541         (linux_supports_tracevforkdone): Likewise.
2542         (linux_supports_tracesysgood): Likewise.
2543         * config.in (PTRACE_TYPE_ARG4): Regenerate.
2544         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2545         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2546         * config/arm/linux.mh (NATDEPFILES): Likewise.
2547         * config/i386/linux.mh (NATDEPFILES): Likewise.
2548         * config/i386/linux64.mh (NATDEPFILES): Likewise.
2549         * config/ia64/linux.mh (NATDEPFILES): Likewise.
2550         * config/m32r/linux.mh (NATDEPFILES): Likewise.
2551         * config/m68k/linux.mh (NATDEPFILES): Likewise.
2552         * config/mips/linux.mh (NATDEPFILES): Likewise.
2553         * config/pa/linux.mh (NATDEPFILES): Likewise..
2554         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2555         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2556         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2557         * config/sparc/linux.mh (NATDEPFILES): Likewise.
2558         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2559         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2560         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2561         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2562         ptrace's 4th argument's types.
2563         Check the type of PTRACE_TYPE_ARG4.
2564         * configure: Regenerate.
2565         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2566         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2567         (linux_supports_tracefork_flag): Remove.
2568         (linux_supports_tracesysgood_flag): Likewise.
2569         (linux_supports_tracevforkdone_flag): Likewise.
2570         (current_ptrace_options): Moved to
2571         common/linux-ptrace.c.
2572         (linux_tracefork_child): Remove.
2573         (my_waitpid): Remove.
2574         (linux_test_for_tracefork): Renamed to
2575         linux_check_ptrace_features and moved to common/linux-ptrace.c.
2576         (linux_test_for_tracesysgood): Remove.
2577         (linux_supports_tracesysgood): Remove.
2578         (linux_supports_tracefork): Remove.
2579         (linux_supports_tracevforkdone): Remove.
2580         (linux_enable_tracesysgood): Remove.
2581         (linux_enable_event_reporting): Remove.
2582         (linux_init_ptrace): New function.
2583         (linux_child_post_attach): Call linux_init_ptrace.
2584         (linux_child_post_startup_inferior): Call linux_init_ptrace.
2585         (linux_child_follow_fork): Call linux_supports_tracefork
2586         and linux_supports_tracevforkdone.
2587         (linux_child_insert_fork_catchpoint): Call
2588         linux_supports_tracefork.
2589         (linux_child_insert_vfork_catchpoint): Likewise.
2590         (linux_child_set_syscall_catchpoint): Call
2591         linux_supports_tracesysgood.
2592         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2593         * nat/linux-nat.h: New file.
2594         * nat/linux-waitpid.c: New file.
2595         * nat/linux-waitpid.h: New file.
2596
2597 2013-08-22  Samuel Bronson  <naesten@gmail.com>
2598
2599         ARM Linux support for `catch syscall'.
2600         * syscalls/arm-linux.py: New file.
2601         * syscalls/arm-linux.xml: Likewise.
2602         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2603         (arm_linux_init_abi): Register the new function and syscall xml file.
2604         * data-directory/Makefile.in: Install the new syscall xml file.
2605         * NEWS: Brag about this.
2606
2607 2013-08-22  Pedro Alves  <palves@redhat.com>
2608
2609         PR gdb/15871
2610         * corefile.c (target_xfer_memory_error): New function.
2611         (memory_error): Defer EIO to target_memory_error.
2612         (read_memory): Use target_xfer_partial, and handle finer-grained
2613         target xfer errors.
2614         * target.c (target_xfer_error_to_string): New function.
2615         (memory_xfer_partial_1): If memory is known to be
2616         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2617         (target_xfer_partial): Make extern.
2618         * target.h (enum target_xfer_error): New enum.
2619         (target_xfer_error_to_string): Declare function.
2620         (target_xfer_partial): Declare function.
2621         (struct target_ops) <xfer_partial>: Adjust describing comment.
2622
2623 2013-08-22  Alan Modra  <amodra@gmail.com>
2624
2625         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2626         * configure.tgt: Likewise as targets.
2627
2628 2013-08-20  Doug Evans  <dje@google.com>
2629
2630         * buildsym.c (subfile_stack): Move here from buildsym.h.
2631         (pending_macros): Ditto.
2632         (get_macro_table): New function.
2633         (buildsym_init): Initialize subfile_stack.
2634         * coffread.c (type_vector,type_vector_length): Moved here from
2635         buildsym.h.
2636         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2637         (coff_symtab_read): Use it.
2638         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2639         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2640         with call to get_macro_table.
2641         * stabsread.c (type_vector,type_vector_length): Moved here from
2642         buildsym.h.
2643         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2644         * buildsym.h (get_macro_table): Declare.
2645
2646 2013-08-20  Tom Tromey  <tromey@redhat.com>
2647
2648         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2649         Update.
2650         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
2651
2652 2013-08-20  Doug Evans  <dje@google.com>
2653
2654         * blockframe.c: Remove #include "psymtab.h".
2655         * cp-support.c: Ditto.
2656         * source.c: Ditto.
2657         * stack.c: Ditto.
2658
2659 2013-08-20  Tom Tromey  <tromey@redhat.com>
2660
2661         PR python/15816:
2662         * exceptions.h (return_mask): Now an enum.
2663         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2664         enum constants.
2665
2666 2013-08-20  Tom Tromey  <tromey@redhat.com>
2667
2668         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2669         get_objfile_arch.
2670         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2671         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2672         * jit.c (jit_object_close_impl): Update.
2673         * jv-lang.c (get_dynamics_objfile): Update.
2674         * linespec.c (add_minsym): Use get_dynamics_objfile.
2675         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2676         (allocate_objfile): Don't initialize 'gdbarch' field.
2677         (get_objfile_arch): Update.
2678         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2679         moved from...
2680         (struct objfile) <gdbarch>: ... here.  Remove.
2681         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2682         get_objfile_arch.
2683         * symfile.c (init_entry_point_info): Use get_objfile_arch.
2684
2685 2013-08-20  Alan Modra  <amodra@gmail.com>
2686
2687         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2688         for IBM long double nan and inf.
2689         (floatformat_is_negative, floatformat_classify,
2690         floatformat_mantissa): Similarly.
2691         (floatformat_ieee_single, floatformat_ieee_double,
2692         floatformat_ieee_quad, floatformat_arm_ext,
2693         floatformat_ia64_spill): Delete unused vars.
2694         (_initialize_doublest): Delete unused function.
2695         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2696         little-endian variants of floatformat_ibm_long_double.
2697
2698 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
2699
2700         * Makefile.in (SFILES): Remove common/target-common.c and
2701         add target/waitstatus.c.
2702         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2703         target/resume.h, target/wait.h and target/waitstatus.h.
2704         (COMMON_OBS): Remove target-common.o and add
2705         waitstatus.o.
2706         (target-common.o): Remove.
2707         (waitstatus.o): New target object file.
2708         * common/target-common.c: Move contents to
2709         target/waitstatus.c and remove.
2710         * common/target-common.h: Move contents to other files and
2711         remove.
2712         (enum resume_kind: Move to target/resume.h.
2713         (TARGET_WNOHANG): Move to target/wait.h.
2714         (enum target_waitkind): Move to target/waitstatus.h.
2715         (struct target_waitstatus): Likewise.
2716         * target.h: Do not include target-common.h and
2717         include target/resume.h, target/wait.h and
2718         target/waitstatus.h.
2719         * target/resume.h: New file.
2720         * target/wait.h: New file.
2721         * target/waitstatus.h: New file.
2722         * target/waitstatus.c: New file.
2723
2724 2013-08-19  Pedro Alves  <palves@redhat.com>
2725
2726         * linux-nat.c (linux_test_for_tracefork)
2727         (linux_test_for_tracesysgood, linux_child_follow_fork)
2728         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2729         (linux_nat_wait_1): Extend comment.
2730         (linux_async_pipe): Add comment.
2731
2732 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
2733
2734         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2735         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2736         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2737         Update to account for fact that PC is now a pseudo-register.
2738         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
2739         cases for RL78_PC_REGNUM.
2740
2741 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
2742
2743         PR cli/15841
2744         * top.c (quit_force): Skip writing history file
2745         if input is not from terminal.
2746
2747 2013-08-14  Tom Tromey  <tromey@redhat.com>
2748
2749         * remote.c (struct remote_state) <echo_nextthread, nextthread,
2750         resultthreadlist>: New fields.
2751         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2752         (remote_get_threadlist, remote_threadlist_iterator): Use
2753         new fields.  Remove static variables.
2754
2755 2013-08-14  Tom Tromey  <tromey@redhat.com>
2756
2757         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2758         remote_watch_data_address>: New fields.
2759         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2760         (process_stop_reply, remote_wait_as)
2761         (remote_check_watch_resources, remote_stopped_data_address): Update.
2762
2763 2013-08-14  Tom Tromey  <tromey@redhat.com>
2764
2765         * remote.c (struct remote_state) <async_client_callback,
2766         async_client_context>: New fields.
2767         (async_client_callback, async_client_context): Remove.
2768         (remote_async_serial_handler, remote_async): Update.
2769
2770 2013-08-14  Tom Tromey  <tromey@redhat.com>
2771
2772         * remote.c (sizeof_pkt): Remove.
2773         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2774
2775 2013-08-14  Tom Tromey  <tromey@redhat.com>
2776
2777         * remote.c (struct remote_state) <use_threadinfo_query,
2778         use_threadextra_query>: New fields.
2779         (remote_threads_info, remote_threads_extra_info)
2780         (remote_open_1): Update.
2781
2782 2013-08-14  Tom Tromey  <tromey@redhat.com>
2783
2784         * remote.c (struct remote_state) <finished_object,
2785         finished_annex, finished_offset>: New fields.
2786         (remote_read_qxfer): Use remote_state fields; remove static
2787         variables.
2788
2789 2013-08-14  Tom Tromey  <tromey@redhat.com>
2790
2791         * remote.c (struct remote_state) <last_sent_step>:
2792         New field.
2793         (last_sent_step): Remove.
2794         (remote_resume, remote_wait_as): Update.
2795
2796 2013-08-14  Tom Tromey  <tromey@redhat.com>
2797
2798         * remote.c (struct remote_state) <last_sent_signal>:
2799         New field.
2800         (last_sent_signal): Remove.
2801         (new_remote_state, remote_resume, remote_wait_as): Update.
2802
2803 2013-08-14  Tom Tromey  <tromey@redhat.com>
2804
2805         * remote.c (struct remote_state) <last_program_signals_packet>:
2806         New field.
2807         (last_program_signals_packet): Remove.
2808         (remote_program_signals, remote_open_1): Update.
2809
2810 2013-08-14  Tom Tromey  <tromey@redhat.com>
2811
2812         * remote.c (struct remote_state) <last_pass_packet>:
2813         New field.
2814         (last_pass_packet): Remove.
2815         (remote_pass_signals, remote_open_1): Update.
2816
2817 2013-08-14  Tom Tromey  <tromey@redhat.com>
2818
2819         * remote.c (struct remote_state) <remote_traceframe_number>:
2820         New field.
2821         (remote_traceframe_number): Remove.
2822         (new_remote_state, remote_open_1, set_remote_traceframe)
2823         (remote_trace_find): Update.
2824
2825 2013-08-14  Tom Tromey  <tromey@redhat.com>
2826
2827         * remote.c (struct remote_state) <general_thread, continue_thread>:
2828         New fields.
2829         (general_thread, continue_thread): Remove.
2830         (record_currthread, set_thread, set_general_process)
2831         (remote_open_1, extended_remote_attach_1, remote_wait_as)
2832         (extended_remote_mourn_1): Update.
2833
2834 2013-08-14  Tom Tromey  <tromey@redhat.com>
2835
2836         * remote.c (struct remote_state) <remote_desc>: New field.
2837         (remote_desc): Remove.
2838         (remote_threads_info, remote_threads_extra_info, remote_close)
2839         (send_interrupt_sequence, remote_start_remote, remote_open_1)
2840         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2841         (remote_hostio_send_command, remote_file_put, remote_file_get)
2842         (remote_file_delete, remote_can_async_p, remote_is_async_p)
2843         (remote_async, remote_new_objfile, set_range_stepping): Update.
2844
2845 2013-08-14  Tom Tromey  <tromey@redhat.com>
2846
2847         * remote.c (remote_state): Now a pointer.
2848         (get_remote_state_raw): Update.
2849         (new_remote_state): New function.
2850         (_initialize_remote): Use new_remote_state.
2851
2852 2013-08-14  Tom Tromey  <tromey@redhat.com>
2853
2854         * remote.c (remote_protocol_features): Now const.
2855
2856 2013-08-14  Tom Tromey  <tromey@redhat.com>
2857
2858         * remote.c (crc32_table, crc32): Remove.
2859         (remote_verify_memory): Use xcrc32.
2860
2861 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2862
2863         * value.h (create_internalvar_type_lazy): Adjust prototype
2864         declaration.
2865
2866 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
2867
2868         * common/format.c (parse_format_string): Don't allow '#' flag for
2869         pointer arguments in format string.
2870
2871 2013-08-13  Pierre Muller  <muller@sourceware.org>
2872
2873         * utils.c (init_page_info): Only call tgetnum function
2874         if rl_get_screen_size did not return useful values.
2875
2876 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
2877
2878         PR breakpoints/15117
2879         * linespec.c (linespec_parse_basic): Check for convenience
2880         variable or history value while parsing.
2881
2882 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
2883
2884         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2885         AVR.
2886         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
2887         different signals between the generic Linux kernel implementation
2888         and AVR's.
2889         (avr_linux_gdb_signal_from_target): Delete.
2890         (avr_linux_gdb_signal_to_target): Delete.
2891         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2892
2893 2013-08-09  Doug Evans  <dje@google.com>
2894
2895         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2896         entries.
2897
2898 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
2899
2900         * linux-tdep.c: Define enum with generic signal numbers.
2901         (linux_gdb_signal_from_target): New function.
2902         (linux_gdb_signal_to_target): Likewise.
2903         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2904         methods to the functions above.
2905         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2906         (linux_gdb_signal_to_target): Likewise.
2907         * alpha-linux-tdep.c: Define new enum with signals different
2908         from generic Linux kernel.
2909         (alpha_linux_gdb_signal_from_target): New function.
2910         (alpha_linux_gdb_signal_to_target): Likewise.
2911         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2912         with the functions mentioned above.
2913         * avr-tdep.c: Define enum with differences between Linux kernel
2914         and AVR signals.
2915         (avr_linux_gdb_signal_from_target): New function.
2916         (avr_linux_gdb_signal_to_target): Likewise.
2917         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2918         the functions mentioned above.
2919         * sparc-linux-tdep.c: Define enum with differences between SPARC
2920         and generic Linux kernel signal numbers.
2921         (sparc32_linux_gdb_signal_from_target): New function.
2922         (sparc32_linux_gdb_signal_to_target): Likewise.
2923         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2924         to the functions defined above.
2925         * xtensa-linux-tdep.c: Define enum with differences between
2926         Xtensa and Linux kernel generic signals.
2927         (xtensa_linux_gdb_signal_from_target): New function.
2928         (xtensa_linux_gdb_signal_to_target): Likewise.
2929         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2930         to the functions defined above.
2931         * mips-linux-tdep.c: Define enum with differences between
2932         signals in MIPS and Linux kernel generic ones.
2933         (mips_gdb_signal_to_target): New function.
2934         (mips_gdb_signal_from_target): Redefine to use new enum, handle
2935         only different signals from the Linux kernel generic.
2936         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2937         the functions defined above.
2938         * mips-linux-tdep.h (enum mips_signals): Remove.
2939
2940 2013-08-09  Pedro Alves  <palves@redhat.com>
2941
2942         * avr-tdep.c (XMALLOC): Delete macro.
2943         * cli/cli-dump.c (XMALLOC): Delete macro.
2944
2945 2013-08-09  Pedro Alves  <palves@redhat.com>
2946
2947         * cli/cli-dump.c: Don't include cli/cli-dump.h.
2948         (scan_expression_with_cleanup, scan_filename_with_cleanup)
2949         (fopen_with_cleanup, add_dump_command): Make static.
2950         * cli/cli-dump.h: Delete file.
2951         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2952         cli/cli-dump.h.
2953
2954 2013-08-09  Pedro Alves  <palves@redhat.com>
2955
2956         * tracepoint.c (tfile_start): Show tilde-expanded filename in
2957         error message.
2958
2959 2013-08-09  Pedro Alves  <palves@redhat.com>
2960
2961         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2962         error message.
2963
2964 2013-08-09  Pedro Alves  <palves@redhat.com>
2965
2966         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2967         (gcore_command): Use tilde_expand here, and when showing the
2968         filename to the user, show the expanded version.
2969
2970 2013-08-09  Yao Qi  <yao@codesourcery.com>
2971
2972         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2973         'entryval' is set.
2974
2975 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
2976
2977         * gcore.c (create_gcore_bfd): Use tilde_expand.
2978
2979 2013-08-08  Yao Qi  <yao@codesourcery.com>
2980
2981         * frame.h (read_frame_local): Declare.
2982         * mi/mi-cmd-stack.c (list_args_or_locals): Call
2983         read_frame_local.
2984         * stack.c (read_frame_local): New.
2985
2986 2013-08-08  Yao Qi  <yao@codesourcery.com>
2987
2988         * mi/mi-cmd-stack.c: Update comments to function
2989         list_args_or_locals.
2990
2991 2013-08-07  Tom Tromey  <tromey@redhat.com>
2992
2993         PR symtab/15028:
2994         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2995         (process_psymtab_comp_unit_reader): Use it.
2996         (process_psymtab_comp_unit): Update.  Add "pretend_language"
2997         argument.
2998         (dwarf2_build_psymtabs_hard): Update.
2999         (scan_partial_symbols): Pass CU's language to
3000         process_psymtab_comp_unit.
3001
3002 2013-08-07  Tom Tromey  <tromey@redhat.com>
3003
3004         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
3005         (dwarf2_gdb_index_functions): Update.
3006         * psymtab.c (find_symbol_file_from_partial): Remove.
3007         (psym_functions): Update.
3008         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3009         Remove.
3010
3011 2013-08-07  Tom Tromey  <tromey@redhat.com>
3012
3013         * symfile.c (set_initial_language): Look up "main" symbol
3014         and use its language.
3015         * symtab.c (find_main_filename): Remove.
3016         * symtab.h (find_main_filename): Remove.
3017
3018 2013-08-07  Tom Tromey  <tromey@redhat.com>
3019
3020         * dwarf2read.c (recursively_compute_inclusions): Add
3021         "immediate_parent" argument.  Set symtab's "user" field
3022         if not set.
3023         (compute_symtab_includes): Update.
3024
3025 2013-08-07  Tom Tromey  <tromey@redhat.com>
3026
3027         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3028         when adding label symbols.
3029
3030 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3031             Ulrich Weigand  <uweigand@de.ibm.com>
3032
3033         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3034         * configure.host (powerpc64-*-aix*): Likewise.
3035
3036 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3037             Ulrich Weigand  <uweigand@de.ibm.com>
3038
3039         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3040         is defined.
3041         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3042         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3043         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3044         * configure.ac: Check for ptrace64.
3045         * configure, config.in: Regenerate.
3046
3047 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3048             Ulrich Weigand  <uweigand@de.ibm.com>
3049
3050         * aixthread.c: Call ptrace64 instead of ptracex if defined.
3051         Call ptrace64 instead of ptrace if defined.
3052         Add macro addr_ptr to take care of ptrace address argument.
3053         (pdc_read_regs): Likewise.
3054         (pdc_write_regs): Likewise.
3055         (aix_thread_resume): Likewise.
3056         (fetch_regs_kernel_thread): Likewise.
3057         (store_regs_kernel_thread): Likewise.
3058
3059 2013-08-07  Anton Blanchard  <anton@samba.org>
3060
3061         * MAINTAINERS: Add myself to Write After Approval.
3062
3063 2013-08-05  Tom Tromey  <tromey@redhat.com>
3064
3065         * aix-thread.c (_initialize_aix_thread): Use
3066         complete_target_initialization.
3067         * bsd-uthread.c (_initialize_bsd_uthread): Use
3068         complete_target_initialization.
3069         * dec-thread.c (_initialize_dec_thread): Use
3070         complete_target_initialization.
3071         * ravenscar-thread.c (_initialize_ravenscar): Use
3072         complete_target_initialization.
3073         * sol-thread.c (_initialize_sol_thread): Use
3074         complete_target_initialization.
3075         * spu-multiarch.c (_initialize_spu_multiarch): Use
3076         complete_target_initialization.
3077
3078 2013-08-05  Tom Tromey  <tromey@redhat.com>
3079
3080         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3081         * ada-lang.c (ada_lookup_simple_minsym): Return
3082         bound_minimal_symbol.
3083         * ada-lang.h (ada_lookup_simple_minsym): Update.
3084         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3085         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3086         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3087         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3088         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3089         * minsyms.c (msymbol_objfile): Remove.
3090         (lookup_minimal_symbol_internal): New function, from
3091         lookup_minimal_symbol.
3092         (lookup_minimal_symbol): Rewrite using
3093         lookup_minimal_symbol_internal.
3094         (lookup_bound_minimal_symbol): New function.
3095         * minsyms.h (msymbol_objfile): Remove.
3096         (lookup_bound_minimal_symbol): Declare.
3097         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3098         * parse.c (write_exp_msymbol): Change parameter to a
3099         bound_minimal_symbol.
3100         (write_dollar_variable): Use lookup_bound_minimal_symbol.
3101         * parser-defs.h (write_exp_msymbol): Update.
3102         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3103         * symfile.c (simple_read_overlay_table): Use
3104         lookup_bound_minimal_symbol.
3105         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3106         (search_symbols): Likewise.
3107         (print_msymbol_info): Take a bound_minimal_symbol argument.
3108         (symtab_symbol_info, rbreak_command): Update.
3109         * symtab.h (struct symbol_search) <msymbol>: Change type
3110         to bound_minimal_symbol.
3111         * valops.c (find_function_in_inferior): Use
3112         lookup_bound_minimal_symbol.
3113         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3114
3115 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3116
3117         Code cleanup.
3118         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3119         to ...
3120         (async_cleanup_sigint_signal_handler): ... this.
3121         (initialize_sigint_signal_handler): Remove declaration.
3122         (handle_remote_sigint): Rename the declaration to ...
3123         (async_handle_remote_sigint): ... this.
3124         (handle_remote_sigint_twice): Rename the declaration to ...
3125         (async_handle_remote_sigint_twice): ... this.
3126         (async_remote_interrupt, async_remote_interrupt_twice)
3127         (remote_interrupt): Remove the declarations.
3128         (remote_interrupt_twice): Rename the declaration ...
3129         (sync_remote_interrupt_twice): ... this.
3130         (sigint_remote_twice_token): Rename the variable to ...
3131         (async_sigint_remote_twice_token): ... this.
3132         (sigint_remote_token): Rename the variable to ...
3133         (async_sigint_remote_token): ... this.
3134         (initialize_sigint_signal_handler): Rename the function to ...
3135         (async_initialize_sigint_signal_handler): ... this.  Update the name
3136         inside.
3137         (handle_remote_sigint): Rename the function to ...
3138         (async_handle_remote_sigint): ... this.  Update the names inside.
3139         (handle_remote_sigint_twice): Rename the function to ...
3140         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
3141         (cleanup_sigint_signal_handler): Rename the function to ...
3142         (async_cleanup_sigint_signal_handler): ... this.
3143         (remote_interrupt): Rename the function to ...
3144         (sync_remote_interrupt): this.  Update the names inside.
3145         (remote_interrupt_twice): Rename the function to ...
3146         (sync_remote_interrupt_twice): this.  Update the names inside.
3147         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3148         (_initialize_remote): Update the names inside.
3149
3150 2013-08-02  Tom Tromey  <tromey@redhat.com>
3151
3152         PR symtab/15719:
3153         * breakpoint.c (update_watchpoint, watchpoint_check)
3154         (watch_command_1): Update.
3155         * eval.c (fetch_subexp_value): Add "preserve_errors"
3156         parameter.
3157         * ppc-linux-nat.c (check_condition): Update.
3158         * value.h (fetch_subexp_value): Update.
3159
3160 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
3161
3162         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3163         add_file_handler.
3164
3165 2013-08-01  Doug Evans  <dje@google.com>
3166
3167         PR symtab/15691
3168         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3169         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3170         Add assert of sig_entry->dwo_unit == NULL.
3171         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3172         had already been read.
3173         (read_signatured_type): Set per_cu.tu_read.
3174
3175         PR symtab/15695
3176         * valops.c (value_struct_elt): Add missing call to check_typedef.
3177         (value_find_oload_method_list): Ditto.
3178
3179         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3180         effectively, struct symbol_search **.
3181         (make_cleanup_free_search_symbols): Change arg to struct
3182         symbol_search **.  All callers updated.
3183         (compare_search_syms): Compare symtab file name and block as well.
3184         (search_symbols_equal): New function.
3185         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3186         New args new_head, new_tail.  Result is now void.  Remove dups after
3187         sorting the symbols.
3188         (search_symbols): Sort all found symbols once, after all have been
3189         found, and remove duplicates.  Simplify cleanup tracking of result.
3190         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3191
3192         Further workarounds for binutils/15021.
3193         * dwarf2read.c (recursively_compute_inclusions): Change type of result
3194         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
3195         Watch for duplicate symtabs coming from type units.
3196         (compute_symtab_includes): Update call to
3197         recursively_compute_inclusions. Build vector of included symtabs
3198         instead of per_cus.
3199         * symtab.h (symtab_ptr): New typedef.
3200         (DEF_VEC_P (symtab_ptr)): New VEC type.
3201         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
3202         instead.
3203
3204 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
3205
3206         * cli/cli-script.c (script_from_file): Remove use of
3207         error_pre_print.
3208         * main.c (captured_main): Remove use of error_pre_print and
3209         quit_pre_print.
3210         * utils.c (error_pre_print, quit_pre_print): Remove.
3211         * utils.h (error_pre_print, quit_pre_print): Likewise.
3212
3213 2013-08-01  Yao Qi  <yao@codesourcery.com>
3214
3215         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3216         with mi_getopt.
3217         (mi_cmd_stack_list_variables): Likewise.
3218
3219 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3220
3221         * exceptions.c (deprecated_throw_reason): Remove.
3222         * exceptions.h (deprecated_throw_reason): Remove.
3223
3224 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3225
3226         * remote-mips.c (mips_error): Replace use of
3227         deprecated_throw_reason with throw_verror.  Use the error message
3228         passed to mips_error as the error message for throw_verror.
3229
3230 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3231
3232         * monitor.c (monitor_interrupt_query): Replace use of
3233         deprecated_throw_reason with quit.
3234         * nto-procfs.c (interrupt_query): Likewise.
3235         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3236         * remote-mips.c (mips_kill): Likewise.
3237         * remote.c (interrupt_query): Likewise.
3238
3239 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3240
3241         * utils.c (internal_verror): Replace use of deprecated_throw_reason
3242         with call to fatal.
3243
3244 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
3245             Yao Qi  <yao@codesourcery.com>
3246
3247         * tracepoint.c (trace_dump_command): Select the current frame.
3248
3249 2013-07-30  Doug Evans  <dje@google.com>
3250
3251         * dwarf2read.c (process_queue): Add type signature to debug output.
3252
3253 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3254
3255         * value.c (value_fetch_lazy): Mark optimized out values as such
3256         rather than raising an error.
3257
3258 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3259
3260         * value.c (value_fetch_lazy): Ensure parent value is not lazy
3261         before checking which bits of the parent, not the child, value are
3262         valid.
3263
3264 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
3265
3266         PR gdb/15715
3267         * top.c: Include "filenames.h".
3268         (set_history_filename): New function.
3269         (init_main): Install it as set hook of the "set history filename"
3270         command.
3271
3272 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3273
3274         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3275         attribute parameter.
3276         (dwarf2_const_value_data): Constify struct attribute parameter.
3277         (dwarf2_const_value): Constify struct attribute parameter.
3278         (dwarf2_const_value_attr): Constify struct attribute parameter.
3279         (lookup_die_type): Constify struct attribute parameter.
3280         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3281         (follow_die_ref_or_sig): Constify struct attribute parameter.
3282         (follow_die_ref): Constify struct attribute parameter.
3283         (follow_die_sig): Constify struct attribute parameter.
3284         (get_DW_AT_signature_type): Constify struct attribute parameter.
3285         (get_type_unit_group): Constify struct attribute parameter.
3286         (fill_in_loclist_baton): Constify struct attribute parameter.
3287         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3288         (type_unit_group): Constify struct attribute parameter.
3289
3290 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3291
3292         * dwarf2read.c (attr_form_is_block): Make argument const.
3293         (attr_form_is_section_offset): Make argument const.
3294         (attr_form_is_constant): Make argument const.
3295         (attr_form_is_ref): Make argument const.
3296
3297 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3298
3299         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3300         All uses updated.
3301         (attr_form_is_ref): Moved below attr_form_is_constant.
3302
3303 2013-07-29  Doug Evans  <dje@google.com>
3304
3305         * main.c (captured_command_loop): Tweak comment.
3306
3307         * target.c (target_async_permitted_1): Fix comment.
3308
3309         * symtab.c (iterate_over_some_symtabs): Add comment.
3310
3311         * symtab.c (iterate_over_some_symtabs): Fix indentation.
3312
3313 2013-07-27  Yao Qi  <yao@codesourcery.com>
3314
3315         * NEWS: Mention that GDBserver now supports hardware
3316         watchpoints on the MIPS GNU/Linux target.
3317
3318 2013-07-27  Yao Qi  <yao@codesourcery.com>
3319
3320         * Makefile.in (HFILES_NO_SRCDIR): Add
3321         common/mips-linux-watch.h.
3322         (mips-linux-watch.o): New rule.
3323         * common/mips-linux-watch.c: New.
3324         * common/mips-linux-watch.h: New.
3325         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3326         * mips-linux-nat.c: Include mips-linux-watch.h.
3327         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3328         to common/mips-linux-watch.h.
3329         (MAX_DEBUG_REGISTER): Likewise.
3330         (enum pt_watch_style): Likewise.
3331         (struct mips32_watch_regs): Likewise.
3332         (struct mips64_watch_regs): Likewise.
3333         (struct pt_watch_regs): Likewise.
3334         (struct mips_watchpoint): Likewise.
3335         (mips_linux_watch_get_irw_mask): Move to
3336         common/mips-linux-watch.c.
3337         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3338         (mips_linux_watch_get_watchlo): Likewise.
3339         (mips_linux_watch_set_watchlo): Likewise.
3340         (mips_linux_watch_get_watchhi): Likewise.
3341         (mips_linux_watch_set_watchhi): Likewise.
3342         (mips_linux_read_watch_registers): Likewise.
3343         (mips_linux_watch_type_to_irw): Likewise.
3344         (mips_linux_stopped_data_address, fill_mask): Likewise.
3345         (mips_linux_watch_try_one_watch): Likewise.
3346         (mips_linux_watch_populate_regs): Likewise.
3347
3348 2013-07-27  Yao Qi  <yao@codesourcery.com>
3349
3350         * mips-linux-nat.c (get_irw_mask): Rename to ...
3351         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
3352         'set' to 'n'.  Update function comment.  All callers changed.
3353         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
3354         function comment.  All callers changed.
3355         (get_num_valid): Rename to ...
3356         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
3357         'set' to 'n'.  Update function comment.  All callers changed.
3358         (get_watchlo): Rename to ...
3359         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
3360         'set' to 'n'.  Update function comment.  All callers changed.
3361         (set_watchlo): Rename to ...
3362         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
3363         'set' to 'n'.  Update function comment.  All callers changed.
3364         (get_watchhi): Rename to ...
3365         (mips_linux_watch_get_watchhi): ... this.  Update function
3366         comment.  All callers changed.
3367         (set_watchhi): Rename to ...
3368         (mips_linux_watch_set_watchhi): ... this.  Update function
3369         comment.  All callers changed.
3370         (mips_linux_read_watch_registers): Update function comment.
3371         Add new parameters 'lwpid', 'watch_readback', and
3372         'watch_readback_valid'.  Update.
3373         (type_to_irw): Rename to ...
3374         (mips_linux_watch_type_to_irw): ... this.  Update function
3375         comment.  All callers changed.
3376         (fill_mask): Update function comment.
3377         (try_one_watch): Rename to ...
3378         (mips_linux_watch_try_one_watch): ... this.  Change the type
3379         of parameter 'irw' from 'unsigned' to 'uint32_t'.
3380         (populate_regs_from_watches): Rename to ...
3381         (mips_linux_watch_populate_regs): ... this.  Add parameter
3382         'current_watches'.  All callers changed.
3383
3384 2013-07-27  Yao Qi  <yao@codesourcery.com>
3385
3386         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3387         the code.
3388         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3389         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3390         (struct pt_watch_regs): Likewise.
3391         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3392         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3393         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3394         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3395         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3396
3397 2013-07-27  Yao Qi  <yao@codesourcery.com>
3398
3399         * breakpoint.h: Include break-common.h.
3400         (enum target_hw_bp_type): Move to ...
3401         * common/break-common.h: ... here.  New.
3402
3403 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
3404
3405         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3406         process group regardless of having tty on stdin.
3407
3408 2013-07-25  Doug Evans  <dje@google.com>
3409
3410         * linux-fork.h (detach_fork): Delete.
3411
3412 2013-07-25  Tom Tromey  <tromey@redhat.com>
3413
3414         PR remote/15256, PR remote/15266:
3415         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3416         * monitor.c (monitor_detach): Use unpush_target.
3417         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3418         * remote-mips.c (mips_detach): Use unpush_target.  Don't
3419         call mips_close.
3420         * remote-sim.c (gdbsim_detach): Use unpush_target.
3421         * target.c (pop_target): Remove.
3422         (pop_all_targets_above): Don't call target_close.
3423         (target_close): Assert that the target is unpushed.
3424         * target.h (pop_target): Don't declare.
3425         * tracepoint.c (tfile_open): Use unpush_target.
3426
3427 2013-07-25  Tom Tromey  <tromey@redhat.com>
3428
3429         * linux-thread-db.c (init_thread_db_ops): Call
3430         complete_target_initialization.
3431         (_initialize_thread_db): Don't call add_target.
3432         * target.c (complete_target_initialization): New function.
3433         (add_target_with_completer): Call it.
3434         * target.h (complete_target_initialization): Declare.
3435
3436 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3437
3438         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3439         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3440         (HPPANBSD_SIZEOF_GREGS): New define.
3441         (hppaobsd_supply_gregset): Handle additional registers.
3442         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3443         we provide more registers now.
3444         (hppabsd_supply_gregset): Supply additional registers.
3445         (hppabsd_collect_gregset): Collect additional registers.
3446
3447 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3448
3449         * hppabsd-tdep.c: Include "dwarf2-frame.h".
3450         (hppabsd_dwarf2_frame_init_reg): New function.
3451         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3452
3453 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3454
3455         * mi/mi-main.c (output_register): Make MI 'r' format use standard
3456         'z' format code.  Remove error for optimized out values, standard
3457         code will handle these fine.
3458
3459 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3460
3461         * NEWS: Mention new 'z' formatter.
3462         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3463         (_initialize_printcmd): Mention 'z' formatter in help text of the
3464         'x' command.
3465
3466 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
3467
3468         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3469         formatting.
3470
3471 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
3472
3473         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3474         interface can evaluate arguments.  Fallback to the old mode if it
3475         cannot.
3476         (create_exception_master_breakpoint): Likewise.
3477         * elfread.c (elf_can_evaluate_probe_arguments): New function.
3478         (struct sym_probe_fns elf_probe_fns): Export function above to the
3479         probe interface.
3480         * probe.c (can_evaluate_probe_arguments): New function.
3481         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3482         function pointer.
3483         (can_evaluate_probe_arguments): New function prototype.
3484         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3485         probe interface can evaluate arguments.  Fallback to the old mode
3486         if it cannot.
3487         * stap-probe.c (stap_get_probe_argument_count): Check if probe
3488         interface can evaluate arguments.  Warning the user if it cannot.
3489         (stap_can_evaluate_probe_arguments): New function.
3490         (struct probe_ops stap_probe_ops): Export function above to the
3491         probe interface.
3492         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3493         New function pointer.
3494
3495 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
3496
3497         * Makefile.in (SFILES): Add common/target-common.c.
3498         Add common/target-common.h to headers.
3499         (COMMON_OBS): Add target-common.o.
3500         (target-common.o): New target.
3501         * linux-nat.h (resume_kind): Move to common/target-common.h.
3502         * target.c (target_waitstatus_to_string): Move to
3503         common/target-common.c.
3504         * target.h: Include target-common.h.
3505         (target_waitkind): Move to common/target-common.h.
3506         (target_waitstatus): Likewise.
3507         (TARGET_WNOHANG): Likewise.
3508         * common/target-common.c: New file.
3509         * common/target-common.h: New file.
3510
3511 2013-07-24  Doug Evans  <dje@google.com>
3512
3513         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3514         a warning.
3515
3516 2013-07-23  Yao Qi  <yao@codesourcery.com>
3517
3518         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3519         parameter 'gdbarch'.
3520         (i386_stack_tramp_frame_sniffer): Caller update.
3521         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3522         parameter 'gdbarch' and 'target'.
3523         (i386_linux_core_read_description): Caller update.
3524         * amd64-linux-tdep.c (amd64_linux_core_read_description):
3525         Likewise.
3526         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3527         declaration.
3528
3529 2013-07-23  Tom Tromey  <tromey@redhat.com>
3530
3531         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3532         2013-07-22.
3533
3534 2013-07-22  Doug Evans  <dje@google.com>
3535
3536         * exec.h (remove_target_sections): Delete arg abfd.
3537         * exec.c (exec_close): Update call to remove_target_sections.
3538         (remove_target_sections): Delete arg abfd.
3539         * solib.c (update_solib_list): Ditto.
3540         (reload_shared_libraries_1): Ditto.
3541         (clear_solib): Ditto, and unconditionally call remove_target_sections.
3542         * target.h (struct target_section): Rename key to owner.
3543         All uses updated.
3544
3545 2013-07-22  Tom Tromey  <tromey@redhat.com>
3546
3547         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3548
3549 2013-07-22  Tom Tromey  <tromey@redhat.com>
3550
3551         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3552         Simplify cleanup handling.
3553
3554 2013-07-22  Tom Tromey  <tromey@redhat.com>
3555
3556         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3557         on all return paths.
3558
3559 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3560
3561         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3562         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3563         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3564
3565 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
3566
3567         * top.c (print_gdb_version): Add help, apropos description and
3568         url to online documentation.
3569
3570 2013-07-19  Hui Zhu  <hui@codesourcery.com>
3571
3572         PR gdb/15692
3573         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3574
3575 2013-07-19  Yao Qi  <yao@codesourcery.com>
3576
3577         * target.c (update_current_target): Change the default action
3578         of 'to_traceframe_info' from tcomplain to return_zero.
3579         * target.h (struct target_ops) <to_traceframe_info>: Add more
3580         comments.
3581         * valops.c (read_value_memory): Call
3582         traceframe_available_memory unconditionally.
3583
3584 2013-07-18  Yao Qi  <yao@codesourcery.com>
3585
3586         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3587         if the name is prefixed by "__imp_" or "_imp_", look for minimal
3588         symbol without prefix.  If found, set its type to
3589         'mst_solib_trampoline'.
3590
3591 2013-07-17  Doug Evans  <dje@google.com>
3592
3593         * NEWS: Mention "set print raw frame-arguments".
3594         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3595         * stack.c (print_raw_frame_arguments): New static global.
3596         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3597         (_initialize_stack): New command "set/show print raw frame-arguments".
3598         * valprint.c (setprintrawlist, showprintrawlist): New globals.
3599         (set_print_raw, show_print_raw): New functions.
3600         (_initialize_valprint): New prefix command "set/show print raw".
3601         * valprint.h (value_print_options): Improve comments.
3602
3603         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3604         of all *list variables.
3605
3606         * gdbcmd.h (togglelist): Delete.
3607         * cli/cli-cmds.c (togglelist): Delete.
3608         (init_cmd_lists): Update.
3609         * cli/cli-cmds.h (togglelist): Delete.
3610
3611 2013-07-17  Tom Tromey  <tromey@redhat.com>
3612
3613         * dwarf2read.c (dwarf2_per_objfile_free): Clear
3614         dwarf2_per_objfile.
3615
3616 2013-07-16  Doug Evans  <dje@google.com>
3617
3618         * nto-tdep.c (nto_relocate_section_addresses): Update,
3619         target_section.bfd deleted.
3620         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3621         * s390-tdep.c (s390_load): Ditto.
3622         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3623
3624 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
3625
3626         * common/format.c (parse_format_string): Add checks for NULL
3627         character before calling strchr.
3628
3629 2013-07-16  Doug Evans  <dje@google.com>
3630
3631         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3632         temp_pathname argument.
3633         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3634         when opening the file fails.
3635
3636         * target.h (struct target_section): Delete member bfd.
3637         All users updated to use the_bfd_section->owner instead.
3638         * exec.c (add_to_section_table): Assert bfd is expected value.
3639         Remove initialization of target_section.bfd.
3640         (remove_target_sections): Update.
3641         (section_table_available_memory): Update.
3642         (section_table_xfer_memory_partial): Update.
3643         (print_section_info): Update.
3644         (exec_set_section_address): Update.
3645         * record-full.c (record_full_core_xfer_partial): Update.
3646         * solib-svr4.c (svr4_relocate_section_addresses): Update.
3647         * solib-target.c (solib_target_relocate_section_addresses): Update.
3648         * symfile.c (build_section_addr_info_from_section_table): Update.
3649         * target.c (memory_xfer_live_readonly_partial): Update.
3650         (memory_xfer_partial_1): Update.
3651
3652 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3653
3654         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3655         now available for embedded (BookE) and server (BookS) processors,
3656         correct mentions of 'booke' and adjust comments accordingly in order to
3657         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3658         (have_ptrace_booke_interface): Rename function and variable
3659         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3660         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3661         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3662         'hwdebug_point_cmp'. Update all uses.
3663         (booke_find_thread_points_by_tid): Rename function
3664         'booke_find_thread_points_by_tid' to
3665         'hwdebug_find_thread_points_by_tid'. Update all uses.
3666         (booke_insert_point): Rename function 'booke_insert_point' to
3667         'hwdebug_insert_point'. Update all uses.
3668         (booke_remove_point): Rename function 'booke_remove_point' to
3669         'hwdebug_remove_point'. Update all uses.
3670
3671 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
3672
3673         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3674         numbers with enum values.
3675
3676 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
3677
3678         PR threads/13217
3679         * thread.c (thread_apply_all_command): Check for valid threads
3680         and thread count.
3681         (thread_array_cleanup): New struct.
3682         (set_thread_refcount): New function.
3683
3684 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
3685
3686         * infcmd.c (default_print_one_register_info): Reuse function
3687         print_hex_chars.
3688
3689 2013-07-10  Tom Tromey  <tromey@redhat.com>
3690
3691         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3692         (ada-exp.o): New target.
3693
3694 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3695
3696         * mt-tdep.c (mt_registers_info): Call
3697         get_no_prettyformat_print_options instead of
3698         get_raw_print_options (regression by last patch from Doug
3699         Evans).
3700
3701 2013-07-09  Pedro Alves  <palves@redhat.com>
3702
3703         Checked in by Joel Brobecker  <brobecker@adacore.com>.
3704         * ada-lang.c (coerce_unspec_val_to_type): Use
3705         value_optimized_out_const.
3706         * value.c (value_optimized_out_const): New function.
3707         * value.h (value_optimized_out_const): New declaration.
3708
3709 2013-07-09  Doug Evans  <dje@google.com>
3710
3711         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3712         Enum values rename as well.  All uses updated.
3713         * valprint.h (value_print_options): Rename member pretty to
3714         pretty format.  Rename member prettyprint_arrays to
3715         prettyformat_arrays.  Rename member prettyprint_structs to
3716         prettyformat_structs.  All uses updated.
3717         (get_no_prettyformat_print_options): Renamed from
3718         get_raw_print_options.
3719         * valprint.c (get_no_prettyformat_print_options): Renamed from
3720         get_raw_print_options.  All callers updated.
3721         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3722         All callers updated.
3723         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3724         All callers updated.
3725         (_initialize_valprint): Improve help text for "set print pretty" and
3726         "set print arrays".
3727
3728 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
3729
3730         * value.c (value_bits_valid): Revert previous change, and change
3731         by Pedro on 2013-07-04, due to regressions in
3732         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3733
3734 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
3735             Pedro Alves  <palves@redhat.com>
3736
3737         * value.c (value_bits_valid): If the value is not lval_computed
3738         or has no check validity handler then the answer is the
3739         optimized_out flag, otherwise defer to the handler.
3740
3741 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
3742
3743         * top.c (print_gdb_configuration): Explain in output of
3744         --configuration what does "relocatable" mean.
3745
3746         * main.c (print_gdb_help): Regroup options in the --help text.
3747         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3748         the relevant discussions.
3749
3750 2013-07-06  Yao Qi  <yao@codesourcery.com>
3751
3752         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3753         Remove parameter 'lsal'.
3754         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3755         to inner block.  Caller update.
3756         (base_breakpoint_create_breakpoints_sal): Update.
3757         (bkpt_create_breakpoints_sal): Likewise.
3758         (tracepoint_create_breakpoints_sal): Likewise.
3759         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3760         element 0 of vector 'canonical->sals'.
3761
3762 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
3763
3764         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3765         register number instead of the pseudo register one.
3766         (rs6000_dwarf2_reg_to_regnum): Likewise.
3767
3768 2013-07-04  Pedro Alves  <palves@redhat.com>
3769
3770         * findvar.c (value_of_register): Use allocate_optimized_out_value
3771         if the register has been optimized out, instead of
3772         set_value_optimized_out.
3773         * frame-unwind.c (frame_unwind_got_optimized): Use
3774         allocate_optimized_out_value.
3775
3776 2013-07-04  Pedro Alves  <palves@redhat.com>
3777
3778         * value.c (value_bits_valid): If the value is not lval_computed,
3779         or doesn't have a check_validity hook, assume the value is entirely
3780         valid.
3781
3782 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3783
3784         * stack.c (read_frame_arg): No longer fetch lazy values.
3785         * value.c (value_optimized_out): If the value is not already
3786         marked optimized out, and is lazy then fetch it.
3787         (value_primitive_field): Move optimized out check to later in the
3788         function, after we have loaded any lazy values.
3789         (value_fetch_lazy): Use optimized out flag directly rather than
3790         calling optimized_out method.
3791
3792 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3793
3794         * valops.c: Don't include "user-regs.h".
3795         (value_fetch_lazy): Moved to value.c.
3796         * value.c: Include "user-regs.h".
3797         (value_fetch_lazy): Moved from valops.c.
3798
3799 2013-07-04  Yao Qi  <yao@codesourcery.com>
3800
3801         Revert:
3802         2013-06-27  Yao Qi  <yao@codesourcery.com>
3803
3804         * common/create-version.sh: Update comments.  Handle the case
3805         that TARGET_ALIAS is empty.
3806
3807 2013-07-03  Pedro Alves  <palves@redhat.com>
3808
3809         * Makefile.in (config.status): Depend on development.sh.
3810         (aclocal_m4_deps): Add libmcheck.m4.
3811         * acinclude.m4: Include libmcheck.m4.
3812         * configure.ac: Source development.sh instead of setting
3813         'development' here.  --enable-libmcheck/--disable-libmcheck code
3814         factored out to GDB_AC_LIBMCHECK.  Run it.
3815         * development.sh: New file.
3816         * libmcheck.m4: New file.
3817         * configure: Regenerate.
3818
3819 2013-07-02  Tom Tromey  <tromey@redhat.com>
3820
3821         * contrib/ari/update-web-ari.sh: Update for version.in change.
3822
3823 2013-07-02  Tom Tromey  <tromey@redhat.com>
3824
3825         * common/ptid.h: Comment fixes.
3826
3827 2013-07-01  Tom Tromey  <tromey@redhat.com>
3828
3829         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3830         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
3831         (dwarf2_read_index, create_all_comp_units): Update.
3832
3833 2013-07-01  Tom Tromey  <tromey@redhat.com>
3834
3835         * configure.ac (build_warnings): Add -Wold-style-definition.
3836         * configure: Rebuild.
3837         * machoread.c (_initialize_machoread): Use "(void)".
3838         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3839         use "(void)".
3840
3841 2013-07-01  Tom Tromey  <tromey@redhat.com>
3842
3843         * configure.ac (build_warnings): Add -Wold-style-declaration.
3844         * configure: Rebuild.
3845         * dsrec.c (make_srec): Use "static const", not "const static".
3846         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3847         not "const static".
3848         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3849         Use "static const", not "const static".
3850         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3851         not "const static".
3852         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3853         not "const static".
3854         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3855         not "const static".
3856         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3857         not "const static".
3858         (v850_dbtrap_breakpoint_from_pc): Likewise.
3859         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3860         not "const static".
3861
3862 2013-07-01  Tom Tromey  <tromey@redhat.com>
3863
3864         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3865         * configure: Rebuild.
3866
3867 2013-07-01  Pedro Alves  <palves@redhat.com>
3868
3869         * defs.h: Include "pathmax.h".
3870         * utils.c: Don't include sys/param.h.
3871         (gdb_realpath): Remove code that checks for MAXPATHLEN.
3872         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3873         instead of MAXPATHLEN.
3874         * solib-sunos.c: Don't include sys/param.h.
3875         * xcoffread.c: Don't include sys/param.h.
3876         * bsd-kvm.c: Don't include sys/param.h.
3877         * darwin-nat.c: Don't include sys/param.h.
3878         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3879         * darwin-nat-info.c: Don't include sys/param.h.
3880         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3881         MAXPATHLEN.
3882         * i386obsd-nat.c: Don't include sys/param.h.
3883         * inf-child.c: Don't include sys/param.h.
3884         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3885         * linux-fork.c: Don't include sys/param.h.
3886         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3887         * linux-nat.c: Don't include sys/param.h.
3888         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3889         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3890         * m68klinux-nat.c: Don't include sys/param.h.
3891         * nbsd-nat.c: Don't include sys/param.h.
3892         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3893         * ppc-linux-nat.c: Don't include sys/param.h.
3894         * rs6000-nat.c: Don't include sys/param.h.
3895         * spu-linux-nat.c. Don't include sys/param.h.
3896         * windows-nat.c: Don't include sys/param.h.
3897         * xtensa-linux-nat.c: Don't include sys/param.h.
3898         * config/i386/nm-fbsd.h: Don't include sys/param.h.
3899
3900 2013-07-01  Pedro Alves  <palves@redhat.com>
3901
3902         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3903         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3904         * gnulib/aclocal.m4: Regenerate.
3905         * gnulib/config.in: Regenerate.
3906         * gnulib/configure: Regenerate.
3907         * gnulib/import/pathmax.h: New file.
3908         * gnulib/import/Makefile.am: Regenerate.
3909         * gnulib/import/Makefile.in: Regenerate.
3910         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3911         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3912         * gnulib/import/m4/pathmax.m4: New file.
3913
3914 2013-07-01  Pedro Alves  <palves@redhat.com>
3915
3916         * configure.ac (GDBINIT): Define, depending on host.
3917         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3918         * top.c (PATH_MAX): Delete fallback definition.
3919         (GDBINIT_FILENAME): Delete.
3920         (gdbinit): Reimplement as const char array set to the GDBINIT
3921         string constant.
3922         * top.h (gdbinit): Make const.
3923         * configure, config.in: Regenerate.
3924
3925 2013-07-01  Pedro Alves  <palves@redhat.com>
3926
3927         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3928         * cli/cli-cmds.h (source_script): Likewise.
3929         * exceptions.c (catch_command_errors_const): New function.
3930         * exceptions.h (catch_command_errors_const): Declare.
3931         * main.c (get_init_files): Make parameters const, and adjust.
3932         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3933         'local_gdbinit' locals const.  Adjust to use
3934         catch_command_errors_const.
3935         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3936         'local_gdbinit' locals const.
3937
3938 2013-07-01  Pedro Alves  <palves@redhat.com>
3939
3940         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3941         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3942         * tracepoint.c: Don't check HAVE_UNISTD_H before including
3943         <unistd.h>.
3944
3945 2013-07-01  Pedro Alves  <palves@redhat.com>
3946
3947         Import the "unistd" gnulib module.
3948         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3949         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3950         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3951         import/m4/unistd_h.m4.
3952         * gnulib/aclocal.m4: Renenerate.
3953         * gnulib/config.in: Renenerate.
3954         * gnulib/configure: Renenerate.
3955         * gnulib/import/Makefile.am: Renenerate.
3956         * gnulib/import/Makefile.in: Renenerate.
3957         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3958         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3959         * gnulib/import/m4/off_t.m4: New file.
3960         * gnulib/import/m4/ssize_t.m4: New file.
3961         * gnulib/import/m4/sys_types_h.m4: New file.
3962         * gnulib/import/m4/unistd_h.m4: New file.
3963         * gnulib/import/sys_types.in.h: New file.
3964         * gnulib/import/unistd.c: New file.
3965         * gnulib/import/unistd.in.h: New file.
3966
3967 2013-07-01  Pedro Alves  <palves@redhat.com>
3968
3969         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3970         defined instead of checking HAVE_UNISTD_H.
3971
3972 2013-07-01  Pedro Alves  <palves@redhat.com>
3973
3974         Reimport gnulib from scratch.
3975         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3976         import/m4/onceonly.m4.
3977         * gnulib/aclocal.m4: Renegerate.
3978         * gnulib/config.in: Renegerate.
3979         * gnulib/configure: Renegerate.
3980         * gnulib/import/Makefile.in: Renegerate.
3981         * gnulib/import/extra/update-copyright: Renegerate.
3982         * gnulib/import/m4/onceonly.m4: Delete.
3983
3984 2013-07-01  Pedro Alves  <palves@redhat.com>
3985
3986         * tui/tui-regs.c (pagination_enabled): Delete declaration.
3987
3988 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3989
3990         Code cleanup.
3991         * remote.c (async_remote_interrupt_twice): Make it static.
3992         * remote.h (async_remote_interrupt_twice): Remove the declaration.
3993
3994 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
3995
3996         * ia64-linux-tdep.c: Include <ctype.h>.
3997         (ia64_linux_stap_is_single_operand): New function.
3998         (ia64_linux_init_abi): Initialize SystemTap related attributes.
3999
4000 2013-06-28  Tom Tromey  <tromey@redhat.com>
4001
4002         * Makefile.in (version.c): Use version.in, not
4003         common/version.in.
4004         * common/create-version.sh: Likewise.
4005         * common/version.in: Move...
4006         * version.in: ...here.
4007
4008 2013-06-28  Pedro Alves  <palves@redhat.com>
4009
4010         * infrun.c (set_observer_mode): Don't declare pagination_enabled
4011         here.
4012         * utils.h (pagination_enabled): Declare.
4013
4014 2013-06-28  Pedro Alves  <palves@redhat.com>
4015
4016         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4017         Move higher up in file.
4018
4019 2013-06-28  Tom Tromey  <tromey@redhat.com>
4020
4021         * tracepoint.c (deprecated_readline_begin_hook)
4022         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4023         declare.
4024
4025 2013-06-28  Pedro Alves  <palves@redhat.com>
4026
4027         PR tui/14880
4028         * tui/tui-regs.c (tui_get_register): Fetch value contents before
4029         checking if they're available.
4030         * value.c (value_available_contents_eq): Change comment.
4031         * value.h (value_available_contents_eq): Expand comment.
4032
4033 2013-06-27  Tom Tromey  <tromey@redhat.com>
4034
4035         * target.c (find_run_target): Remove.
4036         * target.h (find_run_target): Remove.
4037
4038 2013-06-27  Tom Tromey  <tromey@redhat.com>
4039
4040         * corelow.c (core_gdbarch): Now static.
4041
4042 2013-06-27  Tom Tromey  <tromey@redhat.com>
4043
4044         * target.c (target_struct_index): Remove.
4045
4046 2013-06-27  Pedro Alves  <palves@redhat.com>
4047
4048         * infrun.c: Remove comment describing the 'stepping over runtime
4049         loader dynamic symbol resolution code' mechanism; moved to
4050         gdbint.texinfo.
4051
4052 2013-06-27  Pedro Alves  <palves@redhat.com>
4053
4054         * exceptions.c (catch_command_errors): Remove spurious space.
4055         * exceptions.h (catch_command_errors): Second parameter is "arg",
4056         not "command".
4057
4058 2013-06-27  Yao Qi  <yao@codesourcery.com>
4059
4060         * common/create-version.sh: Update comments.  Handle the case
4061         that TARGET_ALIAS is empty.
4062
4063 2013-06-26  Pedro Alves  <palves@redhat.com>
4064
4065         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4066         comment.
4067
4068 2013-06-26  Pedro Alves  <palves@redhat.com>
4069
4070         * infrun.c: Update comments on stepping over runtime loader
4071         dynamic symbol resolution code.
4072
4073 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
4074
4075         * ax-gdb.h (union exp_element): Forward declare.
4076         * parser-defs.h: Include expression.h.
4077
4078 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4079
4080         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4081
4082 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4083
4084         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4085
4086 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4087
4088         Fix trace-status to output proper start-time and stop-time.
4089         * tracepoint.c (trace_status_command): Fix type of printf arg to
4090         prevent improper type conversion.
4091         (trace_status_mi): Likewise.
4092
4093 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4094
4095         * mips-tdep.c (mips_next_pc): Fix a typo.
4096
4097 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4098
4099         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4100
4101 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4102             Yao Qi  <yao@codesourcery.com>
4103
4104         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4105         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4106         * mi/mi-main.c (print_variable_or_computed): New function.
4107         (mi_cmd_trace_frame_collected): New function.
4108         * tracepoint.c (find_trace_state_variable_by_number): New.
4109         (struct traceframe_info): Move to tracepoint.h
4110         (struct collection_list): Likewise.
4111         (do_collect_symbol): Include locals and arguments in the
4112         collected variables list.
4113         (clear_collection_list): Clear wholly collected variables list
4114         and computed variables list.
4115         (append_exp): New function.
4116         (encode_actions_1): Include variables in the wholly
4117         collected variables list.  Include memory ranges and
4118         full-fledged expressions in the computed expressions list.
4119         (encode_actions): Move some code to ...
4120         Return the cleanup chain.
4121         (encode_actions_rsp): ... here.  New function.
4122         (get_traceframe_location, get_traceframe_info): Remove static.
4123         * tracepoint.h (struct memrange): Moved from tracepoint.c.
4124         (struct collection_list): Moved from tracepoint.c.  Add two
4125         new fields 'wholly_collected' and 'computed'.
4126         (find_trace_state_variable_by_number): Declare.
4127         (encode_actions): Adjust declaration.
4128         (encode_actions_rsp): Declare.
4129         (get_traceframe_info, get_traceframe_location): Declare.
4130
4131         * NEWS: Mention new MI command -trace-frame-collected.
4132
4133 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4134             Yao Qi  <yao@codesourcery.com>
4135
4136         * ctf.c (ctf_traceframe_info): Push trace state variables
4137         present in the trace data into the traceframe info object.
4138         * breakpoint.c (DEF_VEC_I): Remove.
4139         * common/filestuff.c (DEF_VEC_I): Likewise.
4140         * dwarf2loc.c (DEF_VEC_I): Likewise.
4141         * mi/mi-main.c (DEF_VEC_I): Likewise.
4142         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4143         * features/traceframe-info.dtd: Add tvar element and its
4144         attributes.
4145         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4146         (build_traceframe_info): Push trace state variables present in
4147         the trace data into the traceframe info object.
4148         (traceframe_info_start_tvar): New function.
4149         (tvar_attributes): New.
4150         (traceframe_info_children): Add "tvar" element.
4151         * tracepoint.h (struct traceframe_info) <tvars>: New field.
4152
4153         * NEWS: Mention the change in GDB and GDBserver.
4154
4155 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4156             Yao Qi  <yao@codesourcery.com>
4157
4158         * tracepoint.c (trace_dump_command): Move code to ...
4159         (get_traceframe_location): ... here.  New.
4160
4161 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4162             Yao Qi  <yao@codesourcery.com>
4163
4164         * tracepoint.c (trace_dump_command): GDB emits an error
4165          instead of a warning when a traceframe is not selected.
4166
4167 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4168             Yao Qi  <yao@codesourcery.com>
4169
4170         * tracepoint.c (tracepoint_list, stepping_list): Remove.
4171         (clear_collection_list): Free fields 'aexpre_list' and 'list'
4172         in collection_list.
4173         (do_clear_collection_list, init_collection_list): New.
4174         (encode_actions): Add local variables 'tracepoint_list' and
4175         'stepping_list'.  Call init_collection_list and make cleanup
4176         which calls do_clear_collection_list.  Don't call
4177         clear_collection_list.
4178         (_initialize_tracepoint): Delete references to
4179         'tracepoint_list' and 'stepping_list'.
4180
4181 2013-06-25  Tom Tromey  <tromey@redhat.com>
4182
4183         * common/create-version.sh (date): Use "$", not "$$" in sed
4184         expression.
4185
4186 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
4187
4188         * NEWS (New targets): Add entry for TI MSP430.
4189
4190 2013-06-25  Yao Qi  <yao@codesourcery.com>
4191
4192         * remote.c (remote_start_remote): Move code to upload tsv
4193         earlier.
4194
4195 2013-06-25  Yao Qi  <yao@codesourcery.com>
4196             Hui Zhu  <hui@codesourcery.com>
4197             Pedro Alves  <palves@redhat.com>
4198
4199         PR breakpoints/15075
4200         PR breakpoints/15434
4201         * breakpoint.c (bpstat_stop_status): Call
4202         b->ops->after_condition_true.
4203         (update_dprintf_command_list): Don't append "continue" command
4204         to the command list of dprintf breakpoint.
4205         (base_breakpoint_after_condition_true): New function.
4206         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4207         (dprintf_after_condition_true): New function.
4208         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4209         * breakpoint.h (breakpoint_ops): Add after_condition_true.
4210
4211 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
4212
4213         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4214         (ALLDEPFILES): Add msp430-tdep.c.
4215         * configure.tgt (msp430*-*-elf): New target.
4216         * msp430-tdep.c: New file.
4217
4218 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4219
4220         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4221         microMIPS synthetic symbols.
4222
4223 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4224
4225         * objfiles.h (pc_in_section): New prototype.
4226         (in_plt_section): Remove name argument, replace prototype with
4227         static inline function.
4228         * mips-tdep.h: Include "objfiles.h".
4229         (in_mips_stubs_section): New function.
4230         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
4231         in_solib_call_trampoline member.
4232         (hppa_in_solib_call_trampoline): Remove name argument.
4233         * objfiles.c (pc_in_section): New function.
4234         (in_plt_section): Remove function.
4235         * mips-linux-tdep.c: Include "objfiles.h".
4236         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
4237         name argument.  Return 1 rather than the low 16-bit halfword of
4238         any instruction examined.
4239         (mips_linux_in_dynsym_resolve_code): Update
4240         mips_linux_in_dynsym_stub call accordingly.
4241         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4242         rather than an equivalent hand-coded sequence.
4243         * hppa-hpux-tdep.c (in_opd_section): Remove function.
4244         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4245         (hppa64_hpux_in_solib_call_trampoline): Likewise.
4246         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4247         in_opd_section.
4248         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4249         on call to tdep->in_solib_call_trampoline.
4250         (hppa_in_solib_call_trampoline): Remove name argument, update
4251         according to in_plt_section change.
4252         (hppa_skip_trampoline_code): Update according to in_plt_section
4253         change.
4254         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4255         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4256         Likewise.
4257         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4258         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4259         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4260         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4261         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4262         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4263         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4264         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4265         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4266         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4267         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4268         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4269         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4270
4271 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
4272
4273         * common/create-version.sh: Fix expansion of $host_alias
4274         and $target_alias in generation of HOST_NAME and TARGET_NAME
4275         (resp.).
4276
4277 2013-06-24  Tom Tromey  <tromey@redhat.com>
4278
4279         * common/create-version.sh: New file.
4280         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4281         create-version.sh.
4282         (HFILES_NO_SRCDIR): Use common/version.h.
4283         * version.in: Move to ...
4284         * common/version.in: ... here.  Replace date with "DATE".
4285         * version.h: Move to ...
4286         * common/version.h: ... here.
4287
4288 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4289
4290         * gdb/gnulib/Makefile.in: Update date in copyright header.
4291         * gdb/gnulib/configure.ac: Ditto.
4292         * gdb/gnulib/update-gnulib.sh: Ditto.
4293
4294 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4295
4296         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4297         "gdb/gnulib/import".
4298
4299 2013-06-21  Will Newton  <will.newton@linaro.org>
4300
4301         * doublest.c (ldfrexp): Remove function.
4302         (convert_doublest_to_floatformat): Call frexpl instead of
4303         ldfrexp.
4304
4305 2013-06-21  Will Newton  <will.newton@linaro.org>
4306
4307         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4308         * gnulib/aclocal.m4: Regenerate.
4309         * gnulib/config.in: Regenerate.
4310         * gnulib/configure: Regenerate.
4311         * gnulib/import/Makefile.am: Update.
4312         * gnulib/import/Makefile.in: Update.
4313         * gnulib/import/m4/gnulib-cache.m4: Update.
4314         * gnulib/import/m4/gnulib-comp.m4: Update.
4315         * gnulib/import/float+.h: Import.
4316         * gnulib/import/float.c: Import.
4317         * gnulib/import/float.in.h: Import.
4318         * gnulib/import/fpucw.h: Import.
4319         * gnulib/import/frexp.c: Import.
4320         * gnulib/import/frexpl.c: Import.
4321         * gnulib/import/isnan.c: Import.
4322         * gnulib/import/isnand-nolibm.h: Import.
4323         * gnulib/import/isnand.c: Import.
4324         * gnulib/import/isnanl-nolibm.h: Import.
4325         * gnulib/import/isnanl.c: Import.
4326         * gnulib/import/itold.c: Import.
4327         * gnulib/import/m4/exponentd.m4: Import.
4328         * gnulib/import/m4/exponentl.m4: Import.
4329         * gnulib/import/m4/float_h.m4: Import.
4330         * gnulib/import/m4/fpieee.m4: Import.
4331         * gnulib/import/m4/frexp.m4: Import.
4332         * gnulib/import/m4/frexpl.m4: Import.
4333         * gnulib/import/m4/isnand.m4: Import.
4334         * gnulib/import/m4/isnanl.m4: Import.
4335         * gnulib/import/m4/math_h.m4: Import.
4336         * gnulib/import/math.c: Import.
4337         * gnulib/import/math.in.h: Import.
4338
4339 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4340
4341         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4342         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4343         signature_INTEL_edx comparisons.
4344
4345 2013-06-20  Doug Evans  <dje@google.com>
4346
4347         symtab/15652
4348         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4349         All callers updated.
4350         (open_dwp_file): If we can't find the dwp file, search the basename
4351         in debug-file-directory.
4352
4353         * dwarf2read.c (struct dwp_file): Fix comment.
4354         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4355
4356         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4357         better.
4358
4359 2013-06-20  Yao Qi  <yao@codesourcery.com>
4360
4361         * breakpoint.c (create_breakpoint): Fix code indentation.
4362
4363 2013-06-20  Yao Qi  <yao@codesourcery.com>
4364
4365         * breakpoint.c (create_breakpoints_sal_default): Remove
4366         parameter 'lsal'.  Update declaration.
4367         (bkpt_create_breakpoints_sal): Caller update.
4368         (tracepoint_create_breakpoints_sal): Likewise.
4369
4370 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
4371             Yao Qi  <yao@codesourcery.com>
4372
4373         * NEWS: Mention the new option '--skip-unavailable' of command
4374         -data-list-register-values.
4375         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4376         --skip-unavailable option.  Adjust to use output_register.
4377         (output_register): Add new 'skip_unavailable' parameter.
4378         Handle it.
4379
4380 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
4381
4382         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4383         common/i386-gcc-cpuid.h.
4384         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4385         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4386         Copy the latest version from upstream gcc.
4387         * common/linux-btrace.c: Include i386-cpuid.h.
4388         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4389         call to i386_cpuid.
4390         (cpu_supports_btrace): Likewise.
4391         * go32-nat.c: Include i386-cpuid.h.
4392         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4393
4394 2013-06-19  Doug Evans  <dje@google.com>
4395
4396         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4397         (get_section_index): Ditto.
4398
4399 2013-06-19  Tom Tromey  <tromey@redhat.com>
4400
4401         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4402         "dprintf" help.
4403
4404 2013-06-18  Doug Evans  <dje@google.com>
4405
4406         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4407         before using it.
4408         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4409         Move test of cu_index closer to use.  Print complaint if cu_index
4410         is bad.
4411
4412 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4413
4414         * machoread.c (oso_vector): Delete this global.
4415         (macho_register_oso): Add new parameter "oso_vector_ptr".
4416         Use it instead of the "oso_vector" global.
4417         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4418         (macho_symfile_read): Use a local oso_vector, to be free'ed
4419         at the end of this function, in place of the old "oso_vector"
4420         global.  Update various function calls accordingly.  Use one
4421         single cleanup chain for the entire function.
4422
4423 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4424
4425         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4426         DWARF2_PER_OBJFILE by uses of DATA instead.
4427
4428 2013-06-18  Tom Tromey  <tromey@redhat.com>
4429
4430         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4431         argument.
4432         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4433         Special case signals other than GDB_SIGNAL_TRAP.
4434         (explains_signal_watchpoint): New function.
4435         (base_breakpoint_explains_signal): Add 'sig' argument.
4436         (initialize_breakpoint_ops): Set 'explains_signal' method for
4437         watchpoints.
4438         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4439         signal argument.
4440         (bpstat_explains_signal): Likewise.
4441         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4442
4443 2013-06-18  Tom Tromey  <tromey@redhat.com>
4444
4445         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4446
4447 2013-06-18  Tom Tromey  <tromey@redhat.com>
4448
4449         * python/python.c (finish_python_initialization): Decref
4450         'pythondir' on failure path as well.
4451
4452 2013-06-18  Tom Tromey  <tromey@redhat.com>
4453
4454         PR symtab/15391:
4455         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4456         after taking bits_to_skip into account.  Sign extend byte_offset.
4457         * utils.h (gdb_sign_extend): Declare.
4458         * utils.c (gdb_sign_extend): New function.
4459
4460 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4461
4462         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4463
4464 2013-06-17  Pierre Muller  <muller@sourceware.org>
4465
4466         * corelow.c (core_open): Print GDB signal name instead of target
4467         signal number.
4468
4469 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
4470
4471         * .gitignore: Add /gcore.
4472
4473 2013-06-13  Doug Evans  <dje@google.com>
4474
4475         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4476         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4477
4478 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
4479
4480         * stack.c (backtrace_command_1): Fix indentation.
4481
4482 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4483
4484         * window-nat.c (thread_rec): Add missing empty line after
4485         local variable declaration.
4486
4487 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4488
4489         * windows-nat.c (thread_rec): Revert format used to print
4490         error code returned by SuspendThread from %d back to %u.
4491
4492 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4493
4494         * windows-nat.c (windows_continue): Add "0x" prefix for thread
4495         ID in debug trace.
4496         (get_windows_debug_event): Likewise, for all debug traces.
4497
4498 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4499
4500         * window-nat.c (thread_rec): Add thread ID in SuspendThread
4501         warning message.
4502
4503 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
4504             Yao Qi  <yao@codesourcery.com>
4505
4506         * mi/mi-main.c (get_register): Remove declaration.
4507         (output_register): Declare.
4508         (mi_cmd_data_list_register_values): Remove local variable
4509         'tuple_cleanup'.  Move some code into output_register.
4510         (get_register): Renamed to ...
4511         (output_register): ... this.  Output the register's
4512         "number" ui_out tuple here.
4513
4514 2013-06-07  Pedro Alves  <palves@redhat.com>
4515
4516         * darwin-nat.c: Fix formating in copyright header.
4517         * darwin-nat.h: Likewise.
4518         * gnu-nat.c: Likewise.
4519         * machoread.c: Likewise.
4520
4521 2013-06-07  Pedro Alves  <palves@redhat.com>
4522
4523         PR server/14823
4524         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
4525         static.  Output a global target description pointer.
4526         (init_registers_${name}): Adjust to initialize a
4527         target description structure.
4528
4529 2013-06-07  Will Newton  <will.newton@linaro.org>
4530
4531         * printcmd.c (build_address_symbolic): Call
4532         gdbarch_addr_bits_remove for text minimal symbols.
4533
4534 2013-06-07  Will Newton  <will.newton@linaro.org>
4535
4536         * MAINTAINERS: Add myself to Write After Approval.
4537
4538 2013-06-07  Yao Qi  <yao@codesourcery.com>
4539
4540         * tracepoint.c (start_tracing): Move code to ...
4541         (trace_reset_local_state): ... here.  New.
4542         (disconnect_tracing): Don't call set_current_traceframe,
4543         set_tracepoint_num, and set_traceframe_context. Call
4544         trace_reset_local_state instead.
4545         (tfile_close): Call trace_reset_local_state.
4546         * ctf.c (ctf_close): Likewise.
4547         * remote.c (remote_close): Likewise.
4548         * tracepoint.h (trace_reset_local_state): Declare.
4549
4550 2013-06-06  Doug Evans  <dje@google.com>
4551
4552         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4553         and fix header docs.
4554
4555 2013-06-05  Doug Evans  <dje@google.com>
4556             Keith Seitz  <keiths@redhat.com>
4557
4558         PR 15519
4559         * cp-namespace.c (find_symbol_in_baseclass): Call
4560         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4561         Check result of call to lookup_symbol_static.
4562         Call lookup_static_symbol_aux unconditionally.
4563         Call check_typedef on base types before accessing them.
4564         (cp_lookup_nested_symbol): Fix comment.
4565
4566 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
4567
4568         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4569         minimal symbols pointing to function descriptors.
4570
4571 2013-06-05  Tom Tromey  <tromey@redhat.com>
4572
4573         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4574
4575 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4576             Pedro Alves  <palves@redhat.com>
4577
4578         * remote.c (remote_wait_as): Restore signal handler before returning
4579         when GDB gets a notification.
4580
4581 2013-06-04  Gary Benson  <gbenson@redhat.com>
4582
4583         PR 2328
4584         * breakpoint.h (handle_solib_event): Moved function declaration
4585         to solib.h.
4586         * breakpoint.c (handle_solib_event): Moved function to solib.c.
4587         (bpstat_stop_status): Pass new argument to handle_solib_event.
4588         * solib.h (update_solib_breakpoints): New function declaration.
4589         (handle_solib_event): Moved function declaration from
4590         breakpoint.h.
4591         * solib.c (update_solib_breakpoints): New function.
4592         (handle_solib_event): Moved function from breakpoint.c.
4593         Updated to call solib_ops->handle_event if not NULL.
4594         * solist.h (target_so_ops): New fields "update_breakpoints" and
4595         "handle_event".
4596         * infrun.c (set_stop_on_solib_events): New function.
4597         (_initialize_infrun): Use the above for "set
4598         stop-on-solib-events".
4599         (handle_inferior_event): Pass new argument to handle_solib_event.
4600         * solib-svr4.c (probe.h): New include.
4601         (svr4_free_library_list): New forward declaration.
4602         (probe_action): New enum.
4603         (probe_info): New struct.
4604         (probe_info): New static variable.
4605         (NUM_PROBES): New definition.
4606         (svr4_info): New fields "using_xfer", "probes_table" and
4607         "solib_list".
4608         (free_probes_table): New function.
4609         (free_solib_list): New function.
4610         (svr4_pspace_data_cleanup): Free probes table and solib list.
4611         (svr4_copy_library_list): New function.
4612         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4613         (svr4_read_so_list): New parameter "prev_lm".
4614         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4615         (svr4_current_sos): New function.
4616         (probe_and_action): New struct.
4617         (hash_probe_and_action): New function.
4618         (equal_probe_and_action): Likewise.
4619         (register_solib_event_probe): Likewise.
4620         (solib_event_probe_at): Likewise.
4621         (solib_event_probe_action): Likewise.
4622         (solist_update_full): Likewise.
4623         (solist_update_incremental): Likewise.
4624         (disable_probes_interface_cleanup): Likewise.
4625         (svr4_handle_solib_event): Likewise.
4626         (svr4_update_solib_event_breakpoint): Likewise.
4627         (svr4_update_solib_event_breakpoints): Likewise.
4628         (svr4_create_solib_event_breakpoints): Likewise.
4629         (enable_break): Free probes table before creating breakpoints.
4630         Use svr4_create_solib_event_breakpoints to create breakpoints.
4631         (svr4_solib_create_inferior_hook): Free the solib list.
4632         (_initialize_svr4_solib): Initialise
4633         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4634
4635 2013-06-04  Gary Benson  <gbenson@redhat.com>
4636
4637         * target.h (target_ops): New field
4638         "to_augmented_libraries_svr4_read".
4639         (target_augmented_libraries_svr4_read): New macro.
4640         * target.c (update_current_target): Handle
4641         to_augmented_libraries_svr4_read.
4642         * remote.c (remote_state): New field
4643         "augmented_libraries_svr4_read".
4644         (remote_augmented_libraries_svr4_read_feature): New function.
4645         (remote_protocol_features): Add entry for
4646         "augmented-libraries-svr4-read".
4647         (remote_augmented_libraries_svr4_read): New function.
4648         (init_remote_ops): Initialize
4649         remote_ops.to_augmented_libraries_svr4_read.
4650
4651 2013-06-04  Gary Benson  <gbenson@redhat.com>
4652
4653         * NEWS: Update.
4654
4655 2013-06-04  Gary Benson  <gbenson@redhat.com>
4656
4657         * objfiles.h (inhibit_section_map_updates): New function
4658         declaration.
4659         (resume_section_map_updates): Likewise.
4660         (resume_section_map_updates_cleanup): Likewise.
4661         * objfiles.c (objfile_pspace_info): Removed field
4662         "objfiles_changed_p".  New fields "new_objfiles_available",
4663         "section_map_dirty" and "inhibit_updates".
4664         (allocate_objfile): Set new_objfiles_available.
4665         (free_objfile): Set section_map_dirty.
4666         (objfile_relocate1): Likewise.
4667         (in_plt_section): Likewise.
4668         (find_pc_section): Update the conditions under which the
4669         section map will be updated.
4670         (inhibit_section_map_updates): New function.
4671         (resume_section_map_updates): Likewise.
4672         (resume_section_map_updates_cleanup): Likewise.
4673
4674 2013-06-04  Gary Benson  <gbenson@redhat.com>
4675
4676         * probe.h (get_probe_argument_count): New declaration.
4677         (evaluate_probe_argument): Likewise.
4678         * probe.c (get_probe_argument_count): New function.
4679         (evaluate_probe_argument): Likewise.
4680         (probe_safe_evaluate_at_pc): Use the above new functions.
4681
4682 2013-06-04  Alan Modra  <amodra@gmail.com>
4683
4684         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4685         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4686         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
4687         target mem reads on optional insns.
4688         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4689         ppc_insns_match_pattern calls.
4690         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4691         Add match for power7 thread safety insns, and new order of
4692         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
4693         invocation in comment, and update rest of comment.
4694         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4695         PPC64_STANDARD_LINKAGE3_LEN): Delete.
4696         (ppc64_standard_linkage2_target): Update insn offsets.
4697         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
4698         stubs first.  Update calls.
4699
4700 2013-06-04  Yao Qi  <yao@codesourcery.com>
4701
4702         * solib.c (solib_find): Don't need dir separator if path has
4703         drive spec.
4704
4705 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
4706
4707         Revert (indirectly causes a SIGSEGV):
4708         * machoread.c (macho_symfile_read): Assign first cleanup to
4709         'back_to'.
4710
4711 2013-06-03  Yao Qi  <yao@codesourcery.com>
4712
4713         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4714         mi-parse.c.  Make them static.
4715         (mi_all_values): Likewise.
4716         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
4717         mi_parse_print_values.  Make it external.
4718         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4719         Remove the declarations.
4720         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4721         * mi/mi-parse.h (mi_parse_print_values): Declare.
4722         * mi/mi-cmd-stack.c: Include mi-parse.h.
4723         (parse_print_values): Remove
4724         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4725         of parse_print_values.
4726         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4727
4728 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
4729             Yao Qi  <yao@codesourcery.com>
4730
4731         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4732         (encode_actions): Move code to ...
4733         (all_tracepoint_actions_and_cleanup): ... here.  New.
4734         (trace_dump_command): Likewise.
4735
4736 2013-05-30  Tom Tromey  <tromey@redhat.com>
4737
4738         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4739
4740 2013-05-30  Tom Tromey  <tromey@redhat.com>
4741
4742         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4743         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
4744         'old_chain' argument.  Add 'parser_result' argument.
4745         (gdb_xml_create_parser_and_cleanup): Remove old version.
4746         (gdb_xml_parse_quick): Update.
4747         (xml_process_xincludes): Update.
4748         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4749         declare.
4750
4751 2013-05-30  Tom Tromey  <tromey@redhat.com>
4752
4753         * probe.c (collect_probes): Check arguments for NULL before
4754         calling compile_rx_or_error.
4755         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4756         Remove NULL return.
4757
4758 2013-05-30  Tom Tromey  <tromey@redhat.com>
4759
4760         * infrun.c (adjust_pc_after_break): Introduce an outer null
4761         cleanup.
4762
4763 2013-05-30  Tom Tromey  <tromey@redhat.com>
4764
4765         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4766
4767 2013-05-30  Tom Tromey  <tromey@redhat.com>
4768
4769         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4770         for 'old_chain'.  Do not check 'head' before processing
4771         cleanups.
4772
4773 2013-05-30  Tom Tromey  <tromey@redhat.com>
4774
4775         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4776         "cleanup_tuple".
4777
4778 2013-05-30  Tom Tromey  <tromey@redhat.com>
4779
4780         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4781         inner scope.  Unconditionally call do_cleanups.
4782
4783 2013-05-30  Tom Tromey  <tromey@redhat.com>
4784
4785         * source.c (find_and_open_source): Call do_cleanups.
4786
4787 2013-05-30  Tom Tromey  <tromey@redhat.com>
4788
4789         * linux-thread-db.c (thread_db_load_search): Unconditionally
4790         call do_cleanups.
4791
4792 2013-05-30  Tom Tromey  <tromey@redhat.com>
4793
4794         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4795         for 'cleanup'; instead use a later one.
4796
4797 2013-05-30  Tom Tromey  <tromey@redhat.com>
4798
4799         * python/py-breakpoint.c (bppy_get_commands): Use
4800         explicit, unconditional return.
4801         * python/py-frame.c (frapy_read_var): Likewise.
4802         * python/python.c (gdbpy_decode_line): Likewise.
4803
4804 2013-05-30  Tom Tromey  <tromey@redhat.com>
4805
4806         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4807         do_cleanups on all return paths.
4808
4809 2013-05-30  Tom Tromey  <tromey@redhat.com>
4810
4811         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4812
4813 2013-05-30  Tom Tromey  <tromey@redhat.com>
4814
4815         * stabsread.c (read_struct_type): Call do_cleanups along
4816         all return paths.
4817
4818 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
4819
4820         * mips-linux-tdep.c: Adjust formatting throughout.
4821
4822 2013-05-30  Tom Tromey  <tromey@redhat.com>
4823
4824         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4825         along all return paths.
4826
4827 2013-05-30  Tom Tromey  <tromey@redhat.com>
4828
4829         * symfile.c (find_separate_debug_file): Call do_cleanups
4830         along all return paths.
4831
4832 2013-05-30  Tom Tromey  <tromey@redhat.com>
4833
4834         * symtab.c (search_symbols): Introduce a null cleanup for
4835         'retval_chain'.
4836
4837 2013-05-30  Tom Tromey  <tromey@redhat.com>
4838
4839         * python/py-value.c (valpy_binop): Call do_cleanups before
4840         exiting loop.
4841
4842 2013-05-30  Tom Tromey  <tromey@redhat.com>
4843
4844         * python/py-prettyprint.c (print_children): Remove extra
4845         do_cleanups call.
4846
4847 2013-05-30  Tom Tromey  <tromey@redhat.com>
4848
4849         * python/py-frame.c (frapy_read_var): Call do_cleanups along
4850         all return paths.
4851
4852 2013-05-30  Tom Tromey  <tromey@redhat.com>
4853
4854         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4855         along all return paths.
4856
4857 2013-05-30  Tom Tromey  <tromey@redhat.com>
4858
4859         * cli/cli-logging.c (set_logging_redirect): Unconditionally
4860         call do_cleanups.
4861
4862 2013-05-30  Tom Tromey  <tromey@redhat.com>
4863
4864         * varobj.c (c_value_of_root): Call do_cleanups along all
4865         return paths.
4866
4867 2013-05-30  Tom Tromey  <tromey@redhat.com>
4868
4869         * tracepoint.c (trace_dump_command): Unconditionally call
4870         do_cleanups.
4871
4872 2013-05-30  Tom Tromey  <tromey@redhat.com>
4873
4874         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4875         do_cleanups earlier.
4876
4877 2013-05-30  Tom Tromey  <tromey@redhat.com>
4878
4879         * machoread.c (macho_symfile_read): Assign first cleanup to
4880         'back_to'.
4881
4882 2013-05-30  Tom Tromey  <tromey@redhat.com>
4883
4884         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4885
4886 2013-05-30  Tom Tromey  <tromey@redhat.com>
4887
4888         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4889
4890 2013-05-30  Tom Tromey  <tromey@redhat.com>
4891
4892         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4893         call discard_cleanups.
4894         (inf_ptrace_attach): Likewise.
4895
4896 2013-05-30  Tom Tromey  <tromey@redhat.com>
4897
4898         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4899         return paths.
4900         (mips_initialize): Likewise.
4901         (common_open): Call do_cleanups.
4902
4903 2013-05-30  Tom Tromey  <tromey@redhat.com>
4904
4905         * utils.c (internal_vproblem): Call do_cleanups.
4906
4907 2013-05-30  Tom Tromey  <tromey@redhat.com>
4908
4909         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4910
4911 2013-05-30  Tom Tromey  <tromey@redhat.com>
4912
4913         * cli/cli-script.c (setup_user_args): Don't return after error.
4914
4915 2013-05-30  Tom Tromey  <tromey@redhat.com>
4916
4917         * somread.c (som_symtab_read): Call do_cleanups.
4918
4919 2013-05-30  Tom Tromey  <tromey@redhat.com>
4920
4921         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4922
4923 2013-05-30  Tom Tromey  <tromey@redhat.com>
4924
4925         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4926         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4927         * interps.c (interpreter_exec_cmd): Call do_cleanups.
4928         * source.c (show_substitute_path_command): Call do_cleanups.
4929         (unset_substitute_path_command, set_substitute_path_command):
4930         Likewise.
4931         * symfile.c (load_command): Call do_cleanups.
4932
4933 2013-05-30  Tom Tromey  <tromey@redhat.com>
4934
4935         * contrib/cleanup_check.py: New file.
4936         * contrib/gcc-with-excheck: Add option parsing.
4937
4938 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
4939
4940         * windows-nat.c (windows_delete_thread): Add missing space
4941         in cast expression.
4942
4943 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
4944
4945         * inferior.c (top level): Include tilde.h.
4946         (add_inferior_command): Call tilde_expand on the value of 'exec'
4947         argument.
4948
4949 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
4950             Yao Qi  <yao@codesourcery.com>
4951
4952         * tracepoint.c (encode_actions_1): Remove parameter 't'.
4953         Caller update.
4954         (encode_actions): Likewise.
4955         * remote.c (remote_download_tracepoint): Caller update.
4956         * tracepoint.h (encode_actions): Update declaration.
4957
4958 2013-05-30  Pedro Alves  <palves@redhat.com>
4959
4960         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4961         pointer.
4962
4963 2013-05-30  Yao Qi  <yao@codesourcery.com>
4964
4965         * remote.c (remote_check_symbols): Remove unused parameter
4966         'objfile'.
4967         Declaration update.
4968         (remote_start_remote, remote_new_objfile): Caller update.
4969
4970 2013-05-30  Yao Qi  <yao@codesourcery.com>
4971
4972         * mi/mi-cmds.c (mi_cmds): Define MI command
4973         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4974         DEF_MI_CMD_CLI.
4975
4976 2013-05-29  Pedro Alves  <palves@redhat.com>
4977
4978         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4979         (remote_insert_watchpoint, remote_remove_watchpoint)
4980         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4981         (remote_verify_memory, compare_sections_command)
4982         (remote_search_memory): Set the general process/thread on the
4983         remote side.
4984
4985 2013-05-29  Pedro Alves  <palves@redhat.com>
4986
4987         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4988         (_initialize_aarch64_tdep): Don't call
4989         initialize_tdesc_aarch64_without_fpu.
4990         * features/Makefile (WHICH): Remove reference to
4991         aarch64-without-fpu.
4992         * features/aarch64-without-fpu.c: Delete file.
4993         * regformats/aarch64-without-fpu.dat: Delete file.
4994
4995 2013-05-28  Yao Qi  <yao@codesourcery.com>
4996
4997         * tracepoint.c (stringify_collection_list): Remove parameter
4998         'string'.
4999         (encode_actions): Caller update.  Remove local variables.
5000
5001 2013-05-24  Yao Qi  <yao@codesourcery.com>
5002
5003         * tracepoint.c (TFILE_PID): Remove.
5004         (tfile_open): Don't add thread and inferior.
5005         (tfile_close): Don't set 'inferior_ptid'.  Don't call
5006         exit_inferior_silent.
5007         (tfile_thread_alive): Remove.
5008         (init_tfile_ops): Don't set field 'to_thread_alive' of
5009         tfile_ops.
5010
5011 2013-05-23  Doug Evans  <dje@google.com>
5012
5013         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5014
5015 2013-05-23  Pedro Alves  <palves@redhat.com>
5016
5017         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5018         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5019         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5020         Only define if HAVE_SOCKETS is defined.
5021         * configure.ac: Check for sys/socket.h.
5022         * config.in, configure: Regenerate.
5023
5024 2013-05-23  Pedro Alves  <palves@redhat.com>
5025
5026         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5027         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5028         printing uint32_t variables.
5029
5030 2013-05-23  Pedro Alves  <palves@redhat.com>
5031
5032         * NEWS: Mention GDBserver range stepping support.
5033
5034 2013-05-23  Yao Qi  <yao@codesourcery.com>
5035             Pedro Alves  <palves@redhat.com>
5036
5037         * gdbthread.h (struct thread_control_state) <may_range_step>: New
5038         field.
5039         * infcmd.c (step_once, until_next_command): Enable range stepping.
5040         * infrun.c (displaced_step_prepare): Disable range stepping.
5041         (resume): Disable range stepping if stepping over a breakpoint or
5042         we have software watchpoints.  If range stepping is enabled,
5043         assert the thread is in the stepping range.
5044         (clear_proceed_status_thread): Clear may_range_step.
5045         (handle_inferior_event): Disable range stepping as soon as we know
5046         the thread that hit the event.  Re-enable it whenever we're going
5047         to step with a step range.
5048         * remote.c (struct vCont_action_support) <r>: New field.
5049         (use_range_stepping): New global.
5050         (remote_vcont_probe): Handle 'r' action.
5051         (append_resumption): Append an 'r' action if the thread may range
5052         step.
5053         (show_range_stepping): New function.
5054         (set_range_stepping): New function.
5055         (_initialize_remote): Call add_setshow_boolean_cmd to register the
5056         'set range-stepping' and 'show range-stepping' commands.
5057         * NEWS: Mention range stepping, the new vCont;r action, and the
5058         new "set/show range-stepping" commands.
5059
5060 2013-05-23  Yao Qi  <yao@codesourcery.com>
5061             Pedro Alves  <palves@redhat.com>
5062
5063         * remote.c (struct vCont_action_support): New struct.
5064         (struct remote_state) <support_vCont_t>: Remove field.
5065         <vCont_actions_support>: New field.
5066         (remote_vcont_probe, remote_stop_ns): Update.
5067
5068 2013-05-23  Yao Qi  <yao@codesourcery.com>
5069             Pedro Alves  <palves@redhat.com>
5070
5071         * gdbthread.h (pc_in_thread_step_range): New declaration.
5072         * thread.c (pc_in_thread_step_range): New function.
5073         * infrun.c (handle_inferior_event): Use it.
5074
5075 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
5076
5077         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5078         of sprintf.
5079
5080 2013-05-22  Keith Seitz  <keiths@redhat.com>
5081
5082         * ada-lang.c (is_known_support_routine): Add explicit free of
5083         'func_name' from find_frame_funname.
5084         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5085         for func_name from find_frame_funname.
5086         * python/py-frame.c (frapy_name): Add explicit free of
5087         'name' from find_frame_funname.
5088         * stack.c (find_frame_funname): Add comment explaining that
5089         funcp must be freed by the caller.
5090         Return copy of symbol names instead of pointers.
5091         (print_frame): Add a cleanup for 'funname' from
5092         find_frame_funname.
5093         * stack.h (find_frame_funname): Remove "const" from
5094         'funname' parameter.
5095
5096 2013-05-22  Tom Tromey  <tromey@redhat.com>
5097
5098         PR c++/15401:
5099         * c-valprint.c (c_value_print): Use value_addr for
5100         references.  Convert back to reference type with value_ref.
5101
5102 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
5103
5104         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5105         unloaded DLL, it will be done by handle_solib_event.  See
5106         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5107         details.
5108
5109 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
5110
5111         * ui-out.c: Create typedef ui_out_level_p and define vector
5112         operations for that type.
5113         (struct ui_out): Use a vector instead of an array.
5114         (current_level): Return level from a vector.
5115         (push_level): Create a level in a vector.
5116         (pop_level): Delete a level in a vector.
5117         (ui_out_new): Create initial level zero level, and store in a
5118         vector.
5119         (ui_out_destroy): Add vector cleanup.
5120
5121 2013-05-22  Pedro Alves  <palves@redhat.com>
5122
5123         * python/python-internal.h (gdb_Py_DECREF): Tag with
5124         "ARI: editCase function".
5125
5126 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5127
5128         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5129
5130 2013-05-21  Pedro Alves  <palves@redhat.com>
5131
5132         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5133         whether PRINTER is NULL before installing a Py_DECREF cleanup.
5134         * python/py-utils.c (py_decref): Don't check for NULL before
5135         calling Py_DECREF.
5136
5137 2013-05-21  Pedro Alves  <palves@redhat.com>
5138
5139         * python/py-utils.c (py_decref): Remove extra braces.
5140         (gdb_pymodule_addobject): Remove extra braces.
5141         * python-internal.h (gdb_Py_DECREF): New static inline function.
5142         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5143
5144 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5145
5146         * breakpoints.c (detach_breakpoints): Do not
5147         detach breakpoints locations with loc_type bp_loc_other.
5148
5149 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5150
5151         Workaround Python 2.6.
5152         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5153         a block.
5154
5155 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5156
5157         Code cleanup: constification.
5158         * solib.c (solib_ops): Make return type and ops variable type const.
5159         (set_solib_ops): Make the new_ops parameter and ops variable const.
5160         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5161         (solib_add, solib_keep_data_in_core, clear_solib)
5162         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5163         (reload_shared_libraries, solib_global_lookup): Make the ops variable
5164         const.
5165         * solib.h (set_solib_ops): Make the new_ops parameter const.
5166
5167 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5168
5169         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5170         variable.
5171         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5172         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5173         (SYSTEM_GDBINIT_FILES): New variables.
5174         (all): Add stamp-system-gdbinit.
5175         (stamp-system-gdbinit): New rule.
5176         (clean-system-gdbinit, install-system-gdbinit)
5177         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
5178         (install-only): Add dependency on install-system-gdbinit.
5179         (uninstall): Add dependency on uninstall-system-gdbinit.
5180         (clean): Add dependency on clean-system-gdbinit.
5181         * system-gdbinit/elinos.py: New file.
5182         * system-gdbinit/wrs-linux.py: New file.
5183
5184 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5185
5186         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5187
5188 2013-05-21  Hui Zhu  <hui@codesourcery.com>
5189
5190         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5191         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5192         * mi/mi-cmd-break.c (ctype.h): New include.
5193         (gdb_obstack.h): New include.
5194         (mi_argv_to_format, mi_cmd_break_insert_1): New.
5195         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5196         (mi_cmd_dprintf_insert): New.
5197         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5198         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5199
5200 2013-05-20  Tom Tromey  <tromey@redhat.com>
5201
5202         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5203
5204 2013-05-20  Tom Tromey  <tromey@redhat.com>
5205
5206         * python/py-value.c (valpy_get_dynamic_type): Simplify
5207         dynamic_type assignment.  Use Py_XINCREF.
5208
5209 2013-05-20  Tom Tromey  <tromey@redhat.com>
5210
5211         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5212
5213 2013-05-20  Tom Tromey  <tromey@redhat.com>
5214
5215         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5216         (gdbpy_selected_frame): Move object-construction code
5217         out of TRY_CATCH.
5218
5219 2013-05-20  Tom Tromey  <tromey@redhat.com>
5220
5221         * python/py-arch.c (gdbpy_initialize_arch): Use
5222         gdb_pymodule_addobject.
5223         * python/py-block.c (gdbpy_initialize_blocks): Use
5224         gdb_pymodule_addobject.
5225         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5226         gdb_pymodule_addobject.
5227         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
5228         gdb_pymodule_addobject.
5229         * python/py-event.c (gdbpy_initialize_event_generic): Use
5230         gdb_pymodule_addobject.
5231         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
5232         gdb_pymodule_addobject.
5233         * python/py-evts.c (add_new_registry): Use
5234         gdb_pymodule_addobject.
5235         (gdbpy_initialize_py_events): Likewise.
5236         * python/py-finishbreakpoint.c
5237         (gdbpy_initialize_finishbreakpoints): Use
5238         gdb_pymodule_addobject.
5239         * python/py-frame.c (gdbpy_initialize_frames): Use
5240         gdb_pymodule_addobject.
5241         * python/py-function.c (gdbpy_initialize_functions): Use
5242         gdb_pymodule_addobject.
5243         * python/py-inferior.c (gdbpy_initialize_inferior): Use
5244         gdb_pymodule_addobject.
5245         * python/py-infthread.c (gdbpy_initialize_thread): Use
5246         gdb_pymodule_addobject.
5247         * python/py-objfile.c (gdbpy_initialize_objfile): Use
5248         gdb_pymodule_addobject.
5249         * python/py-param.c (gdbpy_initialize_parameters): Use
5250         gdb_pymodule_addobject.
5251         * python/py-progspace.c (gdbpy_initialize_pspace): Use
5252         gdb_pymodule_addobject.
5253         * python/py-symbol.c (gdbpy_initialize_symbols): Use
5254         gdb_pymodule_addobject.
5255         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5256         gdb_pymodule_addobject.
5257         * python/py-type.c (gdbpy_initialize_types): Use
5258         gdb_pymodule_addobject.
5259         * python/py-utils.c (gdb_pymodule_addobject): New function.
5260         * python/py-value.c (gdbpy_initialize_values): Use
5261         gdb_pymodule_addobject.
5262         * python/python-internal.h (gdb_pymodule_addobject): Declare.
5263         * python/python.c (_initialize_python): Use
5264         gdb_pymodule_addobject.
5265
5266 2013-05-20  Tom Tromey  <tromey@redhat.com>
5267
5268         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5269         * python/py-param.c (get_set_value, get_show_value): Use
5270         explicit decrefs.
5271         * python/python.c (start_type_printers, apply_type_printers):
5272         Use explicit decrefs.
5273
5274 2013-05-20  Tom Tromey  <tromey@redhat.com>
5275
5276         * python/py-evts.c (gdbpy_initialize_py_events): Don't
5277         incref the module.
5278
5279 2013-05-20  Tom Tromey  <tromey@redhat.com>
5280
5281         * python/python.c (gdbpy_run_events): Decref the result
5282         of PyObject_CallObject.
5283
5284 2013-05-20  Tom Tromey  <tromey@redhat.com>
5285
5286         * python/py-symtab.c (set_sal): Use
5287         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
5288         (symtab_and_line_to_sal_object): Update.
5289
5290 2013-05-20  Tom Tromey  <tromey@redhat.com>
5291
5292         * python/py-param.c (compute_enum_values): Decref 'item'.
5293
5294 2013-05-20  Tom Tromey  <tromey@redhat.com>
5295
5296         * mi/mi-main.c: Include python-internal.h.
5297         (mi_cmd_list_features): Check gdb_python_initialized.
5298         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5299         (python_inferior_exit, python_new_objfile, add_thread_object)
5300         (delete_thread_object, py_free_inferior): Check
5301         gdb_python_initialized.
5302         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5303         gdb_python_initialized.
5304         * python/py-type.c (save_objfile_types): Check
5305         gdb_python_initialized.
5306         * python/python-internal.h (gdb_python_initialized): Declare.
5307         * python/python.c (ensure_python_env): Throw exception if
5308         Python not initialized.
5309         (before_prompt_hook, source_python_script_for_objfile)
5310         (start_type_printers, apply_type_printers,
5311         free_type_printers): Check gdb_python_initialized.
5312         * varobj.c (varobj_get_display_hint)
5313         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5314         (install_new_value_visualizer, varobj_set_visualizer)
5315         (value_get_print_value): Check gdb_python_initialized.
5316
5317 2013-05-20  Tom Tromey  <tromey@redhat.com>
5318
5319         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5320         Check errors.
5321         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5322         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5323         Check errors.
5324         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5325         Check errors.
5326         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5327         Check errors.
5328         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5329         Check errors.
5330         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5331         init function to return 'int'.
5332         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5333         Return 'int'.  Check errors.
5334         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5335         Check errors.
5336         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5337         Return 'int'.  Check errors.
5338         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5339         Check errors.
5340         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5341         Check errors.
5342         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5343         Check errors.
5344         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5345         Check errors.
5346         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5347         Check errors.
5348         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5349         Check errors.
5350         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5351         Check errors.
5352         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5353         Check errors.
5354         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5355         Check errors.
5356         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5357         Check errors.
5358         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5359         Check errors.
5360         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5361         Check errors.
5362         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5363         Check errors.
5364         * python/python-internal.h (gdbpy_initialize_auto_load,
5365         gdbpy_initialize_values, gdbpy_initialize_frames,
5366         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5367         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5368         gdbpy_initialize_blocks, gdbpy_initialize_types,
5369         gdbpy_initialize_functions, gdbpy_initialize_pspace,
5370         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5371         gdbpy_initialize_finishbreakpoints,
5372         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5373         gdbpy_initialize_thread, gdbpy_initialize_inferior,
5374         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5375         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5376         gdbpy_initialize_signal_event,
5377         gdbpy_initialize_breakpoint_event,
5378         gdbpy_initialize_continue_event,
5379         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5380         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5381         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5382         * python/python.c (gdb_python_initialized): New global.
5383         (gdbpy_initialize_events): Return 'int'.  Check errors.
5384         (_initialize_python): Check errors.  Set
5385         gdb_python_initialized.
5386
5387 2013-05-20  Tom Tromey  <tromey@redhat.com>
5388
5389         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5390         Decref the reslut of PyObject_CallMethod.
5391
5392 2013-05-20  Tom Tromey  <tromey@redhat.com>
5393
5394         * python/py-event.c (gdbpy_initialize_event_generic): Return
5395         early if PyType_Ready fails.
5396
5397 2013-05-20  Tom Tromey  <tromey@redhat.com>
5398
5399         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5400         as 'default' in the switch.
5401
5402 2013-05-20  Tom Tromey  <tromey@redhat.com>
5403
5404         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
5405         get_addr_from_python calls out of TRY_CATCH.
5406         (infpy_write_memory, infpy_search_memory): Likewise.
5407         * python/py-utils.c (get_addr_from_python): Return negative
5408         value on error.  Use TRY_CATCH.
5409         * python/python-internal.h (get_addr_from_python): Use
5410         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5411
5412 2013-05-20  Tom Tromey  <tromey@redhat.com>
5413
5414         * python/py-event.c (evpy_emit_event): Decref the
5415         result of PyObject_CallFunctionObjArgs.
5416
5417 2013-05-20  Tom Tromey  <tromey@redhat.com>
5418
5419         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5420         Correctly decref.
5421
5422 2013-05-20  Tom Tromey  <tromey@redhat.com>
5423
5424         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5425
5426 2013-05-20  Tom Tromey  <tromey@redhat.com>
5427
5428         * python/py-event.h (gdbpy_initialize_event_generic): Use
5429         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5430         * python/py-evts.c (add_new_registry): Use
5431         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5432         * python/python-internal.h
5433         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5434
5435 2013-05-20  Tom Tromey  <tromey@redhat.com>
5436
5437         * python/py-arch.c (archpy_disassemble): Update.
5438         * python/py-type.c (typy_get_composite, typy_lookup_typename)
5439         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5440         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5441         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5442         macro.
5443         (GDB_PY_HANDLE_EXCEPTION): Update.
5444         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
5445
5446 2013-05-20  Tom Tromey  <tromey@redhat.com>
5447
5448         * python/python-internal.h (events_object_type): Remove.
5449
5450 2013-05-20  Tom Tromey  <tromey@redhat.com>
5451
5452         * python/py-event.h (evpy_emit_event): Use
5453         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5454         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5455         New macro.
5456
5457 2013-05-20  Tom Tromey  <tromey@redhat.com>
5458
5459         * py-evtregistry.c (create_event_object): Decref
5460         eventregistry_object if PyList_New fails.
5461
5462 2013-05-20  Tom Tromey  <tromey@redhat.com>
5463
5464         * py-cmd.c (gdbpy_string_to_argv): Check result of
5465         PyList_New.
5466
5467 2013-05-20  Tom Tromey  <tromey@redhat.com>
5468
5469         * python/python.c (before_prompt_hook): Add cleanup to
5470         decref 'hook'.
5471
5472 2013-05-20  Tom Tromey  <tromey@redhat.com>
5473
5474         * python/py-function.c (fnpy_init): Decref result of
5475         PyObject_GetAttrString.
5476
5477 2013-05-20  Tom Tromey  <tromey@redhat.com>
5478
5479         * python/py-threadevent.c (get_event_thread): Use
5480         CPYCHECKER_RETURNS_BORROWED_REF.
5481         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5482         New define.
5483         (pspace_to_pspace_object, objfile_to_objfile_object)
5484         (find_thread_object): Use it.
5485
5486 2013-05-20  Tom Tromey  <tromey@redhat.com>
5487
5488         * python/py-arch.c (arch_object_type): Use
5489         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5490         * python/py-block.c (block_syms_iterator_object_type):
5491         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5492         * python/py-bpevent.c (breakpoint_event_object_type):
5493         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5494         * python/py-cmd.c (cmdpy_object_type): Use
5495         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5496         * python/py-continueevent.c (continue_event_object_type):
5497         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5498         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5499         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5500         * python/py-events.h (thread_event_object_type):
5501         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5502         * python/py-evtregistry.c (eventregistry_object_type): Use
5503         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5504         * python/py-exitedevent.c (exited_event_object_type):
5505         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5506         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5507         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5508         * python/py-function.c (fnpy_object_type): Use
5509         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5510         * python/py-inferior.c (inferior_object_type, membuf_object_type):
5511         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5512         * python/py-infthread.c (thread_object_type): Use
5513         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5514         * python/py-lazy-string.c (lazy_string_object_type):
5515         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5516         * python/py-newobjfileevent.c (new_objfile_event_object_type):
5517         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5518         * python/py-objfile.c (objfile_object_type): Use
5519         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5520         * python/py-param.c (parmpy_object_type):
5521         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5522         * python/py-progspace.c (pspace_object_type):
5523         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5524         * python/py-signalevent.c (signal_event_object_type):
5525         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5526         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5527         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5528         * python/py-type.c (type_object_type, field_object_type)
5529         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5530         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5531         define.
5532         (value_object_type, block_object_type, symbol_object_type)
5533         (event_object_type, stop_event_object_type, breakpoint_object_type)
5534         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5535
5536 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
5537
5538         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5539         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5540
5541 2013-05-20  Doug Evans  <dje@google.com>
5542
5543         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
5544         For Fission.
5545         * dwarf2read.c (struct dwarf2_per_cu_data): New member
5546         reading_dwo_directly.
5547         (struct signatured_type): New member dwo_unit.
5548         (struct die_reader_specs): New member comp_dir.
5549         (create_signatured_type_table_from_index): Use malloc for
5550         all_type_units instead of objfile's obstack.
5551         (create_all_type_units): Ditto.
5552         (fill_in_sig_entry_from_dwo_entry): New function.
5553         (add_type_unit): New function.
5554         (lookup_dwo_signatured_type): New function.
5555         (lookup_dwp_signatured_type): New function.
5556         (lookup_signatured_type): New arg cu.  All callers updated.
5557         (init_cu_die_reader): Initialize comp_dir.
5558         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
5559         Change assert of matching type signatures to call error on mismatch.
5560         (lookup_dwo_unit): Add assert.
5561         (init_tu_and_read_dwo_dies): New function.
5562         (init_cutu_and_read_dies): Call it.
5563         (build_type_unit_groups): Handle case of no type unit groups created.
5564         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5565         (lookup_dwo_cutu): Tweak complaint.
5566         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5567         (dwarf2_per_objfile_free): Free all_type_units.
5568
5569 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5570
5571         * windows-nat.c (handle_unload_dll): Add missing empty line.
5572
5573 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5574
5575         * dwarf2read.c (prototyped_function_p): New function.
5576         (read_subroutine_type): Use it.
5577
5578 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5579
5580         * rs6000-aix-tdep.c: De-indent some example code provided
5581         as a comment.
5582
5583 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5584
5585         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5586         region is ok for a hardware watchpoint using the new ptrace interface
5587         on Power servers.
5588
5589 2013-05-17  Doug Evans  <dje@google.com>
5590
5591         * NEWS: Mention new maintenance commands check-symtabs, and
5592         expand-symtabs, and renamed check-psymtabs.
5593         * psymtab.c (maintenance_check_psymtabs): Renamed from
5594         maintenance_check_symtabs.  Only process already-expanded symbol
5595         tables.
5596         (_initialize_psymtab): Update.
5597         * symmisc.c (maintenance_check_symtabs): New function.
5598         (maintenance_expand_name_matcher): New function
5599         (maintenance_expand_file_matcher): New function
5600         (maintenance_expand_symtabs): New function.
5601         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5602         commands.
5603
5604 2013-05-17  Tom Tromey  <tromey@redhat.com>
5605
5606         * python/py-inferior.c (infpy_read_memory): Don't call
5607         PyErr_SetString if PyObject_New fails.
5608         * python/py-frame.c (frame_info_to_frame_object): Don't call
5609         PyErr_SetString if PyObject_New fails.
5610
5611 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
5612
5613         * acinclude.m4: Add check for dlopen in libdl.
5614         * configure.ac: Ditto.
5615         * configure: Regenerate.
5616
5617 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
5618
5619         * frame.c (frame_stash): Convert to htab.
5620         (frame_addr_hash): New function.
5621         (frame_addr_hash_eq): New function.
5622         (frame_stash_create): Convert function to create
5623         a hash table.
5624         (frame_stash_add): Convert function to add an entry to a hash
5625         table.
5626         (frame_stash_find): Convert function to search the hash table.
5627         (frame_stash_invalidate): Convert function to empty the hash
5628         table.
5629         (get_frame_id): Only add to stash if a frame_id is created.
5630         (_initialize_frame): Call frame_stash_create.
5631
5632 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
5633
5634         * configure.ac: Ensure MIG is available when building for GNU Hurd
5635         hosts.
5636         * configure: Regenerate.
5637
5638 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5639
5640         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5641
5642 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5643
5644         * ada-lang.c (ada_make_symbol_completion_list): Make sure
5645         all cleanups are done before returning from this function.
5646
5647 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5648
5649         * utils.h: #include "exceptions.h".
5650         (enum errors): Remove partial declaration.
5651
5652 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5653
5654         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5655         * gdbarch.h, gdbarch.c: Regenerate.
5656         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5657         handling.
5658
5659         * rs6000-aix-tdep.h: New file.
5660         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5661         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5662         "xml-utils.h".
5663         (struct field_info, struct ld_info_desc): New types.
5664         (ld_info32_desc, ld_info64_desc): New static constants.
5665         (struct ld_info): New type.
5666         (rs6000_aix_extract_ld_info): New function.
5667         (rs6000_aix_shared_library_to_xml): Likewise.
5668         (rs6000_aix_ld_info_to_xml): Likewise.
5669         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5670         (rs6000_aix_init_osabi): Add call to
5671         set_gdbarch_core_xfer_shared_libraries_aix.
5672         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5673         Remove "xml-utils.h" include.
5674         (LdInfo): Delete typedef.
5675         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5676         Delete macros.
5677         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5678         Adjust code accordingly.
5679         (rs6000_core_ldinfo): Delete, folded into
5680         rs6000_aix_core_xfer_shared_libraries_aix.
5681         (rs6000_xfer_shared_library): Delete.
5682         (rs6000_xfer_shared_libraries): Reimplement.
5683
5684 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
5685
5686         * record.c (record_goto_cmdlist): New.
5687         (cmd_record_goto): Split into this ...
5688         (cmd_record_goto_begin): ... this
5689         (cmd_record_goto_end): ... and this.
5690         (_initialize_record): Change "record goto" to prefix command.
5691         Add commands for "record goto begin" and "record goto end".
5692         Add an alias for "record goto start" to "record goto begin".
5693
5694 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5695
5696         * linespec.c (convert_linespec_to_sals): New comment for
5697         SOURCE_FILENAME assignment.
5698
5699 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5700
5701         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5702         internal_warning.
5703
5704 2013-05-14  Tom Tromey  <tromey@redhat.com>
5705
5706         * eval.c (parse_and_eval_long): Make 'exp' const.
5707         * value.h (parse_and_eval_long): Update.
5708
5709 2013-05-14  Tom Tromey  <tromey@redhat.com>
5710
5711         * ui-file.c (gdb_fopen): Make arguments const.
5712         * ui-file.h (gdb_fopen): Make arguments const.
5713
5714 2013-05-14  Tom Tromey  <tromey@redhat.com>
5715
5716         * remote.c (remote_set_trace_notes): Make arguments const.
5717         * target.c (update_current_target): Update cast.
5718         * target.h (to_set_trace_notes): Make arguments const.
5719
5720 2013-05-14  Tom Tromey  <tromey@redhat.com>
5721
5722         * go32-nat.c (go32_terminal_info): Make 'args' const.
5723         * inferior.h (child_terminal_info): Update.
5724         * inflow.c (child_terminal_info): Make 'args' const.
5725         * target.c (default_terminal_info): Make 'args' const.
5726         (debug_to_terminal_save_ours): Likewise.
5727         * target.h (struct target_ops) <to_terminal_info>: Make argument
5728         const.
5729
5730 2013-05-13  Tom Tromey  <tromey@redhat.com>
5731
5732         * gcore.c (create_gcore_bfd): Make 'filename' const.
5733         * gcore.h (create_gcore_bfd): Make 'filename' const.
5734         * record-full.c (record_full_save): Make 'recfilename' const.
5735         * target.c (target_save_record): Make 'filename' const.
5736         * target.h (struct target_ops) <to_save_record>: Make 'filename'
5737         const.
5738         (target_save_record): Likewise.
5739
5740 2013-05-13  Tom Tromey  <tromey@redhat.com>
5741
5742         PR gdb/15338:
5743         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5744         ranges section has been read.
5745
5746 2013-05-13  Tom Tromey  <tromey@redhat.com>
5747
5748         PR exp/15364:
5749         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5750         STRUCTOP_PTR>: Return a not_lval value for
5751         EVAL_AVOID_SIDE_EFFECTS.
5752         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5753         for EVAL_AVOID_SIDE_EFFECTS.
5754
5755 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
5756
5757         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5758         floating point registers to register type before storing
5759         value.
5760         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5761         Likewise.
5762
5763 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5764             Tom Tromey  <tromey@redhat.com>
5765
5766         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5767         New functions.
5768         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5769         Declare.
5770         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5771         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5772         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5773         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5774
5775 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
5776             Tom Tromey  <tromey@redhat.com>
5777
5778         PR build/15414:
5779         * configure: Rebuild.
5780         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5781         with -Wno-format.
5782
5783 2013-05-10  Pedro Alves  <palves@redhat.com>
5784
5785         * remote.c (_initialize_remote): Fix spelling of
5786         qXfer:traceframe-info:read packet in packet config command.
5787
5788 2013-05-10  David Taylor  <dtaylor@emc.com>
5789
5790         PR remote/15455
5791
5792         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5793         "QTro" at start of packet.
5794
5795 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5796
5797         * solib-aix.c (solib_aix_relocate_section_addresses):
5798         For the .bss section action, apply the same offset as
5799         the .data section.
5800
5801 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5802
5803         * solib-aix.c (solib_aix_relocate_section_addresses):
5804         Remove FIXME comment.
5805
5806 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5807
5808         PR tdep/15420:
5809         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5810         New functions, directly copied from sparc-sol-thread.c.
5811         * sparc-sol-thread.c: Delete.
5812         * configure.ac: Remove code handling sparc-solaris-thread.c.
5813         * configure: Regenerate.
5814
5815 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
5816
5817         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5818         filter logic.
5819         (backtrace_command): Add "no-filters" option parsing.
5820         (_initialize_stack): Alter help to reflect "no-filters" option.
5821         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5822         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5823         (py-frame.o): Add target
5824         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5825         filter files.
5826         * python/python.h: Add new frame filter constants, and flag enum.
5827         (apply_frame_filter): Add definition.
5828         * python/python.c (apply_frame_filter): New non-Python
5829         enabled function.
5830         * python/py-utils.c (py_xdecref): New function.
5831         (make_cleanup_py_xdecref): Ditto.
5832         * python/py-objfile.c: Declare frame_filters dictionary.
5833         (objfpy_dealloc): Add frame_filters dealloc.
5834         (objfpy_new): Initialize frame_filters attribute.
5835         (objfile_to_objfile_object): Ditto.
5836         (objfpy_get_frame_filters): New function.
5837         (objfpy_set_frame_filters): New function.
5838         * python/py-progspace.c: Declare frame_filters dictionary.
5839         (pspy_dealloc): Add frame_filters dealloc.
5840         (pspy_new): Initialize frame_filters attribute.
5841         (pspacee_to_pspace_object): Ditto.
5842         (pspy_get_frame_filters): New function.
5843         (pspy_set_frame_filters): New function.
5844         * python/py-framefilter.c: New file.
5845         * python/lib/gdb/command/frame_filters.py: New file.
5846         * python/lib/gdb/frames.py: New file.
5847         * python/lib/gdb/__init__.py: Initialize global frame_filters
5848         dictionary
5849         * python/lib/gdb/FrameDecorator.py: New file.
5850         * python/lib/gdb/FrameIterator.py: New file.
5851         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5852         * mi/mi-cmds.h: Declare.
5853         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5854         --no-frame-filter logic, and Python frame filter logic.
5855         (stack_enable_frame_filters): New function.
5856         (parse_no_frame_option): Ditto.
5857         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5858         filter logic.
5859         (mi_cmd_stack_list_locals): Ditto.
5860         (mi_cmd_stack_list_args): Ditto.
5861         (mi_cmd_stack_list_variables): Ditto.
5862         * NEWS: Add frame filter note.
5863
5864 2013-05-09  Doug Evans  <dje@google.com>
5865
5866         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5867         All callers updated.
5868         (syms_from_objfile): Ditto.  Make static.
5869         (symbol_file_add_with_addrs): Renamed from
5870         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
5871         num_offsets.  All callers updated.
5872         * symfile.h (syms_from_objfile): Delete.
5873
5874         * symfile.c (decrement_reading_symtab): Add assert.
5875         (increment_reading_symtab): Ditto.
5876
5877 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
5878
5879         * source.c (forward_search_command): Replace call to getc
5880         by call to fgetc.
5881         (reverse_search_command): Likewise.
5882
5883 2013-05-08  Doug Evans  <dje@google.com>
5884
5885         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5886         matching test.
5887
5888 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5889
5890         * sol-thread.c (info_cb): Factorize the code a little.
5891
5892 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5893
5894         * sol-thread.c (info_cb): Rework the output of the "maintenance
5895         info sol-threads" command a bit.
5896
5897 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5898
5899         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5900         Replace ti.ti_startfunc by ti.ti_pc.
5901
5902 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5903
5904         * solib-aix.c (solib_aix_free_library_list): New function
5905         for the case where HAVE_LIBEXPAT is not defined.
5906
5907 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5908
5909         PR breakpoints/15413:
5910         * breakpoint.c (condition_completer): Simplify the code to
5911         disconsider multiple locations of breakpoints when completing the
5912         "condition" command.
5913
5914 2013-05-07  Pierre Muller  <muller@sourceware.org>
5915
5916         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5917         instead of <sys/wait.h>.
5918
5919 2013-05-07  Pierre Muller  <muller@sourceware.org>
5920
5921         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5922         trailing new line from warning message.
5923
5924 2013-05-07  Pierre Muller  <muller@sourceware.org>
5925
5926         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5927         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5928
5929 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5930
5931         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5932         error message (ARI fix).
5933
5934 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5935
5936         * features/library-list-aix.dtd: Replace library-list by
5937         library-list-aix.
5938         * rs6000-nat.c: Replace library-list by library-list-aix
5939         throughout.
5940         * solib-aix.c: Likewise.
5941
5942 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5943
5944         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5945         Renames TARGET_OBJECT_AIX_LIBRARIES.
5946         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5947         TARGET_OBJECT_LIBRARIES_AIX throughout.
5948         * solib-aix.c: Likwise.
5949
5950 2013-05-07  Yao Qi  <yao@codesourcery.com>
5951
5952         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5953         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5954
5955 2013-05-07  Yao Qi  <yao@codesourcery.com>
5956
5957         * solib-dsbt.c (enable_break): Declare.
5958         (dsbt_current_sos): Remove call to enable_break2.
5959         (enable_break2): Rename to enable_break.  Set solib breakpoint
5960         on '_dl_debug_state'.
5961         (enable_break): Remove.
5962
5963 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
5964
5965         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5966         debug state prior to replicating existing hardware watchpoints or
5967         breakpoints.
5968
5969 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5970
5971         * gcore.c (gcore_create_callback): Ignore sections with
5972         separate_debug_objfile_backlink != NULL.
5973
5974 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
5975             Andrew Jenner  <andrew@codesourcery.com>
5976             Chung-Lin Tang  <cltang@codesourcery.com>
5977             Julian Brown  <julian@codesourcery.com>
5978
5979         Based on the nios2-elf port from Altera Corporation.
5980
5981         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5982         nios2-linux-tdep.o.
5983         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5984         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5985         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5986         * nios2-tdep.h: New.
5987         * nios2-tdep.c: New.
5988         * nios2-linux-tdep.c: New.
5989         * features/Makefile (WHICH): Add nios2-linux.
5990         (nios2-linux-expedite): Set.
5991         * features/nios2-cpu.xml: New.
5992         * features/nios2.xml: New.
5993         * features/nios2-linux.xml: New.
5994         * features/nios2.c: New (autogenerated).
5995         * features/nios2-linux.c: New (autogenerated).
5996         * regformats/nios2-linux.dat: New (autogenerated).
5997         * NEWS (Changes since GDB 7.6): Add new Nios II targets
5998         and commands.
5999
6000 2013-05-06  Doug Evans  <dje@google.com>
6001
6002         * symfile.c: Whitespace cleanup.
6003
6004         * solist.h (struct target_so_ops): New member clear_so.
6005         * solib-svr4.c (svr4_clear_so): New function.
6006         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
6007         * solib.c (clear_so): Renamed from free_so_symbols.
6008         All callers updated.  Call target clear_so if it exists.
6009
6010 2013-05-06  Tom Tromey  <tromey@redhat.com>
6011
6012         * ada-lang.c (ada_value_primitive_packed_val): Don't
6013         call value_incref.
6014         * value.c (set_value_parent): Incref the new parent and decref
6015         the old parent.
6016         (value_copy, value_primitive_field): Use set_value_parent.
6017
6018 2013-05-06  Tom Tromey  <tromey@redhat.com>
6019
6020         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6021         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6022         if needed.
6023         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6024         * dwarf2read.c (write_constant_as_bytes)
6025         (dwarf2_fetch_constant_bytes): New functions.
6026
6027 2013-05-06  Tom Tromey  <tromey@redhat.com>
6028
6029         * dwarf2read.c (dwarf2_const_value_data): Remove unused
6030         parameters.
6031         (dwarf2_const_value_attr): Update.
6032
6033 2013-05-06  Tom Tromey  <tromey@redhat.com>
6034
6035         * somread.c (som_symfile_offsets): Add 'const' to addrs.
6036         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6037         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6038         Remove declaration.
6039
6040 2013-05-06  Tom Tromey  <tromey@redhat.com>
6041
6042         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6043         objfile's obstack.
6044
6045 2013-05-06  Doug Evans  <dje@google.com>
6046
6047         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6048         * stabsread.h (process_one_symbol): Update declaration.
6049         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6050         * elfread.c (elf_symfile_relocate_probe): Ditto.
6051         * psymtab.c (relocate_psymtabs): Ditto.
6052         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6053         (objfile_relocate): Ditto.
6054         * objfiles.h (objfile_relocate): Update declaration.
6055         * symfile.c (relative_addr_info_to_section_offsets): Constify
6056         addrs parameter.
6057         (default_symfile_offsets): Ditto.
6058         (syms_from_objfile_1): Constify offsets parameter.
6059         (syms_from_objfile): Ditto.
6060         (symbol_file_add_with_addrs_or_offsets): Ditto.
6061         (symfile_map_offsets_to_segments): Constify data parameter.
6062         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6063         delta parameters of member relocate.
6064         (struct sym_probe_fns): Constify new_offsets,
6065         delta parameters of member sym_relocate_probe.
6066         (struct sym_fns): Constify section_addr_info parameter of member
6067         sym_offsets.
6068         (relative_addr_info_to_section_offsets): Update declaration.
6069         (default_symfile_offsets): Ditto.
6070         (syms_from_objfile): Ditto.
6071         (symfile_map_offsets_to_segments): Ditto.
6072
6073         * symfile.c (syms_from_objfile_1): Use correct section count when
6074         objfile->sf == NULL.
6075
6076 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
6077
6078         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6079
6080 2013-05-06  Doug Evans  <dje@google.com>
6081
6082         * psympriv.h (struct partial_symtab): Augment comment for member
6083         section_offsets.
6084
6085 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6086
6087         Reimplement shared library support on ppc-aix...
6088         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6089         * features/library-list-aix.dtd: New file.
6090         * solib-aix.h, solib-aix.c: New file.
6091         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6092         (rs6000_find_toc_address_hook): Delete.
6093         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6094         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6095         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
6096         "xml-utils.h".
6097         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6098         (vmap_symtab, fixup_breakpoints): Delete.
6099         (rs6000_xfer_shared_libraries): New function.
6100         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6101         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6102         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6103         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6104         (rs6000_xfer_shared_library): New function.
6105         (find_toc_address): Delete.
6106         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6107         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6108         * xcoffread.c (record_minimal_symbol): Reloate symbol address
6109         before creating minimal symbol.  Adjust function description
6110         accordingly.
6111         (scan_xcoff_symtab): Replace call to
6112         prim_record_minimal_symbol_and_info by call to
6113         record_minimal_symbol.
6114         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6115         around default_symfile_offsets.
6116         * configure.tgt: Add solib-aix.o to gdb_target_obs for
6117         powerpc-aix targets.
6118         * config/rs6000/nm-rs6000.h: Delete.
6119         * config/powerpc/aix.mh (NAT_FILE): Delete.
6120         (NATDEPFILES): Remove xcoffsolib.o.
6121         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6122         (ALL_TARGET_OBS): Add solib-aix.o.
6123         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6124         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
6125         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
6126         * xcoffsolib.h, xcoffsolib.c: Delete.
6127
6128         * solib.c (reload_shared_libraries): Remove reference to
6129         SOLIB_CREATE_INFERIOR_HOOK.
6130         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6131         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6132         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6133         comment.
6134         * corelow.c (deprecated_core_resize_section_table): Delete.
6135         * exec.c: Remove include of xcoffsolib.h".
6136         (map_vmap, vmap): Delete.
6137         (exec_close_1): Remove references to vmap.
6138         (exec_file_attach): Remove vmap handling code, and reference
6139         to DEPRECATED_IBM6000_TARGET.
6140         (bfdsec_to_vmap): Delete.
6141         (exec_files_info): Remove block of code handling VMAP.
6142         * infcmd.c (post_create_inferior): Remove reference to
6143         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6144         * infrun.c (follow_exec): Remove reference to
6145         SOLIB_CREATE_INFERIOR_HOOK.
6146         * stack.c (print_frame): Remove reference to PC_SOLIB.
6147         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6148         (dsbt_relocate_main_executable): Likewise.
6149         * solib-frv.c (frv_current_sos): Likewise.
6150
6151 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6152
6153         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6154         to target_write_memory and target_read_memory.
6155
6156 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6157
6158         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6159         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6160
6161 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6162
6163         * darwin-nat.c: Replace all "%x" instances in format strings
6164         into "0x%x" throughout.
6165
6166 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6167
6168         * darwin-nat.c (darwin_mourn_inferior): Replace call to
6169         gdb_assert by call to MACH_CHECK_ERROR.
6170         (darwin_attach_pid): Raise an error rather than a failed
6171         assertion when various system calls failed.  Report a warning
6172         instead of raising a failed assertion when PREV_NOT is not NULL
6173         after call to mach_port_request_notification.
6174         (darwin_ptrace_me): Raise an error rather than a failed
6175         assertion when read returns nonzero.
6176
6177 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6178
6179         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6180
6181 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6182
6183         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6184
6185 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6186
6187         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6188         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6189         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
6190         a stale cleanup.  Fix double free of NAME.
6191
6192 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
6193
6194         * windows-nat.c (windows_delete_thread): Accept an additional
6195         argument, the thread's exit code, and announce thread death when
6196         print_thread_events is non-zero and we are deleting a thread that
6197         is not the main thread.
6198         (get_windows_debug_event): Pass thread exit code to
6199         windows_delete_thread.
6200
6201 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6202
6203         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6204         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6205         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6206         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6207         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6208         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6209         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6210         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6211         (gdbarch_tdep): New struct.
6212         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6213         E_NUM_REGS.
6214         (v850e3v5_register_name): New function.
6215         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6216         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
6217         code handling the struct return conventions for the RH850 ABI.
6218         Update all callers.
6219         (v850_eight_byte_align_p): New function.
6220         (v850_push_call_dummy): Push structs by value, not by reference
6221         for the RH850 ABI.  Add support for eight byte alignment.
6222         (v850_dbtrap_breakpoint_from_pc): New function.
6223         (v850_gdbarch_init): Add ABI detection code.  Register
6224         v850e3v5_register_name for the v850e3v5 architecture.  Set the
6225         number of registers for v850e3v5.  Register
6226         v850_dbtrap_breakpoint_from_pc as appropriate.
6227         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
6228
6229 2013-05-03  Doug Evans  <dje@google.com>
6230
6231         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
6232         of bfd_count_sections.
6233         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
6234         * symfile.c (default_symfile_offsets): Ditto.
6235         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
6236         one entry, not bfd_count_sections entries.
6237
6238 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6239
6240         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6241         `save' and `restore' register groups.  Don't include SPL
6242         or SPH in these groups.
6243         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
6244         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
6245         RL78_ES_REGNUM, and RL78_CS_REGNUM.
6246         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
6247         dwarf2_append_unwinders().
6248
6249 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6250
6251         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6252         ignore SIGINT and SIGTRAP in case these internal signals are
6253         caught explicitely.
6254
6255 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6256
6257         * darwin-nat.c (darwin_read_write_inferior): Change types
6258         of parameters rdaddr and wraddr to "gdb_byte *". Change type
6259         of copy_count to "mach_msg_type_number_t".
6260         (darwin_read_dyld_info): Change type of parameter
6261         rdaddr to "gdb_byte *".
6262
6263 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6264
6265         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6266         of &info->load_map from "char *" to "gdb_byte *".
6267
6268 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6269
6270         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6271         from "char *" to "gdb_byte *".
6272         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6273
6274 2013-04-30  Doug Evans  <dje@google.com>
6275
6276         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6277         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6278         DWO stub.  If DWO isn't found, just use stub.
6279         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6280
6281         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6282         calling init_cutu_and_read_dies.
6283
6284 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6285
6286         * target-descriptions.c (maint_print_c_tdesc_cmd):
6287         Add case to parse structures as register types and
6288         bitfields.
6289
6290 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6291
6292         * MAINTAINERS (Write After Approval): Add myself to the list.
6293
6294 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6295
6296         * sol-thread.c (rw_common): Change type of parameter "buf"
6297         to "gdb_byte *".
6298         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6299         rw_common to "gdb_byte *" instead of "char *".
6300
6301 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6302
6303         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6304         of local variable msym to const struct bound_minimal_symbol.
6305         Adjust use accordingly.
6306         [ti.ti_state == TD_THR_SLEEP]: Likewise.
6307
6308 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
6309
6310         * i386gnu-nat.c (CREG_OFFSET): New macro.
6311         (creg_offset): New array.
6312         (CREG_ADDR): Use creg_offset instead of reg_offset.
6313
6314 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6315
6316         * mep-tdep.c (mep_write_pc): Delete.
6317         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6318         Add call to set_gdbarch_pc_regnum.
6319
6320 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6321
6322         * common/filestuff.c: Replace #include <dirent.h> by
6323         #include "gdb_dirent.h".
6324
6325 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6326
6327         * common/filestuff.c: Replace #include <sys/stat.h> by
6328         #include "gdb_stat.h".
6329
6330 2013-04-29  Pierre Muller  <muller@sourceware.org>
6331
6332         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6333         editCase function rule.
6334         (get_DW_AT_signature_type): Likewise.
6335
6336 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6337
6338         * m32r-tdep.c (m32r_write_pc): Delete.
6339         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6340         Add call to set_gdbarch_pc_regnum.
6341
6342 2013-04-29  Pierre Muller  <muller@sourceware.org>
6343
6344         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6345
6346 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6347
6348         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6349
6350 2013-04-28  Yao Qi  <yao@codesourcery.com>
6351
6352         * solib-dsbt.c (fetch_loadmap): Re-indent.
6353         (displacement_from_map, enable_break2): Likewise.
6354         (dsbt_relocate_section_addresses): Likewise.
6355
6356 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
6357
6358         GDB 7.6 released.
6359
6360 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
6361
6362         PR corefiles/14983:
6363         * dwarf2read.c (process_full_comp_unit): Always create a static
6364         block.
6365
6366 2013-04-25  Hui Zhu  <hui@codesourcery.com>
6367
6368         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6369         to loc->cmd_bytecode.
6370
6371 2013-04-24  Doug Evans  <dje@google.com>
6372
6373         * dwarf2read.c (setup_type_unit_groups): Fix comment.
6374
6375 2013-04-22  Keith Seitz  <keiths@redhat.com>
6376
6377         * tracepoint.c (trace_save):  Call the writer's start method.
6378
6379 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
6380
6381         PR gdb/10462
6382         * cli/cli-decode.c (lookup_command): Show an error if there is no space
6383         before argument.
6384
6385 2013-04-23  Tom Tromey  <tromey@redhat.com>
6386
6387         * common/filestuff.c: Check USE_WIN32API before including
6388         sys/socket.h.
6389         (HAVE_F_GETFD): New define.
6390         (mark_cloexec): Check HAVE_F_GETFD.
6391         (gdb_open_cloexec): Change 'mode' to unsigned long.
6392         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6393         (gdb_pipe_cloexec): Check HAVE_PIPE.
6394         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6395         long.
6396
6397 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6398
6399         PR gdb/15293
6400         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6401
6402 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6403
6404         PR gdb/15165
6405         * breakpoint.c (dprintf_print_recreate): New.
6406         (save_breakpoints): Let it not save dprintf commands.
6407         (initialize_breakpoint_ops): Set dprintf_print_recreate.
6408
6409 2013-04-22  Tom Tromey  <tromey@redhat.com>
6410
6411         PR gdb/7912:
6412         * Makefile.in (SFILES): Add filestuff.c
6413         (COMMON_OBS): Add filestuff.o.
6414         (filestuff.o): New target.
6415         * auto-load.c (auto_load_objfile_script_1): Use
6416         gdb_fopen_cloexec.
6417         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6418         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6419         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6420         * common/agent.c (gdb_connect_sync_socket): Use
6421         gdb_socket_cloexec.
6422         * common/filestuff.c: New file.
6423         * common/filestuff.h: New file.
6424         * common/linux-osdata.c (linux_common_core_of_thread)
6425         (command_from_pid, commandline_from_pid, print_source_lines)
6426         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6427         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6428         gdb_fopen_cloexec.
6429         * common/linux-procfs.c (linux_proc_get_int)
6430         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6431         * config.in, configure: Rebuild.
6432         * configure.ac: Don't check for sys/socket.h.  Check for
6433         fdwalk, pipe2.
6434         * corelow.c (core_open): Use gdb_open_cloexec.
6435         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6436         * fork-child.c (fork_inferior): Call close_most_fds.
6437         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6438         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6439         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6440         Use gdb_fopen_cloexec.
6441         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6442         gdb_open_cloexec.
6443         (linux_async_pipe): Use gdb_pipe_cloexec.
6444         * remote-fileio.c (remote_fileio_func_open): Use
6445         gdb_open_cloexec.
6446         * remote.c (remote_file_put, remote_file_get): Use
6447         gdb_fopen_cloexec.
6448         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6449         close_most_fds.
6450         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6451         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6452         * solib.c (solib_find): Use gdb_open_cloexec.
6453         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6454         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6455         (tfile_open): Use gdb_open_cloexec.
6456         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6457         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6458         * xml-support.c (xml_fetch_content_from_file): Use
6459         gdb_fopen_cloexec.
6460         * main.c (captured_main): Call notice_open_fds.
6461
6462 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6463
6464         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6465         'char *' to 'gdb_byte *'.
6466         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6467         'gdb_byte'.
6468
6469 2013-04-22  Yao Qi  <yao@codesourcery.com>
6470
6471         * infrun.c: Fix typo in comment.
6472
6473 2013-04-22  Andrew Haley  <aph@redhat.com>
6474
6475         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6476         instead of "long".
6477
6478 2013-04-20  Yao Qi  <yao@codesourcery.com>
6479
6480         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6481         'char *' to 'gdb_byte *'.  Cast the return value of
6482         'bt_ctf_get_char_array' to 'gdb_byte *'.
6483
6484 2013-04-19  Pedro Alves  <palves@redhat.com>
6485
6486         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6487         -Wpointer-sign.
6488         * configure: Regenerate.
6489
6490 2013-04-19  Pedro Alves  <palves@redhat.com>
6491
6492         * ser-tcp.c (net_read_prim): Cast second argument to recv to
6493         'void *'.
6494
6495 2013-04-19  Pedro Alves  <palves@redhat.com>
6496
6497         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6498         Change type of 'myaddr' parameter to gdb_byte pointer.
6499         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
6500         to 'long long' pointer instead of to 'unsigned long long'.
6501         (monitor_write_memory_block, monitor_read_memory_single)
6502         (monitor_read_memory): Change type of 'myaddr' parameter to
6503         gdb_byte pointer.
6504
6505 2013-04-19  Pedro Alves  <palves@redhat.com>
6506
6507         * record.c (validate_history_size): Make parameter 'setting'
6508         unsigned.
6509
6510 2013-04-19  Pedro Alves  <palves@redhat.com>
6511
6512         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6513         to 'gdb_byte *'.
6514
6515 2013-04-19  Pedro Alves  <palves@redhat.com>
6516
6517         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6518         local to int.
6519
6520 2013-04-19  Pedro Alves  <palves@redhat.com>
6521
6522         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6523         * ada-tasks.c (read_fat_string_value): Likewise.
6524
6525 2013-04-19  Pedro Alves  <palves@redhat.com>
6526
6527         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6528         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
6529         'offset', and adjust.
6530
6531 2013-04-19  Pedro Alves  <palves@redhat.com>
6532
6533         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6534         (read_index_from_section): Add cast to 'char *'.
6535
6536 2013-04-19  Pedro Alves  <palves@redhat.com>
6537
6538         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6539
6540 2013-04-19  Pedro Alves  <palves@redhat.com>
6541
6542         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6543
6544 2013-04-19  Pedro Alves  <palves@redhat.com>
6545
6546         * record-full.c (record_full_get_bookmark): Change local 'ret'
6547         type to char * and add cast to gdb_byte *.
6548         (record_full_goto_bookmark): Handle 'bookmark' argument as a
6549         string.
6550         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6551
6552 2013-04-19  Pedro Alves  <palves@redhat.com>
6553
6554         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6555         * python/py-prettyprint.c (print_string_repr): Change type of
6556         'output' local to char *.  Add cast to gdb_byte * in
6557         LA_PRINT_STRING call.
6558         (print_children): Change type of 'output' local to char *.
6559         * python/py-value.c (valpy_string): Add cast to const char * in
6560         PyUnicode_Decode call.
6561
6562 2013-04-19  Pedro Alves  <palves@redhat.com>
6563
6564         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6565         and change its type to 'const char *'.  Adjust.
6566         (mips_send_packet): Add cast to 'char *', and remove cast to
6567         'unsigned char *'.
6568         (mips_receive_packet): Remove cast to 'unsigned char *'.
6569         (mips_load_srec): Use bfd_byte.
6570         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6571         (pmon_checkset): Make 'value' parameter unsigned.
6572
6573 2013-04-19  Pedro Alves  <palves@redhat.com>
6574
6575         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6576
6577 2013-04-19  Pedro Alves  <palves@redhat.com>
6578
6579         * remote.c (remote_write_bytes_aux, compare_sections_command)
6580         (remote_read_qxfer)
6581         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6582         (remote_hostio_readlink, remote_bfd_iovec_pread)
6583         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6584         binary buffer, and char when buffer is used as string.
6585         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6586         (trace_save, tfile_open, traceframe_walk_blocks)
6587         (tfile_fetch_registers): Likewise.
6588
6589 2013-04-19  Pedro Alves  <palves@redhat.com>
6590
6591         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6592         buffer and size_t size.  Adjust.
6593         * ser-base.h (ser_base_write): Adjust.
6594         * ser-go32.c (cnts): Change type to size_t.
6595         (dos_write): Change prototype -- take 'void *'
6596         buffer and size_t size.  Adjust.
6597         (dos_info): Print elements of 'cnts' as unsigned long.
6598         * serial.c (serial_write): Likewise.
6599         * serial.h (serial_write): Adjust.
6600         (struct serial_ops) <write>: Change prototype -- take 'void *'
6601         buffer and size_t size.  Adjust.
6602
6603 2013-04-19  Pedro Alves  <palves@redhat.com>
6604
6605         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6606         gdb_byte *.
6607         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6608
6609 2013-04-19  Pedro Alves  <palves@redhat.com>
6610
6611         * alpha-tdep.c (alpha_extract_return_value): Use
6612         regcache_cooked_read_unsigned to read 'v0'.
6613
6614 2013-04-19  Pedro Alves  <palves@redhat.com>
6615
6616         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6617         parameters 'at', 'as' and 'offset' to uint32_t.
6618
6619 2013-04-19  Pedro Alves  <palves@redhat.com>
6620
6621         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6622         'is64' to signed 'int'.
6623
6624 2013-04-19  Pedro Alves  <palves@redhat.com>
6625
6626         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6627         parameter to int *.
6628
6629 2013-04-19  Pedro Alves  <palves@redhat.com>
6630
6631         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6632         'insnbuf' buffer type to unsigned int[].
6633
6634 2013-04-19  Pedro Alves  <palves@redhat.com>
6635
6636         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6637
6638 2013-04-19  Pedro Alves  <palves@redhat.com>
6639
6640         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6641         unsigned long *.
6642
6643 2013-04-19  Pedro Alves  <palves@redhat.com>
6644
6645         * alpha-tdep.c (heuristic_fence_post): Change type to int.
6646         (alpha_heuristic_proc_start): Adjust to check -1 instead of
6647         UINT_MAX.
6648         * mips-tdep.c (heuristic_fence_post): Change type to int.
6649         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6650
6651 2013-04-19  Pedro Alves  <palves@redhat.com>
6652
6653         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6654         (struct gdbarch_tdep) <cris_version>: Make unsigned.
6655         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6656
6657 2013-04-19  Pedro Alves  <palves@redhat.com>
6658
6659         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
6660         it to get a string view of the byte buffer.
6661         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6662         type to gdb_byte *.  Adjust.
6663         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6664         Change local to char *.
6665         * solib-darwin.c (find_program_interpreter): Change return type to
6666         char *.  Adjust.
6667         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6668         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6669         * solib-frv.c (enable_break2): Change local 'buf' to char *.
6670         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6671         * solib-svr4.c (find_program_interpreter): Change return type to
6672         char *.  Adjust.
6673         (enable_break): Change local 'interp_name' to char *.
6674         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6675         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6676         (spu_pseudo_register_write_spu): Use char for string buffer.
6677         Adjust.
6678         (info_spu_event_command, info_spu_signal_command): Add casts to
6679         'char *'.
6680
6681 2013-04-19  Pedro Alves  <palves@redhat.com>
6682
6683         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6684         gdb_byte[].
6685         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6686         * ada-lang.c (ada_value_assign): Use gdb_byte.
6687         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6688         (alphanbsd_sigtramp_offset): Use gdb_byte.
6689         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6690         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6691         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6692         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6693         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6694         * arm-tdep.c (arm_stub_unwind_sniffer)
6695         (arm_displaced_init_closure): Use gdb_byte.
6696         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6697         (arm_default_thumb_le_breakpoint)
6698         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6699         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6700         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6701         * arm-wince-tdep.c (arm_wince_le_breakpoint)
6702         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6703         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6704         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6705         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6706         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6707         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6708         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6709         (cris_store_return_value, cris_extract_return_value): Use
6710         gdb_byte.
6711         (constraint): Change type of parameter to char * from signed
6712         char*.  Use gdb_byte.
6713         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6714         of local buffer to gdb_byte *.
6715         * dwarf2read.c (read_index_from_section): Use gdb_byte.
6716         (create_dwp_hash_table): Change type of locals to gdb_byte *.
6717         (add_address_entry): Change type of local buffer to gdb_byte[].
6718         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6719         (frv_push_dummy_call): Use gdb_byte.
6720         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6721         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6722         (hppa_hpux_supply_save_state): Use gdb_byte.
6723         * hppa-tdep.c (hppa32_push_dummy_call)
6724         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6725         * ia64-tdep.c (extract_bit_field, replace_bit_field)
6726         (slotN_contents, replace_slotN_contents): Change type of parameter
6727         to gdb_byte *.
6728         (fetch_instruction, ia64_pseudo_register_write)
6729         (ia64_register_to_value, ia64_value_to_register)
6730         (ia64_extract_return_value, ia64_store_return_value)
6731         (ia64_push_dummy_call): Use gdb_byte.
6732         * m32c-tdep.c (m32c_return_value): Remove cast.
6733         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6734         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6735         gdb_byte.
6736         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6737         * mn10300-tdep.c (mn10300_store_return_value)
6738         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6739         gdb_byte.
6740         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6741         (moxie_process_record): Remove casts.
6742         * ppc-ravenscar-thread.c (supply_register_at_address)
6743         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6744         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6745         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6746         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6747         * remote.c (compare_sections_command): Use gdb_byte.
6748         * score-tdep.c (score7_free_memblock): Change type of parameter to
6749         gdb_byte *.
6750         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6751         gdb_byte *.  Use gdb_byte.
6752         (sh_push_dummy_call_fpu): Use gdb_byte.
6753         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6754         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6755         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6756         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6757         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6758         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6759         (sh64_store_return_value, sh64_register_convert_to_virtual):
6760         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6761         (sh64_pseudo_register_write): Use gdb_byte.
6762         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6763         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
6764         buffer.
6765         (irix_current_sos): Use gdb_byte.
6766         * solib-som.c (som_current_sos): Use gdb_byte.
6767         * sparc-ravenscar-thread.c (supply_register_at_address)
6768         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6769         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6770         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6771         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6772         'gdb_byte *'.
6773         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6774         'gdb_byte *'.
6775         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6776         * xstormy16-tdep.c (xstormy16_extract_return_value)
6777         (xstormy16_store_return_value): Change parameter type to
6778         'gdb_byte *'.  Adjust.
6779         (xstormy16_push_dummy_call): Use gdb_byte.
6780         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6781         (call0_analyze_prologue, execute_code): Use gdb_byte.
6782
6783 2013-04-19  Vladimir Kargov <kargov@gmail.com>
6784             Pedro Alves  <palves@redhat.com>
6785
6786         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6787         value contents.
6788
6789 2013-04-17  Doug Evans  <dje@google.com>
6790
6791         * dwarf2read.c (struct signatured_type): New member type.
6792         (struct attribute): Replace member signatured_type with signature.
6793         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6794         (read_call_site_scope): Call follow_die_ref instead of
6795         follow_die_ref_or_sig.
6796         (read_structure_type): Rewrite handling of signatured types.
6797         (read_enumeration_type): Ditto.
6798         (read_attribute_value): Update.
6799         (build_error_marker_type): New function.
6800         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
6801         Don't call error for bad types, just build an error marker type.
6802         (dump_die_shallow): Update.
6803         (follow_die_sig_1): Renamed from follow_die_sig.
6804         Don't call error for bad types, instead return NULL.
6805         (follow_die_sig): New function.
6806         (get_signatured_type, get_DW_AT_signature_type): New functions.
6807
6808 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
6809
6810         * aarch64-tdep.c (aarch64_write_pc): Removed.
6811         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6812         function.
6813
6814 2013-04-17  Yao Qi  <yao@codesourcery.com>
6815
6816         * top.c (print_gdb_configuration): Print configure-time
6817         parameter on using libbabeltrace or not.
6818
6819 2013-04-16  Pedro Alves  <palves@redhat.com>
6820
6821         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6822
6823 2013-04-16  Pedro Alves  <palves@redhat.com>
6824
6825         * common/glibc_thread_db.h: Update from upstream glibc
6826         (git 568035b7874a099087b77f7bba3e36a1173787b0).
6827
6828 2013-04-16  Pedro Alves  <palves@redhat.com>
6829
6830         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6831         * common/glibc_thread_db.h: ... this new file ...
6832         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6833
6834 2013-04-16  Will Newton  <will.newton@gmail.com>
6835             Pedro Alves  <palves@redhat.com>
6836
6837         PR build/11881
6838
6839         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6840         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6841         HAVE_THREAD_DB_H.
6842
6843 2013-04-16  Pedro Alves  <palves@redhat.com>
6844             Eli Zaretskii  <eliz@gnu.org>
6845
6846         * NEWS: Mention "set foo unlimited".
6847
6848 2013-04-15  Doug Evans  <dje@google.com>
6849
6850         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6851         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6852         (create_dwo_cu_reader): Renamed from
6853         create_dwo_debug_info_hash_table_reader.
6854         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6855         Remove support for multiple CUs in a DWO file.
6856         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6857
6858         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6859         instead of phex.
6860         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6861         (create_dwo_in_dwp): Ditto.
6862
6863 2013-04-15  Tom Tromey  <tromey@redhat.com>
6864
6865         * NEWS: Move recent entries into "since 7.6" section.
6866
6867 2013-04-15  Tom Tromey  <tromey@redhat.com>
6868
6869         PR c++/13588:
6870         * NEWS: Update.
6871         * break-catch-throw.c (struct exception_catchpoint)
6872         <exception_rx, pattern>: New fields.
6873         (fetch_probe_arguments, dtor_exception_catchpoint)
6874         (check_status_exception_catchpoint)
6875         (print_one_detail_exception_catchpoint): New functions.
6876         (handle_gnu_v3_exceptions): Add "except_rx" argument.
6877         Compile regular expression if needed.
6878         (extract_exception_regexp): New function.
6879         (catch_exception_command_1): Use extract_exception_regexp.
6880         (compute_exception): Use fetch_probe_arguments.
6881         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6882         and check_status fields.
6883         * cp-abi.c (cplus_typename_from_type_info): New function.
6884         * cp-abi.h (cplus_typename_from_type_info): Declare.
6885         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6886         * gdb_regex.h (compile_rx_or_error): Declare.
6887         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6888         comment.
6889         (init_gnuv3_ops): Set get_type_from_type_info field.
6890         * probe.c (compile_rx_or_error): Move...
6891         * utils.c (compile_rx_or_error): ... here.
6892
6893 2013-04-15  Tom Tromey  <tromey@redhat.com>
6894
6895         PR c++/15176:
6896         * NEWS: Update.
6897         * break-catch-throw.c (compute_exception): New function.
6898         (exception_funcs): New global.
6899         (_initialize_break_catch_throw): Create $_exception.
6900         * cp-abi.c (cplus_type_from_type_info): New function.
6901         * cp-abi.h (cplus_type_from_type_info): Declare.
6902         (struct cp_abi_ops) <get_type_from_type_info>: New field.
6903         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6904         (gnuv3_get_type_from_type_info): New functions.
6905         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6906
6907 2013-04-15  Tom Tromey  <tromey@redhat.com>
6908
6909         * break-catch-throw.c (struct exception_names): New.
6910         (exception_functions): Change type.
6911         (re_set_exception_catchpoint): Look for SDT probes.
6912
6913 2013-04-15  Tom Tromey  <tromey@redhat.com>
6914
6915         PR c++/10119:
6916         * break-catch-throw.c (exception_functions): New global.
6917         (gnu_v3_exception_catchpoint_ops): Move earlier.
6918         (struct exception_catchpoint): New.
6919         (classify_exception_breakpoint): Rewrite.
6920         (re_set_exception_catchpoint): New function.
6921         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
6922         Allocate a struct exception_catchpoint.
6923         (catch_exception_command_1): Update.
6924         (initialize_throw_catchpoint_ops): Set 're_set' method.
6925
6926 2013-04-15  Tom Tromey  <tromey@redhat.com>
6927
6928         * Makefile.in (SFILES): Add break-catch-throw.c
6929         (COMMON_OBS): Add break-catch-throw.o.
6930         * break-catch-throw.c: New file.
6931         * breakpoint.c: Move exception-catching code to new file.
6932         (ep_parse_optional_if_clause): No longer static.
6933         * breakpoint.h (ep_parse_optional_if_clause): Declare.
6934
6935 2013-04-15  Tom Tromey  <tromey@redhat.com>
6936
6937         PR c++/9065:
6938         * NEWS: Update.
6939         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6940         * c-exp.y (TYPEID): New token.
6941         (exp): Add new TYPEID productions.
6942         (ident_tokens): Add "typeid".
6943         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6944         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6945         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6946         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6947         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6948         case.
6949         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6950         (build_std_type_info_type, gnuv3_get_typeid_type)
6951         (gnuv3_get_typeid): New functions.
6952         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
6953         new fields on ABI object.
6954         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6955         * std-operator.def (OP_TYPEID): New.
6956
6957 2013-04-15  Tom Tromey  <tromey@redhat.com>
6958
6959         * elfread.c (elf_symtab_read): Install versioned symbol under
6960         unversioned name as well.
6961
6962 2013-04-15  Tom Tromey  <tromey@redhat.com>
6963
6964         PR c++/11990:
6965         * c-lang.c (cplus_language_defn): Use gdb_demangle.
6966         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6967         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6968         (gdb_demangle): New function.
6969         * cp-support.h (gdb_demangle): Declare.
6970         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6971         (dwarf2_name): Use gdb_demangle.
6972         * gdbtypes.c (check_stub_method): Use gdb_demangle.
6973         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6974         suffixes from name.
6975         (gnuv3_print_method_ptr): Use gdb_demangle.
6976         * jv-lang.c (java_demangle): Use gdb_demangle.
6977         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6978         * language.c (unk_lang_demangle): Use gdb_demangle.
6979         * symtab.c (symbol_find_demangled_name)
6980         (demangle_for_lookup): Use gdb_demangle.
6981
6982 2013-04-15  Tom Tromey  <tromey@redhat.com>
6983
6984         PR c++/12824:
6985         * NEWS: Update.
6986         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6987         New constant.
6988         (classify_exception_breakpoint): New function.
6989         (print_it_exception_catchpoint, print_one_exception_catchpoint)
6990         (print_mention_exception_catchpoint)
6991         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6992         (catch_exception_command_1): Handle "rethrow" catchpoint.
6993         (catch_rethrow_command): New function.
6994         (_initialize_breakpoint): Add "catch rethrow" command.
6995
6996 2013-04-15  Pierre Muller  <muller@sourceware.org>
6997
6998         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6999         set_gdbarch_write_pc as deprecated anymore.
7000
7001 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
7002
7003         * spu-tdep.c (spu_write_pc): Add empty line after local variable
7004         declarations.
7005
7006 2013-04-13  Yao Qi  <yao@codesourcery.com>
7007
7008         * ctf.c (_initialize_ctf): Include "completer.h".
7009         Call add_target_with_completer instead of add_target.
7010
7011 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7012
7013         Fix GDB regression related to PR binutils/14813.
7014         * jit.c (mem_bfd_iovec_close): Return 0 for success.
7015         * minidebug.c (lzma_close): Add return value comment.
7016         * remote.c (remote_bfd_iovec_close): Return 0 for success.
7017         * solib-spu.c (spu_bfd_iovec_close): Likewise.
7018         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7019
7020 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7021
7022         * config.in: Regenerate.
7023
7024 2013-04-12  Tom Tromey  <tromey@redhat.com>
7025
7026         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7027         const.
7028         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7029         (struct die_reader_specs) <buffer>: Likewise.
7030         (die_reader_func_ftype): Make 'info_ptr' const.
7031         (struct line_header) <include_dirs, statement_program_start,
7032         statement_program_end>: Now const.
7033         (struct file_entry) <name>: Likewise.
7034         (struct partial_die_info) <sibling>: Likewise.
7035         (struct dwarf_block) <data>: Likewise.
7036         (dwarf2_read_section): Remove cast.
7037         (dwarf2_get_section_info): Make 'bufp' const.
7038         (read_index_from_section): Constify.
7039         (dw2_get_file_names_reader): Make 'info_ptr' const.
7040         (dw2_get_primary_filename_reader): Likewise.
7041         (read_comp_unit_head): Make 'info_ptr' and return type const.
7042         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7043         Likewise.
7044         (read_abbrev_offset): Constify.
7045         (dwarf2_create_include_psymtab): Make 'name' const.
7046         (create_debug_types_hash_table): Update.
7047         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7048         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7049         Constify.
7050         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7051         (load_partial_comp_unit_reader): Make 'info_ptr' const.
7052         (read_comp_units_from_section): Constify.
7053         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7054         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7055         const.
7056         (dwarf2_compute_name, setup_type_unit_groups): Constify.
7057         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7058         (create_dwp_hash_table, dwarf2_ranges_read)
7059         (dwarf2_record_block_ranges): Constify.
7060         (read_die_and_children, read_die_and_siblings_1)
7061         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7062         const.
7063         (read_full_die_1, read_full_die): Make 'info_ptr' const.
7064         (abbrev_table_read_table): Constify.
7065         (load_partial_dies): Make 'info_ptr' const.
7066         (read_partial_die, read_attribute_value, read_attribute): Make
7067         'info_ptr' and return type const.
7068         (read_address, read_initial_length)
7069         (read_checked_initial_length_and_offset, read_offset)
7070         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7071         const.
7072         (read_direct_string): Make 'buf' and return type const.
7073         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7074         (read_indirect_string): Make return type const.
7075         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7076         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7077         'info_ptr' const.
7078         (read_str_index): Make return type const.
7079         (add_include_dir): Make 'include_dir' const.
7080         (add_file_name): Make 'name' const.
7081         (dwarf_decode_line_header): Constify.
7082         (psymtab_include_file_name): Make return type const.
7083         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7084         (dwarf2_start_subfile): Make 'filename' const.
7085         (dwarf2_const_value_attr): Make 'bytes' const.
7086         (read_signatured_type_reader): Make 'info_ptr' const.
7087         (decode_locdesc): Constify.
7088         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7089         const.
7090         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7091         'mac_end', and return type const.
7092         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7093         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7094         type const.
7095         (per_cu_header_read_in): Constify.
7096         * symfile.h (dwarf2_get_section_info): Update.
7097
7098 2013-04-12  Tom Tromey  <tromey@redhat.com>
7099
7100         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7101
7102 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
7103
7104         * NEWS: Mention "show configuration", --configuration.
7105         * top.c (print_gdb_configuration): New function, displays the
7106         details about GDB configure-time parameters.
7107         (print_gdb_version): Mention "show configuration".
7108         * cli/cli-cmds.c (show_configuration): New function.
7109         (_initialize_cli_cmds): Add the "show configuration" command.
7110         * main.c (captured_main) <print_configuration>: New static var.
7111         <long_options>: Use it.
7112         If --configuration was given, call print_gdb_configuration.
7113
7114 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7115             Pedro Alves  <palves@redhat.com>
7116
7117         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7118         (generated_files): Add gcore.
7119         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7120         HAVE_NATIVE_GCORE_HOST.
7121         (gcore): New.
7122         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7123         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7124         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7125         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7126         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7127         Add HAVE_NATIVE_GCORE_HOST.
7128         * configure: Regenerate.
7129         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7130         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
7131         AC_CONFIG_FILES for gcore.
7132         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
7133         gdb_have_gcore.
7134         * gdb_gcore.sh: Rename to ...
7135         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
7136         and GCORE_TRANSFORM_NAME substitutions.
7137
7138         Fix parsing tabs in ${gdb_target_obs}.
7139         * configure.tgt (gdb_have_gcore): Replace case with for and if.
7140
7141 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7142
7143         * remote.c (unpush_and_perror): Add output message final dot.
7144
7145 2013-04-11  Yao Qi  <yao@codesourcery.com>
7146
7147         * tracepoint.c (tfile_interp_line): Fit parameters line and
7148         utpp in one line.
7149
7150 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
7151
7152         * solib.c (solib_map_sections): Remove code overwriting
7153         SO->SO_NAME with the bfd's filename.
7154
7155 2013-04-10  Pedro Alves  <palves@redhat.com>
7156
7157         * cli/cli-decode.c (integer_unlimited_completer): New function.
7158         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7159         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7160         completer.
7161         * cli/cli-setshow.c: Include "cli/cli-utils.h".
7162         (is_unlimited_literal): New function.
7163         (do_set_command): Handle literal "unlimited" arguments.
7164         * frame.c (_initialize_frame) <set backtrace limit>: Document
7165         "unlimited".
7166         * printcmd.c (_initialize_printcmd) <set print
7167         max-symbolic-offset>: Add help text.
7168         * record-full.c (_initialize_record_full) <set record full
7169         insn-number-max>: Likewise.
7170         * record.c (_initialize_record) <set record
7171         instruction-history-size, set record function-call-history-size>:
7172         Add help text.
7173         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7174         help text.
7175         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7176         Likewise.
7177         * source.c (_initialize_source) <set listsize>: Add help text.
7178         * utils.c (initialize_utils) <set height, set width>: Likewise.
7179         <set pagination>: Mention "set height unlimited".
7180         * valprint.c (_initialize_valprint) <set print elements, set print
7181         repeats>: Document "unlimited".
7182
7183 2013-04-10  Pedro Alves  <palves@redhat.com>
7184
7185         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7186         instead of disconnect_tracing.
7187         * infcmd.c (detach_command, disconnect_command): Call
7188         query_if_trace_running.  Adjust.
7189         * top.c: Include "tracepoint.h".
7190         (quit_target): Delete.  Contents moved ...
7191         (quit_force): ... here.  Wrap each stage of teardown in
7192         TRY_CATCH.  Call disconnect_tracing before detaching.
7193
7194 2013-04-10  Hui Zhu  <hui@codesourcery.com>
7195             Yao Qi  <yao@codesourcery.com>
7196
7197         * configure.ac: Check libbabeltrace is installed.
7198         * config.in: Regenerate.
7199         * configure: Regenerate.
7200         * Makefile.in (LIBBABELTRACE): New.
7201         (CLIBS): Add LIBBABELTRACE.
7202         * ctf.c: Include "exec.h".
7203         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7204         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7205         (ctf_save_metadata_header): Define new type aliases in
7206         metadata.
7207         (ctf_write_header): Define event type "tsv_def" and "tp_def"
7208         in metadata.  Start a new faked packet for trace status.
7209         (ctf_write_status): Write trace status to CTF.
7210         (ctf_write_uploaded_tsv): Write TSV to CTF.
7211         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7212         (ctf_write_definition_end): End the faked packet.
7213
7214         (ctx, ctf_iter, trace_dirname): New.
7215         (start_pos): New variable.
7216         (ctf_destroy, ctf_open_dir, ctf_open): New.
7217         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7218         macros.
7219         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7220         (ctf_fetch_registers, ctf_xfer_partial): New.
7221         (ctf_get_trace_state_variable_value): New.
7222         (ctf_get_tpnum_from_frame_event): New.
7223         (ctf_get_traceframe_address): New.
7224         (ctf_trace_find, ctf_has_stack): New.
7225         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7226         (ctf_get_trace_status, ctf_read_status): New.
7227         (_initialize_ctf): New.
7228         * tracepoint.c (get_tracepoint_number): New
7229         (get_uploaded_tsv): Remove 'static'.
7230         (struct traceframe_info, trace_regblock_size): Move it to ...
7231         * tracepoint.h: ... here.
7232         (get_tracepoint_number): Declare it.
7233         (get_uploaded_tsv): Declare it.
7234
7235         * NEWS: Mention new configure option.
7236
7237 2013-04-10  Pedro Alves  <palves@redhat.com>
7238             Hui Zhu  <hui@codesourcery.com>
7239
7240         * breakpoint.c (dprintf_re_set): New.
7241         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7242         to dprintf_re_set.
7243
7244 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7245
7246         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7247         Remove solib-svr4.o from the list.
7248
7249 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7250
7251         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7252         Use gdb_assert_not_reached instead of invalid boolean expression.
7253
7254 2013-04-09  Pedro Alves  <palves@redhat.com>
7255
7256         * remote.c (unpush_and_perror): New function.
7257         (readchar, remote_serial_write): Use it.
7258
7259 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
7260
7261         * NEWS: Mention new btrace RSP packets.
7262
7263 2013-04-08  Tom Tromey  <tromey@redhat.com>
7264
7265         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7266         long.
7267
7268 2013-04-08  Tom Tromey  <tromey@redhat.com>
7269
7270         * maint.c (print_bfd_section_info): Print the section index.
7271         * symmisc.c (dump_msymbols): Print the section index.
7272
7273 2013-04-08  Tom Tromey  <tromey@redhat.com>
7274
7275         PR symtab/8424:
7276         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7277         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7278         * breakpoint.c (resolve_sal_pc): Update.
7279         * elfread.c (elf_gnu_ifunc_record_cache): Update.
7280         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7281         (minsym_lookup_iterator_cb): Use it.
7282         (default_read_var_value): Update.
7283         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7284         Update.
7285         * infcmd.c (jump_command): Update.
7286         * linespec.c (minsym_found): Update.
7287         * maint.c (maintenance_translate_address): Update.
7288         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7289         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7290         * parse.c (write_exp_msymbol): Update.
7291         * printcmd.c (address_info): Update.
7292         * psymtab.c (find_pc_sect_psymbol): Update.
7293         (fixup_psymbol_section): Check SYMBOL_SECTION, not
7294         SYMBOL_OBJ_SECTION.
7295         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7296         Don't initialize SYMBOL_OBJ_SECTION.
7297         * spu-tdep.c (spu_catch_start): Update.
7298         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7299         * symmisc.c (dump_msymbols, print_symbol): Update.
7300         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
7301         how fallback section is computed.
7302         (fixup_symbol_section): Update.
7303         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7304         Update.
7305         (allocate_symbol, initialize_symbol, allocate_template_symbol):
7306         Initialize SYMBOL_SECTION.
7307         * symtab.h (struct general_symbol_info) <section>: Update comment.
7308         <obj_section>: Remove.
7309         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
7310         (SYMBOL_OBJFILE): New macro.
7311
7312 2013-04-08  Tom Tromey  <tromey@redhat.com>
7313
7314         * coffread.c (record_minimal_symbol): Update.
7315         * dbxread.c (record_minimal_symbol): Update.
7316         * elfread.c (record_minimal_symbol): Update.
7317         * machoread.c (macho_symtab_add_minsym): Update.
7318         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7319         Update.
7320         * minsyms.c (prim_record_minimal_symbol): Update.
7321         (prim_record_minimal_symbol_full): Remove 'bfd_section'
7322         argument.
7323         (prim_record_minimal_symbol_and_info): Likewise.
7324         * minsyms.h (prim_record_minimal_symbol_full)
7325         (prim_record_minimal_symbol_and_info): Update.
7326         * symtab.c (allocate_symbol, initialize_symbol)
7327         (allocate_template_symbol): Initialize SYMBOL_SECTION.
7328         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7329         Update.
7330
7331 2013-04-08  Tom Tromey  <tromey@redhat.com>
7332
7333         PR symtab/8423:
7334         * solib-som.c (som_solib_section_offsets): Use BFD section
7335         indices.  Set offsets for all sections.
7336         * somread.c (som_symtab_read): Compute BFD section for
7337         symbol.  Use prim_record_minimal_symbol_and_info.
7338         (som_symfile_read): Fix comment.
7339         (struct find_section_offset_arg): New.
7340         (find_section_offset, set_section_index): New functions.
7341         (som_symfile_offsets): Use set_section_index to compute
7342         section indices.
7343
7344 2013-04-08  Tom Tromey  <tromey@redhat.com>
7345
7346         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7347         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7348         gdb_bfd_section_index.
7349         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7350         New functions.
7351         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7352         Declare.
7353         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7354         Update.
7355         * objfiles.c (add_to_objfile_sections_full): New function.
7356         (add_to_objfile_sections): Use it.
7357         (build_section_table): Rewrite.
7358         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
7359         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7360         (struct objfile) <sections>: Update comment.
7361         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7362         is NULL.
7363         (ALL_OBJSECTIONS): Use it.
7364         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7365         * solib-frv.c (frv_relocate_main_executable): Update.
7366         * solib-target.c (solib_target_relocate_section_addresses):
7367         Use gdb_bfd_section_index.
7368         * symfile.c (build_section_addr_info_from_section_table):
7369         Use gdb_bfd_section_index.
7370         (build_section_addr_info_from_bfd, place_section): Likewise.
7371         * symtab.c (fixup_section): Update.
7372         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7373
7374 2013-04-08  Tom Tromey  <tromey@redhat.com>
7375
7376         * minsyms.h (struct bound_minimal_symbol): New.
7377         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7378         Remove objfile argument.
7379         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7380         Return bound_minimal_symbol.
7381         * minsyms.c (lookup_minimal_symbol_by_pc_1)
7382         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7383         Return bound_minimal_symbol.
7384         (in_gnu_ifunc_stub): Update.
7385         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7386         Remove 'objfile_p' argument.
7387         (lookup_solib_trampoline_symbol_by_pc): Update.
7388         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7389         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7390         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7391         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7392         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7393         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7394         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7395         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7396         stack.c, symtab.c, tui/tui-disasm.c: Update.
7397
7398 2013-04-08  Tom Tromey  <tromey@redhat.com>
7399
7400         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7401         Use symbol's obstack, not an objfile.
7402         * coffread.c (process_coff_symbol): Update.
7403         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7404         * jv-lang.c (add_class_symbol): Update.
7405         * mdebugread.c (new_symbol): Update.
7406         * minsyms.c (prim_record_minimal_symbol_full)
7407         (terminate_minimal_symbol_table): Update.
7408         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
7409         * stabsread.c (define_symbol, read_enum_type): Update.
7410         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7411         Handle Ada specially.
7412         (symbol_set_language): Add 'obstack' argument.
7413         (symbol_set_names): Update.
7414         (symbol_natural_name, symbol_demangled_name): Always use
7415         ada_decode_symbol.
7416         * symtab.h (struct general_symbol_info)
7417         <language_specific::obstack>: New field.
7418         <ada_mangled>: New field.
7419         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7420         (symbol_set_language): Update.
7421
7422 2013-04-08  Tom Tromey  <tromey@redhat.com>
7423
7424         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7425         Take an obstack, not an objfile.
7426         (symbol_set_names): Update.
7427         * symtab.h (symbol_set_demangled_name): Update.
7428
7429 2013-04-08  Tom Tromey  <tromey@redhat.com>
7430
7431         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7432         allocate_symbol.
7433         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7434         (read_func_scope): Call allocate_template_symbol.
7435         (new_symbol_full): Call allocate_symbol.
7436         * jit.c (finalize_symtab): Call allocate_symbol.
7437         * jv-lang.c (add_class_symbol): Call allocate_symbol.
7438         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7439         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7440         (common_block_end): Call allocate_symbol.
7441         * symtab.c (allocate_symbol, initialize_symbol)
7442         (allocate_template_symbol): New functions.
7443         * symtab.c (allocate_symbol, initialize_symbol)
7444         (allocate_template_symbol): Declare.
7445         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7446
7447 2013-04-08  Pedro Alves  <palves@redhat.com>
7448             Keith Seitz  <keiths@redhat.com>
7449
7450         * breakpoint.c (create_breakpoint): Rename
7451         "parse_condition_and_thread" parameter to "parse_arg".  Update
7452         describing comment.  If !PARSE_ARG, then error out if ARG is not
7453         the empty string after extracting the location.
7454         * breakpoint.h (create_breakpoint): Rename
7455         "parse_condition_and_thread" parameter to "parse_arg".
7456
7457 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
7458
7459         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7460
7461 2013-04-07  Yao Qi  <yao@codesourcery.com>
7462
7463         * remote.c (remote_trace_find): Change type of parameters 'addr1'
7464         and 'addr2' to CORE_ADDR.
7465         * target.c (update_current_target): Update.
7466         * target.h (struct target_ops) <to_trace_find>: Change parameter
7467         type to CORE_ADDR.
7468         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7469         'addr2' to CORE_ADDR.
7470         (tfile_trace_find): Likewise.
7471         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7472         Change local variable 'addr' to type CORE_ADDR.
7473         * tracepoint.h (tfind_1): Update declaration.
7474
7475 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
7476
7477         * windows-nat.c (windows_get_absolute_argv0): Move from here...
7478         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7479         Include main.h.
7480
7481         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7482         here...
7483         * main.h (windows_get_absolute_argv0): ...to here.
7484
7485 2013-04-05  Doug Evans  <dje@google.com>
7486
7487         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7488         (read_cutu_die_from_dwo): Add comments.
7489         (read_structure_type): Update comment.
7490         (read_enumeration_type, read_namespace_type): Update comment.
7491         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7492
7493 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7494
7495         Convert man pages to texinfo, new gdbinit.5 texinfo page.
7496         * Makefile.in (gdb.z): Remove.
7497         (install-only): Remove $(man1dir) and gdb.1 installation.
7498         * gdb.1: Remove.
7499
7500 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7501
7502         Fix compatibility with Linux kernel 3.8.3.
7503         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7504         to more inner block.  Remove parsing of NUMBER from outer block.
7505         Parse NUMBER only if KEYWORD has been identified.
7506
7507 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7508
7509         Fix variable name shadowing.
7510         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7511         filename to mapsfilename and update its uses.
7512
7513 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
7514
7515         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7516         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7517         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7518         details of the problem.
7519
7520 2013-04-04  Pedro Alves  <palves@redhat.com>
7521             Hui Zhu  <hui@codesourcery.com>
7522
7523         * breakpoint.c (validate_commands_for_breakpoint): If validating a
7524         tracepoint, reset its STEP_COUNT and call validate_actionline.
7525
7526 2013-04-03  Doug Evans  <dje@google.com>
7527
7528         * dwarf2read.c (read_die_and_siblings_1): Renamed from
7529         read_die_and_siblings.
7530         (read_die_and_siblings): New function.
7531         (read_cutu_die_from_dwo): Dump die if requested.
7532         (read_die_and_children): Call read_full_die_1 and
7533         read_die_and_siblings_1.
7534         (read_full_die): Dump die if requested.
7535
7536         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7537
7538         * dwarf2read.c (struct dwo_file): New member comp_dir.
7539         Rename member name to dwo_name.  All uses updated.
7540         (hash_dwo_file): Include comp_dir in computation.
7541         (eq_dwo_file): Ditto.
7542         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
7543         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7544
7545         * psymtab.c (read_psymtabs_with_fullname): Don't call
7546         psymtab_to_fullname if the basenames are different.
7547
7548 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7549
7550         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7551         New entry about "fullname" presence.
7552
7553 2013-04-03  Pedro Alves  <palves@redhat.com>
7554
7555         * NEWS: Mention x86_64/Cygwin as new native configuration.
7556
7557 2013-04-02  Doug Evans  <dje@google.com>
7558
7559         * dwarf2read.c (read_structure_type): Fix typo in comment.
7560
7561 2013-04-02  Pedro Alves  <palves@redhat.com>
7562
7563         * NEWS: Mention "set/show debug aarch64", "set/show debug
7564         coff-pe-read" and "set/show debug mach-o".
7565
7566 2013-04-02  Pedro Alves  <palves@redhat.com>
7567
7568         * NEWS: Mention "set/show remote trace-buffer-size-packet".
7569
7570 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
7571
7572         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7573         gdb_string.h is now in common/.
7574
7575 2013-04-02  Pedro Alves  <palves@redhat.com>
7576
7577         * NEWS: Move "set debug notification" and "set trace-buffer-size"
7578         under "New options".
7579
7580 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7581
7582         Revert this patch:
7583         PR gdb/15275
7584         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7585
7586 2013-04-02  Pedro Alves  <palves@redhat.com>
7587
7588         PR gdb/15275
7589
7590         * remote.c (send_interrupt_sequence): Use remote_serial_write.
7591         (remote_serial_write): New function.
7592         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7593
7594 2013-04-01  Jiong Wang  <jiwang@tilera.com>
7595
7596         * NEWS: Mention TILE-Gx in "New native configurations" and
7597         "New targets" sections.
7598
7599 2013-04-01  Doug Evans  <dje@google.com>
7600
7601         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7602         (process_enumeration_scope): Simplify.
7603
7604         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7605         type_unit_group ...
7606         (struct signatured_type): ... to here.
7607         (sig_type_ptr): New typedef.
7608         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
7609         out of union 't'.  All uses updated.
7610         (dw2_get_file_names_reader): Assert not called for a type unit.
7611         (dw2_get_file_names): Assert not called for a type unit or type
7612         unit group.
7613         (build_type_psymtabs_reader): Assert called for a type unit.
7614         (build_type_psymtab_dependencies): Assert called for a type unit group.
7615
7616         * dwarf2read.c (free_dwo_file): Add comment.
7617         (dwarf2_per_objfile_free): Unref dwp bfd.
7618
7619 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7620
7621         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7622         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7623         (read_pe_exported_syms): Remove unused 'exportix'.
7624         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7625         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7626         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7627
7628 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7629
7630         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7631         (print_it_watchpoint): Remove unused 'bl'.
7632         (say_where): Remove unused 'uiout'.
7633         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7634         (bkpt_breakpoint_hit): Remove unused 'b'.
7635         (internal_bkpt_print_it): Remove unused 'uiout'.
7636         * buildsym.c (augment_type_symtab): Remove unused 'i'.
7637
7638 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7639
7640         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7641         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7642
7643 2013-03-29  Doug Evans  <dje@google.com>
7644
7645         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7646         Delete arg is_dwp.  All callers updated.
7647         (open_dwp_file): New function.
7648         (open_and_init_dwp_file): Call it.
7649         (get_dwp_file): New function.
7650         (lookup_dwo_cutu): Call it.
7651
7652         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7653         unnecessary, cleanup.
7654
7655         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7656
7657         * dwarf2read.c (read_cutu_die_from_dwo): New function.
7658         (lookup_dwo_unit): New function.
7659         (init_cutu_and_read_dies): Move DWO handling to new functions.
7660
7661         * dwarf2read.c (struct signatured_type): Tweak comment.
7662         (struct dwo_unit): Tweak comment.
7663         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
7664         (create_dwo_debug_info_hash_table): Tweak comment.
7665         (dwarf2_per_cu_offset_and_type): Tweak comment.
7666
7667         * dwarf2read.c (lookup_signatured_type): Remove complaint about
7668         missing .debug_types section.
7669
7670 2013-03-29  Yao Qi  <yao@codesourcery.com>
7671
7672         * corelow.c: Include "completer.h".
7673         (_initialize_corelow): Call add_target_with_completer with
7674         argument 'filename_completer'.
7675         * tracepoint.c: Likewise.
7676         * exec.c (_initialize_exec): Likewise.
7677         * target.c (add_target): Rename to ...
7678         (add_target_with_completer): ... this.  Call set_cmd_completer
7679         if parameter completer is not NULL.
7680         (add_target): New.
7681         * target.h: Include "command.h".
7682         (add_target_with_completer): Declare it.
7683
7684 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
7685
7686         * coffread.c (is_import_fixup_symbol): New function.
7687         (record_minimal_symbol): Use is_import_fixup_symbol to
7688         detect import fixup symbols, and discard them.
7689
7690 2013-03-28  Doug Evans  <dje@google.com>
7691
7692         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7693         types hash table until we know we need it.
7694
7695         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7696         index numbers.
7697
7698         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7699         All callers updated.
7700         (dw2_print_stats): Print #read CUs too.
7701         (dump_die_shallow): Print signatured types better.
7702
7703         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7704         info_or_types_section to section.  All uses updated.
7705         (struct dwo_unit): Ditto.
7706
7707 2013-03-28  Pedro Alves  <palves@redhat.com>
7708
7709         * NEWS (New options): New section.
7710         (New options): Mention set/show remote trace-status-packet.
7711         * remote.c (PACKET_qTStatus): New enumeration value.
7712         (remote_get_trace_status): Skip sending qTStatus if the packet is
7713         disabled.  Use packet_ok.
7714         (_initialize_remote): Register a configuration command for
7715         qTStatus packet.
7716
7717 2013-03-28  Doug Evans  <dje@google.com>
7718
7719         * symfile.c (find_separate_debug_file): Add comment.
7720         (terminate_after_last_dir_separator): Tweak comment.
7721
7722         * dwarf2read.c (create_partial_symtab): Add forward decl.
7723         (create_partial_symtab): Move to be closer to other psymtab functions.
7724         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7725
7726         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7727         (compute_symtab_includes): Remove unnecessary forward declaration.
7728         (die_needs_namespace): Add comment marking group of functions for
7729         dwarf2 name computation.
7730
7731         * typeprint.c (_initialize_typeprint): Improve type help text.
7732
7733         * python/python.c (finish_python_initialization): Provide suggestion
7734         for how to tell gdb to find its python files.
7735
7736 2013-03-28  Pedro Alves  <palves@redhat.com>
7737
7738         PR gdb/15294
7739
7740         * source.c (_initialize_source): Change back "set listsize" to an
7741         integer command.
7742
7743 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
7744
7745         PR gdb/15275
7746         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7747
7748 2013-03-27  Pedro Alves  <palves@redhat.com>
7749
7750         * top.c (history_size): Rename to ...
7751         (history_size_setshow_var): ... this.  Add comment.
7752         (show_commands): Use readline's 'history_length' instead of
7753         computing the history length by calling history_get in a loop.
7754         (set_history_size_command): Error out for sizes over INT_MAX.
7755         Restore previous history size on invalid size.
7756         (init_history): If HISTSIZE is negative, leave the history size as
7757         zero.  Add comments.
7758         (init_main): Adjust.
7759
7760 2013-03-27  Pedro Alves  <palves@redhat.com>
7761
7762         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7763         coff_pe_read" command to "set debug coff-pe-read".
7764
7765 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
7766
7767         * record.c (command_size_to_target_size): Fix size comparison.
7768         Change parameter type from pointer to integer to integer.
7769         Update all users.
7770
7771 2013-03-27  Pierre Muller  <muller@sourceware.org>
7772
7773         * windows-nat.c (handle_output_debug_string): Avoid typecast
7774         from integer of different size warning.
7775
7776 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
7777
7778         * windows-nat.c (handle_output_debug_string): Add empty line
7779         after local block variable definition.
7780
7781 2013-03-26  Pedro Alves  <palves@redhat.com>
7782
7783         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7784         (net_open): Make 'polls' local unsigned.
7785
7786 2013-03-26  Pedro Alves  <palves@redhat.com>
7787
7788         * remote.c (_initialize_remote): Make "set remoteaddresssize"
7789         a zuinteger command instead of uinteger.
7790
7791 2013-03-26  Pedro Alves  <palves@redhat.com>
7792
7793         * record-full.c (record_full_insn_num): Make it unsigned.
7794         (record_full_check_insn_num, record_full_message)
7795         (record_full_registers_change, record_full_xfer_partial): Remove
7796         record_full_insn_max_num check (it's always != 0).
7797         (record_full_info, record_full_restore): Use %u as format string.
7798         (): Use %u as format string.
7799         (set_record_full_insn_max_num): Remove record_full_insn_max_num
7800         check (it's always != 0).
7801
7802 2013-03-26  Pedro Alves  <palves@redhat.com>
7803
7804         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7805         and "set dcache size" commands zuinteger instead of uinteger.
7806
7807 2013-03-26  Pedro Alves  <palves@redhat.com>
7808
7809         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7810         command zuinteger instead of uinteger.
7811
7812 2013-03-26  Pedro Alves  <palves@redhat.com>
7813
7814         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7815         zuinteger instead of uinteger.
7816
7817 2013-03-26  Pedro Alves  <palves@redhat.com>
7818
7819         * record.c (record_insn_history_size_setshow_var)
7820         (record_call_history_size_setshow_var): New globals.
7821         (command_size_to_target_size): New function.
7822         (cmd_record_insn_history, cmd_record_call_history): Use
7823         command_size_to_target_size instead of cast.
7824         (validate_history_size, set_record_insn_history_size)
7825         (set_record_call_history_size): New functions.
7826         (_initialize_record): Install set_record_insn_history_size and
7827         set_record_call_history_size as "set" hooks of "set record
7828         instruction-history-size" and "set record
7829         function-call-history-size".
7830
7831 2013-03-26  Pedro Alves  <palves@redhat.com>
7832
7833         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7834         use with history_max_entries use.  Remove FIXME note.
7835
7836 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
7837
7838         * record-btrace.c (record_btrace_close): Call
7839         record_btrace_auto_disable.
7840
7841 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
7842
7843         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7844
7845 2013-03-25  Doug Evans  <dje@google.com>
7846
7847         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7848
7849 2013-03-25  Tom Tromey  <tromey@redhat.com>
7850
7851         PR symtab/11462:
7852         * c-exp.y (exp): Add new productions for destructors after '.' and
7853         '->'.
7854         (write_destructor_name): New function.
7855
7856 2013-03-25  Tom Tromey  <tromey@redhat.com>
7857
7858         PR c++/9197:
7859         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7860         value_struct_elt, not lookup_struct_elt_type.
7861         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7862         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7863         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7864
7865 2013-03-25  Yao Qi  <yao@codesourcery.com>
7866
7867         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7868         instead of '_mkdir'.
7869
7870 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
7871
7872         * windows-nat.c (windows_get_absolute_argv0): New function.
7873         * windows-nat.h: Add its prototype.
7874
7875         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7876         Use IS_DIR_SEPARATOR instead of looking for a character inside
7877         SLASH_STRING.  Include filenames.h.
7878         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7879         relocate_gdb_directory works when passed gdb_program_name.
7880         Include windows-nat.h.
7881
7882 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7883
7884         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7885         * remote.c (trace_error): Remove the special handling of '2'.
7886         (readchar) <SERIAL_EOF>
7887         (readchar) <SERIAL_ERROR>
7888         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7889         (remote_get_trace_status): Call throw_exception if EX is
7890         TARGET_CLOSE_ERROR.
7891         * utils.c (perror_with_name): Rename to ...
7892         (throw_perror_with_name): ... here.  New parameter errcode, describe it
7893         in the function comment.
7894         (perror_with_name): New function wrapper.
7895         * utils.h (enum errors): New stub declaration.
7896         (throw_perror_with_name): New declaration.
7897
7898 2013-03-22  Pedro Alves  <palves@redhat.com>
7899             Yao Qi  <yao@codesourcery.com>
7900             Mark Kettenis  <kettenis@gnu.org>
7901
7902         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7903         Don't let the user set the value to UINT_MAX directly.
7904         <var_integer>: Don't let the user set the value to INT_MAX
7905         directly.
7906
7907 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7908
7909         * remote.c (remote_unpush_target): New function.
7910         (remote_open_1): Remove two pop_target calls, update one comment, add
7911         comment to target_preopen call.  Replace pop_target call by
7912         remote_unpush_target call.
7913         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7914         pop_target calls by remote_unpush_target calls.
7915
7916 2013-03-22  Pedro Alves  <palves@redhat.com>
7917
7918         * linux-nat.c (linux_child_follow_fork): Don't call
7919         linux_enable_event_reporting.
7920         (linux_handle_extended_wait): Don't call
7921         linux_enable_event_reporting.
7922
7923 2013-03-22  Pedro Alves  <palves@redhat.com>
7924
7925         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7926         use it to rewrite the trampoline buffers with type gdb_byte[], and
7927         undefine the macro.  Remove char* cast.
7928
7929 2013-03-21  Doug Evans  <dje@google.com>
7930
7931         New commands "mt set per-command {space,time,symtab} {on,off}".
7932         * NEWS: Add entry.
7933         * event-top.c: #include "maint.h".
7934         * main.c: #include "maint.h".
7935         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7936         timeval-utils.h, maint.h, cli/cli-setshow.h.
7937         (per_command_time, per_command_space): New static globals.
7938         (per_command_symtab): New static global.
7939         (per_command_setlist, per_command_showlist): New static globals.
7940         (struct cmd_stats): Move here from utils.c.
7941         (set_per_command_time): Renamed from set_display_time in utils.c
7942         and moved here.  All callers updated.
7943         (set_per_command_space): Renamed from set_display_space in utils.c
7944         and moved here.  All callers updated.
7945         (count_symtabs_and_blocks): New function.
7946         (report_command_stats): Moved here from utils.c.  Add support for
7947         printing symtab stats.  Only print data if enabled before command
7948         executed.
7949         (make_command_stats_cleanup): Ditto.
7950         (sert_per_command_cmd, show_per_command_cmd): New functions.
7951         (_initialize_maint_cmds): Add new commands
7952         mt set per-command {space,time,symtab} {on,off}.
7953         * maint.h: New file.
7954         * top.c: #include "maint.h".
7955         * utils.c (reset_prompt_for_continue_wait_time): New function.
7956         (get_prompt_for_continue_wait_time): New function.
7957         * utils.h (reset_prompt_for_continue_wait_time): Declare
7958         (get_prompt_for_continue_wait_time): Declare.
7959         (make_command_stats_cleanup): Moved to maint.h.
7960         (set_display_time, set_display_space): Moved to maint.h and renamed
7961         to set_per_command_time, set_per_command_space.
7962         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7963         parse_binary_operation and made non-static.  Don't call error,
7964         just return an error marker.  All callers updated.
7965         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7966
7967 2013-03-21  Tom Tromey  <tromey@redhat.com>
7968
7969         * symfile.c (alloc_section_addr_info): Update header.  Don't set
7970         'num_sections' field.
7971         (build_section_addr_info_from_section_table): Set 'num_sections'.
7972         (build_section_addr_info_from_bfd): Likewise.
7973         (build_section_addr_info_from_objfile): Remove dead loop
7974         condition.
7975         (free_section_addr_info): Unconditionally call xfree.
7976         (relative_addr_info_to_section_offsets, addrs_section_sort)
7977         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7978         condition.
7979         (syms_from_objfile_1): Remove dead 'if' condition.  Check
7980         'num_sections'.
7981         (add_symbol_file_command): Set 'num_sections'.
7982         * symfile-mem.c (symbol_file_add_from_memory): Set
7983         'num_sections'.
7984         * somread.c (som_symfile_offsets): Remove dead loop condition.
7985         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7986         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7987
7988 2013-03-21  Tom Tromey  <tromey@redhat.com>
7989
7990         * tracepoint.h (decode_agent_options): Add 'trace_string'
7991         argument.
7992         * tracepoint.c (decode_agent_options): Add 'trace_string'
7993         argument.
7994         (validate_actionline): Update.
7995         (collect_symbol): Add 'trace_string' argument.
7996         (struct add_local_symbols_data) <trace_string>: New field.
7997         (do_collect_symbol): Update.
7998         (add_local_symbols): Add 'trace_string' argument.
7999         (encode_actions_1): Update.
8000         (trace_dump_actions): Update.
8001         * dwarf2loc.c (access_memory): Update.
8002         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
8003         * ax-general.c (new_agent_expr): Update.
8004         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
8005         (gen_trace_for_return_address): Add argument.
8006         (trace_kludge, trace_string_kludge): Remove.
8007         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
8008         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
8009         (gen_trace_for_var): Add 'trace_string' argument.
8010         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
8011         (gen_printf, agent_eval_command_one): Update.
8012
8013 2013-03-21  Tom Tromey  <tromey@redhat.com>
8014
8015         PR exp/15109:
8016         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8017         Handle FILENAME token.
8018
8019 2013-03-21  Tom Tromey  <tromey@redhat.com>
8020
8021         * c-exp.y (YYPRINT): Define.
8022         (c_print_token): New function.
8023
8024 2013-03-21  Tom Tromey  <tromey@redhat.com>
8025
8026         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8027
8028 2013-03-21  Yao Qi  <yao@codesourcery.com>
8029
8030         * ctf.c: Include "gdb_stat.h".
8031         [USE_WIN32API]: New macro 'mkdir'.
8032         (ctf_start): Use permission bits macros if they are defined.
8033
8034 2013-03-20  Keith Seitz  <keiths@redhat.com>
8035
8036         * breakpoint.h (struct breakpoint): Add comment to
8037         extra_string indicating that this member is mallod'd.
8038         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8039
8040 2013-03-20  Pedro Alves  <palves@redhat.com>
8041
8042         PR gdb/15289
8043
8044         * cli/cli-setshow.c (do_set_command)
8045         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8046         the result of parsing the command argument.  Throw error if the
8047         value is greater than UINT_MAX.  Print the invalid value with
8048         plongest.
8049         <var_integer, var_zinteger>: Use LONGEST for variable holding the
8050         result of parsing the command argument.  Throw error if the value
8051         is greater than INT_MAX, not greater or equal.  Also throw error
8052         if the value is less than INT_MIN.  Print the invalid value with
8053         plongest.
8054         <var_zuinteger_unlimited>: Throw error if the value is greater
8055         than INT_MAX, not greater or equal.
8056         (do_show_command) <var_integer, var_zinteger,
8057         var_zuinteger_unlimited>: Use %d for printing int, not %u.
8058
8059 2013-03-20  Tom Tromey  <tromey@redhat.com>
8060
8061         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8062         if possible.
8063         * dwarf2read.c (read_func_scope): Remove old FIXME.
8064         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8065         not LOC_COMPUTED.
8066         * findvar.c (symbol_read_needs_frame, default_read_var_value):
8067         Unconditionally call via computed ops, if possible.
8068         * printcmd.c (address_info): Unconditionally call via computed ops,
8069         if possible.
8070         * stack.c (read_frame_arg): Unconditionally call via computed ops,
8071         if possible.
8072         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8073         * tracepoint.c (scope_info): Unconditionally call via computed ops,
8074         if possible.
8075
8076 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8077             Tom Tromey  <tromey@redhat.com>
8078
8079         PR symtab/8421:
8080         * coffread.c (coff_register_index): New global.
8081         (process_coff_symbol, coff_read_enum_type): Set
8082         SYMBOL_ACLASS_INDEX.
8083         (_initialize_coffread): Initialize new global.
8084         * dwarf2loc.c (locexpr_find_frame_base_location)
8085         (dwarf2_block_frame_base_locexpr_funcs)
8086         (loclist_find_frame_base_location)
8087         (dwarf2_block_frame_base_loclist_funcs): New.
8088         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8089         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8090         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8091         (dwarf2_block_frame_base_loclist_funcs): New.
8092         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8093         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8094         globals.
8095         (read_func_scope): Update.
8096         (fixup_go_packaging, mark_common_block_symbol_computed)
8097         (var_decode_location, new_symbol_full, dwarf2_const_value):
8098         Set SYMBOL_ACLASS_INDEX.
8099         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
8100         (_initialize_dwarf2_read): Initialize new globals.
8101         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8102         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8103         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8104         globals.
8105         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8106         (_initialize_mdebugread): Initialize new globals.
8107         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8108         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8109         (stab_register_index, stab_regparm_index): New globals.
8110         (define_symbol, read_enum_type, common_block_end): Set
8111         SYMBOL_ACLASS_INDEX.
8112         (_initialize_stabsread): Initialize new globals.
8113         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8114         globals.
8115         (MAX_SYMBOL_IMPLS): New define.
8116         (register_symbol_computed_impl, register_symbol_block_impl)
8117         (register_symbol_register_impl)
8118         (initialize_ordinary_address_classes): New functions.
8119         (_initialize_symtab): Call initialize_ordinary_address_classes.
8120         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8121         (struct symbol_impl): New.
8122         (SYMBOL_ACLASS_BITS): New define.
8123         (struct symbol) <aclass, ops>: Remove fields.
8124         <aclass_index>: New field.
8125         (symbol_impls): Declare.
8126         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8127         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8128         (register_symbol_computed_impl, register_symbol_block_impl)
8129         (register_symbol_register_impl): Declare.
8130         (struct symbol_computed_ops): Add location_has_loclist.
8131         (struct symbol_block_ops): New.
8132         (SYMBOL_BLOCK_OPS): New.
8133         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8134
8135 2013-03-20  Tom Tromey  <tromey@redhat.com>
8136
8137         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8138         (print_partial_symbols, recursively_search_psymtabs): Use
8139         PSYMBOL_CLASS.
8140
8141 2013-03-20  Pierre Muller  <muller@sourceware.org>
8142
8143         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8144         addtion, subtraction, multiplication and division binary operator.
8145
8146 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8147
8148         Code cleanup.
8149         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8150         * bsd-kvm.c (bsd_kvm_close): Likewise.
8151         * bsd-uthread.c (bsd_uthread_close): Likewise.
8152         * corelow.c (core_close): Likewise.
8153         (core_close_cleanup): Remove parameter quitting from a caller.
8154         * event-top.c (async_disconnect): Likewise.
8155         * exec.c (exec_close_1): Remove parameter quitting.
8156         * go32-nat.c (go32_close): Likewise.
8157         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
8158         parameter quitting from a caller.
8159         * mips-linux-nat.c (super_close): Remove parameter quitting from the
8160         variable.
8161         (mips_linux_close): Remove parameter quitting.  Remove parameter
8162         quitting from a caller.
8163         * monitor.c (monitor_close): Remove parameter quitting.
8164         * monitor.h (monitor_close): Likewise.
8165         * record-btrace.c (record_btrace_close): Likewise.
8166         * record-full.c (record_full_close): Likewise.
8167         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8168         it also from fprintf_unfiltered.
8169         * remote-mips.c (mips_close): Remove parameter quitting.
8170         (mips_detach): Remove parameter quitting from a caller.
8171         * remote-sim.c (gdbsim_close): Remove parameter quitting.
8172         (gdbsim_close): Remove duplicate function comment.  Remove parameter
8173         quitting and remove it also from printf_filtered.
8174         * remote.c (remote_close): Remove parameter quitting.
8175         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8176         * target.c (update_current_target): Remove parameter int from to_close
8177         de_fault.
8178         (push_target, unpush_target, pop_target): Remove parameter quitting from
8179         a caller.
8180         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8181         Remove parameter quitting from a caller.
8182         (target_preopen): Remove parameter quitting from a caller.
8183         (target_close): Remove parameter quitting.  Remove parameter quitting
8184         from a caller two times.  Remove parameter quitting also from
8185         fprintf_unfiltered.
8186         * target.h (struct target_ops): Remove parameter quitting and as int
8187         from fields to_xclose and to_close.
8188         (extern struct target_ops current_target):
8189         (target_close, pop_all_targets): Remove parameter quitting.  Update the
8190         comment.
8191         (pop_all_targets_above): Remove parameter quitting.
8192         * top.c (quit_target): Remove parameter quitting from a caller.
8193         * tracepoint.c (tfile_close): Remove parameter quitting.
8194         * windows-nat.c (windows_close): Remove parameter quitting.
8195
8196 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
8197
8198         * windows-nat.c (handle_output_debug_string): Replace call
8199         to string_to_core_addr with call to strtoull.
8200
8201 2013-03-20  Yao Qi  <yao@codesourcery.com>
8202
8203         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8204         and write it to CTF metadata.
8205
8206 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
8207
8208         * windows-nat.c (handle_output_debug_string): Change type of n to
8209         SIZE_T to avoid crash on 64 bit systems.
8210
8211 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
8212
8213         * python/python-internal.h (HAVE_SNPRINTF)
8214         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8215         about redefinition of snprintf by pyerrors.h.
8216
8217 2013-03-15  Steve Ellcey  <sellcey@mips.com>
8218
8219         * remote-sim.c (sim_command_completer): Make char arguments const.
8220
8221 2013-03-15  Tom Tromey  <tromey@redhat.com>
8222
8223         PR c++/15116:
8224         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8225
8226 2013-03-14  Tom Tromey  <tromey@redhat.com>
8227
8228         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
8229         New fields.
8230         (get_file_crc): Move from symfile.c.
8231         (gdb_bfd_crc): New function.
8232         * gdb_bfd.h (gdb_bfd_crc): Declare.
8233         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
8234         * symfile.c (get_file_crc): Move to gdb_bfd.c.
8235         (separate_debug_file_exists): Use gdb_bfd_crc.
8236
8237 2013-03-14  Tom Tromey  <tromey@redhat.com>
8238
8239         * symfile.c (get_debug_link_info): Remove.
8240         (find_separate_debug_file_by_debuglink): Use
8241         bfd_get_debug_link_info.
8242
8243 2013-03-14  Tom Tromey  <tromey@redhat.com>
8244
8245         * symtab.c (error_in_psymtab_expansion): New function.
8246         (lookup_symbol_aux_quick)
8247         (basic_lookup_transparent_type_quick): Remove "last resort"
8248         code.  Use error_in_psymtab_expansion.
8249
8250 2013-03-14  Doug Evans  <dje@google.com>
8251             Jan Kratochvil  <jan.kratochvil@redhat.com>
8252
8253         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8254         any successful compare_filenames_for_search or FILENAME_CMP.
8255         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8256         * symtab.c (iterate_over_some_symtabs): Likewise.
8257
8258 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8259
8260         * source.c (print_source_lines_base): Make a local copy of
8261         symtab_to_fullname.
8262
8263 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
8264             Jan Kratochvil  <jan.kratochvil@redhat.com>
8265
8266         * source.c (print_source_lines_base): Suppress "file" for TUI.
8267
8268 2013-03-14  Keith Seitz  <keiths@redhat.com>
8269             Alan Matsuoka  <alanm@redhat.com>
8270
8271         PR c++/15203
8272         PR c++/15210
8273         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8274         TYPE_CODE_METHOD.
8275         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8276         symbols.
8277
8278 2013-03-14  Yao Qi  <yao@codesourcery.com>
8279
8280         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8281         status to tfile if trace is stopped by command 'tstop'.
8282
8283 2013-03-14  Yao Qi  <yao@codesourcery.com>
8284
8285         * tracepoint.c (tfile_write_status): Write trace notes and user
8286         name into tfile if they are not NULL.
8287
8288 2013-03-14  Hui Zhu  <hui@codesourcery.com>
8289             Yao Qi  <yao@codesourcery.com>
8290
8291         * Makefile.in (REMOTE_OBS): Add ctf.o.
8292         (SFILES): Add ctf.c.
8293         (HFILES_NO_SRCDIR): Add ctf.h.
8294         * ctf.c, ctf.h: New files.
8295         * tracepoint.c: Include 'ctf.h'.
8296         (collect_pseudocommand): Remove static.
8297         (trace_save_command): Parse option "-ctf".
8298         Produce different trace file writers per option.
8299         Adjust output message.
8300         (trace_save_tfile, trace_save_ctf): New.
8301         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8302         * mi/mi-main.c: Include 'ctf.h'.
8303         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
8304         trace_save_tfile or trace_save_ctf.
8305         * NEWS: Mention these changes.
8306
8307 2013-03-14  Yao Qi  <yao@codesourcery.com>
8308
8309         * tracepoint.c (trace_file_writer_xfree): New.
8310         (struct tfile_writer_data): New.
8311         (tfile_dtor, tfile_can_target_save, tfile_start): New.
8312         (tfile_write_header, tfile_write_regblock_type): New.
8313         (tfile_write_status, tfile_write_uploaded_tsv): New.
8314         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8315         (tfile_write_raw_data, (tfile_end): New.
8316         (tfile_write_ops): New global variable.
8317         (TRACE_WRITE_R_BLOCK): New macro.
8318         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8319         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8320         (TRACE_WRITE_V_BLOCK): New macro.
8321         (trace_save): Add extra one parameter WRITER.  Make it static.
8322         Use WRITER to writer trace.
8323         (tfile_trace_file_writer_new): New.
8324         (trace_save_command): Caller update.
8325         (trace_save_tfile): Write trace data in TFILE format.
8326         * tracepoint.h (struct trace_frame_write_ops): New.
8327         (struct trace_file_write_ops): New.
8328         (struct trace_file_writer): New.
8329         (trace_save): Remove its declaration.
8330         (trace_save_tfile): Declare it.
8331         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8332         instead of trace_save.
8333
8334 2013-03-13  Pedro Alves  <palves@redhat.com>
8335
8336         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8337
8338 2013-03-13  Pedro Alves  <palves@redhat.com>
8339
8340         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8341         commented out code.
8342         * demangle.c (current_demangling_style_string): Make it const.
8343         (set_demangling_command): Assert the demangling style is known.
8344         Remove all handling of unknown styles.  Set
8345         'current_demangling_style_string' to an element of the
8346         demangling_style_names array.
8347         (set_demangling_style): Delete.
8348         (_initialize_demangler): Set current_demangling_style_string to the
8349         element of the demangling_style_names array that corresponds to
8350         the default demangling style.  Remove FIXME note.  Don't call
8351         set_demangling_style.
8352         * gdb-demangle.h (set_demangling_style): Remove declaration.
8353
8354 2013-03-13  Pedro Alves  <palves@redhat.com>
8355
8356         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8357         fields const.
8358         (ada_make_symbol_completion_list): Make "text0" parameter const.
8359         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8360         * breakpoint.c (condition_completer): Make "text" and "word"
8361         parameters const.  Adjust.
8362         (check_tracepoint_command): Adjust to validate_actionline
8363         prototype change.
8364         (catch_syscall_completer): Make "text" and "word" parameters
8365         const.
8366         * cli/cli-cmds.c (show_user): Make "comname" local const.
8367         (valid_command_p): Make "command" parameter const.
8368         (alias_command): Make "alias_prefix" and "command_prefix" locals
8369         const.
8370         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8371         (add_alias_cmd): Make "name" and "oldname" parameters const.
8372         Adjust.  No longer make copy of OLDNAME.
8373         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8374         (add_setshow_cmd_full, add_setshow_enum_cmd)
8375         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8376         (add_setshow_filename_cmd, add_setshow_string_cmd)
8377         (add_setshow_string_noescape_cmd)
8378         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8379         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8380         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8381         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8382         Make "name" parameter const.
8383         (help_cmd): Rename "command" parameter to "arg".  New const local
8384         "command".
8385         (find_cmd): Make "command" parameter const.
8386         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
8387         deprecated_cmd_warning prototype change.
8388         (undef_cmd_error): Make "cmdtype" parameter const.
8389         (lookup_cmd): Make "line" parameter const.
8390         (deprecated_cmd_warning): Change type of "text" parameter to
8391         pointer to const char, from pointer to pointer to char.  Adjust.
8392         (lookup_cmd_composition): Make "text" parameter const.
8393         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8394         parameters const.
8395         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8396         const.
8397         * cli/cli-script.c (validate_comname): Make "tem" local const.
8398         (define_command): New const local "tem_c".  Use it in calls to
8399         lookup_cmd.
8400         (document_command): Make "tem" and "comfull" locals const.
8401         (show_user_1): Make "prefix" and "name" parameters const.
8402         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8403         const.
8404         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8405         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8406         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8407         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8408         (complete_on_enum, add_setshow_enum_cmd)
8409         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8410         (add_setshow_filename_cmd, add_setshow_string_cmd)
8411         (add_setshow_string_noescape_cmd)
8412         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8413         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8414         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8415         Change prototypes, constifying strings.
8416         * completer.c (noop_completer, filename_completer): Make "text"
8417         and "prefix" parameters const.
8418         (location_completer, expression_completer)
8419         (complete_line_internal): Make "text" and "prefix" parameters
8420         const and adjust.
8421         (command_completer, signal_completer): Make "text" and "prefix"
8422         parameters const.
8423         * completer.h (noop_completer, filename_completer)
8424         (expression_completer, location_completer, command_completer)
8425         (signal_completer): Change prototypes.
8426         * corefile.c (complete_set_gnutarget): Make "text" and "word"
8427         parameters const.
8428         * cp-abi.c (cp_abi_completer): Likewise.
8429         * expression.h (parse_expression_for_completion): Change
8430         prototype.
8431         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8432         parameters const.
8433         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8434         * infrun.c (handle_completer): Make "text" and "word" parameters
8435         const.
8436         * interps.c (interpreter_completer): Make "text" and "word"
8437         parameters const.
8438         * language.h (struct language_defn)
8439         <la_make_symbol_completion_list>: Make "text" and "word"
8440         parameters const.
8441         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8442         (parse_exp_in_context): Rename to ...
8443         (parse_exp_in_context_1): ... this.
8444         (parse_exp_in_context): Reimplement, with const hack from
8445         parse_exp_1.
8446         (parse_expression_for_completion): Make "string" parameter const.
8447         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8448         to pointer to const char.  Adjust.
8449         (print_command_1): Make "exp" parameter const.
8450         (output_command): Rename to ...
8451         (output_command_const): ... this.  Make "exp" parameter const.
8452         (output_command): Reimplement.
8453         (x_command): Adjust.
8454         (display_command): Rename "exp" parameter to "arg".  New "exp"
8455         local, const version of "arg".
8456         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8457         "cmd_name" local const.
8458         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8459         call.
8460         (cmdpy_completer): Make "text" and "word" parameters const.
8461         (gdbpy_parse_command_name): Make "prefix_text2" local const.
8462         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8463         const.
8464         * remote.c (_initialize_remote): Make "cmd_name" local const.
8465         * symtab.c (language_search_unquoted_string): Make "text" and "p"
8466         parameters const.  Adjust.
8467         (completion_list_add_fields): Make "sym_text", "text" and "word"
8468         parameters const.
8469         (struct add_name_data) <sym_text, text, word>: Make fields const.
8470         (default_make_symbol_completion_list_break_on): Make "text" and
8471         "word" parameters const.  Adjust locals.
8472         (default_make_symbol_completion_list)
8473         (make_symbol_completion_list, make_symbol_completion_type)
8474         (make_symbol_completion_list_fn): Make "text" and "word"
8475         parameters const.
8476         (make_file_symbol_completion_list): Make "text", "word" and
8477         "srcfile" parameters const.  Adjust locals.
8478         (add_filename_to_list): Make "text" and "word" parameters const.
8479         (struct add_partial_filename_data) <text, word>: Make fields
8480         const.
8481         (make_source_files_completion_list): Make "text" and "word"
8482         parameters const.
8483         * symtab.h (default_make_symbol_completion_list_break_on)
8484         (default_make_symbol_completion_list, make_symbol_completion_list)
8485         (make_symbol_completion_type enum type_code)
8486         (make_symbol_completion_list_fn make_file_symbol_completion_list)
8487         (make_source_files_completion_list): Change prototype.
8488         * top.c (execute_command): Adjust to pass pointer to pointer to
8489         const char to lookup_cmd, and to deprecated_cmd_warning prototype
8490         change.
8491         (set_verbose): Make "cmdname" local const.
8492         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8493         and adjust.
8494         (validate_actionline): Make "line" parameter a pointer to const
8495         char, and adjust.
8496         (encode_actions_1): Make "action_exp" local const, and adjust.
8497         (encode_actions): Adjust.
8498         (replace_comma): Delete.
8499         (trace_dump_actions): Make "action_exp" and "next_comma" locals
8500         const, and adjust.  Don't frob the action string while splitting
8501         it at commas.  Instead, make a copy of each split substring in
8502         turn.
8503         (trace_dump_command): Adjust to validate_actionline prototype
8504         change.
8505         * tracepoint.h (decode_agent_options, decode_agent_options)
8506         (encode_actions, validate_actionline): Change prototypes.
8507         * valprint.h (output_command): Delete declaration.
8508         (output_command_const): Declare.
8509         * value.c (function_destroyer): Cast const away in xfree call.
8510
8511 2013-03-13  Pedro Alves  <palves@redhat.com>
8512
8513         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8514         rather than casting 'const char * const *' to 'const char **'.
8515         * ada-lex.l (processInt): Make "trailer" local const.  Remove
8516         'const char **' cast.
8517         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8518         locals, and use those as strtol output pointer, instead than doing
8519         invalid casts to from 'const char **' to 'char **'.
8520         (_initialize_demangle): Remove cast.
8521         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8522         locals, and use those as strtol output pointer, instead than doing
8523         invalid casts to from 'const char **' to 'char **'.
8524         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8525         casts.
8526         * stap-probe.c (stap_parse_register_operand)
8527         (stap_parse_single_operand): Likewise.
8528
8529 2013-03-13  Yao Qi  <yao@codesourcery.com>
8530
8531         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8532         the last matched 'V' blcok in trace frame.
8533
8534 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8535
8536         * NEWS: Create a new section for the next release branch.
8537         Rename the section of the current branch, now that it has
8538         been cut.
8539
8540 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8541
8542         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8543         * version.in: Bump version to 7.6.50.20130312-cvs.
8544
8545 2013-03-12  Keith Seitz  <keiths@redhat.com>
8546
8547         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8548         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8549         Remove temporary copy of input string.
8550         (mi_execute_command_wrapper): Make "cmd" const.
8551         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8552         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8553         Use const strings.
8554         (mi_parse): Make "cmd" const.
8555         Use const strings.
8556         * mi/mi-parse.h (mi_parse): Make "cmd" const.
8557
8558 2013-03-12  Keith Seitz  <keiths@redhat.com>
8559
8560         * ada-lang.c (ada_read_renaming_var_value): Pass const
8561         pointer to expression string to parse_exp_1.
8562         (create_excep_cond_exprs): Likewise.
8563         * ax-gdb.c (agent_eval_command_one): Likewise.
8564         (maint_agent_printf_command): Likewise.
8565         Constify much of the string handling/parsing.
8566         * breakpoint.c (set_breakpoint_condition): Pass const
8567         pointer to expression string to parse_exp_1.
8568         (update_watchpoint): Likewise.
8569         (parse_cmd_to_aexpr): Constify string handling.
8570         Pass const pointer to parse_exp_1.
8571         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8572         (find_condition_and_thread): Likewise.
8573         Make TOK const.
8574         (watch_command_1): Make "arg" const.
8575         Constify string handling.
8576         Copy the expression string instead of changing the input
8577         string.
8578         (update_breakpoint_location): Pass const pointer to
8579         parse_exp_1.
8580         * eval.c (parse_and_eval_address): Make "exp" const.
8581         (parse_to_comma_and_eval): Make "expp" const.
8582         (parse_and_eval): Make "exp" const.
8583         * expression.h (parse_expression): Make argument const.
8584         (parse_exp_1): Make first argument const.
8585         * findcmd.c (parse_find_args): Treat "args" as const.
8586         * linespec.c (parse_linespec): Pass const pointer to
8587         linespec_expression_to_pc.
8588         (linespec_expression_to_pc): Make "exp_ptr" const.
8589         * parse.c (parse_exp_1): Make "stringptr" const.
8590         Make a copy of the expression to pass to parse_exp_in_context until
8591         this whole interface can be constified.
8592         (parse_expression): Make "string" const.
8593         * printcmd.c (ui_printf): Treat "arg" as const.
8594         Handle const strings.
8595         * tracepoint.c (validate_actionline): Pass const pointer to
8596         all calls to parse_exp_1.
8597         (encode_actions_1): Likewise.
8598         * value.h (parse_to_comma_and_eval): Make argument const.
8599         (parse_and_eval_address): Likewise.
8600         (parse_and_eval): Likewise.
8601         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8602         (varobj_set_value): Likewise.
8603         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8604         constify string handling.
8605         Pass const pointers to parse_and_eval_address and
8606         parse_to_comman_and_eval.
8607         * cli/cli-utils.c (skip_to_space): Rename to ...
8608         (skip_to_space_const): ... this. Handle const strings.
8609         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8610         skip_to_space_const.
8611         (skip_to_space_const): Declare.
8612         * common/format.c (parse_format_string): Make "arg" const.
8613         Handle const strings.
8614         * common/format.h (parse_format_string): Make "arg" const.
8615         * gdbserver/ax.c (ax_printf): Make "format" const.
8616         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8617         of the expression string.
8618
8619 2013-03-12  Hui Zhu  <hui@codesourcery.com>
8620
8621         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8622
8623 2013-03-12  Yao Qi  <yao@codesourcery.com>
8624             Hui Zhu  <hui@codesourcery.com>
8625
8626         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8627         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8628         DW_OP_deref_size.
8629
8630 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
8631
8632         * ada-lex.l (rules): Only recognize 'thread' as a
8633         delimiter when followed by numerals, as for c-exp.y.
8634         Use new rewind_to_char function to rewind the input for
8635         expression-delimiting tokens.
8636         (rewind_to_char): New function.
8637
8638 2013-03-11  Pedro Alves  <palves@redhat.com>
8639             Jan Kratochvil  <jan.kratochvil@redhat.com>
8640
8641         * configure: Regenerate.
8642         * configure.ac (check dynamic export flag): Link python test with
8643         $PYTHON_LIBS.
8644
8645 2013-03-11  Doug Evans  <dje@google.com>
8646             Keith Seitz  <keiths@redhat.com>
8647
8648         * linespec.c (find_linespec_symbols): Call find_function_symbols
8649         first, and then call lookup_prefix_sym/find_method.
8650
8651 2013-03-11  Pedro Alves  <palves@redhat.com>
8652
8653         * charset.c (convert_between_encodings): Don't cast between
8654         different pointer to pointer types.  Instead, make the 'inp' local
8655         be of the type iconv expects.
8656         (wchar_iterate): Don't cast between different pointer to pointer
8657         types.  Instead, use new pointer local of the type iconv expects.
8658         * target.c (target_read_stralloc, target_fileio_read_stralloc):
8659         Add new local of type char pointer, and use it to get a
8660         char/string view of the byte buffer, instead of casting between
8661         pointer to pointer types.
8662
8663 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
8664
8665         * remote.c (remote_set_trace_buffer_size): Move != operator
8666         to the start of next line to fix an ARI warning.
8667
8668 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8669
8670         * NEWS: Add record changes.
8671
8672 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8673
8674         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8675         the instruction history disassembly.
8676         * disasm.c (dump_insns): Omit the pc prefix, if requested.
8677         * disasm.h (DISASSEMBLY_OMIT_PC): New.
8678
8679 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8680
8681         * Makefile.in (SFILES): Add record-btrace.c
8682         (COMMON_OBS): Add record-btrace.o
8683         * record-btrace.c: New.
8684         * objfiles.c: Include btrace.h.
8685         (free_objfile): call btrace_free_objfile.
8686
8687 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8688
8689         * target.c (target_call_history, target_call_history_from,
8690         target_call_history_range): New.
8691         * target.h (target_ops) <to_call_history, to_call_history_from,
8692         to_call_history_range>: New fields.
8693         (target_call_history, target_call_history_from,
8694         target_call_history_range): New declaration.
8695         * record.c (get_call_history_modifiers, cmd_record_call_history,
8696         record_call_history_size): New.
8697         (_initialize_record): Add the "record function-call-history" command.
8698         Add "set/show record function-call-history-size" commands.
8699         * record.h (record_print_flag): New.
8700
8701 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8702
8703         * target.h (target_ops) <to_insn_history, to_insn_history_from,
8704         to_insn_history_range>: New fields.
8705         (target_insn_history): New.
8706         (target_insn_history_from): New.
8707         (target_insn_history_range): New.
8708         * target.c (target_insn_history): New.
8709         (target_insn_history_from): New.
8710         (target_insn_history_range): New.
8711         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8712         (record_insn_history_size): New.
8713         (get_insn_number): New.
8714         (get_context_size): New.
8715         (no_chunk): New.
8716         (get_insn_history_modifiers): New.
8717         (cmd_record_insn_history): New.
8718         (_initialize_record): Add "set/show record instruction-history-size"
8719         command. Add "record instruction-history" command.
8720
8721 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8722
8723         * record.h (record_disconnect): New.
8724         (record_detach): New.
8725         (record_mourn_inferior): New.
8726         (record_kill): New.
8727         * record-full.c (record_disconnect, record_detach,
8728         record_mourn_inferior, record_kill): Move to...
8729         * record.c: ...here.
8730         (DEBUG): New.
8731         (record_stop): New.
8732         (record_unpush): New.
8733         (cmd_record_stop): Call record_stop. Replace unpush_target
8734         call with record_unpush call.
8735         (record_disconnect, record_detach): Assert that the target
8736         is of record stratum. Call record_unpush, record_stop, and
8737         DEBUG.
8738         (record_mourn_inferior, record_kill): Assert that the target
8739         is of record stratum. Call record_unpush and DEBUG.
8740
8741 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8742
8743         * record-full.h, record-full.c (record_memory_query): Rename
8744         to ...
8745         (record_full_memory_query): ...this. Update all users.
8746         (record_arch_list_add_reg): Rename to ...
8747         (record_full_arch_list_add_reg): ...this. Update all users.
8748         (record_arch_list_add_mem): Rename to ...
8749         (record_full_arch_list_add_mem): ...this. Update all users.
8750         (record_arch_list_add_end): Rename to ...
8751         (record_full_arch_list_add_end): ...this. Update all users.
8752         (record_gdb_operation_disable_set): Rename to ...
8753         (record_full_gdb_operation_disable_set): ...this.
8754         Update all users.
8755
8756 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8757
8758         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8759         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8760         (RECORD_IS_REPLAY): Renamed to ...
8761         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8762         (RECORD_FILE_MAGIC): Renamed to ...
8763         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8764         (record_mem_entry): Renamed to ...
8765         (record_full_mem_entry): ... this. Updated all users.
8766         (record_reg_entry): Renamed to ...
8767         (record_full_reg_entry): ... this. Updated all users.
8768         (record_end_entry): Renamed to ...
8769         (record_full_end_entry): ... this. Updated all users.
8770         (record_type) <record_end, record_reg, record_mem>: Renamed
8771         to ...
8772         (record_full_type) <record_full_end, record_full_reg,
8773         record_full_mem>: ... this. Updated all users.
8774         (record_entry): Renamed to ...
8775         (record_full_entry): ... this. Updated all users.
8776         (record_core_buf_entry): Renamed to ...
8777         (record_full_core_buf_entry): ... this. Updated all users.
8778         (record_core_regbuf): Renamed to ...
8779         (record_full_core_regbuf): ... this. Updated all users.
8780         (record_core_start): Renamed to ...
8781         (record_full_core_start): ... this. Updated all users.
8782         (record_core_end): Renamed to ...
8783         (record_full_core_end): ... this. Updated all users.
8784         (record_core_buf_list): Renamed to ...
8785         (record_full_core_buf_list): ... this. Updated all users.
8786         (record_first): Renamed to ...
8787         (record_full_first): ... this. Updated all users.
8788         (record_list): Renamed to ...
8789         (record_full_list): ... this. Updated all users.
8790         (record_arch_list_head): Renamed to ...
8791         (record_full_arch_list_head): ... this. Updated all users.
8792         (record_arch_list_tail): Renamed to ...
8793         (record_full_arch_list_tail): ... this. Updated all users.
8794         (record_stop_at_limit): Renamed to ...
8795         (record_full_stop_at_limit): ... this. Updated all users.
8796         (record_insn_max_num): Renamed to ...
8797         (record_full_insn_max_num): ... this. Updated all users.
8798         (record_insn_num): Renamed to ...
8799         (record_full_insn_num): ... this. Updated all users.
8800         (record_insn_count): Renamed to ...
8801         (record_full_insn_count): ... this. Updated all users.
8802         (record_ops): Renamed to ...
8803         (record_full_ops): ... this. Updated all users.
8804         (record_core_ops): Renamed to ...
8805         (record_full_core_ops): ... this. Updated all users.
8806         (set_record_cmdlist): Renamed to ...
8807         (set_record_full_cmdlist): ... this. Updated all users.
8808         (show_record_cmdlist): Renamed to ...
8809         (show_record_full_cmdlist): ... this. Updated all users.
8810         (record_cmdlist): Renamed to ...
8811         (record_full_cmdlist): ... this. Updated all users.
8812         (record_beneath_to_resume_ops): Renamed to ...
8813         (record_full_beneath_to_resume_ops): ... this. Updated all users.
8814         (record_beneath_to_resume): Renamed to ...
8815         (record_full_beneath_to_resume): ... this. Updated all users.
8816         (record_beneath_to_wait_ops): Renamed to ...
8817         (record_full_beneath_to_wait_ops): ... this. Updated all users.
8818         (record_beneath_to_wait): Renamed to ...
8819         (record_full_beneath_to_wait): ... this. Updated all users.
8820         (record_beneath_to_store_registers_ops): Renamed to ...
8821         (record_full_beneath_to_store_registers_ops): ... this.
8822         Updated all users.
8823         (record_beneath_to_store_registers): Renamed to ...
8824         (record_full_beneath_to_store_registers): ... this.
8825         Updated all users.
8826         (record_beneath_to_xfer_partial_ops): Renamed to ...
8827         (record_full_beneath_to_xfer_partial_ops): ... this.
8828         Updated all users.
8829         (record_beneath_to_xfer_partial): Renamed to ...
8830         (record_full_beneath_to_xfer_partial): ... this.
8831         Updated all users.
8832         (record_beneath_to_insert_breakpoint): Renamed to ...
8833         (record_full_beneath_to_insert_breakpoint): ... this.
8834         Updated all users.
8835         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8836         (record_full_beneath_to_stopped_by_watchpoint): ... this.
8837         Updated all users.
8838         (record_beneath_to_stopped_data_address): Renamed to ...
8839         (record_full_beneath_to_stopped_data_address): ... this.
8840         Updated all users.
8841         (record_beneath_to_async): Renamed to ...
8842         (record_full_beneath_to_async): ... this. Updated all users.
8843         (record_goto_insn): Renamed to ...
8844         (record_full_goto_insn): ... this. Updated all users.
8845         (record_save): Renamed to ...
8846         (record_full_save): ... this. Updated all users.
8847         (record_reg_alloc): Renamed to ...
8848         (record_full_reg_alloc): ... this. Updated all users.
8849         (record_reg_release): Renamed to ...
8850         (record_full_reg_release): ... this. Updated all users.
8851         (record_mem_alloc): Renamed to ...
8852         (record_full_mem_alloc): ... this. Updated all users.
8853         (record_mem_release): Renamed to ...
8854         (record_full_mem_release): ... this. Updated all users.
8855         (record_end_alloc): Renamed to ...
8856         (record_full_end_alloc): ... this. Updated all users.
8857         (record_end_release): Renamed to ...
8858         (record_full_end_release): ... this. Updated all users.
8859         (record_entry_release): Renamed to ...
8860         (record_full_entry_release): ... this. Updated all users.
8861         (record_list_release): Renamed to ...
8862         (record_full_list_release): ... this. Updated all users.
8863         (record_list_release_following): Renamed to ...
8864         (record_full_list_release_following): ... this.
8865         Updated all users.
8866         (record_list_release_first): Renamed to ...
8867         (record_full_list_release_first): ... this. Updated all users.
8868         (record_arch_list_add): Renamed to ...
8869         (record_full_arch_list_add): ... this. Updated all users.
8870         (record_get_loc): Renamed to ...
8871         (record_full_get_loc): ... this. Updated all users.
8872         (record_check_insn_num): Renamed to ...
8873         (record_full_check_insn_num): ... this. Updated all users.
8874         (record_arch_list_cleanups): Renamed to ...
8875         (record_full_arch_list_cleanups): ... this. Updated all users.
8876         (record_message): Renamed to ...
8877         (record_full_message): ... this. Updated all users.
8878         (record_message_wrapper): Renamed to ...
8879         (record_full_message_wrapper): ... this. Updated all users.
8880         (record_message_wrapper_safe): Renamed to ...
8881         (record_full_message_wrapper_safe): ... this. Updated all users.
8882         (record_gdb_operation_disable): Renamed to ...
8883         (record_full_gdb_operation_disable): ... this. Updated all users.
8884         (record_hw_watchpoint): Renamed to ...
8885         (record_full_hw_watchpoint): ... this. Updated all users.
8886         (record_exec_insn): Renamed to ...
8887         (record_full_exec_insn): ... this. Updated all users.
8888         (record_restore): Renamed to ...
8889         (record_full_restore): ... this. Updated all users.
8890         (record_async_inferior_event_token): Renamed to ...
8891         (record_full_async_inferior_event_token): ... this.
8892         Updated all users.
8893         (record_async_inferior_event_handler): Renamed to ...
8894         (record_full_async_inferior_event_handler): ... this.
8895         Updated all users.
8896         (record_core_open_1): Renamed to ...
8897         (record_full_core_open_1): ... this. Updated all users.
8898         (record_open_1): Renamed to ...
8899         (record_full_open_1): ... this. Updated all users.
8900         (record_open): Renamed to ...
8901         (record_full_open): ... this. Updated all users.
8902         (record_close): Renamed to ...
8903         (record_full_close): ... this. Updated all users.
8904         (record_resume_step): Renamed to ...
8905         (record_full_resume_step): ... this. Updated all users.
8906         (record_resumed): Renamed to ...
8907         (record_full_resumed): ... this. Updated all users.
8908         (record_execution_dir): Renamed to ...
8909         (record_full_execution_dir): ... this. Updated all users.
8910         (record_resume): Renamed to ...
8911         (record_full_resume): ... this. Updated all users.
8912         (record_get_sig): Renamed to ...
8913         (record_full_get_sig): ... this. Updated all users.
8914         (record_sig_handler): Renamed to ...
8915         (record_full_sig_handler): ... this. Updated all users.
8916         (record_wait_cleanups): Renamed to ...
8917         (record_full_wait_cleanups): ... this. Updated all users.
8918         (record_wait_1): Renamed to ...
8919         (record_full_wait_1): ... this. Updated all users.
8920         (record_wait): Renamed to ...
8921         (record_full_wait): ... this. Updated all users.
8922         (record_stopped_by_watchpoint): Renamed to ...
8923         (record_full_stopped_by_watchpoint): ... this. Updated all users.
8924         (record_disconnect): Renamed to ...
8925         (record_full_disconnect): ... this. Updated all users.
8926         (record_detach): Renamed to ...
8927         (record_full_detach): ... this. Updated all users.
8928         (record_mourn_inferior): Renamed to ...
8929         (record_full_mourn_inferior): ... this. Updated all users.
8930         (record_kill): Renamed to ...
8931         (record_full_kill): ... this. Updated all users.
8932         (record_stopped_data_address): Renamed to ...
8933         (record_full_stopped_data_address): ... this. Updated all users.
8934         (record_registers_change): Renamed to ...
8935         (record_full_registers_change): ... this. Updated all users.
8936         (record_store_registers): Renamed to ...
8937         (record_full_store_registers): ... this. Updated all users.
8938         (record_xfer_partial): Renamed to ...
8939         (record_full_xfer_partial): ... this. Updated all users.
8940         (record_breakpoint): Renamed to ...
8941         (record_full_breakpoint): ... this. Updated all users.
8942         (record_breakpoint_p): Renamed to ...
8943         (record_full_breakpoint_p): ... this. Updated all users.
8944         (record_breakpoints): Renamed to ...
8945         (record_full_breakpoints): ... this. Updated all users.
8946         (record_sync_record_breakpoints): Renamed to ...
8947         (record_full_sync_record_breakpoints): ... this.
8948         Updated all users.
8949         (record_init_record_breakpoints): Renamed to ...
8950         (record_full_init_record_breakpoints): ... this.
8951         Updated all users.
8952         (record_insert_breakpoint): Renamed to ...
8953         (record_full_insert_breakpoint): ... this. Updated all users.
8954         (record_remove_breakpoint): Renamed to ...
8955         (record_full_remove_breakpoint): ... this. Updated all users.
8956         (record_can_execute_reverse): Renamed to ...
8957         (record_full_can_execute_reverse): ... this. Updated all users.
8958         (record_get_bookmark): Renamed to ...
8959         (record_full_get_bookmark): ... this. Updated all users.
8960         (record_goto_bookmark): Renamed to ...
8961         (record_full_goto_bookmark): ... this. Updated all users.
8962         (record_async): Renamed to ...
8963         (record_full_async): ... this. Updated all users.
8964         (record_can_async_p): Renamed to ...
8965         (record_full_can_async_p): ... this. Updated all users.
8966         (record_is_async_p): Renamed to ...
8967         (record_full_is_async_p): ... this. Updated all users.
8968         (record_execution_direction): Renamed to ...
8969         (record_full_execution_direction): ... this. Updated all users.
8970         (record_info): Renamed to ...
8971         (record_full_info): ... this. Updated all users.
8972         (record_delete): Renamed to ...
8973         (record_full_delete): ... this. Updated all users.
8974         (record_is_replaying): Renamed to ...
8975         (record_full_is_replaying): ... this. Updated all users.
8976         (record_goto_entry): Renamed to ...
8977         (record_full_goto_entry): ... this. Updated all users.
8978         (record_goto_begin): Renamed to ...
8979         (record_full_goto_begin): ... this. Updated all users.
8980         (record_goto_end): Renamed to ...
8981         (record_full_goto_end): ... this. Updated all users.
8982         (record_goto): Renamed to ...
8983         (record_full_goto): ... this. Updated all users.
8984         (init_record_ops): Renamed to ...
8985         (init_record_full_ops): ... this. Updated all users.
8986         (record_core_resume): Renamed to ...
8987         (record_full_core_resume): ... this. Updated all users.
8988         (record_core_kill): Renamed to ...
8989         (record_full_core_kill): ... this. Updated all users.
8990         (record_core_fetch_registers): Renamed to ...
8991         (record_full_core_fetch_registers): ... this. Updated all users.
8992         (record_core_prepare_to_store): Renamed to ...
8993         (record_full_core_prepare_to_store): ... this. Updated all users.
8994         (record_core_store_registers): Renamed to ...
8995         (record_full_core_store_registers): ... this. Updated all users.
8996         (record_core_xfer_partial): Renamed to ...
8997         (record_full_core_xfer_partial): ... this. Updated all users.
8998         (record_core_insert_breakpoint): Renamed to ...
8999         (record_full_core_insert_breakpoint): ... this. Updated all users.
9000         (record_core_remove_breakpoint): Renamed to ...
9001         (record_full_core_remove_breakpoint): ... this. Updated all users.
9002         (record_core_has_execution): Renamed to ...
9003         (record_full_core_has_execution): ... this. Updated all users.
9004         (init_record_core_ops): Renamed to ...
9005         (init_record_full_core_ops): ... this. Updated all users.
9006         (cmd_record_restore): Renamed to ...
9007         (cmd_record_full_restore): ... this. Updated all users.
9008         (record_save_cleanups): Renamed to ...
9009         (record_full_save_cleanups): ... this. Updated all users.
9010         (cmd_record_start): Renamed to ...
9011         (cmd_record_full_start): ... this. Updated all users.
9012         (set_record_insn_max_num): Renamed to ...
9013         (set_record_full_insn_max_num): ... this. Updated all users.
9014         (set_record_command): Renamed to ...
9015         (set_record_full_command): ... this. Updated all users.
9016         (show_record_command): Renamed to ...
9017         (show_record_full_command): ... this. Updated all users.
9018         (_initialize_record): Renamed to ...
9019         (_initialize_record_full): ... this. Updated all users.
9020
9021 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9022
9023         * record.h: Split into this and ...
9024         * record-full.h: ... this.
9025         * record.c: Split into this and ...
9026         * record-full.c: ... this.
9027         * target.h (target_ops): Add new fields to_info_record,
9028         to_save_record, to_delete_record, to_record_is_replaying,
9029         to_goto_record_begin, to_goto_record_end, to_goto_record.
9030         (target_info_record): New.
9031         (target_save_record): New.
9032         (target_supports_delete_record): New.
9033         (target_delete_record): New.
9034         (target_record_is_replaying): New.
9035         (target_goto_record_begin): New.
9036         (target_goto_record_end): New.
9037         (target_goto_record): New.
9038         * target.c (target_info_record): New.
9039         (target_save_record): New.
9040         (target_supports_delete_record): New.
9041         (target_delete_record): New.
9042         (target_record_is_replaying): New.
9043         (target_goto_record_begin): New.
9044         (target_goto_record_end): New.
9045         (target_goto_record): New.
9046         * record.h: Declare struct cmd_list_element.
9047         (record_cmdlist): New declaration.
9048         (set_record_cmdlist): New declaration.
9049         (show_record_cmdlist): New declaration.
9050         (info_record_cmdlist): New declaration.
9051         (cmd_record_goto): New declaration.
9052         * record.c: Remove unnecessary includes.
9053         Include inferior.h.
9054         (cmd_record_goto): Remove declaration.
9055         (record_cmdlist): Now extern. Initialize.
9056         (set_record_cmdlist): Now extern. Initialize.
9057         (show_record_cmdlist): Now extern. Initialize.
9058         (info_record_cmdlist): Now extern. Initialize.
9059         (find_record_target): New.
9060         (require_record_target): New.
9061         (cmd_record_start): Update.
9062         (cmd_record_delete): Remove target-specific code.
9063         Call target_delete_record.
9064         (cmd_record_stop): Unpush any record target.
9065         (set_record_insn_max_num): Move to record-full.c
9066         (set_record_command): Add comment.
9067         (show_record_command): Add comment.
9068         (info_record_command): Update comment.
9069         Remove target-specific code.
9070         Call the record target's to_info_record.
9071         (cmd_record_start): New.
9072         (cmd_record_goto): Now extern.
9073         Remove target-specific code.
9074         Call target_goto_begin,  target_goto_end, or target_goto.
9075         (_initialize_record): Move record target ops initialization to
9076         record-full.c.
9077         Change "record" command help text.
9078         Move "record restore", "record set", and "record show" commands to
9079         record-full.c.
9080         * Makefile.in (SFILES): Add record-full.c.
9081         (HFILES_NO_SRCDIR): Add record-full.h.
9082         (COMMON_OBS): Add record-full.o.
9083         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9084         * arm-tdep.c: Include record-full.h.
9085         * i386-linux-tdep.c: Include record-full.h instead of record.h.
9086         * i386-tdep.c: Include record-full.h.
9087         * infrun.c: Include record-full.h.
9088         * linux-record.c: Include record-full.h.
9089         * moxie-tdep.c: Include record-full.h.
9090         * record-full.c: Include record-full.h.
9091         Change module comment.
9092         (set_record_full_cmdlist): New.
9093         (show_record_full_cmdlist): New.
9094         (record_full_cmdlist): New.
9095         (record_goto_insn): New declaration.
9096         (record_save): New declaration.
9097         (record_check_insn_num): Change query string.
9098         (record_info): New.
9099         (record_delete): New.
9100         (record_is_replaying): New.
9101         (record_goto_entry): New.
9102         (record_goto_begin): New.
9103         (record_goto_end): New.
9104         (record_goto): New.
9105         (init_record_ops): Update.
9106         (init_record_core_ops): Update.
9107         (cmd_record_save): Rename to record_save. Remove target and arg checks.
9108         (cmd_record_start): New.
9109         (set_record_insn_max_num): Moved from record.c
9110         (set_record_full_command): New.
9111         (show_record_full_command): New.
9112         (_initialize_record_full): New.
9113
9114 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9115
9116         * target.h (add_deprecated_target_alias): New.
9117         * target.c (add_deprecated_target_alias): New.
9118
9119 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9120
9121         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9122         and signal.h.
9123         (linux_supports_btrace): Add kernel and
9124         cpuid check.
9125         (kernel_supports_btrace): New function.
9126         (cpu_supports_btrace): New function.
9127         (intel_supports_btrace): New function.
9128
9129 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9130
9131         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9132         * remote.c: Include btrace.h.
9133         (struct btrace_target_info): New struct.
9134         (remote_supports_btrace): New function.
9135         (send_Qbtrace): New function.
9136         (remote_enable_btrace): New function.
9137         (remote_disable_btrace): New function.
9138         (remote_teardown_btrace): New function.
9139         (remote_read_btrace): New function.
9140         (init_remote_ops): Add btrace ops.
9141         (enum <unnamed>): Add btrace packets.
9142         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9143         (_initialize_remote): Add packet configuration for branch tracing.
9144
9145 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9146
9147         * features/btrace.dtd: New file.
9148         * Makefile.in (XMLFILES): Add btrace.dtd.
9149         * btrace.h (parse_xml_btrace): New declaration.
9150         * btrace.c: Include xml-support.h.
9151         (parse_xml_btrace): New function.
9152         (parse_xml_btrace_block): New function.
9153         (block_attributes): New struct.
9154         (btrace_attributes): New struct.
9155         (btrace_children): New struct.
9156         (btrace_elements): New struct.
9157
9158 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9159
9160         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9161         (amd64_linux_enable_btrace): New.
9162         (amd64_linux_disable_btrace): New.
9163         (amd64_linux_teardown_btrace): New.
9164         (_initialize_amd64_linux_nat): Initialize btrace ops.
9165         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9166         (i386_linux_enable_btrace): New.
9167         (i386_linux_disable_btrace): New.
9168         (i386_linux_teardown_btrace): New.
9169         (_initialize_i386_linux_nat): Initialize btrace ops.
9170         * config/i386/linux.mh: Add linux-btrace.o.
9171         * config/i386/linux64.mh: Add linux-btrace.o.
9172
9173 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9174
9175         * common/linux_btrace.h: New file.
9176         * common/linux_btrace.c: New file.
9177         * Makefile.in (SFILES): Add btrace.c.
9178         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9179         (COMMON_OBS): Add btrace.o.
9180         (linux-btrace.o): New rule.
9181
9182 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9183
9184         * target.h: Include btrace.h.
9185         (struct target_ops) <to_supports_btrace, to_enable_btrace,
9186         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9187         * target.c (target_supports_btrace): New function.
9188         (target_enable_btrace): New function.
9189         (target_disable_btrace): New function.
9190         (target_teardown_btrace): New function.
9191         (target_read_btrace): New function.
9192         * btrace.h: New file.
9193         * btrace.c: New file.
9194         * Makefile.in: Add btrace.c.
9195         * gdbthread.h: Include btrace.h.
9196         (struct thread_info): Add btrace field.
9197         * thread.c: Include btrace.h.
9198         (clear_thread_inferior_resources): Call target_teardown_btrace.
9199         * common/btrace-common.h: New file.
9200
9201 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9202
9203         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9204         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9205         kill_status to outer block.
9206
9207 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9208
9209         Fix entry-values if the callee called a noreturn function.
9210         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9211         get_frame_address_in_block.  Add new comment.
9212
9213 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9214
9215         Fix entry-values in C++ across CUs.
9216         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9217         lookup_minimal_symbol.  Add a comment.
9218         * dwarf2read.c
9219         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9220         DW_AT_linkage_name.
9221
9222 2013-03-08  Yao Qi  <yao@codesourcery.com>
9223
9224         * tracepoint.c (_initialize_tracepoint): Indent the code.
9225
9226 2013-03-08  Pedro Alves  <palves@redhat.com>
9227
9228         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
9229         (parse_find_args, find_command): Change type of pattern buffer
9230         locals to 'gdb_byte *'.
9231
9232 2013-03-08  Stan Shebs  <stan@codesourcery.com>
9233             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9234
9235         * NEWS: Mention set and show trace-buffer-size commands.
9236         Mention new packet.
9237         * target.h (struct target_ops): New method
9238         to_set_trace_buffer_size.
9239         (target_set_trace_buffer_size): New macro.
9240         * target.c (update_current_target): Set up new method.
9241         * tracepoint.c (trace_buffer_size): New global.
9242         (start_tracing): Send it to the target.
9243         (set_trace_buffer_size): New function.
9244         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9245         * remote.c (remote_set_trace_buffer_size): New function.
9246         (_initialize_remote): Use it.
9247         (QTBuffer:size) New remote command.
9248         (PACKET_QTBuffer_size): New enum.
9249         (remote_protocol_features): Add an entry for
9250         PACKET_QTBuffer_size.
9251
9252 2013-03-08  Tom Tromey  <tromey@redhat.com>
9253
9254         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9255         variable.
9256
9257 2013-03-07  Pedro Alves  <palves@redhat.com>
9258
9259         * target.c (target_read_stralloc, target_fileio_read_alloc):
9260         *Cast pointer to 'gdb_byte *' in target call.
9261
9262 2013-03-07  Pedro Alves  <palves@redhat.com>
9263
9264         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9265         call.
9266
9267 2013-03-07  Keith Seitz  <keiths@redhat.com>
9268
9269         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9270         (trace_pass_command): Likewise.
9271         * cli/cli-cmds.c: Include cli/cli-utils.h.
9272         (source_command): Use skip-spaces.
9273         (disassemble_command): Likewise.
9274         * findcmd.c: Include cli/cli-utils.h.
9275         (parse_find_args): Use skip_spaces.
9276         * go32-nat.c: Include cli/cli-utils.h.
9277         (go32_sldt): Use skip_spaces.
9278         (go32_sgdt): Likewise.
9279         (go32_sidt): Likewise.
9280         (go32_pde): Likewise.
9281         (go32_pte): Likewise.
9282         (go32_pte_for_address): Likewise.
9283         * infcmd.c: Include cli/cli-utils.h.
9284         (registers_info): Use skip_spaces.
9285         * linux-tdep.c (read_mapping): Use skip_spaces_const.
9286         (linux_info_proc): Likewise.
9287         * linux-thread-db.c: Include cli/cli-utils.h.
9288         (info_auto_load_libthread_db): Use skip_spaces_const.
9289         * m32r-rom.c: Include cli/cli-utils.h.
9290         (m32r_upload_command): Use skip_spaces.
9291         * maint.c: Include cli/cli-utils.h.
9292         (maintenance_translate_address): Use skip_spaces.
9293         * mi/mi-parse.c: Include cli/cli-utils.h.
9294         (mi_parse_argv): Use skip_spaces.
9295         (mi_parse): Likewise.
9296         * minsyms.c: Include cli/cli-utils.h.
9297         (msymbol_hash_iw): Use skip_spaces_const.
9298         * objc-lang.c: Include cli/cli-utils.h.
9299         (parse_selector): Use skip_spaces.
9300         (parse_method): Likewise.
9301         * python/python.c: Include cli/cli-utils.h.
9302         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9303         (python_command)[HAVE_PYTHON]: Likewise.
9304         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9305         * remote-m32r-sdi.c: Include cli/cli-utils.h.
9306         (m32r_load): Use skip_spaces.
9307         * serial.c: Include cli/cli-utils.h.
9308         (serial_open): Use skip_spaces_const.
9309         * stack.c: Include cli/cli-utils.h.
9310         (parse_frame_specification_1): Use skip_spaces_const.
9311         * symfile.c: Include cli/cli-utils.h.
9312         (set_ext_lang_command): Use skip_spaces.
9313         * symtab.c: Include cli/cli-utils.h.
9314         (rbreak_command): Use skip_spaces.
9315         * thread.c (thread_name_command): Use skip_spaces.
9316         * tracepoint.c (validate_actionline): Use skip_spaces.
9317         (encode_actions_1): Likewise.
9318         (trace_find_range_command): Likewise.
9319         (trace_find_outside_command): Likewise.
9320         (trace_dump_actions): Likewise.
9321
9322 2013-03-07  Pedro Alves  <palves@redhat.com>
9323
9324         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9325         * expprint.c (print_subexp_standard): Likewise.
9326         * utils.c (host_char_to_target): Likewise.
9327         * valprint.c (generic_emit_char, generic_printstr): Likewise.
9328         * varobj.c (value_get_print_value): Change type of local to char*.
9329         Cast it gdb_byte * in call to language printer.
9330
9331 2013-03-07  Pedro Alves  <palves@redhat.com>
9332
9333         * charset.c (struct wchar_iterator) <input>: Change type to 'const
9334         gdb_byte *'.
9335         (make_wchar_iterator): Remove cast to char*.
9336         (wchar_iterate): Change type of local.
9337
9338 2013-03-07  Pedro Alves  <palves@redhat.com>
9339
9340         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9341         for 'regcache->register_status'.
9342
9343 2013-03-07  Pedro Alves  <palves@redhat.com>
9344
9345         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9346         int.
9347
9348 2013-03-07  Pedro Alves  <palves@redhat.com>
9349
9350         * stap-probe.c (handle_stap_probe): Add cast to char*.
9351
9352 2013-03-07  Pedro Alves  <palves@redhat.com>
9353
9354         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9355         RECORD_MSGRCV>: Pass a signed variable to
9356         regcache_raw_read_signed, instead of an unsigned one.
9357
9358 2013-03-07  Pedro Alves  <palves@redhat.com>
9359
9360         * remote-notif.c (notif_debug): Change type to int.
9361         * remote-notif.h (notif_debug): Likewise.
9362
9363 2013-03-07  Pedro Alves  <palves@redhat.com>
9364
9365         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9366
9367 2013-03-07  Pedro Alves  <palves@redhat.com>
9368
9369         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9370         * remote.h (hex2bin, bin2hex): ... here.
9371         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9372
9373 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
9374
9375         * utils.c (initialize_utils): Improve doc strings of "set/show
9376         width", "set/show height", and "set/show pagination".
9377
9378 2013-03-06  Keith Seitz  <keiths@redhat.com>
9379
9380         * ax-gdb.c (gen_printf): Make FORMAT const.
9381         * ax-gdb.h (gen_printf): Likewise.
9382         * ax-general.c (ax_string): Make STR const.
9383         * ax.h (ax_string): Likewise.
9384
9385 2013-03-06  Doug Evans  <dje@google.com>
9386
9387         * elfread.c (elf_symfile_read): Move debugging printf to more
9388         logical location.
9389
9390 2013-03-06  Pedro Alves  <palves@redhat.com>
9391
9392         * python/py-utils.c (target_string_to_unicode): Delete function.
9393         * python/python-internal.h (target_string_to_unicode): Delete
9394         declaration.
9395
9396 2013-03-06  Pierre Muller  <muller@sourceware.org>
9397
9398         * linespec.c (get_current_search_block): ARI fix, use (void)
9399         for empty parameter list.
9400
9401 2013-03-05  Doug Evans  <dje@google.com>
9402
9403         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9404         of old ada_lookup_symbol_list.  In !full_search case, don't
9405         search superblocks.
9406         (ada_lookup_symbol_list): Delete arg full_search, all callers
9407         updated.  Call ada_lookup_symbol_list_worker.
9408         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9409         * ada-lang.h (ada_lookup_symbol_list): Update.
9410         * language.h (language_defn): Update comment for
9411         la_iterate_over_symbols.
9412         * linespec.c (iterate_over_file_blocks): New function.
9413         (iterate_over_all_matching_symtabs): Call it.
9414         (lookup_prefix_sym): Ditto.
9415         (get_current_search_block): New function.
9416         (get_search_block): Delete.
9417         (find_label_symbols): Call get_current_search_block.
9418         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9419         * symtab.c (iterate_over_symbols): Don't search superblocks.
9420
9421 2013-03-05  Yao Qi  <yao@codesourcery.com>
9422
9423         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9424         parameter VAR's type from "unsigned int" to "int".
9425         * command.h (var_zuinteger_unlimited): Update its comments.
9426         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9427
9428 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9429
9430         * NEWS: Mention new target x86_64-*-cygwin*.
9431
9432 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9433
9434         * configure.host: Add x86_64-*-cygwin* as host.
9435         * configure.tgt: Add x86_64-*-cygwin* as target.
9436         * config/i386/cygwin64.mh: New file.
9437
9438 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9439
9440         * linespec.c (decode_line_2): Fix duplicate request off by two message.
9441
9442 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9443
9444         * linespec.c (struct linespec_canonical_name): New.
9445         (struct linespec_state): Change canonical_names type to it.
9446         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
9447         xrealloc element size.  Initialize the different CANONICAL fields.
9448         (canonical_to_fullform): New.
9449         (filter_results): Use it.  Add variables canonical, fullform and
9450         cleanup.
9451         (struct decode_line_2_item, decode_line_2_compare_items): New.
9452         (decode_line_2): Remove variables iter and item_names, add variables
9453         items and items_count.  Modify the code for these new variables.
9454
9455 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
9456
9457         * coff-pe-read.c (read_pe_exported_syms): Don't return without
9458         calling do_cleanup.
9459
9460 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
9461
9462         * tracepoint.c (build_traceframe_info): Add code for byte order.
9463
9464 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
9465
9466         * v850-tdep.c: (v850e2_register_name): Revise system register
9467         names to match current V850E2M architecture specifications.
9468         Update register number enum comments too.
9469
9470 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9471             Pedro Alves  <palves@redhat.com>
9472
9473         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9474         to END_ADDR.
9475         (tilegx_skip_prologue): Limit prologue analysis to section end.
9476
9477 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9478
9479         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9480         use it.
9481
9482 2013-03-01  Pedro Alves  <palves@redhat.com>
9483
9484         Use gdb_byte for bytes from the program being debugged.
9485
9486         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9487         Change type of local 'buf' to gdb_byte.
9488         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9489         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9490         * cris-tdep.c (cris_sigcontext_addr)
9491         (cris_sigtramp_frame_unwind_cache): Likewise.
9492         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9493         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9494         Likewise.
9495         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9496         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9497         (hppa32_hpux_search_dummy_call_sequence)
9498         (hppa_hpux_supply_save_state): Likewise.
9499         * hppa-linux-tdep.c (insns_match_pattern)
9500         (hppa_linux_find_global_pointer): Likewise.
9501         * hppa-tdep.c (hppa_in_function_epilogue_p)
9502         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9503         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9504         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9505         (i386fbsd_collect_uthread): Likewise.
9506         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9507         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9508         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9509         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9510         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9511         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9512         (ia64_libunwind_frame_prev_register)
9513         (ia64_libunwind_sigtramp_frame_this_id)
9514         (ia64_find_global_pointer_from_dynamic_section)
9515         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9516         (ia64_unwind_pc): Likewise.
9517         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9518         * m68hc11-tdep.c (m68hc11_push_dummy_call)
9519         (m68hc11_extract_return_value): Likewise.
9520         * m68klinux-nat.c (fetch_register, store_register): Likewise.
9521         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9522         (mep_get_insn, mep_push_dummy_call): Likewise.
9523         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9524         (mips_linux_in_dynsym_stub): Likewise.
9525         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9526         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9527         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9528         to gdb_byte.
9529         * remote-mips.c (mips_set_register): Likewise.
9530         * remote-sim.c (gdbsim_fetch_register): Likewise.
9531         * score-tdep.c (score7_fetch_inst): Change type of parameter
9532         'memblock' and local 'buf' to gdb_byte.
9533         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9534         Change type of local 'buf' to gdb_byte.  Adjust.
9535         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9536         to gdb_byte**.
9537         (score7_analyze_prologue): Change type of 'memblock' and
9538         'memblock_ptr' locals to gdb_byte*.
9539         * sh64-tdep.c (sh64_extract_return_value)
9540         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9541         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9542         * solib-pa64.c (pa64_solib_create_inferior_hook)
9543         (pa64_open_symbol_file_object): Remove local 'buf'.
9544         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9545         (som_open_symbol_file_object): Likewise.
9546         * solib-spu.c (spu_current_sos): Likewise.
9547         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9548         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9549         (spu_store_registers): Likewise.
9550         * target.c (debug_print_register): Likewise.
9551         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9552         * xstormy16-tdep.c (xstormy16_store_return_value)
9553         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9554         (xstormy16_find_jmp_table_entry): Likewise.
9555
9556 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9557
9558         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9559         (tilegx_gdbarch_init): Install it.
9560
9561 2013-02-28  Tom Tromey  <tromey@redhat.com>
9562
9563         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9564         PyLong_Check.
9565
9566 2013-02-28  Doug Evans  <dje@google.com>
9567
9568         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9569         * python/python.c (gdbpy_find_pc_line): Ditto.
9570
9571 2013-02-28  Tom Tromey  <tromey@redhat.com>
9572
9573         * contrib/excheck.py: New file.
9574         * contrib/exsummary.py: New file.
9575         * contrib/gcc-with-excheck: New file.
9576
9577 2013-02-28  Tom Tromey  <tromey@redhat.com>
9578
9579         * python/python.c (gdbpy_print_stack): Call begin_line and
9580         fprintf_filtered inside TRY_CATCH.
9581
9582 2013-02-28  Tom Tromey  <tromey@redhat.com>
9583
9584         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9585         inside TRY_CATCH.
9586
9587 2013-02-28  Tom Tromey  <tromey@redhat.com>
9588
9589         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9590         frame_object_to_frame_info inside TRY_CATCH.
9591
9592 2013-02-28  Tom Tromey  <tromey@redhat.com>
9593
9594         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9595         TRY_CATCH.
9596
9597 2013-02-28  Tom Tromey  <tromey@redhat.com>
9598
9599         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9600
9601 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
9602
9603         * windows-nat.c: Throughout, fix format strings and casts of
9604         printf-like functions to avoid type related warnings on all
9605         platforms.
9606         (handle_output_debug_string): Fetch context information address
9607         from debug string using string_to_core_addr.
9608
9609 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9610
9611         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9612         * regformats/reg-tilegx32.dat: New.
9613
9614 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9615
9616         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9617
9618 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9619
9620         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9621
9622 2013-02-27  Yao Qi  <yao@codesourcery.com>
9623             Pedro Alves  <palves@redhat.com>
9624
9625         * tracepoint.c (tfile_trace_find): For tfind
9626         pc/tp/range/outside, look for the next trace frame instead of
9627         always starting from frame 0.
9628
9629 2013-02-26  Anthony Green  <green@moxielogic.com>
9630
9631         * configure.tgt: Add support for moxie-*-rtems* target.
9632
9633 2013-02-25  Pedro Alves  <palves@redhat.com>
9634
9635         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9636         warning text.
9637
9638 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9639
9640         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9641         if $fp is used as the virtual frame pointer.
9642
9643 2013-02-23  Alan Modra  <amodra@gmail.com>
9644
9645         * elfread.c (elf_symtab_read): Do not use udata.p here to find
9646         symbol size.
9647         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9648         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9649         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9650         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9651
9652 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9653
9654         Code cleanup.
9655         * elfread.c (build_id_bfd_get): Make the return type const.
9656         (build_id_verify): Make the check parameter const.
9657         (build_id_to_debug_filename): Make the build_id parameter and variable
9658         data const.
9659         (find_separate_debug_file_by_buildid): Make the variable build_id const.
9660
9661 2013-02-21  Alan Modra  <amodra@gmail.com>
9662
9663         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9664
9665 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
9666
9667         Add a new method 'disassemble' to gdb.Architecture class.
9668         * python/py-arch.c (archpy_disassmble): Implementation of the
9669         new method gdb.Architecture.disassemble.
9670         (arch_object_methods): Add entry for the new method.
9671
9672 2013-02-20  Jiong Wang  <jiwang@tilera.com>
9673
9674         * MAINTAINERS (Write After Approval): Add myself to the list.
9675
9676 2013-02-19  Pedro Alves  <palves@redhat.com>
9677
9678         Garbage collect 'struct monitor_ops'::load_routine.
9679
9680         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9681         * monitor.c (monitor_load): No longer call
9682         current_monitor->load_routine.
9683         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9684         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9685         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9686
9687 2013-02-19  Pedro Alves  <palves@redhat.com>
9688
9689         PR gdb/15161
9690
9691         Harmonize with generic_load.
9692
9693         * monitor.c: Include "readline/readline.h".
9694         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
9695         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
9696         long/strtol for the 'load_offset' local.  Error out if no argument
9697         is given or if too many arguments are given.  Tilde expand the
9698         passed in file name.
9699
9700 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9701
9702         PR gdb/15161
9703         * symfile.c (load_section_data): Change type of load_offset
9704         to CORE_ADDR.
9705         (generic_load): User strtoulst instead of strtoul for conversion
9706         of load_offset.
9707
9708 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9709
9710         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9711          for return address, "lr" register, saved on stack.
9712         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9713         after we invoke tilegx_analyze_prologue.
9714
9715 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9716
9717         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9718
9719 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9720
9721         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9722
9723 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9724
9725         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9726         (tilegx_write_pc): New function.
9727         (tilegx_cannot_reference_register): Return zero if REGNO
9728         is TILEGX_FAULTNUM_REGNUM.
9729         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9730         (tilegx_register_name): Add handling of "faultnum" register.
9731         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9732         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9733         handling of TILEGX_FAULTNUM_REGNUM.
9734         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9735
9736 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9737
9738         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9739         should be aligned to 64bit.
9740
9741 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9742
9743         * windows-nat.c (windows_xfer_memory): Fix debug-output
9744         for LLP64.
9745
9746 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
9747
9748         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9749         Don't check DSP register number if HAVE_DSP is not set.
9750
9751 2013-02-19  Alan Modra  <amodra@gmail.com>
9752
9753         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
9754         throughout file instead.
9755         (build_id_bfd_get): Update to use new elf_tdata build_id field.
9756         Don't xmalloc return value.
9757         (build_id_verify): Similarly.  Don't xfree.
9758         (build_id_to_debug_filename): Update.
9759         (find_separate_debug_file_by_buildid): Update, don't xfree.
9760
9761 2013-02-18  Tom Tromey  <tromey@redhat.com>
9762
9763         PR gdb/15102:
9764         * dwarf2read.c (read_subrange_type): Use result of
9765         'check_typedef'.
9766
9767 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9768
9769         * frame.c: Remove one extra white space after #include
9770         directive.
9771
9772 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9773
9774         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9775
9776 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9777
9778         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9779         and dir commands into an if block.
9780
9781 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
9782
9783         * python/py-breakpoint (struct pybp_code):  Use int instead of
9784         enum type_code.
9785
9786 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
9787             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9788
9789         * NEWS: Mention new field "trace-file".
9790         * tracepoint.c (trace_status_mi): Output "trace-file" field.
9791         (tfile_open): Record the trace file's filename in the trace
9792         status.
9793         (tfile_files_info): Mention the name of the trace file.
9794         Check the "filename" field explicitely.
9795         (trace_status_command): Explicitely check "filename" field.
9796         (trace_find_command): Ditto.
9797         (trace_find_pc_command): Ditto.
9798         (trace_find_tracepoint_command): Ditto.
9799         (trace_find_line_command): Ditto.
9800         (trace_find_range_command): Ditto.
9801         (trace_find_outside_command): Ditto.
9802         * tracepoint.h (struct trace_status) <from_file>: Rename it
9803         to "filename" and make it hold the trace file's filename
9804         instead of a boolean.
9805         * remote.c (remote_get_trace_status): Initialize "filename"
9806         field with NULL instead of 0.
9807
9808 2013-02-15  Yao Qi  <yao@codesourcery.com>
9809
9810         * remote.c: Fix a typo.
9811
9812 2013-02-14  Pierre Muller  <muller@sourceware.org>
9813
9814         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9815
9816 2013-02-14  Pedro Alves  <palves@redhat.com>
9817
9818         * utils.c (savestring): Don't #undef it.  Move function to
9819         common/common-utils.c.
9820         * common/common-utils.c: Include gdb_string.h.
9821         (savestring): Move here from utils.c.
9822         * common/common-utils.h (savestring): Declare.
9823
9824 2013-02-14  Pedro Alves  <palves@redhat.com>
9825
9826         * utils.c (savestring): Rename parameter 'size' to 'len'.
9827
9828 2013-02-14  Pedro Alves  <palves@redhat.com>
9829             Yufeng Zhang  <yufeng.zhang@arm.com>
9830
9831         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9832         (aarch64_inferior_data, struct aarch64_inferior_data):
9833         Delete.
9834         (struct aarch64_process_info): New.
9835         (aarch64_process_list): New global.
9836         (aarch64_find_process_pid, aarch64_add_process)
9837         (aarch64_process_info_get): New functions.
9838         (aarch64_inferior_data_get): Delete.
9839         (aarch64_process_info_get): New function.
9840         (aarch64_forget_process): New function.
9841         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
9842         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9843         aarch64_get_debug_reg_state.
9844         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9845         instead of linux_nat_iterate_watchpoint_lwps.
9846         (aarch64_linux_new_fork): New function.
9847         (aarch64_linux_child_post_startup_inferior): Use
9848         aarch64_forget_process instead of aarch64_init_debug_reg_state.
9849         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9850         (aarch64_linux_remove_hw_breakpoint)
9851         (aarch64_handle_aligned_watchpoint)
9852         (aarch64_handle_unaligned_watchpoint)
9853         (aarch64_linux_insert_watchpoint)
9854         (aarch64_linux_remove_watchpoint)
9855         (aarch64_linux_stopped_data_address): Adjust to pass the current
9856         process id to aarch64_debug_reg_state.
9857         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9858         linux_nat_new_fork hook, and aarch64_forget_process as
9859         linux_nat_forget_process hook; remove the call to
9860         register_inferior_data_with_cleanup.
9861
9862 2013-02-14  Pedro Alves  <palves@redhat.com>
9863
9864         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9865         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9866         lval_memory.
9867
9868 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
9869             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9870
9871         * tracepoint.h (validate_trace_state_variable_name): Declare.
9872         * tracepoint.c (validate_trace_state_variable_name): New.
9873         (trace_variable_command): Parse the trace state variable's name
9874         without using parse_expression.  Do several validations.
9875         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9876         trace state variable's name with parse_expression.  Validate it.
9877
9878 2013-02-14  Yao Qi  <yao@codesourcery.com>
9879
9880         * infcmd.c (breakpoint_proceeded): Remove it.
9881
9882 2013-02-14  Yao Qi  <yao@codesourcery.com>
9883
9884         * tracepoint.c (end_actions_pseudocommand): Make it static.
9885         (while_stepping_pseudocommand): Likewise.
9886         * tracepoint.h (end_actions_pseudocommand): Remove the
9887         declaration.
9888         (while_stepping_pseudocommand): Likewise.
9889
9890 2013-02-14  Yao Qi  <yao@codesourcery.com>
9891
9892         * cli/cli-decode.c (help_cmd): Remove the declaration of
9893         "cmdlist".
9894         (help_all): Likewise.
9895
9896 2013-02-13  Pedro Alves  <palves@redhat.com>
9897
9898         * amd64-linux-nat.c (update_debug_registers_callback):
9899         Update comment.
9900         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9901         iterate_over_lwps.
9902         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9903         i386_debug_reg_state.
9904         (amd64_linux_new_fork): New function.
9905         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9906         linux_nat_new_fork hook, and i386_forget_process as
9907         linux_nat_forget_process hook.
9908         * i386-linux-nat.c (update_debug_registers_callback):
9909         Update comment.
9910         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9911         iterate_over_lwps.
9912         (i386_linux_prepare_to_resume): Pass the lwp's pid to
9913         i386_debug_reg_state.
9914         (i386_linux_new_fork): New function.
9915         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9916         linux_nat_new_fork hook, and i386_forget_process as
9917         linux_nat_forget_process hook.
9918         * i386-nat.c (i386_init_dregs): Delete.
9919         (i386_inferior_data, struct i386_inferior_data):
9920         Delete.
9921         (struct i386_process_info): New.
9922         (i386_process_list): New global.
9923         (i386_find_process_pid, i386_add_process, i386_process_info_get):
9924         New functions.
9925         (i386_inferior_data_get): Delete.
9926         (i386_process_info_get): New function.
9927         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
9928         (i386_forget_process): New function.
9929         (i386_cleanup_dregs): Rewrite.
9930         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9931         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9932         (i386_stopped_data_address, i386_insert_hw_breakpoint)
9933         (i386_remove_hw_breakpoint): Adjust to pass the current process id
9934         to i386_debug_reg_state.
9935         (i386_use_watchpoints): Don't register inferior data.
9936         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9937         adjust comment.
9938         (i386_forget_process): Declare.
9939         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9940         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9941         New static globals.
9942         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9943         (add_initial_lwp): New, factored out from ...
9944         (add_lwp): ... this.  Don't check the number of lwps before
9945         calling linux_nat_new_thread.
9946         (linux_nat_iterate_watchpoint_lwps): Delete.
9947         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9948         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9949         forks and vforks.
9950         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9951         initial lwp.
9952         (linux_nat_kill, linux_nat_mourn_inferior): Call
9953         linux_nat_forget_process.
9954         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9955         (linux_nat_forget_process): New functions.
9956         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9957         type.
9958         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9959         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9960         types.
9961         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9962         (linux_nat_forget_process): New declarations.
9963
9964         * amd64fbsd-nat.c (super_mourn_inferior): New global.
9965         (amd64fbsd_mourn_inferior): New function.
9966         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9967         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9968
9969 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9970
9971         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9972         Adding _().
9973
9974 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9975
9976         * aarch64-linux-nat.c (debug_reg_change_callback)
9977         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9978         %s and phex().
9979
9980 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9981
9982         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9983         with LONGEST.
9984
9985 2013-02-13  Pedro Alves  <palves@redhat.com>
9986             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9987
9988         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9989
9990 2013-02-12  Tom Tromey  <tromey@redhat.com>
9991
9992         PR symtab/11464:
9993         * c-exp.y (lex_one_token): Initialize other fields of yylval on
9994         NAME return.
9995         (classify_inner_name): Remove 'first_name' argument, add
9996         'context'.  Remove unused variable.
9997         (yylex): Explicitly maintain the context type.  Exit loop earlier
9998         if NAME result is seen.
9999
10000 2013-02-12  Pedro Alves  <palves@redhat.com>
10001
10002         * amd64-darwin-tdep.c: Add (C) after Copyright.
10003         * cli/cli-cmds.h: Ditto.
10004         * cli/cli-decode.c: Ditto.
10005         * cli/cli-decode.h: Ditto.
10006         * cli/cli-dump.c: Ditto.
10007         * cli/cli-dump.h: Ditto.
10008         * cli/cli-interp.c: Ditto.
10009         * cli/cli-logging.c: Ditto.
10010         * cli/cli-script.c: Ditto.
10011         * cli/cli-script.h: Ditto.
10012         * cli/cli-setshow.c: Ditto.
10013         * cli/cli-setshow.h: Ditto.
10014         * cli/cli-utils.c: Ditto.
10015         * cli/cli-utils.h: Ditto.
10016         * config/alpha/nm-osf3.h: Ditto.
10017         * config/djgpp/djconfig.sh: Ditto.
10018         * config/i386/nm-fbsd.h: Ditto.
10019         * config/i386/nm-i386gnu.h: Ditto.
10020         * config/nm-linux.h: Ditto.
10021         * config/nm-nto.h: Ditto.
10022         * config/rs6000/nm-rs6000.h: Ditto.
10023         * config/sparc/nm-sol2.h: Ditto.
10024         * darwin-nat-info.c: Ditto.
10025         * dfp.c: Ditto.
10026         * dfp.h: Ditto.
10027         * gdb-demangle.h: Ditto.
10028         * i386-darwin-nat.c: Ditto.
10029         * i386-darwin-tdep.c: Ditto.
10030         * linux-fork.h: Ditto.
10031         * m32c-tdep.c: Ditto.
10032         * microblaze-linux-tdep.c: Ditto.
10033         * microblaze-rom.c: Ditto.
10034         * microblaze-tdep.c: Ditto.
10035         * microblaze-tdep.h: Ditto.
10036         * mips-linux-tdep.h: Ditto.
10037         * ppc-ravenscar-thread.c: Ditto.
10038         * ppc-ravenscar-thread.h: Ditto.
10039         * prologue-value.c: Ditto.
10040         * prologue-value.h: Ditto.
10041         * ravenscar-thread.c: Ditto.
10042         * ravenscar-thread.h: Ditto.
10043         * sparc-ravenscar-thread.c: Ditto.
10044         * sparc-ravenscar-thread.h: Ditto.
10045         * tilegx-linux-tdep.c: Ditto.
10046         * unwind_stop_reasons.def: Ditto.
10047         * windows-nat.h: Ditto.
10048         * xtensa-linux-tdep.c: Ditto.
10049         * xtensa-xtregs.c: Ditto.
10050         * regformats/regdat.sh: Ditto.
10051         * regformats/regdef.h: Ditto.
10052
10053 2013-02-12  Pedro Alves  <palves@redhat.com>
10054
10055         * break-catch-sig.c: Update copyright years.
10056
10057 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
10058
10059         Add support for a destructor for ui_out data and use it to
10060         provide a ui_out destructor.
10061         * ui-out.h: Declare the new ui_out destructor.
10062         (ui_out_impl): Add a field for data destructor in ui_out_impl.
10063         * ui-out.c (default_data_destroy): Add a default data destructor
10064         which does nothing.
10065         (default_ui_out_impl): Set the new data_destroy field to
10066         default_data_destroy
10067         (uo_data_destroy): Local function which invokes the data
10068         destructor if present.
10069         (clear_table): Local function which clears the table data of a
10070         ui_out object.
10071         (ui_out_destroy): Public function which frees a ui_out object.
10072         (ui_out_table_end): Use the new clear_table function.
10073         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10074         NULL.
10075         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10076         to NULL.
10077
10078 2013-02-11  Doug Evans  <dje@google.com>
10079
10080         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10081         (printf_decfloat): New function.  Broken out from ui_printf.
10082         Remove unnecessary code to shift the entire format string down.
10083         (printf_pointer): New function.
10084         (ui_printf): Code to print C strings, wide C strings, decfloats,
10085         and pointers moved to separate functions.
10086
10087 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10088
10089         * valops.c (value_assign): Handling bitfield offset in
10090         `lval_internalvar_component' case.
10091
10092 2013-02-08  Doug Evans  <dje@google.com>
10093
10094         * common/format.c (parse_format_string): Fix whitespace.
10095
10096 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
10097
10098         * stack.c (return_command): Work around uninitialized variable
10099         warning.
10100
10101 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
10102
10103         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10104         number of the registers from 36 to 34.
10105
10106 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10107
10108         * NEWS: Mention new AArch64 native and target support.
10109
10110 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10111
10112         * MAINTAINERS (Write After Approval): Add myself.
10113
10114 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
10115             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10116             Nigel Stephens  <nigel.stephens@arm.com>
10117             Yufeng Zhang  <yufeng.zhang@arm.com>
10118
10119         * aarch64-linux-nat.c: New file.
10120         * config/aarch64/linux.mh: New file.
10121         * configure.host: Add AArch64.
10122         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10123
10124 2013-02-07  Doug Evans  <dje@google.com>
10125
10126         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10127         disassemble command.
10128
10129 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10130
10131         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10132         set_gdbarch_fetch_tls_load_module_address.
10133
10134 2013-02-06  David S. Miller  <davem@davemloft.net>
10135
10136         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10137         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10138         * value.c (struct_return_convention): New function.
10139         (using_struct_return): Implement in terms of struct_return_convention.
10140         * value.h (struct_return_convention): Declare.
10141         * stack.c (return_command): Allow successful overriding of the return
10142         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10143
10144 2013-02-06  Tom Tromey  <tromey@redhat.com>
10145
10146         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10147         outside of TRY_CATCH.
10148
10149 2013-02-06  Yao Qi  <yao@codesourcery.com>
10150
10151         * mi/mi-interp.c: Include "tracepoint.h".
10152         (mi_tsv_modified): Declare.
10153         (mi_tsv_created, mi_tsv_deleted): Update declaration.
10154         (mi_interpreter_init): Call observer_attach_tsv_modified.
10155         (mi_tsv_modified): New.
10156         (mi_tsv_created, mi_tsv_deleted): Update.
10157         * tracepoint.c (trace_variable_command): Call
10158         observer_notify_tsv_modified if the initial value of tsv is
10159         changed.
10160         (delete_trace_state_variable): Call
10161         observer_notify_tsv_deleted earlier.
10162         (trace_variable_command): Caller update.
10163         (create_tsv_from_upload): Likewise.
10164         * observer.sh: Declare "struct trace_state_variable".
10165
10166         * NEWS: Mention the new MI notification "=tsv-modified".
10167
10168 2013-02-05  Doug Evans  <dje@google.com>
10169
10170         * completer.c (location_completer): Fix typo in comment.
10171
10172 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10173
10174         * breakpoint.c (add_location_to_breakpoint): Insert the location with
10175         ADDRESS sorted.
10176
10177 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10178
10179         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10180         Refactor if statement to avoid trailing || operator.
10181
10182 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
10183
10184         * NEWS: Add PowerPC FreeBSD as a new native configuration.
10185
10186 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
10187
10188         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10189         * configure.host: Add powerpc*-*-freebsd* target.
10190         * configure.tgt: Add target info for powerpc*-*-freebsd*.
10191         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10192         * config/powerpc/fbsd.mh: New file.
10193
10194 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
10195             Denys Vlasenko  <dvlasenk@redhat.com>
10196             Pedro Alves  <palves@redhat.com>
10197
10198         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10199         (struct elf_internal_linux_prpsinfo): Forward declare.
10200         * gdbarch.h, gdbarch.c: Regenerate.
10201         * linux-tdep.c: Include `cli/cli-utils.h'.
10202         (linux_fill_prpsinfo): New function.
10203         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
10204         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10205         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10206         depending on gdbarch pointer bitness.
10207         * ppc-linux-tdep.c: Include elf-bfd.h.
10208         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10209         on 32-bit.
10210
10211 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10212             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10213             Nigel Stephens  <nigel.stephens@arm.com>
10214             Yufeng Zhang  <yufeng.zhang@arm.com>
10215
10216         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10217
10218 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10219             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10220             Nigel Stephens  <nigel.stephens@arm.com>
10221             Yufeng Zhang  <yufeng.zhang@arm.com>
10222
10223         * aarch64-newlib-tdep.c: New file.
10224         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10225         aarch64*-*-elf.
10226         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10227         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
10228         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
10229         * osabi.c (gdb_osabi_names): Add "Newlib".
10230
10231 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10232             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10233             Nigel Stephens  <nigel.stephens@arm.com>
10234             Yufeng Zhang  <yufeng.zhang@arm.com>
10235
10236         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10237         (ALLDEPFILES): Add aarch64-linux-tdep.c.
10238         * aarch64-linux-tdep.c: New file.
10239         * aarch64-linux-tdep.h: New file.
10240         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10241         * configure.tgt: Add aarch64-none-linux-gnu.
10242
10243 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10244             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10245             Nigel Stephens  <nigel.stephens@arm.com>
10246             Yufeng Zhang  <yufeng.zhang@arm.com>
10247
10248         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10249         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10250         (ALLDEPFILES): Add aarch64-tdep.c.
10251         * aarch64-tdep.c: New file.
10252         * aarch64-tdep.h: New file.
10253         * configure.tgt: Add AArch64.
10254         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10255         (aarch64-expedite): New definition.
10256         * features/aarch64-core.xml: New file.
10257         * features/aarch64-fpu.xml: New file.
10258         * features/aarch64-without-fpu.c: New file (generated).
10259         * features/aarch64-without-fpu.xml: New file.
10260         * features/aarch64.c: New file (generated).
10261         * features/aarch64.xml: New file.
10262         * regformats/aarch64-without-fpu.dat: New file (generated).
10263         * regformats/aarch64.dat: New file (generated).
10264
10265 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10266
10267         * contrib/expect-read1.c: New file.
10268         * contrib/expect-read1.sh: New file.
10269
10270 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10271
10272         * dwarf2read.c (file_file_name): New function with code from
10273         file_full_name.
10274         (file_full_name): Move most of the code to file_file_name.
10275         (macro_start_file): Rename variable full_name to file_name and use
10276         file_file_name for it.  Add comp_dir parameter to new_macro_table.
10277         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
10278         macro_source_file->filename access by macro_source_fullname call.
10279         * macroscope.c (_initialize_macroscope): Update the new_macro_table
10280         caller.
10281         * macrotab.c (struct macro_table): New field comp_dir.
10282         (macro_include): New variables link_fullname and source_fullname.
10283         Replace any macro_source_file->filename access by macro_source_fullname
10284         call.
10285         (macro_lookup_inclusion): Remove the partial filenames checking code.
10286         (check_for_redefinition): New variables source_fullname and
10287         found_key_fullname.  Replace any macro_source_file->filename access by
10288         macro_source_fullname call.
10289         (macro_undef): New variables source_fullname and key_fullname.  Replace
10290         any macro_source_file->filename access by macro_source_fullname call.
10291         (macro_lookup_definition): New variables retval and source_fullname.
10292         Replace any macro_source_file->filename access by macro_source_fullname
10293         call.
10294         (foreach_macro): New variable key_fullname.  Replace any
10295         macro_source_file->filename access by macro_source_fullname call.
10296         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
10297         macro_source_file->filename access by macro_source_fullname call.
10298         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
10299         (macro_source_fullname): New function.
10300         * macrotab.h (struct macro_source_file): Extent the filename field
10301         comment.
10302         (new_macro_table): New parameter comp_dir, add a comment for it.
10303         (macro_source_fullname): new declaration.
10304
10305 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10306
10307         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10308         this_real_name to outer block.  Use it also for
10309         compare_filenames_for_search.
10310         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
10311         with dw2_get_real_path for file_matcher, considering also
10312         BASENAMES_MAY_DIFFER.
10313         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10314
10315 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10316
10317         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10318         to the file_matcher parameter.  Pass 0 to it.
10319         (dwarf2_create_include_psymtab): Copy also DIRNAME.
10320         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10321         NULL psymtab_to_fullname result.
10322         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
10323         an expected filename instead.
10324         (expand_symtabs_matching_via_partial): Add basenames parameter to the
10325         file_matcher parameter.  Call also psymtab_to_fullname, after newly
10326         considering BASENAMES_MAY_DIFFER.
10327         * source.c (rewrite_source_path): Remove static.
10328         * source.h (rewrite_source_path): New declaration.
10329         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10330         the expand_symtabs_matching field.  Comment it.
10331         * symtab.c (file_matches): New function comment.  Add parameter
10332         basenames, implement it.
10333         (search_symbols_file_matches): Add basenames parameter.  Update the
10334         file_matches caller.
10335         (search_symbols): Match FILES also against symtab_to_fullname.
10336         Optimize it for BASENAMES_MAY_DIFFER.
10337
10338 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10339
10340         * source.c (print_source_lines_base): Print for TUI also "fullname".
10341         * tui/tui-data.c (init_content_element): Change tui_locator_element
10342         field to full_name.
10343         * tui/tui-data.h (struct tui_locator_element): Likewise.
10344         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10345         tui_update_locator_filename calls to tui_update_locator_fullname.
10346         Replace symtab->filename refererence by symtab_to_fullname call.
10347         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10348         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10349         field to full_name.  Replace symtab->filename refererence by
10350         symtab_to_fullname call.
10351         (tui_show_symtab_source): Rename parameter to fullname.  Change
10352         tui_locator_element field to full_name.
10353         * tui/tui-stack.c: Include source.h.
10354         (tui_set_locator_filename): Rename the declaration to ...
10355         (tui_set_locator_fullname): ... here.  Rename its parameter to
10356         fullname, updates its comment.
10357         (tui_set_locator_info): Rename its parameter to fullname.
10358         (tui_set_locator_filename): Rename the definition to ...
10359         (tui_set_locator_fullname): ... here.  Rename its parameter to
10360         fullname, updates its comment.  Change tui_locator_element field to
10361         full_name.
10362         (tui_set_locator_info): Rename its parameter to fullname.
10363         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10364         (tui_update_locator_filename): Rename to ...
10365         (tui_update_locator_fullname): ... here. Rename callee to
10366         tui_set_locator_fullname.
10367         (tui_show_frame_info): Replace symtab->filename refererence by
10368         symtab_to_fullname call.
10369         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10370         (tui_update_locator_fullname): ... here.
10371         * tui/tui-winsource.c (tui_display_main): Rename the callee to
10372         tui_update_locator_fullname.  Replace symtab->filename refererence by
10373         symtab_to_fullname call.
10374         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10375         Rename the callee to tui_update_locator_fullname.
10376         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10377
10378 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10379
10380         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10381         by symtab_to_filename_for_display calls.
10382         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10383         (clear_command): New variable sal_fullname, initialize it.  Replace
10384         compare_filenames_for_search by filename_cmp with sal_fullname.
10385         (say_where, update_static_tracepoint): Replace symtab->filename
10386         refererences by symtab_to_filename_for_display calls.
10387         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10388         Likewise.
10389         * dwarf2read.c: Include source.h.
10390         (fixup_go_packaging): Replace symtab->filename refererences by
10391         symtab_to_filename_for_display calls.
10392         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10393         Replace symtab->filename refererences by symtab_to_filename_for_display
10394         calls.
10395         (create_sals_line_offset, convert_linespec_to_sals): New variable
10396         fullname, initialize it, replace symtab->filename reference by the
10397         variable.
10398         * linux-fork.c: Include source.h.
10399         (info_checkpoints_command): Replace symtab->filename refererences by
10400         symtab_to_filename_for_display calls.
10401         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10402         by symtab_to_filename_for_display calls.
10403         * mdebugread.c: Include source.h.
10404         (psymtab_to_symtab_1): Replace symtab->filename refererences by
10405         symtab_to_filename_for_display calls.
10406         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10407         (mi_cmd_file_list_exec_source_files): Likewise.
10408         * printcmd.c: Include source.h.
10409         (build_address_symbolic): Replace symtab->filename refererences by
10410         symtab_to_filename_for_display calls.
10411         * psymtab.c (partial_map_symtabs_matching_filename)
10412         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10413         with psymtab_to_fullname.
10414         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10415         by symtab_to_filename_for_display calls.
10416         (stpy_get_filename): New variable filename, initialize it, use instead
10417         of symtab->filename refererences.
10418         (salpy_str): Make variable filename const char *.  Replace
10419         symtab->filename refererences by symtab_to_filename_for_display calls.
10420         * skip.c: Include source.h and filenames.h.
10421         (skip_file_command): Remove const from the symtab variable.  Replace
10422         symtab->filename refererences by symtab_to_fullname call.
10423         (function_name_is_marked_for_skip): New variables searched_for_fullname
10424         and fullname.  Use them to search also with symtab's fullname.
10425         * source.c (find_source_lines): Replace symtab->filename refererences
10426         by symtab_to_filename_for_display calls.
10427         (print_source_lines_base): New variable filename, use it instead of
10428         symtab->filename.  Replace symtab->filename refererences by
10429         symtab_to_filename_for_display calls.
10430         (line_info, forward_search_command): Replace symtab->filename
10431         refererences by symtab_to_filename_for_display calls.
10432         (reverse_search_command): Replace symtab->filename refererences by
10433         symtab_to_filename_for_display calls.  New variable filename for it.
10434         * stack.c (frame_info): Likewise.
10435         * symmisc.c: Include source.h.
10436         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10437         (maintenance_info_symtabs): Replace symtab->filename refererences by
10438         symtab_to_filename_for_display calls.
10439         * symtab.c (iterate_over_some_symtabs): Call
10440         compare_filenames_for_search also with symtab_to_fullname.
10441         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10442         symtab->filename refererences by symtab_to_filename_for_display calls.
10443         (find_line_symtab): Replace symtab->filename refererences by
10444         symtab_to_filename_for_display calls.
10445         (file_matches): Replace filename_cmp by compare_filenames_for_search.
10446         (print_symbol_info): Make the last parameter const char *.  New
10447         variable s_filename.  Use it in the function.
10448         (symtab_symbol_info): Make the last_filename variable const char *.
10449         Replace symtab->filename refererences by symtab_to_filename_for_display
10450         calls.
10451         (rbreak_command): New variable fullname.  Use it.  Replace
10452         symtab->filename refererence by symtab_to_filename_for_display call.
10453         * tracepoint.c (set_traceframe_context, trace_find_line_command)
10454         (print_one_static_tracepoint_marker): Replace symtab->filename
10455         refererences by symtab_to_filename_for_display calls.
10456         * tui/tui-source.c (tui_set_source_content): New variables filename and
10457         s_filename.  Replace symtab->filename refererences by this variable.
10458         Replace other symtab->filename refererences by
10459         symtab_to_filename_for_display calls.
10460
10461 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10462             Jan Kratochvil  <jan.kratochvil@redhat.com>
10463
10464         Add a new variable that controls a way in which filenames are
10465         displayed.
10466         * NEWS (set filename-display): New entry.
10467         * source.c (filename_display_basename, filename_display_relative)
10468         (filename_display_absolute, filename_display_kind_names)
10469         (filename_display_string, show_filename_display_string)
10470         (symtab_to_filename_for_display): New.
10471         (_initialize_source): Added initialization of 'filename-display'
10472         variable.
10473         * source.h (symtab_to_filename_for_display): Added declaration.
10474         * stack.c (print_frame): Added new variable and calling of a new
10475         function and condition with this variable. Changed third argument of
10476         calling of a function.
10477
10478 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10479
10480         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10481         Rename field reference filename to fullname.
10482         * tui/tui-data.h (struct tui_source_info): Rename field filename to
10483         fullname.  New comment for it.
10484         * tui/tui-source.c (tui_set_source_content): Rename field reference
10485         filename to fullname.  Initialize field by symtab_to_fullname now.
10486         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10487         reference filename to fullname.  Use symtab_to_fullname during
10488         comparison.
10489
10490 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10491
10492         Code cleanup.
10493         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10494         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
10495         filename to fullname.  Rename variable this_name to this_fullname.
10496         Lowercase FILENAME_CMP call.
10497         (dw2_find_symbol_file): New comment for the returned string.
10498         (dwarf2_gdb_index_functions): Rename the function to
10499         dw2_expand_symtabs_with_fullname.
10500         * psymtab.c (read_psymtabs_with_filename): Rename to ...
10501         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
10502         fullname.
10503         (psym_functions): Rename the function to read_psymtabs_with_fullname.
10504         * symfile.h (struct quick_symbol_functions): Rename field
10505         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10506         parameter filename to fullname.  Document returned string meaning for
10507         find_symbol_file.
10508         * symtab.c (find_line_symtab): Rename the called function to
10509         expand_symtabs_with_fullname.
10510
10511 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10512
10513         Code cleanup.
10514         * breakpoint.c (clear_command): Remove variable is_abs, unify the
10515         call of filename_cmp with compare_filenames_for_search.
10516         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10517         is_abs, unify the call of FILENAME_CMP with
10518         compare_filenames_for_search.  New gdb_asserts for real_path and name.
10519         Unify the call of compare_filenames_for_search with FILENAME_CMP.
10520         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10521         * symfile.h (struct quick_symbol_functions): Extend the comment for
10522         map_symtabs_matching_filename.
10523         * symtab.c (compare_filenames_for_search): Remove the function comment
10524         relative path requirement.  Handle absolute filenames, with a comment.
10525         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10526         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
10527         real_path and name.  Unify the call of compare_filenames_for_search
10528         with FILENAME_CMP.
10529         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10530
10531 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10532
10533         Code cleanup.
10534         * breakpoint.c (print_breakpoint_location): Replace bp_location field
10535         source_file references by symtab field references.  Remove variables
10536         sal and fullname.
10537         (momentary_breakpoint_from_master, add_location_to_breakpoint):
10538         (clear_command, say_where): Replace bp_location field source_file
10539         references by symtab field references.
10540         (bp_location_dtor): Remove the source_file reference.
10541         (update_static_tracepoint): Replace bp_location field source_file
10542         references by symtab field references.
10543         (breakpoint_free_objfile): New function.
10544         * breakpoint.h (struct bp_location): Extend the comment for line_number.
10545         Replace the field source_file by field symtab, extend its comment.
10546         (breakpoint_free_objfile): New declaration.
10547         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10548         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10549         field source_file references by symtab field references.
10550
10551 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10552
10553         Replace xfullpath calls by gdb_realpath calls.
10554         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10555         function comment.
10556         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10557         Remove it from the iterate_over_some_symtabs call.
10558         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10559         Remove it from the dw2_map_expand_apply calls, remove a block handling
10560         it.
10561         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10562         Remove it from the iterate_over_some_symtabs call.
10563         (partial_map_symtabs_matching_filename): Remove parameter full_path.
10564         Remove it from the partial_map_expand_apply calls, remove a block
10565         handling it.  Drop gdb_realpath call and cleanups from the real_path
10566         handling.
10567         * source.c (openp): Drop the comment part about xfullpath.  Replace
10568         xfullpath calls by gdb_realpath calls.
10569         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10570         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10571         from method map_symtabs_matching_filename and its comment.
10572         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10573         gdb_realpath call.
10574         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10575         remove it also from the function comment, remove a block handling it.
10576         Drop gdb_realpath call and cleanups from the real_path handling.
10577         (iterate_over_symtabs): Drop variable full_path and its use.
10578         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10579         * utils.c (xfullpath): Remove.
10580         * utils.h (xfullpath): Remove.
10581
10582 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
10583
10584         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10585         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10586         (ALLDEPFILES): Add ppc64-tdep.c.
10587         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10588         ppc64-tdep.o to gdb_target_obs.
10589         * ppc64-tdep.h: New file.
10590         * ppc64-tdep.c: New file.
10591         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10592         ppc-linux-tdep.c to here.
10593         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10594         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10595         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10596         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10597         from ppc-linux-tdep.c to here.
10598         (ppc64_convert_from_func_ptr_addr): Rename from
10599         ppc64_linux_convert_from_func_ptr_addr to
10600         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10601         here.
10602         * rs6000-tdep.c:
10603         (read_insn): Move from ppc-linux-tdep.c to here.
10604         (insns_match_pattern, insn_d_field, insn_ds_field): Move
10605         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10606         * ppc-linux-tdep.c: Include ppc64-tdep.h.
10607         Removed above functions.
10608         (ppc_linux_init_abi): Adjust.
10609
10610 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10611
10612         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10613
10614 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10615
10616         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10617
10618 2013-02-01  Pedro Alves  <palves@redhat.com>
10619
10620         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10621         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10622
10623 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10624
10625         * elfread.c (elf_symfile_read): Limit separate debug info additions to
10626         files with no separate debug info.
10627         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10628         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10629         only for files with no separate debug info.
10630
10631 2013-01-31  Tom Tromey  <tromey@redhat.com>
10632
10633         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10634         change type.
10635         (struct jit_program_space_data): Rename from jit_inferior_data.
10636         Update comments.
10637         (get_jit_program_space_data): Rename from get_jit_inferior_data.
10638         Change return type.  Attach data to program space.
10639         (jit_program_space_data_cleanup): Rename from
10640         jit_inferior_data_cleanup; change argument type.
10641         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10642         change type.
10643         (jit_register_code): Update.
10644         (jit_update_inferior_cache): Remove.
10645         (jit_breakpoint_deleted): Get jit data from the location's program
10646         space.
10647         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10648         'ps_data', change type.
10649         (jit_inferior_init, jit_breakpoint_re_set_internal)
10650         (jit_event_handler): Update.
10651         (free_objfile_data): Get data from objfile's program space.
10652         (_initialize_jit): Update.
10653
10654 2013-01-31  Tom Tromey  <tromey@redhat.com>
10655
10656         PR gdb/13987:
10657         * jit.c (struct jit_inferior_data) <cached_code_address,
10658         jit_breakpoint>: New fields.
10659         (jit_breakpoint_re_set_internal): Fix logging.  Only create
10660         breakpoint if cached address has changed.
10661         (jit_update_inferior_cache, jit_breakpoint_deleted): New
10662         functions.
10663         (_initialize_jit): Register breakpoint deleted observer.
10664
10665 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10666
10667         * infrun.c (handle_syscall_event): Remove unused gdbarch.
10668         (save_infcall_suspend_state): Ifdef out unused inf.
10669         (restore_infcall_suspend_state): Ifdef out unused inf.
10670         * jit.c (jit_register_code): Remove unused i, b, inf_data.
10671         (jit_frame_sniffer): Remove unused inf_data.
10672
10673 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10674
10675         * c-exp.y (classify_inner_name): Remove unused type.
10676         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10677         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10678         need_escape.
10679         (c_get_string): Remove unused kind.
10680         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10681
10682 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10683
10684         * charset.c (intermediate_encoding): Remove unused i.
10685         * completer.c (signal_completer): Remove unused i.
10686         * continuations.c (discard_my_continuations_1): Remove unused
10687         continuation_ptr.
10688         * corelow.c (core_close): Remove unuseD name.
10689         (get_core_siginfo): Remove unused pid.
10690         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10691         i, cps.
10692         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10693         (loclist_describe_location): Remove unused first.
10694         * event-top.c (command_line_handler): Remove unused got_eof.
10695         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10696         (resize_section_table): Remove unused old_value.
10697         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10698         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10699         * i386-tdep.c (i386_process_record): Remove unused rex.
10700         * infcmd.c (get_return_value): Remove unused uiout.
10701         * jv-lang.c (type_from_class): Remove unused is_array.
10702         * jv-valprint.c (java_val_print): Remove unused i.
10703         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10704         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10705         * m2-typeprint.c (m2_print_type): Remove unused code.
10706         * macroexp.c (get_character_constant): Remove unused body_start.
10707         (macro_stringify): Remove unused result.
10708         * objc-lang.c (find_methods): Remove unused gdbarch.
10709         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10710         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10711         * stack.c (print_frame_args): Remove unused summary.
10712         * thread.c (thread_apply_command): Remove unused p.
10713         * valarith.c (value_x_unop): Remove unused mangle_ptr.
10714         * valops.c (search_struct_method): Remove unused skip.
10715         * valprint.c (generic_val_print): Remove unused byte_order.
10716         * varobj.c (varobj_update): Remove unused changed.
10717         * cli/cli-cmds.c (complete_command): Remove unused next_item.
10718         (alias_command): Remove unused c.
10719         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10720         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10721         format.
10722         (mi_cmd_data_write_memory): Remove unused word_format.
10723         (mi_cmd_data_write_memory_bytes): Remove unused r.
10724         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10725         p_start, p_end.
10726         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10727         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10728         line_width.
10729
10730 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10731
10732         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10733         * symtab.c (iterate_over_symtabs): Remove unused s.
10734         (find_pc_sect_symtab): Remove unused pspAce.
10735         (find_pc_sect_line): Remove unused alt_symtab.
10736         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10737         (completion_list_add_name): Remove unused newsize.
10738
10739 2013-01-31  Tom Tromey  <tromey@redhat.com>
10740
10741         PR c++/14998:
10742         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10743         TYPE_CODE_FUNC.
10744
10745 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10746
10747         * target.c (target_read_string): Remove unused origlen.
10748
10749 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10750
10751         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10752         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10753         * ax-general.c (ax_print): Remove unused is_float.
10754         * blockframe.c (block_innermost_frame): Remove unused start, end.
10755         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10756
10757 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10758
10759         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10760         (svr4_read_so_list): Remove unused lmo.
10761         * solib-target.c (solib_target_relocate_section_addresses): Remove
10762         unused flags.
10763
10764 2013-01-30  Tom Tromey  <tromey@redhat.com>
10765
10766         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10767
10768 2013-01-30  Tom Tromey  <tromey@redhat.com>
10769
10770         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10771         * utils.c (gnu_debuglink_crc32): Remove.
10772         * utils.h (gnu_debuglink_crc32): Don't declare.
10773
10774 2013-01-30  Tom Tromey  <tromey@redhat.com>
10775
10776         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10777         (read_structure_type, read_enumeration_type): Remove cast.
10778
10779 2013-01-30  Tom Tromey  <tromey@redhat.com>
10780
10781         * dwarf2read.c (read_namespace_type): Remove cast.
10782         (read_typedef): Likewise.
10783
10784 2013-01-29  Tom Tromey  <tromey@redhat.com>
10785
10786         * dwarf2read.c (free_dwo_file): Remove assert.
10787
10788 2013-01-29  Tom Tromey  <tromey@redhat.com>
10789
10790         * value.c (deprecated_set_value_modifiable): Remove.
10791         * value.h (deprecated_set_value_modifiable): Remove.
10792
10793 2013-01-28  Doug Evans  <dje@google.com>
10794
10795         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10796         to addresses from dwo files.
10797
10798 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
10799
10800         * valops.c (find_overload_match): Remove unused argument 'lax'.
10801         * value.h: Remove unused argument 'lax' from the declaration of
10802         find_overload_match.
10803         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10804         to find_overload_match.
10805         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10806         argument to find_overload_match.
10807
10808 2013-01-25  Tom Tromey  <tromey@redhat.com>
10809
10810         * dwarf2read.c (processing_has_namespace_info): Remove.
10811         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10812         (process_die, read_func_scope, dwarf2_start_symtab)
10813         (new_symbol_full): Update.
10814
10815 2013-01-25  Tom Tromey  <tromey@redhat.com>
10816
10817         * cp-namespace.c (cp_set_block_scope): Remove.
10818         * cp-support.h (cp_set_block_scope): Remove.
10819         * dbxread.c: Include block.h.
10820         (cp_set_block_scope): New function.
10821         (process_one_symbol): Update.
10822         * dwarf2read.c (read_func_scope): Use block_set_scope.
10823
10824 2013-01-25  Pedro Alves  <palves@redhat.com>
10825
10826         * remote.c (add_current_inferior_and_thread): Tweak comment.
10827
10828 2013-01-25  Tom Tromey  <tromey@redhat.com>
10829
10830         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10831         (cp_add_using_directive): Add 'copy_names' argument.
10832         * cp-support.h (cp_add_using_directive): Update.
10833         (struct using_direct) <import_src, import_dest, alias,
10834         declaration>: Now const.
10835         * dwarf2read.c (read_import_statement): Use obconcat.
10836         Don't copy names passed to cp_add_using_directive.
10837
10838 2013-01-25  Tom Tromey  <tromey@redhat.com>
10839
10840         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10841
10842 2013-01-25  Pedro Alves  <palves@redhat.com>
10843
10844         * remote.c (stop_reply_extract_thread): New.
10845         (add_current_inferior_and_thread): New parameter 'wait_status'.
10846         Handle it.
10847         (remote_start_remote): Pass wait status to
10848         add_current_inferior_and_thread.
10849         (extended_remote_run): Update comment.
10850         (extended_remote_create_inferior_1): Pass wait status to
10851         add_current_inferior_and_thread.
10852
10853 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
10854             Ulrich Weigand  <uweigand@de.ibm.com>
10855
10856         * valarith.c (value_vector_widen): New function for replicating a
10857         scalar into a vector.
10858         (value_binop): Use value_vector_widen to widen scalar to vector
10859         rather than casting, this better matches gcc C behaviour.
10860         * valops.c (value_casst): Update logic for casting between vector
10861         types, and for casting from scalar to vector, try to match gcc C
10862         behaviour.
10863         * value.h (value_vector_widen): Declare.
10864         * opencl-lang.c (opencl_value_cast): New opencl specific casting
10865         function, handle special case for casting scalar to vector.
10866         (opencl_relop): Use opencl_value_cast.
10867         (evaluate_subexp_opencl): Use opencl_value_cast instead of
10868         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10869         in order to use opencl_value_cast.
10870
10871 2013-01-25  Yao Qi  <yao@codesourcery.com>
10872
10873         * event-loop.c: Include "queue.h".
10874         (gdb_event_p): New typedef.
10875         (DECLARE_QUEUE_P): Use.
10876         (DEFINE_QUEUE_P): Use.
10877         (async_queue_event): Remove.
10878         (gdb_event_xfree): New.
10879         (initialize_event_loop): New.
10880         (process_event): Use QUEUE macros.
10881         (event_queue): Remove.
10882         (gdb_wait_for_event): Caller update.
10883         (check_async_event_handlers): Likewise.
10884         (poll_timers): Likewise.
10885         * event-loop.h (initialize_event_loop): Declare.
10886         * event-loop.c (gdb_event_xfree): New.
10887         * top.c (gdb_init): Call initialize_event_loop.
10888
10889 2013-01-25  Yao Qi  <yao@codesourcery.com>
10890
10891         * event-loop.c (async_queue_event): Remove one parameter
10892         'position'.  Remove code handling 'position' == TAIL.
10893         (gdb_wait_for_event): Caller update.
10894         (check_async_event_handlers): Caller update.
10895         (poll_timers): Caller update.
10896         * event-loop.h (enum queue_position): Remove.
10897
10898 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
10899
10900         * MAINTAINERS: Update my email.
10901
10902 2013-01-25  Yao Qi  <yao@codesourcery.com>
10903
10904         * main.c (print_gdb_help): Remove "--epoch" from the help
10905         message.
10906
10907 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
10908
10909         * symtab.c (skip_prologue_using_sal): Consider a file
10910         change the same as an increased line number
10911
10912 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10913
10914         * MAINTAINERS (Write After Approval): Add myself to the list.
10915
10916 2013-01-24  Tom Tromey  <tromey@redhat.com>
10917
10918         * ada-lang.h (ada_decode_symbol): Make return type const.
10919         * ada-lang.c (ada_decode_symbol): Likewise.
10920
10921 2013-01-23  Doug Evans  <dje@google.com>
10922
10923         * linespec.c (find_linespec_symbols): Make static.
10924
10925 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10926
10927         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10928         type on float conversion for complex type.
10929
10930 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
10931
10932         Add a new class gdb.Architecture which exposes GDB's
10933         internal representation of architecture via GDB Python API.
10934         * Makefile.in: Add entries corresponding to the new file
10935         python/py-arch.c.
10936         * NEWS (Python Scripting): Add entries for the new class
10937         gdb.Architecture and the new method gdb.Frame.architecture.
10938         * python/py-arch.c: Implement gdb.Architecture class.
10939         * python/py-frame.c (frapy_arch): Implement the method
10940         gdb.Frame.architecture().
10941         (frame_object_methods): Add 'architecture' to the method table.
10942         * python/python-internal.h: Add declarations of new utility
10943         functions.
10944         * python/python.c (_initialize_python): Initialize
10945         gdb.Architecture class.
10946
10947 2013-01-23  Doug Evans  <dje@google.com>
10948
10949         Work around binutils/15021.
10950         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10951         type_unit_group out of union s.  All uses updated.
10952         (read_index_from_section): Watch for index version 8.
10953         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10954         an imported symtab.
10955         (write_psymtabs_to_index): Increment version number to 8.
10956
10957 2013-01-22  Pedro Alves  <palves@redhat.com>
10958
10959         * annotate.c (breakpoint_changed): Skip if breakpoint is not
10960         user-visible.
10961
10962 2013-01-22  Pedro Alves  <palves@redhat.com>
10963
10964         * annotate.c (annotate_breakpoints_changed): Rename to ...
10965         (annotate_breakpoints_invalid): ... this.  Make static.
10966         (breakpoint_changed): Adjust.
10967         (_initialize_annotate): Always install the observers.  Install a
10968         "breakpoint_created" observer.
10969         * annotate.h (annotate_breakpoints_changed): Delete declaration.
10970         * breakpoint.c (set_breakpoint_condition)
10971         (breakpoint_set_commands, do_map_commands_command)
10972         (init_raw_breakpoint, clear_command, set_ignore_count)
10973         (enable_breakpoint_disp): No longer call
10974         annotate_breakpoints_changed.
10975
10976 2013-01-22  Pedro Alves  <palves@redhat.com>
10977
10978         * annotate.c: Include "inferior.h".
10979         (frames_invalid_emitted)
10980         (breakpoints_invalid_emitted): New globals.
10981         (async_background_execution_p): New function.
10982         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10983         emitting the annotation if it has already been emitted.
10984         (annotate_display_prompt): New function.
10985         * annotate.h (annotate_display_prompt): New declaration.
10986         * event-top.c: Include annotate.h.
10987         (display_gdb_prompt): Call annotate_display_prompt.
10988
10989 2013-01-22  Pedro Alves  <palves@redhat.com>
10990
10991         * annotate.c (ignore_count_changed): Delete.
10992         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10993         (annotate_ignore_count_change): Delete.
10994         (annotate_stopped): Don't emit a delayed breakpoints-changed
10995         annotation.
10996         * annotate.h (annotate_ignore_count_change): Delete.
10997         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10998         annotate_ignore_count_change.
10999
11000 2013-01-22  Tom Tromey  <tromey@redhat.com>
11001
11002         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
11003         require_rvalue for a register location.
11004
11005 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
11006
11007         * breakpoint.c (print_one_breakpoint_location): Add MI
11008         field 'thread-groups' when printing a breakpoint.
11009         (output_thread_groups): New function.
11010
11011 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
11012
11013         * python/lib/gdb/commands/explore.py
11014         (CompoundExplorer.explore_expr): Correct the name of a method
11015         being invoked.
11016         (ExploreTypeCommand.invoke): Add a missing 'return'.
11017
11018 2013-01-21  Tom Tromey  <tromey@redhat.com>
11019
11020         * gdb_obstack.h (obconcat): Move declaration here, from...
11021         * symfile.h (obconcat): ... here.
11022         * gdb_obstack.c: New file.
11023         (obconcat): Move from...
11024         * symfile.c (obconcat): ... here.
11025         * Makefile.in (SFILES): Add gdb_obstack.c.
11026         (COMMON_OBS): Add gdb_obstack.o.
11027
11028 2013-01-21  Tom Tromey  <tromey@redhat.com>
11029
11030         * symfile.h (obsavestring): Don't declare.
11031         * symfile.c (obsavestring): Remove.
11032         * ada-exp.y: Use obstack_copy0, not obsavestring.
11033         * ada-lang.c: Use obstack_copy0, not obsavestring.
11034         * coffread.c: Use obstack_copy0, not obsavestring.
11035         * cp-namespace.c: Use obstack_copy0, not obsavestring.
11036         * dbxread.c: Use obstack_copy0, not obsavestring.
11037         * dwarf2read.c: Use obstack_copy0, not obsavestring.
11038         * jit.c: Use obstack_copy0, not obsavestring.
11039         * mdebugread.c: Use obstack_copy0, not obsavestring.
11040         * psymtab.c: Use obstack_copy0, not obsavestring.
11041         * stabsread.c: Use obstack_copy0, not obsavestring.
11042         * xcoffread.c: Use obstack_copy0, not obsavestring.
11043
11044 2013-01-21  Tom Tromey  <tromey@redhat.com>
11045
11046         * dwarf2read.c (fixup_go_packaging): Save package name
11047         on objfile obstack.
11048         * gdbtypes.c (init_type): Don't copy name.
11049
11050 2013-01-21  Tom Tromey  <tromey@redhat.com>
11051
11052         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11053         const.
11054         (struct attribute) <u.str>: Now const.
11055         (struct fnfieldlist) <name>: Now const.
11056         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11057         (partial_die_parent_scope): Make return type const.
11058         (partial_die_full_name, add_partial_symbol): Update.
11059         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11060         'name' const.
11061         (find_file_and_directory): Make 'name' and 'comp_dir' const.
11062         (read_file_scope, read_func_scope, dwarf2_add_field)
11063         (dwarf2_add_member_fn, read_structure_type)
11064         (process_enumeration_scope, read_array_type, read_module_type)
11065         (read_base_type, read_subrange_type): Update.
11066         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11067         (new_symbol_full, guess_full_die_structure_name): Update.
11068         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
11069         (dwarf2_name): Return const type.
11070         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11071         const.
11072
11073 2013-01-21  Tom Tromey  <tromey@redhat.com>
11074
11075         * gdbtypes.c (init_type): Make 'name' const.
11076         * gdbtypes.h (init_type): Update.
11077
11078 2013-01-21  Tom Tromey  <tromey@redhat.com>
11079
11080         * buildsym.c (patch_subfile_names): Use set_last_source_file.
11081         (start_symtab): Make 'name' and 'dirname' const.  Use
11082         set_last_source_file.
11083         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11084         (last_source_file): Define.  Now static.
11085         (set_last_source_file, get_last_source_file): New functions.
11086         * buildsym.h (last_source_file): Don't declare.
11087         (start_symtab): Update.
11088         (set_last_source_file, get_last_source_file): Declare.
11089         * coffread.c (complete_symtab): Use set_last_source_file.
11090         (coff_end_symtab): Likewise.
11091         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11092         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11093         set_last_source_file.
11094         (process_one_symbol): Use get_last_source_file.
11095         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11096         (psymtab_to_symtab_1): Use get_last_source_file.
11097         * xcoffread.c (process_linenos): Use get_last_source_file.
11098         (complete_symtab): Use set_last_source_file.
11099         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11100         (scan_xcoff_symtab): Use set_last_source_file.
11101
11102 2013-01-21  Tom Tromey  <tromey@redhat.com>
11103
11104         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11105         (symbol_set_names): Remove casts.  Handle field const-ness.
11106
11107 2013-01-21  Tom Tromey  <tromey@redhat.com>
11108
11109         * dwarf2read.c (new_symbol_full): Remove cast.
11110         * symtab.c (symbol_set_demangled_name): Make 'name' const.
11111         * symtab.h (symbol_set_demangled_name): Update.
11112
11113 2013-01-21  Tom Tromey  <tromey@redhat.com>
11114
11115         * main.c (captured_main): Call bfd_init.
11116
11117 2013-01-21  Tom Tromey  <tromey@redhat.com>
11118
11119         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11120         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11121         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11122         * NEWS: Update.
11123
11124 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11125
11126         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11127
11128 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11129
11130         Fix gdb.fortran/common-block.exp crash in PIE mode.
11131         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11132         LOC_COMMON_BLOCK.
11133         * f-valprint.c (info_common_command_for_block): Expect
11134         LOC_COMMON_BLOCK in gdb_assert.
11135         * symtab.h (struct general_symbol_info): Update comment for the
11136         common_block member.
11137         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11138         (enum address_class): New member LOC_COMMON_BLOCK.
11139
11140 2013-01-18  David Blaikie  <dblaikie@gmail.com>
11141
11142         * MAINTAINERS (Write After Approval): Add "David Blaikie".
11143
11144 2013-01-18  Tom Tromey  <tromey@redhat.com>
11145
11146         PR c++/14999:
11147         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11148         Call require_rvalue.
11149
11150 2013-01-18  Yao Qi  <yao@codesourcery.com>
11151
11152         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11153         (dbx_read_symtab): New declaration.
11154         (dbx_psymtab_to_symtab): Delete.
11155         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11156         Rename parameter PST to SELF.  Exchanged two parameters.
11157         (start_psymtab): Caller update.
11158         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11159         (dwarf2_read_symtab): New declaration.
11160         (dwarf2_psymtab_to_symtab): Delete.
11161         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11162         Rename parameter PST to SELF.  Exchanged two parameters.
11163         (create_partial_symtab): Caller update.
11164         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11165         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11166         Rename parameter PST to SELF.  Exchanged two parameters.
11167         (parse_partial_symbols, new_psymtab): Caller update.
11168         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11169         two parameters.
11170         * psymtab.c (psymtab_to_symtab): Caller update.
11171         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11172         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11173         Rename parameter PST to SELF.  Exchanged two parameters.
11174         (xcoff_start_psymtab): Caller update.
11175
11176 2013-01-18  Yao Qi  <yao@codesourcery.com>
11177
11178         * infrun.c (proceed): Rename local variable 'oneproc' to
11179         'force_step'.
11180
11181 2013-01-17  Doug Evans  <dje@google.com>
11182
11183         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11184         (dw2_build_type_unit_groups): Delete.  All uses updated.
11185
11186         * symtab.h (struct symbol_search): Add comment.
11187
11188 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11189
11190         * symtab.c (compare_filenames_for_search): New comment for
11191         HAS_DRIVE_SPEC.
11192
11193 2013-01-17  Tom Tromey  <tromey@redhat.com>
11194
11195         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11196
11197 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11198
11199         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11200         initialize it by existing make_cleanup.  Call new do_cleanups.
11201
11202 2013-01-17  Tom Tromey  <tromey@redhat.com>
11203
11204         * cp-abi.c (cp_abi_completer): New function.
11205         (_initialize_cp_abi): Set completer for "set cp-abi".
11206
11207 2013-01-17  Tom Tromey  <tromey@redhat.com>
11208
11209         * mem-break.c: Remove obsolete comment.
11210         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11211
11212 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11213
11214         * jit.c (jit_reader_load_command): Interpret the jit reader name
11215         as an absolute path if it begins with a forward slash.
11216
11217 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11218
11219         PR gdb/14550
11220
11221         * jit.c (finalize_symtab): Ensure that only the global block has a
11222         NULL superblock.
11223
11224 2013-01-17  Pedro Alves  <palves@redhat.com>
11225
11226         * acinclude.m4: Include ../config/plugins.m4,
11227         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
11228         * Makefile.in (aclocal_m4_deps): Update.
11229         * aclocal.m4: Renegerate.
11230
11231 2013-01-16  Doug Evans  <dje@google.com>
11232
11233         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
11234
11235 2013-01-16  Pedro Alves  <palves@redhat.com>
11236             Tom Tromey  <tromey@redhat.com>
11237
11238         PR cli/7221:
11239         * NEWS: Add "catch signal".
11240         * breakpoint.c (base_breakpoint_ops): No longer static.
11241         (bpstat_explains_signal): New function.
11242         (init_catchpoint): No longer static.
11243         (base_breakpoint_explains_signal): New function.
11244         (base_breakpoint_ops): Initialize new field.
11245         * breakpoint.h (enum bpstat_signal_value): New.
11246         (struct breakpoint_ops) <explains_signal>: New field.
11247         (bpstat_explains_signal): Remove macro, declare as function.
11248         (base_breakpoint_ops, init_catchpoint): Declare.
11249         * break-catch-sig.c: New file.
11250         * inferior.h (signal_catch_update): Declare.
11251         * infrun.c (signal_catch): New global.
11252         (handle_syscall_event): Update for change to
11253         bpstat_explains_signal.
11254         (handle_inferior_event): Likewise.  Always handle random signals
11255         via bpstats.
11256         (signal_cache_update): Check signal_catch.
11257         (signal_catch_update): New function.
11258         (_initialize_infrun): Initialize signal_catch.
11259         * Makefile.in (SFILES): Add break-catch-sig.c.
11260         (COMMON_OBS): Add break-catch-sig.o.
11261
11262 2013-01-16  Tom Tromey  <tromey@redhat.com>
11263
11264         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11265         (print_one_catch_solib, print_one_catch_syscall)
11266         (print_one_catch_exec, print_one_exception_catchpoint): Emit
11267         "catch-type".
11268
11269 2013-01-16  Yao Qi  <yao@codesourcery.com>
11270
11271         * printcmd.c (current_display_number): Make it static.
11272
11273 2013-01-16  Yao Qi  <yao@codesourcery.com>
11274
11275         * infcmd.c (step_once): Don't check '!single_inst' as it was
11276         checked before.
11277
11278 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11279
11280         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11281
11282 2013-01-14  Tom Tromey  <tromey@redhat.com>
11283
11284         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11285         set command.
11286         * command.h (add_setshow_string_noescape_cmd): Update.
11287         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11288         (complete_set_gnutarget): New function.
11289         (_initialize_core): Set the "set gnutarget" completer.
11290
11291 2013-01-14  Tom Tromey  <tromey@redhat.com>
11292
11293         PR symtab/14442:
11294         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11295         (c_type_print_modifier): Likewise.
11296         * dwarf2read.c (read_tag_restrict_type): New function.
11297         (read_type_die_1): Handle DW_TAG_restrict_type.
11298         * gdbtypes.c (make_restrict_type): New function.
11299         (recursive_dump_type): Handle TYPE_RESTRICT.
11300         * gdbtypes.h (enum type_flag_values): Renumber.
11301         (enum type_instance_flag_value): Add
11302         TYPE_INSTANCE_FLAG_RESTRICT.
11303         (TYPE_RESTRICT): New macro.
11304         (make_restrict_type): Declare.
11305
11306 2013-01-14  Tom Tromey  <tromey@redhat.com>
11307
11308         PR symtab/14931:
11309         * psymtab.c (struct psymtab_state): New.
11310         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11311         functions.
11312         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11313         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11314
11315 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
11316             Pedro Alves  <palves@redhat.com>
11317
11318         PR remote/14786
11319
11320         * remote.c (remote_threads_info): Make a copy of the reply from
11321         qfThreadInfo and use that instead of rs->buf.
11322
11323 2013-01-14  Yao Qi  <yao@codesourcery.com>
11324
11325         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11326         (dbx_psymtab_to_symtab): Likewise.
11327         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11328         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11329         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11330
11331 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11332
11333         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
11334         make_cleanup_restore_current_language.  Call set_language.  Move
11335         OLD_CHAIN and INNER_CHAIN cleanups.
11336         * utils.c (do_restore_current_language)
11337         (make_cleanup_restore_current_language): New functions.
11338         * utils.h (make_cleanup_restore_current_language): New declaration.
11339
11340 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11341
11342         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11343         non-existing files.
11344
11345         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11346         non-existing files if FILENAME is already absolute.
11347
11348 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11349
11350         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11351         fputs_filtered.  Append trailing newline.
11352
11353 2013-01-11  Yao Qi  <yao@codesourcery.com>
11354             Stan Shebs  <stan@codesourcery.com>
11355
11356         * psymtab.c (init_psymbol_list): Clarify the comment.
11357
11358 2013-01-11  Yao Qi  <yao@codesourcery.com>
11359
11360         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11361         (update_dprintf_command_list): Assert that 'printf_line' is
11362         non-null.  Remove condition check.
11363
11364 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11365
11366         Code cleanup.
11367         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11368         type const char *.
11369         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11370         const char *.
11371         * tui/tui-source.h (tui_source_is_displayed): Likewise.
11372
11373 2013-01-09  Anthony Green  <green@moxielogic.com>
11374
11375         * cp-abi.c (cplus_print_vtable): Don't return value from void
11376         function.
11377         * ada-lang.c (re_set_catch_assert): Ditto.
11378
11379 2013-01-09  Doug Evans  <dje@google.com>
11380
11381         * symfile.h (quick_symbol_functions): Delete member
11382         pre_expand_symtabs_matching.  All uses removed.
11383         * dwarf2read.c (dw2_lookup_symbol): Implement.
11384         (dw2_do_expand_symtabs_matching): Delete.
11385         (dw2_pre_expand_symtabs_matching): Delete.
11386         (struct dw2_symtab_iterator): New type.
11387         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11388         (dw2_expand_symtabs_for_function): Rewrite.
11389         (dwarf2_gdb_index_functions): Update.
11390         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11391         (psym_functions): Update.
11392
11393 2013-01-09  Tom Tromey  <tromey@redhat.com>
11394
11395         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11396         * configure: Rebuild.
11397         * configure.ac: Add somread.o to the build if BFD has SOM
11398         support.
11399         * somread.c: Include som/aout.h, not syms.h.
11400         (som_symtab_read): Use som_external_symbol_dictionary_record.
11401         Unpack records manually.
11402         (_initialize_somread): Declare.
11403
11404 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
11405
11406         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11407         Cast return_address to 64bits.
11408
11409 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
11410
11411         * printcmd.c: Remove define of function output_command.
11412         * tracepoint.c: Remove extern of function output_command.
11413         * valprint.h: (output_command): New extern.
11414
11415 2013-01-07  Tom Tromey  <tromey@redhat.com>
11416
11417         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11418         Remove.
11419         (objc_language_defn): Use c_printchar, c_printstr,
11420         c_emit_char.
11421
11422 2013-01-07  Tom Tromey  <tromey@redhat.com>
11423
11424         PR cli/7719:
11425         * NEWS: Update.
11426         * ada-valprint.c (printstr, print_field_values): Remove
11427         "inspect_it" code.
11428         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11429         code.
11430         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11431         code.
11432         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11433         * main.c (captured_main): Remove "epoch" argument.
11434         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11435         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11436         * p-valprint.c (pascal_object_print_value_fields): Remove
11437         "inspect_it" code.
11438         * printcmd.c (print_command_1): Remove 'inspect' argument.
11439         (print_command, call_command): Update.
11440         (inspect_command): Remove.
11441         (_initialize_printcmd): Make "inspect" an alias for "print".
11442         * top.c (epoch_interface): Remove.
11443         * top.h (epoch_interface): Remove.
11444         * valprint.c (user_print_options): Update.
11445         (print_converted_chars_to_obstack): Remove "inspect_it" code.
11446         * valprint.h (struct value_print_options) <inspect_it>: Remove
11447         field.
11448
11449 2013-01-04  Tom Tromey  <tromey@redhat.com>
11450
11451         * valprint.h (read_string): Add 'extern'.
11452
11453 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
11454
11455         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11456         used to decide whether to define darwin_read_dyld_info or not.
11457
11458 2013-01-03  Pierre Muller  <muller@sourceware.org>
11459
11460         * main.c (relocate_gdb_directory): Avoid calling stat function
11461         if DIR is empty.
11462
11463 2013-01-03  Yao Qi  <yao@codesourcery.com>
11464
11465         * psymtab.c (fixup_psymbol_section): Update declaration.
11466         (fixup_psymbol_section): Remove code returning value.
11467
11468 2013-01-03  Yao Qi  <yao@codesourcery.com>
11469
11470         * symtab.h: Remove some out of date comments.
11471          (enum exception_event_kind): Move it ...
11472         * breakpoint.c: ... here.
11473
11474 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
11475
11476         PR gdb/14405
11477         * darwin-nat.c (darwin_read_dyld_info): Only build if
11478         TASK_DYLD_INFO_COUNT is defined.
11479         (darwin_xfer_partial): Call darwin_read_dyld_info only if
11480         TASK_DYLD_INFO_COUNT is defined.
11481
11482 2013-01-02  Tom Tromey  <tromey@redhat.com>
11483
11484         * symfile.h (struct ecoff_debug_hack): Remove.
11485         * objfiles.c: Don't include mdebugread.h.
11486
11487 2013-01-02  Tom Tromey  <tromey@redhat.com>
11488
11489         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11490         * configure.ac: Check for Mach-O support in BFD.  Update
11491         CONFIG_OBS.
11492         * configure: Rebuild.
11493
11494 2013-01-02  Tom Tromey  <tromey@redhat.com>
11495
11496         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11497         * configure.ac: Use GDB_AC_CHECK_BFD.
11498         * configure: Rebuild.
11499
11500 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
11501
11502         * MAINTAINERS: Update my email.
11503
11504 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11505
11506         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11507
11508 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11509
11510         * rs6000-nat.c (bss_data_overlap): New function.
11511         (vmap_symtab): Use it to adjust the .bss section's offset.
11512
11513 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11514
11515         Update year range in copyright notice of all files.
11516
11517 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
11518
11519         * top.c (print_gdb_version): Update copyright year.
11520
11521 For older changes see ChangeLog-2012.
11522 \f
11523 Local Variables:
11524 mode: change-log
11525 left-margin: 8
11526 fill-column: 74
11527 version-control: never
11528 coding: utf-8
11529 End: