use gdb_string.h in m32c-tdep.c
[external/binutils.git] / gdb / ChangeLog
1 2013-11-08  Tom Tromey  <tromey@redhat.com>
2
3         * m32c-tdep.c: Use gdb_string.h.
4
5 2013-11-08  Tom Tromey  <tromey@redhat.com>
6
7         * configure, config.in: Rebuild.
8         * configure.ac: Remove all link.h-related checks.
9
10 2013-11-08  Tom Tromey  <tromey@redhat.com>
11
12         * acinclude.m4: Include common.m4.
13         * common/common.m4: New file.
14         * configure, config.in: Rebuild.
15         * configure.ac: Use GDB_AC_COMMON.
16
17 2013-11-08  Doug Evans  <dje@google.com>
18
19         * NEWS: Mention that "set debug symtab-create" now accepts a
20         verbosity level.
21         * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
22         to set the symtab's primary flag.
23         * jit.c (finalize_symtab): Ditto.
24         * mdebugread.c (psymtab_to_symtab_1): Ditto.
25         * symfile.c (allocate_symtab): Only print debugging messages for
26         symtab_create_debug levels 2 and higher.
27         * symtab.c (symtab_create_debug): Change type to unsigned int.
28         (set_symtab_primary): New function.
29         (_initialize_symtab): Change "set debug symtab-create" to a
30         zuinteger option.
31         * symtab.h (set_symtab_primary): Declare.
32         (symtab_create_debug): Update decl.
33
34 2013-11-08  Tom Tromey  <tromey@redhat.com>
35
36         * aix-thread.c (aix_thread_detach): Update.
37         * corelow.c (core_detach): Update.
38         * darwin-nat.c (darwin_detach): Update.
39         * dec-thread.c (dec_thread_detach): Update.
40         * gnu-nat.c (gnu_detach): Update.
41         * go32-nat.c (go32_detach): Update.
42         * inf-ptrace.c (inf_ptrace_detach): Update.
43         * inf-ttrace.c (inf_ttrace_detach): Update.
44         * linux-fork.c (linux_fork_detach): Update.
45         * linux-fork.h (linux_fork_detach): Update.
46         * linux-nat.c (linux_nat_detach): Update.  Introduce "tem"
47         local for const-correctness.
48         * linux-thread-db.c (thread_db_detach): Update.
49         * monitor.c (monitor_detach): Update.
50         * nto-procfs.c (procfs_detach): Update.
51         * procfs.c (procfs_detach): Update.
52         * record.c (record_detach): Update.
53         * record.h (record_detach): Update.
54         * remote-m32r-sdi.c (m32r_detach): Update.
55         * remote-mips.c (mips_detach): Update.
56         * remote-sim.c (gdbsim_detach): Update.
57         * remote.c (remote_detach_1, remote_detach)
58         (extended_remote_detach): Update.
59         * sol-thread.c (sol_thread_detach): Update.
60         * target.c (target_detach): Make "args" const.
61         (init_dummy_target): Update.
62         * target.h (struct target_ops) <to_detach>: Make argument const.
63         (target_detach): Likewise.
64         * windows-nat.c (windows_detach): Update.
65
66 2013-11-07  Doug Evans  <dje@google.com>
67
68         PR 11786
69         *  solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
70         and align fields for PT_GNU_RELRO segments.
71
72 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
73
74         PR python/15747
75         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
76
77 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
78
79         * NEWS: Document Python temporary breakpoint support.
80         * python/py-breakpoint.c (bppy_get_temporary): New function.
81         (bppy_init): New keyword: temporary. Parse it and set breakpoint
82         to temporary if True.
83
84 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
85
86         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
87         removed to allow analyzing unconditional branch instructions
88         with PC-relative offsets of zero.
89
90 2013-11-07  Yao Qi  <yao@codesourcery.com>
91
92         * mi/mi-cmd-var.c: Include "language.h".
93         (mi_cmd_var_info_expression): Get language name from
94         language_defn.
95         * varobj.c (varobj_language_string): Remove.
96         (variable_language): Remove declaration.
97         (languages): Remove.
98         (varobj_get_language): Change the type of return value.
99         (variable_language): Remove.
100         * varobj.h (enum varobj_languages): Remove.
101         (varobj_language_string): Remove declaration.
102         (varobj_get_language): Update declaration.
103
104 2013-11-07  Yao Qi  <yao@codesourcery.com>
105
106         * language.h (struct language_defn) <la_natural_name>: New
107         field.
108         * ada-lang.c (ada_language_defn): Initialize field
109         'la_natural_name'.
110         * c-lang.c (c_language_defn): Likewise.
111         (cplus_language_defn, asm_language_defn): Likewise.
112         * d-lang.c (d_language_defn): Likewise.
113         * f-lang.c (f_language_defn): Likewise.
114         * go-lang.c (go_language_defn): Likewise.
115         * jv-lang.c (java_language_defn): Likewise.
116         * language.c (unknown_language_defn ): Likewise.
117         (auto_language_defn): Likewise.
118         * m2-lang.c (m2_language_defn): Likewise.
119         * objc-lang.c (objc_language_defn): Likewise.
120         * opencl-lang.c (opencl_language_defn): Likewise.
121         * p-lang.c (pascal_language_defn): Likewise.
122
123 2013-11-07  Yao Qi  <yao@codesourcery.com>
124
125         * language.c (language_str): Return const char *.
126         (add_language): Add const to 'language_names'
127         * language.h (struct language_defn) <la_name>: Add const.
128         (language_str: Update declaration.
129
130 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
131
132         * s390-linux-nat.c (s390_read_description): Consider the TE field
133         in the HWCAP for determining 'have_regset_tdb'.
134
135 2013-11-06  Will Newton  <will.newton@linaro.org>
136
137         PR gdb/12866
138         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
139         values.  (read_partial_die): Likewise.
140
141 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
142
143         PR cli/16122
144         * top.c (command_line_input): Unify interactivity tests to use
145         input_from_terminal_p.
146         * event-top.c (command_line_handler): Likewise.
147
148 2013-11-06  Yao Qi  <yao@codesourcery.com>
149
150         * Makefile.in (check-perf): New target.
151
152 2013-11-05  Will Newton  <will.newton@linaro.org>
153
154         PR gdb/7670
155         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
156         (arm_print_float_info): Likewise.
157
158 2013-11-04  Anton Blanchard  <anton@samba.org>
159
160         * target.c (memory_xfer_partial): Cap write to 4KB.
161
162 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
163
164         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
165         probe scan even when the arch provides no get_longjmp_target.
166
167 2013-10-31  Pedro Alves  <palves@redhat.com>
168
169         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
170         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
171         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
172         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
173         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
174         <bpstat handling>: If the bpstat chain wants the signal to be
175         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
176         GDB_SIGNAL_TRAP.
177
178 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
179
180         * breakpoint.c (update_watchpoint): Update error message and add
181         an additional error message.
182
183 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
184
185         * s390-tdep.h: Rename to...
186         * s390-linux-tdep.h: ...here.
187         * s390-tdep.c: Rename to...
188         * s390-linux-tdep.c: ...here.  Adjust #include.
189         * s390-nat.c: Rename to...
190         * s390-linux-nat.c: ...here.  Adjust #include.
191         * config/s390/s390.mh: Rename to...
192         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
193         s390-linux-nat.o.
194         * configure.host: Reflect host rename "s390" -> "linux".
195         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
196         * Makefile.in (ALL_TARGET_OBS): Likewise.
197         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
198         s390-linux-tdep.h.
199         (ALLDEPFILES): Reflect rename of .c files.
200
201 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
202
203         * s390-nat.c: Whitespace cleanup.
204         * s390-tdep.c: Likewise.
205         * s390-tdep.h: Remove empty line at end of file.
206
207 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
208
209         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
210         siginfo_size.
211
212 2013-10-29  Tom Tromey  <tromey@redhat.com>
213
214         * utils.c (reg): Move undefinition...
215         * gdb_curses.h: ... here.  Update comment to mention AIX.
216
217 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
218
219         * exec.h (add_target_sections_of_objfile): New declaration.
220         * exec.c (add_target_sections_of_objfile): New function.
221         * symfile.c (add_symbol_file_command): Update current target sections.
222         (remove_symbol_file_command): New command.
223         (symfile_free_objfile): New function.
224         (_initialize_symfile): Register observer for free_objfile events.
225         * NEWS: Add description of the remove-symbol-file command.
226         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
227         * objfiles.c (free_objfile): Notify free_objfile.
228         (is_addr_in_objfile): New function.
229         * objfiles.h (is_addr_in_objfile): New declaration.
230         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
231         events instead of solib_unloaded events.
232         (_initialize_printcmd): Register observer for free_objfile instead
233         of solib_unloaded notifications.
234         * solib.c (remove_user_added_objfile): New function.
235         (_initialize_symfile): Add remove-symbol-file.
236
237 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
238
239         * infcmd.c (default_print_one_register_info): Use val_print to
240         print all values even optimized out or unavailable ones.  Don't
241         try to print a raw form of optimized out or unavailable values.
242
243 2013-10-29  Yao Qi  <yao@codesourcery.com>
244
245         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
246         parameter 'arg' instead of from program_space_data.
247         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
248         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
249         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
250         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
251         * inflow.c (inflow_inferior_data_cleanup): Get data from
252         parameter 'arg' instead of inferior_data.
253         * registry.h: Add comments.
254
255 2013-10-28  Pedro Alves  <palves@redhat.com>
256
257         * breakpoint.c (watchpoints_triggered)
258         <!target_stopped_data_address>: Hardcode return 1.
259
260 2013-10-28  Pedro Alves  <palves@redhat.com>
261
262         * infrun.c (process_event_stop_test): Remove unnecessary scoping
263         level and reindent.
264
265 2013-10-28  Pedro Alves  <palves@redhat.com>
266
267         * infrun.c (process_event_stop_test): New function, factored out
268         from handle_inferior_event.
269         (handle_inferior_event): 'process_event_stop_test' is now a
270         function instead of a goto label -- adjust.
271
272 2013-10-28  Pedro Alves  <palves@redhat.com>
273
274         * infrun.c (handle_inferior_event): Move process_event_stop_test
275         goto label to the else branch of the ecs->random_signal check,
276         along with FRAME and GDBARCH re-fetching.
277
278 2013-10-28  Pedro Alves  <palves@redhat.com>
279
280         * infrun.c (switch_back_to_stepped_thread): New function, factored
281         out from handle_inferior_event.
282         (handle_inferior_event): Adjust to call
283         switch_back_to_stepped_thread.  Call it also at the tail of the
284         random signal handling, and return, instead of also handling
285         random signals just before the stepping tests.
286
287 2013-10-28  Pedro Alves  <palves@redhat.com>
288
289         * infrun.c (clear_stop_func): Delete.
290         (handle_inferior_event): Don't call clear_stop_func and don't
291         clear 'ecs->random_signal'.
292
293 2013-10-27  Yao Qi  <yao@codesourcery.com>
294
295         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
296         (varobj_create, varobj_get_path_expr): Update.
297         (varobj_value_has_mutated, varobj_update): Likewise.
298         (create_child_with_value, new_root_variable): Likewise.
299         (number_of_children, name_of_variable): Likewise.
300         (value_of_child, my_value_of_variable): Likewise.
301         (varobj_value_is_changeable_p): Likewise.
302
303 2013-10-25  Yao Qi  <yao@codesourcery.com>
304
305         * language.h (struct lang_varobj_ops): Declare.
306         (struct language_defn) <la_varobj_ops>: New field.
307         * ada-lang.c: Include "varobj.h"
308         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
309         ada_varobj_ops.
310         * c-lang.c: Include "varobj.h"
311         (c_language_defn): Initialize field 'la_varobj_ops' with
312         c_varobj_ops.
313         (cplus_language_defn): Initialize field 'la_varobj_ops' with
314         cplus_varobj_ops.
315         (asm_language_defn): Initialize field 'la_varobj_ops' with
316         default_varobj_ops.
317         (minimal_language_defn): Likewise.
318         * d-lang.c (d_language_defn): Likewise.
319         * f-lang.c (f_language_defn): Likewise.
320         * go-lang.c (go_language_defn): Likewise.
321         * m2-lang.c (m2_language_defn): Likewise.
322         * objc-lang.c (objc_language_defn): Likewise.
323         * opencl-lang.c (opencl_language_defn): Likewise.
324         * p-lang.c (pascal_language_defn): Likewise.
325         * language.c (unknown_language_defn): Likewise.
326         (auto_language_defn): Likewise.
327         (local_language_defn): Likewise.
328         * jv-lang.c (java_language_defn): Initialize field
329         'la_varobj_ops' with java_varobj_ops.
330         * varobj.c (varobj_create): Update.
331         * varobj.h (default_varobj_ops): Define macro.
332
333 2013-10-25  Pedro Alves  <palves@redhat.com>
334
335         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
336         static field value.
337         (cp_print_static_field): If the value is entirely optimized out,
338         print <optimized out> here.
339         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
340         static field value.
341         * p-valprint.c (pascal_object_print_static_field): If the value is
342         entirely optimized out, print <optimized out> here.
343         * valops.c (do_search_struct_field)
344         (value_struct_elt_for_reference): No longer handle a NULL static
345         field value.
346         * value.c (value_static_field): Return an optimized out value
347         instead of NULL.
348
349 2013-10-25  Yao Qi  <yao@codesourcery.com>
350
351         * remote.c (remote_traceframe_info): Return early if
352         traceframe is not selected.
353
354 2013-10-25  Yao Qi  <yao@codesourcery.com>
355
356         * tracepoint.c (traceframe_fun): Remove.
357         (traceframe_sal): Remove.
358         (set_traceframe_context): Add local variables.
359
360 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
361
362         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
363         and parameter name.
364
365 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
366
367         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
368         failure from register information collection.
369
370 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
371
372         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
373         member.
374         (linux_corefile_thread_callback): Update accordingly.
375         (linux_make_corefile_notes): Likewise.
376
377 2013-10-24  Pedro Alves   <palves@redhat.com>
378
379         * NEWS (New options): Mention set/show startup-with-shell.
380         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
381         instead of 3.
382         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
383         startup-with-shell'.
384         (show_startup_with_shell): New function.
385         (_initialize_fork_child): Register the set/show startup-with-shell
386         commands.
387         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
388         * inf-ttrace.c (inf_ttrace_him): Remove comment.
389         * procfs.c (procfs_init_inferior): Remove comment.
390         * infcmd.c (startup_with_shell): New global.
391         * inferior.h (startup_with_shell): Declare global.
392         (STARTUP_WITH_SHELL): Delete.
393         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
394
395 2013-10-23  Pedro Alves  <palves@redhat.com>
396
397         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
398         * common/signals.c: Include "gdb_assert.h".
399         (signals): New field 'symbol'.
400         (SET): Use the 'symbol' parameter.
401         (gdb_signal_to_symbol_string): New function.
402         * infrun.c (handle_inferior_event) <random signal>: In debug
403         output, print the random signal enum as string in addition to its
404         number.
405         * target/waitstatus.c (target_waitstatus_to_string): Print the
406         signal's enum value as string instead of the (POSIX) signal name.
407
408 2013-10-23  Gary Benson  <gbenson@redhat.com>
409
410         PR 16013
411         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
412         from 32 to 18.  Adjusted fscanf format string accordingly.
413         (Avoids leaving cmd unterminated.)
414         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
415         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
416         that local_address and remote_address will not overflow.
417         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
418         leaving dependencies unterminated.  Parse size as "%u" to match
419         definition.
420
421 2013-10-22  Pedro Alves  <palves@redhat.com>
422
423         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
424         set ecs->random signal.
425
426 2013-10-22  Pedro Alves  <palves@redhat.com>
427
428         * infrun.c (keep_going): Update comments.
429
430 2013-10-22  Pedro Alves  <palves@redhat.com>
431
432         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
433         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
434
435 2013-10-22  Pedro Alves  <palves@redhat.com>
436
437         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
438         GDB_EXC_BAD_ACCESS.
439         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
440         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
441         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
442         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
443         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
444         (GDB_SIGNAL_LAST): Change description string.
445         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
446         Adjust to signal renaming.
447         * darwin-nat.c (darwin_decode_message): Likewise.
448
449 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
450
451         * MAINTAINERS (Write After Approval): Add myself to the list.
452
453 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
454
455         * breakpoint.c (update_watchpoint): If hardware watchpoints are
456         forced off, downgrade them to software watchpoints if possible,
457         and error out if not possible.
458         (watch_command_1): Move watchpoint type selection closer to
459         watchpoint creation, and extend the comments.
460
461 2013-10-18  Pedro Alves  <palves@redhat.com>
462
463         PR gdb/16062
464         * infrun.c (handle_inferior_event): Keep going if we got a random
465         signal we should not stop for, instead of falling through to the
466         step tests.
467
468 2013-10-18  Yao Qi  <yao@codesourcery.com>
469
470         * c-varobj.c (cplus_number_of_children): Fix indentation.
471
472 2013-10-17  Tom Tromey  <tromey@redhat.com>
473
474         PR gdb/15995:
475         * printcmd.c (printcmd): Call gdb_flush.
476
477 2013-10-17  Tom Tromey  <tromey@redhat.com>
478
479         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
480         (elf_locate_sections): Update.
481
482 2013-10-17  Yao Qi  <yao@codesourcery.com>
483
484         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
485         * ada-varobj.c: Remove the include of ada-varobj.h.
486         (ada_varobj_get_number_of_children): Declare.
487         (ada_varobj_get_name_of_child): Make it static.
488         (ada_varobj_get_path_expr_of_child): Likewise.
489         (ada_varobj_get_value_of_child): Likewise.
490         (ada_varobj_get_type_of_child): Likewise.
491         (ada_varobj_get_value_of_array_variable): Likewise.
492         * ada-varobj.h: Remove.
493
494 2013-10-17  Yao Qi  <yao@codesourcery.com>
495
496         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
497         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
498         * ada-varobj.c: Include "varobj.h".
499         (ada_number_of_children): New.  Moved from varobj.c.
500         (ada_name_of_variable, ada_name_of_child): Likewise.
501         (ada_path_expr_of_child, ada_value_of_child): Likewise.
502         (ada_type_of_child, ada_value_of_variable): Likewise.
503         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
504         (ada_varobj_ops): New.
505         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
506         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
507         * gdbtypes.h (get_target_type): Declare.
508         * varobj.c: Remove the inclusion of "ada-varobj.h" and
509         "ada-lang.h".
510         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
511         (ANONYMOUS_UNION_NAME): Likewise.
512         (get_type, get_value_type, get_target_type): Remove declarations.
513         (value_get_print_value, varobj_value_get_print_value): Likewise.
514         (c_number_of_children, c_name_of_variable): Likewise.
515         (c_name_of_child, c_path_expr_of_child): Likewise.
516         (c_value_of_child, c_type_of_child): Likewise.
517         (c_value_of_variable, cplus_number_of_children): Likewise.
518         (cplus_class_num_children, cplus_name_of_variable): Likewise.
519         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
520         (cplus_value_of_child, cplus_type_of_child): Likewise.
521         (cplus_value_of_variable, java_number_of_children): Likewise.
522         (java_name_of_variable, java_name_of_child): Likewise.
523         (java_path_expr_of_child, java_value_of_child): Likewise.
524         (java_type_of_child, java_value_of_variable): Likewise.
525         (ada_number_of_children, ada_name_of_variable): Likewise.
526         (ada_name_of_child, ada_path_expr_of_child): Likewise.
527         (ada_value_of_child, ada_type_of_child): Likewise.
528         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
529         (ada_value_has_mutated): Likewise.
530         (struct language_specific): Move it to varobj.h.
531         (CPLUS_FAKE_CHILD): Move it to varobj.h.
532         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
533         Callers update.
534         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
535         Make it extern.
536         (is_anonymous_child): Move it to c-varobj.c and rename to
537         varobj_is_anonymous_child.  Caller update.
538         (get_type): Move it to c-varobj.c.
539         (get_value_type): Rename it varobj_get_value_type.  Make it
540         extern.
541         (get_target_type): Move it gdbtypes.c.
542         (varobj_formatted_print_options): New function.
543         (value_get_print_value): Rename it to
544         varobj_value_get_print_value and make it extern.
545         (varobj_value_is_changeable_p): Make it extern.
546         (adjust_value_for_child_access): Move it to c-varobj.c.
547         (default_value_is_changeable_p): Rename it to
548         varobj_default_value_is_changeable_p.  Make it extern.
549         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
550         (c_name_of_child, c_path_expr_of_child): Likewise.
551         (c_value_of_child, c_type_of_child): Likewise.
552         (c_value_of_variable, cplus_number_of_children): Likewise.
553         (cplus_class_num_children, cplus_name_of_variable): Likewise.
554         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
555         (cplus_value_of_child, cplus_type_of_child): Likewise.
556         (cplus_value_of_variable): Likewise.
557         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
558         (java_name_of_child, java_path_expr_of_child): Likewise.
559         (java_value_of_child, java_type_of_child): Likewise.
560         (java_value_of_variable): Likewise.
561         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
562         (ada_name_of_child, ada_path_expr_of_child): Likewise.
563         (ada_value_of_child, ada_type_of_child): Likewise.
564         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
565         (ada_value_has_mutated): Likewise.
566         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
567         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
568         (c_varobj_ops, cplus_varobj_ops): Declare.
569         (java_varobj_ops, ada_varobj_ops): Declare.
570         (varobj_default_value_is_changeable_p): Declare.
571         (varobj_value_is_changeable_p): Declare.
572         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
573         (varobj_get_path_expr_parent): Declare.
574         (varobj_value_get_print_value): Declare.
575         (varobj_formatted_print_options): Declare.
576         (varobj_restrict_range): Declare.
577
578 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
579
580         * target/waitstatus.h (target_waitkind): Remove spurious
581         character from the comments.
582
583 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
584
585         * gdbarch.sh (get_longjmp_target): Add method documentation.
586         * gdbarch.h: Regenerate.
587
588 2013-10-16  Tom Tromey  <tromey@redhat.com>
589
590         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
591         label.
592
593 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
594
595         * gcore.in: Call GDB using the full path to the gcore script.
596         Error out if the GDB binary is not found.
597
598 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
599
600         PR gdb/16014
601         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
602         sizeof.
603
604 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
605
606         PR gdb/16042
607         * target.c (target_disable_btrace): Fix invalid return value for
608         void function.
609         (target_teardown_btrace): Likewise.
610
611 2013-10-14  Yao Qi  <yao@codesourcery.com>
612
613         * varobj.c (struct varobj): Move most of the fields to
614         varobj.h.
615         (struct varobj_dynamic): New struct.
616         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
617         (varobj_has_more): Likewise.
618         (dynamic_varobj_has_child_method): Likewise.
619         (update_dynamic_varobj_children): Likewise.
620         (varobj_get_num_children): Likewise.
621         (varobj_list_children, varobj_pretty_printed_p): Likewise.
622         (install_new_value_visualizer): Likewise.
623         (install_new_value_visualizer, install_new_value): Likewise.
624         (varobj_update, new_variable, free_variable): Likewise.
625         (my_value_of_variable, value_get_print_value): Likewise.
626         (install_visualizer): Change the type of parameter 'var' to
627         'struct varobjd_dynamic *'.  Callers update.
628         * varobj.h (struct varobj): Moved from varobj.c.
629         (struct varobj) <dynamic>: New field.
630
631 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
632
633         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
634         as the preferred name of r30.
635         * nios2-linux-tdep.c (reg_offsets): Likewise.
636         * features/nios2-cpu.xml: Likewise.
637         * features/nios2-linux.c: Regenerated.
638         * features/nios2.c: Regenerated.
639         * regformats/nios2-linux.dat: Regenerated.
640
641 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
642
643         Canonicalize directories for EXEC_FILENAME.
644         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
645         exec_filename.
646         * utils.c (gdb_realpath_keepfile): New function.
647         * utils.h (gdb_realpath_keepfile): New declaration.
648
649 2013-10-11  Doug Evans  <dje@google.com>
650
651         * Makefile.in (GDBFLAGS): New variable.
652         (run): New rule.
653
654 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
655
656         * NEWS: Add entry documenting the new "-catch-assert" and
657         "-catch-exception" GDB/MI commands.
658
659 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
660
661         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
662         "enabled".
663         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
664         "enabled".  Set B->ENABLE_STATE accordingly.
665         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
666         ada-lang.c.
667         (create_ada_exception_catchpoint): Add declaration.
668         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
669         (create_ada_exception_catchpoint): Make non-static. Add new
670         parameter "disabled". Use it in call to
671         init_ada_exception_breakpoint.
672         (catch_ada_exception_command): Add parameter "enabled" in call
673         to create_ada_exception_catchpoint.
674         (catch_assert_command): Likewise.
675
676         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
677         Add declarations.
678         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
679         "catch-exception" commands.
680         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
681         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
682
683 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
684
685         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
686         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
687         of all its enumerates with "ada_".  Update the rest of this
688         file throughout.
689
690 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
691
692         * ada-lang.c (ada_decode_exception_location): Delete.
693         (create_ada_exception_catchpoint): Remove arguments "sal",
694         "addr_string" and "ops".  Add argument "ex_kind" instead.
695         Adjust implementation accordingly, calling ada_exception_sal
696         to get the entities it no longer gets passed as arguments.
697         Document the function's arguments.
698         (catch_ada_exception_command): Use catch_ada_exception_command_split
699         instead of ada_decode_exception_location, and update call to
700         create_ada_exception_catchpoint.
701         (catch_ada_assert_command_split): Renames
702         ada_decode_assert_location.  Remove parameters "addr_string" and
703         "ops", and now returns void.  Adjust implementation accordingly.
704         Update the function documentation.
705         (catch_assert_command): Use catch_ada_assert_command_split
706         instead of ada_decode_assert_location.  Update call to
707         create_ada_exception_catchpoint.
708
709 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
710
711         * utils.h (perror_warning_with_name): Add declaration.
712         * utils.c (perror_warning_with_name): New function.
713         * cli/cli-cmds.c (source_script_with_search): Add call to
714         perror_warning_with_name if from_tty is nul.
715
716 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
717
718         * utils.c (perror_string): New function, extracted out of
719         throw_perror_with_name.
720         (throw_perror_with_name): Rework to use perror_string.
721
722 2013-10-11  Yao Qi  <yao@codesourcery.com>
723
724         * remote.c (discard_pending_stop_replies_in_queue): Update
725         declaration.
726         (struct stop_reply) <rs>: New field.
727         (remove_stop_reply_of_remote_state): New function.
728         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
729         Callers update.  Pass remove_stop_reply_of_remote_state to
730         QUEUE_iterate.
731         (remote_parse_stop_reply): Initialize field 'rs'.
732
733 2013-10-10  Will Newton  <will.newton@linaro.org>
734
735         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
736         linux_init_abi.
737
738 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
739
740         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
741         serial_baud_show_cmd.
742         (_initialize_cli_cmds): Delete the code creating the
743         "set/show remotebaud" commands.
744         * serial.c (baud_rate): Move here from top.c.
745         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
746         (_initialize_serial): Create "set/show serial baud" commands.
747         Add "set/show remotebaud" command aliases.
748         * top.c (baud_rate): Moved to serial.c.
749         * NEWS: Document the new "set/show serial baud" commands,
750         replacing "set/show remotebaud".
751
752 2013-10-09  Pedro Alves  <palves@redhat.com>
753
754         * breakpoint.c (insert_bp_location): Use memory_error_message to
755         build the memory error string.
756         * c-lang.c: Include "gdbcore.h".
757         (c_get_string): Use memory_error to throw error.
758         (target_xfer_memory_error): Delete.
759         (memory_error_message): New, factored out from
760         target_xfer_memory_error.
761         (memory_error): Change parameter type to target_xfer_error.
762         Rewrite.
763         (read_memory): Use memory_error instead of
764         target_xfer_memory_error.
765         * gdbcore.h: Include "target.h".
766         (memory_error): Change parameter type to target_xfer_error.
767         (memory_error_message): Declare function.
768         * target.c (target_read_memory, target_read_stack)
769         (target_write_memory, target_write_raw_memory): Return
770         TARGET_XFER_E_IO on error.  Adjust comments.
771         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
772         instead of EIO.
773         * target.h (target_read, target_insert_breakpoint)
774         (target_remove_breakpoint): Adjust comments.
775         * valprint.c (partial_memory_read): Rename parameter, and adjust
776         comment.
777         (val_print_string): Use memory_error_message to build the memory
778         error string.
779
780 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
781
782         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
783         result variable.  Rename variable fopen_e_ever_failed to
784         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
785
786 2013-10-09  Pedro Alves  <palves@redhat.com>
787
788         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
789         (monitor_write_memory_longlongs, monitor_write_memory_block):
790         Constify 'myaddr' parameter.
791         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
792         helper.
793         (monitor_xfer_partial): New function.
794         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
795         hook.  Install a to_xfer_partial hook.
796
797 2013-10-09  Tom Tromey  <tromey@redhat.com>
798
799         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
800         bfd_get_alt_debug_link_info.
801
802 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
803
804         New flag OBJF_NOT_FILENAME.
805         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
806         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
807         allocate_objfile.
808         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
809         symbol_file_add_from_bfd.
810         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
811         allocate_objfile.
812         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
813         NULL.
814         * objfiles.h (OBJF_NOT_FILENAME): New.
815
816 2013-10-08  Tom Tromey  <tromey@redhat.com>
817
818         * Makefile.in (SFILES): Add build-id.c.
819         (HFILES_NO_SRCDIR): Add build-id.h.
820         * build-id.c: New file, largely from elfread.c.  Modified
821         most functions.
822         * build-id.h: New file.
823         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
824         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
825         Search for dwz file using build-id.
826         * elfread.c (build_id_bfd_get, build_id_verify)
827         (build_id_to_debug_filename, find_separate_debug_file): Remove.
828
829 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
830
831         * ada-lang.c (compare_names_with_case): Renamed from
832         compare_names, adding a new parameter "casing" and its handling.
833         New function documentation.
834         (compare_names): New function, implemented using
835         compare_names_with_case.
836
837 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
838
839         * ada-lang.c (ada_exception_sal): Remove advance declaration.
840
841 2013-10-07  Tom Tromey  <tromey@redhat.com>
842
843         * objfiles.c (free_objfile_per_bfd_storage): Delete the
844         demangled_names_hash.
845         (free_objfile): Don't delete the demangled_names_hash.
846         * objfiles.h (struct objfile_per_bfd_storage)
847         <demangled_names_hash>: New field.
848         (struct objfile) <demangled_names_hash>: Move to
849         objfile_per_bfd_storage.
850         * symfile.c (reread_symbols): Don't delete the
851         demangled_names_hash.
852         * symtab.c (create_demangled_names_hash): Update.
853         (symbol_set_names): Update.
854
855 2013-10-07  Tom Tromey  <tromey@redhat.com>
856
857         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
858         needs_relocations>: New fields.
859         (gdb_bfd_requires_relocations): New function.
860         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
861         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
862         the BFD needs relocations applied.
863
864 2013-10-07  Pedro Alves  <palves@redhat.com>
865
866         PR breakpoints/11568
867         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
868         the thread list" instead of "gone".
869
870 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
871
872         * NEWS: Mention new convenience variable $_exitsignal.
873         * corelow.c (core_open): Reset exit convenience variables.  Set
874         $_exitsignal to the uncaught signal which generated the corefile.
875         * infrun.c (handle_inferior_event): Reset exit convenience
876         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
877         (clear_exit_convenience_vars): New function.
878         * inferior.h (clear_exit_convenience_vars): New prototype.
879
880 2013-10-06  Yao Qi  <yao@codesourcery.com>
881
882         * varobj.h: Add comments to enum varobj_languages.
883
884 2013-10-04  Doug Evans  <dje@google.com>
885
886         Add support for DWP file format version 2.
887         * NEWS: Mention support for DWP file format version 2.
888         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
889         union of asection, containing_section.  New fields virtual_offset
890         and is_virtual.  Change type of readin filed from int to char.
891         (dwo_sections, dwo_file): Tweak comments.
892         (dwp_v2_section_ids): New enum.
893         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
894         str_offsets, types.
895         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
896         All uses updated.
897         (virtual_v2_dwo_sections): New struct.
898         (dwp_hash_table): New fields version, nr_columns.  Change type of
899         section_pool field to a union.
900         (dwp_file): New field version.
901         (dwarf2_has_info): Check for virtual sections.
902         (get_containing_section): New function.
903         (get_section_bfd_owner, get_section_bfd_section): Call it.
904         (dwarf2_locate_sections): Update.
905         (dwarf2_section_empty_p): Update.
906         (dwarf2_read_section): Handle virtual sections.
907         (locate_dwz_sections): Update.
908         (create_dwp_hash_table): Document and handle V2 format.
909         (locate_v1_virtual_dwo_sections): Renamed from
910         locate_virtual_dwo_sections and update.  All callers updated.
911         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
912         Delete arg htab.  Rename arg section_index to unit_index.
913         All callers updated.
914         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
915         All uses updated.
916         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
917         (lookup_dwo_unit_in_dwp): Add V2 support.
918         (dwarf2_locate_dwo_sections): Update.
919         (dwarf2_locate_common_dwp_sections): Renamed from
920         dwarf2_locate_dwp_sections and update.  All callers updated.
921         (dwarf2_locate_v2_dwp_sections): New function.
922         (open_and_init_dwp_file): Add V2 support.
923         (read_str_index): New locals str_section, str_offsets_section.
924
925 2013-10-04  Pedro Alves  <palves@redhat.com>
926
927         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
928         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
929         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
930         describing comments with references to ptid.h.
931         * common/ptid.h: Remove intro description of constructors,
932         accessors and predicates.
933         (struct ptid): Reformat.
934         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
935         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
936         describing comments.
937
938 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
939
940         * aix-thread.c (sync_threadlists): Add missing ')' in call
941         to ptid_build.
942
943 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
944
945         * procfs.c (procfs_init_inferior): Fix typo causing the build
946         to fail.
947
948 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
949
950         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
951
952 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
953
954         * mi/mi-main.c (run_one_inferior): Add function description.
955         Make ARG a pointer to an integer whose value determines whether
956         we should "run" or "start" the program.
957         (mi_cmd_exec_run): Add handling of the "--start" option.
958         Reject all other command-line options.
959         * NEWS: Add entry for "-exec-run"'s new "--start" option.
960
961 2013-10-04  Yao Qi  <yao@codesourcery.com>
962
963         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
964         (struct notif_client) <pending_event>: Moved
965         to struct remote_notif_state.
966         <id>: New field.
967         (struct remote_notif_state) <pending_event>: New field.
968         (notif_event_xfree): Declare.
969         * remote-notif.c (handle_notification): Adjust.
970         (notif_event_xfree): New function.
971         (do_notif_event_xfree): Call notif_event_xfree.
972         (remote_notif_state_xfree): Call notif_event_xfree to free
973         each element in field pending_event.
974         * remote.c (discard_pending_stop_replies): Remove declaration.
975         (discard_pending_stop_replies_in_queue): Declare.
976         (remote_close): Call discard_pending_stop_replies_in_queue
977         instead of discard_pending_stop_replies.
978         (remote_start_remote): Adjust.
979         (stop_reply_xfree): Call notif_event_xfree.
980         (notif_client_stop): Adjust initialization.
981         (remote_notif_remove_all): Rename it to ...
982         (remove_stop_reply_for_inferior): ... this.  Update comments.
983         Don't check INF is NULL.
984         (discard_pending_stop_replies): Return early if notif_state is
985         NULL.  Adjust.  Don't check INF is NULL.
986         (remote_notif_get_pending_events): Adjust.
987         (discard_pending_stop_replies_in_queue): New function.
988         (remote_wait_ns): Likewise.
989
990 2013-10-04  Yao Qi  <yao@codesourcery.com>
991
992         * remote-notif.c (DECLARE_QUEUE_P): Remove.
993         (notif_queue): Remove.
994         (remote_notif_process): Add one parameter 'notif_queue'.
995         Update comments.  Callers update.
996         (remote_async_get_pending_events_token): Remove.
997         (remote_notif_register_async_event_handler): Remove.
998         (remote_notif_unregister_async_event_handler): Remove.
999         (handle_notification): Add parameter 'notif_queue'.  Update
1000         comments.  Callers update.
1001         (notif_xfree): Remove.
1002         (remote_notif_state_allocate): New function.
1003         (remote_notif_state_xfree): New function.
1004         (_initialize_notif): Remove code to allocate queue.
1005         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
1006         (struct remote_notif_state): New.
1007         (handle_notification): Update declaration.
1008         (remote_notif_process): Likewise.
1009         (remote_notif_register_async_event_handler): Remove.
1010         (remote_notif_unregister_async_event_handler): Remove.
1011         (remote_notif_state_allocate): Declare.
1012         (remote_notif_state_xfree): Declare.
1013         * remote.c (struct remote_state) <notif_state>: New field.
1014         (remote_close): Don't call
1015         remote_notif_unregister_async_event_handler.  Call
1016         remote_notif_state_xfree.
1017         (remote_open_1): Don't call
1018         remote_notif_register_async_event_handler.  Call
1019         remote_notif_state_allocate.
1020
1021 2013-10-04  Yao Qi  <yao@codesourcery.com>
1022
1023         * varobj.c (create_child_with_value): Remove 'const' from the
1024         type of parameter 'name'.
1025         (varobj_add_child): Likewise.
1026         (install_dynamic_child): Remove 'const' from the type of
1027         parameter 'name'.
1028         (varobj_add_child): Likewise.
1029         (create_child_with_value): Likewise.  Update comments.  Don't
1030         duplicate 'name'.
1031         (update_dynamic_varobj_children): Duplicate 'name'
1032         and pass it to install_dynamic_child.
1033
1034 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
1035
1036         * python/py-value.c (convert_value_from_python): Move PyInt_Check
1037         conversion logic to occur after PyLong_Check.  Comment on order
1038         change significance.
1039         * python/py-arch.c (archpy_disassemble): Comment on order of
1040         conversion for integers and longs.
1041
1042 2013-10-03  Pedro Alves  <palves@redhat.com>
1043
1044         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1045         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1046         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
1047         PTRACE_O_TRACEFORK is not supported.
1048         (linux_test_for_tracesysgood): New function.
1049         (linux_test_for_tracefork): New function, factored out from
1050         linux_check_ptrace_features, and also don't kill child_pid here.
1051
1052 2013-10-03  Tristan Gingold  <gingold@adacore.com>
1053
1054         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1055         Remove verbose error reporting.  Use detected state to
1056         thread_set_state call.
1057         (i386_darwin_dr_get): Fix return type.  Remove verbose error
1058         report.
1059         Remove trailing spaces.
1060
1061 2013-10-02  Pedro Alves  <palves@redhat.com>
1062
1063         * cp-valprint.c (cp_print_value_fields): Adjust calls to
1064         val_print_optimized_out.
1065         * jv-valprint.c (java_print_value_fields): Likewise.
1066         * p-valprint.c (pascal_object_print_value_fields): Likewise.
1067         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1068         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1069         new optimized out value.
1070         * findvar.c (address_from_register): Likewise.
1071         * frame.c (put_frame_register): Tweak error string to say the
1072         register was not saved, rather than optimized out.
1073         * infcmd.c (default_print_one_register_info): Adjust call to
1074         val_print_optimized_out.  Use value_of_register instead of
1075         get_frame_register_value.
1076         * mi/mi-main.c (output_register): Use value_of_register instead of
1077         get_frame_register_value.
1078         * valprint.c (valprint_check_validity): Likewise.
1079         (val_print_optimized_out): New value parameter.  If the value is
1080         lval_register, print <not saved> instead.
1081         (value_check_printable, val_print_scalar_formatted): Adjust calls
1082         to val_print_optimized_out.
1083         * valprint.h (val_print_optimized_out): New value parameter.
1084         * value.c (struct value) <optimized_out>: Extend comment.
1085         (error_value_optimized_out): New function.
1086         (require_not_optimized_out): Use it.  Use a different string for
1087         lval_register values.
1088         * value.h (error_value_optimized_out): New declaration.
1089         * NEWS: Mention <not saved>.
1090
1091 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1092
1093         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1094         strcmp to compare two symtab filenames.
1095
1096 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1097
1098         * symtab.c (search_symbols_equal): Delete.
1099         (sort_search_symbols_remove_dups): Replace call to
1100         search_symbols_equal by call to compare_search_syms,
1101         adjusting as necessary.
1102
1103 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1104
1105         PR python/15579
1106         * python/python.c: Document gdb.execute command in Python help.
1107
1108 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1109
1110         * python/py-frame.c (frame_info_to_frame_object): Use
1111         gdbpy_convert_exception. Clean up Python object on failure.
1112
1113 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1114
1115         * python/lib/gdb/command/frame_filters.py
1116         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1117         (ShowFrameFilterPriority.invoke): Ditto.
1118
1119 2013-10-01  Keith Seitz  <keiths@redhat.com>
1120
1121         * linespec.c (struct ls_parser): Make 'saved_arg' const.
1122         (parse_linespec): Make 'argptr' const.
1123         Remove temporary cast of 'argptr' to const char **.
1124         (decode_line_full): Pass const pointer to parse_linespec.
1125         (decode_line_1): Likewise.
1126         (decode_objc): Make local variable 'new_argptr' const.
1127         (find_function_symbols): Remove temporary cast to char *
1128         to find_imps.
1129         * objc-lang.c (find_imps): Make argument 'method' const.
1130         Return const.
1131         * objc-lang.h (find_imps): Likewise.
1132
1133 2013-10-01  Keith Seitz  <keiths@redhat.com>
1134
1135         * completer.c (skip_quoted_chars): Make all arguments const.
1136         Return const.
1137         (skip_quoted): Likewise.
1138         * completer.h (skip_quoted_chars): Likewise.
1139         (skip_quoted): Likewise.
1140         * defs.h (skip_quoted): Remove duplicate declaration.
1141         * jv-exp.y: Include completer.h.
1142         (yylex): Remove unneccessary cast to char * fro skip_quoted.
1143         * p-exp.y: Include completer.h.
1144
1145 2013-10-01  Keith Seitz  <keiths@redhat.com>
1146
1147         * c-exp.y (parse_number): Make first argument const.
1148         Make a copy of the input to manipulate.
1149         (c_parse_escape): Make first argument const.
1150         Make local variable 'tokptr' const.
1151         (parse_string_or_char): Make first two arguments const.
1152         (macro_original_text): Make const.
1153         (lex_one_token): Make local variable 'tokstart' const.
1154         Likewise for local variables named 'p'.
1155         Cast away const for struct stoken (temporary).
1156         * c-lang.h (c_parse_escpae): Make first argument const.
1157         * cli/cli-cmds.c (echo_command): Make local variable 'p'
1158         const.
1159         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1160         var_string case.
1161         * f-exp.y (parse_number): Make first argument const.
1162         (match_string_literal): Make local variable 'tokstart'
1163         const.
1164         (yylex): Make local variable 'p' const.
1165         Cast away const for struct stoken (temporary).
1166         * go-exp.y (parse_number): Make first argument const.
1167         (parse_string_or_char): Likewise.
1168         Make local variable 'tokstart' const.
1169         (lex_one_token): Likewise for numerous locals called 'p'.
1170         Cast away const for struct stoken (temporary).
1171         * jv-exp.y (parse_number): Make first argument const.
1172         Make local variables 'tokstart' and 'tokptr' const.
1173         Cast away const for call to skip_quoted (temporary).
1174         (yylex): Make local variable 'p' const.
1175         Cast away const for struct stoken (temporary).
1176         * m2-exp.y (parse_number): Make local variable 'p' const.
1177         (yylex): Likewise for 'tokstart'.
1178         Cast away const for struct stoken (temporary).
1179         Make local variable 'p' const.
1180         * macroexp.c (get_character_constant): Pass a const string
1181         to c_parse_escape.
1182         (get_string_literal): Likewise.
1183         (macro_expand_next): Make first argument const.
1184         Cast away const for init_shared_buffer.
1185         * macroexp.h (macro_expand_next): Make first argument const.
1186         * p-exp.y (yylex): Make a local copy of 'lexptr'.
1187         Pass a const string to c_parse_escape.
1188         Make local variables 'p' and 'namestart' const.
1189         * parse.c (lexptr): Make const.
1190         (prev_lexptr): Likewise.
1191         (find_template_name_end): Return const.
1192         Make argument const, too.
1193         (parse_exp_in_context): Make first argument const.
1194         Remove the entire const_hack.
1195         (parse_exp_in_context_1): Make first argument const.
1196         * parser-defs.h (find_template_name_end): Return const.
1197         Make argument const, too.
1198         (lexptr): Make const.
1199         (prev_lexptr): Likewise.
1200         * utils.c (parse_escape): Make second argument const.
1201         * utils.h (parse_escape): Likewise.
1202
1203 2013-10-01  Keith Seitz  <keiths@redhat.com>
1204
1205         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1206         is now const.
1207         (block_lookup): Make 'raw_name' and 'name' const.
1208         * ada-lex.l (processString): Update for struct stoken.ptr.
1209         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1210         (operator_stoken): Likewise.
1211         (lex_one_token): Remove temporary cast to char * for
1212         'yylval.sval.ptr'.
1213         * f-exp.y (yylex): Likewise.
1214         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1215         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1216         * go-exp.y (lex_one_token): Remove temporary cast to char * for
1217         'yylval.sval.ptr'.
1218         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1219         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1220         * linespec.c (struct ls_parser): Make 'stream' const.
1221         (find_parameter_list_end): Make argument 'input' and local
1222         variable 'p' const.
1223         (linespec_lexer_lex_string): Make local variables 'start' and
1224         'p' const.
1225         Use skip_spaces_const instead of skip_spaces.
1226         (linespec_lexer_peek_token): Make local variable 'saved_stream'
1227         const.
1228         (parse_linespec): Temporarily cast 'argptr' to const for
1229         'parser->lexer.stream'.
1230         * m2-exp.y (yylex): Remove temporary cast to char * for
1231         'yylval.sval.ptr'.
1232         * objc-lang.c (add_msglist): Make local variable 'p' const.
1233         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
1234         (exp : STRING): Make 'sp' const.
1235         (parse_number): Make argument 'p' const.
1236         * parser-defs.h (struct stoken): Make 'ptr' const.
1237
1238 2013-10-01  Doug Evans  <dje@google.com>
1239
1240         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1241
1242 2013-10-01  Yao Qi  <yao@codesourcery.com>
1243
1244         * varobj.c (c_value_of_root): Remove declaration.
1245         (cplus_value_of_root, java_value_of_root): Likewise.
1246         (ada_value_of_root): Likewise.
1247         (struct language_specific) <value_of_root>: Remove.
1248         (languages): Update initialization.
1249         (check_scope): Move earlier.
1250         (c_value_of_root): Move earlier and rename to ...
1251         (value_of_root_1): ... this.
1252         (value_of_root): Caller update.
1253         (cplus_value_of_root, java_value_of_root): Remove.
1254         (ada_value_of_root): Remove.
1255
1256 2013-10-01  Yao Qi  <yao@codesourcery.com>
1257
1258         * varobj.c (varobj_format_string): Remove "unknown".
1259         (languages): Remove the first element.
1260         * varobj.h (enum varobj_languages): Remove vlang_c.
1261
1262 2013-10-01  Yao Qi  <yao@codesourcery.com>
1263
1264         * varobj.c (struct language_specific) <language>: Remove.
1265         (languages): Update the initialization.
1266
1267 2013-10-01  Yao Qi  <yao@codesourcery.com>
1268
1269         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1270         "solib-target.h".  Include "windows-tdep.h".
1271         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
1272         set_solib_ops and set_gdbarch_has_dos_based_file_system.
1273         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1274         windows-tdep.o to gdb_target_obs.
1275
1276 2013-10-01  Yao Qi  <yao@codesourcery.com>
1277
1278         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1279         "solib-target.h".
1280         (amd64_windows_init_abi): Don't call set_solib_ops and
1281         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1282         windows_init_abi instead.
1283         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1284         "solib-target.h".
1285         (i386_cygwin_init_abi): Don't call set_solib_ops,
1286         set_gdbarch_has_dos_based_file_system and
1287         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1288         windows_init_abi instead.
1289         * windows-tdep.c: Include "solib.h" and "solib-target.h".
1290         (windows_init_abi): New function.
1291         (windows_iterate_over_objfiles_in_search_order): Make it
1292         static.
1293         * windows-tdep.h (windows_init_abi): Declare.
1294         (windows_iterate_over_objfiles_in_search_order): Remove
1295         declaration.
1296
1297 2013-10-01  Jerome Guitton  <guitton@adacore.com>
1298
1299         Checked in by Joel Brobecker  <brobecker@adacore.com>
1300         * system-gdbinit/elinos.py (get_elinos_environment): Return an
1301         incomplete dictionnary instead of None in case of missing
1302         environment variables.
1303         (elinos_init): in case of an incomplete environment, best
1304         effort to load system libraries instead of abort.
1305
1306 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
1307
1308         * ada-lang.c (ada_has_this_exception_support): Ignore
1309         mst_solib_trampoline minimal symbols.
1310
1311 2013-09-30  Tristan Gingold  <gingold@adacore.com>
1312
1313         * i386-darwin-nat.c (darwin_complete_target): Install methods for
1314         hardware watchpoint.
1315         (i386_darwin_dr_set): Support 32 and 64 bit states.
1316         (i386_darwin_dr_get): Likewise.
1317         (i386_darwin_dr_set_control): Make static.
1318         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1319         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1320
1321 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
1322
1323         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1324         Replace TIDGET with ptid_get_lwp.
1325         Replace GET_LWP with ptid_get_lwp.
1326         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1327         Replace BUILD_THREAD with ptid_build.
1328         Replace BUILD_LWP with ptid_build.
1329         Replace PIDGET with ptid_get_pid.
1330         Replace TIDGET with ptid_get_lwp.
1331         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1332         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1333         Replace TIDGET with ptid_get_lwp.
1334         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1335         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1336         Replace TIDGET with ptid_get_lwp.
1337         Replace GET_LWP with ptid_get_lwp.
1338         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1339         * auxv.c: Likewise.
1340         * breakpoint.c: Likewise.
1341         * common/ptid.c (ptid_is_pid): Condense check for
1342         null_ptid and minus_one_ptid.
1343         (ptid_lwp_p): New function.
1344         (ptid_tid_p): New function.
1345         * common/ptid.h: Update comments for accessors.
1346         (ptid_lwp_p): New prototype.
1347         (ptid_tid_p): New prototype.
1348         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1349         * gcore.c: Replace PIDGET with ptid_get_pid.
1350         * gdbthread.h: Likewise.
1351         * gnu-nat.c: Likewise.
1352         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1353         Replace TIDGET with ptid_get_lwp.
1354         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1355         * hppanbsd-nat.c: Likewise.
1356         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1357         Replace TIDGET with ptid_get_lwp.
1358         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1359         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1360         * infcmd.c: Likewise.
1361         * inferior.h: Likewise.
1362         * inflow.c: Likewise.
1363         * infrun.c: Likewise.
1364         * linux-fork.c: Likewise.
1365         * linux-nat.c: Replace PIDGET with ptid_get_pid.
1366         Replace GET_PID with ptid_get_pid.
1367         Replace is_lwp with ptid_lwp_p.
1368         Replace GET_LWP with ptid_get_lwp.
1369         Replace BUILD_LWP with ptid_build.
1370
1371 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
1372
1373         * common/linux-btrace.c: Move sys/syscall.h out of the
1374         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1375         Also check for SYS_perf_event_open before attempting to buid.
1376
1377 2013-09-27  Doug Evans  <dje@google.com>
1378
1379         * dwarf2read.c (dwarf2_section_info): Add comment.
1380         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1381         All uses updated.
1382         (dwarf2_section_empty_p): Rename arg from "info" to "section".
1383         (dwarf2_read_section): Delete unused local "header".  Add section
1384         name to error message.
1385         (create_dwo_in_dwp): Tweak comment.
1386         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1387
1388         * dwarf2read.c (die_reader_specs): Tweak comment.
1389         (get_section_bfd_owner, get_section_bfd_section): New functions.
1390         (get_section_name, get_section_file_name): New functions.
1391         (get_section_id, get_section_flags): New functions.
1392         (*): Use new functions to access section fields.
1393
1394         * dwarf2read.c (struct dwo_file): Add/tweak comments.
1395         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
1396         arg "htab".  All callers updated.
1397         (create_debug_types_hash_table): Remove redundant copy of
1398         abbrev_section.
1399         (create_dwo_in_dwp): Tweak comments.
1400         (read_str_index): Tweak comment.  Record dwarf form name in static
1401         local.
1402
1403 2013-09-27  Pedro Alves  <palves@redhat.com>
1404
1405         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1406         (remote_filename_p): Add comment.
1407         * remote.c (remote_filename_p): Adjust to use
1408         REMOTE_SYSROOT_PREFIX.
1409         * solib.c (solib_find): When deciding whether we need to add a
1410         directory separator, check whether the sysroot is "remote:"
1411         instead of checking whether the patch has a drive spec.  Add
1412         comments.
1413
1414 2013-09-27  Pedro Alves  <palves@redhat.com>
1415
1416         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1417         Delete fields.
1418         (remote_parse_stop_reply): Adjust, setting event->ws.kind
1419         directly.
1420
1421 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1422
1423         Fix set debug frame output.
1424         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
1425         SENTINEL_FRAME entry lower to match enum frame_type order.
1426
1427 2013-09-26  Pierre Muller  <muller@sourceware.org>
1428
1429         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1430         AMD64_R15_REGNUM when a register index is expected.
1431         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1432         Substitute in array.
1433         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1434         (amd64_push_arguments): Substitute in integer_regnum array.
1435
1436 2013-09-25  Doug Evans  <dje@google.com>
1437
1438         * objfiles.c (allocate_objfile): Move comment to better place.
1439
1440         New option "set debug symfile on".
1441         * NEWS: Mention "set debug symfile".
1442         * Makefile.in (SFILES): Add symfile-debug.c.
1443         (COMMON_OBS): Add symfile-debug.o.
1444         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1445         objfile's symbol functions.
1446         * objfiles.h (objfile_set_sym_fns): Declare.
1447         * symfile-debug.c: New file.
1448         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1449         objfile's symbol functions.
1450         (reread_symbols): Ditto.
1451
1452         * symfile.h (struct sym_fns): Delete member "sym_flavour".
1453         All uses updated.
1454         (add_symtab_fns): Update prototype.
1455         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
1456         (registered_sym_fns): ... this.
1457         (symtab_fns): Update.
1458         (add_symtab_fns): New arg "flavour".  All callers updated.
1459         (find_sym_fns): Rewrite to use new sym_fns registry.
1460
1461         * symfile.h (struct sym_fns): Add "objfile" argument to
1462         sym_read_linetable.  All uses updated.
1463
1464         * symtab.c (domain_name, search_domain_name): New functions.
1465         * symtab.h (domain_name, search_domain_name): Declare.
1466
1467         * symfile.h (struct quick_symbol_functions): Reorg arg list of
1468         map_matching_symbols so objfile is first.  All uses updated.
1469         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1470         * psymtab.c (map_matching_symbols_psymtab): Update signature.
1471
1472 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1473
1474         PR shlibs/8882
1475         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1476         link map entries.
1477
1478 2013-09-24  Doug Evans  <dje@google.com>
1479
1480         * objfiles.c (free_objfile): Move comment.
1481
1482 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1483
1484         * ada-exp.y (string_to_operator): Delete.
1485         (dummy_string_to_ada_operator): Delete.
1486
1487 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1488
1489         Revert:
1490         * i386-tdep.h (enum amd64_reg_class): New, moved here from
1491         amd64-tdep.c.
1492         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1493         call_dummy_integer_regs, and classify.
1494         * amd64-tdep.h (amd64_classify): Add declaration.
1495         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1496         (amd64_reg_class): Delete, moved to i386-tdep.h.
1497         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
1498         Replace call to amd64_classify by call to tdep->classify.
1499         (amd64_push_arguments): Get the list of registers to use for
1500         passing integer parameters from the gdbarch tdep structure,
1501         rather than using a hardcoded one.  Replace calls to amd64_classify
1502         by calls to tdep->classify.
1503         (amd64_push_dummy_call): Get the register number used for
1504         the "hidden" argument from tdep->call_dummy_integer_regs.
1505         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1506         and tdep->call_dummy_integer_regs.  Set tdep->classify.
1507
1508 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1509
1510         Revert:
1511         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1512         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1513         where tdep->memory_args_by_pointer is non-zero.
1514
1515 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1516
1517         Revert:
1518         * i386-tdep.h (struct gdbarch_tdep): Add new field
1519         integer_param_regs_saved_in_caller_frame.
1520         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1521         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1522
1523 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1524
1525         * amd64-windows-tdep.c: #include "value.h"
1526         (amd64_windows_classify): Delete.
1527         (amd64_windows_passed_by_integer_register)
1528         (amd64_windows_passed_by_xmm_register)
1529         (amd64_windows_passed_by_pointer)
1530         (amd64_windows_adjust_args_passed_by_pointer)
1531         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1532         (amd64_windows_push_dummy_call): New functions.
1533         (amd64_windows_init_abi): Remove setting of
1534         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1535         tdep->classify, tdep->memory_args_by_pointer and
1536         tdep->integer_param_regs_saved_in_caller_frame.
1537         Add call to set_gdbarch_push_dummy_call.
1538
1539 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1540
1541         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1542         objfile->original_name.
1543
1544 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1545
1546         Pass down original filename for objfile.
1547         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1548         * elfread.c (elf_symfile_read): Likewise.
1549         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1550         longer set ORIGINAL_NAME.
1551         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1552         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1553         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
1554         symbol_file_add_from_bfd call.
1555         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1556         (macho_check_dsym): Add parameter filenamep.  Change function comment.
1557         Set *filenamep.
1558         (macho_symfile_read): New variable dsym_filename.  Update
1559         macho_check_dsym call.  Use it for symbol_file_add_separate.
1560         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
1561         it.  Use it for objfile->original_name.
1562         (objfile_name): Return OBFD's filename, if available.
1563         * objfiles.h (allocate_objfile): Add new parameter name.
1564         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1565         * symfile-mem.c (symbol_file_add_from_memory): Update
1566         symbol_file_add_from_bfd call.
1567         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1568         comment for it.
1569         (symbol_file_add_with_addrs): New parameter name, add function comment
1570         for it.  Remove variable name.  Update allocate_objfile call.
1571         (symbol_file_add_separate): New parameter name, add function comment
1572         for it.  Update symbol_file_add_with_addrs call.
1573         (symbol_file_add_from_bfd): New parameter name.  Update
1574         symbol_file_add_with_addrs call.
1575         (symbol_file_add): Update symbol_file_add_from_bfd call.
1576         (reread_symbols): New variable original_name.  Save
1577         objfile->original_name by it.
1578         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1579         second parameter.
1580
1581 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1582
1583         Code cleanup: Add objfile_name accessor function.
1584         * ada-lang.c (is_known_support_routine): Use objfile_name.
1585         * auto-load.c (source_gdb_script_for_objfile)
1586         (auto_load_objfile_script): Likewise.
1587         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1588         * dbxread.c (dbx_symfile_read): Likewise.
1589         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1590         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1591         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1592         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1593         (lookup_dwp_signatured_type, lookup_dwo_unit)
1594         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1595         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1596         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1597         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1598         (dwarf2_record_block_ranges, read_common_block, read_typedef)
1599         (read_subrange_type, load_partial_dies, read_partial_die)
1600         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1601         (die_containing_type, build_error_marker_type, lookup_die_type)
1602         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1603         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1604         (get_DW_AT_signature_type, write_psymtabs_to_index)
1605         (save_gdb_index_command): Likewise.
1606         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1607         Likewise.
1608         * expprint.c (dump_subexp_body_standard): Likewise.
1609         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1610         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1611         original_name.
1612         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1613         obj_name, use objfile_name for it, use the variable.
1614         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1615         Use objfile_name.
1616         * machoread.c (macho_symtab_read, macho_check_dsym)
1617         (macho_symfile_relocate): Likewise.
1618         * maint.c (maintenance_translate_address): Likewise.
1619         * minidebug.c (find_separate_debug_file_in_section): Likewise.
1620         * minsyms.c (install_minimal_symbols): Likewise.
1621         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1622         original_name.
1623         (filter_overlapping_sections): Use objfile_name.
1624         (objfile_name): New function.
1625         * objfiles.h (struct objfile): Rename field name to original_name.
1626         (objfile_name): New prototype.
1627         * printcmd.c (sym_info, address_info): Use objfile_name.
1628         * probe.c (parse_probes, collect_probes, compare_probes)
1629         (info_probes_for_ops): Likewise.
1630         * progspace.c (clone_program_space): Likewise.
1631         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1632         (maintenance_info_psymtabs): Likewise.
1633         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1634         (source_section_scripts): Likewise.
1635         * python/py-objfile.c (objfpy_get_filename): Likewise.
1636         * python/py-progspace.c (pspy_get_filename): Likewise.
1637         * solib-aix.c (solib_aix_get_toc_value): Likewise.
1638         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1639         * solib.c (solib_read_symbols): Likewise.
1640         * stabsread.c (scan_file_globals): Likewise.
1641         * stap-probe.c (handle_stap_probe): Likewise.
1642         * symfile.c (symbol_file_clear, separate_debug_file_exists)
1643         (find_separate_debug_file_by_debuglink): Likewise.
1644         (reread_symbols): Likewise.  Use the objfile field name renamed to
1645         original_name.
1646         (allocate_symtab): Use objfile_name.
1647         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1648         (dump_objfile, dump_msymbols, dump_symtab_1)
1649         (maintenance_print_msymbols, maintenance_print_objfiles)
1650         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1651         * target.c (target_translate_tls_address, target_info): Likewise.
1652         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
1653         objfile_name.
1654
1655 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1656
1657         Code cleanup.
1658         * probe.c (parse_probes): Rename variable objfile_name to
1659         objfile_namestr.
1660
1661 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1662
1663         Remove solib-sunos.c.
1664         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1665         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1666         * objfiles.c (rt_common_objfile): Remove.
1667         (free_objfile): Remove rt_common_objfile comparison.
1668         * objfiles.h (rt_common_objfile): Remove.
1669         * solib-sunos.c: Remove.
1670         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1671
1672 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1673
1674         Remove a.out NetBSD and OpenBSD hosts.
1675         * NEWS (Removed native configurations): New.
1676         * config/arm/nbsdaout.mh: Remove.
1677         * config/i386/nbsdaout.mh: Remove.
1678         * config/i386/obsdaout.mh: Remove.
1679         * config/m68k/nbsdaout.mh: Remove.
1680         * config/sparc/nbsdaout.mh: Remove.
1681         * config/vax/nbsdaout.mh: Remove.
1682         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1683         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1684         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1685         error.
1686         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1687         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1688         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1689
1690 2013-09-23  Tom Tromey  <tromey@redhat.com>
1691
1692         * linespec.c (struct minsym_and_objfile): Remove.
1693         (minsym_and_objfile_d): Remove.
1694         (struct linespec, struct collect_info, linespec_parse_basic)
1695         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1696         (compare_msymbols, find_method, find_function_symbols)
1697         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1698         (add_minsym, search_minsyms_for_name): Update.
1699
1700 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1701
1702         * regcache.c: Add include of valprint.h.
1703         (dump_endian_bytes): Delete.
1704         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1705
1706 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1707
1708         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1709
1710 2013-09-19  Pedro Alves  <palves@redhat.com>
1711
1712         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1713         breakpoints.
1714
1715 2013-09-19  Pedro Alves  <palves@redhat.com>
1716             Thomas Schwinge  <thomas@codesourcery.com>
1717             Yue Lu  <hacklu.newborn@gmail.com>
1718
1719         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1720         Take a gdb_byte pointer instead of a char pointer.
1721
1722         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1723         gnu_xfer_partial helper.
1724         (gnu_xfer_partial): New function.
1725         (gnu_target): Don't install a deprecated_xfer_memory hook.
1726         Install a to_xfer_partial hook.
1727
1728 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1729
1730         Constification.
1731         * main.c (captured_main): Replace catch_command_errors by
1732         catch_command_errors_const.  Twice.
1733         * symfile.c (symbol_file_add_main_1): Make args parameter const.
1734         (symbol_file_add): Make name parameter const.
1735         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1736         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
1737         variable name.  Change their usage accordingly.
1738         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1739         const.
1740         (symbol_file_add_main): Make args parameter const.
1741
1742 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
1743             Ulrich Weigand  <uweigand@de.ibm.com>
1744
1745         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1746         of c_value member.
1747         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1748
1749 2013-09-18  Pedro Alves  <palves@redhat.com>
1750             Yue Lu  <hacklu.newborn@gmail.com>
1751
1752         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1753         (gnu_create_inferior)
1754         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1755         (set_sig_thread_cmd): Use the lwpid field of ptids to
1756         store/extract thread ids instead of the tid field.
1757         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1758
1759 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1760
1761         * infcmd.c (default_print_one_register_info): Add detection of
1762         optimized out values.
1763         (default_print_registers_info): Switch to using
1764         get_frame_register_value.
1765
1766 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1767
1768         * infrun.c (handle_inferior_event): Check if we know the
1769         function start address before setting a resume breakpoint.
1770
1771 2013-09-18  Pedro Alves  <palves@redhat.com>
1772
1773         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1774         minus_one_ptid instead of looking at the ptid's tid field and
1775         comparing that to -1.
1776
1777 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1778
1779         * main.h (get_gdb_program_name): Remove extra whitespace.
1780
1781 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1782
1783         * main.h (get_gdb_program_name): Add declaration.
1784         * main.c (get_gdb_program_name): Add definition.
1785
1786 2013-09-17  Doug Evans  <dje@google.com>
1787
1788         * dwarf2read.c: Move definitions of complaint functions to after
1789         forward declarations of local functions.
1790
1791 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
1792             Pedro Alves  <palves@redhat.com>
1793
1794         PR gdb/11568
1795         * breakpoint.c (remove_threaded_breakpoints): New function.
1796         (_initialize_breakpoint): Attach remove_threaded_breakpoints
1797         as thread_exit observer.
1798
1799 2013-09-17  Pedro Alves  <palves@redhat.com>
1800
1801         PR gdb/15911
1802         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1803         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1804         * corelow.c (core_open):
1805         * frame.h (print_stack_frame, print_frame_info): New
1806         'set_current_sal' parameter.
1807         * infcmd.c (finish_command, kill_command): Adjust call to
1808         print_stack_frame.
1809         * inferior.c (inferior_command): Likewise.
1810         * infrun.c (normal_stop): Likewise.
1811         * linux-fork.c (linux_fork_context): Likewise.
1812         * record-full.c (record_full_goto_entry, record_full_restore):
1813         Likewise.
1814         * remote-mips.c (common_open): Likewise.
1815         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1816         Use it.
1817         (print_frame_info): New 'set_current_sal' parameter.  Set the last
1818         displayed sal depending on the new paremeter instead of looking at
1819         print_what.
1820         (backtrace_command_1, select_and_print_frame, frame_command)
1821         (current_frame_command, up_command, down_command): Adjust call to
1822         print_stack_frame.
1823         * thread.c (print_thread_info, restore_selected_frame)
1824         (do_captured_thread_select): Adjust call to print_stack_frame.
1825         * tracepoint.c (tfind_1): Likewise.
1826         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1827         (mi_cmd_stack_info_frame): Likewise.
1828         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1829         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1830
1831 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1832
1833         * value.c (isvoid_internal_fn): Replace "parameter" with
1834         "argument".
1835
1836 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1837
1838         * README: Update references to writing code for GDB.
1839         * configure.ac (build_warnings): Remove obsolete comment.
1840         * configure: Regenerate.
1841         * gdbarch.sh: Remove references to gdbint.texinfo.
1842         * gdbarch.h: Regenerate.
1843         * gdbtypes.c (objfile_type): Remove comments referencing internals
1844         manual and D10V.
1845
1846 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1847
1848         * NEWS: Mention new convenience function $_isvoid.
1849         * value.c (isvoid_internal_fn): New function.
1850         (_initialize_values): Add new convenience function $_isvoid.
1851
1852 2013-09-16  Pierre Muller  <muller@sourceware.org>
1853
1854         * arm-linux-tdep.c: Add "elf/common.h" header.
1855         Remove AT_HWCAP macro definintion as it is provided in
1856         added include file.
1857         * s390-tdep.c: Remove system header <elf.h>
1858         Add "elf/common.h" header for AT_HWCAP definition.
1859         (s390_core_read_description): Use correct CORE_ADDR
1860         for hwcap local variable used as third parameter
1861         of function target_auxv_search.
1862
1863 2013-09-14  Pierre Muller  <muller@sourceware.org>
1864             Tom Tromey  <tromey@redhat.com>
1865             Pedro Alves  <palves@redhat.com>
1866
1867         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1868         mode if operating system doesn't know O_CLOEXEC.
1869
1870 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1871
1872         Code cleanup.
1873         * symfile.c (reread_symbols): Move variable obfd_filename to a more
1874         inner block.
1875
1876 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1877
1878         * NEWS: Mention TDB support.
1879         * features/s390-tdb.xml: New file.
1880         * features/s390-te-linux64.xml: New file.
1881         * features/s390x-te-linux64.xml: New file.
1882         * features/Makefile (WHICH): Add new tdescs above.
1883         (s390-te-linux64-expedite): Set.
1884         (s390x-te-linux64-expedite): Set.
1885         * features/s390-te-linux64.c: New file (generated).
1886         * features/s390x-te-linux64.c: New file (generated).
1887         * regformats/s390-te-linux64.dat: New file (generated).
1888         * regformats/s390x-te-linux64.dat: New file (generated).
1889         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1890         (HWCAP_S390_TE): Likewise.
1891         (S390_TDB_DWORD0_REGNUM): Likewise.
1892         (S390_TDB_DWORD0_REGNUM): Likewise.
1893         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1894         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1895         (S390_TDB_ATIA_REGNUM): Likewise.
1896         (S390_TDB_R0_REGNUM): Likewise.
1897         (S390_TDB_R1_REGNUM): Likewise.
1898         (S390_TDB_R2_REGNUM): Likewise.
1899         (S390_TDB_R3_REGNUM): Likewise.
1900         (S390_TDB_R4_REGNUM): Likewise.
1901         (S390_TDB_R5_REGNUM): Likewise.
1902         (S390_TDB_R6_REGNUM): Likewise.
1903         (S390_TDB_R7_REGNUM): Likewise.
1904         (S390_TDB_R8_REGNUM): Likewise.
1905         (S390_TDB_R9_REGNUM): Likewise.
1906         (S390_TDB_R10_REGNUM): Likewise.
1907         (S390_TDB_R11_REGNUM): Likewise.
1908         (S390_TDB_R12_REGNUM): Likewise.
1909         (S390_TDB_R13_REGNUM): Likewise.
1910         (S390_TDB_R14_REGNUM): Likewise.
1911         (S390_TDB_R15_REGNUM): Likewise.
1912         (S390_NUM_REGS): Increase.
1913         (S390_IS_TDBREGSET_REGNUM): New macro.
1914         (s390_regmap_tdb): Declare.
1915         (s390_sizeof_tdbregset): Define.
1916         (tdesc_s390_te_linux64): Declare.
1917         (tdesc_s390x_te_linux64): Likewise.
1918         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1919         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1920         (s390_regmap_tdb): New regmap.
1921         (s390_supply_tdb_regset): New function.
1922         (s390_tdb_regset): New regset.
1923         (s390_linux64v2_regset_sections): Add TDB regset to list.
1924         (s390x_linux64v2_regset_sections): Likewise.
1925         (s390_regset_from_core_section): Recognize TDB core note section.
1926         (s390_core_read_description): If HWCAP indicates TE support,
1927         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1928         (s390_gdbarch_init): Handle TDB regset.
1929         (_initialize_s390_tdep): Initialize new tdescs.
1930         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1931         (have_regset_tdb): New variable.
1932         (s390_native_supply): Support register invalidation.
1933         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1934         (check_regset): Treat ENODATA as "regset exists".
1935         (s390_linux_fetch_inferior_registers): Add TDB.
1936         (s390_read_description): Check for TDB existence and select
1937         appropriate tdesc.
1938         * gdbserver/Makefile.in (clean): Add removal of new makefile
1939         targets.
1940         (s390-te-linux64.c): New makefile target.
1941         (s390x-te-linux64.c): Likewise.
1942         * gdbserver/configure.srv (srv_regobj): Append new objects
1943         s390-te-linux64.o and s390x-te-linux64.o.
1944         (srv_xmlfiles): Append new files s390-te-linux64.xml,
1945         s390x-te-linux64.xml, and s390-tdb.xml.
1946         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1947         declaration.
1948         (tdesc_s390_te_linux64): Likewise.
1949         (init_registers_s390x_te_linux64): Likewise.
1950         (tdesc_s390x_te_linux64): Likewise.
1951         (s390_check_regset): Treat ENODATA as "regset exists".
1952         (s390_arch_setup): Add TDB regset support.
1953         (initialize_low_arch): Initialize registers for new tdescs.
1954
1955 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1956
1957         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1958         (S390_IS_FPREGSET_REGNUM): New macro.
1959         * s390-tdep.c (s390_dwarf_regmap): Make const.
1960         (regnum_is_gpr_full): New function for replacing repeated code.
1961         (s390_pseudo_register_name): Use it.
1962         (s390_pseudo_register_type): Likewise.
1963         (s390_pseudo_register_read): Likewise.
1964         (s390_pseudo_register_write): Likewise.
1965         (s390_unwind_pseudo_register): Likewise.
1966         (s390_regmap_gregset): New format for regmap.
1967         (s390x_regmap_gregset): Likewise.
1968         (s390_regmap_fpregset): Likewise.
1969         (s390_regmap_upper): Likewise.
1970         (s390_regmap_last_break): Likewise.
1971         (s390_regmap_system_call): Likewise.
1972         (s390_supply_regset): Adjust to new regmap format.
1973         (s390_collect_regset): Likewise.
1974         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1975         (s390_native_collect): Likewise.
1976         (supply_gregset): Likewise.
1977         (fill_gregset): Likewise.
1978         (supply_fpregset): Likewise.
1979         (fill_fpregset): Likewise.
1980         (fetch_regset): Likewise.
1981         (store_regset): Likewise.
1982         (s390_linux_fetch_inferior_registers): Likewise.
1983         (s390_linux_fetch_inferior_registers): Likewise.
1984
1985 2013-09-12  Andrew Pinski  <apinski@cavium.com>
1986
1987         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1988
1989 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1990
1991         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1992
1993 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
1994
1995         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1996
1997 2013-09-06  Pedro Alves <palves@redhat.com>
1998
1999         * remote-sim.c (dump_mem, gdbsim_fetch_register)
2000         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
2001         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
2002         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
2003         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
2004         gdb_stdlog.
2005
2006 2013-09-06  Pedro Alves  <palves@redhat.com>
2007
2008         * remote-sim.c (dump_mem): Constify buf parameter.
2009         gdbsim_xfer_inferior_memory): Rename to ...
2010         (gdbsim_xfer_memory): ... this.  Adjust interface as
2011         target_xfer_partial helper.
2012         (gdbsim_xfer_partial): New function.
2013         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
2014         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
2015
2016 2013-09-06  Pedro Alves  <palves@redhat.com>
2017
2018         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2019         host_address_to_string, and send debug output to gdb_stdlog.
2020
2021 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2022
2023         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2024         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2025         gdb_target_obs for cris target.
2026         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2027         (cris_gdbarch_init): Move calls to
2028         set_gdbarch_fetch_tls_load_module_address and
2029         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2030         Add call to gdbarch_init_osabi.
2031         * cris-linux-tdep.c: New file.
2032         * cris-tdep.h: New file.
2033
2034 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
2035
2036         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2037         to deprecated_init_ui_hook.
2038
2039 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
2040
2041         * cli/cli-interp.c (_initialize_cli_interp): Add a
2042         command_loop_proc to interp_procs.
2043         * event-top.c (cli_command_loop): Change signature to match
2044         interp_command_loop_ftype.
2045         * event-top.h (cli_command_loop): Same.
2046         * interps.c (interp_new): Require every interpreter to have a
2047         command_loop_proc.
2048         (current_interp_command_loop): Just call the command_loop_proc on
2049         the current interpreter.
2050         * tui/tui-interp.c (_initialize_tui_interp): Add a
2051         command_loop_proc to interp_procs.
2052
2053 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2054
2055         * cris-tdep.c (cris_gdbarch_init): Add call to
2056         get_gdbarch_fetch_tls_load_module_address.
2057
2058 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2059
2060         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2061         (cris_elf_gregset_t): Rename from elf_gregset_t.
2062         (crisv32_elf_gregset_t): Adjust.
2063         (cris_supply_gregset, fetch_core_registers): Adjust.
2064
2065 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
2066
2067         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2068
2069 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
2070
2071         * defs.h (deprecated_command_loop_hook): Remove, including
2072         references in comments.
2073         * interps.c (current_interp_command_loop): No longer use
2074         deprecated_command_loop_hook.
2075         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2076         setup.
2077         * top.c (deprecated_command_loop_hook): Remove.
2078
2079 2013-09-05  Pedro Alves  <palves@redhat.com>
2080
2081         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2082         local is now int instead of ULONGEST.  Print it with %d
2083         instead of paddress.
2084
2085 2013-09-05  Tristan Gingold  <gingold@adacore.com>
2086
2087         * MAINTAINERS: Remove avr maintainership.
2088
2089 2013-09-05  Pedro Alves  <palves@redhat.com>
2090
2091         * findvar.c (value_of_register): Rework in terms of
2092         value_of_register_lazy.
2093
2094 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
2095
2096         * symfile.c (add_symbol_file_command): Remove trailing
2097          whitespaces and blank line after comment.
2098
2099 2013-09-05  Pedro Alves  <palves@redhat.com>
2100
2101         * tui/tui-regs.c (tui_register_format): Don't look at the
2102         register's name here.  Return string representing register
2103         value instead of storing it in the data element.
2104         (tui_get_register): Compare register string representations
2105         instead of register value states and contents.
2106
2107 2013-09-05  Pedro Alves  <palves@redhat.com>
2108
2109         PR tui/15933
2110         * tui/tui-regs.c (tui_show_registers): Show registers of the
2111         selected frame, not the current frame.
2112
2113 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
2114
2115         * MAINTAINERS (Write After Approval): Add myself to the list.
2116
2117 2013-09-04  Doug Evans  <dje@google.com>
2118
2119         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2120         (queue_and_load_dwo_tu): New function.
2121         (lookup_dwo_signatured_type): Set per_cu.tu_read.
2122         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2123         Make dependent_cu optional.
2124         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2125         and an older .gdb_index is in use, queue and load all its TUs too.
2126
2127 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2128
2129         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2130         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2131         variable search_flags.
2132         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2133         (OPF_RETURN_REALPATH): ... here.
2134         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2135         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2136         call.  Twice.
2137         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2138         openp call.
2139         * solib.c (solib_find): Likewise.  Four times.
2140         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2141         in the function comment and for the realpath_fptr variable.
2142         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2143         (find_and_open_source): Likewise.  Twice.
2144         * symfile.c (symfile_bfd_open): Likewise, also twice.
2145
2146 2013-09-04  Doug Evans  <dje@google.com>
2147
2148         * progspace.c (save_current_space_and_thread): Remove unnecessary
2149         call to save_current_inferior.
2150
2151 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
2152
2153         * sh64-tdep.c (sh64_do_register): Return after printing message
2154         about unavailable register contents.
2155
2156 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
2157             Pedro Alves  <palves@redhat.com>
2158
2159         * symfile.c (add_symbol_file_command): Error out on unknown
2160         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2161         options and collapse into single conditional branch.
2162
2163 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
2164
2165         * inf-child.c (inf_child_follow_fork): New parameter
2166         detach_fork.
2167         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2168         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2169         * inferior.h (detach_fork): Remove.
2170         * infrun.c (detach_fork): Adjust comment and make it
2171         static.
2172         (follow_fork): Pass detach_fork parameter to
2173         target_follow_fork.
2174         * linux-nat.c (linux_child_follow_fork): New parameter
2175         detach_fork.
2176         * target.c (target_follow_fork): New parameter detach_fork.
2177         Pass detach_fork as parameter and print its value.
2178         * target.h (struct target_ops) <to_follow_fork>: New int
2179         parameter.
2180         (target_follow_fork): New parameter detach_fork.
2181
2182 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
2183
2184         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2185         Replace sec->bfd by sec->the_bfd_section->owner.
2186
2187 2013-09-03  Yao Qi  <yao@codesourcery.com>
2188
2189         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
2190         from linux_has_shared_address_space.
2191         (linux_has_shared_address_space): Call linux_is_uclinux.
2192         * linux-tdep.h (linux_is_uclinux): Declare.
2193         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2194         linux_is_uclinux.
2195
2196 2013-09-03  Yao Qi  <yao@codesourcery.com>
2197
2198         * config/djgpp/fnchange.lst: Remove entry of
2199         i386-interix-nat.c and i386-interix-tdep.c.
2200         * configure.ac: Remove '*-*-interix*'.
2201         * configure: Re-generated.
2202         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2203         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2204         obsolete comments.
2205         * osabi.c (gdb_osabi_names): Remove "Interix".
2206
2207 2013-09-03  Yao Qi  <yao@codesourcery.com>
2208
2209         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2210
2211 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
2212
2213         * record.h (record_print_flag) <record_print_src_line,
2214         record_print_insn_range>: Rename into ...
2215         (record_print_flag) <record_print_src_line,
2216         record_print_insn_range>: ... this.  Update all users.
2217
2218 2013-09-02  Pierre Muller  <muller@sourceware.org>
2219
2220         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2221         error code.
2222
2223 2013-09-02  Pierre Muller  <muller@sourceware.org>
2224
2225         * windows-nat.c (windows_xfer_memory): Fix compilation failure
2226         by use of plongest function.
2227
2228 2013-09-02  Tristan Gingold  <gingold@adacore.com>
2229
2230         * NEWS: Add entry mentioning support for native Windows x64
2231         SEH data.
2232
2233         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
2234         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
2235         (struct amd64_windows_frame_cache): New struct.
2236         (amd64_windows_w2gdb_regnum): New global.
2237         (pc_in_range, amd64_windows_frame_decode_epilogue)
2238         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
2239         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
2240         (amd64_windows_frame_this_id): New functions.
2241         (amd64_windows_frame_unwind): New static global.
2242         (amd64_windows_skip_prologue): New function.
2243         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2244         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2245         with amd64_windows_skip_prologue.
2246
2247 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
2248
2249         GDB 7.6.1 released.
2250
2251 2013-08-30  Pedro Alves  <palves@redhat.com>
2252
2253         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2254         SRC_AND_LOC.
2255
2256 2013-08-30  Pedro Alves  <palves@redhat.com>
2257
2258         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2259         warning text.
2260
2261 2013-08-30  Pedro Alves  <palves@redhat.com>
2262
2263         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2264         Adjust arguments to print_stack_frame.
2265
2266 2013-08-30  Pedro Alves  <palves@redhat.com>
2267
2268         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2269
2270 2013-08-30  Pedro Alves  <palves@redhat.com>
2271
2272         * frame.h (show_and_print_stack_frame): Delete declaration.
2273
2274 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
2275
2276         PR python/15461
2277         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2278         (archpy_name): Check for valid architecture.
2279         (archpy_disassemble): Ditto.
2280
2281 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
2282
2283         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2284         instead of "long long" in call to ptrace64.
2285
2286 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
2287
2288         * mi/mi-interp.c (mi_command_loop): Change signature to match
2289         interp_command_loop_ftype.
2290         (mi1_command_loop): Remove.
2291         (mi2_command_loop): Remove.
2292         (mi3_command_loop): Remove.
2293         (mi_interpreter_resume): Remove setting of
2294         deprecated_command_loop_hook.
2295         (_initialize_mi_interp): Set mi_command_loop as the command loop
2296         callback.
2297
2298 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2299
2300         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2301         value_type.
2302
2303 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2304
2305         * value.c (allocate_value_contents): Make static.
2306         * value.h (allocate_value_contents): Remove prototype.
2307
2308 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2309
2310         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2311         of assembling value via allocate_value_lazy and attribute setter.
2312         * findvar.c (default_read_var_value): Use value_at_lazy instead of
2313         assembling value via allocate_value_lazy and attribute setter.
2314         * valops.c (do_search_struct_field): Use value_at_lazy instead of
2315         assembling value via allocate_value_lazy and attribute setter.
2316
2317 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2318
2319         * value.c (value_from_contents_and_address): Replace allocate_value and
2320         memcpy with value_from_contents.
2321
2322 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2323
2324         * python/py-framefilter.c (py_print_frame): Remove usage of
2325         PyString_AsString.  Use python_string_to_host_string instead.
2326         Refactor function to work with a string as a new allocation
2327         instead of a pointer.
2328         (py_print_frame): Ditto.
2329         * python/lib/gdb/frames.py (return_list): Cain iterators together
2330         instead of adding them as a list.
2331         (_sort_list): Call return_list, and remove duplicate code.
2332         (execute_frame_filters): Convert iterator to a list with list().
2333         * python/lib/gdb/command/frame_filters.py
2334         (SetFrameFilterPriority._set_filter_priority): Convert priority
2335         attribute to an integer.
2336         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2337         wrapper function __next__.
2338         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2339         define as "str".
2340
2341 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2342
2343         PR python/15752
2344         * python/py-framefilter.c (apply_frame_filter): Check
2345         gdb_python_initialized.  Exit if the Python frame-filter code
2346         cannot be initialized.
2347
2348 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2349
2350         PR cli/15842
2351         * top.c (print_gdb_version): Remove erroneous newline after help
2352         text.
2353
2354 2013-08-29  Yao Qi  <yao@codesourcery.com>
2355
2356         * varobj.c (install_dynamic_child): Remove trailing space.
2357         Add one blank line after variable declaration.
2358
2359 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2360
2361         PR gdb/15415
2362         * corefile.c (get_exec_file): Use exec_filename.
2363         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
2364         * exec.c (exec_close): Free EXEC_FILENAME.
2365         (exec_file_attach): New variable canonical_pathname.  Use
2366         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
2367         EXEC_FILENAME.
2368         * exec.h (exec_filename): New.
2369         * inferior.c (print_inferior, inferior_command): Use
2370         PSPACE_EXEC_FILENAME.
2371         * mi/mi-main.c (print_one_inferior): Likewise.
2372         * progspace.c (clone_program_space, print_program_space): Likewise.
2373         * progspace.h (struct program_space): New field pspace_exec_filename.
2374         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
2375         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2376
2377 2013-08-28  Will Newton  <will.newton@linaro.org>
2378
2379         * common/linux-ptrace.c: Include stdint.h unconditionally.
2380
2381 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2382
2383         Code cleanup.
2384         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2385
2386 2013-08-28  Yao Qi  <yao@codesourcery.com>
2387             Pedro Alves  <palves@redhat.com>
2388
2389         * event-top.c (gdb_setup_readline): Call stderr_fileopen
2390         instead of stdio_fileopen.
2391         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2392         .Call stderr_fileopen instead of stdio_fileopen.
2393         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2394         [__MINGW32__] (stderr_file_fputs): New function.
2395         (stderr_fileopen): New function.
2396         * ui-file.h (stderr_fileopen): Declare.
2397
2398 2013-08-27  Doug Evans  <dje@google.com>
2399
2400         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2401         (struct dwarf2_per_cu_data): Ditto.
2402         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
2403         (process_imported_unit_die): Ditto.
2404         (follow_die_sig_1): Simplify assert.
2405
2406 2013-08-27  Pedro Alves  <palves@redhat.com>
2407
2408         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2409         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
2410         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2411         windows_xfer_memory directly.
2412         (init_windows_ops): Don't install a deprecated_xfer_memory method.
2413
2414 2013-08-27  Pedro Alves  <palves@redhat.com>
2415
2416         * darwin-nat.c (darwin_xfer_memory): Delete.
2417         (_initialize_darwin_inferior): Don't install a
2418         deprecated_xfer_memory method.
2419
2420 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2421             Yao Qi  <yao@codesourcery.com>
2422
2423         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2424         (parse_no_frames_option): Remove.
2425         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2426         (mi_cmd_stack_list_args): Adjust.
2427         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2428         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
2429         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2430         Caller update.
2431         (list_args_or_locals): New parameter 'skip_unavailable'.
2432         Handle it.
2433         * valprint.c (scalar_type_p): Rename to ...
2434         (val_print_scalar_type_p): ... this.  Make extern.
2435         (val_print, value_check_printable): Adjust.
2436         * valprint.h (val_print_scalar_type_p): Declare.
2437         * value.c (value_entirely_unavailable): New function.
2438         * value.h (value_entirely_unavailable): Declare.
2439
2440         * NEWS: Mention the new option "--skip-unavailable" to MI
2441         commands '-stack-list-locals', '-stack-list-arguments' and
2442         '-stack-list-variables'.
2443
2444 2013-08-27  Yao Qi  <yao@codesourcery.com>
2445
2446         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2447         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2448         options.
2449         * mi/mi-getopt.c (mi_getopt): Remove.
2450         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
2451         'error_on_unknown'.
2452         (mi_getopt): Call mi_getopt_1.
2453         (mi_getopt_silent): New.
2454         * mi/mi-getopt.h (mi_getopt_silent): Declare.
2455
2456 2013-08-26  Doug Evans  <dje@google.com>
2457
2458         PR symtab/15885
2459         * dwarf2read.c (dw2_dump): Print some minimal information indicating
2460         .gdb_index is in use.
2461         * symfile.c (reread_symbols): Reset objfile->sf.
2462
2463         * NEWS: Document "mt print objfiles" now takes optional regexp.
2464         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2465         regexp of objfiles to print.
2466         (_initialize_symmisc): Update doc string for "mt print objfiles".
2467
2468         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2469         missing debug info checks.
2470
2471 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
2472             Ulrich Weigand  <uweigand@de.ibm.com>
2473
2474         * xcoffread.c (arrange_linetable): Add fix to correctly handle
2475         line tables generated by XLC compiled binaries.
2476
2477 2013-08-23  Doug Evans  <dje@google.com>
2478
2479         * symmisc.c (dump_symtab): Delete prototype.
2480         (dump_msymbols, dump_objfile): Ditto.
2481         (maintenance_info_symtabs): Mark as dont_repeat.
2482         (_initialize_symmisc): Improve doc string for "mt info symtabs".
2483
2484         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2485         debugging printf to better location.
2486
2487 2013-08-23  Pedro Alves  <palves@redhat.com>
2488
2489         * target.c (target_read_live_memory): Change type of 'ret' local
2490         to LONGEST.
2491
2492 2013-08-23  Pedro Alves  <palves@redhat.com>
2493
2494         * remote.c (remote_write_bytes_aux, remote_write_bytes)
2495         (remote_read_bytes): Change return type to LONGEST, and adjust to
2496         return a target_xfer_error on error.
2497         (remote_xfer_memory): Delete.
2498         (remote_flash_write): Change type of 'ret' local to LONGEST.
2499         (remote_xfer_partial, remote_xfer_partial): Adjust.
2500         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2501
2502 2013-08-23  Pierre Muller  <muller@sourceware.org>
2503
2504         ARI fix: Push # directives to start of line.
2505         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2506
2507 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
2508
2509         PR gdb/15501
2510         * breakpoint.c (enable_command, disable_command): Iterate over
2511         all specified breakpoint locations.
2512
2513 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2514
2515         * common/linux-ptrace.c (linux_fork_to_function): Push #
2516         directives to the start of the line.
2517         (linux_check_ptrace_features): Fix warning message to use
2518         the "_" markup.
2519
2520 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2521
2522         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2523         nat/linux-waitpid.h.
2524         (linux-waitpid.o): New object file rule.
2525         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2526         (current_ptrace_options): Moved from linux-nat.c.
2527         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2528         parameters.
2529         (linux_fork_to_function): New function.
2530         (linux_grandchild_function): Likewise.
2531         (linux_child_function): Likewise.
2532         (linux_check_ptrace_features): New function, heavily
2533         based on linux-nat.c:linux_test_for_tracefork.
2534         (linux_enable_event_reporting): New function.
2535         (ptrace_supports_feature): Likewise.
2536         (linux_supports_tracefork): Likewise.
2537         (linux_supports_traceclone): Likewise.
2538         (linux_supports_tracevforkdone): Likewise.
2539         (linux_supports_tracesysgood): Likewise.
2540         * common/linux-ptrace.h (HAS_NOMMU): Moved from
2541         gdbserver/linux-low.c.
2542         (linux_enable_event_reporting): New declaration.
2543         (linux_supports_tracefork): Likewise.
2544         (linux_supports_traceclone): Likewise.
2545         (linux_supports_tracevforkdone): Likewise.
2546         (linux_supports_tracesysgood): Likewise.
2547         * config.in (PTRACE_TYPE_ARG4): Regenerate.
2548         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2549         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2550         * config/arm/linux.mh (NATDEPFILES): Likewise.
2551         * config/i386/linux.mh (NATDEPFILES): Likewise.
2552         * config/i386/linux64.mh (NATDEPFILES): Likewise.
2553         * config/ia64/linux.mh (NATDEPFILES): Likewise.
2554         * config/m32r/linux.mh (NATDEPFILES): Likewise.
2555         * config/m68k/linux.mh (NATDEPFILES): Likewise.
2556         * config/mips/linux.mh (NATDEPFILES): Likewise.
2557         * config/pa/linux.mh (NATDEPFILES): Likewise..
2558         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2559         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2560         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2561         * config/sparc/linux.mh (NATDEPFILES): Likewise.
2562         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2563         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2564         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2565         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2566         ptrace's 4th argument's types.
2567         Check the type of PTRACE_TYPE_ARG4.
2568         * configure: Regenerate.
2569         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2570         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2571         (linux_supports_tracefork_flag): Remove.
2572         (linux_supports_tracesysgood_flag): Likewise.
2573         (linux_supports_tracevforkdone_flag): Likewise.
2574         (current_ptrace_options): Moved to
2575         common/linux-ptrace.c.
2576         (linux_tracefork_child): Remove.
2577         (my_waitpid): Remove.
2578         (linux_test_for_tracefork): Renamed to
2579         linux_check_ptrace_features and moved to common/linux-ptrace.c.
2580         (linux_test_for_tracesysgood): Remove.
2581         (linux_supports_tracesysgood): Remove.
2582         (linux_supports_tracefork): Remove.
2583         (linux_supports_tracevforkdone): Remove.
2584         (linux_enable_tracesysgood): Remove.
2585         (linux_enable_event_reporting): Remove.
2586         (linux_init_ptrace): New function.
2587         (linux_child_post_attach): Call linux_init_ptrace.
2588         (linux_child_post_startup_inferior): Call linux_init_ptrace.
2589         (linux_child_follow_fork): Call linux_supports_tracefork
2590         and linux_supports_tracevforkdone.
2591         (linux_child_insert_fork_catchpoint): Call
2592         linux_supports_tracefork.
2593         (linux_child_insert_vfork_catchpoint): Likewise.
2594         (linux_child_set_syscall_catchpoint): Call
2595         linux_supports_tracesysgood.
2596         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2597         * nat/linux-nat.h: New file.
2598         * nat/linux-waitpid.c: New file.
2599         * nat/linux-waitpid.h: New file.
2600
2601 2013-08-22  Samuel Bronson  <naesten@gmail.com>
2602
2603         ARM Linux support for `catch syscall'.
2604         * syscalls/arm-linux.py: New file.
2605         * syscalls/arm-linux.xml: Likewise.
2606         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2607         (arm_linux_init_abi): Register the new function and syscall xml file.
2608         * data-directory/Makefile.in: Install the new syscall xml file.
2609         * NEWS: Brag about this.
2610
2611 2013-08-22  Pedro Alves  <palves@redhat.com>
2612
2613         PR gdb/15871
2614         * corefile.c (target_xfer_memory_error): New function.
2615         (memory_error): Defer EIO to target_memory_error.
2616         (read_memory): Use target_xfer_partial, and handle finer-grained
2617         target xfer errors.
2618         * target.c (target_xfer_error_to_string): New function.
2619         (memory_xfer_partial_1): If memory is known to be
2620         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2621         (target_xfer_partial): Make extern.
2622         * target.h (enum target_xfer_error): New enum.
2623         (target_xfer_error_to_string): Declare function.
2624         (target_xfer_partial): Declare function.
2625         (struct target_ops) <xfer_partial>: Adjust describing comment.
2626
2627 2013-08-22  Alan Modra  <amodra@gmail.com>
2628
2629         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2630         * configure.tgt: Likewise as targets.
2631
2632 2013-08-20  Doug Evans  <dje@google.com>
2633
2634         * buildsym.c (subfile_stack): Move here from buildsym.h.
2635         (pending_macros): Ditto.
2636         (get_macro_table): New function.
2637         (buildsym_init): Initialize subfile_stack.
2638         * coffread.c (type_vector,type_vector_length): Moved here from
2639         buildsym.h.
2640         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2641         (coff_symtab_read): Use it.
2642         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2643         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2644         with call to get_macro_table.
2645         * stabsread.c (type_vector,type_vector_length): Moved here from
2646         buildsym.h.
2647         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2648         * buildsym.h (get_macro_table): Declare.
2649
2650 2013-08-20  Tom Tromey  <tromey@redhat.com>
2651
2652         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2653         Update.
2654         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
2655
2656 2013-08-20  Doug Evans  <dje@google.com>
2657
2658         * blockframe.c: Remove #include "psymtab.h".
2659         * cp-support.c: Ditto.
2660         * source.c: Ditto.
2661         * stack.c: Ditto.
2662
2663 2013-08-20  Tom Tromey  <tromey@redhat.com>
2664
2665         PR python/15816:
2666         * exceptions.h (return_mask): Now an enum.
2667         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2668         enum constants.
2669
2670 2013-08-20  Tom Tromey  <tromey@redhat.com>
2671
2672         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2673         get_objfile_arch.
2674         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2675         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2676         * jit.c (jit_object_close_impl): Update.
2677         * jv-lang.c (get_dynamics_objfile): Update.
2678         * linespec.c (add_minsym): Use get_dynamics_objfile.
2679         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2680         (allocate_objfile): Don't initialize 'gdbarch' field.
2681         (get_objfile_arch): Update.
2682         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2683         moved from...
2684         (struct objfile) <gdbarch>: ... here.  Remove.
2685         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2686         get_objfile_arch.
2687         * symfile.c (init_entry_point_info): Use get_objfile_arch.
2688
2689 2013-08-20  Alan Modra  <amodra@gmail.com>
2690
2691         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2692         for IBM long double nan and inf.
2693         (floatformat_is_negative, floatformat_classify,
2694         floatformat_mantissa): Similarly.
2695         (floatformat_ieee_single, floatformat_ieee_double,
2696         floatformat_ieee_quad, floatformat_arm_ext,
2697         floatformat_ia64_spill): Delete unused vars.
2698         (_initialize_doublest): Delete unused function.
2699         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2700         little-endian variants of floatformat_ibm_long_double.
2701
2702 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
2703
2704         * Makefile.in (SFILES): Remove common/target-common.c and
2705         add target/waitstatus.c.
2706         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2707         target/resume.h, target/wait.h and target/waitstatus.h.
2708         (COMMON_OBS): Remove target-common.o and add
2709         waitstatus.o.
2710         (target-common.o): Remove.
2711         (waitstatus.o): New target object file.
2712         * common/target-common.c: Move contents to
2713         target/waitstatus.c and remove.
2714         * common/target-common.h: Move contents to other files and
2715         remove.
2716         (enum resume_kind: Move to target/resume.h.
2717         (TARGET_WNOHANG): Move to target/wait.h.
2718         (enum target_waitkind): Move to target/waitstatus.h.
2719         (struct target_waitstatus): Likewise.
2720         * target.h: Do not include target-common.h and
2721         include target/resume.h, target/wait.h and
2722         target/waitstatus.h.
2723         * target/resume.h: New file.
2724         * target/wait.h: New file.
2725         * target/waitstatus.h: New file.
2726         * target/waitstatus.c: New file.
2727
2728 2013-08-19  Pedro Alves  <palves@redhat.com>
2729
2730         * linux-nat.c (linux_test_for_tracefork)
2731         (linux_test_for_tracesysgood, linux_child_follow_fork)
2732         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2733         (linux_nat_wait_1): Extend comment.
2734         (linux_async_pipe): Add comment.
2735
2736 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
2737
2738         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2739         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2740         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2741         Update to account for fact that PC is now a pseudo-register.
2742         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
2743         cases for RL78_PC_REGNUM.
2744
2745 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
2746
2747         PR cli/15841
2748         * top.c (quit_force): Skip writing history file
2749         if input is not from terminal.
2750
2751 2013-08-14  Tom Tromey  <tromey@redhat.com>
2752
2753         * remote.c (struct remote_state) <echo_nextthread, nextthread,
2754         resultthreadlist>: New fields.
2755         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2756         (remote_get_threadlist, remote_threadlist_iterator): Use
2757         new fields.  Remove static variables.
2758
2759 2013-08-14  Tom Tromey  <tromey@redhat.com>
2760
2761         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2762         remote_watch_data_address>: New fields.
2763         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2764         (process_stop_reply, remote_wait_as)
2765         (remote_check_watch_resources, remote_stopped_data_address): Update.
2766
2767 2013-08-14  Tom Tromey  <tromey@redhat.com>
2768
2769         * remote.c (struct remote_state) <async_client_callback,
2770         async_client_context>: New fields.
2771         (async_client_callback, async_client_context): Remove.
2772         (remote_async_serial_handler, remote_async): Update.
2773
2774 2013-08-14  Tom Tromey  <tromey@redhat.com>
2775
2776         * remote.c (sizeof_pkt): Remove.
2777         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2778
2779 2013-08-14  Tom Tromey  <tromey@redhat.com>
2780
2781         * remote.c (struct remote_state) <use_threadinfo_query,
2782         use_threadextra_query>: New fields.
2783         (remote_threads_info, remote_threads_extra_info)
2784         (remote_open_1): Update.
2785
2786 2013-08-14  Tom Tromey  <tromey@redhat.com>
2787
2788         * remote.c (struct remote_state) <finished_object,
2789         finished_annex, finished_offset>: New fields.
2790         (remote_read_qxfer): Use remote_state fields; remove static
2791         variables.
2792
2793 2013-08-14  Tom Tromey  <tromey@redhat.com>
2794
2795         * remote.c (struct remote_state) <last_sent_step>:
2796         New field.
2797         (last_sent_step): Remove.
2798         (remote_resume, remote_wait_as): Update.
2799
2800 2013-08-14  Tom Tromey  <tromey@redhat.com>
2801
2802         * remote.c (struct remote_state) <last_sent_signal>:
2803         New field.
2804         (last_sent_signal): Remove.
2805         (new_remote_state, remote_resume, remote_wait_as): Update.
2806
2807 2013-08-14  Tom Tromey  <tromey@redhat.com>
2808
2809         * remote.c (struct remote_state) <last_program_signals_packet>:
2810         New field.
2811         (last_program_signals_packet): Remove.
2812         (remote_program_signals, remote_open_1): Update.
2813
2814 2013-08-14  Tom Tromey  <tromey@redhat.com>
2815
2816         * remote.c (struct remote_state) <last_pass_packet>:
2817         New field.
2818         (last_pass_packet): Remove.
2819         (remote_pass_signals, remote_open_1): Update.
2820
2821 2013-08-14  Tom Tromey  <tromey@redhat.com>
2822
2823         * remote.c (struct remote_state) <remote_traceframe_number>:
2824         New field.
2825         (remote_traceframe_number): Remove.
2826         (new_remote_state, remote_open_1, set_remote_traceframe)
2827         (remote_trace_find): Update.
2828
2829 2013-08-14  Tom Tromey  <tromey@redhat.com>
2830
2831         * remote.c (struct remote_state) <general_thread, continue_thread>:
2832         New fields.
2833         (general_thread, continue_thread): Remove.
2834         (record_currthread, set_thread, set_general_process)
2835         (remote_open_1, extended_remote_attach_1, remote_wait_as)
2836         (extended_remote_mourn_1): Update.
2837
2838 2013-08-14  Tom Tromey  <tromey@redhat.com>
2839
2840         * remote.c (struct remote_state) <remote_desc>: New field.
2841         (remote_desc): Remove.
2842         (remote_threads_info, remote_threads_extra_info, remote_close)
2843         (send_interrupt_sequence, remote_start_remote, remote_open_1)
2844         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2845         (remote_hostio_send_command, remote_file_put, remote_file_get)
2846         (remote_file_delete, remote_can_async_p, remote_is_async_p)
2847         (remote_async, remote_new_objfile, set_range_stepping): Update.
2848
2849 2013-08-14  Tom Tromey  <tromey@redhat.com>
2850
2851         * remote.c (remote_state): Now a pointer.
2852         (get_remote_state_raw): Update.
2853         (new_remote_state): New function.
2854         (_initialize_remote): Use new_remote_state.
2855
2856 2013-08-14  Tom Tromey  <tromey@redhat.com>
2857
2858         * remote.c (remote_protocol_features): Now const.
2859
2860 2013-08-14  Tom Tromey  <tromey@redhat.com>
2861
2862         * remote.c (crc32_table, crc32): Remove.
2863         (remote_verify_memory): Use xcrc32.
2864
2865 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2866
2867         * value.h (create_internalvar_type_lazy): Adjust prototype
2868         declaration.
2869
2870 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
2871
2872         * common/format.c (parse_format_string): Don't allow '#' flag for
2873         pointer arguments in format string.
2874
2875 2013-08-13  Pierre Muller  <muller@sourceware.org>
2876
2877         * utils.c (init_page_info): Only call tgetnum function
2878         if rl_get_screen_size did not return useful values.
2879
2880 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
2881
2882         PR breakpoints/15117
2883         * linespec.c (linespec_parse_basic): Check for convenience
2884         variable or history value while parsing.
2885
2886 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
2887
2888         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2889         AVR.
2890         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
2891         different signals between the generic Linux kernel implementation
2892         and AVR's.
2893         (avr_linux_gdb_signal_from_target): Delete.
2894         (avr_linux_gdb_signal_to_target): Delete.
2895         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2896
2897 2013-08-09  Doug Evans  <dje@google.com>
2898
2899         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2900         entries.
2901
2902 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
2903
2904         * linux-tdep.c: Define enum with generic signal numbers.
2905         (linux_gdb_signal_from_target): New function.
2906         (linux_gdb_signal_to_target): Likewise.
2907         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2908         methods to the functions above.
2909         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2910         (linux_gdb_signal_to_target): Likewise.
2911         * alpha-linux-tdep.c: Define new enum with signals different
2912         from generic Linux kernel.
2913         (alpha_linux_gdb_signal_from_target): New function.
2914         (alpha_linux_gdb_signal_to_target): Likewise.
2915         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2916         with the functions mentioned above.
2917         * avr-tdep.c: Define enum with differences between Linux kernel
2918         and AVR signals.
2919         (avr_linux_gdb_signal_from_target): New function.
2920         (avr_linux_gdb_signal_to_target): Likewise.
2921         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2922         the functions mentioned above.
2923         * sparc-linux-tdep.c: Define enum with differences between SPARC
2924         and generic Linux kernel signal numbers.
2925         (sparc32_linux_gdb_signal_from_target): New function.
2926         (sparc32_linux_gdb_signal_to_target): Likewise.
2927         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2928         to the functions defined above.
2929         * xtensa-linux-tdep.c: Define enum with differences between
2930         Xtensa and Linux kernel generic signals.
2931         (xtensa_linux_gdb_signal_from_target): New function.
2932         (xtensa_linux_gdb_signal_to_target): Likewise.
2933         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2934         to the functions defined above.
2935         * mips-linux-tdep.c: Define enum with differences between
2936         signals in MIPS and Linux kernel generic ones.
2937         (mips_gdb_signal_to_target): New function.
2938         (mips_gdb_signal_from_target): Redefine to use new enum, handle
2939         only different signals from the Linux kernel generic.
2940         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2941         the functions defined above.
2942         * mips-linux-tdep.h (enum mips_signals): Remove.
2943
2944 2013-08-09  Pedro Alves  <palves@redhat.com>
2945
2946         * avr-tdep.c (XMALLOC): Delete macro.
2947         * cli/cli-dump.c (XMALLOC): Delete macro.
2948
2949 2013-08-09  Pedro Alves  <palves@redhat.com>
2950
2951         * cli/cli-dump.c: Don't include cli/cli-dump.h.
2952         (scan_expression_with_cleanup, scan_filename_with_cleanup)
2953         (fopen_with_cleanup, add_dump_command): Make static.
2954         * cli/cli-dump.h: Delete file.
2955         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2956         cli/cli-dump.h.
2957
2958 2013-08-09  Pedro Alves  <palves@redhat.com>
2959
2960         * tracepoint.c (tfile_start): Show tilde-expanded filename in
2961         error message.
2962
2963 2013-08-09  Pedro Alves  <palves@redhat.com>
2964
2965         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2966         error message.
2967
2968 2013-08-09  Pedro Alves  <palves@redhat.com>
2969
2970         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2971         (gcore_command): Use tilde_expand here, and when showing the
2972         filename to the user, show the expanded version.
2973
2974 2013-08-09  Yao Qi  <yao@codesourcery.com>
2975
2976         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2977         'entryval' is set.
2978
2979 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
2980
2981         * gcore.c (create_gcore_bfd): Use tilde_expand.
2982
2983 2013-08-08  Yao Qi  <yao@codesourcery.com>
2984
2985         * frame.h (read_frame_local): Declare.
2986         * mi/mi-cmd-stack.c (list_args_or_locals): Call
2987         read_frame_local.
2988         * stack.c (read_frame_local): New.
2989
2990 2013-08-08  Yao Qi  <yao@codesourcery.com>
2991
2992         * mi/mi-cmd-stack.c: Update comments to function
2993         list_args_or_locals.
2994
2995 2013-08-07  Tom Tromey  <tromey@redhat.com>
2996
2997         PR symtab/15028:
2998         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2999         (process_psymtab_comp_unit_reader): Use it.
3000         (process_psymtab_comp_unit): Update.  Add "pretend_language"
3001         argument.
3002         (dwarf2_build_psymtabs_hard): Update.
3003         (scan_partial_symbols): Pass CU's language to
3004         process_psymtab_comp_unit.
3005
3006 2013-08-07  Tom Tromey  <tromey@redhat.com>
3007
3008         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
3009         (dwarf2_gdb_index_functions): Update.
3010         * psymtab.c (find_symbol_file_from_partial): Remove.
3011         (psym_functions): Update.
3012         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3013         Remove.
3014
3015 2013-08-07  Tom Tromey  <tromey@redhat.com>
3016
3017         * symfile.c (set_initial_language): Look up "main" symbol
3018         and use its language.
3019         * symtab.c (find_main_filename): Remove.
3020         * symtab.h (find_main_filename): Remove.
3021
3022 2013-08-07  Tom Tromey  <tromey@redhat.com>
3023
3024         * dwarf2read.c (recursively_compute_inclusions): Add
3025         "immediate_parent" argument.  Set symtab's "user" field
3026         if not set.
3027         (compute_symtab_includes): Update.
3028
3029 2013-08-07  Tom Tromey  <tromey@redhat.com>
3030
3031         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3032         when adding label symbols.
3033
3034 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3035             Ulrich Weigand  <uweigand@de.ibm.com>
3036
3037         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3038         * configure.host (powerpc64-*-aix*): Likewise.
3039
3040 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3041             Ulrich Weigand  <uweigand@de.ibm.com>
3042
3043         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3044         is defined.
3045         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3046         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3047         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3048         * configure.ac: Check for ptrace64.
3049         * configure, config.in: Regenerate.
3050
3051 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
3052             Ulrich Weigand  <uweigand@de.ibm.com>
3053
3054         * aixthread.c: Call ptrace64 instead of ptracex if defined.
3055         Call ptrace64 instead of ptrace if defined.
3056         Add macro addr_ptr to take care of ptrace address argument.
3057         (pdc_read_regs): Likewise.
3058         (pdc_write_regs): Likewise.
3059         (aix_thread_resume): Likewise.
3060         (fetch_regs_kernel_thread): Likewise.
3061         (store_regs_kernel_thread): Likewise.
3062
3063 2013-08-07  Anton Blanchard  <anton@samba.org>
3064
3065         * MAINTAINERS: Add myself to Write After Approval.
3066
3067 2013-08-05  Tom Tromey  <tromey@redhat.com>
3068
3069         * aix-thread.c (_initialize_aix_thread): Use
3070         complete_target_initialization.
3071         * bsd-uthread.c (_initialize_bsd_uthread): Use
3072         complete_target_initialization.
3073         * dec-thread.c (_initialize_dec_thread): Use
3074         complete_target_initialization.
3075         * ravenscar-thread.c (_initialize_ravenscar): Use
3076         complete_target_initialization.
3077         * sol-thread.c (_initialize_sol_thread): Use
3078         complete_target_initialization.
3079         * spu-multiarch.c (_initialize_spu_multiarch): Use
3080         complete_target_initialization.
3081
3082 2013-08-05  Tom Tromey  <tromey@redhat.com>
3083
3084         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3085         * ada-lang.c (ada_lookup_simple_minsym): Return
3086         bound_minimal_symbol.
3087         * ada-lang.h (ada_lookup_simple_minsym): Update.
3088         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3089         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3090         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3091         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3092         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3093         * minsyms.c (msymbol_objfile): Remove.
3094         (lookup_minimal_symbol_internal): New function, from
3095         lookup_minimal_symbol.
3096         (lookup_minimal_symbol): Rewrite using
3097         lookup_minimal_symbol_internal.
3098         (lookup_bound_minimal_symbol): New function.
3099         * minsyms.h (msymbol_objfile): Remove.
3100         (lookup_bound_minimal_symbol): Declare.
3101         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3102         * parse.c (write_exp_msymbol): Change parameter to a
3103         bound_minimal_symbol.
3104         (write_dollar_variable): Use lookup_bound_minimal_symbol.
3105         * parser-defs.h (write_exp_msymbol): Update.
3106         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3107         * symfile.c (simple_read_overlay_table): Use
3108         lookup_bound_minimal_symbol.
3109         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3110         (search_symbols): Likewise.
3111         (print_msymbol_info): Take a bound_minimal_symbol argument.
3112         (symtab_symbol_info, rbreak_command): Update.
3113         * symtab.h (struct symbol_search) <msymbol>: Change type
3114         to bound_minimal_symbol.
3115         * valops.c (find_function_in_inferior): Use
3116         lookup_bound_minimal_symbol.
3117         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3118
3119 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3120
3121         Code cleanup.
3122         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3123         to ...
3124         (async_cleanup_sigint_signal_handler): ... this.
3125         (initialize_sigint_signal_handler): Remove declaration.
3126         (handle_remote_sigint): Rename the declaration to ...
3127         (async_handle_remote_sigint): ... this.
3128         (handle_remote_sigint_twice): Rename the declaration to ...
3129         (async_handle_remote_sigint_twice): ... this.
3130         (async_remote_interrupt, async_remote_interrupt_twice)
3131         (remote_interrupt): Remove the declarations.
3132         (remote_interrupt_twice): Rename the declaration ...
3133         (sync_remote_interrupt_twice): ... this.
3134         (sigint_remote_twice_token): Rename the variable to ...
3135         (async_sigint_remote_twice_token): ... this.
3136         (sigint_remote_token): Rename the variable to ...
3137         (async_sigint_remote_token): ... this.
3138         (initialize_sigint_signal_handler): Rename the function to ...
3139         (async_initialize_sigint_signal_handler): ... this.  Update the name
3140         inside.
3141         (handle_remote_sigint): Rename the function to ...
3142         (async_handle_remote_sigint): ... this.  Update the names inside.
3143         (handle_remote_sigint_twice): Rename the function to ...
3144         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
3145         (cleanup_sigint_signal_handler): Rename the function to ...
3146         (async_cleanup_sigint_signal_handler): ... this.
3147         (remote_interrupt): Rename the function to ...
3148         (sync_remote_interrupt): this.  Update the names inside.
3149         (remote_interrupt_twice): Rename the function to ...
3150         (sync_remote_interrupt_twice): this.  Update the names inside.
3151         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3152         (_initialize_remote): Update the names inside.
3153
3154 2013-08-02  Tom Tromey  <tromey@redhat.com>
3155
3156         PR symtab/15719:
3157         * breakpoint.c (update_watchpoint, watchpoint_check)
3158         (watch_command_1): Update.
3159         * eval.c (fetch_subexp_value): Add "preserve_errors"
3160         parameter.
3161         * ppc-linux-nat.c (check_condition): Update.
3162         * value.h (fetch_subexp_value): Update.
3163
3164 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
3165
3166         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3167         add_file_handler.
3168
3169 2013-08-01  Doug Evans  <dje@google.com>
3170
3171         PR symtab/15691
3172         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3173         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3174         Add assert of sig_entry->dwo_unit == NULL.
3175         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3176         had already been read.
3177         (read_signatured_type): Set per_cu.tu_read.
3178
3179         PR symtab/15695
3180         * valops.c (value_struct_elt): Add missing call to check_typedef.
3181         (value_find_oload_method_list): Ditto.
3182
3183         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3184         effectively, struct symbol_search **.
3185         (make_cleanup_free_search_symbols): Change arg to struct
3186         symbol_search **.  All callers updated.
3187         (compare_search_syms): Compare symtab file name and block as well.
3188         (search_symbols_equal): New function.
3189         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3190         New args new_head, new_tail.  Result is now void.  Remove dups after
3191         sorting the symbols.
3192         (search_symbols): Sort all found symbols once, after all have been
3193         found, and remove duplicates.  Simplify cleanup tracking of result.
3194         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3195
3196         Further workarounds for binutils/15021.
3197         * dwarf2read.c (recursively_compute_inclusions): Change type of result
3198         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
3199         Watch for duplicate symtabs coming from type units.
3200         (compute_symtab_includes): Update call to
3201         recursively_compute_inclusions. Build vector of included symtabs
3202         instead of per_cus.
3203         * symtab.h (symtab_ptr): New typedef.
3204         (DEF_VEC_P (symtab_ptr)): New VEC type.
3205         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
3206         instead.
3207
3208 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
3209
3210         * cli/cli-script.c (script_from_file): Remove use of
3211         error_pre_print.
3212         * main.c (captured_main): Remove use of error_pre_print and
3213         quit_pre_print.
3214         * utils.c (error_pre_print, quit_pre_print): Remove.
3215         * utils.h (error_pre_print, quit_pre_print): Likewise.
3216
3217 2013-08-01  Yao Qi  <yao@codesourcery.com>
3218
3219         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3220         with mi_getopt.
3221         (mi_cmd_stack_list_variables): Likewise.
3222
3223 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3224
3225         * exceptions.c (deprecated_throw_reason): Remove.
3226         * exceptions.h (deprecated_throw_reason): Remove.
3227
3228 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3229
3230         * remote-mips.c (mips_error): Replace use of
3231         deprecated_throw_reason with throw_verror.  Use the error message
3232         passed to mips_error as the error message for throw_verror.
3233
3234 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3235
3236         * monitor.c (monitor_interrupt_query): Replace use of
3237         deprecated_throw_reason with quit.
3238         * nto-procfs.c (interrupt_query): Likewise.
3239         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3240         * remote-mips.c (mips_kill): Likewise.
3241         * remote.c (interrupt_query): Likewise.
3242
3243 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3244
3245         * utils.c (internal_verror): Replace use of deprecated_throw_reason
3246         with call to fatal.
3247
3248 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
3249             Yao Qi  <yao@codesourcery.com>
3250
3251         * tracepoint.c (trace_dump_command): Select the current frame.
3252
3253 2013-07-30  Doug Evans  <dje@google.com>
3254
3255         * dwarf2read.c (process_queue): Add type signature to debug output.
3256
3257 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3258
3259         * value.c (value_fetch_lazy): Mark optimized out values as such
3260         rather than raising an error.
3261
3262 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3263
3264         * value.c (value_fetch_lazy): Ensure parent value is not lazy
3265         before checking which bits of the parent, not the child, value are
3266         valid.
3267
3268 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
3269
3270         PR gdb/15715
3271         * top.c: Include "filenames.h".
3272         (set_history_filename): New function.
3273         (init_main): Install it as set hook of the "set history filename"
3274         command.
3275
3276 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3277
3278         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3279         attribute parameter.
3280         (dwarf2_const_value_data): Constify struct attribute parameter.
3281         (dwarf2_const_value): Constify struct attribute parameter.
3282         (dwarf2_const_value_attr): Constify struct attribute parameter.
3283         (lookup_die_type): Constify struct attribute parameter.
3284         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3285         (follow_die_ref_or_sig): Constify struct attribute parameter.
3286         (follow_die_ref): Constify struct attribute parameter.
3287         (follow_die_sig): Constify struct attribute parameter.
3288         (get_DW_AT_signature_type): Constify struct attribute parameter.
3289         (get_type_unit_group): Constify struct attribute parameter.
3290         (fill_in_loclist_baton): Constify struct attribute parameter.
3291         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3292         (type_unit_group): Constify struct attribute parameter.
3293
3294 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3295
3296         * dwarf2read.c (attr_form_is_block): Make argument const.
3297         (attr_form_is_section_offset): Make argument const.
3298         (attr_form_is_constant): Make argument const.
3299         (attr_form_is_ref): Make argument const.
3300
3301 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3302
3303         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3304         All uses updated.
3305         (attr_form_is_ref): Moved below attr_form_is_constant.
3306
3307 2013-07-29  Doug Evans  <dje@google.com>
3308
3309         * main.c (captured_command_loop): Tweak comment.
3310
3311         * target.c (target_async_permitted_1): Fix comment.
3312
3313         * symtab.c (iterate_over_some_symtabs): Add comment.
3314
3315         * symtab.c (iterate_over_some_symtabs): Fix indentation.
3316
3317 2013-07-27  Yao Qi  <yao@codesourcery.com>
3318
3319         * NEWS: Mention that GDBserver now supports hardware
3320         watchpoints on the MIPS GNU/Linux target.
3321
3322 2013-07-27  Yao Qi  <yao@codesourcery.com>
3323
3324         * Makefile.in (HFILES_NO_SRCDIR): Add
3325         common/mips-linux-watch.h.
3326         (mips-linux-watch.o): New rule.
3327         * common/mips-linux-watch.c: New.
3328         * common/mips-linux-watch.h: New.
3329         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3330         * mips-linux-nat.c: Include mips-linux-watch.h.
3331         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3332         to common/mips-linux-watch.h.
3333         (MAX_DEBUG_REGISTER): Likewise.
3334         (enum pt_watch_style): Likewise.
3335         (struct mips32_watch_regs): Likewise.
3336         (struct mips64_watch_regs): Likewise.
3337         (struct pt_watch_regs): Likewise.
3338         (struct mips_watchpoint): Likewise.
3339         (mips_linux_watch_get_irw_mask): Move to
3340         common/mips-linux-watch.c.
3341         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3342         (mips_linux_watch_get_watchlo): Likewise.
3343         (mips_linux_watch_set_watchlo): Likewise.
3344         (mips_linux_watch_get_watchhi): Likewise.
3345         (mips_linux_watch_set_watchhi): Likewise.
3346         (mips_linux_read_watch_registers): Likewise.
3347         (mips_linux_watch_type_to_irw): Likewise.
3348         (mips_linux_stopped_data_address, fill_mask): Likewise.
3349         (mips_linux_watch_try_one_watch): Likewise.
3350         (mips_linux_watch_populate_regs): Likewise.
3351
3352 2013-07-27  Yao Qi  <yao@codesourcery.com>
3353
3354         * mips-linux-nat.c (get_irw_mask): Rename to ...
3355         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
3356         'set' to 'n'.  Update function comment.  All callers changed.
3357         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
3358         function comment.  All callers changed.
3359         (get_num_valid): Rename to ...
3360         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
3361         'set' to 'n'.  Update function comment.  All callers changed.
3362         (get_watchlo): Rename to ...
3363         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
3364         'set' to 'n'.  Update function comment.  All callers changed.
3365         (set_watchlo): Rename to ...
3366         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
3367         'set' to 'n'.  Update function comment.  All callers changed.
3368         (get_watchhi): Rename to ...
3369         (mips_linux_watch_get_watchhi): ... this.  Update function
3370         comment.  All callers changed.
3371         (set_watchhi): Rename to ...
3372         (mips_linux_watch_set_watchhi): ... this.  Update function
3373         comment.  All callers changed.
3374         (mips_linux_read_watch_registers): Update function comment.
3375         Add new parameters 'lwpid', 'watch_readback', and
3376         'watch_readback_valid'.  Update.
3377         (type_to_irw): Rename to ...
3378         (mips_linux_watch_type_to_irw): ... this.  Update function
3379         comment.  All callers changed.
3380         (fill_mask): Update function comment.
3381         (try_one_watch): Rename to ...
3382         (mips_linux_watch_try_one_watch): ... this.  Change the type
3383         of parameter 'irw' from 'unsigned' to 'uint32_t'.
3384         (populate_regs_from_watches): Rename to ...
3385         (mips_linux_watch_populate_regs): ... this.  Add parameter
3386         'current_watches'.  All callers changed.
3387
3388 2013-07-27  Yao Qi  <yao@codesourcery.com>
3389
3390         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3391         the code.
3392         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3393         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3394         (struct pt_watch_regs): Likewise.
3395         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3396         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3397         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3398         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3399         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3400
3401 2013-07-27  Yao Qi  <yao@codesourcery.com>
3402
3403         * breakpoint.h: Include break-common.h.
3404         (enum target_hw_bp_type): Move to ...
3405         * common/break-common.h: ... here.  New.
3406
3407 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
3408
3409         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3410         process group regardless of having tty on stdin.
3411
3412 2013-07-25  Doug Evans  <dje@google.com>
3413
3414         * linux-fork.h (detach_fork): Delete.
3415
3416 2013-07-25  Tom Tromey  <tromey@redhat.com>
3417
3418         PR remote/15256, PR remote/15266:
3419         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3420         * monitor.c (monitor_detach): Use unpush_target.
3421         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3422         * remote-mips.c (mips_detach): Use unpush_target.  Don't
3423         call mips_close.
3424         * remote-sim.c (gdbsim_detach): Use unpush_target.
3425         * target.c (pop_target): Remove.
3426         (pop_all_targets_above): Don't call target_close.
3427         (target_close): Assert that the target is unpushed.
3428         * target.h (pop_target): Don't declare.
3429         * tracepoint.c (tfile_open): Use unpush_target.
3430
3431 2013-07-25  Tom Tromey  <tromey@redhat.com>
3432
3433         * linux-thread-db.c (init_thread_db_ops): Call
3434         complete_target_initialization.
3435         (_initialize_thread_db): Don't call add_target.
3436         * target.c (complete_target_initialization): New function.
3437         (add_target_with_completer): Call it.
3438         * target.h (complete_target_initialization): Declare.
3439
3440 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3441
3442         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3443         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3444         (HPPANBSD_SIZEOF_GREGS): New define.
3445         (hppaobsd_supply_gregset): Handle additional registers.
3446         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3447         we provide more registers now.
3448         (hppabsd_supply_gregset): Supply additional registers.
3449         (hppabsd_collect_gregset): Collect additional registers.
3450
3451 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3452
3453         * hppabsd-tdep.c: Include "dwarf2-frame.h".
3454         (hppabsd_dwarf2_frame_init_reg): New function.
3455         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3456
3457 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3458
3459         * mi/mi-main.c (output_register): Make MI 'r' format use standard
3460         'z' format code.  Remove error for optimized out values, standard
3461         code will handle these fine.
3462
3463 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3464
3465         * NEWS: Mention new 'z' formatter.
3466         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3467         (_initialize_printcmd): Mention 'z' formatter in help text of the
3468         'x' command.
3469
3470 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
3471
3472         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3473         formatting.
3474
3475 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
3476
3477         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3478         interface can evaluate arguments.  Fallback to the old mode if it
3479         cannot.
3480         (create_exception_master_breakpoint): Likewise.
3481         * elfread.c (elf_can_evaluate_probe_arguments): New function.
3482         (struct sym_probe_fns elf_probe_fns): Export function above to the
3483         probe interface.
3484         * probe.c (can_evaluate_probe_arguments): New function.
3485         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3486         function pointer.
3487         (can_evaluate_probe_arguments): New function prototype.
3488         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3489         probe interface can evaluate arguments.  Fallback to the old mode
3490         if it cannot.
3491         * stap-probe.c (stap_get_probe_argument_count): Check if probe
3492         interface can evaluate arguments.  Warning the user if it cannot.
3493         (stap_can_evaluate_probe_arguments): New function.
3494         (struct probe_ops stap_probe_ops): Export function above to the
3495         probe interface.
3496         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3497         New function pointer.
3498
3499 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
3500
3501         * Makefile.in (SFILES): Add common/target-common.c.
3502         Add common/target-common.h to headers.
3503         (COMMON_OBS): Add target-common.o.
3504         (target-common.o): New target.
3505         * linux-nat.h (resume_kind): Move to common/target-common.h.
3506         * target.c (target_waitstatus_to_string): Move to
3507         common/target-common.c.
3508         * target.h: Include target-common.h.
3509         (target_waitkind): Move to common/target-common.h.
3510         (target_waitstatus): Likewise.
3511         (TARGET_WNOHANG): Likewise.
3512         * common/target-common.c: New file.
3513         * common/target-common.h: New file.
3514
3515 2013-07-24  Doug Evans  <dje@google.com>
3516
3517         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3518         a warning.
3519
3520 2013-07-23  Yao Qi  <yao@codesourcery.com>
3521
3522         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3523         parameter 'gdbarch'.
3524         (i386_stack_tramp_frame_sniffer): Caller update.
3525         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3526         parameter 'gdbarch' and 'target'.
3527         (i386_linux_core_read_description): Caller update.
3528         * amd64-linux-tdep.c (amd64_linux_core_read_description):
3529         Likewise.
3530         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3531         declaration.
3532
3533 2013-07-23  Tom Tromey  <tromey@redhat.com>
3534
3535         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3536         2013-07-22.
3537
3538 2013-07-22  Doug Evans  <dje@google.com>
3539
3540         * exec.h (remove_target_sections): Delete arg abfd.
3541         * exec.c (exec_close): Update call to remove_target_sections.
3542         (remove_target_sections): Delete arg abfd.
3543         * solib.c (update_solib_list): Ditto.
3544         (reload_shared_libraries_1): Ditto.
3545         (clear_solib): Ditto, and unconditionally call remove_target_sections.
3546         * target.h (struct target_section): Rename key to owner.
3547         All uses updated.
3548
3549 2013-07-22  Tom Tromey  <tromey@redhat.com>
3550
3551         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3552
3553 2013-07-22  Tom Tromey  <tromey@redhat.com>
3554
3555         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3556         Simplify cleanup handling.
3557
3558 2013-07-22  Tom Tromey  <tromey@redhat.com>
3559
3560         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3561         on all return paths.
3562
3563 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3564
3565         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3566         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3567         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3568
3569 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
3570
3571         * top.c (print_gdb_version): Add help, apropos description and
3572         url to online documentation.
3573
3574 2013-07-19  Hui Zhu  <hui@codesourcery.com>
3575
3576         PR gdb/15692
3577         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3578
3579 2013-07-19  Yao Qi  <yao@codesourcery.com>
3580
3581         * target.c (update_current_target): Change the default action
3582         of 'to_traceframe_info' from tcomplain to return_zero.
3583         * target.h (struct target_ops) <to_traceframe_info>: Add more
3584         comments.
3585         * valops.c (read_value_memory): Call
3586         traceframe_available_memory unconditionally.
3587
3588 2013-07-18  Yao Qi  <yao@codesourcery.com>
3589
3590         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3591         if the name is prefixed by "__imp_" or "_imp_", look for minimal
3592         symbol without prefix.  If found, set its type to
3593         'mst_solib_trampoline'.
3594
3595 2013-07-17  Doug Evans  <dje@google.com>
3596
3597         * NEWS: Mention "set print raw frame-arguments".
3598         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3599         * stack.c (print_raw_frame_arguments): New static global.
3600         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3601         (_initialize_stack): New command "set/show print raw frame-arguments".
3602         * valprint.c (setprintrawlist, showprintrawlist): New globals.
3603         (set_print_raw, show_print_raw): New functions.
3604         (_initialize_valprint): New prefix command "set/show print raw".
3605         * valprint.h (value_print_options): Improve comments.
3606
3607         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3608         of all *list variables.
3609
3610         * gdbcmd.h (togglelist): Delete.
3611         * cli/cli-cmds.c (togglelist): Delete.
3612         (init_cmd_lists): Update.
3613         * cli/cli-cmds.h (togglelist): Delete.
3614
3615 2013-07-17  Tom Tromey  <tromey@redhat.com>
3616
3617         * dwarf2read.c (dwarf2_per_objfile_free): Clear
3618         dwarf2_per_objfile.
3619
3620 2013-07-16  Doug Evans  <dje@google.com>
3621
3622         * nto-tdep.c (nto_relocate_section_addresses): Update,
3623         target_section.bfd deleted.
3624         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3625         * s390-tdep.c (s390_load): Ditto.
3626         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3627
3628 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
3629
3630         * common/format.c (parse_format_string): Add checks for NULL
3631         character before calling strchr.
3632
3633 2013-07-16  Doug Evans  <dje@google.com>
3634
3635         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3636         temp_pathname argument.
3637         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3638         when opening the file fails.
3639
3640         * target.h (struct target_section): Delete member bfd.
3641         All users updated to use the_bfd_section->owner instead.
3642         * exec.c (add_to_section_table): Assert bfd is expected value.
3643         Remove initialization of target_section.bfd.
3644         (remove_target_sections): Update.
3645         (section_table_available_memory): Update.
3646         (section_table_xfer_memory_partial): Update.
3647         (print_section_info): Update.
3648         (exec_set_section_address): Update.
3649         * record-full.c (record_full_core_xfer_partial): Update.
3650         * solib-svr4.c (svr4_relocate_section_addresses): Update.
3651         * solib-target.c (solib_target_relocate_section_addresses): Update.
3652         * symfile.c (build_section_addr_info_from_section_table): Update.
3653         * target.c (memory_xfer_live_readonly_partial): Update.
3654         (memory_xfer_partial_1): Update.
3655
3656 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3657
3658         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3659         now available for embedded (BookE) and server (BookS) processors,
3660         correct mentions of 'booke' and adjust comments accordingly in order to
3661         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3662         (have_ptrace_booke_interface): Rename function and variable
3663         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3664         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3665         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3666         'hwdebug_point_cmp'. Update all uses.
3667         (booke_find_thread_points_by_tid): Rename function
3668         'booke_find_thread_points_by_tid' to
3669         'hwdebug_find_thread_points_by_tid'. Update all uses.
3670         (booke_insert_point): Rename function 'booke_insert_point' to
3671         'hwdebug_insert_point'. Update all uses.
3672         (booke_remove_point): Rename function 'booke_remove_point' to
3673         'hwdebug_remove_point'. Update all uses.
3674
3675 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
3676
3677         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3678         numbers with enum values.
3679
3680 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
3681
3682         PR threads/13217
3683         * thread.c (thread_apply_all_command): Check for valid threads
3684         and thread count.
3685         (thread_array_cleanup): New struct.
3686         (set_thread_refcount): New function.
3687
3688 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
3689
3690         * infcmd.c (default_print_one_register_info): Reuse function
3691         print_hex_chars.
3692
3693 2013-07-10  Tom Tromey  <tromey@redhat.com>
3694
3695         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3696         (ada-exp.o): New target.
3697
3698 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3699
3700         * mt-tdep.c (mt_registers_info): Call
3701         get_no_prettyformat_print_options instead of
3702         get_raw_print_options (regression by last patch from Doug
3703         Evans).
3704
3705 2013-07-09  Pedro Alves  <palves@redhat.com>
3706
3707         Checked in by Joel Brobecker  <brobecker@adacore.com>.
3708         * ada-lang.c (coerce_unspec_val_to_type): Use
3709         value_optimized_out_const.
3710         * value.c (value_optimized_out_const): New function.
3711         * value.h (value_optimized_out_const): New declaration.
3712
3713 2013-07-09  Doug Evans  <dje@google.com>
3714
3715         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3716         Enum values rename as well.  All uses updated.
3717         * valprint.h (value_print_options): Rename member pretty to
3718         pretty format.  Rename member prettyprint_arrays to
3719         prettyformat_arrays.  Rename member prettyprint_structs to
3720         prettyformat_structs.  All uses updated.
3721         (get_no_prettyformat_print_options): Renamed from
3722         get_raw_print_options.
3723         * valprint.c (get_no_prettyformat_print_options): Renamed from
3724         get_raw_print_options.  All callers updated.
3725         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3726         All callers updated.
3727         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3728         All callers updated.
3729         (_initialize_valprint): Improve help text for "set print pretty" and
3730         "set print arrays".
3731
3732 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
3733
3734         * value.c (value_bits_valid): Revert previous change, and change
3735         by Pedro on 2013-07-04, due to regressions in
3736         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3737
3738 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
3739             Pedro Alves  <palves@redhat.com>
3740
3741         * value.c (value_bits_valid): If the value is not lval_computed
3742         or has no check validity handler then the answer is the
3743         optimized_out flag, otherwise defer to the handler.
3744
3745 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
3746
3747         * top.c (print_gdb_configuration): Explain in output of
3748         --configuration what does "relocatable" mean.
3749
3750         * main.c (print_gdb_help): Regroup options in the --help text.
3751         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3752         the relevant discussions.
3753
3754 2013-07-06  Yao Qi  <yao@codesourcery.com>
3755
3756         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3757         Remove parameter 'lsal'.
3758         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3759         to inner block.  Caller update.
3760         (base_breakpoint_create_breakpoints_sal): Update.
3761         (bkpt_create_breakpoints_sal): Likewise.
3762         (tracepoint_create_breakpoints_sal): Likewise.
3763         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3764         element 0 of vector 'canonical->sals'.
3765
3766 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
3767
3768         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3769         register number instead of the pseudo register one.
3770         (rs6000_dwarf2_reg_to_regnum): Likewise.
3771
3772 2013-07-04  Pedro Alves  <palves@redhat.com>
3773
3774         * findvar.c (value_of_register): Use allocate_optimized_out_value
3775         if the register has been optimized out, instead of
3776         set_value_optimized_out.
3777         * frame-unwind.c (frame_unwind_got_optimized): Use
3778         allocate_optimized_out_value.
3779
3780 2013-07-04  Pedro Alves  <palves@redhat.com>
3781
3782         * value.c (value_bits_valid): If the value is not lval_computed,
3783         or doesn't have a check_validity hook, assume the value is entirely
3784         valid.
3785
3786 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3787
3788         * stack.c (read_frame_arg): No longer fetch lazy values.
3789         * value.c (value_optimized_out): If the value is not already
3790         marked optimized out, and is lazy then fetch it.
3791         (value_primitive_field): Move optimized out check to later in the
3792         function, after we have loaded any lazy values.
3793         (value_fetch_lazy): Use optimized out flag directly rather than
3794         calling optimized_out method.
3795
3796 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3797
3798         * valops.c: Don't include "user-regs.h".
3799         (value_fetch_lazy): Moved to value.c.
3800         * value.c: Include "user-regs.h".
3801         (value_fetch_lazy): Moved from valops.c.
3802
3803 2013-07-04  Yao Qi  <yao@codesourcery.com>
3804
3805         Revert:
3806         2013-06-27  Yao Qi  <yao@codesourcery.com>
3807
3808         * common/create-version.sh: Update comments.  Handle the case
3809         that TARGET_ALIAS is empty.
3810
3811 2013-07-03  Pedro Alves  <palves@redhat.com>
3812
3813         * Makefile.in (config.status): Depend on development.sh.
3814         (aclocal_m4_deps): Add libmcheck.m4.
3815         * acinclude.m4: Include libmcheck.m4.
3816         * configure.ac: Source development.sh instead of setting
3817         'development' here.  --enable-libmcheck/--disable-libmcheck code
3818         factored out to GDB_AC_LIBMCHECK.  Run it.
3819         * development.sh: New file.
3820         * libmcheck.m4: New file.
3821         * configure: Regenerate.
3822
3823 2013-07-02  Tom Tromey  <tromey@redhat.com>
3824
3825         * contrib/ari/update-web-ari.sh: Update for version.in change.
3826
3827 2013-07-02  Tom Tromey  <tromey@redhat.com>
3828
3829         * common/ptid.h: Comment fixes.
3830
3831 2013-07-01  Tom Tromey  <tromey@redhat.com>
3832
3833         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3834         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
3835         (dwarf2_read_index, create_all_comp_units): Update.
3836
3837 2013-07-01  Tom Tromey  <tromey@redhat.com>
3838
3839         * configure.ac (build_warnings): Add -Wold-style-definition.
3840         * configure: Rebuild.
3841         * machoread.c (_initialize_machoread): Use "(void)".
3842         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3843         use "(void)".
3844
3845 2013-07-01  Tom Tromey  <tromey@redhat.com>
3846
3847         * configure.ac (build_warnings): Add -Wold-style-declaration.
3848         * configure: Rebuild.
3849         * dsrec.c (make_srec): Use "static const", not "const static".
3850         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3851         not "const static".
3852         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3853         Use "static const", not "const static".
3854         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3855         not "const static".
3856         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3857         not "const static".
3858         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3859         not "const static".
3860         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3861         not "const static".
3862         (v850_dbtrap_breakpoint_from_pc): Likewise.
3863         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3864         not "const static".
3865
3866 2013-07-01  Tom Tromey  <tromey@redhat.com>
3867
3868         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3869         * configure: Rebuild.
3870
3871 2013-07-01  Pedro Alves  <palves@redhat.com>
3872
3873         * defs.h: Include "pathmax.h".
3874         * utils.c: Don't include sys/param.h.
3875         (gdb_realpath): Remove code that checks for MAXPATHLEN.
3876         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3877         instead of MAXPATHLEN.
3878         * solib-sunos.c: Don't include sys/param.h.
3879         * xcoffread.c: Don't include sys/param.h.
3880         * bsd-kvm.c: Don't include sys/param.h.
3881         * darwin-nat.c: Don't include sys/param.h.
3882         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3883         * darwin-nat-info.c: Don't include sys/param.h.
3884         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3885         MAXPATHLEN.
3886         * i386obsd-nat.c: Don't include sys/param.h.
3887         * inf-child.c: Don't include sys/param.h.
3888         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3889         * linux-fork.c: Don't include sys/param.h.
3890         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3891         * linux-nat.c: Don't include sys/param.h.
3892         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3893         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3894         * m68klinux-nat.c: Don't include sys/param.h.
3895         * nbsd-nat.c: Don't include sys/param.h.
3896         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3897         * ppc-linux-nat.c: Don't include sys/param.h.
3898         * rs6000-nat.c: Don't include sys/param.h.
3899         * spu-linux-nat.c. Don't include sys/param.h.
3900         * windows-nat.c: Don't include sys/param.h.
3901         * xtensa-linux-nat.c: Don't include sys/param.h.
3902         * config/i386/nm-fbsd.h: Don't include sys/param.h.
3903
3904 2013-07-01  Pedro Alves  <palves@redhat.com>
3905
3906         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3907         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3908         * gnulib/aclocal.m4: Regenerate.
3909         * gnulib/config.in: Regenerate.
3910         * gnulib/configure: Regenerate.
3911         * gnulib/import/pathmax.h: New file.
3912         * gnulib/import/Makefile.am: Regenerate.
3913         * gnulib/import/Makefile.in: Regenerate.
3914         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3915         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3916         * gnulib/import/m4/pathmax.m4: New file.
3917
3918 2013-07-01  Pedro Alves  <palves@redhat.com>
3919
3920         * configure.ac (GDBINIT): Define, depending on host.
3921         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3922         * top.c (PATH_MAX): Delete fallback definition.
3923         (GDBINIT_FILENAME): Delete.
3924         (gdbinit): Reimplement as const char array set to the GDBINIT
3925         string constant.
3926         * top.h (gdbinit): Make const.
3927         * configure, config.in: Regenerate.
3928
3929 2013-07-01  Pedro Alves  <palves@redhat.com>
3930
3931         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3932         * cli/cli-cmds.h (source_script): Likewise.
3933         * exceptions.c (catch_command_errors_const): New function.
3934         * exceptions.h (catch_command_errors_const): Declare.
3935         * main.c (get_init_files): Make parameters const, and adjust.
3936         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3937         'local_gdbinit' locals const.  Adjust to use
3938         catch_command_errors_const.
3939         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3940         'local_gdbinit' locals const.
3941
3942 2013-07-01  Pedro Alves  <palves@redhat.com>
3943
3944         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3945         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3946         * tracepoint.c: Don't check HAVE_UNISTD_H before including
3947         <unistd.h>.
3948
3949 2013-07-01  Pedro Alves  <palves@redhat.com>
3950
3951         Import the "unistd" gnulib module.
3952         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3953         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3954         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3955         import/m4/unistd_h.m4.
3956         * gnulib/aclocal.m4: Renenerate.
3957         * gnulib/config.in: Renenerate.
3958         * gnulib/configure: Renenerate.
3959         * gnulib/import/Makefile.am: Renenerate.
3960         * gnulib/import/Makefile.in: Renenerate.
3961         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3962         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3963         * gnulib/import/m4/off_t.m4: New file.
3964         * gnulib/import/m4/ssize_t.m4: New file.
3965         * gnulib/import/m4/sys_types_h.m4: New file.
3966         * gnulib/import/m4/unistd_h.m4: New file.
3967         * gnulib/import/sys_types.in.h: New file.
3968         * gnulib/import/unistd.c: New file.
3969         * gnulib/import/unistd.in.h: New file.
3970
3971 2013-07-01  Pedro Alves  <palves@redhat.com>
3972
3973         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3974         defined instead of checking HAVE_UNISTD_H.
3975
3976 2013-07-01  Pedro Alves  <palves@redhat.com>
3977
3978         Reimport gnulib from scratch.
3979         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3980         import/m4/onceonly.m4.
3981         * gnulib/aclocal.m4: Renegerate.
3982         * gnulib/config.in: Renegerate.
3983         * gnulib/configure: Renegerate.
3984         * gnulib/import/Makefile.in: Renegerate.
3985         * gnulib/import/extra/update-copyright: Renegerate.
3986         * gnulib/import/m4/onceonly.m4: Delete.
3987
3988 2013-07-01  Pedro Alves  <palves@redhat.com>
3989
3990         * tui/tui-regs.c (pagination_enabled): Delete declaration.
3991
3992 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3993
3994         Code cleanup.
3995         * remote.c (async_remote_interrupt_twice): Make it static.
3996         * remote.h (async_remote_interrupt_twice): Remove the declaration.
3997
3998 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
3999
4000         * ia64-linux-tdep.c: Include <ctype.h>.
4001         (ia64_linux_stap_is_single_operand): New function.
4002         (ia64_linux_init_abi): Initialize SystemTap related attributes.
4003
4004 2013-06-28  Tom Tromey  <tromey@redhat.com>
4005
4006         * Makefile.in (version.c): Use version.in, not
4007         common/version.in.
4008         * common/create-version.sh: Likewise.
4009         * common/version.in: Move...
4010         * version.in: ...here.
4011
4012 2013-06-28  Pedro Alves  <palves@redhat.com>
4013
4014         * infrun.c (set_observer_mode): Don't declare pagination_enabled
4015         here.
4016         * utils.h (pagination_enabled): Declare.
4017
4018 2013-06-28  Pedro Alves  <palves@redhat.com>
4019
4020         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4021         Move higher up in file.
4022
4023 2013-06-28  Tom Tromey  <tromey@redhat.com>
4024
4025         * tracepoint.c (deprecated_readline_begin_hook)
4026         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4027         declare.
4028
4029 2013-06-28  Pedro Alves  <palves@redhat.com>
4030
4031         PR tui/14880
4032         * tui/tui-regs.c (tui_get_register): Fetch value contents before
4033         checking if they're available.
4034         * value.c (value_available_contents_eq): Change comment.
4035         * value.h (value_available_contents_eq): Expand comment.
4036
4037 2013-06-27  Tom Tromey  <tromey@redhat.com>
4038
4039         * target.c (find_run_target): Remove.
4040         * target.h (find_run_target): Remove.
4041
4042 2013-06-27  Tom Tromey  <tromey@redhat.com>
4043
4044         * corelow.c (core_gdbarch): Now static.
4045
4046 2013-06-27  Tom Tromey  <tromey@redhat.com>
4047
4048         * target.c (target_struct_index): Remove.
4049
4050 2013-06-27  Pedro Alves  <palves@redhat.com>
4051
4052         * infrun.c: Remove comment describing the 'stepping over runtime
4053         loader dynamic symbol resolution code' mechanism; moved to
4054         gdbint.texinfo.
4055
4056 2013-06-27  Pedro Alves  <palves@redhat.com>
4057
4058         * exceptions.c (catch_command_errors): Remove spurious space.
4059         * exceptions.h (catch_command_errors): Second parameter is "arg",
4060         not "command".
4061
4062 2013-06-27  Yao Qi  <yao@codesourcery.com>
4063
4064         * common/create-version.sh: Update comments.  Handle the case
4065         that TARGET_ALIAS is empty.
4066
4067 2013-06-26  Pedro Alves  <palves@redhat.com>
4068
4069         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4070         comment.
4071
4072 2013-06-26  Pedro Alves  <palves@redhat.com>
4073
4074         * infrun.c: Update comments on stepping over runtime loader
4075         dynamic symbol resolution code.
4076
4077 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
4078
4079         * ax-gdb.h (union exp_element): Forward declare.
4080         * parser-defs.h: Include expression.h.
4081
4082 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4083
4084         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4085
4086 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4087
4088         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4089
4090 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4091
4092         Fix trace-status to output proper start-time and stop-time.
4093         * tracepoint.c (trace_status_command): Fix type of printf arg to
4094         prevent improper type conversion.
4095         (trace_status_mi): Likewise.
4096
4097 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4098
4099         * mips-tdep.c (mips_next_pc): Fix a typo.
4100
4101 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4102
4103         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4104
4105 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4106             Yao Qi  <yao@codesourcery.com>
4107
4108         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4109         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4110         * mi/mi-main.c (print_variable_or_computed): New function.
4111         (mi_cmd_trace_frame_collected): New function.
4112         * tracepoint.c (find_trace_state_variable_by_number): New.
4113         (struct traceframe_info): Move to tracepoint.h
4114         (struct collection_list): Likewise.
4115         (do_collect_symbol): Include locals and arguments in the
4116         collected variables list.
4117         (clear_collection_list): Clear wholly collected variables list
4118         and computed variables list.
4119         (append_exp): New function.
4120         (encode_actions_1): Include variables in the wholly
4121         collected variables list.  Include memory ranges and
4122         full-fledged expressions in the computed expressions list.
4123         (encode_actions): Move some code to ...
4124         Return the cleanup chain.
4125         (encode_actions_rsp): ... here.  New function.
4126         (get_traceframe_location, get_traceframe_info): Remove static.
4127         * tracepoint.h (struct memrange): Moved from tracepoint.c.
4128         (struct collection_list): Moved from tracepoint.c.  Add two
4129         new fields 'wholly_collected' and 'computed'.
4130         (find_trace_state_variable_by_number): Declare.
4131         (encode_actions): Adjust declaration.
4132         (encode_actions_rsp): Declare.
4133         (get_traceframe_info, get_traceframe_location): Declare.
4134
4135         * NEWS: Mention new MI command -trace-frame-collected.
4136
4137 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4138             Yao Qi  <yao@codesourcery.com>
4139
4140         * ctf.c (ctf_traceframe_info): Push trace state variables
4141         present in the trace data into the traceframe info object.
4142         * breakpoint.c (DEF_VEC_I): Remove.
4143         * common/filestuff.c (DEF_VEC_I): Likewise.
4144         * dwarf2loc.c (DEF_VEC_I): Likewise.
4145         * mi/mi-main.c (DEF_VEC_I): Likewise.
4146         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4147         * features/traceframe-info.dtd: Add tvar element and its
4148         attributes.
4149         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4150         (build_traceframe_info): Push trace state variables present in
4151         the trace data into the traceframe info object.
4152         (traceframe_info_start_tvar): New function.
4153         (tvar_attributes): New.
4154         (traceframe_info_children): Add "tvar" element.
4155         * tracepoint.h (struct traceframe_info) <tvars>: New field.
4156
4157         * NEWS: Mention the change in GDB and GDBserver.
4158
4159 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4160             Yao Qi  <yao@codesourcery.com>
4161
4162         * tracepoint.c (trace_dump_command): Move code to ...
4163         (get_traceframe_location): ... here.  New.
4164
4165 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4166             Yao Qi  <yao@codesourcery.com>
4167
4168         * tracepoint.c (trace_dump_command): GDB emits an error
4169          instead of a warning when a traceframe is not selected.
4170
4171 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4172             Yao Qi  <yao@codesourcery.com>
4173
4174         * tracepoint.c (tracepoint_list, stepping_list): Remove.
4175         (clear_collection_list): Free fields 'aexpre_list' and 'list'
4176         in collection_list.
4177         (do_clear_collection_list, init_collection_list): New.
4178         (encode_actions): Add local variables 'tracepoint_list' and
4179         'stepping_list'.  Call init_collection_list and make cleanup
4180         which calls do_clear_collection_list.  Don't call
4181         clear_collection_list.
4182         (_initialize_tracepoint): Delete references to
4183         'tracepoint_list' and 'stepping_list'.
4184
4185 2013-06-25  Tom Tromey  <tromey@redhat.com>
4186
4187         * common/create-version.sh (date): Use "$", not "$$" in sed
4188         expression.
4189
4190 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
4191
4192         * NEWS (New targets): Add entry for TI MSP430.
4193
4194 2013-06-25  Yao Qi  <yao@codesourcery.com>
4195
4196         * remote.c (remote_start_remote): Move code to upload tsv
4197         earlier.
4198
4199 2013-06-25  Yao Qi  <yao@codesourcery.com>
4200             Hui Zhu  <hui@codesourcery.com>
4201             Pedro Alves  <palves@redhat.com>
4202
4203         PR breakpoints/15075
4204         PR breakpoints/15434
4205         * breakpoint.c (bpstat_stop_status): Call
4206         b->ops->after_condition_true.
4207         (update_dprintf_command_list): Don't append "continue" command
4208         to the command list of dprintf breakpoint.
4209         (base_breakpoint_after_condition_true): New function.
4210         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4211         (dprintf_after_condition_true): New function.
4212         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4213         * breakpoint.h (breakpoint_ops): Add after_condition_true.
4214
4215 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
4216
4217         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4218         (ALLDEPFILES): Add msp430-tdep.c.
4219         * configure.tgt (msp430*-*-elf): New target.
4220         * msp430-tdep.c: New file.
4221
4222 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4223
4224         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4225         microMIPS synthetic symbols.
4226
4227 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4228
4229         * objfiles.h (pc_in_section): New prototype.
4230         (in_plt_section): Remove name argument, replace prototype with
4231         static inline function.
4232         * mips-tdep.h: Include "objfiles.h".
4233         (in_mips_stubs_section): New function.
4234         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
4235         in_solib_call_trampoline member.
4236         (hppa_in_solib_call_trampoline): Remove name argument.
4237         * objfiles.c (pc_in_section): New function.
4238         (in_plt_section): Remove function.
4239         * mips-linux-tdep.c: Include "objfiles.h".
4240         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
4241         name argument.  Return 1 rather than the low 16-bit halfword of
4242         any instruction examined.
4243         (mips_linux_in_dynsym_resolve_code): Update
4244         mips_linux_in_dynsym_stub call accordingly.
4245         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4246         rather than an equivalent hand-coded sequence.
4247         * hppa-hpux-tdep.c (in_opd_section): Remove function.
4248         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4249         (hppa64_hpux_in_solib_call_trampoline): Likewise.
4250         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4251         in_opd_section.
4252         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4253         on call to tdep->in_solib_call_trampoline.
4254         (hppa_in_solib_call_trampoline): Remove name argument, update
4255         according to in_plt_section change.
4256         (hppa_skip_trampoline_code): Update according to in_plt_section
4257         change.
4258         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4259         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4260         Likewise.
4261         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4262         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4263         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4264         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4265         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4266         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4267         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4268         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4269         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4270         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4271         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4272         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4273         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4274
4275 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
4276
4277         * common/create-version.sh: Fix expansion of $host_alias
4278         and $target_alias in generation of HOST_NAME and TARGET_NAME
4279         (resp.).
4280
4281 2013-06-24  Tom Tromey  <tromey@redhat.com>
4282
4283         * common/create-version.sh: New file.
4284         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4285         create-version.sh.
4286         (HFILES_NO_SRCDIR): Use common/version.h.
4287         * version.in: Move to ...
4288         * common/version.in: ... here.  Replace date with "DATE".
4289         * version.h: Move to ...
4290         * common/version.h: ... here.
4291
4292 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4293
4294         * gdb/gnulib/Makefile.in: Update date in copyright header.
4295         * gdb/gnulib/configure.ac: Ditto.
4296         * gdb/gnulib/update-gnulib.sh: Ditto.
4297
4298 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4299
4300         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4301         "gdb/gnulib/import".
4302
4303 2013-06-21  Will Newton  <will.newton@linaro.org>
4304
4305         * doublest.c (ldfrexp): Remove function.
4306         (convert_doublest_to_floatformat): Call frexpl instead of
4307         ldfrexp.
4308
4309 2013-06-21  Will Newton  <will.newton@linaro.org>
4310
4311         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4312         * gnulib/aclocal.m4: Regenerate.
4313         * gnulib/config.in: Regenerate.
4314         * gnulib/configure: Regenerate.
4315         * gnulib/import/Makefile.am: Update.
4316         * gnulib/import/Makefile.in: Update.
4317         * gnulib/import/m4/gnulib-cache.m4: Update.
4318         * gnulib/import/m4/gnulib-comp.m4: Update.
4319         * gnulib/import/float+.h: Import.
4320         * gnulib/import/float.c: Import.
4321         * gnulib/import/float.in.h: Import.
4322         * gnulib/import/fpucw.h: Import.
4323         * gnulib/import/frexp.c: Import.
4324         * gnulib/import/frexpl.c: Import.
4325         * gnulib/import/isnan.c: Import.
4326         * gnulib/import/isnand-nolibm.h: Import.
4327         * gnulib/import/isnand.c: Import.
4328         * gnulib/import/isnanl-nolibm.h: Import.
4329         * gnulib/import/isnanl.c: Import.
4330         * gnulib/import/itold.c: Import.
4331         * gnulib/import/m4/exponentd.m4: Import.
4332         * gnulib/import/m4/exponentl.m4: Import.
4333         * gnulib/import/m4/float_h.m4: Import.
4334         * gnulib/import/m4/fpieee.m4: Import.
4335         * gnulib/import/m4/frexp.m4: Import.
4336         * gnulib/import/m4/frexpl.m4: Import.
4337         * gnulib/import/m4/isnand.m4: Import.
4338         * gnulib/import/m4/isnanl.m4: Import.
4339         * gnulib/import/m4/math_h.m4: Import.
4340         * gnulib/import/math.c: Import.
4341         * gnulib/import/math.in.h: Import.
4342
4343 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4344
4345         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4346         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4347         signature_INTEL_edx comparisons.
4348
4349 2013-06-20  Doug Evans  <dje@google.com>
4350
4351         symtab/15652
4352         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4353         All callers updated.
4354         (open_dwp_file): If we can't find the dwp file, search the basename
4355         in debug-file-directory.
4356
4357         * dwarf2read.c (struct dwp_file): Fix comment.
4358         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4359
4360         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4361         better.
4362
4363 2013-06-20  Yao Qi  <yao@codesourcery.com>
4364
4365         * breakpoint.c (create_breakpoint): Fix code indentation.
4366
4367 2013-06-20  Yao Qi  <yao@codesourcery.com>
4368
4369         * breakpoint.c (create_breakpoints_sal_default): Remove
4370         parameter 'lsal'.  Update declaration.
4371         (bkpt_create_breakpoints_sal): Caller update.
4372         (tracepoint_create_breakpoints_sal): Likewise.
4373
4374 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
4375             Yao Qi  <yao@codesourcery.com>
4376
4377         * NEWS: Mention the new option '--skip-unavailable' of command
4378         -data-list-register-values.
4379         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4380         --skip-unavailable option.  Adjust to use output_register.
4381         (output_register): Add new 'skip_unavailable' parameter.
4382         Handle it.
4383
4384 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
4385
4386         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4387         common/i386-gcc-cpuid.h.
4388         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4389         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4390         Copy the latest version from upstream gcc.
4391         * common/linux-btrace.c: Include i386-cpuid.h.
4392         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4393         call to i386_cpuid.
4394         (cpu_supports_btrace): Likewise.
4395         * go32-nat.c: Include i386-cpuid.h.
4396         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4397
4398 2013-06-19  Doug Evans  <dje@google.com>
4399
4400         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4401         (get_section_index): Ditto.
4402
4403 2013-06-19  Tom Tromey  <tromey@redhat.com>
4404
4405         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4406         "dprintf" help.
4407
4408 2013-06-18  Doug Evans  <dje@google.com>
4409
4410         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4411         before using it.
4412         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4413         Move test of cu_index closer to use.  Print complaint if cu_index
4414         is bad.
4415
4416 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4417
4418         * machoread.c (oso_vector): Delete this global.
4419         (macho_register_oso): Add new parameter "oso_vector_ptr".
4420         Use it instead of the "oso_vector" global.
4421         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4422         (macho_symfile_read): Use a local oso_vector, to be free'ed
4423         at the end of this function, in place of the old "oso_vector"
4424         global.  Update various function calls accordingly.  Use one
4425         single cleanup chain for the entire function.
4426
4427 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4428
4429         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4430         DWARF2_PER_OBJFILE by uses of DATA instead.
4431
4432 2013-06-18  Tom Tromey  <tromey@redhat.com>
4433
4434         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4435         argument.
4436         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4437         Special case signals other than GDB_SIGNAL_TRAP.
4438         (explains_signal_watchpoint): New function.
4439         (base_breakpoint_explains_signal): Add 'sig' argument.
4440         (initialize_breakpoint_ops): Set 'explains_signal' method for
4441         watchpoints.
4442         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4443         signal argument.
4444         (bpstat_explains_signal): Likewise.
4445         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4446
4447 2013-06-18  Tom Tromey  <tromey@redhat.com>
4448
4449         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4450
4451 2013-06-18  Tom Tromey  <tromey@redhat.com>
4452
4453         * python/python.c (finish_python_initialization): Decref
4454         'pythondir' on failure path as well.
4455
4456 2013-06-18  Tom Tromey  <tromey@redhat.com>
4457
4458         PR symtab/15391:
4459         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4460         after taking bits_to_skip into account.  Sign extend byte_offset.
4461         * utils.h (gdb_sign_extend): Declare.
4462         * utils.c (gdb_sign_extend): New function.
4463
4464 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4465
4466         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4467
4468 2013-06-17  Pierre Muller  <muller@sourceware.org>
4469
4470         * corelow.c (core_open): Print GDB signal name instead of target
4471         signal number.
4472
4473 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
4474
4475         * .gitignore: Add /gcore.
4476
4477 2013-06-13  Doug Evans  <dje@google.com>
4478
4479         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4480         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4481
4482 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
4483
4484         * stack.c (backtrace_command_1): Fix indentation.
4485
4486 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4487
4488         * window-nat.c (thread_rec): Add missing empty line after
4489         local variable declaration.
4490
4491 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4492
4493         * windows-nat.c (thread_rec): Revert format used to print
4494         error code returned by SuspendThread from %d back to %u.
4495
4496 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4497
4498         * windows-nat.c (windows_continue): Add "0x" prefix for thread
4499         ID in debug trace.
4500         (get_windows_debug_event): Likewise, for all debug traces.
4501
4502 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4503
4504         * window-nat.c (thread_rec): Add thread ID in SuspendThread
4505         warning message.
4506
4507 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
4508             Yao Qi  <yao@codesourcery.com>
4509
4510         * mi/mi-main.c (get_register): Remove declaration.
4511         (output_register): Declare.
4512         (mi_cmd_data_list_register_values): Remove local variable
4513         'tuple_cleanup'.  Move some code into output_register.
4514         (get_register): Renamed to ...
4515         (output_register): ... this.  Output the register's
4516         "number" ui_out tuple here.
4517
4518 2013-06-07  Pedro Alves  <palves@redhat.com>
4519
4520         * darwin-nat.c: Fix formating in copyright header.
4521         * darwin-nat.h: Likewise.
4522         * gnu-nat.c: Likewise.
4523         * machoread.c: Likewise.
4524
4525 2013-06-07  Pedro Alves  <palves@redhat.com>
4526
4527         PR server/14823
4528         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
4529         static.  Output a global target description pointer.
4530         (init_registers_${name}): Adjust to initialize a
4531         target description structure.
4532
4533 2013-06-07  Will Newton  <will.newton@linaro.org>
4534
4535         * printcmd.c (build_address_symbolic): Call
4536         gdbarch_addr_bits_remove for text minimal symbols.
4537
4538 2013-06-07  Will Newton  <will.newton@linaro.org>
4539
4540         * MAINTAINERS: Add myself to Write After Approval.
4541
4542 2013-06-07  Yao Qi  <yao@codesourcery.com>
4543
4544         * tracepoint.c (start_tracing): Move code to ...
4545         (trace_reset_local_state): ... here.  New.
4546         (disconnect_tracing): Don't call set_current_traceframe,
4547         set_tracepoint_num, and set_traceframe_context. Call
4548         trace_reset_local_state instead.
4549         (tfile_close): Call trace_reset_local_state.
4550         * ctf.c (ctf_close): Likewise.
4551         * remote.c (remote_close): Likewise.
4552         * tracepoint.h (trace_reset_local_state): Declare.
4553
4554 2013-06-06  Doug Evans  <dje@google.com>
4555
4556         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4557         and fix header docs.
4558
4559 2013-06-05  Doug Evans  <dje@google.com>
4560             Keith Seitz  <keiths@redhat.com>
4561
4562         PR 15519
4563         * cp-namespace.c (find_symbol_in_baseclass): Call
4564         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4565         Check result of call to lookup_symbol_static.
4566         Call lookup_static_symbol_aux unconditionally.
4567         Call check_typedef on base types before accessing them.
4568         (cp_lookup_nested_symbol): Fix comment.
4569
4570 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
4571
4572         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4573         minimal symbols pointing to function descriptors.
4574
4575 2013-06-05  Tom Tromey  <tromey@redhat.com>
4576
4577         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4578
4579 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4580             Pedro Alves  <palves@redhat.com>
4581
4582         * remote.c (remote_wait_as): Restore signal handler before returning
4583         when GDB gets a notification.
4584
4585 2013-06-04  Gary Benson  <gbenson@redhat.com>
4586
4587         PR 2328
4588         * breakpoint.h (handle_solib_event): Moved function declaration
4589         to solib.h.
4590         * breakpoint.c (handle_solib_event): Moved function to solib.c.
4591         (bpstat_stop_status): Pass new argument to handle_solib_event.
4592         * solib.h (update_solib_breakpoints): New function declaration.
4593         (handle_solib_event): Moved function declaration from
4594         breakpoint.h.
4595         * solib.c (update_solib_breakpoints): New function.
4596         (handle_solib_event): Moved function from breakpoint.c.
4597         Updated to call solib_ops->handle_event if not NULL.
4598         * solist.h (target_so_ops): New fields "update_breakpoints" and
4599         "handle_event".
4600         * infrun.c (set_stop_on_solib_events): New function.
4601         (_initialize_infrun): Use the above for "set
4602         stop-on-solib-events".
4603         (handle_inferior_event): Pass new argument to handle_solib_event.
4604         * solib-svr4.c (probe.h): New include.
4605         (svr4_free_library_list): New forward declaration.
4606         (probe_action): New enum.
4607         (probe_info): New struct.
4608         (probe_info): New static variable.
4609         (NUM_PROBES): New definition.
4610         (svr4_info): New fields "using_xfer", "probes_table" and
4611         "solib_list".
4612         (free_probes_table): New function.
4613         (free_solib_list): New function.
4614         (svr4_pspace_data_cleanup): Free probes table and solib list.
4615         (svr4_copy_library_list): New function.
4616         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4617         (svr4_read_so_list): New parameter "prev_lm".
4618         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4619         (svr4_current_sos): New function.
4620         (probe_and_action): New struct.
4621         (hash_probe_and_action): New function.
4622         (equal_probe_and_action): Likewise.
4623         (register_solib_event_probe): Likewise.
4624         (solib_event_probe_at): Likewise.
4625         (solib_event_probe_action): Likewise.
4626         (solist_update_full): Likewise.
4627         (solist_update_incremental): Likewise.
4628         (disable_probes_interface_cleanup): Likewise.
4629         (svr4_handle_solib_event): Likewise.
4630         (svr4_update_solib_event_breakpoint): Likewise.
4631         (svr4_update_solib_event_breakpoints): Likewise.
4632         (svr4_create_solib_event_breakpoints): Likewise.
4633         (enable_break): Free probes table before creating breakpoints.
4634         Use svr4_create_solib_event_breakpoints to create breakpoints.
4635         (svr4_solib_create_inferior_hook): Free the solib list.
4636         (_initialize_svr4_solib): Initialise
4637         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4638
4639 2013-06-04  Gary Benson  <gbenson@redhat.com>
4640
4641         * target.h (target_ops): New field
4642         "to_augmented_libraries_svr4_read".
4643         (target_augmented_libraries_svr4_read): New macro.
4644         * target.c (update_current_target): Handle
4645         to_augmented_libraries_svr4_read.
4646         * remote.c (remote_state): New field
4647         "augmented_libraries_svr4_read".
4648         (remote_augmented_libraries_svr4_read_feature): New function.
4649         (remote_protocol_features): Add entry for
4650         "augmented-libraries-svr4-read".
4651         (remote_augmented_libraries_svr4_read): New function.
4652         (init_remote_ops): Initialize
4653         remote_ops.to_augmented_libraries_svr4_read.
4654
4655 2013-06-04  Gary Benson  <gbenson@redhat.com>
4656
4657         * NEWS: Update.
4658
4659 2013-06-04  Gary Benson  <gbenson@redhat.com>
4660
4661         * objfiles.h (inhibit_section_map_updates): New function
4662         declaration.
4663         (resume_section_map_updates): Likewise.
4664         (resume_section_map_updates_cleanup): Likewise.
4665         * objfiles.c (objfile_pspace_info): Removed field
4666         "objfiles_changed_p".  New fields "new_objfiles_available",
4667         "section_map_dirty" and "inhibit_updates".
4668         (allocate_objfile): Set new_objfiles_available.
4669         (free_objfile): Set section_map_dirty.
4670         (objfile_relocate1): Likewise.
4671         (in_plt_section): Likewise.
4672         (find_pc_section): Update the conditions under which the
4673         section map will be updated.
4674         (inhibit_section_map_updates): New function.
4675         (resume_section_map_updates): Likewise.
4676         (resume_section_map_updates_cleanup): Likewise.
4677
4678 2013-06-04  Gary Benson  <gbenson@redhat.com>
4679
4680         * probe.h (get_probe_argument_count): New declaration.
4681         (evaluate_probe_argument): Likewise.
4682         * probe.c (get_probe_argument_count): New function.
4683         (evaluate_probe_argument): Likewise.
4684         (probe_safe_evaluate_at_pc): Use the above new functions.
4685
4686 2013-06-04  Alan Modra  <amodra@gmail.com>
4687
4688         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4689         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4690         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
4691         target mem reads on optional insns.
4692         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4693         ppc_insns_match_pattern calls.
4694         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4695         Add match for power7 thread safety insns, and new order of
4696         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
4697         invocation in comment, and update rest of comment.
4698         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4699         PPC64_STANDARD_LINKAGE3_LEN): Delete.
4700         (ppc64_standard_linkage2_target): Update insn offsets.
4701         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
4702         stubs first.  Update calls.
4703
4704 2013-06-04  Yao Qi  <yao@codesourcery.com>
4705
4706         * solib.c (solib_find): Don't need dir separator if path has
4707         drive spec.
4708
4709 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
4710
4711         Revert (indirectly causes a SIGSEGV):
4712         * machoread.c (macho_symfile_read): Assign first cleanup to
4713         'back_to'.
4714
4715 2013-06-03  Yao Qi  <yao@codesourcery.com>
4716
4717         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4718         mi-parse.c.  Make them static.
4719         (mi_all_values): Likewise.
4720         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
4721         mi_parse_print_values.  Make it external.
4722         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4723         Remove the declarations.
4724         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4725         * mi/mi-parse.h (mi_parse_print_values): Declare.
4726         * mi/mi-cmd-stack.c: Include mi-parse.h.
4727         (parse_print_values): Remove
4728         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4729         of parse_print_values.
4730         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4731
4732 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
4733             Yao Qi  <yao@codesourcery.com>
4734
4735         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4736         (encode_actions): Move code to ...
4737         (all_tracepoint_actions_and_cleanup): ... here.  New.
4738         (trace_dump_command): Likewise.
4739
4740 2013-05-30  Tom Tromey  <tromey@redhat.com>
4741
4742         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4743
4744 2013-05-30  Tom Tromey  <tromey@redhat.com>
4745
4746         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4747         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
4748         'old_chain' argument.  Add 'parser_result' argument.
4749         (gdb_xml_create_parser_and_cleanup): Remove old version.
4750         (gdb_xml_parse_quick): Update.
4751         (xml_process_xincludes): Update.
4752         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4753         declare.
4754
4755 2013-05-30  Tom Tromey  <tromey@redhat.com>
4756
4757         * probe.c (collect_probes): Check arguments for NULL before
4758         calling compile_rx_or_error.
4759         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4760         Remove NULL return.
4761
4762 2013-05-30  Tom Tromey  <tromey@redhat.com>
4763
4764         * infrun.c (adjust_pc_after_break): Introduce an outer null
4765         cleanup.
4766
4767 2013-05-30  Tom Tromey  <tromey@redhat.com>
4768
4769         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4770
4771 2013-05-30  Tom Tromey  <tromey@redhat.com>
4772
4773         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4774         for 'old_chain'.  Do not check 'head' before processing
4775         cleanups.
4776
4777 2013-05-30  Tom Tromey  <tromey@redhat.com>
4778
4779         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4780         "cleanup_tuple".
4781
4782 2013-05-30  Tom Tromey  <tromey@redhat.com>
4783
4784         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4785         inner scope.  Unconditionally call do_cleanups.
4786
4787 2013-05-30  Tom Tromey  <tromey@redhat.com>
4788
4789         * source.c (find_and_open_source): Call do_cleanups.
4790
4791 2013-05-30  Tom Tromey  <tromey@redhat.com>
4792
4793         * linux-thread-db.c (thread_db_load_search): Unconditionally
4794         call do_cleanups.
4795
4796 2013-05-30  Tom Tromey  <tromey@redhat.com>
4797
4798         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4799         for 'cleanup'; instead use a later one.
4800
4801 2013-05-30  Tom Tromey  <tromey@redhat.com>
4802
4803         * python/py-breakpoint.c (bppy_get_commands): Use
4804         explicit, unconditional return.
4805         * python/py-frame.c (frapy_read_var): Likewise.
4806         * python/python.c (gdbpy_decode_line): Likewise.
4807
4808 2013-05-30  Tom Tromey  <tromey@redhat.com>
4809
4810         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4811         do_cleanups on all return paths.
4812
4813 2013-05-30  Tom Tromey  <tromey@redhat.com>
4814
4815         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4816
4817 2013-05-30  Tom Tromey  <tromey@redhat.com>
4818
4819         * stabsread.c (read_struct_type): Call do_cleanups along
4820         all return paths.
4821
4822 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
4823
4824         * mips-linux-tdep.c: Adjust formatting throughout.
4825
4826 2013-05-30  Tom Tromey  <tromey@redhat.com>
4827
4828         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4829         along all return paths.
4830
4831 2013-05-30  Tom Tromey  <tromey@redhat.com>
4832
4833         * symfile.c (find_separate_debug_file): Call do_cleanups
4834         along all return paths.
4835
4836 2013-05-30  Tom Tromey  <tromey@redhat.com>
4837
4838         * symtab.c (search_symbols): Introduce a null cleanup for
4839         'retval_chain'.
4840
4841 2013-05-30  Tom Tromey  <tromey@redhat.com>
4842
4843         * python/py-value.c (valpy_binop): Call do_cleanups before
4844         exiting loop.
4845
4846 2013-05-30  Tom Tromey  <tromey@redhat.com>
4847
4848         * python/py-prettyprint.c (print_children): Remove extra
4849         do_cleanups call.
4850
4851 2013-05-30  Tom Tromey  <tromey@redhat.com>
4852
4853         * python/py-frame.c (frapy_read_var): Call do_cleanups along
4854         all return paths.
4855
4856 2013-05-30  Tom Tromey  <tromey@redhat.com>
4857
4858         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4859         along all return paths.
4860
4861 2013-05-30  Tom Tromey  <tromey@redhat.com>
4862
4863         * cli/cli-logging.c (set_logging_redirect): Unconditionally
4864         call do_cleanups.
4865
4866 2013-05-30  Tom Tromey  <tromey@redhat.com>
4867
4868         * varobj.c (c_value_of_root): Call do_cleanups along all
4869         return paths.
4870
4871 2013-05-30  Tom Tromey  <tromey@redhat.com>
4872
4873         * tracepoint.c (trace_dump_command): Unconditionally call
4874         do_cleanups.
4875
4876 2013-05-30  Tom Tromey  <tromey@redhat.com>
4877
4878         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4879         do_cleanups earlier.
4880
4881 2013-05-30  Tom Tromey  <tromey@redhat.com>
4882
4883         * machoread.c (macho_symfile_read): Assign first cleanup to
4884         'back_to'.
4885
4886 2013-05-30  Tom Tromey  <tromey@redhat.com>
4887
4888         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4889
4890 2013-05-30  Tom Tromey  <tromey@redhat.com>
4891
4892         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4893
4894 2013-05-30  Tom Tromey  <tromey@redhat.com>
4895
4896         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4897         call discard_cleanups.
4898         (inf_ptrace_attach): Likewise.
4899
4900 2013-05-30  Tom Tromey  <tromey@redhat.com>
4901
4902         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4903         return paths.
4904         (mips_initialize): Likewise.
4905         (common_open): Call do_cleanups.
4906
4907 2013-05-30  Tom Tromey  <tromey@redhat.com>
4908
4909         * utils.c (internal_vproblem): Call do_cleanups.
4910
4911 2013-05-30  Tom Tromey  <tromey@redhat.com>
4912
4913         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4914
4915 2013-05-30  Tom Tromey  <tromey@redhat.com>
4916
4917         * cli/cli-script.c (setup_user_args): Don't return after error.
4918
4919 2013-05-30  Tom Tromey  <tromey@redhat.com>
4920
4921         * somread.c (som_symtab_read): Call do_cleanups.
4922
4923 2013-05-30  Tom Tromey  <tromey@redhat.com>
4924
4925         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4926
4927 2013-05-30  Tom Tromey  <tromey@redhat.com>
4928
4929         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4930         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4931         * interps.c (interpreter_exec_cmd): Call do_cleanups.
4932         * source.c (show_substitute_path_command): Call do_cleanups.
4933         (unset_substitute_path_command, set_substitute_path_command):
4934         Likewise.
4935         * symfile.c (load_command): Call do_cleanups.
4936
4937 2013-05-30  Tom Tromey  <tromey@redhat.com>
4938
4939         * contrib/cleanup_check.py: New file.
4940         * contrib/gcc-with-excheck: Add option parsing.
4941
4942 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
4943
4944         * windows-nat.c (windows_delete_thread): Add missing space
4945         in cast expression.
4946
4947 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
4948
4949         * inferior.c (top level): Include tilde.h.
4950         (add_inferior_command): Call tilde_expand on the value of 'exec'
4951         argument.
4952
4953 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
4954             Yao Qi  <yao@codesourcery.com>
4955
4956         * tracepoint.c (encode_actions_1): Remove parameter 't'.
4957         Caller update.
4958         (encode_actions): Likewise.
4959         * remote.c (remote_download_tracepoint): Caller update.
4960         * tracepoint.h (encode_actions): Update declaration.
4961
4962 2013-05-30  Pedro Alves  <palves@redhat.com>
4963
4964         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4965         pointer.
4966
4967 2013-05-30  Yao Qi  <yao@codesourcery.com>
4968
4969         * remote.c (remote_check_symbols): Remove unused parameter
4970         'objfile'.
4971         Declaration update.
4972         (remote_start_remote, remote_new_objfile): Caller update.
4973
4974 2013-05-30  Yao Qi  <yao@codesourcery.com>
4975
4976         * mi/mi-cmds.c (mi_cmds): Define MI command
4977         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4978         DEF_MI_CMD_CLI.
4979
4980 2013-05-29  Pedro Alves  <palves@redhat.com>
4981
4982         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4983         (remote_insert_watchpoint, remote_remove_watchpoint)
4984         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4985         (remote_verify_memory, compare_sections_command)
4986         (remote_search_memory): Set the general process/thread on the
4987         remote side.
4988
4989 2013-05-29  Pedro Alves  <palves@redhat.com>
4990
4991         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4992         (_initialize_aarch64_tdep): Don't call
4993         initialize_tdesc_aarch64_without_fpu.
4994         * features/Makefile (WHICH): Remove reference to
4995         aarch64-without-fpu.
4996         * features/aarch64-without-fpu.c: Delete file.
4997         * regformats/aarch64-without-fpu.dat: Delete file.
4998
4999 2013-05-28  Yao Qi  <yao@codesourcery.com>
5000
5001         * tracepoint.c (stringify_collection_list): Remove parameter
5002         'string'.
5003         (encode_actions): Caller update.  Remove local variables.
5004
5005 2013-05-24  Yao Qi  <yao@codesourcery.com>
5006
5007         * tracepoint.c (TFILE_PID): Remove.
5008         (tfile_open): Don't add thread and inferior.
5009         (tfile_close): Don't set 'inferior_ptid'.  Don't call
5010         exit_inferior_silent.
5011         (tfile_thread_alive): Remove.
5012         (init_tfile_ops): Don't set field 'to_thread_alive' of
5013         tfile_ops.
5014
5015 2013-05-23  Doug Evans  <dje@google.com>
5016
5017         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5018
5019 2013-05-23  Pedro Alves  <palves@redhat.com>
5020
5021         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5022         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5023         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5024         Only define if HAVE_SOCKETS is defined.
5025         * configure.ac: Check for sys/socket.h.
5026         * config.in, configure: Regenerate.
5027
5028 2013-05-23  Pedro Alves  <palves@redhat.com>
5029
5030         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5031         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5032         printing uint32_t variables.
5033
5034 2013-05-23  Pedro Alves  <palves@redhat.com>
5035
5036         * NEWS: Mention GDBserver range stepping support.
5037
5038 2013-05-23  Yao Qi  <yao@codesourcery.com>
5039             Pedro Alves  <palves@redhat.com>
5040
5041         * gdbthread.h (struct thread_control_state) <may_range_step>: New
5042         field.
5043         * infcmd.c (step_once, until_next_command): Enable range stepping.
5044         * infrun.c (displaced_step_prepare): Disable range stepping.
5045         (resume): Disable range stepping if stepping over a breakpoint or
5046         we have software watchpoints.  If range stepping is enabled,
5047         assert the thread is in the stepping range.
5048         (clear_proceed_status_thread): Clear may_range_step.
5049         (handle_inferior_event): Disable range stepping as soon as we know
5050         the thread that hit the event.  Re-enable it whenever we're going
5051         to step with a step range.
5052         * remote.c (struct vCont_action_support) <r>: New field.
5053         (use_range_stepping): New global.
5054         (remote_vcont_probe): Handle 'r' action.
5055         (append_resumption): Append an 'r' action if the thread may range
5056         step.
5057         (show_range_stepping): New function.
5058         (set_range_stepping): New function.
5059         (_initialize_remote): Call add_setshow_boolean_cmd to register the
5060         'set range-stepping' and 'show range-stepping' commands.
5061         * NEWS: Mention range stepping, the new vCont;r action, and the
5062         new "set/show range-stepping" commands.
5063
5064 2013-05-23  Yao Qi  <yao@codesourcery.com>
5065             Pedro Alves  <palves@redhat.com>
5066
5067         * remote.c (struct vCont_action_support): New struct.
5068         (struct remote_state) <support_vCont_t>: Remove field.
5069         <vCont_actions_support>: New field.
5070         (remote_vcont_probe, remote_stop_ns): Update.
5071
5072 2013-05-23  Yao Qi  <yao@codesourcery.com>
5073             Pedro Alves  <palves@redhat.com>
5074
5075         * gdbthread.h (pc_in_thread_step_range): New declaration.
5076         * thread.c (pc_in_thread_step_range): New function.
5077         * infrun.c (handle_inferior_event): Use it.
5078
5079 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
5080
5081         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5082         of sprintf.
5083
5084 2013-05-22  Keith Seitz  <keiths@redhat.com>
5085
5086         * ada-lang.c (is_known_support_routine): Add explicit free of
5087         'func_name' from find_frame_funname.
5088         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5089         for func_name from find_frame_funname.
5090         * python/py-frame.c (frapy_name): Add explicit free of
5091         'name' from find_frame_funname.
5092         * stack.c (find_frame_funname): Add comment explaining that
5093         funcp must be freed by the caller.
5094         Return copy of symbol names instead of pointers.
5095         (print_frame): Add a cleanup for 'funname' from
5096         find_frame_funname.
5097         * stack.h (find_frame_funname): Remove "const" from
5098         'funname' parameter.
5099
5100 2013-05-22  Tom Tromey  <tromey@redhat.com>
5101
5102         PR c++/15401:
5103         * c-valprint.c (c_value_print): Use value_addr for
5104         references.  Convert back to reference type with value_ref.
5105
5106 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
5107
5108         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5109         unloaded DLL, it will be done by handle_solib_event.  See
5110         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5111         details.
5112
5113 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
5114
5115         * ui-out.c: Create typedef ui_out_level_p and define vector
5116         operations for that type.
5117         (struct ui_out): Use a vector instead of an array.
5118         (current_level): Return level from a vector.
5119         (push_level): Create a level in a vector.
5120         (pop_level): Delete a level in a vector.
5121         (ui_out_new): Create initial level zero level, and store in a
5122         vector.
5123         (ui_out_destroy): Add vector cleanup.
5124
5125 2013-05-22  Pedro Alves  <palves@redhat.com>
5126
5127         * python/python-internal.h (gdb_Py_DECREF): Tag with
5128         "ARI: editCase function".
5129
5130 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5131
5132         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5133
5134 2013-05-21  Pedro Alves  <palves@redhat.com>
5135
5136         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5137         whether PRINTER is NULL before installing a Py_DECREF cleanup.
5138         * python/py-utils.c (py_decref): Don't check for NULL before
5139         calling Py_DECREF.
5140
5141 2013-05-21  Pedro Alves  <palves@redhat.com>
5142
5143         * python/py-utils.c (py_decref): Remove extra braces.
5144         (gdb_pymodule_addobject): Remove extra braces.
5145         * python-internal.h (gdb_Py_DECREF): New static inline function.
5146         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5147
5148 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5149
5150         * breakpoints.c (detach_breakpoints): Do not
5151         detach breakpoints locations with loc_type bp_loc_other.
5152
5153 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5154
5155         Workaround Python 2.6.
5156         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5157         a block.
5158
5159 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5160
5161         Code cleanup: constification.
5162         * solib.c (solib_ops): Make return type and ops variable type const.
5163         (set_solib_ops): Make the new_ops parameter and ops variable const.
5164         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5165         (solib_add, solib_keep_data_in_core, clear_solib)
5166         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5167         (reload_shared_libraries, solib_global_lookup): Make the ops variable
5168         const.
5169         * solib.h (set_solib_ops): Make the new_ops parameter const.
5170
5171 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5172
5173         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5174         variable.
5175         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5176         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5177         (SYSTEM_GDBINIT_FILES): New variables.
5178         (all): Add stamp-system-gdbinit.
5179         (stamp-system-gdbinit): New rule.
5180         (clean-system-gdbinit, install-system-gdbinit)
5181         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
5182         (install-only): Add dependency on install-system-gdbinit.
5183         (uninstall): Add dependency on uninstall-system-gdbinit.
5184         (clean): Add dependency on clean-system-gdbinit.
5185         * system-gdbinit/elinos.py: New file.
5186         * system-gdbinit/wrs-linux.py: New file.
5187
5188 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5189
5190         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5191
5192 2013-05-21  Hui Zhu  <hui@codesourcery.com>
5193
5194         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5195         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5196         * mi/mi-cmd-break.c (ctype.h): New include.
5197         (gdb_obstack.h): New include.
5198         (mi_argv_to_format, mi_cmd_break_insert_1): New.
5199         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5200         (mi_cmd_dprintf_insert): New.
5201         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5202         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5203
5204 2013-05-20  Tom Tromey  <tromey@redhat.com>
5205
5206         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5207
5208 2013-05-20  Tom Tromey  <tromey@redhat.com>
5209
5210         * python/py-value.c (valpy_get_dynamic_type): Simplify
5211         dynamic_type assignment.  Use Py_XINCREF.
5212
5213 2013-05-20  Tom Tromey  <tromey@redhat.com>
5214
5215         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5216
5217 2013-05-20  Tom Tromey  <tromey@redhat.com>
5218
5219         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5220         (gdbpy_selected_frame): Move object-construction code
5221         out of TRY_CATCH.
5222
5223 2013-05-20  Tom Tromey  <tromey@redhat.com>
5224
5225         * python/py-arch.c (gdbpy_initialize_arch): Use
5226         gdb_pymodule_addobject.
5227         * python/py-block.c (gdbpy_initialize_blocks): Use
5228         gdb_pymodule_addobject.
5229         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5230         gdb_pymodule_addobject.
5231         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
5232         gdb_pymodule_addobject.
5233         * python/py-event.c (gdbpy_initialize_event_generic): Use
5234         gdb_pymodule_addobject.
5235         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
5236         gdb_pymodule_addobject.
5237         * python/py-evts.c (add_new_registry): Use
5238         gdb_pymodule_addobject.
5239         (gdbpy_initialize_py_events): Likewise.
5240         * python/py-finishbreakpoint.c
5241         (gdbpy_initialize_finishbreakpoints): Use
5242         gdb_pymodule_addobject.
5243         * python/py-frame.c (gdbpy_initialize_frames): Use
5244         gdb_pymodule_addobject.
5245         * python/py-function.c (gdbpy_initialize_functions): Use
5246         gdb_pymodule_addobject.
5247         * python/py-inferior.c (gdbpy_initialize_inferior): Use
5248         gdb_pymodule_addobject.
5249         * python/py-infthread.c (gdbpy_initialize_thread): Use
5250         gdb_pymodule_addobject.
5251         * python/py-objfile.c (gdbpy_initialize_objfile): Use
5252         gdb_pymodule_addobject.
5253         * python/py-param.c (gdbpy_initialize_parameters): Use
5254         gdb_pymodule_addobject.
5255         * python/py-progspace.c (gdbpy_initialize_pspace): Use
5256         gdb_pymodule_addobject.
5257         * python/py-symbol.c (gdbpy_initialize_symbols): Use
5258         gdb_pymodule_addobject.
5259         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5260         gdb_pymodule_addobject.
5261         * python/py-type.c (gdbpy_initialize_types): Use
5262         gdb_pymodule_addobject.
5263         * python/py-utils.c (gdb_pymodule_addobject): New function.
5264         * python/py-value.c (gdbpy_initialize_values): Use
5265         gdb_pymodule_addobject.
5266         * python/python-internal.h (gdb_pymodule_addobject): Declare.
5267         * python/python.c (_initialize_python): Use
5268         gdb_pymodule_addobject.
5269
5270 2013-05-20  Tom Tromey  <tromey@redhat.com>
5271
5272         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5273         * python/py-param.c (get_set_value, get_show_value): Use
5274         explicit decrefs.
5275         * python/python.c (start_type_printers, apply_type_printers):
5276         Use explicit decrefs.
5277
5278 2013-05-20  Tom Tromey  <tromey@redhat.com>
5279
5280         * python/py-evts.c (gdbpy_initialize_py_events): Don't
5281         incref the module.
5282
5283 2013-05-20  Tom Tromey  <tromey@redhat.com>
5284
5285         * python/python.c (gdbpy_run_events): Decref the result
5286         of PyObject_CallObject.
5287
5288 2013-05-20  Tom Tromey  <tromey@redhat.com>
5289
5290         * python/py-symtab.c (set_sal): Use
5291         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
5292         (symtab_and_line_to_sal_object): Update.
5293
5294 2013-05-20  Tom Tromey  <tromey@redhat.com>
5295
5296         * python/py-param.c (compute_enum_values): Decref 'item'.
5297
5298 2013-05-20  Tom Tromey  <tromey@redhat.com>
5299
5300         * mi/mi-main.c: Include python-internal.h.
5301         (mi_cmd_list_features): Check gdb_python_initialized.
5302         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5303         (python_inferior_exit, python_new_objfile, add_thread_object)
5304         (delete_thread_object, py_free_inferior): Check
5305         gdb_python_initialized.
5306         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5307         gdb_python_initialized.
5308         * python/py-type.c (save_objfile_types): Check
5309         gdb_python_initialized.
5310         * python/python-internal.h (gdb_python_initialized): Declare.
5311         * python/python.c (ensure_python_env): Throw exception if
5312         Python not initialized.
5313         (before_prompt_hook, source_python_script_for_objfile)
5314         (start_type_printers, apply_type_printers,
5315         free_type_printers): Check gdb_python_initialized.
5316         * varobj.c (varobj_get_display_hint)
5317         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5318         (install_new_value_visualizer, varobj_set_visualizer)
5319         (value_get_print_value): Check gdb_python_initialized.
5320
5321 2013-05-20  Tom Tromey  <tromey@redhat.com>
5322
5323         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5324         Check errors.
5325         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5326         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5327         Check errors.
5328         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5329         Check errors.
5330         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5331         Check errors.
5332         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5333         Check errors.
5334         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5335         init function to return 'int'.
5336         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5337         Return 'int'.  Check errors.
5338         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5339         Check errors.
5340         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5341         Return 'int'.  Check errors.
5342         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5343         Check errors.
5344         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5345         Check errors.
5346         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5347         Check errors.
5348         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5349         Check errors.
5350         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5351         Check errors.
5352         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5353         Check errors.
5354         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5355         Check errors.
5356         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5357         Check errors.
5358         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5359         Check errors.
5360         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5361         Check errors.
5362         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5363         Check errors.
5364         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5365         Check errors.
5366         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5367         Check errors.
5368         * python/python-internal.h (gdbpy_initialize_auto_load,
5369         gdbpy_initialize_values, gdbpy_initialize_frames,
5370         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5371         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5372         gdbpy_initialize_blocks, gdbpy_initialize_types,
5373         gdbpy_initialize_functions, gdbpy_initialize_pspace,
5374         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5375         gdbpy_initialize_finishbreakpoints,
5376         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5377         gdbpy_initialize_thread, gdbpy_initialize_inferior,
5378         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5379         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5380         gdbpy_initialize_signal_event,
5381         gdbpy_initialize_breakpoint_event,
5382         gdbpy_initialize_continue_event,
5383         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5384         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5385         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5386         * python/python.c (gdb_python_initialized): New global.
5387         (gdbpy_initialize_events): Return 'int'.  Check errors.
5388         (_initialize_python): Check errors.  Set
5389         gdb_python_initialized.
5390
5391 2013-05-20  Tom Tromey  <tromey@redhat.com>
5392
5393         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5394         Decref the reslut of PyObject_CallMethod.
5395
5396 2013-05-20  Tom Tromey  <tromey@redhat.com>
5397
5398         * python/py-event.c (gdbpy_initialize_event_generic): Return
5399         early if PyType_Ready fails.
5400
5401 2013-05-20  Tom Tromey  <tromey@redhat.com>
5402
5403         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5404         as 'default' in the switch.
5405
5406 2013-05-20  Tom Tromey  <tromey@redhat.com>
5407
5408         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
5409         get_addr_from_python calls out of TRY_CATCH.
5410         (infpy_write_memory, infpy_search_memory): Likewise.
5411         * python/py-utils.c (get_addr_from_python): Return negative
5412         value on error.  Use TRY_CATCH.
5413         * python/python-internal.h (get_addr_from_python): Use
5414         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5415
5416 2013-05-20  Tom Tromey  <tromey@redhat.com>
5417
5418         * python/py-event.c (evpy_emit_event): Decref the
5419         result of PyObject_CallFunctionObjArgs.
5420
5421 2013-05-20  Tom Tromey  <tromey@redhat.com>
5422
5423         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5424         Correctly decref.
5425
5426 2013-05-20  Tom Tromey  <tromey@redhat.com>
5427
5428         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5429
5430 2013-05-20  Tom Tromey  <tromey@redhat.com>
5431
5432         * python/py-event.h (gdbpy_initialize_event_generic): Use
5433         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5434         * python/py-evts.c (add_new_registry): Use
5435         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5436         * python/python-internal.h
5437         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5438
5439 2013-05-20  Tom Tromey  <tromey@redhat.com>
5440
5441         * python/py-arch.c (archpy_disassemble): Update.
5442         * python/py-type.c (typy_get_composite, typy_lookup_typename)
5443         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5444         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5445         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5446         macro.
5447         (GDB_PY_HANDLE_EXCEPTION): Update.
5448         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
5449
5450 2013-05-20  Tom Tromey  <tromey@redhat.com>
5451
5452         * python/python-internal.h (events_object_type): Remove.
5453
5454 2013-05-20  Tom Tromey  <tromey@redhat.com>
5455
5456         * python/py-event.h (evpy_emit_event): Use
5457         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5458         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5459         New macro.
5460
5461 2013-05-20  Tom Tromey  <tromey@redhat.com>
5462
5463         * py-evtregistry.c (create_event_object): Decref
5464         eventregistry_object if PyList_New fails.
5465
5466 2013-05-20  Tom Tromey  <tromey@redhat.com>
5467
5468         * py-cmd.c (gdbpy_string_to_argv): Check result of
5469         PyList_New.
5470
5471 2013-05-20  Tom Tromey  <tromey@redhat.com>
5472
5473         * python/python.c (before_prompt_hook): Add cleanup to
5474         decref 'hook'.
5475
5476 2013-05-20  Tom Tromey  <tromey@redhat.com>
5477
5478         * python/py-function.c (fnpy_init): Decref result of
5479         PyObject_GetAttrString.
5480
5481 2013-05-20  Tom Tromey  <tromey@redhat.com>
5482
5483         * python/py-threadevent.c (get_event_thread): Use
5484         CPYCHECKER_RETURNS_BORROWED_REF.
5485         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5486         New define.
5487         (pspace_to_pspace_object, objfile_to_objfile_object)
5488         (find_thread_object): Use it.
5489
5490 2013-05-20  Tom Tromey  <tromey@redhat.com>
5491
5492         * python/py-arch.c (arch_object_type): Use
5493         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5494         * python/py-block.c (block_syms_iterator_object_type):
5495         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5496         * python/py-bpevent.c (breakpoint_event_object_type):
5497         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5498         * python/py-cmd.c (cmdpy_object_type): Use
5499         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5500         * python/py-continueevent.c (continue_event_object_type):
5501         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5502         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5503         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5504         * python/py-events.h (thread_event_object_type):
5505         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5506         * python/py-evtregistry.c (eventregistry_object_type): Use
5507         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5508         * python/py-exitedevent.c (exited_event_object_type):
5509         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5510         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5511         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5512         * python/py-function.c (fnpy_object_type): Use
5513         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5514         * python/py-inferior.c (inferior_object_type, membuf_object_type):
5515         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5516         * python/py-infthread.c (thread_object_type): Use
5517         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5518         * python/py-lazy-string.c (lazy_string_object_type):
5519         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5520         * python/py-newobjfileevent.c (new_objfile_event_object_type):
5521         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5522         * python/py-objfile.c (objfile_object_type): Use
5523         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5524         * python/py-param.c (parmpy_object_type):
5525         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5526         * python/py-progspace.c (pspace_object_type):
5527         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5528         * python/py-signalevent.c (signal_event_object_type):
5529         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5530         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5531         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5532         * python/py-type.c (type_object_type, field_object_type)
5533         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5534         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5535         define.
5536         (value_object_type, block_object_type, symbol_object_type)
5537         (event_object_type, stop_event_object_type, breakpoint_object_type)
5538         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5539
5540 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
5541
5542         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5543         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5544
5545 2013-05-20  Doug Evans  <dje@google.com>
5546
5547         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
5548         For Fission.
5549         * dwarf2read.c (struct dwarf2_per_cu_data): New member
5550         reading_dwo_directly.
5551         (struct signatured_type): New member dwo_unit.
5552         (struct die_reader_specs): New member comp_dir.
5553         (create_signatured_type_table_from_index): Use malloc for
5554         all_type_units instead of objfile's obstack.
5555         (create_all_type_units): Ditto.
5556         (fill_in_sig_entry_from_dwo_entry): New function.
5557         (add_type_unit): New function.
5558         (lookup_dwo_signatured_type): New function.
5559         (lookup_dwp_signatured_type): New function.
5560         (lookup_signatured_type): New arg cu.  All callers updated.
5561         (init_cu_die_reader): Initialize comp_dir.
5562         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
5563         Change assert of matching type signatures to call error on mismatch.
5564         (lookup_dwo_unit): Add assert.
5565         (init_tu_and_read_dwo_dies): New function.
5566         (init_cutu_and_read_dies): Call it.
5567         (build_type_unit_groups): Handle case of no type unit groups created.
5568         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5569         (lookup_dwo_cutu): Tweak complaint.
5570         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5571         (dwarf2_per_objfile_free): Free all_type_units.
5572
5573 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5574
5575         * windows-nat.c (handle_unload_dll): Add missing empty line.
5576
5577 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5578
5579         * dwarf2read.c (prototyped_function_p): New function.
5580         (read_subroutine_type): Use it.
5581
5582 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5583
5584         * rs6000-aix-tdep.c: De-indent some example code provided
5585         as a comment.
5586
5587 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5588
5589         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5590         region is ok for a hardware watchpoint using the new ptrace interface
5591         on Power servers.
5592
5593 2013-05-17  Doug Evans  <dje@google.com>
5594
5595         * NEWS: Mention new maintenance commands check-symtabs, and
5596         expand-symtabs, and renamed check-psymtabs.
5597         * psymtab.c (maintenance_check_psymtabs): Renamed from
5598         maintenance_check_symtabs.  Only process already-expanded symbol
5599         tables.
5600         (_initialize_psymtab): Update.
5601         * symmisc.c (maintenance_check_symtabs): New function.
5602         (maintenance_expand_name_matcher): New function
5603         (maintenance_expand_file_matcher): New function
5604         (maintenance_expand_symtabs): New function.
5605         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5606         commands.
5607
5608 2013-05-17  Tom Tromey  <tromey@redhat.com>
5609
5610         * python/py-inferior.c (infpy_read_memory): Don't call
5611         PyErr_SetString if PyObject_New fails.
5612         * python/py-frame.c (frame_info_to_frame_object): Don't call
5613         PyErr_SetString if PyObject_New fails.
5614
5615 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
5616
5617         * acinclude.m4: Add check for dlopen in libdl.
5618         * configure.ac: Ditto.
5619         * configure: Regenerate.
5620
5621 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
5622
5623         * frame.c (frame_stash): Convert to htab.
5624         (frame_addr_hash): New function.
5625         (frame_addr_hash_eq): New function.
5626         (frame_stash_create): Convert function to create
5627         a hash table.
5628         (frame_stash_add): Convert function to add an entry to a hash
5629         table.
5630         (frame_stash_find): Convert function to search the hash table.
5631         (frame_stash_invalidate): Convert function to empty the hash
5632         table.
5633         (get_frame_id): Only add to stash if a frame_id is created.
5634         (_initialize_frame): Call frame_stash_create.
5635
5636 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
5637
5638         * configure.ac: Ensure MIG is available when building for GNU Hurd
5639         hosts.
5640         * configure: Regenerate.
5641
5642 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5643
5644         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5645
5646 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5647
5648         * ada-lang.c (ada_make_symbol_completion_list): Make sure
5649         all cleanups are done before returning from this function.
5650
5651 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5652
5653         * utils.h: #include "exceptions.h".
5654         (enum errors): Remove partial declaration.
5655
5656 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5657
5658         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5659         * gdbarch.h, gdbarch.c: Regenerate.
5660         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5661         handling.
5662
5663         * rs6000-aix-tdep.h: New file.
5664         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5665         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5666         "xml-utils.h".
5667         (struct field_info, struct ld_info_desc): New types.
5668         (ld_info32_desc, ld_info64_desc): New static constants.
5669         (struct ld_info): New type.
5670         (rs6000_aix_extract_ld_info): New function.
5671         (rs6000_aix_shared_library_to_xml): Likewise.
5672         (rs6000_aix_ld_info_to_xml): Likewise.
5673         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5674         (rs6000_aix_init_osabi): Add call to
5675         set_gdbarch_core_xfer_shared_libraries_aix.
5676         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5677         Remove "xml-utils.h" include.
5678         (LdInfo): Delete typedef.
5679         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5680         Delete macros.
5681         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5682         Adjust code accordingly.
5683         (rs6000_core_ldinfo): Delete, folded into
5684         rs6000_aix_core_xfer_shared_libraries_aix.
5685         (rs6000_xfer_shared_library): Delete.
5686         (rs6000_xfer_shared_libraries): Reimplement.
5687
5688 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
5689
5690         * record.c (record_goto_cmdlist): New.
5691         (cmd_record_goto): Split into this ...
5692         (cmd_record_goto_begin): ... this
5693         (cmd_record_goto_end): ... and this.
5694         (_initialize_record): Change "record goto" to prefix command.
5695         Add commands for "record goto begin" and "record goto end".
5696         Add an alias for "record goto start" to "record goto begin".
5697
5698 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5699
5700         * linespec.c (convert_linespec_to_sals): New comment for
5701         SOURCE_FILENAME assignment.
5702
5703 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5704
5705         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5706         internal_warning.
5707
5708 2013-05-14  Tom Tromey  <tromey@redhat.com>
5709
5710         * eval.c (parse_and_eval_long): Make 'exp' const.
5711         * value.h (parse_and_eval_long): Update.
5712
5713 2013-05-14  Tom Tromey  <tromey@redhat.com>
5714
5715         * ui-file.c (gdb_fopen): Make arguments const.
5716         * ui-file.h (gdb_fopen): Make arguments const.
5717
5718 2013-05-14  Tom Tromey  <tromey@redhat.com>
5719
5720         * remote.c (remote_set_trace_notes): Make arguments const.
5721         * target.c (update_current_target): Update cast.
5722         * target.h (to_set_trace_notes): Make arguments const.
5723
5724 2013-05-14  Tom Tromey  <tromey@redhat.com>
5725
5726         * go32-nat.c (go32_terminal_info): Make 'args' const.
5727         * inferior.h (child_terminal_info): Update.
5728         * inflow.c (child_terminal_info): Make 'args' const.
5729         * target.c (default_terminal_info): Make 'args' const.
5730         (debug_to_terminal_save_ours): Likewise.
5731         * target.h (struct target_ops) <to_terminal_info>: Make argument
5732         const.
5733
5734 2013-05-13  Tom Tromey  <tromey@redhat.com>
5735
5736         * gcore.c (create_gcore_bfd): Make 'filename' const.
5737         * gcore.h (create_gcore_bfd): Make 'filename' const.
5738         * record-full.c (record_full_save): Make 'recfilename' const.
5739         * target.c (target_save_record): Make 'filename' const.
5740         * target.h (struct target_ops) <to_save_record>: Make 'filename'
5741         const.
5742         (target_save_record): Likewise.
5743
5744 2013-05-13  Tom Tromey  <tromey@redhat.com>
5745
5746         PR gdb/15338:
5747         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5748         ranges section has been read.
5749
5750 2013-05-13  Tom Tromey  <tromey@redhat.com>
5751
5752         PR exp/15364:
5753         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5754         STRUCTOP_PTR>: Return a not_lval value for
5755         EVAL_AVOID_SIDE_EFFECTS.
5756         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5757         for EVAL_AVOID_SIDE_EFFECTS.
5758
5759 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
5760
5761         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5762         floating point registers to register type before storing
5763         value.
5764         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5765         Likewise.
5766
5767 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5768             Tom Tromey  <tromey@redhat.com>
5769
5770         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5771         New functions.
5772         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5773         Declare.
5774         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5775         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5776         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5777         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5778
5779 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
5780             Tom Tromey  <tromey@redhat.com>
5781
5782         PR build/15414:
5783         * configure: Rebuild.
5784         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5785         with -Wno-format.
5786
5787 2013-05-10  Pedro Alves  <palves@redhat.com>
5788
5789         * remote.c (_initialize_remote): Fix spelling of
5790         qXfer:traceframe-info:read packet in packet config command.
5791
5792 2013-05-10  David Taylor  <dtaylor@emc.com>
5793
5794         PR remote/15455
5795
5796         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5797         "QTro" at start of packet.
5798
5799 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5800
5801         * solib-aix.c (solib_aix_relocate_section_addresses):
5802         For the .bss section action, apply the same offset as
5803         the .data section.
5804
5805 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5806
5807         * solib-aix.c (solib_aix_relocate_section_addresses):
5808         Remove FIXME comment.
5809
5810 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5811
5812         PR tdep/15420:
5813         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5814         New functions, directly copied from sparc-sol-thread.c.
5815         * sparc-sol-thread.c: Delete.
5816         * configure.ac: Remove code handling sparc-solaris-thread.c.
5817         * configure: Regenerate.
5818
5819 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
5820
5821         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5822         filter logic.
5823         (backtrace_command): Add "no-filters" option parsing.
5824         (_initialize_stack): Alter help to reflect "no-filters" option.
5825         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5826         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5827         (py-frame.o): Add target
5828         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5829         filter files.
5830         * python/python.h: Add new frame filter constants, and flag enum.
5831         (apply_frame_filter): Add definition.
5832         * python/python.c (apply_frame_filter): New non-Python
5833         enabled function.
5834         * python/py-utils.c (py_xdecref): New function.
5835         (make_cleanup_py_xdecref): Ditto.
5836         * python/py-objfile.c: Declare frame_filters dictionary.
5837         (objfpy_dealloc): Add frame_filters dealloc.
5838         (objfpy_new): Initialize frame_filters attribute.
5839         (objfile_to_objfile_object): Ditto.
5840         (objfpy_get_frame_filters): New function.
5841         (objfpy_set_frame_filters): New function.
5842         * python/py-progspace.c: Declare frame_filters dictionary.
5843         (pspy_dealloc): Add frame_filters dealloc.
5844         (pspy_new): Initialize frame_filters attribute.
5845         (pspacee_to_pspace_object): Ditto.
5846         (pspy_get_frame_filters): New function.
5847         (pspy_set_frame_filters): New function.
5848         * python/py-framefilter.c: New file.
5849         * python/lib/gdb/command/frame_filters.py: New file.
5850         * python/lib/gdb/frames.py: New file.
5851         * python/lib/gdb/__init__.py: Initialize global frame_filters
5852         dictionary
5853         * python/lib/gdb/FrameDecorator.py: New file.
5854         * python/lib/gdb/FrameIterator.py: New file.
5855         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5856         * mi/mi-cmds.h: Declare.
5857         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5858         --no-frame-filter logic, and Python frame filter logic.
5859         (stack_enable_frame_filters): New function.
5860         (parse_no_frame_option): Ditto.
5861         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5862         filter logic.
5863         (mi_cmd_stack_list_locals): Ditto.
5864         (mi_cmd_stack_list_args): Ditto.
5865         (mi_cmd_stack_list_variables): Ditto.
5866         * NEWS: Add frame filter note.
5867
5868 2013-05-09  Doug Evans  <dje@google.com>
5869
5870         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5871         All callers updated.
5872         (syms_from_objfile): Ditto.  Make static.
5873         (symbol_file_add_with_addrs): Renamed from
5874         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
5875         num_offsets.  All callers updated.
5876         * symfile.h (syms_from_objfile): Delete.
5877
5878         * symfile.c (decrement_reading_symtab): Add assert.
5879         (increment_reading_symtab): Ditto.
5880
5881 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
5882
5883         * source.c (forward_search_command): Replace call to getc
5884         by call to fgetc.
5885         (reverse_search_command): Likewise.
5886
5887 2013-05-08  Doug Evans  <dje@google.com>
5888
5889         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5890         matching test.
5891
5892 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5893
5894         * sol-thread.c (info_cb): Factorize the code a little.
5895
5896 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5897
5898         * sol-thread.c (info_cb): Rework the output of the "maintenance
5899         info sol-threads" command a bit.
5900
5901 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5902
5903         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5904         Replace ti.ti_startfunc by ti.ti_pc.
5905
5906 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5907
5908         * solib-aix.c (solib_aix_free_library_list): New function
5909         for the case where HAVE_LIBEXPAT is not defined.
5910
5911 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5912
5913         PR breakpoints/15413:
5914         * breakpoint.c (condition_completer): Simplify the code to
5915         disconsider multiple locations of breakpoints when completing the
5916         "condition" command.
5917
5918 2013-05-07  Pierre Muller  <muller@sourceware.org>
5919
5920         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5921         instead of <sys/wait.h>.
5922
5923 2013-05-07  Pierre Muller  <muller@sourceware.org>
5924
5925         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5926         trailing new line from warning message.
5927
5928 2013-05-07  Pierre Muller  <muller@sourceware.org>
5929
5930         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5931         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5932
5933 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5934
5935         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5936         error message (ARI fix).
5937
5938 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5939
5940         * features/library-list-aix.dtd: Replace library-list by
5941         library-list-aix.
5942         * rs6000-nat.c: Replace library-list by library-list-aix
5943         throughout.
5944         * solib-aix.c: Likewise.
5945
5946 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5947
5948         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5949         Renames TARGET_OBJECT_AIX_LIBRARIES.
5950         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5951         TARGET_OBJECT_LIBRARIES_AIX throughout.
5952         * solib-aix.c: Likwise.
5953
5954 2013-05-07  Yao Qi  <yao@codesourcery.com>
5955
5956         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5957         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5958
5959 2013-05-07  Yao Qi  <yao@codesourcery.com>
5960
5961         * solib-dsbt.c (enable_break): Declare.
5962         (dsbt_current_sos): Remove call to enable_break2.
5963         (enable_break2): Rename to enable_break.  Set solib breakpoint
5964         on '_dl_debug_state'.
5965         (enable_break): Remove.
5966
5967 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
5968
5969         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5970         debug state prior to replicating existing hardware watchpoints or
5971         breakpoints.
5972
5973 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5974
5975         * gcore.c (gcore_create_callback): Ignore sections with
5976         separate_debug_objfile_backlink != NULL.
5977
5978 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
5979             Andrew Jenner  <andrew@codesourcery.com>
5980             Chung-Lin Tang  <cltang@codesourcery.com>
5981             Julian Brown  <julian@codesourcery.com>
5982
5983         Based on the nios2-elf port from Altera Corporation.
5984
5985         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5986         nios2-linux-tdep.o.
5987         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5988         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5989         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5990         * nios2-tdep.h: New.
5991         * nios2-tdep.c: New.
5992         * nios2-linux-tdep.c: New.
5993         * features/Makefile (WHICH): Add nios2-linux.
5994         (nios2-linux-expedite): Set.
5995         * features/nios2-cpu.xml: New.
5996         * features/nios2.xml: New.
5997         * features/nios2-linux.xml: New.
5998         * features/nios2.c: New (autogenerated).
5999         * features/nios2-linux.c: New (autogenerated).
6000         * regformats/nios2-linux.dat: New (autogenerated).
6001         * NEWS (Changes since GDB 7.6): Add new Nios II targets
6002         and commands.
6003
6004 2013-05-06  Doug Evans  <dje@google.com>
6005
6006         * symfile.c: Whitespace cleanup.
6007
6008         * solist.h (struct target_so_ops): New member clear_so.
6009         * solib-svr4.c (svr4_clear_so): New function.
6010         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
6011         * solib.c (clear_so): Renamed from free_so_symbols.
6012         All callers updated.  Call target clear_so if it exists.
6013
6014 2013-05-06  Tom Tromey  <tromey@redhat.com>
6015
6016         * ada-lang.c (ada_value_primitive_packed_val): Don't
6017         call value_incref.
6018         * value.c (set_value_parent): Incref the new parent and decref
6019         the old parent.
6020         (value_copy, value_primitive_field): Use set_value_parent.
6021
6022 2013-05-06  Tom Tromey  <tromey@redhat.com>
6023
6024         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6025         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6026         if needed.
6027         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6028         * dwarf2read.c (write_constant_as_bytes)
6029         (dwarf2_fetch_constant_bytes): New functions.
6030
6031 2013-05-06  Tom Tromey  <tromey@redhat.com>
6032
6033         * dwarf2read.c (dwarf2_const_value_data): Remove unused
6034         parameters.
6035         (dwarf2_const_value_attr): Update.
6036
6037 2013-05-06  Tom Tromey  <tromey@redhat.com>
6038
6039         * somread.c (som_symfile_offsets): Add 'const' to addrs.
6040         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6041         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6042         Remove declaration.
6043
6044 2013-05-06  Tom Tromey  <tromey@redhat.com>
6045
6046         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6047         objfile's obstack.
6048
6049 2013-05-06  Doug Evans  <dje@google.com>
6050
6051         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6052         * stabsread.h (process_one_symbol): Update declaration.
6053         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6054         * elfread.c (elf_symfile_relocate_probe): Ditto.
6055         * psymtab.c (relocate_psymtabs): Ditto.
6056         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6057         (objfile_relocate): Ditto.
6058         * objfiles.h (objfile_relocate): Update declaration.
6059         * symfile.c (relative_addr_info_to_section_offsets): Constify
6060         addrs parameter.
6061         (default_symfile_offsets): Ditto.
6062         (syms_from_objfile_1): Constify offsets parameter.
6063         (syms_from_objfile): Ditto.
6064         (symbol_file_add_with_addrs_or_offsets): Ditto.
6065         (symfile_map_offsets_to_segments): Constify data parameter.
6066         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6067         delta parameters of member relocate.
6068         (struct sym_probe_fns): Constify new_offsets,
6069         delta parameters of member sym_relocate_probe.
6070         (struct sym_fns): Constify section_addr_info parameter of member
6071         sym_offsets.
6072         (relative_addr_info_to_section_offsets): Update declaration.
6073         (default_symfile_offsets): Ditto.
6074         (syms_from_objfile): Ditto.
6075         (symfile_map_offsets_to_segments): Ditto.
6076
6077         * symfile.c (syms_from_objfile_1): Use correct section count when
6078         objfile->sf == NULL.
6079
6080 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
6081
6082         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6083
6084 2013-05-06  Doug Evans  <dje@google.com>
6085
6086         * psympriv.h (struct partial_symtab): Augment comment for member
6087         section_offsets.
6088
6089 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6090
6091         Reimplement shared library support on ppc-aix...
6092         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6093         * features/library-list-aix.dtd: New file.
6094         * solib-aix.h, solib-aix.c: New file.
6095         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6096         (rs6000_find_toc_address_hook): Delete.
6097         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6098         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6099         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
6100         "xml-utils.h".
6101         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6102         (vmap_symtab, fixup_breakpoints): Delete.
6103         (rs6000_xfer_shared_libraries): New function.
6104         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6105         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6106         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6107         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6108         (rs6000_xfer_shared_library): New function.
6109         (find_toc_address): Delete.
6110         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6111         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6112         * xcoffread.c (record_minimal_symbol): Reloate symbol address
6113         before creating minimal symbol.  Adjust function description
6114         accordingly.
6115         (scan_xcoff_symtab): Replace call to
6116         prim_record_minimal_symbol_and_info by call to
6117         record_minimal_symbol.
6118         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6119         around default_symfile_offsets.
6120         * configure.tgt: Add solib-aix.o to gdb_target_obs for
6121         powerpc-aix targets.
6122         * config/rs6000/nm-rs6000.h: Delete.
6123         * config/powerpc/aix.mh (NAT_FILE): Delete.
6124         (NATDEPFILES): Remove xcoffsolib.o.
6125         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6126         (ALL_TARGET_OBS): Add solib-aix.o.
6127         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6128         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
6129         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
6130         * xcoffsolib.h, xcoffsolib.c: Delete.
6131
6132         * solib.c (reload_shared_libraries): Remove reference to
6133         SOLIB_CREATE_INFERIOR_HOOK.
6134         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6135         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6136         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6137         comment.
6138         * corelow.c (deprecated_core_resize_section_table): Delete.
6139         * exec.c: Remove include of xcoffsolib.h".
6140         (map_vmap, vmap): Delete.
6141         (exec_close_1): Remove references to vmap.
6142         (exec_file_attach): Remove vmap handling code, and reference
6143         to DEPRECATED_IBM6000_TARGET.
6144         (bfdsec_to_vmap): Delete.
6145         (exec_files_info): Remove block of code handling VMAP.
6146         * infcmd.c (post_create_inferior): Remove reference to
6147         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6148         * infrun.c (follow_exec): Remove reference to
6149         SOLIB_CREATE_INFERIOR_HOOK.
6150         * stack.c (print_frame): Remove reference to PC_SOLIB.
6151         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6152         (dsbt_relocate_main_executable): Likewise.
6153         * solib-frv.c (frv_current_sos): Likewise.
6154
6155 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6156
6157         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6158         to target_write_memory and target_read_memory.
6159
6160 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6161
6162         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6163         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6164
6165 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6166
6167         * darwin-nat.c: Replace all "%x" instances in format strings
6168         into "0x%x" throughout.
6169
6170 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6171
6172         * darwin-nat.c (darwin_mourn_inferior): Replace call to
6173         gdb_assert by call to MACH_CHECK_ERROR.
6174         (darwin_attach_pid): Raise an error rather than a failed
6175         assertion when various system calls failed.  Report a warning
6176         instead of raising a failed assertion when PREV_NOT is not NULL
6177         after call to mach_port_request_notification.
6178         (darwin_ptrace_me): Raise an error rather than a failed
6179         assertion when read returns nonzero.
6180
6181 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6182
6183         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6184
6185 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6186
6187         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6188
6189 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6190
6191         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6192         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6193         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
6194         a stale cleanup.  Fix double free of NAME.
6195
6196 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
6197
6198         * windows-nat.c (windows_delete_thread): Accept an additional
6199         argument, the thread's exit code, and announce thread death when
6200         print_thread_events is non-zero and we are deleting a thread that
6201         is not the main thread.
6202         (get_windows_debug_event): Pass thread exit code to
6203         windows_delete_thread.
6204
6205 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6206
6207         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6208         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6209         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6210         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6211         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6212         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6213         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6214         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6215         (gdbarch_tdep): New struct.
6216         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6217         E_NUM_REGS.
6218         (v850e3v5_register_name): New function.
6219         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6220         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
6221         code handling the struct return conventions for the RH850 ABI.
6222         Update all callers.
6223         (v850_eight_byte_align_p): New function.
6224         (v850_push_call_dummy): Push structs by value, not by reference
6225         for the RH850 ABI.  Add support for eight byte alignment.
6226         (v850_dbtrap_breakpoint_from_pc): New function.
6227         (v850_gdbarch_init): Add ABI detection code.  Register
6228         v850e3v5_register_name for the v850e3v5 architecture.  Set the
6229         number of registers for v850e3v5.  Register
6230         v850_dbtrap_breakpoint_from_pc as appropriate.
6231         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
6232
6233 2013-05-03  Doug Evans  <dje@google.com>
6234
6235         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
6236         of bfd_count_sections.
6237         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
6238         * symfile.c (default_symfile_offsets): Ditto.
6239         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
6240         one entry, not bfd_count_sections entries.
6241
6242 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6243
6244         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6245         `save' and `restore' register groups.  Don't include SPL
6246         or SPH in these groups.
6247         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
6248         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
6249         RL78_ES_REGNUM, and RL78_CS_REGNUM.
6250         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
6251         dwarf2_append_unwinders().
6252
6253 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6254
6255         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6256         ignore SIGINT and SIGTRAP in case these internal signals are
6257         caught explicitely.
6258
6259 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6260
6261         * darwin-nat.c (darwin_read_write_inferior): Change types
6262         of parameters rdaddr and wraddr to "gdb_byte *". Change type
6263         of copy_count to "mach_msg_type_number_t".
6264         (darwin_read_dyld_info): Change type of parameter
6265         rdaddr to "gdb_byte *".
6266
6267 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6268
6269         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6270         of &info->load_map from "char *" to "gdb_byte *".
6271
6272 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6273
6274         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6275         from "char *" to "gdb_byte *".
6276         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6277
6278 2013-04-30  Doug Evans  <dje@google.com>
6279
6280         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6281         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6282         DWO stub.  If DWO isn't found, just use stub.
6283         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6284
6285         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6286         calling init_cutu_and_read_dies.
6287
6288 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6289
6290         * target-descriptions.c (maint_print_c_tdesc_cmd):
6291         Add case to parse structures as register types and
6292         bitfields.
6293
6294 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6295
6296         * MAINTAINERS (Write After Approval): Add myself to the list.
6297
6298 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6299
6300         * sol-thread.c (rw_common): Change type of parameter "buf"
6301         to "gdb_byte *".
6302         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6303         rw_common to "gdb_byte *" instead of "char *".
6304
6305 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6306
6307         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6308         of local variable msym to const struct bound_minimal_symbol.
6309         Adjust use accordingly.
6310         [ti.ti_state == TD_THR_SLEEP]: Likewise.
6311
6312 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
6313
6314         * i386gnu-nat.c (CREG_OFFSET): New macro.
6315         (creg_offset): New array.
6316         (CREG_ADDR): Use creg_offset instead of reg_offset.
6317
6318 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6319
6320         * mep-tdep.c (mep_write_pc): Delete.
6321         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6322         Add call to set_gdbarch_pc_regnum.
6323
6324 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6325
6326         * common/filestuff.c: Replace #include <dirent.h> by
6327         #include "gdb_dirent.h".
6328
6329 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6330
6331         * common/filestuff.c: Replace #include <sys/stat.h> by
6332         #include "gdb_stat.h".
6333
6334 2013-04-29  Pierre Muller  <muller@sourceware.org>
6335
6336         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6337         editCase function rule.
6338         (get_DW_AT_signature_type): Likewise.
6339
6340 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6341
6342         * m32r-tdep.c (m32r_write_pc): Delete.
6343         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6344         Add call to set_gdbarch_pc_regnum.
6345
6346 2013-04-29  Pierre Muller  <muller@sourceware.org>
6347
6348         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6349
6350 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6351
6352         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6353
6354 2013-04-28  Yao Qi  <yao@codesourcery.com>
6355
6356         * solib-dsbt.c (fetch_loadmap): Re-indent.
6357         (displacement_from_map, enable_break2): Likewise.
6358         (dsbt_relocate_section_addresses): Likewise.
6359
6360 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
6361
6362         GDB 7.6 released.
6363
6364 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
6365
6366         PR corefiles/14983:
6367         * dwarf2read.c (process_full_comp_unit): Always create a static
6368         block.
6369
6370 2013-04-25  Hui Zhu  <hui@codesourcery.com>
6371
6372         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6373         to loc->cmd_bytecode.
6374
6375 2013-04-24  Doug Evans  <dje@google.com>
6376
6377         * dwarf2read.c (setup_type_unit_groups): Fix comment.
6378
6379 2013-04-22  Keith Seitz  <keiths@redhat.com>
6380
6381         * tracepoint.c (trace_save):  Call the writer's start method.
6382
6383 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
6384
6385         PR gdb/10462
6386         * cli/cli-decode.c (lookup_command): Show an error if there is no space
6387         before argument.
6388
6389 2013-04-23  Tom Tromey  <tromey@redhat.com>
6390
6391         * common/filestuff.c: Check USE_WIN32API before including
6392         sys/socket.h.
6393         (HAVE_F_GETFD): New define.
6394         (mark_cloexec): Check HAVE_F_GETFD.
6395         (gdb_open_cloexec): Change 'mode' to unsigned long.
6396         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6397         (gdb_pipe_cloexec): Check HAVE_PIPE.
6398         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6399         long.
6400
6401 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6402
6403         PR gdb/15293
6404         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6405
6406 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6407
6408         PR gdb/15165
6409         * breakpoint.c (dprintf_print_recreate): New.
6410         (save_breakpoints): Let it not save dprintf commands.
6411         (initialize_breakpoint_ops): Set dprintf_print_recreate.
6412
6413 2013-04-22  Tom Tromey  <tromey@redhat.com>
6414
6415         PR gdb/7912:
6416         * Makefile.in (SFILES): Add filestuff.c
6417         (COMMON_OBS): Add filestuff.o.
6418         (filestuff.o): New target.
6419         * auto-load.c (auto_load_objfile_script_1): Use
6420         gdb_fopen_cloexec.
6421         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6422         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6423         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6424         * common/agent.c (gdb_connect_sync_socket): Use
6425         gdb_socket_cloexec.
6426         * common/filestuff.c: New file.
6427         * common/filestuff.h: New file.
6428         * common/linux-osdata.c (linux_common_core_of_thread)
6429         (command_from_pid, commandline_from_pid, print_source_lines)
6430         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6431         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6432         gdb_fopen_cloexec.
6433         * common/linux-procfs.c (linux_proc_get_int)
6434         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6435         * config.in, configure: Rebuild.
6436         * configure.ac: Don't check for sys/socket.h.  Check for
6437         fdwalk, pipe2.
6438         * corelow.c (core_open): Use gdb_open_cloexec.
6439         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6440         * fork-child.c (fork_inferior): Call close_most_fds.
6441         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6442         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6443         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6444         Use gdb_fopen_cloexec.
6445         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6446         gdb_open_cloexec.
6447         (linux_async_pipe): Use gdb_pipe_cloexec.
6448         * remote-fileio.c (remote_fileio_func_open): Use
6449         gdb_open_cloexec.
6450         * remote.c (remote_file_put, remote_file_get): Use
6451         gdb_fopen_cloexec.
6452         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6453         close_most_fds.
6454         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6455         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6456         * solib.c (solib_find): Use gdb_open_cloexec.
6457         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6458         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6459         (tfile_open): Use gdb_open_cloexec.
6460         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6461         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6462         * xml-support.c (xml_fetch_content_from_file): Use
6463         gdb_fopen_cloexec.
6464         * main.c (captured_main): Call notice_open_fds.
6465
6466 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6467
6468         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6469         'char *' to 'gdb_byte *'.
6470         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6471         'gdb_byte'.
6472
6473 2013-04-22  Yao Qi  <yao@codesourcery.com>
6474
6475         * infrun.c: Fix typo in comment.
6476
6477 2013-04-22  Andrew Haley  <aph@redhat.com>
6478
6479         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6480         instead of "long".
6481
6482 2013-04-20  Yao Qi  <yao@codesourcery.com>
6483
6484         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6485         'char *' to 'gdb_byte *'.  Cast the return value of
6486         'bt_ctf_get_char_array' to 'gdb_byte *'.
6487
6488 2013-04-19  Pedro Alves  <palves@redhat.com>
6489
6490         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6491         -Wpointer-sign.
6492         * configure: Regenerate.
6493
6494 2013-04-19  Pedro Alves  <palves@redhat.com>
6495
6496         * ser-tcp.c (net_read_prim): Cast second argument to recv to
6497         'void *'.
6498
6499 2013-04-19  Pedro Alves  <palves@redhat.com>
6500
6501         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6502         Change type of 'myaddr' parameter to gdb_byte pointer.
6503         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
6504         to 'long long' pointer instead of to 'unsigned long long'.
6505         (monitor_write_memory_block, monitor_read_memory_single)
6506         (monitor_read_memory): Change type of 'myaddr' parameter to
6507         gdb_byte pointer.
6508
6509 2013-04-19  Pedro Alves  <palves@redhat.com>
6510
6511         * record.c (validate_history_size): Make parameter 'setting'
6512         unsigned.
6513
6514 2013-04-19  Pedro Alves  <palves@redhat.com>
6515
6516         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6517         to 'gdb_byte *'.
6518
6519 2013-04-19  Pedro Alves  <palves@redhat.com>
6520
6521         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6522         local to int.
6523
6524 2013-04-19  Pedro Alves  <palves@redhat.com>
6525
6526         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6527         * ada-tasks.c (read_fat_string_value): Likewise.
6528
6529 2013-04-19  Pedro Alves  <palves@redhat.com>
6530
6531         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6532         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
6533         'offset', and adjust.
6534
6535 2013-04-19  Pedro Alves  <palves@redhat.com>
6536
6537         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6538         (read_index_from_section): Add cast to 'char *'.
6539
6540 2013-04-19  Pedro Alves  <palves@redhat.com>
6541
6542         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6543
6544 2013-04-19  Pedro Alves  <palves@redhat.com>
6545
6546         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6547
6548 2013-04-19  Pedro Alves  <palves@redhat.com>
6549
6550         * record-full.c (record_full_get_bookmark): Change local 'ret'
6551         type to char * and add cast to gdb_byte *.
6552         (record_full_goto_bookmark): Handle 'bookmark' argument as a
6553         string.
6554         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6555
6556 2013-04-19  Pedro Alves  <palves@redhat.com>
6557
6558         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6559         * python/py-prettyprint.c (print_string_repr): Change type of
6560         'output' local to char *.  Add cast to gdb_byte * in
6561         LA_PRINT_STRING call.
6562         (print_children): Change type of 'output' local to char *.
6563         * python/py-value.c (valpy_string): Add cast to const char * in
6564         PyUnicode_Decode call.
6565
6566 2013-04-19  Pedro Alves  <palves@redhat.com>
6567
6568         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6569         and change its type to 'const char *'.  Adjust.
6570         (mips_send_packet): Add cast to 'char *', and remove cast to
6571         'unsigned char *'.
6572         (mips_receive_packet): Remove cast to 'unsigned char *'.
6573         (mips_load_srec): Use bfd_byte.
6574         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6575         (pmon_checkset): Make 'value' parameter unsigned.
6576
6577 2013-04-19  Pedro Alves  <palves@redhat.com>
6578
6579         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6580
6581 2013-04-19  Pedro Alves  <palves@redhat.com>
6582
6583         * remote.c (remote_write_bytes_aux, compare_sections_command)
6584         (remote_read_qxfer)
6585         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6586         (remote_hostio_readlink, remote_bfd_iovec_pread)
6587         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6588         binary buffer, and char when buffer is used as string.
6589         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6590         (trace_save, tfile_open, traceframe_walk_blocks)
6591         (tfile_fetch_registers): Likewise.
6592
6593 2013-04-19  Pedro Alves  <palves@redhat.com>
6594
6595         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6596         buffer and size_t size.  Adjust.
6597         * ser-base.h (ser_base_write): Adjust.
6598         * ser-go32.c (cnts): Change type to size_t.
6599         (dos_write): Change prototype -- take 'void *'
6600         buffer and size_t size.  Adjust.
6601         (dos_info): Print elements of 'cnts' as unsigned long.
6602         * serial.c (serial_write): Likewise.
6603         * serial.h (serial_write): Adjust.
6604         (struct serial_ops) <write>: Change prototype -- take 'void *'
6605         buffer and size_t size.  Adjust.
6606
6607 2013-04-19  Pedro Alves  <palves@redhat.com>
6608
6609         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6610         gdb_byte *.
6611         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6612
6613 2013-04-19  Pedro Alves  <palves@redhat.com>
6614
6615         * alpha-tdep.c (alpha_extract_return_value): Use
6616         regcache_cooked_read_unsigned to read 'v0'.
6617
6618 2013-04-19  Pedro Alves  <palves@redhat.com>
6619
6620         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6621         parameters 'at', 'as' and 'offset' to uint32_t.
6622
6623 2013-04-19  Pedro Alves  <palves@redhat.com>
6624
6625         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6626         'is64' to signed 'int'.
6627
6628 2013-04-19  Pedro Alves  <palves@redhat.com>
6629
6630         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6631         parameter to int *.
6632
6633 2013-04-19  Pedro Alves  <palves@redhat.com>
6634
6635         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6636         'insnbuf' buffer type to unsigned int[].
6637
6638 2013-04-19  Pedro Alves  <palves@redhat.com>
6639
6640         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6641
6642 2013-04-19  Pedro Alves  <palves@redhat.com>
6643
6644         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6645         unsigned long *.
6646
6647 2013-04-19  Pedro Alves  <palves@redhat.com>
6648
6649         * alpha-tdep.c (heuristic_fence_post): Change type to int.
6650         (alpha_heuristic_proc_start): Adjust to check -1 instead of
6651         UINT_MAX.
6652         * mips-tdep.c (heuristic_fence_post): Change type to int.
6653         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6654
6655 2013-04-19  Pedro Alves  <palves@redhat.com>
6656
6657         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6658         (struct gdbarch_tdep) <cris_version>: Make unsigned.
6659         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6660
6661 2013-04-19  Pedro Alves  <palves@redhat.com>
6662
6663         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
6664         it to get a string view of the byte buffer.
6665         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6666         type to gdb_byte *.  Adjust.
6667         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6668         Change local to char *.
6669         * solib-darwin.c (find_program_interpreter): Change return type to
6670         char *.  Adjust.
6671         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6672         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6673         * solib-frv.c (enable_break2): Change local 'buf' to char *.
6674         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6675         * solib-svr4.c (find_program_interpreter): Change return type to
6676         char *.  Adjust.
6677         (enable_break): Change local 'interp_name' to char *.
6678         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6679         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6680         (spu_pseudo_register_write_spu): Use char for string buffer.
6681         Adjust.
6682         (info_spu_event_command, info_spu_signal_command): Add casts to
6683         'char *'.
6684
6685 2013-04-19  Pedro Alves  <palves@redhat.com>
6686
6687         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6688         gdb_byte[].
6689         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6690         * ada-lang.c (ada_value_assign): Use gdb_byte.
6691         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6692         (alphanbsd_sigtramp_offset): Use gdb_byte.
6693         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6694         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6695         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6696         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6697         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6698         * arm-tdep.c (arm_stub_unwind_sniffer)
6699         (arm_displaced_init_closure): Use gdb_byte.
6700         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6701         (arm_default_thumb_le_breakpoint)
6702         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6703         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6704         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6705         * arm-wince-tdep.c (arm_wince_le_breakpoint)
6706         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6707         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6708         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6709         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6710         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6711         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6712         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6713         (cris_store_return_value, cris_extract_return_value): Use
6714         gdb_byte.
6715         (constraint): Change type of parameter to char * from signed
6716         char*.  Use gdb_byte.
6717         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6718         of local buffer to gdb_byte *.
6719         * dwarf2read.c (read_index_from_section): Use gdb_byte.
6720         (create_dwp_hash_table): Change type of locals to gdb_byte *.
6721         (add_address_entry): Change type of local buffer to gdb_byte[].
6722         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6723         (frv_push_dummy_call): Use gdb_byte.
6724         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6725         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6726         (hppa_hpux_supply_save_state): Use gdb_byte.
6727         * hppa-tdep.c (hppa32_push_dummy_call)
6728         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6729         * ia64-tdep.c (extract_bit_field, replace_bit_field)
6730         (slotN_contents, replace_slotN_contents): Change type of parameter
6731         to gdb_byte *.
6732         (fetch_instruction, ia64_pseudo_register_write)
6733         (ia64_register_to_value, ia64_value_to_register)
6734         (ia64_extract_return_value, ia64_store_return_value)
6735         (ia64_push_dummy_call): Use gdb_byte.
6736         * m32c-tdep.c (m32c_return_value): Remove cast.
6737         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6738         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6739         gdb_byte.
6740         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6741         * mn10300-tdep.c (mn10300_store_return_value)
6742         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6743         gdb_byte.
6744         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6745         (moxie_process_record): Remove casts.
6746         * ppc-ravenscar-thread.c (supply_register_at_address)
6747         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6748         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6749         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6750         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6751         * remote.c (compare_sections_command): Use gdb_byte.
6752         * score-tdep.c (score7_free_memblock): Change type of parameter to
6753         gdb_byte *.
6754         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6755         gdb_byte *.  Use gdb_byte.
6756         (sh_push_dummy_call_fpu): Use gdb_byte.
6757         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6758         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6759         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6760         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6761         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6762         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6763         (sh64_store_return_value, sh64_register_convert_to_virtual):
6764         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6765         (sh64_pseudo_register_write): Use gdb_byte.
6766         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6767         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
6768         buffer.
6769         (irix_current_sos): Use gdb_byte.
6770         * solib-som.c (som_current_sos): Use gdb_byte.
6771         * sparc-ravenscar-thread.c (supply_register_at_address)
6772         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6773         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6774         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6775         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6776         'gdb_byte *'.
6777         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6778         'gdb_byte *'.
6779         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6780         * xstormy16-tdep.c (xstormy16_extract_return_value)
6781         (xstormy16_store_return_value): Change parameter type to
6782         'gdb_byte *'.  Adjust.
6783         (xstormy16_push_dummy_call): Use gdb_byte.
6784         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6785         (call0_analyze_prologue, execute_code): Use gdb_byte.
6786
6787 2013-04-19  Vladimir Kargov <kargov@gmail.com>
6788             Pedro Alves  <palves@redhat.com>
6789
6790         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6791         value contents.
6792
6793 2013-04-17  Doug Evans  <dje@google.com>
6794
6795         * dwarf2read.c (struct signatured_type): New member type.
6796         (struct attribute): Replace member signatured_type with signature.
6797         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6798         (read_call_site_scope): Call follow_die_ref instead of
6799         follow_die_ref_or_sig.
6800         (read_structure_type): Rewrite handling of signatured types.
6801         (read_enumeration_type): Ditto.
6802         (read_attribute_value): Update.
6803         (build_error_marker_type): New function.
6804         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
6805         Don't call error for bad types, just build an error marker type.
6806         (dump_die_shallow): Update.
6807         (follow_die_sig_1): Renamed from follow_die_sig.
6808         Don't call error for bad types, instead return NULL.
6809         (follow_die_sig): New function.
6810         (get_signatured_type, get_DW_AT_signature_type): New functions.
6811
6812 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
6813
6814         * aarch64-tdep.c (aarch64_write_pc): Removed.
6815         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6816         function.
6817
6818 2013-04-17  Yao Qi  <yao@codesourcery.com>
6819
6820         * top.c (print_gdb_configuration): Print configure-time
6821         parameter on using libbabeltrace or not.
6822
6823 2013-04-16  Pedro Alves  <palves@redhat.com>
6824
6825         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6826
6827 2013-04-16  Pedro Alves  <palves@redhat.com>
6828
6829         * common/glibc_thread_db.h: Update from upstream glibc
6830         (git 568035b7874a099087b77f7bba3e36a1173787b0).
6831
6832 2013-04-16  Pedro Alves  <palves@redhat.com>
6833
6834         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6835         * common/glibc_thread_db.h: ... this new file ...
6836         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6837
6838 2013-04-16  Will Newton  <will.newton@gmail.com>
6839             Pedro Alves  <palves@redhat.com>
6840
6841         PR build/11881
6842
6843         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6844         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6845         HAVE_THREAD_DB_H.
6846
6847 2013-04-16  Pedro Alves  <palves@redhat.com>
6848             Eli Zaretskii  <eliz@gnu.org>
6849
6850         * NEWS: Mention "set foo unlimited".
6851
6852 2013-04-15  Doug Evans  <dje@google.com>
6853
6854         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6855         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6856         (create_dwo_cu_reader): Renamed from
6857         create_dwo_debug_info_hash_table_reader.
6858         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6859         Remove support for multiple CUs in a DWO file.
6860         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6861
6862         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6863         instead of phex.
6864         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6865         (create_dwo_in_dwp): Ditto.
6866
6867 2013-04-15  Tom Tromey  <tromey@redhat.com>
6868
6869         * NEWS: Move recent entries into "since 7.6" section.
6870
6871 2013-04-15  Tom Tromey  <tromey@redhat.com>
6872
6873         PR c++/13588:
6874         * NEWS: Update.
6875         * break-catch-throw.c (struct exception_catchpoint)
6876         <exception_rx, pattern>: New fields.
6877         (fetch_probe_arguments, dtor_exception_catchpoint)
6878         (check_status_exception_catchpoint)
6879         (print_one_detail_exception_catchpoint): New functions.
6880         (handle_gnu_v3_exceptions): Add "except_rx" argument.
6881         Compile regular expression if needed.
6882         (extract_exception_regexp): New function.
6883         (catch_exception_command_1): Use extract_exception_regexp.
6884         (compute_exception): Use fetch_probe_arguments.
6885         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6886         and check_status fields.
6887         * cp-abi.c (cplus_typename_from_type_info): New function.
6888         * cp-abi.h (cplus_typename_from_type_info): Declare.
6889         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6890         * gdb_regex.h (compile_rx_or_error): Declare.
6891         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6892         comment.
6893         (init_gnuv3_ops): Set get_type_from_type_info field.
6894         * probe.c (compile_rx_or_error): Move...
6895         * utils.c (compile_rx_or_error): ... here.
6896
6897 2013-04-15  Tom Tromey  <tromey@redhat.com>
6898
6899         PR c++/15176:
6900         * NEWS: Update.
6901         * break-catch-throw.c (compute_exception): New function.
6902         (exception_funcs): New global.
6903         (_initialize_break_catch_throw): Create $_exception.
6904         * cp-abi.c (cplus_type_from_type_info): New function.
6905         * cp-abi.h (cplus_type_from_type_info): Declare.
6906         (struct cp_abi_ops) <get_type_from_type_info>: New field.
6907         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6908         (gnuv3_get_type_from_type_info): New functions.
6909         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6910
6911 2013-04-15  Tom Tromey  <tromey@redhat.com>
6912
6913         * break-catch-throw.c (struct exception_names): New.
6914         (exception_functions): Change type.
6915         (re_set_exception_catchpoint): Look for SDT probes.
6916
6917 2013-04-15  Tom Tromey  <tromey@redhat.com>
6918
6919         PR c++/10119:
6920         * break-catch-throw.c (exception_functions): New global.
6921         (gnu_v3_exception_catchpoint_ops): Move earlier.
6922         (struct exception_catchpoint): New.
6923         (classify_exception_breakpoint): Rewrite.
6924         (re_set_exception_catchpoint): New function.
6925         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
6926         Allocate a struct exception_catchpoint.
6927         (catch_exception_command_1): Update.
6928         (initialize_throw_catchpoint_ops): Set 're_set' method.
6929
6930 2013-04-15  Tom Tromey  <tromey@redhat.com>
6931
6932         * Makefile.in (SFILES): Add break-catch-throw.c
6933         (COMMON_OBS): Add break-catch-throw.o.
6934         * break-catch-throw.c: New file.
6935         * breakpoint.c: Move exception-catching code to new file.
6936         (ep_parse_optional_if_clause): No longer static.
6937         * breakpoint.h (ep_parse_optional_if_clause): Declare.
6938
6939 2013-04-15  Tom Tromey  <tromey@redhat.com>
6940
6941         PR c++/9065:
6942         * NEWS: Update.
6943         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6944         * c-exp.y (TYPEID): New token.
6945         (exp): Add new TYPEID productions.
6946         (ident_tokens): Add "typeid".
6947         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6948         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6949         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6950         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6951         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6952         case.
6953         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6954         (build_std_type_info_type, gnuv3_get_typeid_type)
6955         (gnuv3_get_typeid): New functions.
6956         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
6957         new fields on ABI object.
6958         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6959         * std-operator.def (OP_TYPEID): New.
6960
6961 2013-04-15  Tom Tromey  <tromey@redhat.com>
6962
6963         * elfread.c (elf_symtab_read): Install versioned symbol under
6964         unversioned name as well.
6965
6966 2013-04-15  Tom Tromey  <tromey@redhat.com>
6967
6968         PR c++/11990:
6969         * c-lang.c (cplus_language_defn): Use gdb_demangle.
6970         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6971         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6972         (gdb_demangle): New function.
6973         * cp-support.h (gdb_demangle): Declare.
6974         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6975         (dwarf2_name): Use gdb_demangle.
6976         * gdbtypes.c (check_stub_method): Use gdb_demangle.
6977         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6978         suffixes from name.
6979         (gnuv3_print_method_ptr): Use gdb_demangle.
6980         * jv-lang.c (java_demangle): Use gdb_demangle.
6981         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6982         * language.c (unk_lang_demangle): Use gdb_demangle.
6983         * symtab.c (symbol_find_demangled_name)
6984         (demangle_for_lookup): Use gdb_demangle.
6985
6986 2013-04-15  Tom Tromey  <tromey@redhat.com>
6987
6988         PR c++/12824:
6989         * NEWS: Update.
6990         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6991         New constant.
6992         (classify_exception_breakpoint): New function.
6993         (print_it_exception_catchpoint, print_one_exception_catchpoint)
6994         (print_mention_exception_catchpoint)
6995         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6996         (catch_exception_command_1): Handle "rethrow" catchpoint.
6997         (catch_rethrow_command): New function.
6998         (_initialize_breakpoint): Add "catch rethrow" command.
6999
7000 2013-04-15  Pierre Muller  <muller@sourceware.org>
7001
7002         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
7003         set_gdbarch_write_pc as deprecated anymore.
7004
7005 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
7006
7007         * spu-tdep.c (spu_write_pc): Add empty line after local variable
7008         declarations.
7009
7010 2013-04-13  Yao Qi  <yao@codesourcery.com>
7011
7012         * ctf.c (_initialize_ctf): Include "completer.h".
7013         Call add_target_with_completer instead of add_target.
7014
7015 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7016
7017         Fix GDB regression related to PR binutils/14813.
7018         * jit.c (mem_bfd_iovec_close): Return 0 for success.
7019         * minidebug.c (lzma_close): Add return value comment.
7020         * remote.c (remote_bfd_iovec_close): Return 0 for success.
7021         * solib-spu.c (spu_bfd_iovec_close): Likewise.
7022         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7023
7024 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7025
7026         * config.in: Regenerate.
7027
7028 2013-04-12  Tom Tromey  <tromey@redhat.com>
7029
7030         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7031         const.
7032         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7033         (struct die_reader_specs) <buffer>: Likewise.
7034         (die_reader_func_ftype): Make 'info_ptr' const.
7035         (struct line_header) <include_dirs, statement_program_start,
7036         statement_program_end>: Now const.
7037         (struct file_entry) <name>: Likewise.
7038         (struct partial_die_info) <sibling>: Likewise.
7039         (struct dwarf_block) <data>: Likewise.
7040         (dwarf2_read_section): Remove cast.
7041         (dwarf2_get_section_info): Make 'bufp' const.
7042         (read_index_from_section): Constify.
7043         (dw2_get_file_names_reader): Make 'info_ptr' const.
7044         (dw2_get_primary_filename_reader): Likewise.
7045         (read_comp_unit_head): Make 'info_ptr' and return type const.
7046         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7047         Likewise.
7048         (read_abbrev_offset): Constify.
7049         (dwarf2_create_include_psymtab): Make 'name' const.
7050         (create_debug_types_hash_table): Update.
7051         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7052         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7053         Constify.
7054         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7055         (load_partial_comp_unit_reader): Make 'info_ptr' const.
7056         (read_comp_units_from_section): Constify.
7057         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7058         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7059         const.
7060         (dwarf2_compute_name, setup_type_unit_groups): Constify.
7061         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7062         (create_dwp_hash_table, dwarf2_ranges_read)
7063         (dwarf2_record_block_ranges): Constify.
7064         (read_die_and_children, read_die_and_siblings_1)
7065         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7066         const.
7067         (read_full_die_1, read_full_die): Make 'info_ptr' const.
7068         (abbrev_table_read_table): Constify.
7069         (load_partial_dies): Make 'info_ptr' const.
7070         (read_partial_die, read_attribute_value, read_attribute): Make
7071         'info_ptr' and return type const.
7072         (read_address, read_initial_length)
7073         (read_checked_initial_length_and_offset, read_offset)
7074         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7075         const.
7076         (read_direct_string): Make 'buf' and return type const.
7077         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7078         (read_indirect_string): Make return type const.
7079         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7080         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7081         'info_ptr' const.
7082         (read_str_index): Make return type const.
7083         (add_include_dir): Make 'include_dir' const.
7084         (add_file_name): Make 'name' const.
7085         (dwarf_decode_line_header): Constify.
7086         (psymtab_include_file_name): Make return type const.
7087         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7088         (dwarf2_start_subfile): Make 'filename' const.
7089         (dwarf2_const_value_attr): Make 'bytes' const.
7090         (read_signatured_type_reader): Make 'info_ptr' const.
7091         (decode_locdesc): Constify.
7092         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7093         const.
7094         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7095         'mac_end', and return type const.
7096         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7097         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7098         type const.
7099         (per_cu_header_read_in): Constify.
7100         * symfile.h (dwarf2_get_section_info): Update.
7101
7102 2013-04-12  Tom Tromey  <tromey@redhat.com>
7103
7104         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7105
7106 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
7107
7108         * NEWS: Mention "show configuration", --configuration.
7109         * top.c (print_gdb_configuration): New function, displays the
7110         details about GDB configure-time parameters.
7111         (print_gdb_version): Mention "show configuration".
7112         * cli/cli-cmds.c (show_configuration): New function.
7113         (_initialize_cli_cmds): Add the "show configuration" command.
7114         * main.c (captured_main) <print_configuration>: New static var.
7115         <long_options>: Use it.
7116         If --configuration was given, call print_gdb_configuration.
7117
7118 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7119             Pedro Alves  <palves@redhat.com>
7120
7121         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7122         (generated_files): Add gcore.
7123         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7124         HAVE_NATIVE_GCORE_HOST.
7125         (gcore): New.
7126         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7127         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7128         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7129         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7130         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7131         Add HAVE_NATIVE_GCORE_HOST.
7132         * configure: Regenerate.
7133         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7134         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
7135         AC_CONFIG_FILES for gcore.
7136         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
7137         gdb_have_gcore.
7138         * gdb_gcore.sh: Rename to ...
7139         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
7140         and GCORE_TRANSFORM_NAME substitutions.
7141
7142         Fix parsing tabs in ${gdb_target_obs}.
7143         * configure.tgt (gdb_have_gcore): Replace case with for and if.
7144
7145 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7146
7147         * remote.c (unpush_and_perror): Add output message final dot.
7148
7149 2013-04-11  Yao Qi  <yao@codesourcery.com>
7150
7151         * tracepoint.c (tfile_interp_line): Fit parameters line and
7152         utpp in one line.
7153
7154 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
7155
7156         * solib.c (solib_map_sections): Remove code overwriting
7157         SO->SO_NAME with the bfd's filename.
7158
7159 2013-04-10  Pedro Alves  <palves@redhat.com>
7160
7161         * cli/cli-decode.c (integer_unlimited_completer): New function.
7162         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7163         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7164         completer.
7165         * cli/cli-setshow.c: Include "cli/cli-utils.h".
7166         (is_unlimited_literal): New function.
7167         (do_set_command): Handle literal "unlimited" arguments.
7168         * frame.c (_initialize_frame) <set backtrace limit>: Document
7169         "unlimited".
7170         * printcmd.c (_initialize_printcmd) <set print
7171         max-symbolic-offset>: Add help text.
7172         * record-full.c (_initialize_record_full) <set record full
7173         insn-number-max>: Likewise.
7174         * record.c (_initialize_record) <set record
7175         instruction-history-size, set record function-call-history-size>:
7176         Add help text.
7177         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7178         help text.
7179         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7180         Likewise.
7181         * source.c (_initialize_source) <set listsize>: Add help text.
7182         * utils.c (initialize_utils) <set height, set width>: Likewise.
7183         <set pagination>: Mention "set height unlimited".
7184         * valprint.c (_initialize_valprint) <set print elements, set print
7185         repeats>: Document "unlimited".
7186
7187 2013-04-10  Pedro Alves  <palves@redhat.com>
7188
7189         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7190         instead of disconnect_tracing.
7191         * infcmd.c (detach_command, disconnect_command): Call
7192         query_if_trace_running.  Adjust.
7193         * top.c: Include "tracepoint.h".
7194         (quit_target): Delete.  Contents moved ...
7195         (quit_force): ... here.  Wrap each stage of teardown in
7196         TRY_CATCH.  Call disconnect_tracing before detaching.
7197
7198 2013-04-10  Hui Zhu  <hui@codesourcery.com>
7199             Yao Qi  <yao@codesourcery.com>
7200
7201         * configure.ac: Check libbabeltrace is installed.
7202         * config.in: Regenerate.
7203         * configure: Regenerate.
7204         * Makefile.in (LIBBABELTRACE): New.
7205         (CLIBS): Add LIBBABELTRACE.
7206         * ctf.c: Include "exec.h".
7207         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7208         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7209         (ctf_save_metadata_header): Define new type aliases in
7210         metadata.
7211         (ctf_write_header): Define event type "tsv_def" and "tp_def"
7212         in metadata.  Start a new faked packet for trace status.
7213         (ctf_write_status): Write trace status to CTF.
7214         (ctf_write_uploaded_tsv): Write TSV to CTF.
7215         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7216         (ctf_write_definition_end): End the faked packet.
7217
7218         (ctx, ctf_iter, trace_dirname): New.
7219         (start_pos): New variable.
7220         (ctf_destroy, ctf_open_dir, ctf_open): New.
7221         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7222         macros.
7223         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7224         (ctf_fetch_registers, ctf_xfer_partial): New.
7225         (ctf_get_trace_state_variable_value): New.
7226         (ctf_get_tpnum_from_frame_event): New.
7227         (ctf_get_traceframe_address): New.
7228         (ctf_trace_find, ctf_has_stack): New.
7229         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7230         (ctf_get_trace_status, ctf_read_status): New.
7231         (_initialize_ctf): New.
7232         * tracepoint.c (get_tracepoint_number): New
7233         (get_uploaded_tsv): Remove 'static'.
7234         (struct traceframe_info, trace_regblock_size): Move it to ...
7235         * tracepoint.h: ... here.
7236         (get_tracepoint_number): Declare it.
7237         (get_uploaded_tsv): Declare it.
7238
7239         * NEWS: Mention new configure option.
7240
7241 2013-04-10  Pedro Alves  <palves@redhat.com>
7242             Hui Zhu  <hui@codesourcery.com>
7243
7244         * breakpoint.c (dprintf_re_set): New.
7245         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7246         to dprintf_re_set.
7247
7248 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7249
7250         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7251         Remove solib-svr4.o from the list.
7252
7253 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7254
7255         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7256         Use gdb_assert_not_reached instead of invalid boolean expression.
7257
7258 2013-04-09  Pedro Alves  <palves@redhat.com>
7259
7260         * remote.c (unpush_and_perror): New function.
7261         (readchar, remote_serial_write): Use it.
7262
7263 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
7264
7265         * NEWS: Mention new btrace RSP packets.
7266
7267 2013-04-08  Tom Tromey  <tromey@redhat.com>
7268
7269         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7270         long.
7271
7272 2013-04-08  Tom Tromey  <tromey@redhat.com>
7273
7274         * maint.c (print_bfd_section_info): Print the section index.
7275         * symmisc.c (dump_msymbols): Print the section index.
7276
7277 2013-04-08  Tom Tromey  <tromey@redhat.com>
7278
7279         PR symtab/8424:
7280         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7281         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7282         * breakpoint.c (resolve_sal_pc): Update.
7283         * elfread.c (elf_gnu_ifunc_record_cache): Update.
7284         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7285         (minsym_lookup_iterator_cb): Use it.
7286         (default_read_var_value): Update.
7287         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7288         Update.
7289         * infcmd.c (jump_command): Update.
7290         * linespec.c (minsym_found): Update.
7291         * maint.c (maintenance_translate_address): Update.
7292         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7293         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7294         * parse.c (write_exp_msymbol): Update.
7295         * printcmd.c (address_info): Update.
7296         * psymtab.c (find_pc_sect_psymbol): Update.
7297         (fixup_psymbol_section): Check SYMBOL_SECTION, not
7298         SYMBOL_OBJ_SECTION.
7299         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7300         Don't initialize SYMBOL_OBJ_SECTION.
7301         * spu-tdep.c (spu_catch_start): Update.
7302         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7303         * symmisc.c (dump_msymbols, print_symbol): Update.
7304         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
7305         how fallback section is computed.
7306         (fixup_symbol_section): Update.
7307         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7308         Update.
7309         (allocate_symbol, initialize_symbol, allocate_template_symbol):
7310         Initialize SYMBOL_SECTION.
7311         * symtab.h (struct general_symbol_info) <section>: Update comment.
7312         <obj_section>: Remove.
7313         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
7314         (SYMBOL_OBJFILE): New macro.
7315
7316 2013-04-08  Tom Tromey  <tromey@redhat.com>
7317
7318         * coffread.c (record_minimal_symbol): Update.
7319         * dbxread.c (record_minimal_symbol): Update.
7320         * elfread.c (record_minimal_symbol): Update.
7321         * machoread.c (macho_symtab_add_minsym): Update.
7322         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7323         Update.
7324         * minsyms.c (prim_record_minimal_symbol): Update.
7325         (prim_record_minimal_symbol_full): Remove 'bfd_section'
7326         argument.
7327         (prim_record_minimal_symbol_and_info): Likewise.
7328         * minsyms.h (prim_record_minimal_symbol_full)
7329         (prim_record_minimal_symbol_and_info): Update.
7330         * symtab.c (allocate_symbol, initialize_symbol)
7331         (allocate_template_symbol): Initialize SYMBOL_SECTION.
7332         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7333         Update.
7334
7335 2013-04-08  Tom Tromey  <tromey@redhat.com>
7336
7337         PR symtab/8423:
7338         * solib-som.c (som_solib_section_offsets): Use BFD section
7339         indices.  Set offsets for all sections.
7340         * somread.c (som_symtab_read): Compute BFD section for
7341         symbol.  Use prim_record_minimal_symbol_and_info.
7342         (som_symfile_read): Fix comment.
7343         (struct find_section_offset_arg): New.
7344         (find_section_offset, set_section_index): New functions.
7345         (som_symfile_offsets): Use set_section_index to compute
7346         section indices.
7347
7348 2013-04-08  Tom Tromey  <tromey@redhat.com>
7349
7350         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7351         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7352         gdb_bfd_section_index.
7353         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7354         New functions.
7355         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7356         Declare.
7357         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7358         Update.
7359         * objfiles.c (add_to_objfile_sections_full): New function.
7360         (add_to_objfile_sections): Use it.
7361         (build_section_table): Rewrite.
7362         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
7363         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7364         (struct objfile) <sections>: Update comment.
7365         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7366         is NULL.
7367         (ALL_OBJSECTIONS): Use it.
7368         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7369         * solib-frv.c (frv_relocate_main_executable): Update.
7370         * solib-target.c (solib_target_relocate_section_addresses):
7371         Use gdb_bfd_section_index.
7372         * symfile.c (build_section_addr_info_from_section_table):
7373         Use gdb_bfd_section_index.
7374         (build_section_addr_info_from_bfd, place_section): Likewise.
7375         * symtab.c (fixup_section): Update.
7376         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7377
7378 2013-04-08  Tom Tromey  <tromey@redhat.com>
7379
7380         * minsyms.h (struct bound_minimal_symbol): New.
7381         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7382         Remove objfile argument.
7383         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7384         Return bound_minimal_symbol.
7385         * minsyms.c (lookup_minimal_symbol_by_pc_1)
7386         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7387         Return bound_minimal_symbol.
7388         (in_gnu_ifunc_stub): Update.
7389         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7390         Remove 'objfile_p' argument.
7391         (lookup_solib_trampoline_symbol_by_pc): Update.
7392         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7393         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7394         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7395         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7396         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7397         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7398         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7399         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7400         stack.c, symtab.c, tui/tui-disasm.c: Update.
7401
7402 2013-04-08  Tom Tromey  <tromey@redhat.com>
7403
7404         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7405         Use symbol's obstack, not an objfile.
7406         * coffread.c (process_coff_symbol): Update.
7407         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7408         * jv-lang.c (add_class_symbol): Update.
7409         * mdebugread.c (new_symbol): Update.
7410         * minsyms.c (prim_record_minimal_symbol_full)
7411         (terminate_minimal_symbol_table): Update.
7412         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
7413         * stabsread.c (define_symbol, read_enum_type): Update.
7414         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7415         Handle Ada specially.
7416         (symbol_set_language): Add 'obstack' argument.
7417         (symbol_set_names): Update.
7418         (symbol_natural_name, symbol_demangled_name): Always use
7419         ada_decode_symbol.
7420         * symtab.h (struct general_symbol_info)
7421         <language_specific::obstack>: New field.
7422         <ada_mangled>: New field.
7423         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7424         (symbol_set_language): Update.
7425
7426 2013-04-08  Tom Tromey  <tromey@redhat.com>
7427
7428         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7429         Take an obstack, not an objfile.
7430         (symbol_set_names): Update.
7431         * symtab.h (symbol_set_demangled_name): Update.
7432
7433 2013-04-08  Tom Tromey  <tromey@redhat.com>
7434
7435         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7436         allocate_symbol.
7437         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7438         (read_func_scope): Call allocate_template_symbol.
7439         (new_symbol_full): Call allocate_symbol.
7440         * jit.c (finalize_symtab): Call allocate_symbol.
7441         * jv-lang.c (add_class_symbol): Call allocate_symbol.
7442         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7443         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7444         (common_block_end): Call allocate_symbol.
7445         * symtab.c (allocate_symbol, initialize_symbol)
7446         (allocate_template_symbol): New functions.
7447         * symtab.c (allocate_symbol, initialize_symbol)
7448         (allocate_template_symbol): Declare.
7449         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7450
7451 2013-04-08  Pedro Alves  <palves@redhat.com>
7452             Keith Seitz  <keiths@redhat.com>
7453
7454         * breakpoint.c (create_breakpoint): Rename
7455         "parse_condition_and_thread" parameter to "parse_arg".  Update
7456         describing comment.  If !PARSE_ARG, then error out if ARG is not
7457         the empty string after extracting the location.
7458         * breakpoint.h (create_breakpoint): Rename
7459         "parse_condition_and_thread" parameter to "parse_arg".
7460
7461 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
7462
7463         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7464
7465 2013-04-07  Yao Qi  <yao@codesourcery.com>
7466
7467         * remote.c (remote_trace_find): Change type of parameters 'addr1'
7468         and 'addr2' to CORE_ADDR.
7469         * target.c (update_current_target): Update.
7470         * target.h (struct target_ops) <to_trace_find>: Change parameter
7471         type to CORE_ADDR.
7472         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7473         'addr2' to CORE_ADDR.
7474         (tfile_trace_find): Likewise.
7475         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7476         Change local variable 'addr' to type CORE_ADDR.
7477         * tracepoint.h (tfind_1): Update declaration.
7478
7479 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
7480
7481         * windows-nat.c (windows_get_absolute_argv0): Move from here...
7482         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7483         Include main.h.
7484
7485         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7486         here...
7487         * main.h (windows_get_absolute_argv0): ...to here.
7488
7489 2013-04-05  Doug Evans  <dje@google.com>
7490
7491         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7492         (read_cutu_die_from_dwo): Add comments.
7493         (read_structure_type): Update comment.
7494         (read_enumeration_type, read_namespace_type): Update comment.
7495         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7496
7497 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7498
7499         Convert man pages to texinfo, new gdbinit.5 texinfo page.
7500         * Makefile.in (gdb.z): Remove.
7501         (install-only): Remove $(man1dir) and gdb.1 installation.
7502         * gdb.1: Remove.
7503
7504 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7505
7506         Fix compatibility with Linux kernel 3.8.3.
7507         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7508         to more inner block.  Remove parsing of NUMBER from outer block.
7509         Parse NUMBER only if KEYWORD has been identified.
7510
7511 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7512
7513         Fix variable name shadowing.
7514         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7515         filename to mapsfilename and update its uses.
7516
7517 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
7518
7519         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7520         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7521         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7522         details of the problem.
7523
7524 2013-04-04  Pedro Alves  <palves@redhat.com>
7525             Hui Zhu  <hui@codesourcery.com>
7526
7527         * breakpoint.c (validate_commands_for_breakpoint): If validating a
7528         tracepoint, reset its STEP_COUNT and call validate_actionline.
7529
7530 2013-04-03  Doug Evans  <dje@google.com>
7531
7532         * dwarf2read.c (read_die_and_siblings_1): Renamed from
7533         read_die_and_siblings.
7534         (read_die_and_siblings): New function.
7535         (read_cutu_die_from_dwo): Dump die if requested.
7536         (read_die_and_children): Call read_full_die_1 and
7537         read_die_and_siblings_1.
7538         (read_full_die): Dump die if requested.
7539
7540         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7541
7542         * dwarf2read.c (struct dwo_file): New member comp_dir.
7543         Rename member name to dwo_name.  All uses updated.
7544         (hash_dwo_file): Include comp_dir in computation.
7545         (eq_dwo_file): Ditto.
7546         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
7547         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7548
7549         * psymtab.c (read_psymtabs_with_fullname): Don't call
7550         psymtab_to_fullname if the basenames are different.
7551
7552 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7553
7554         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7555         New entry about "fullname" presence.
7556
7557 2013-04-03  Pedro Alves  <palves@redhat.com>
7558
7559         * NEWS: Mention x86_64/Cygwin as new native configuration.
7560
7561 2013-04-02  Doug Evans  <dje@google.com>
7562
7563         * dwarf2read.c (read_structure_type): Fix typo in comment.
7564
7565 2013-04-02  Pedro Alves  <palves@redhat.com>
7566
7567         * NEWS: Mention "set/show debug aarch64", "set/show debug
7568         coff-pe-read" and "set/show debug mach-o".
7569
7570 2013-04-02  Pedro Alves  <palves@redhat.com>
7571
7572         * NEWS: Mention "set/show remote trace-buffer-size-packet".
7573
7574 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
7575
7576         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7577         gdb_string.h is now in common/.
7578
7579 2013-04-02  Pedro Alves  <palves@redhat.com>
7580
7581         * NEWS: Move "set debug notification" and "set trace-buffer-size"
7582         under "New options".
7583
7584 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7585
7586         Revert this patch:
7587         PR gdb/15275
7588         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7589
7590 2013-04-02  Pedro Alves  <palves@redhat.com>
7591
7592         PR gdb/15275
7593
7594         * remote.c (send_interrupt_sequence): Use remote_serial_write.
7595         (remote_serial_write): New function.
7596         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7597
7598 2013-04-01  Jiong Wang  <jiwang@tilera.com>
7599
7600         * NEWS: Mention TILE-Gx in "New native configurations" and
7601         "New targets" sections.
7602
7603 2013-04-01  Doug Evans  <dje@google.com>
7604
7605         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7606         (process_enumeration_scope): Simplify.
7607
7608         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7609         type_unit_group ...
7610         (struct signatured_type): ... to here.
7611         (sig_type_ptr): New typedef.
7612         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
7613         out of union 't'.  All uses updated.
7614         (dw2_get_file_names_reader): Assert not called for a type unit.
7615         (dw2_get_file_names): Assert not called for a type unit or type
7616         unit group.
7617         (build_type_psymtabs_reader): Assert called for a type unit.
7618         (build_type_psymtab_dependencies): Assert called for a type unit group.
7619
7620         * dwarf2read.c (free_dwo_file): Add comment.
7621         (dwarf2_per_objfile_free): Unref dwp bfd.
7622
7623 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7624
7625         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7626         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7627         (read_pe_exported_syms): Remove unused 'exportix'.
7628         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7629         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7630         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7631
7632 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7633
7634         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7635         (print_it_watchpoint): Remove unused 'bl'.
7636         (say_where): Remove unused 'uiout'.
7637         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7638         (bkpt_breakpoint_hit): Remove unused 'b'.
7639         (internal_bkpt_print_it): Remove unused 'uiout'.
7640         * buildsym.c (augment_type_symtab): Remove unused 'i'.
7641
7642 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7643
7644         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7645         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7646
7647 2013-03-29  Doug Evans  <dje@google.com>
7648
7649         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7650         Delete arg is_dwp.  All callers updated.
7651         (open_dwp_file): New function.
7652         (open_and_init_dwp_file): Call it.
7653         (get_dwp_file): New function.
7654         (lookup_dwo_cutu): Call it.
7655
7656         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7657         unnecessary, cleanup.
7658
7659         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7660
7661         * dwarf2read.c (read_cutu_die_from_dwo): New function.
7662         (lookup_dwo_unit): New function.
7663         (init_cutu_and_read_dies): Move DWO handling to new functions.
7664
7665         * dwarf2read.c (struct signatured_type): Tweak comment.
7666         (struct dwo_unit): Tweak comment.
7667         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
7668         (create_dwo_debug_info_hash_table): Tweak comment.
7669         (dwarf2_per_cu_offset_and_type): Tweak comment.
7670
7671         * dwarf2read.c (lookup_signatured_type): Remove complaint about
7672         missing .debug_types section.
7673
7674 2013-03-29  Yao Qi  <yao@codesourcery.com>
7675
7676         * corelow.c: Include "completer.h".
7677         (_initialize_corelow): Call add_target_with_completer with
7678         argument 'filename_completer'.
7679         * tracepoint.c: Likewise.
7680         * exec.c (_initialize_exec): Likewise.
7681         * target.c (add_target): Rename to ...
7682         (add_target_with_completer): ... this.  Call set_cmd_completer
7683         if parameter completer is not NULL.
7684         (add_target): New.
7685         * target.h: Include "command.h".
7686         (add_target_with_completer): Declare it.
7687
7688 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
7689
7690         * coffread.c (is_import_fixup_symbol): New function.
7691         (record_minimal_symbol): Use is_import_fixup_symbol to
7692         detect import fixup symbols, and discard them.
7693
7694 2013-03-28  Doug Evans  <dje@google.com>
7695
7696         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7697         types hash table until we know we need it.
7698
7699         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7700         index numbers.
7701
7702         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7703         All callers updated.
7704         (dw2_print_stats): Print #read CUs too.
7705         (dump_die_shallow): Print signatured types better.
7706
7707         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7708         info_or_types_section to section.  All uses updated.
7709         (struct dwo_unit): Ditto.
7710
7711 2013-03-28  Pedro Alves  <palves@redhat.com>
7712
7713         * NEWS (New options): New section.
7714         (New options): Mention set/show remote trace-status-packet.
7715         * remote.c (PACKET_qTStatus): New enumeration value.
7716         (remote_get_trace_status): Skip sending qTStatus if the packet is
7717         disabled.  Use packet_ok.
7718         (_initialize_remote): Register a configuration command for
7719         qTStatus packet.
7720
7721 2013-03-28  Doug Evans  <dje@google.com>
7722
7723         * symfile.c (find_separate_debug_file): Add comment.
7724         (terminate_after_last_dir_separator): Tweak comment.
7725
7726         * dwarf2read.c (create_partial_symtab): Add forward decl.
7727         (create_partial_symtab): Move to be closer to other psymtab functions.
7728         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7729
7730         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7731         (compute_symtab_includes): Remove unnecessary forward declaration.
7732         (die_needs_namespace): Add comment marking group of functions for
7733         dwarf2 name computation.
7734
7735         * typeprint.c (_initialize_typeprint): Improve type help text.
7736
7737         * python/python.c (finish_python_initialization): Provide suggestion
7738         for how to tell gdb to find its python files.
7739
7740 2013-03-28  Pedro Alves  <palves@redhat.com>
7741
7742         PR gdb/15294
7743
7744         * source.c (_initialize_source): Change back "set listsize" to an
7745         integer command.
7746
7747 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
7748
7749         PR gdb/15275
7750         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7751
7752 2013-03-27  Pedro Alves  <palves@redhat.com>
7753
7754         * top.c (history_size): Rename to ...
7755         (history_size_setshow_var): ... this.  Add comment.
7756         (show_commands): Use readline's 'history_length' instead of
7757         computing the history length by calling history_get in a loop.
7758         (set_history_size_command): Error out for sizes over INT_MAX.
7759         Restore previous history size on invalid size.
7760         (init_history): If HISTSIZE is negative, leave the history size as
7761         zero.  Add comments.
7762         (init_main): Adjust.
7763
7764 2013-03-27  Pedro Alves  <palves@redhat.com>
7765
7766         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7767         coff_pe_read" command to "set debug coff-pe-read".
7768
7769 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
7770
7771         * record.c (command_size_to_target_size): Fix size comparison.
7772         Change parameter type from pointer to integer to integer.
7773         Update all users.
7774
7775 2013-03-27  Pierre Muller  <muller@sourceware.org>
7776
7777         * windows-nat.c (handle_output_debug_string): Avoid typecast
7778         from integer of different size warning.
7779
7780 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
7781
7782         * windows-nat.c (handle_output_debug_string): Add empty line
7783         after local block variable definition.
7784
7785 2013-03-26  Pedro Alves  <palves@redhat.com>
7786
7787         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7788         (net_open): Make 'polls' local unsigned.
7789
7790 2013-03-26  Pedro Alves  <palves@redhat.com>
7791
7792         * remote.c (_initialize_remote): Make "set remoteaddresssize"
7793         a zuinteger command instead of uinteger.
7794
7795 2013-03-26  Pedro Alves  <palves@redhat.com>
7796
7797         * record-full.c (record_full_insn_num): Make it unsigned.
7798         (record_full_check_insn_num, record_full_message)
7799         (record_full_registers_change, record_full_xfer_partial): Remove
7800         record_full_insn_max_num check (it's always != 0).
7801         (record_full_info, record_full_restore): Use %u as format string.
7802         (): Use %u as format string.
7803         (set_record_full_insn_max_num): Remove record_full_insn_max_num
7804         check (it's always != 0).
7805
7806 2013-03-26  Pedro Alves  <palves@redhat.com>
7807
7808         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7809         and "set dcache size" commands zuinteger instead of uinteger.
7810
7811 2013-03-26  Pedro Alves  <palves@redhat.com>
7812
7813         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7814         command zuinteger instead of uinteger.
7815
7816 2013-03-26  Pedro Alves  <palves@redhat.com>
7817
7818         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7819         zuinteger instead of uinteger.
7820
7821 2013-03-26  Pedro Alves  <palves@redhat.com>
7822
7823         * record.c (record_insn_history_size_setshow_var)
7824         (record_call_history_size_setshow_var): New globals.
7825         (command_size_to_target_size): New function.
7826         (cmd_record_insn_history, cmd_record_call_history): Use
7827         command_size_to_target_size instead of cast.
7828         (validate_history_size, set_record_insn_history_size)
7829         (set_record_call_history_size): New functions.
7830         (_initialize_record): Install set_record_insn_history_size and
7831         set_record_call_history_size as "set" hooks of "set record
7832         instruction-history-size" and "set record
7833         function-call-history-size".
7834
7835 2013-03-26  Pedro Alves  <palves@redhat.com>
7836
7837         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7838         use with history_max_entries use.  Remove FIXME note.
7839
7840 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
7841
7842         * record-btrace.c (record_btrace_close): Call
7843         record_btrace_auto_disable.
7844
7845 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
7846
7847         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7848
7849 2013-03-25  Doug Evans  <dje@google.com>
7850
7851         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7852
7853 2013-03-25  Tom Tromey  <tromey@redhat.com>
7854
7855         PR symtab/11462:
7856         * c-exp.y (exp): Add new productions for destructors after '.' and
7857         '->'.
7858         (write_destructor_name): New function.
7859
7860 2013-03-25  Tom Tromey  <tromey@redhat.com>
7861
7862         PR c++/9197:
7863         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7864         value_struct_elt, not lookup_struct_elt_type.
7865         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7866         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7867         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7868
7869 2013-03-25  Yao Qi  <yao@codesourcery.com>
7870
7871         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7872         instead of '_mkdir'.
7873
7874 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
7875
7876         * windows-nat.c (windows_get_absolute_argv0): New function.
7877         * windows-nat.h: Add its prototype.
7878
7879         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7880         Use IS_DIR_SEPARATOR instead of looking for a character inside
7881         SLASH_STRING.  Include filenames.h.
7882         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7883         relocate_gdb_directory works when passed gdb_program_name.
7884         Include windows-nat.h.
7885
7886 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7887
7888         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7889         * remote.c (trace_error): Remove the special handling of '2'.
7890         (readchar) <SERIAL_EOF>
7891         (readchar) <SERIAL_ERROR>
7892         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7893         (remote_get_trace_status): Call throw_exception if EX is
7894         TARGET_CLOSE_ERROR.
7895         * utils.c (perror_with_name): Rename to ...
7896         (throw_perror_with_name): ... here.  New parameter errcode, describe it
7897         in the function comment.
7898         (perror_with_name): New function wrapper.
7899         * utils.h (enum errors): New stub declaration.
7900         (throw_perror_with_name): New declaration.
7901
7902 2013-03-22  Pedro Alves  <palves@redhat.com>
7903             Yao Qi  <yao@codesourcery.com>
7904             Mark Kettenis  <kettenis@gnu.org>
7905
7906         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7907         Don't let the user set the value to UINT_MAX directly.
7908         <var_integer>: Don't let the user set the value to INT_MAX
7909         directly.
7910
7911 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7912
7913         * remote.c (remote_unpush_target): New function.
7914         (remote_open_1): Remove two pop_target calls, update one comment, add
7915         comment to target_preopen call.  Replace pop_target call by
7916         remote_unpush_target call.
7917         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7918         pop_target calls by remote_unpush_target calls.
7919
7920 2013-03-22  Pedro Alves  <palves@redhat.com>
7921
7922         * linux-nat.c (linux_child_follow_fork): Don't call
7923         linux_enable_event_reporting.
7924         (linux_handle_extended_wait): Don't call
7925         linux_enable_event_reporting.
7926
7927 2013-03-22  Pedro Alves  <palves@redhat.com>
7928
7929         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7930         use it to rewrite the trampoline buffers with type gdb_byte[], and
7931         undefine the macro.  Remove char* cast.
7932
7933 2013-03-21  Doug Evans  <dje@google.com>
7934
7935         New commands "mt set per-command {space,time,symtab} {on,off}".
7936         * NEWS: Add entry.
7937         * event-top.c: #include "maint.h".
7938         * main.c: #include "maint.h".
7939         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7940         timeval-utils.h, maint.h, cli/cli-setshow.h.
7941         (per_command_time, per_command_space): New static globals.
7942         (per_command_symtab): New static global.
7943         (per_command_setlist, per_command_showlist): New static globals.
7944         (struct cmd_stats): Move here from utils.c.
7945         (set_per_command_time): Renamed from set_display_time in utils.c
7946         and moved here.  All callers updated.
7947         (set_per_command_space): Renamed from set_display_space in utils.c
7948         and moved here.  All callers updated.
7949         (count_symtabs_and_blocks): New function.
7950         (report_command_stats): Moved here from utils.c.  Add support for
7951         printing symtab stats.  Only print data if enabled before command
7952         executed.
7953         (make_command_stats_cleanup): Ditto.
7954         (sert_per_command_cmd, show_per_command_cmd): New functions.
7955         (_initialize_maint_cmds): Add new commands
7956         mt set per-command {space,time,symtab} {on,off}.
7957         * maint.h: New file.
7958         * top.c: #include "maint.h".
7959         * utils.c (reset_prompt_for_continue_wait_time): New function.
7960         (get_prompt_for_continue_wait_time): New function.
7961         * utils.h (reset_prompt_for_continue_wait_time): Declare
7962         (get_prompt_for_continue_wait_time): Declare.
7963         (make_command_stats_cleanup): Moved to maint.h.
7964         (set_display_time, set_display_space): Moved to maint.h and renamed
7965         to set_per_command_time, set_per_command_space.
7966         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7967         parse_binary_operation and made non-static.  Don't call error,
7968         just return an error marker.  All callers updated.
7969         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7970
7971 2013-03-21  Tom Tromey  <tromey@redhat.com>
7972
7973         * symfile.c (alloc_section_addr_info): Update header.  Don't set
7974         'num_sections' field.
7975         (build_section_addr_info_from_section_table): Set 'num_sections'.
7976         (build_section_addr_info_from_bfd): Likewise.
7977         (build_section_addr_info_from_objfile): Remove dead loop
7978         condition.
7979         (free_section_addr_info): Unconditionally call xfree.
7980         (relative_addr_info_to_section_offsets, addrs_section_sort)
7981         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7982         condition.
7983         (syms_from_objfile_1): Remove dead 'if' condition.  Check
7984         'num_sections'.
7985         (add_symbol_file_command): Set 'num_sections'.
7986         * symfile-mem.c (symbol_file_add_from_memory): Set
7987         'num_sections'.
7988         * somread.c (som_symfile_offsets): Remove dead loop condition.
7989         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7990         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7991
7992 2013-03-21  Tom Tromey  <tromey@redhat.com>
7993
7994         * tracepoint.h (decode_agent_options): Add 'trace_string'
7995         argument.
7996         * tracepoint.c (decode_agent_options): Add 'trace_string'
7997         argument.
7998         (validate_actionline): Update.
7999         (collect_symbol): Add 'trace_string' argument.
8000         (struct add_local_symbols_data) <trace_string>: New field.
8001         (do_collect_symbol): Update.
8002         (add_local_symbols): Add 'trace_string' argument.
8003         (encode_actions_1): Update.
8004         (trace_dump_actions): Update.
8005         * dwarf2loc.c (access_memory): Update.
8006         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
8007         * ax-general.c (new_agent_expr): Update.
8008         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
8009         (gen_trace_for_return_address): Add argument.
8010         (trace_kludge, trace_string_kludge): Remove.
8011         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
8012         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
8013         (gen_trace_for_var): Add 'trace_string' argument.
8014         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
8015         (gen_printf, agent_eval_command_one): Update.
8016
8017 2013-03-21  Tom Tromey  <tromey@redhat.com>
8018
8019         PR exp/15109:
8020         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8021         Handle FILENAME token.
8022
8023 2013-03-21  Tom Tromey  <tromey@redhat.com>
8024
8025         * c-exp.y (YYPRINT): Define.
8026         (c_print_token): New function.
8027
8028 2013-03-21  Tom Tromey  <tromey@redhat.com>
8029
8030         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8031
8032 2013-03-21  Yao Qi  <yao@codesourcery.com>
8033
8034         * ctf.c: Include "gdb_stat.h".
8035         [USE_WIN32API]: New macro 'mkdir'.
8036         (ctf_start): Use permission bits macros if they are defined.
8037
8038 2013-03-20  Keith Seitz  <keiths@redhat.com>
8039
8040         * breakpoint.h (struct breakpoint): Add comment to
8041         extra_string indicating that this member is mallod'd.
8042         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8043
8044 2013-03-20  Pedro Alves  <palves@redhat.com>
8045
8046         PR gdb/15289
8047
8048         * cli/cli-setshow.c (do_set_command)
8049         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8050         the result of parsing the command argument.  Throw error if the
8051         value is greater than UINT_MAX.  Print the invalid value with
8052         plongest.
8053         <var_integer, var_zinteger>: Use LONGEST for variable holding the
8054         result of parsing the command argument.  Throw error if the value
8055         is greater than INT_MAX, not greater or equal.  Also throw error
8056         if the value is less than INT_MIN.  Print the invalid value with
8057         plongest.
8058         <var_zuinteger_unlimited>: Throw error if the value is greater
8059         than INT_MAX, not greater or equal.
8060         (do_show_command) <var_integer, var_zinteger,
8061         var_zuinteger_unlimited>: Use %d for printing int, not %u.
8062
8063 2013-03-20  Tom Tromey  <tromey@redhat.com>
8064
8065         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8066         if possible.
8067         * dwarf2read.c (read_func_scope): Remove old FIXME.
8068         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8069         not LOC_COMPUTED.
8070         * findvar.c (symbol_read_needs_frame, default_read_var_value):
8071         Unconditionally call via computed ops, if possible.
8072         * printcmd.c (address_info): Unconditionally call via computed ops,
8073         if possible.
8074         * stack.c (read_frame_arg): Unconditionally call via computed ops,
8075         if possible.
8076         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8077         * tracepoint.c (scope_info): Unconditionally call via computed ops,
8078         if possible.
8079
8080 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8081             Tom Tromey  <tromey@redhat.com>
8082
8083         PR symtab/8421:
8084         * coffread.c (coff_register_index): New global.
8085         (process_coff_symbol, coff_read_enum_type): Set
8086         SYMBOL_ACLASS_INDEX.
8087         (_initialize_coffread): Initialize new global.
8088         * dwarf2loc.c (locexpr_find_frame_base_location)
8089         (dwarf2_block_frame_base_locexpr_funcs)
8090         (loclist_find_frame_base_location)
8091         (dwarf2_block_frame_base_loclist_funcs): New.
8092         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8093         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8094         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8095         (dwarf2_block_frame_base_loclist_funcs): New.
8096         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8097         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8098         globals.
8099         (read_func_scope): Update.
8100         (fixup_go_packaging, mark_common_block_symbol_computed)
8101         (var_decode_location, new_symbol_full, dwarf2_const_value):
8102         Set SYMBOL_ACLASS_INDEX.
8103         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
8104         (_initialize_dwarf2_read): Initialize new globals.
8105         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8106         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8107         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8108         globals.
8109         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8110         (_initialize_mdebugread): Initialize new globals.
8111         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8112         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8113         (stab_register_index, stab_regparm_index): New globals.
8114         (define_symbol, read_enum_type, common_block_end): Set
8115         SYMBOL_ACLASS_INDEX.
8116         (_initialize_stabsread): Initialize new globals.
8117         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8118         globals.
8119         (MAX_SYMBOL_IMPLS): New define.
8120         (register_symbol_computed_impl, register_symbol_block_impl)
8121         (register_symbol_register_impl)
8122         (initialize_ordinary_address_classes): New functions.
8123         (_initialize_symtab): Call initialize_ordinary_address_classes.
8124         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8125         (struct symbol_impl): New.
8126         (SYMBOL_ACLASS_BITS): New define.
8127         (struct symbol) <aclass, ops>: Remove fields.
8128         <aclass_index>: New field.
8129         (symbol_impls): Declare.
8130         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8131         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8132         (register_symbol_computed_impl, register_symbol_block_impl)
8133         (register_symbol_register_impl): Declare.
8134         (struct symbol_computed_ops): Add location_has_loclist.
8135         (struct symbol_block_ops): New.
8136         (SYMBOL_BLOCK_OPS): New.
8137         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8138
8139 2013-03-20  Tom Tromey  <tromey@redhat.com>
8140
8141         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8142         (print_partial_symbols, recursively_search_psymtabs): Use
8143         PSYMBOL_CLASS.
8144
8145 2013-03-20  Pierre Muller  <muller@sourceware.org>
8146
8147         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8148         addtion, subtraction, multiplication and division binary operator.
8149
8150 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8151
8152         Code cleanup.
8153         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8154         * bsd-kvm.c (bsd_kvm_close): Likewise.
8155         * bsd-uthread.c (bsd_uthread_close): Likewise.
8156         * corelow.c (core_close): Likewise.
8157         (core_close_cleanup): Remove parameter quitting from a caller.
8158         * event-top.c (async_disconnect): Likewise.
8159         * exec.c (exec_close_1): Remove parameter quitting.
8160         * go32-nat.c (go32_close): Likewise.
8161         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
8162         parameter quitting from a caller.
8163         * mips-linux-nat.c (super_close): Remove parameter quitting from the
8164         variable.
8165         (mips_linux_close): Remove parameter quitting.  Remove parameter
8166         quitting from a caller.
8167         * monitor.c (monitor_close): Remove parameter quitting.
8168         * monitor.h (monitor_close): Likewise.
8169         * record-btrace.c (record_btrace_close): Likewise.
8170         * record-full.c (record_full_close): Likewise.
8171         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8172         it also from fprintf_unfiltered.
8173         * remote-mips.c (mips_close): Remove parameter quitting.
8174         (mips_detach): Remove parameter quitting from a caller.
8175         * remote-sim.c (gdbsim_close): Remove parameter quitting.
8176         (gdbsim_close): Remove duplicate function comment.  Remove parameter
8177         quitting and remove it also from printf_filtered.
8178         * remote.c (remote_close): Remove parameter quitting.
8179         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8180         * target.c (update_current_target): Remove parameter int from to_close
8181         de_fault.
8182         (push_target, unpush_target, pop_target): Remove parameter quitting from
8183         a caller.
8184         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8185         Remove parameter quitting from a caller.
8186         (target_preopen): Remove parameter quitting from a caller.
8187         (target_close): Remove parameter quitting.  Remove parameter quitting
8188         from a caller two times.  Remove parameter quitting also from
8189         fprintf_unfiltered.
8190         * target.h (struct target_ops): Remove parameter quitting and as int
8191         from fields to_xclose and to_close.
8192         (extern struct target_ops current_target):
8193         (target_close, pop_all_targets): Remove parameter quitting.  Update the
8194         comment.
8195         (pop_all_targets_above): Remove parameter quitting.
8196         * top.c (quit_target): Remove parameter quitting from a caller.
8197         * tracepoint.c (tfile_close): Remove parameter quitting.
8198         * windows-nat.c (windows_close): Remove parameter quitting.
8199
8200 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
8201
8202         * windows-nat.c (handle_output_debug_string): Replace call
8203         to string_to_core_addr with call to strtoull.
8204
8205 2013-03-20  Yao Qi  <yao@codesourcery.com>
8206
8207         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8208         and write it to CTF metadata.
8209
8210 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
8211
8212         * windows-nat.c (handle_output_debug_string): Change type of n to
8213         SIZE_T to avoid crash on 64 bit systems.
8214
8215 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
8216
8217         * python/python-internal.h (HAVE_SNPRINTF)
8218         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8219         about redefinition of snprintf by pyerrors.h.
8220
8221 2013-03-15  Steve Ellcey  <sellcey@mips.com>
8222
8223         * remote-sim.c (sim_command_completer): Make char arguments const.
8224
8225 2013-03-15  Tom Tromey  <tromey@redhat.com>
8226
8227         PR c++/15116:
8228         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8229
8230 2013-03-14  Tom Tromey  <tromey@redhat.com>
8231
8232         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
8233         New fields.
8234         (get_file_crc): Move from symfile.c.
8235         (gdb_bfd_crc): New function.
8236         * gdb_bfd.h (gdb_bfd_crc): Declare.
8237         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
8238         * symfile.c (get_file_crc): Move to gdb_bfd.c.
8239         (separate_debug_file_exists): Use gdb_bfd_crc.
8240
8241 2013-03-14  Tom Tromey  <tromey@redhat.com>
8242
8243         * symfile.c (get_debug_link_info): Remove.
8244         (find_separate_debug_file_by_debuglink): Use
8245         bfd_get_debug_link_info.
8246
8247 2013-03-14  Tom Tromey  <tromey@redhat.com>
8248
8249         * symtab.c (error_in_psymtab_expansion): New function.
8250         (lookup_symbol_aux_quick)
8251         (basic_lookup_transparent_type_quick): Remove "last resort"
8252         code.  Use error_in_psymtab_expansion.
8253
8254 2013-03-14  Doug Evans  <dje@google.com>
8255             Jan Kratochvil  <jan.kratochvil@redhat.com>
8256
8257         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8258         any successful compare_filenames_for_search or FILENAME_CMP.
8259         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8260         * symtab.c (iterate_over_some_symtabs): Likewise.
8261
8262 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8263
8264         * source.c (print_source_lines_base): Make a local copy of
8265         symtab_to_fullname.
8266
8267 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
8268             Jan Kratochvil  <jan.kratochvil@redhat.com>
8269
8270         * source.c (print_source_lines_base): Suppress "file" for TUI.
8271
8272 2013-03-14  Keith Seitz  <keiths@redhat.com>
8273             Alan Matsuoka  <alanm@redhat.com>
8274
8275         PR c++/15203
8276         PR c++/15210
8277         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8278         TYPE_CODE_METHOD.
8279         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8280         symbols.
8281
8282 2013-03-14  Yao Qi  <yao@codesourcery.com>
8283
8284         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8285         status to tfile if trace is stopped by command 'tstop'.
8286
8287 2013-03-14  Yao Qi  <yao@codesourcery.com>
8288
8289         * tracepoint.c (tfile_write_status): Write trace notes and user
8290         name into tfile if they are not NULL.
8291
8292 2013-03-14  Hui Zhu  <hui@codesourcery.com>
8293             Yao Qi  <yao@codesourcery.com>
8294
8295         * Makefile.in (REMOTE_OBS): Add ctf.o.
8296         (SFILES): Add ctf.c.
8297         (HFILES_NO_SRCDIR): Add ctf.h.
8298         * ctf.c, ctf.h: New files.
8299         * tracepoint.c: Include 'ctf.h'.
8300         (collect_pseudocommand): Remove static.
8301         (trace_save_command): Parse option "-ctf".
8302         Produce different trace file writers per option.
8303         Adjust output message.
8304         (trace_save_tfile, trace_save_ctf): New.
8305         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8306         * mi/mi-main.c: Include 'ctf.h'.
8307         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
8308         trace_save_tfile or trace_save_ctf.
8309         * NEWS: Mention these changes.
8310
8311 2013-03-14  Yao Qi  <yao@codesourcery.com>
8312
8313         * tracepoint.c (trace_file_writer_xfree): New.
8314         (struct tfile_writer_data): New.
8315         (tfile_dtor, tfile_can_target_save, tfile_start): New.
8316         (tfile_write_header, tfile_write_regblock_type): New.
8317         (tfile_write_status, tfile_write_uploaded_tsv): New.
8318         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8319         (tfile_write_raw_data, (tfile_end): New.
8320         (tfile_write_ops): New global variable.
8321         (TRACE_WRITE_R_BLOCK): New macro.
8322         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8323         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8324         (TRACE_WRITE_V_BLOCK): New macro.
8325         (trace_save): Add extra one parameter WRITER.  Make it static.
8326         Use WRITER to writer trace.
8327         (tfile_trace_file_writer_new): New.
8328         (trace_save_command): Caller update.
8329         (trace_save_tfile): Write trace data in TFILE format.
8330         * tracepoint.h (struct trace_frame_write_ops): New.
8331         (struct trace_file_write_ops): New.
8332         (struct trace_file_writer): New.
8333         (trace_save): Remove its declaration.
8334         (trace_save_tfile): Declare it.
8335         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8336         instead of trace_save.
8337
8338 2013-03-13  Pedro Alves  <palves@redhat.com>
8339
8340         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8341
8342 2013-03-13  Pedro Alves  <palves@redhat.com>
8343
8344         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8345         commented out code.
8346         * demangle.c (current_demangling_style_string): Make it const.
8347         (set_demangling_command): Assert the demangling style is known.
8348         Remove all handling of unknown styles.  Set
8349         'current_demangling_style_string' to an element of the
8350         demangling_style_names array.
8351         (set_demangling_style): Delete.
8352         (_initialize_demangler): Set current_demangling_style_string to the
8353         element of the demangling_style_names array that corresponds to
8354         the default demangling style.  Remove FIXME note.  Don't call
8355         set_demangling_style.
8356         * gdb-demangle.h (set_demangling_style): Remove declaration.
8357
8358 2013-03-13  Pedro Alves  <palves@redhat.com>
8359
8360         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8361         fields const.
8362         (ada_make_symbol_completion_list): Make "text0" parameter const.
8363         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8364         * breakpoint.c (condition_completer): Make "text" and "word"
8365         parameters const.  Adjust.
8366         (check_tracepoint_command): Adjust to validate_actionline
8367         prototype change.
8368         (catch_syscall_completer): Make "text" and "word" parameters
8369         const.
8370         * cli/cli-cmds.c (show_user): Make "comname" local const.
8371         (valid_command_p): Make "command" parameter const.
8372         (alias_command): Make "alias_prefix" and "command_prefix" locals
8373         const.
8374         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8375         (add_alias_cmd): Make "name" and "oldname" parameters const.
8376         Adjust.  No longer make copy of OLDNAME.
8377         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8378         (add_setshow_cmd_full, add_setshow_enum_cmd)
8379         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8380         (add_setshow_filename_cmd, add_setshow_string_cmd)
8381         (add_setshow_string_noescape_cmd)
8382         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8383         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8384         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8385         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8386         Make "name" parameter const.
8387         (help_cmd): Rename "command" parameter to "arg".  New const local
8388         "command".
8389         (find_cmd): Make "command" parameter const.
8390         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
8391         deprecated_cmd_warning prototype change.
8392         (undef_cmd_error): Make "cmdtype" parameter const.
8393         (lookup_cmd): Make "line" parameter const.
8394         (deprecated_cmd_warning): Change type of "text" parameter to
8395         pointer to const char, from pointer to pointer to char.  Adjust.
8396         (lookup_cmd_composition): Make "text" parameter const.
8397         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8398         parameters const.
8399         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8400         const.
8401         * cli/cli-script.c (validate_comname): Make "tem" local const.
8402         (define_command): New const local "tem_c".  Use it in calls to
8403         lookup_cmd.
8404         (document_command): Make "tem" and "comfull" locals const.
8405         (show_user_1): Make "prefix" and "name" parameters const.
8406         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8407         const.
8408         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8409         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8410         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8411         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8412         (complete_on_enum, add_setshow_enum_cmd)
8413         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8414         (add_setshow_filename_cmd, add_setshow_string_cmd)
8415         (add_setshow_string_noescape_cmd)
8416         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8417         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8418         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8419         Change prototypes, constifying strings.
8420         * completer.c (noop_completer, filename_completer): Make "text"
8421         and "prefix" parameters const.
8422         (location_completer, expression_completer)
8423         (complete_line_internal): Make "text" and "prefix" parameters
8424         const and adjust.
8425         (command_completer, signal_completer): Make "text" and "prefix"
8426         parameters const.
8427         * completer.h (noop_completer, filename_completer)
8428         (expression_completer, location_completer, command_completer)
8429         (signal_completer): Change prototypes.
8430         * corefile.c (complete_set_gnutarget): Make "text" and "word"
8431         parameters const.
8432         * cp-abi.c (cp_abi_completer): Likewise.
8433         * expression.h (parse_expression_for_completion): Change
8434         prototype.
8435         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8436         parameters const.
8437         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8438         * infrun.c (handle_completer): Make "text" and "word" parameters
8439         const.
8440         * interps.c (interpreter_completer): Make "text" and "word"
8441         parameters const.
8442         * language.h (struct language_defn)
8443         <la_make_symbol_completion_list>: Make "text" and "word"
8444         parameters const.
8445         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8446         (parse_exp_in_context): Rename to ...
8447         (parse_exp_in_context_1): ... this.
8448         (parse_exp_in_context): Reimplement, with const hack from
8449         parse_exp_1.
8450         (parse_expression_for_completion): Make "string" parameter const.
8451         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8452         to pointer to const char.  Adjust.
8453         (print_command_1): Make "exp" parameter const.
8454         (output_command): Rename to ...
8455         (output_command_const): ... this.  Make "exp" parameter const.
8456         (output_command): Reimplement.
8457         (x_command): Adjust.
8458         (display_command): Rename "exp" parameter to "arg".  New "exp"
8459         local, const version of "arg".
8460         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8461         "cmd_name" local const.
8462         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8463         call.
8464         (cmdpy_completer): Make "text" and "word" parameters const.
8465         (gdbpy_parse_command_name): Make "prefix_text2" local const.
8466         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8467         const.
8468         * remote.c (_initialize_remote): Make "cmd_name" local const.
8469         * symtab.c (language_search_unquoted_string): Make "text" and "p"
8470         parameters const.  Adjust.
8471         (completion_list_add_fields): Make "sym_text", "text" and "word"
8472         parameters const.
8473         (struct add_name_data) <sym_text, text, word>: Make fields const.
8474         (default_make_symbol_completion_list_break_on): Make "text" and
8475         "word" parameters const.  Adjust locals.
8476         (default_make_symbol_completion_list)
8477         (make_symbol_completion_list, make_symbol_completion_type)
8478         (make_symbol_completion_list_fn): Make "text" and "word"
8479         parameters const.
8480         (make_file_symbol_completion_list): Make "text", "word" and
8481         "srcfile" parameters const.  Adjust locals.
8482         (add_filename_to_list): Make "text" and "word" parameters const.
8483         (struct add_partial_filename_data) <text, word>: Make fields
8484         const.
8485         (make_source_files_completion_list): Make "text" and "word"
8486         parameters const.
8487         * symtab.h (default_make_symbol_completion_list_break_on)
8488         (default_make_symbol_completion_list, make_symbol_completion_list)
8489         (make_symbol_completion_type enum type_code)
8490         (make_symbol_completion_list_fn make_file_symbol_completion_list)
8491         (make_source_files_completion_list): Change prototype.
8492         * top.c (execute_command): Adjust to pass pointer to pointer to
8493         const char to lookup_cmd, and to deprecated_cmd_warning prototype
8494         change.
8495         (set_verbose): Make "cmdname" local const.
8496         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8497         and adjust.
8498         (validate_actionline): Make "line" parameter a pointer to const
8499         char, and adjust.
8500         (encode_actions_1): Make "action_exp" local const, and adjust.
8501         (encode_actions): Adjust.
8502         (replace_comma): Delete.
8503         (trace_dump_actions): Make "action_exp" and "next_comma" locals
8504         const, and adjust.  Don't frob the action string while splitting
8505         it at commas.  Instead, make a copy of each split substring in
8506         turn.
8507         (trace_dump_command): Adjust to validate_actionline prototype
8508         change.
8509         * tracepoint.h (decode_agent_options, decode_agent_options)
8510         (encode_actions, validate_actionline): Change prototypes.
8511         * valprint.h (output_command): Delete declaration.
8512         (output_command_const): Declare.
8513         * value.c (function_destroyer): Cast const away in xfree call.
8514
8515 2013-03-13  Pedro Alves  <palves@redhat.com>
8516
8517         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8518         rather than casting 'const char * const *' to 'const char **'.
8519         * ada-lex.l (processInt): Make "trailer" local const.  Remove
8520         'const char **' cast.
8521         * arm-linux-tdep.c (arm_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         (_initialize_demangle): Remove cast.
8525         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8526         locals, and use those as strtol output pointer, instead than doing
8527         invalid casts to from 'const char **' to 'char **'.
8528         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8529         casts.
8530         * stap-probe.c (stap_parse_register_operand)
8531         (stap_parse_single_operand): Likewise.
8532
8533 2013-03-13  Yao Qi  <yao@codesourcery.com>
8534
8535         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8536         the last matched 'V' blcok in trace frame.
8537
8538 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8539
8540         * NEWS: Create a new section for the next release branch.
8541         Rename the section of the current branch, now that it has
8542         been cut.
8543
8544 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8545
8546         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8547         * version.in: Bump version to 7.6.50.20130312-cvs.
8548
8549 2013-03-12  Keith Seitz  <keiths@redhat.com>
8550
8551         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8552         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8553         Remove temporary copy of input string.
8554         (mi_execute_command_wrapper): Make "cmd" const.
8555         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8556         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8557         Use const strings.
8558         (mi_parse): Make "cmd" const.
8559         Use const strings.
8560         * mi/mi-parse.h (mi_parse): Make "cmd" const.
8561
8562 2013-03-12  Keith Seitz  <keiths@redhat.com>
8563
8564         * ada-lang.c (ada_read_renaming_var_value): Pass const
8565         pointer to expression string to parse_exp_1.
8566         (create_excep_cond_exprs): Likewise.
8567         * ax-gdb.c (agent_eval_command_one): Likewise.
8568         (maint_agent_printf_command): Likewise.
8569         Constify much of the string handling/parsing.
8570         * breakpoint.c (set_breakpoint_condition): Pass const
8571         pointer to expression string to parse_exp_1.
8572         (update_watchpoint): Likewise.
8573         (parse_cmd_to_aexpr): Constify string handling.
8574         Pass const pointer to parse_exp_1.
8575         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8576         (find_condition_and_thread): Likewise.
8577         Make TOK const.
8578         (watch_command_1): Make "arg" const.
8579         Constify string handling.
8580         Copy the expression string instead of changing the input
8581         string.
8582         (update_breakpoint_location): Pass const pointer to
8583         parse_exp_1.
8584         * eval.c (parse_and_eval_address): Make "exp" const.
8585         (parse_to_comma_and_eval): Make "expp" const.
8586         (parse_and_eval): Make "exp" const.
8587         * expression.h (parse_expression): Make argument const.
8588         (parse_exp_1): Make first argument const.
8589         * findcmd.c (parse_find_args): Treat "args" as const.
8590         * linespec.c (parse_linespec): Pass const pointer to
8591         linespec_expression_to_pc.
8592         (linespec_expression_to_pc): Make "exp_ptr" const.
8593         * parse.c (parse_exp_1): Make "stringptr" const.
8594         Make a copy of the expression to pass to parse_exp_in_context until
8595         this whole interface can be constified.
8596         (parse_expression): Make "string" const.
8597         * printcmd.c (ui_printf): Treat "arg" as const.
8598         Handle const strings.
8599         * tracepoint.c (validate_actionline): Pass const pointer to
8600         all calls to parse_exp_1.
8601         (encode_actions_1): Likewise.
8602         * value.h (parse_to_comma_and_eval): Make argument const.
8603         (parse_and_eval_address): Likewise.
8604         (parse_and_eval): Likewise.
8605         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8606         (varobj_set_value): Likewise.
8607         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8608         constify string handling.
8609         Pass const pointers to parse_and_eval_address and
8610         parse_to_comman_and_eval.
8611         * cli/cli-utils.c (skip_to_space): Rename to ...
8612         (skip_to_space_const): ... this. Handle const strings.
8613         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8614         skip_to_space_const.
8615         (skip_to_space_const): Declare.
8616         * common/format.c (parse_format_string): Make "arg" const.
8617         Handle const strings.
8618         * common/format.h (parse_format_string): Make "arg" const.
8619         * gdbserver/ax.c (ax_printf): Make "format" const.
8620         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8621         of the expression string.
8622
8623 2013-03-12  Hui Zhu  <hui@codesourcery.com>
8624
8625         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8626
8627 2013-03-12  Yao Qi  <yao@codesourcery.com>
8628             Hui Zhu  <hui@codesourcery.com>
8629
8630         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8631         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8632         DW_OP_deref_size.
8633
8634 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
8635
8636         * ada-lex.l (rules): Only recognize 'thread' as a
8637         delimiter when followed by numerals, as for c-exp.y.
8638         Use new rewind_to_char function to rewind the input for
8639         expression-delimiting tokens.
8640         (rewind_to_char): New function.
8641
8642 2013-03-11  Pedro Alves  <palves@redhat.com>
8643             Jan Kratochvil  <jan.kratochvil@redhat.com>
8644
8645         * configure: Regenerate.
8646         * configure.ac (check dynamic export flag): Link python test with
8647         $PYTHON_LIBS.
8648
8649 2013-03-11  Doug Evans  <dje@google.com>
8650             Keith Seitz  <keiths@redhat.com>
8651
8652         * linespec.c (find_linespec_symbols): Call find_function_symbols
8653         first, and then call lookup_prefix_sym/find_method.
8654
8655 2013-03-11  Pedro Alves  <palves@redhat.com>
8656
8657         * charset.c (convert_between_encodings): Don't cast between
8658         different pointer to pointer types.  Instead, make the 'inp' local
8659         be of the type iconv expects.
8660         (wchar_iterate): Don't cast between different pointer to pointer
8661         types.  Instead, use new pointer local of the type iconv expects.
8662         * target.c (target_read_stralloc, target_fileio_read_stralloc):
8663         Add new local of type char pointer, and use it to get a
8664         char/string view of the byte buffer, instead of casting between
8665         pointer to pointer types.
8666
8667 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
8668
8669         * remote.c (remote_set_trace_buffer_size): Move != operator
8670         to the start of next line to fix an ARI warning.
8671
8672 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8673
8674         * NEWS: Add record changes.
8675
8676 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8677
8678         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8679         the instruction history disassembly.
8680         * disasm.c (dump_insns): Omit the pc prefix, if requested.
8681         * disasm.h (DISASSEMBLY_OMIT_PC): New.
8682
8683 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8684
8685         * Makefile.in (SFILES): Add record-btrace.c
8686         (COMMON_OBS): Add record-btrace.o
8687         * record-btrace.c: New.
8688         * objfiles.c: Include btrace.h.
8689         (free_objfile): call btrace_free_objfile.
8690
8691 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8692
8693         * target.c (target_call_history, target_call_history_from,
8694         target_call_history_range): New.
8695         * target.h (target_ops) <to_call_history, to_call_history_from,
8696         to_call_history_range>: New fields.
8697         (target_call_history, target_call_history_from,
8698         target_call_history_range): New declaration.
8699         * record.c (get_call_history_modifiers, cmd_record_call_history,
8700         record_call_history_size): New.
8701         (_initialize_record): Add the "record function-call-history" command.
8702         Add "set/show record function-call-history-size" commands.
8703         * record.h (record_print_flag): New.
8704
8705 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8706
8707         * target.h (target_ops) <to_insn_history, to_insn_history_from,
8708         to_insn_history_range>: New fields.
8709         (target_insn_history): New.
8710         (target_insn_history_from): New.
8711         (target_insn_history_range): New.
8712         * target.c (target_insn_history): New.
8713         (target_insn_history_from): New.
8714         (target_insn_history_range): New.
8715         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8716         (record_insn_history_size): New.
8717         (get_insn_number): New.
8718         (get_context_size): New.
8719         (no_chunk): New.
8720         (get_insn_history_modifiers): New.
8721         (cmd_record_insn_history): New.
8722         (_initialize_record): Add "set/show record instruction-history-size"
8723         command. Add "record instruction-history" command.
8724
8725 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8726
8727         * record.h (record_disconnect): New.
8728         (record_detach): New.
8729         (record_mourn_inferior): New.
8730         (record_kill): New.
8731         * record-full.c (record_disconnect, record_detach,
8732         record_mourn_inferior, record_kill): Move to...
8733         * record.c: ...here.
8734         (DEBUG): New.
8735         (record_stop): New.
8736         (record_unpush): New.
8737         (cmd_record_stop): Call record_stop. Replace unpush_target
8738         call with record_unpush call.
8739         (record_disconnect, record_detach): Assert that the target
8740         is of record stratum. Call record_unpush, record_stop, and
8741         DEBUG.
8742         (record_mourn_inferior, record_kill): Assert that the target
8743         is of record stratum. Call record_unpush and DEBUG.
8744
8745 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8746
8747         * record-full.h, record-full.c (record_memory_query): Rename
8748         to ...
8749         (record_full_memory_query): ...this. Update all users.
8750         (record_arch_list_add_reg): Rename to ...
8751         (record_full_arch_list_add_reg): ...this. Update all users.
8752         (record_arch_list_add_mem): Rename to ...
8753         (record_full_arch_list_add_mem): ...this. Update all users.
8754         (record_arch_list_add_end): Rename to ...
8755         (record_full_arch_list_add_end): ...this. Update all users.
8756         (record_gdb_operation_disable_set): Rename to ...
8757         (record_full_gdb_operation_disable_set): ...this.
8758         Update all users.
8759
8760 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8761
8762         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8763         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8764         (RECORD_IS_REPLAY): Renamed to ...
8765         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8766         (RECORD_FILE_MAGIC): Renamed to ...
8767         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8768         (record_mem_entry): Renamed to ...
8769         (record_full_mem_entry): ... this. Updated all users.
8770         (record_reg_entry): Renamed to ...
8771         (record_full_reg_entry): ... this. Updated all users.
8772         (record_end_entry): Renamed to ...
8773         (record_full_end_entry): ... this. Updated all users.
8774         (record_type) <record_end, record_reg, record_mem>: Renamed
8775         to ...
8776         (record_full_type) <record_full_end, record_full_reg,
8777         record_full_mem>: ... this. Updated all users.
8778         (record_entry): Renamed to ...
8779         (record_full_entry): ... this. Updated all users.
8780         (record_core_buf_entry): Renamed to ...
8781         (record_full_core_buf_entry): ... this. Updated all users.
8782         (record_core_regbuf): Renamed to ...
8783         (record_full_core_regbuf): ... this. Updated all users.
8784         (record_core_start): Renamed to ...
8785         (record_full_core_start): ... this. Updated all users.
8786         (record_core_end): Renamed to ...
8787         (record_full_core_end): ... this. Updated all users.
8788         (record_core_buf_list): Renamed to ...
8789         (record_full_core_buf_list): ... this. Updated all users.
8790         (record_first): Renamed to ...
8791         (record_full_first): ... this. Updated all users.
8792         (record_list): Renamed to ...
8793         (record_full_list): ... this. Updated all users.
8794         (record_arch_list_head): Renamed to ...
8795         (record_full_arch_list_head): ... this. Updated all users.
8796         (record_arch_list_tail): Renamed to ...
8797         (record_full_arch_list_tail): ... this. Updated all users.
8798         (record_stop_at_limit): Renamed to ...
8799         (record_full_stop_at_limit): ... this. Updated all users.
8800         (record_insn_max_num): Renamed to ...
8801         (record_full_insn_max_num): ... this. Updated all users.
8802         (record_insn_num): Renamed to ...
8803         (record_full_insn_num): ... this. Updated all users.
8804         (record_insn_count): Renamed to ...
8805         (record_full_insn_count): ... this. Updated all users.
8806         (record_ops): Renamed to ...
8807         (record_full_ops): ... this. Updated all users.
8808         (record_core_ops): Renamed to ...
8809         (record_full_core_ops): ... this. Updated all users.
8810         (set_record_cmdlist): Renamed to ...
8811         (set_record_full_cmdlist): ... this. Updated all users.
8812         (show_record_cmdlist): Renamed to ...
8813         (show_record_full_cmdlist): ... this. Updated all users.
8814         (record_cmdlist): Renamed to ...
8815         (record_full_cmdlist): ... this. Updated all users.
8816         (record_beneath_to_resume_ops): Renamed to ...
8817         (record_full_beneath_to_resume_ops): ... this. Updated all users.
8818         (record_beneath_to_resume): Renamed to ...
8819         (record_full_beneath_to_resume): ... this. Updated all users.
8820         (record_beneath_to_wait_ops): Renamed to ...
8821         (record_full_beneath_to_wait_ops): ... this. Updated all users.
8822         (record_beneath_to_wait): Renamed to ...
8823         (record_full_beneath_to_wait): ... this. Updated all users.
8824         (record_beneath_to_store_registers_ops): Renamed to ...
8825         (record_full_beneath_to_store_registers_ops): ... this.
8826         Updated all users.
8827         (record_beneath_to_store_registers): Renamed to ...
8828         (record_full_beneath_to_store_registers): ... this.
8829         Updated all users.
8830         (record_beneath_to_xfer_partial_ops): Renamed to ...
8831         (record_full_beneath_to_xfer_partial_ops): ... this.
8832         Updated all users.
8833         (record_beneath_to_xfer_partial): Renamed to ...
8834         (record_full_beneath_to_xfer_partial): ... this.
8835         Updated all users.
8836         (record_beneath_to_insert_breakpoint): Renamed to ...
8837         (record_full_beneath_to_insert_breakpoint): ... this.
8838         Updated all users.
8839         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8840         (record_full_beneath_to_stopped_by_watchpoint): ... this.
8841         Updated all users.
8842         (record_beneath_to_stopped_data_address): Renamed to ...
8843         (record_full_beneath_to_stopped_data_address): ... this.
8844         Updated all users.
8845         (record_beneath_to_async): Renamed to ...
8846         (record_full_beneath_to_async): ... this. Updated all users.
8847         (record_goto_insn): Renamed to ...
8848         (record_full_goto_insn): ... this. Updated all users.
8849         (record_save): Renamed to ...
8850         (record_full_save): ... this. Updated all users.
8851         (record_reg_alloc): Renamed to ...
8852         (record_full_reg_alloc): ... this. Updated all users.
8853         (record_reg_release): Renamed to ...
8854         (record_full_reg_release): ... this. Updated all users.
8855         (record_mem_alloc): Renamed to ...
8856         (record_full_mem_alloc): ... this. Updated all users.
8857         (record_mem_release): Renamed to ...
8858         (record_full_mem_release): ... this. Updated all users.
8859         (record_end_alloc): Renamed to ...
8860         (record_full_end_alloc): ... this. Updated all users.
8861         (record_end_release): Renamed to ...
8862         (record_full_end_release): ... this. Updated all users.
8863         (record_entry_release): Renamed to ...
8864         (record_full_entry_release): ... this. Updated all users.
8865         (record_list_release): Renamed to ...
8866         (record_full_list_release): ... this. Updated all users.
8867         (record_list_release_following): Renamed to ...
8868         (record_full_list_release_following): ... this.
8869         Updated all users.
8870         (record_list_release_first): Renamed to ...
8871         (record_full_list_release_first): ... this. Updated all users.
8872         (record_arch_list_add): Renamed to ...
8873         (record_full_arch_list_add): ... this. Updated all users.
8874         (record_get_loc): Renamed to ...
8875         (record_full_get_loc): ... this. Updated all users.
8876         (record_check_insn_num): Renamed to ...
8877         (record_full_check_insn_num): ... this. Updated all users.
8878         (record_arch_list_cleanups): Renamed to ...
8879         (record_full_arch_list_cleanups): ... this. Updated all users.
8880         (record_message): Renamed to ...
8881         (record_full_message): ... this. Updated all users.
8882         (record_message_wrapper): Renamed to ...
8883         (record_full_message_wrapper): ... this. Updated all users.
8884         (record_message_wrapper_safe): Renamed to ...
8885         (record_full_message_wrapper_safe): ... this. Updated all users.
8886         (record_gdb_operation_disable): Renamed to ...
8887         (record_full_gdb_operation_disable): ... this. Updated all users.
8888         (record_hw_watchpoint): Renamed to ...
8889         (record_full_hw_watchpoint): ... this. Updated all users.
8890         (record_exec_insn): Renamed to ...
8891         (record_full_exec_insn): ... this. Updated all users.
8892         (record_restore): Renamed to ...
8893         (record_full_restore): ... this. Updated all users.
8894         (record_async_inferior_event_token): Renamed to ...
8895         (record_full_async_inferior_event_token): ... this.
8896         Updated all users.
8897         (record_async_inferior_event_handler): Renamed to ...
8898         (record_full_async_inferior_event_handler): ... this.
8899         Updated all users.
8900         (record_core_open_1): Renamed to ...
8901         (record_full_core_open_1): ... this. Updated all users.
8902         (record_open_1): Renamed to ...
8903         (record_full_open_1): ... this. Updated all users.
8904         (record_open): Renamed to ...
8905         (record_full_open): ... this. Updated all users.
8906         (record_close): Renamed to ...
8907         (record_full_close): ... this. Updated all users.
8908         (record_resume_step): Renamed to ...
8909         (record_full_resume_step): ... this. Updated all users.
8910         (record_resumed): Renamed to ...
8911         (record_full_resumed): ... this. Updated all users.
8912         (record_execution_dir): Renamed to ...
8913         (record_full_execution_dir): ... this. Updated all users.
8914         (record_resume): Renamed to ...
8915         (record_full_resume): ... this. Updated all users.
8916         (record_get_sig): Renamed to ...
8917         (record_full_get_sig): ... this. Updated all users.
8918         (record_sig_handler): Renamed to ...
8919         (record_full_sig_handler): ... this. Updated all users.
8920         (record_wait_cleanups): Renamed to ...
8921         (record_full_wait_cleanups): ... this. Updated all users.
8922         (record_wait_1): Renamed to ...
8923         (record_full_wait_1): ... this. Updated all users.
8924         (record_wait): Renamed to ...
8925         (record_full_wait): ... this. Updated all users.
8926         (record_stopped_by_watchpoint): Renamed to ...
8927         (record_full_stopped_by_watchpoint): ... this. Updated all users.
8928         (record_disconnect): Renamed to ...
8929         (record_full_disconnect): ... this. Updated all users.
8930         (record_detach): Renamed to ...
8931         (record_full_detach): ... this. Updated all users.
8932         (record_mourn_inferior): Renamed to ...
8933         (record_full_mourn_inferior): ... this. Updated all users.
8934         (record_kill): Renamed to ...
8935         (record_full_kill): ... this. Updated all users.
8936         (record_stopped_data_address): Renamed to ...
8937         (record_full_stopped_data_address): ... this. Updated all users.
8938         (record_registers_change): Renamed to ...
8939         (record_full_registers_change): ... this. Updated all users.
8940         (record_store_registers): Renamed to ...
8941         (record_full_store_registers): ... this. Updated all users.
8942         (record_xfer_partial): Renamed to ...
8943         (record_full_xfer_partial): ... this. Updated all users.
8944         (record_breakpoint): Renamed to ...
8945         (record_full_breakpoint): ... this. Updated all users.
8946         (record_breakpoint_p): Renamed to ...
8947         (record_full_breakpoint_p): ... this. Updated all users.
8948         (record_breakpoints): Renamed to ...
8949         (record_full_breakpoints): ... this. Updated all users.
8950         (record_sync_record_breakpoints): Renamed to ...
8951         (record_full_sync_record_breakpoints): ... this.
8952         Updated all users.
8953         (record_init_record_breakpoints): Renamed to ...
8954         (record_full_init_record_breakpoints): ... this.
8955         Updated all users.
8956         (record_insert_breakpoint): Renamed to ...
8957         (record_full_insert_breakpoint): ... this. Updated all users.
8958         (record_remove_breakpoint): Renamed to ...
8959         (record_full_remove_breakpoint): ... this. Updated all users.
8960         (record_can_execute_reverse): Renamed to ...
8961         (record_full_can_execute_reverse): ... this. Updated all users.
8962         (record_get_bookmark): Renamed to ...
8963         (record_full_get_bookmark): ... this. Updated all users.
8964         (record_goto_bookmark): Renamed to ...
8965         (record_full_goto_bookmark): ... this. Updated all users.
8966         (record_async): Renamed to ...
8967         (record_full_async): ... this. Updated all users.
8968         (record_can_async_p): Renamed to ...
8969         (record_full_can_async_p): ... this. Updated all users.
8970         (record_is_async_p): Renamed to ...
8971         (record_full_is_async_p): ... this. Updated all users.
8972         (record_execution_direction): Renamed to ...
8973         (record_full_execution_direction): ... this. Updated all users.
8974         (record_info): Renamed to ...
8975         (record_full_info): ... this. Updated all users.
8976         (record_delete): Renamed to ...
8977         (record_full_delete): ... this. Updated all users.
8978         (record_is_replaying): Renamed to ...
8979         (record_full_is_replaying): ... this. Updated all users.
8980         (record_goto_entry): Renamed to ...
8981         (record_full_goto_entry): ... this. Updated all users.
8982         (record_goto_begin): Renamed to ...
8983         (record_full_goto_begin): ... this. Updated all users.
8984         (record_goto_end): Renamed to ...
8985         (record_full_goto_end): ... this. Updated all users.
8986         (record_goto): Renamed to ...
8987         (record_full_goto): ... this. Updated all users.
8988         (init_record_ops): Renamed to ...
8989         (init_record_full_ops): ... this. Updated all users.
8990         (record_core_resume): Renamed to ...
8991         (record_full_core_resume): ... this. Updated all users.
8992         (record_core_kill): Renamed to ...
8993         (record_full_core_kill): ... this. Updated all users.
8994         (record_core_fetch_registers): Renamed to ...
8995         (record_full_core_fetch_registers): ... this. Updated all users.
8996         (record_core_prepare_to_store): Renamed to ...
8997         (record_full_core_prepare_to_store): ... this. Updated all users.
8998         (record_core_store_registers): Renamed to ...
8999         (record_full_core_store_registers): ... this. Updated all users.
9000         (record_core_xfer_partial): Renamed to ...
9001         (record_full_core_xfer_partial): ... this. Updated all users.
9002         (record_core_insert_breakpoint): Renamed to ...
9003         (record_full_core_insert_breakpoint): ... this. Updated all users.
9004         (record_core_remove_breakpoint): Renamed to ...
9005         (record_full_core_remove_breakpoint): ... this. Updated all users.
9006         (record_core_has_execution): Renamed to ...
9007         (record_full_core_has_execution): ... this. Updated all users.
9008         (init_record_core_ops): Renamed to ...
9009         (init_record_full_core_ops): ... this. Updated all users.
9010         (cmd_record_restore): Renamed to ...
9011         (cmd_record_full_restore): ... this. Updated all users.
9012         (record_save_cleanups): Renamed to ...
9013         (record_full_save_cleanups): ... this. Updated all users.
9014         (cmd_record_start): Renamed to ...
9015         (cmd_record_full_start): ... this. Updated all users.
9016         (set_record_insn_max_num): Renamed to ...
9017         (set_record_full_insn_max_num): ... this. Updated all users.
9018         (set_record_command): Renamed to ...
9019         (set_record_full_command): ... this. Updated all users.
9020         (show_record_command): Renamed to ...
9021         (show_record_full_command): ... this. Updated all users.
9022         (_initialize_record): Renamed to ...
9023         (_initialize_record_full): ... this. Updated all users.
9024
9025 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9026
9027         * record.h: Split into this and ...
9028         * record-full.h: ... this.
9029         * record.c: Split into this and ...
9030         * record-full.c: ... this.
9031         * target.h (target_ops): Add new fields to_info_record,
9032         to_save_record, to_delete_record, to_record_is_replaying,
9033         to_goto_record_begin, to_goto_record_end, to_goto_record.
9034         (target_info_record): New.
9035         (target_save_record): New.
9036         (target_supports_delete_record): New.
9037         (target_delete_record): New.
9038         (target_record_is_replaying): New.
9039         (target_goto_record_begin): New.
9040         (target_goto_record_end): New.
9041         (target_goto_record): New.
9042         * target.c (target_info_record): New.
9043         (target_save_record): New.
9044         (target_supports_delete_record): New.
9045         (target_delete_record): New.
9046         (target_record_is_replaying): New.
9047         (target_goto_record_begin): New.
9048         (target_goto_record_end): New.
9049         (target_goto_record): New.
9050         * record.h: Declare struct cmd_list_element.
9051         (record_cmdlist): New declaration.
9052         (set_record_cmdlist): New declaration.
9053         (show_record_cmdlist): New declaration.
9054         (info_record_cmdlist): New declaration.
9055         (cmd_record_goto): New declaration.
9056         * record.c: Remove unnecessary includes.
9057         Include inferior.h.
9058         (cmd_record_goto): Remove declaration.
9059         (record_cmdlist): Now extern. Initialize.
9060         (set_record_cmdlist): Now extern. Initialize.
9061         (show_record_cmdlist): Now extern. Initialize.
9062         (info_record_cmdlist): Now extern. Initialize.
9063         (find_record_target): New.
9064         (require_record_target): New.
9065         (cmd_record_start): Update.
9066         (cmd_record_delete): Remove target-specific code.
9067         Call target_delete_record.
9068         (cmd_record_stop): Unpush any record target.
9069         (set_record_insn_max_num): Move to record-full.c
9070         (set_record_command): Add comment.
9071         (show_record_command): Add comment.
9072         (info_record_command): Update comment.
9073         Remove target-specific code.
9074         Call the record target's to_info_record.
9075         (cmd_record_start): New.
9076         (cmd_record_goto): Now extern.
9077         Remove target-specific code.
9078         Call target_goto_begin,  target_goto_end, or target_goto.
9079         (_initialize_record): Move record target ops initialization to
9080         record-full.c.
9081         Change "record" command help text.
9082         Move "record restore", "record set", and "record show" commands to
9083         record-full.c.
9084         * Makefile.in (SFILES): Add record-full.c.
9085         (HFILES_NO_SRCDIR): Add record-full.h.
9086         (COMMON_OBS): Add record-full.o.
9087         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9088         * arm-tdep.c: Include record-full.h.
9089         * i386-linux-tdep.c: Include record-full.h instead of record.h.
9090         * i386-tdep.c: Include record-full.h.
9091         * infrun.c: Include record-full.h.
9092         * linux-record.c: Include record-full.h.
9093         * moxie-tdep.c: Include record-full.h.
9094         * record-full.c: Include record-full.h.
9095         Change module comment.
9096         (set_record_full_cmdlist): New.
9097         (show_record_full_cmdlist): New.
9098         (record_full_cmdlist): New.
9099         (record_goto_insn): New declaration.
9100         (record_save): New declaration.
9101         (record_check_insn_num): Change query string.
9102         (record_info): New.
9103         (record_delete): New.
9104         (record_is_replaying): New.
9105         (record_goto_entry): New.
9106         (record_goto_begin): New.
9107         (record_goto_end): New.
9108         (record_goto): New.
9109         (init_record_ops): Update.
9110         (init_record_core_ops): Update.
9111         (cmd_record_save): Rename to record_save. Remove target and arg checks.
9112         (cmd_record_start): New.
9113         (set_record_insn_max_num): Moved from record.c
9114         (set_record_full_command): New.
9115         (show_record_full_command): New.
9116         (_initialize_record_full): New.
9117
9118 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9119
9120         * target.h (add_deprecated_target_alias): New.
9121         * target.c (add_deprecated_target_alias): New.
9122
9123 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9124
9125         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9126         and signal.h.
9127         (linux_supports_btrace): Add kernel and
9128         cpuid check.
9129         (kernel_supports_btrace): New function.
9130         (cpu_supports_btrace): New function.
9131         (intel_supports_btrace): New function.
9132
9133 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9134
9135         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9136         * remote.c: Include btrace.h.
9137         (struct btrace_target_info): New struct.
9138         (remote_supports_btrace): New function.
9139         (send_Qbtrace): New function.
9140         (remote_enable_btrace): New function.
9141         (remote_disable_btrace): New function.
9142         (remote_teardown_btrace): New function.
9143         (remote_read_btrace): New function.
9144         (init_remote_ops): Add btrace ops.
9145         (enum <unnamed>): Add btrace packets.
9146         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9147         (_initialize_remote): Add packet configuration for branch tracing.
9148
9149 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9150
9151         * features/btrace.dtd: New file.
9152         * Makefile.in (XMLFILES): Add btrace.dtd.
9153         * btrace.h (parse_xml_btrace): New declaration.
9154         * btrace.c: Include xml-support.h.
9155         (parse_xml_btrace): New function.
9156         (parse_xml_btrace_block): New function.
9157         (block_attributes): New struct.
9158         (btrace_attributes): New struct.
9159         (btrace_children): New struct.
9160         (btrace_elements): New struct.
9161
9162 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9163
9164         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9165         (amd64_linux_enable_btrace): New.
9166         (amd64_linux_disable_btrace): New.
9167         (amd64_linux_teardown_btrace): New.
9168         (_initialize_amd64_linux_nat): Initialize btrace ops.
9169         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9170         (i386_linux_enable_btrace): New.
9171         (i386_linux_disable_btrace): New.
9172         (i386_linux_teardown_btrace): New.
9173         (_initialize_i386_linux_nat): Initialize btrace ops.
9174         * config/i386/linux.mh: Add linux-btrace.o.
9175         * config/i386/linux64.mh: Add linux-btrace.o.
9176
9177 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9178
9179         * common/linux_btrace.h: New file.
9180         * common/linux_btrace.c: New file.
9181         * Makefile.in (SFILES): Add btrace.c.
9182         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9183         (COMMON_OBS): Add btrace.o.
9184         (linux-btrace.o): New rule.
9185
9186 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9187
9188         * target.h: Include btrace.h.
9189         (struct target_ops) <to_supports_btrace, to_enable_btrace,
9190         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9191         * target.c (target_supports_btrace): New function.
9192         (target_enable_btrace): New function.
9193         (target_disable_btrace): New function.
9194         (target_teardown_btrace): New function.
9195         (target_read_btrace): New function.
9196         * btrace.h: New file.
9197         * btrace.c: New file.
9198         * Makefile.in: Add btrace.c.
9199         * gdbthread.h: Include btrace.h.
9200         (struct thread_info): Add btrace field.
9201         * thread.c: Include btrace.h.
9202         (clear_thread_inferior_resources): Call target_teardown_btrace.
9203         * common/btrace-common.h: New file.
9204
9205 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9206
9207         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9208         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9209         kill_status to outer block.
9210
9211 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9212
9213         Fix entry-values if the callee called a noreturn function.
9214         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9215         get_frame_address_in_block.  Add new comment.
9216
9217 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9218
9219         Fix entry-values in C++ across CUs.
9220         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9221         lookup_minimal_symbol.  Add a comment.
9222         * dwarf2read.c
9223         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9224         DW_AT_linkage_name.
9225
9226 2013-03-08  Yao Qi  <yao@codesourcery.com>
9227
9228         * tracepoint.c (_initialize_tracepoint): Indent the code.
9229
9230 2013-03-08  Pedro Alves  <palves@redhat.com>
9231
9232         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
9233         (parse_find_args, find_command): Change type of pattern buffer
9234         locals to 'gdb_byte *'.
9235
9236 2013-03-08  Stan Shebs  <stan@codesourcery.com>
9237             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9238
9239         * NEWS: Mention set and show trace-buffer-size commands.
9240         Mention new packet.
9241         * target.h (struct target_ops): New method
9242         to_set_trace_buffer_size.
9243         (target_set_trace_buffer_size): New macro.
9244         * target.c (update_current_target): Set up new method.
9245         * tracepoint.c (trace_buffer_size): New global.
9246         (start_tracing): Send it to the target.
9247         (set_trace_buffer_size): New function.
9248         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9249         * remote.c (remote_set_trace_buffer_size): New function.
9250         (_initialize_remote): Use it.
9251         (QTBuffer:size) New remote command.
9252         (PACKET_QTBuffer_size): New enum.
9253         (remote_protocol_features): Add an entry for
9254         PACKET_QTBuffer_size.
9255
9256 2013-03-08  Tom Tromey  <tromey@redhat.com>
9257
9258         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9259         variable.
9260
9261 2013-03-07  Pedro Alves  <palves@redhat.com>
9262
9263         * target.c (target_read_stralloc, target_fileio_read_alloc):
9264         *Cast pointer to 'gdb_byte *' in target call.
9265
9266 2013-03-07  Pedro Alves  <palves@redhat.com>
9267
9268         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9269         call.
9270
9271 2013-03-07  Keith Seitz  <keiths@redhat.com>
9272
9273         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9274         (trace_pass_command): Likewise.
9275         * cli/cli-cmds.c: Include cli/cli-utils.h.
9276         (source_command): Use skip-spaces.
9277         (disassemble_command): Likewise.
9278         * findcmd.c: Include cli/cli-utils.h.
9279         (parse_find_args): Use skip_spaces.
9280         * go32-nat.c: Include cli/cli-utils.h.
9281         (go32_sldt): Use skip_spaces.
9282         (go32_sgdt): Likewise.
9283         (go32_sidt): Likewise.
9284         (go32_pde): Likewise.
9285         (go32_pte): Likewise.
9286         (go32_pte_for_address): Likewise.
9287         * infcmd.c: Include cli/cli-utils.h.
9288         (registers_info): Use skip_spaces.
9289         * linux-tdep.c (read_mapping): Use skip_spaces_const.
9290         (linux_info_proc): Likewise.
9291         * linux-thread-db.c: Include cli/cli-utils.h.
9292         (info_auto_load_libthread_db): Use skip_spaces_const.
9293         * m32r-rom.c: Include cli/cli-utils.h.
9294         (m32r_upload_command): Use skip_spaces.
9295         * maint.c: Include cli/cli-utils.h.
9296         (maintenance_translate_address): Use skip_spaces.
9297         * mi/mi-parse.c: Include cli/cli-utils.h.
9298         (mi_parse_argv): Use skip_spaces.
9299         (mi_parse): Likewise.
9300         * minsyms.c: Include cli/cli-utils.h.
9301         (msymbol_hash_iw): Use skip_spaces_const.
9302         * objc-lang.c: Include cli/cli-utils.h.
9303         (parse_selector): Use skip_spaces.
9304         (parse_method): Likewise.
9305         * python/python.c: Include cli/cli-utils.h.
9306         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9307         (python_command)[HAVE_PYTHON]: Likewise.
9308         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9309         * remote-m32r-sdi.c: Include cli/cli-utils.h.
9310         (m32r_load): Use skip_spaces.
9311         * serial.c: Include cli/cli-utils.h.
9312         (serial_open): Use skip_spaces_const.
9313         * stack.c: Include cli/cli-utils.h.
9314         (parse_frame_specification_1): Use skip_spaces_const.
9315         * symfile.c: Include cli/cli-utils.h.
9316         (set_ext_lang_command): Use skip_spaces.
9317         * symtab.c: Include cli/cli-utils.h.
9318         (rbreak_command): Use skip_spaces.
9319         * thread.c (thread_name_command): Use skip_spaces.
9320         * tracepoint.c (validate_actionline): Use skip_spaces.
9321         (encode_actions_1): Likewise.
9322         (trace_find_range_command): Likewise.
9323         (trace_find_outside_command): Likewise.
9324         (trace_dump_actions): Likewise.
9325
9326 2013-03-07  Pedro Alves  <palves@redhat.com>
9327
9328         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9329         * expprint.c (print_subexp_standard): Likewise.
9330         * utils.c (host_char_to_target): Likewise.
9331         * valprint.c (generic_emit_char, generic_printstr): Likewise.
9332         * varobj.c (value_get_print_value): Change type of local to char*.
9333         Cast it gdb_byte * in call to language printer.
9334
9335 2013-03-07  Pedro Alves  <palves@redhat.com>
9336
9337         * charset.c (struct wchar_iterator) <input>: Change type to 'const
9338         gdb_byte *'.
9339         (make_wchar_iterator): Remove cast to char*.
9340         (wchar_iterate): Change type of local.
9341
9342 2013-03-07  Pedro Alves  <palves@redhat.com>
9343
9344         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9345         for 'regcache->register_status'.
9346
9347 2013-03-07  Pedro Alves  <palves@redhat.com>
9348
9349         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9350         int.
9351
9352 2013-03-07  Pedro Alves  <palves@redhat.com>
9353
9354         * stap-probe.c (handle_stap_probe): Add cast to char*.
9355
9356 2013-03-07  Pedro Alves  <palves@redhat.com>
9357
9358         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9359         RECORD_MSGRCV>: Pass a signed variable to
9360         regcache_raw_read_signed, instead of an unsigned one.
9361
9362 2013-03-07  Pedro Alves  <palves@redhat.com>
9363
9364         * remote-notif.c (notif_debug): Change type to int.
9365         * remote-notif.h (notif_debug): Likewise.
9366
9367 2013-03-07  Pedro Alves  <palves@redhat.com>
9368
9369         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9370
9371 2013-03-07  Pedro Alves  <palves@redhat.com>
9372
9373         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9374         * remote.h (hex2bin, bin2hex): ... here.
9375         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9376
9377 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
9378
9379         * utils.c (initialize_utils): Improve doc strings of "set/show
9380         width", "set/show height", and "set/show pagination".
9381
9382 2013-03-06  Keith Seitz  <keiths@redhat.com>
9383
9384         * ax-gdb.c (gen_printf): Make FORMAT const.
9385         * ax-gdb.h (gen_printf): Likewise.
9386         * ax-general.c (ax_string): Make STR const.
9387         * ax.h (ax_string): Likewise.
9388
9389 2013-03-06  Doug Evans  <dje@google.com>
9390
9391         * elfread.c (elf_symfile_read): Move debugging printf to more
9392         logical location.
9393
9394 2013-03-06  Pedro Alves  <palves@redhat.com>
9395
9396         * python/py-utils.c (target_string_to_unicode): Delete function.
9397         * python/python-internal.h (target_string_to_unicode): Delete
9398         declaration.
9399
9400 2013-03-06  Pierre Muller  <muller@sourceware.org>
9401
9402         * linespec.c (get_current_search_block): ARI fix, use (void)
9403         for empty parameter list.
9404
9405 2013-03-05  Doug Evans  <dje@google.com>
9406
9407         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9408         of old ada_lookup_symbol_list.  In !full_search case, don't
9409         search superblocks.
9410         (ada_lookup_symbol_list): Delete arg full_search, all callers
9411         updated.  Call ada_lookup_symbol_list_worker.
9412         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9413         * ada-lang.h (ada_lookup_symbol_list): Update.
9414         * language.h (language_defn): Update comment for
9415         la_iterate_over_symbols.
9416         * linespec.c (iterate_over_file_blocks): New function.
9417         (iterate_over_all_matching_symtabs): Call it.
9418         (lookup_prefix_sym): Ditto.
9419         (get_current_search_block): New function.
9420         (get_search_block): Delete.
9421         (find_label_symbols): Call get_current_search_block.
9422         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9423         * symtab.c (iterate_over_symbols): Don't search superblocks.
9424
9425 2013-03-05  Yao Qi  <yao@codesourcery.com>
9426
9427         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9428         parameter VAR's type from "unsigned int" to "int".
9429         * command.h (var_zuinteger_unlimited): Update its comments.
9430         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9431
9432 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9433
9434         * NEWS: Mention new target x86_64-*-cygwin*.
9435
9436 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9437
9438         * configure.host: Add x86_64-*-cygwin* as host.
9439         * configure.tgt: Add x86_64-*-cygwin* as target.
9440         * config/i386/cygwin64.mh: New file.
9441
9442 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9443
9444         * linespec.c (decode_line_2): Fix duplicate request off by two message.
9445
9446 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9447
9448         * linespec.c (struct linespec_canonical_name): New.
9449         (struct linespec_state): Change canonical_names type to it.
9450         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
9451         xrealloc element size.  Initialize the different CANONICAL fields.
9452         (canonical_to_fullform): New.
9453         (filter_results): Use it.  Add variables canonical, fullform and
9454         cleanup.
9455         (struct decode_line_2_item, decode_line_2_compare_items): New.
9456         (decode_line_2): Remove variables iter and item_names, add variables
9457         items and items_count.  Modify the code for these new variables.
9458
9459 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
9460
9461         * coff-pe-read.c (read_pe_exported_syms): Don't return without
9462         calling do_cleanup.
9463
9464 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
9465
9466         * tracepoint.c (build_traceframe_info): Add code for byte order.
9467
9468 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
9469
9470         * v850-tdep.c: (v850e2_register_name): Revise system register
9471         names to match current V850E2M architecture specifications.
9472         Update register number enum comments too.
9473
9474 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9475             Pedro Alves  <palves@redhat.com>
9476
9477         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9478         to END_ADDR.
9479         (tilegx_skip_prologue): Limit prologue analysis to section end.
9480
9481 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9482
9483         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9484         use it.
9485
9486 2013-03-01  Pedro Alves  <palves@redhat.com>
9487
9488         Use gdb_byte for bytes from the program being debugged.
9489
9490         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9491         Change type of local 'buf' to gdb_byte.
9492         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9493         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9494         * cris-tdep.c (cris_sigcontext_addr)
9495         (cris_sigtramp_frame_unwind_cache): Likewise.
9496         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9497         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9498         Likewise.
9499         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9500         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9501         (hppa32_hpux_search_dummy_call_sequence)
9502         (hppa_hpux_supply_save_state): Likewise.
9503         * hppa-linux-tdep.c (insns_match_pattern)
9504         (hppa_linux_find_global_pointer): Likewise.
9505         * hppa-tdep.c (hppa_in_function_epilogue_p)
9506         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9507         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9508         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9509         (i386fbsd_collect_uthread): Likewise.
9510         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9511         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9512         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9513         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9514         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9515         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9516         (ia64_libunwind_frame_prev_register)
9517         (ia64_libunwind_sigtramp_frame_this_id)
9518         (ia64_find_global_pointer_from_dynamic_section)
9519         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9520         (ia64_unwind_pc): Likewise.
9521         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9522         * m68hc11-tdep.c (m68hc11_push_dummy_call)
9523         (m68hc11_extract_return_value): Likewise.
9524         * m68klinux-nat.c (fetch_register, store_register): Likewise.
9525         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9526         (mep_get_insn, mep_push_dummy_call): Likewise.
9527         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9528         (mips_linux_in_dynsym_stub): Likewise.
9529         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9530         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9531         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9532         to gdb_byte.
9533         * remote-mips.c (mips_set_register): Likewise.
9534         * remote-sim.c (gdbsim_fetch_register): Likewise.
9535         * score-tdep.c (score7_fetch_inst): Change type of parameter
9536         'memblock' and local 'buf' to gdb_byte.
9537         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9538         Change type of local 'buf' to gdb_byte.  Adjust.
9539         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9540         to gdb_byte**.
9541         (score7_analyze_prologue): Change type of 'memblock' and
9542         'memblock_ptr' locals to gdb_byte*.
9543         * sh64-tdep.c (sh64_extract_return_value)
9544         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9545         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9546         * solib-pa64.c (pa64_solib_create_inferior_hook)
9547         (pa64_open_symbol_file_object): Remove local 'buf'.
9548         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9549         (som_open_symbol_file_object): Likewise.
9550         * solib-spu.c (spu_current_sos): Likewise.
9551         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9552         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9553         (spu_store_registers): Likewise.
9554         * target.c (debug_print_register): Likewise.
9555         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9556         * xstormy16-tdep.c (xstormy16_store_return_value)
9557         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9558         (xstormy16_find_jmp_table_entry): Likewise.
9559
9560 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9561
9562         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9563         (tilegx_gdbarch_init): Install it.
9564
9565 2013-02-28  Tom Tromey  <tromey@redhat.com>
9566
9567         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9568         PyLong_Check.
9569
9570 2013-02-28  Doug Evans  <dje@google.com>
9571
9572         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9573         * python/python.c (gdbpy_find_pc_line): Ditto.
9574
9575 2013-02-28  Tom Tromey  <tromey@redhat.com>
9576
9577         * contrib/excheck.py: New file.
9578         * contrib/exsummary.py: New file.
9579         * contrib/gcc-with-excheck: New file.
9580
9581 2013-02-28  Tom Tromey  <tromey@redhat.com>
9582
9583         * python/python.c (gdbpy_print_stack): Call begin_line and
9584         fprintf_filtered inside TRY_CATCH.
9585
9586 2013-02-28  Tom Tromey  <tromey@redhat.com>
9587
9588         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9589         inside TRY_CATCH.
9590
9591 2013-02-28  Tom Tromey  <tromey@redhat.com>
9592
9593         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9594         frame_object_to_frame_info inside TRY_CATCH.
9595
9596 2013-02-28  Tom Tromey  <tromey@redhat.com>
9597
9598         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9599         TRY_CATCH.
9600
9601 2013-02-28  Tom Tromey  <tromey@redhat.com>
9602
9603         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9604
9605 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
9606
9607         * windows-nat.c: Throughout, fix format strings and casts of
9608         printf-like functions to avoid type related warnings on all
9609         platforms.
9610         (handle_output_debug_string): Fetch context information address
9611         from debug string using string_to_core_addr.
9612
9613 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9614
9615         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9616         * regformats/reg-tilegx32.dat: New.
9617
9618 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9619
9620         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9621
9622 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9623
9624         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9625
9626 2013-02-27  Yao Qi  <yao@codesourcery.com>
9627             Pedro Alves  <palves@redhat.com>
9628
9629         * tracepoint.c (tfile_trace_find): For tfind
9630         pc/tp/range/outside, look for the next trace frame instead of
9631         always starting from frame 0.
9632
9633 2013-02-26  Anthony Green  <green@moxielogic.com>
9634
9635         * configure.tgt: Add support for moxie-*-rtems* target.
9636
9637 2013-02-25  Pedro Alves  <palves@redhat.com>
9638
9639         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9640         warning text.
9641
9642 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9643
9644         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9645         if $fp is used as the virtual frame pointer.
9646
9647 2013-02-23  Alan Modra  <amodra@gmail.com>
9648
9649         * elfread.c (elf_symtab_read): Do not use udata.p here to find
9650         symbol size.
9651         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9652         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9653         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9654         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9655
9656 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9657
9658         Code cleanup.
9659         * elfread.c (build_id_bfd_get): Make the return type const.
9660         (build_id_verify): Make the check parameter const.
9661         (build_id_to_debug_filename): Make the build_id parameter and variable
9662         data const.
9663         (find_separate_debug_file_by_buildid): Make the variable build_id const.
9664
9665 2013-02-21  Alan Modra  <amodra@gmail.com>
9666
9667         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9668
9669 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
9670
9671         Add a new method 'disassemble' to gdb.Architecture class.
9672         * python/py-arch.c (archpy_disassmble): Implementation of the
9673         new method gdb.Architecture.disassemble.
9674         (arch_object_methods): Add entry for the new method.
9675
9676 2013-02-20  Jiong Wang  <jiwang@tilera.com>
9677
9678         * MAINTAINERS (Write After Approval): Add myself to the list.
9679
9680 2013-02-19  Pedro Alves  <palves@redhat.com>
9681
9682         Garbage collect 'struct monitor_ops'::load_routine.
9683
9684         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9685         * monitor.c (monitor_load): No longer call
9686         current_monitor->load_routine.
9687         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9688         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9689         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9690
9691 2013-02-19  Pedro Alves  <palves@redhat.com>
9692
9693         PR gdb/15161
9694
9695         Harmonize with generic_load.
9696
9697         * monitor.c: Include "readline/readline.h".
9698         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
9699         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
9700         long/strtol for the 'load_offset' local.  Error out if no argument
9701         is given or if too many arguments are given.  Tilde expand the
9702         passed in file name.
9703
9704 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9705
9706         PR gdb/15161
9707         * symfile.c (load_section_data): Change type of load_offset
9708         to CORE_ADDR.
9709         (generic_load): User strtoulst instead of strtoul for conversion
9710         of load_offset.
9711
9712 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9713
9714         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9715          for return address, "lr" register, saved on stack.
9716         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9717         after we invoke tilegx_analyze_prologue.
9718
9719 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9720
9721         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9722
9723 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9724
9725         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9726
9727 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9728
9729         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9730         (tilegx_write_pc): New function.
9731         (tilegx_cannot_reference_register): Return zero if REGNO
9732         is TILEGX_FAULTNUM_REGNUM.
9733         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9734         (tilegx_register_name): Add handling of "faultnum" register.
9735         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9736         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9737         handling of TILEGX_FAULTNUM_REGNUM.
9738         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9739
9740 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9741
9742         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9743         should be aligned to 64bit.
9744
9745 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9746
9747         * windows-nat.c (windows_xfer_memory): Fix debug-output
9748         for LLP64.
9749
9750 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
9751
9752         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9753         Don't check DSP register number if HAVE_DSP is not set.
9754
9755 2013-02-19  Alan Modra  <amodra@gmail.com>
9756
9757         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
9758         throughout file instead.
9759         (build_id_bfd_get): Update to use new elf_tdata build_id field.
9760         Don't xmalloc return value.
9761         (build_id_verify): Similarly.  Don't xfree.
9762         (build_id_to_debug_filename): Update.
9763         (find_separate_debug_file_by_buildid): Update, don't xfree.
9764
9765 2013-02-18  Tom Tromey  <tromey@redhat.com>
9766
9767         PR gdb/15102:
9768         * dwarf2read.c (read_subrange_type): Use result of
9769         'check_typedef'.
9770
9771 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9772
9773         * frame.c: Remove one extra white space after #include
9774         directive.
9775
9776 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9777
9778         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9779
9780 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9781
9782         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9783         and dir commands into an if block.
9784
9785 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
9786
9787         * python/py-breakpoint (struct pybp_code):  Use int instead of
9788         enum type_code.
9789
9790 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
9791             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9792
9793         * NEWS: Mention new field "trace-file".
9794         * tracepoint.c (trace_status_mi): Output "trace-file" field.
9795         (tfile_open): Record the trace file's filename in the trace
9796         status.
9797         (tfile_files_info): Mention the name of the trace file.
9798         Check the "filename" field explicitely.
9799         (trace_status_command): Explicitely check "filename" field.
9800         (trace_find_command): Ditto.
9801         (trace_find_pc_command): Ditto.
9802         (trace_find_tracepoint_command): Ditto.
9803         (trace_find_line_command): Ditto.
9804         (trace_find_range_command): Ditto.
9805         (trace_find_outside_command): Ditto.
9806         * tracepoint.h (struct trace_status) <from_file>: Rename it
9807         to "filename" and make it hold the trace file's filename
9808         instead of a boolean.
9809         * remote.c (remote_get_trace_status): Initialize "filename"
9810         field with NULL instead of 0.
9811
9812 2013-02-15  Yao Qi  <yao@codesourcery.com>
9813
9814         * remote.c: Fix a typo.
9815
9816 2013-02-14  Pierre Muller  <muller@sourceware.org>
9817
9818         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9819
9820 2013-02-14  Pedro Alves  <palves@redhat.com>
9821
9822         * utils.c (savestring): Don't #undef it.  Move function to
9823         common/common-utils.c.
9824         * common/common-utils.c: Include gdb_string.h.
9825         (savestring): Move here from utils.c.
9826         * common/common-utils.h (savestring): Declare.
9827
9828 2013-02-14  Pedro Alves  <palves@redhat.com>
9829
9830         * utils.c (savestring): Rename parameter 'size' to 'len'.
9831
9832 2013-02-14  Pedro Alves  <palves@redhat.com>
9833             Yufeng Zhang  <yufeng.zhang@arm.com>
9834
9835         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9836         (aarch64_inferior_data, struct aarch64_inferior_data):
9837         Delete.
9838         (struct aarch64_process_info): New.
9839         (aarch64_process_list): New global.
9840         (aarch64_find_process_pid, aarch64_add_process)
9841         (aarch64_process_info_get): New functions.
9842         (aarch64_inferior_data_get): Delete.
9843         (aarch64_process_info_get): New function.
9844         (aarch64_forget_process): New function.
9845         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
9846         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9847         aarch64_get_debug_reg_state.
9848         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9849         instead of linux_nat_iterate_watchpoint_lwps.
9850         (aarch64_linux_new_fork): New function.
9851         (aarch64_linux_child_post_startup_inferior): Use
9852         aarch64_forget_process instead of aarch64_init_debug_reg_state.
9853         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9854         (aarch64_linux_remove_hw_breakpoint)
9855         (aarch64_handle_aligned_watchpoint)
9856         (aarch64_handle_unaligned_watchpoint)
9857         (aarch64_linux_insert_watchpoint)
9858         (aarch64_linux_remove_watchpoint)
9859         (aarch64_linux_stopped_data_address): Adjust to pass the current
9860         process id to aarch64_debug_reg_state.
9861         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9862         linux_nat_new_fork hook, and aarch64_forget_process as
9863         linux_nat_forget_process hook; remove the call to
9864         register_inferior_data_with_cleanup.
9865
9866 2013-02-14  Pedro Alves  <palves@redhat.com>
9867
9868         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9869         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9870         lval_memory.
9871
9872 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
9873             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9874
9875         * tracepoint.h (validate_trace_state_variable_name): Declare.
9876         * tracepoint.c (validate_trace_state_variable_name): New.
9877         (trace_variable_command): Parse the trace state variable's name
9878         without using parse_expression.  Do several validations.
9879         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9880         trace state variable's name with parse_expression.  Validate it.
9881
9882 2013-02-14  Yao Qi  <yao@codesourcery.com>
9883
9884         * infcmd.c (breakpoint_proceeded): Remove it.
9885
9886 2013-02-14  Yao Qi  <yao@codesourcery.com>
9887
9888         * tracepoint.c (end_actions_pseudocommand): Make it static.
9889         (while_stepping_pseudocommand): Likewise.
9890         * tracepoint.h (end_actions_pseudocommand): Remove the
9891         declaration.
9892         (while_stepping_pseudocommand): Likewise.
9893
9894 2013-02-14  Yao Qi  <yao@codesourcery.com>
9895
9896         * cli/cli-decode.c (help_cmd): Remove the declaration of
9897         "cmdlist".
9898         (help_all): Likewise.
9899
9900 2013-02-13  Pedro Alves  <palves@redhat.com>
9901
9902         * amd64-linux-nat.c (update_debug_registers_callback):
9903         Update comment.
9904         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9905         iterate_over_lwps.
9906         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9907         i386_debug_reg_state.
9908         (amd64_linux_new_fork): New function.
9909         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9910         linux_nat_new_fork hook, and i386_forget_process as
9911         linux_nat_forget_process hook.
9912         * i386-linux-nat.c (update_debug_registers_callback):
9913         Update comment.
9914         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9915         iterate_over_lwps.
9916         (i386_linux_prepare_to_resume): Pass the lwp's pid to
9917         i386_debug_reg_state.
9918         (i386_linux_new_fork): New function.
9919         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9920         linux_nat_new_fork hook, and i386_forget_process as
9921         linux_nat_forget_process hook.
9922         * i386-nat.c (i386_init_dregs): Delete.
9923         (i386_inferior_data, struct i386_inferior_data):
9924         Delete.
9925         (struct i386_process_info): New.
9926         (i386_process_list): New global.
9927         (i386_find_process_pid, i386_add_process, i386_process_info_get):
9928         New functions.
9929         (i386_inferior_data_get): Delete.
9930         (i386_process_info_get): New function.
9931         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
9932         (i386_forget_process): New function.
9933         (i386_cleanup_dregs): Rewrite.
9934         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9935         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9936         (i386_stopped_data_address, i386_insert_hw_breakpoint)
9937         (i386_remove_hw_breakpoint): Adjust to pass the current process id
9938         to i386_debug_reg_state.
9939         (i386_use_watchpoints): Don't register inferior data.
9940         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9941         adjust comment.
9942         (i386_forget_process): Declare.
9943         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9944         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9945         New static globals.
9946         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9947         (add_initial_lwp): New, factored out from ...
9948         (add_lwp): ... this.  Don't check the number of lwps before
9949         calling linux_nat_new_thread.
9950         (linux_nat_iterate_watchpoint_lwps): Delete.
9951         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9952         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9953         forks and vforks.
9954         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9955         initial lwp.
9956         (linux_nat_kill, linux_nat_mourn_inferior): Call
9957         linux_nat_forget_process.
9958         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9959         (linux_nat_forget_process): New functions.
9960         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9961         type.
9962         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9963         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9964         types.
9965         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9966         (linux_nat_forget_process): New declarations.
9967
9968         * amd64fbsd-nat.c (super_mourn_inferior): New global.
9969         (amd64fbsd_mourn_inferior): New function.
9970         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9971         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9972
9973 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9974
9975         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9976         Adding _().
9977
9978 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9979
9980         * aarch64-linux-nat.c (debug_reg_change_callback)
9981         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9982         %s and phex().
9983
9984 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9985
9986         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9987         with LONGEST.
9988
9989 2013-02-13  Pedro Alves  <palves@redhat.com>
9990             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9991
9992         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9993
9994 2013-02-12  Tom Tromey  <tromey@redhat.com>
9995
9996         PR symtab/11464:
9997         * c-exp.y (lex_one_token): Initialize other fields of yylval on
9998         NAME return.
9999         (classify_inner_name): Remove 'first_name' argument, add
10000         'context'.  Remove unused variable.
10001         (yylex): Explicitly maintain the context type.  Exit loop earlier
10002         if NAME result is seen.
10003
10004 2013-02-12  Pedro Alves  <palves@redhat.com>
10005
10006         * amd64-darwin-tdep.c: Add (C) after Copyright.
10007         * cli/cli-cmds.h: Ditto.
10008         * cli/cli-decode.c: Ditto.
10009         * cli/cli-decode.h: Ditto.
10010         * cli/cli-dump.c: Ditto.
10011         * cli/cli-dump.h: Ditto.
10012         * cli/cli-interp.c: Ditto.
10013         * cli/cli-logging.c: Ditto.
10014         * cli/cli-script.c: Ditto.
10015         * cli/cli-script.h: Ditto.
10016         * cli/cli-setshow.c: Ditto.
10017         * cli/cli-setshow.h: Ditto.
10018         * cli/cli-utils.c: Ditto.
10019         * cli/cli-utils.h: Ditto.
10020         * config/alpha/nm-osf3.h: Ditto.
10021         * config/djgpp/djconfig.sh: Ditto.
10022         * config/i386/nm-fbsd.h: Ditto.
10023         * config/i386/nm-i386gnu.h: Ditto.
10024         * config/nm-linux.h: Ditto.
10025         * config/nm-nto.h: Ditto.
10026         * config/rs6000/nm-rs6000.h: Ditto.
10027         * config/sparc/nm-sol2.h: Ditto.
10028         * darwin-nat-info.c: Ditto.
10029         * dfp.c: Ditto.
10030         * dfp.h: Ditto.
10031         * gdb-demangle.h: Ditto.
10032         * i386-darwin-nat.c: Ditto.
10033         * i386-darwin-tdep.c: Ditto.
10034         * linux-fork.h: Ditto.
10035         * m32c-tdep.c: Ditto.
10036         * microblaze-linux-tdep.c: Ditto.
10037         * microblaze-rom.c: Ditto.
10038         * microblaze-tdep.c: Ditto.
10039         * microblaze-tdep.h: Ditto.
10040         * mips-linux-tdep.h: Ditto.
10041         * ppc-ravenscar-thread.c: Ditto.
10042         * ppc-ravenscar-thread.h: Ditto.
10043         * prologue-value.c: Ditto.
10044         * prologue-value.h: Ditto.
10045         * ravenscar-thread.c: Ditto.
10046         * ravenscar-thread.h: Ditto.
10047         * sparc-ravenscar-thread.c: Ditto.
10048         * sparc-ravenscar-thread.h: Ditto.
10049         * tilegx-linux-tdep.c: Ditto.
10050         * unwind_stop_reasons.def: Ditto.
10051         * windows-nat.h: Ditto.
10052         * xtensa-linux-tdep.c: Ditto.
10053         * xtensa-xtregs.c: Ditto.
10054         * regformats/regdat.sh: Ditto.
10055         * regformats/regdef.h: Ditto.
10056
10057 2013-02-12  Pedro Alves  <palves@redhat.com>
10058
10059         * break-catch-sig.c: Update copyright years.
10060
10061 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
10062
10063         Add support for a destructor for ui_out data and use it to
10064         provide a ui_out destructor.
10065         * ui-out.h: Declare the new ui_out destructor.
10066         (ui_out_impl): Add a field for data destructor in ui_out_impl.
10067         * ui-out.c (default_data_destroy): Add a default data destructor
10068         which does nothing.
10069         (default_ui_out_impl): Set the new data_destroy field to
10070         default_data_destroy
10071         (uo_data_destroy): Local function which invokes the data
10072         destructor if present.
10073         (clear_table): Local function which clears the table data of a
10074         ui_out object.
10075         (ui_out_destroy): Public function which frees a ui_out object.
10076         (ui_out_table_end): Use the new clear_table function.
10077         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10078         NULL.
10079         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10080         to NULL.
10081
10082 2013-02-11  Doug Evans  <dje@google.com>
10083
10084         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10085         (printf_decfloat): New function.  Broken out from ui_printf.
10086         Remove unnecessary code to shift the entire format string down.
10087         (printf_pointer): New function.
10088         (ui_printf): Code to print C strings, wide C strings, decfloats,
10089         and pointers moved to separate functions.
10090
10091 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10092
10093         * valops.c (value_assign): Handling bitfield offset in
10094         `lval_internalvar_component' case.
10095
10096 2013-02-08  Doug Evans  <dje@google.com>
10097
10098         * common/format.c (parse_format_string): Fix whitespace.
10099
10100 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
10101
10102         * stack.c (return_command): Work around uninitialized variable
10103         warning.
10104
10105 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
10106
10107         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10108         number of the registers from 36 to 34.
10109
10110 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10111
10112         * NEWS: Mention new AArch64 native and target support.
10113
10114 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10115
10116         * MAINTAINERS (Write After Approval): Add myself.
10117
10118 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
10119             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10120             Nigel Stephens  <nigel.stephens@arm.com>
10121             Yufeng Zhang  <yufeng.zhang@arm.com>
10122
10123         * aarch64-linux-nat.c: New file.
10124         * config/aarch64/linux.mh: New file.
10125         * configure.host: Add AArch64.
10126         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10127
10128 2013-02-07  Doug Evans  <dje@google.com>
10129
10130         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10131         disassemble command.
10132
10133 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10134
10135         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10136         set_gdbarch_fetch_tls_load_module_address.
10137
10138 2013-02-06  David S. Miller  <davem@davemloft.net>
10139
10140         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10141         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10142         * value.c (struct_return_convention): New function.
10143         (using_struct_return): Implement in terms of struct_return_convention.
10144         * value.h (struct_return_convention): Declare.
10145         * stack.c (return_command): Allow successful overriding of the return
10146         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10147
10148 2013-02-06  Tom Tromey  <tromey@redhat.com>
10149
10150         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10151         outside of TRY_CATCH.
10152
10153 2013-02-06  Yao Qi  <yao@codesourcery.com>
10154
10155         * mi/mi-interp.c: Include "tracepoint.h".
10156         (mi_tsv_modified): Declare.
10157         (mi_tsv_created, mi_tsv_deleted): Update declaration.
10158         (mi_interpreter_init): Call observer_attach_tsv_modified.
10159         (mi_tsv_modified): New.
10160         (mi_tsv_created, mi_tsv_deleted): Update.
10161         * tracepoint.c (trace_variable_command): Call
10162         observer_notify_tsv_modified if the initial value of tsv is
10163         changed.
10164         (delete_trace_state_variable): Call
10165         observer_notify_tsv_deleted earlier.
10166         (trace_variable_command): Caller update.
10167         (create_tsv_from_upload): Likewise.
10168         * observer.sh: Declare "struct trace_state_variable".
10169
10170         * NEWS: Mention the new MI notification "=tsv-modified".
10171
10172 2013-02-05  Doug Evans  <dje@google.com>
10173
10174         * completer.c (location_completer): Fix typo in comment.
10175
10176 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10177
10178         * breakpoint.c (add_location_to_breakpoint): Insert the location with
10179         ADDRESS sorted.
10180
10181 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10182
10183         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10184         Refactor if statement to avoid trailing || operator.
10185
10186 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
10187
10188         * NEWS: Add PowerPC FreeBSD as a new native configuration.
10189
10190 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
10191
10192         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10193         * configure.host: Add powerpc*-*-freebsd* target.
10194         * configure.tgt: Add target info for powerpc*-*-freebsd*.
10195         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10196         * config/powerpc/fbsd.mh: New file.
10197
10198 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
10199             Denys Vlasenko  <dvlasenk@redhat.com>
10200             Pedro Alves  <palves@redhat.com>
10201
10202         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10203         (struct elf_internal_linux_prpsinfo): Forward declare.
10204         * gdbarch.h, gdbarch.c: Regenerate.
10205         * linux-tdep.c: Include `cli/cli-utils.h'.
10206         (linux_fill_prpsinfo): New function.
10207         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
10208         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10209         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10210         depending on gdbarch pointer bitness.
10211         * ppc-linux-tdep.c: Include elf-bfd.h.
10212         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10213         on 32-bit.
10214
10215 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10216             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10217             Nigel Stephens  <nigel.stephens@arm.com>
10218             Yufeng Zhang  <yufeng.zhang@arm.com>
10219
10220         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10221
10222 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10223             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10224             Nigel Stephens  <nigel.stephens@arm.com>
10225             Yufeng Zhang  <yufeng.zhang@arm.com>
10226
10227         * aarch64-newlib-tdep.c: New file.
10228         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10229         aarch64*-*-elf.
10230         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10231         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
10232         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
10233         * osabi.c (gdb_osabi_names): Add "Newlib".
10234
10235 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10236             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10237             Nigel Stephens  <nigel.stephens@arm.com>
10238             Yufeng Zhang  <yufeng.zhang@arm.com>
10239
10240         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10241         (ALLDEPFILES): Add aarch64-linux-tdep.c.
10242         * aarch64-linux-tdep.c: New file.
10243         * aarch64-linux-tdep.h: New file.
10244         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10245         * configure.tgt: Add aarch64-none-linux-gnu.
10246
10247 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10248             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10249             Nigel Stephens  <nigel.stephens@arm.com>
10250             Yufeng Zhang  <yufeng.zhang@arm.com>
10251
10252         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10253         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10254         (ALLDEPFILES): Add aarch64-tdep.c.
10255         * aarch64-tdep.c: New file.
10256         * aarch64-tdep.h: New file.
10257         * configure.tgt: Add AArch64.
10258         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10259         (aarch64-expedite): New definition.
10260         * features/aarch64-core.xml: New file.
10261         * features/aarch64-fpu.xml: New file.
10262         * features/aarch64-without-fpu.c: New file (generated).
10263         * features/aarch64-without-fpu.xml: New file.
10264         * features/aarch64.c: New file (generated).
10265         * features/aarch64.xml: New file.
10266         * regformats/aarch64-without-fpu.dat: New file (generated).
10267         * regformats/aarch64.dat: New file (generated).
10268
10269 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10270
10271         * contrib/expect-read1.c: New file.
10272         * contrib/expect-read1.sh: New file.
10273
10274 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10275
10276         * dwarf2read.c (file_file_name): New function with code from
10277         file_full_name.
10278         (file_full_name): Move most of the code to file_file_name.
10279         (macro_start_file): Rename variable full_name to file_name and use
10280         file_file_name for it.  Add comp_dir parameter to new_macro_table.
10281         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
10282         macro_source_file->filename access by macro_source_fullname call.
10283         * macroscope.c (_initialize_macroscope): Update the new_macro_table
10284         caller.
10285         * macrotab.c (struct macro_table): New field comp_dir.
10286         (macro_include): New variables link_fullname and source_fullname.
10287         Replace any macro_source_file->filename access by macro_source_fullname
10288         call.
10289         (macro_lookup_inclusion): Remove the partial filenames checking code.
10290         (check_for_redefinition): New variables source_fullname and
10291         found_key_fullname.  Replace any macro_source_file->filename access by
10292         macro_source_fullname call.
10293         (macro_undef): New variables source_fullname and key_fullname.  Replace
10294         any macro_source_file->filename access by macro_source_fullname call.
10295         (macro_lookup_definition): New variables retval and source_fullname.
10296         Replace any macro_source_file->filename access by macro_source_fullname
10297         call.
10298         (foreach_macro): New variable key_fullname.  Replace any
10299         macro_source_file->filename access by macro_source_fullname call.
10300         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
10301         macro_source_file->filename access by macro_source_fullname call.
10302         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
10303         (macro_source_fullname): New function.
10304         * macrotab.h (struct macro_source_file): Extent the filename field
10305         comment.
10306         (new_macro_table): New parameter comp_dir, add a comment for it.
10307         (macro_source_fullname): new declaration.
10308
10309 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10310
10311         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10312         this_real_name to outer block.  Use it also for
10313         compare_filenames_for_search.
10314         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
10315         with dw2_get_real_path for file_matcher, considering also
10316         BASENAMES_MAY_DIFFER.
10317         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10318
10319 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10320
10321         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10322         to the file_matcher parameter.  Pass 0 to it.
10323         (dwarf2_create_include_psymtab): Copy also DIRNAME.
10324         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10325         NULL psymtab_to_fullname result.
10326         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
10327         an expected filename instead.
10328         (expand_symtabs_matching_via_partial): Add basenames parameter to the
10329         file_matcher parameter.  Call also psymtab_to_fullname, after newly
10330         considering BASENAMES_MAY_DIFFER.
10331         * source.c (rewrite_source_path): Remove static.
10332         * source.h (rewrite_source_path): New declaration.
10333         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10334         the expand_symtabs_matching field.  Comment it.
10335         * symtab.c (file_matches): New function comment.  Add parameter
10336         basenames, implement it.
10337         (search_symbols_file_matches): Add basenames parameter.  Update the
10338         file_matches caller.
10339         (search_symbols): Match FILES also against symtab_to_fullname.
10340         Optimize it for BASENAMES_MAY_DIFFER.
10341
10342 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10343
10344         * source.c (print_source_lines_base): Print for TUI also "fullname".
10345         * tui/tui-data.c (init_content_element): Change tui_locator_element
10346         field to full_name.
10347         * tui/tui-data.h (struct tui_locator_element): Likewise.
10348         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10349         tui_update_locator_filename calls to tui_update_locator_fullname.
10350         Replace symtab->filename refererence by symtab_to_fullname call.
10351         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10352         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10353         field to full_name.  Replace symtab->filename refererence by
10354         symtab_to_fullname call.
10355         (tui_show_symtab_source): Rename parameter to fullname.  Change
10356         tui_locator_element field to full_name.
10357         * tui/tui-stack.c: Include source.h.
10358         (tui_set_locator_filename): Rename the declaration to ...
10359         (tui_set_locator_fullname): ... here.  Rename its parameter to
10360         fullname, updates its comment.
10361         (tui_set_locator_info): Rename its parameter to fullname.
10362         (tui_set_locator_filename): Rename the definition to ...
10363         (tui_set_locator_fullname): ... here.  Rename its parameter to
10364         fullname, updates its comment.  Change tui_locator_element field to
10365         full_name.
10366         (tui_set_locator_info): Rename its parameter to fullname.
10367         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10368         (tui_update_locator_filename): Rename to ...
10369         (tui_update_locator_fullname): ... here. Rename callee to
10370         tui_set_locator_fullname.
10371         (tui_show_frame_info): Replace symtab->filename refererence by
10372         symtab_to_fullname call.
10373         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10374         (tui_update_locator_fullname): ... here.
10375         * tui/tui-winsource.c (tui_display_main): Rename the callee to
10376         tui_update_locator_fullname.  Replace symtab->filename refererence by
10377         symtab_to_fullname call.
10378         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10379         Rename the callee to tui_update_locator_fullname.
10380         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10381
10382 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10383
10384         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10385         by symtab_to_filename_for_display calls.
10386         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10387         (clear_command): New variable sal_fullname, initialize it.  Replace
10388         compare_filenames_for_search by filename_cmp with sal_fullname.
10389         (say_where, update_static_tracepoint): Replace symtab->filename
10390         refererences by symtab_to_filename_for_display calls.
10391         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10392         Likewise.
10393         * dwarf2read.c: Include source.h.
10394         (fixup_go_packaging): Replace symtab->filename refererences by
10395         symtab_to_filename_for_display calls.
10396         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10397         Replace symtab->filename refererences by symtab_to_filename_for_display
10398         calls.
10399         (create_sals_line_offset, convert_linespec_to_sals): New variable
10400         fullname, initialize it, replace symtab->filename reference by the
10401         variable.
10402         * linux-fork.c: Include source.h.
10403         (info_checkpoints_command): Replace symtab->filename refererences by
10404         symtab_to_filename_for_display calls.
10405         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10406         by symtab_to_filename_for_display calls.
10407         * mdebugread.c: Include source.h.
10408         (psymtab_to_symtab_1): Replace symtab->filename refererences by
10409         symtab_to_filename_for_display calls.
10410         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10411         (mi_cmd_file_list_exec_source_files): Likewise.
10412         * printcmd.c: Include source.h.
10413         (build_address_symbolic): Replace symtab->filename refererences by
10414         symtab_to_filename_for_display calls.
10415         * psymtab.c (partial_map_symtabs_matching_filename)
10416         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10417         with psymtab_to_fullname.
10418         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10419         by symtab_to_filename_for_display calls.
10420         (stpy_get_filename): New variable filename, initialize it, use instead
10421         of symtab->filename refererences.
10422         (salpy_str): Make variable filename const char *.  Replace
10423         symtab->filename refererences by symtab_to_filename_for_display calls.
10424         * skip.c: Include source.h and filenames.h.
10425         (skip_file_command): Remove const from the symtab variable.  Replace
10426         symtab->filename refererences by symtab_to_fullname call.
10427         (function_name_is_marked_for_skip): New variables searched_for_fullname
10428         and fullname.  Use them to search also with symtab's fullname.
10429         * source.c (find_source_lines): Replace symtab->filename refererences
10430         by symtab_to_filename_for_display calls.
10431         (print_source_lines_base): New variable filename, use it instead of
10432         symtab->filename.  Replace symtab->filename refererences by
10433         symtab_to_filename_for_display calls.
10434         (line_info, forward_search_command): Replace symtab->filename
10435         refererences by symtab_to_filename_for_display calls.
10436         (reverse_search_command): Replace symtab->filename refererences by
10437         symtab_to_filename_for_display calls.  New variable filename for it.
10438         * stack.c (frame_info): Likewise.
10439         * symmisc.c: Include source.h.
10440         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10441         (maintenance_info_symtabs): Replace symtab->filename refererences by
10442         symtab_to_filename_for_display calls.
10443         * symtab.c (iterate_over_some_symtabs): Call
10444         compare_filenames_for_search also with symtab_to_fullname.
10445         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10446         symtab->filename refererences by symtab_to_filename_for_display calls.
10447         (find_line_symtab): Replace symtab->filename refererences by
10448         symtab_to_filename_for_display calls.
10449         (file_matches): Replace filename_cmp by compare_filenames_for_search.
10450         (print_symbol_info): Make the last parameter const char *.  New
10451         variable s_filename.  Use it in the function.
10452         (symtab_symbol_info): Make the last_filename variable const char *.
10453         Replace symtab->filename refererences by symtab_to_filename_for_display
10454         calls.
10455         (rbreak_command): New variable fullname.  Use it.  Replace
10456         symtab->filename refererence by symtab_to_filename_for_display call.
10457         * tracepoint.c (set_traceframe_context, trace_find_line_command)
10458         (print_one_static_tracepoint_marker): Replace symtab->filename
10459         refererences by symtab_to_filename_for_display calls.
10460         * tui/tui-source.c (tui_set_source_content): New variables filename and
10461         s_filename.  Replace symtab->filename refererences by this variable.
10462         Replace other symtab->filename refererences by
10463         symtab_to_filename_for_display calls.
10464
10465 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10466             Jan Kratochvil  <jan.kratochvil@redhat.com>
10467
10468         Add a new variable that controls a way in which filenames are
10469         displayed.
10470         * NEWS (set filename-display): New entry.
10471         * source.c (filename_display_basename, filename_display_relative)
10472         (filename_display_absolute, filename_display_kind_names)
10473         (filename_display_string, show_filename_display_string)
10474         (symtab_to_filename_for_display): New.
10475         (_initialize_source): Added initialization of 'filename-display'
10476         variable.
10477         * source.h (symtab_to_filename_for_display): Added declaration.
10478         * stack.c (print_frame): Added new variable and calling of a new
10479         function and condition with this variable. Changed third argument of
10480         calling of a function.
10481
10482 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10483
10484         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10485         Rename field reference filename to fullname.
10486         * tui/tui-data.h (struct tui_source_info): Rename field filename to
10487         fullname.  New comment for it.
10488         * tui/tui-source.c (tui_set_source_content): Rename field reference
10489         filename to fullname.  Initialize field by symtab_to_fullname now.
10490         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10491         reference filename to fullname.  Use symtab_to_fullname during
10492         comparison.
10493
10494 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10495
10496         Code cleanup.
10497         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10498         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
10499         filename to fullname.  Rename variable this_name to this_fullname.
10500         Lowercase FILENAME_CMP call.
10501         (dw2_find_symbol_file): New comment for the returned string.
10502         (dwarf2_gdb_index_functions): Rename the function to
10503         dw2_expand_symtabs_with_fullname.
10504         * psymtab.c (read_psymtabs_with_filename): Rename to ...
10505         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
10506         fullname.
10507         (psym_functions): Rename the function to read_psymtabs_with_fullname.
10508         * symfile.h (struct quick_symbol_functions): Rename field
10509         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10510         parameter filename to fullname.  Document returned string meaning for
10511         find_symbol_file.
10512         * symtab.c (find_line_symtab): Rename the called function to
10513         expand_symtabs_with_fullname.
10514
10515 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10516
10517         Code cleanup.
10518         * breakpoint.c (clear_command): Remove variable is_abs, unify the
10519         call of filename_cmp with compare_filenames_for_search.
10520         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10521         is_abs, unify the call of FILENAME_CMP with
10522         compare_filenames_for_search.  New gdb_asserts for real_path and name.
10523         Unify the call of compare_filenames_for_search with FILENAME_CMP.
10524         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10525         * symfile.h (struct quick_symbol_functions): Extend the comment for
10526         map_symtabs_matching_filename.
10527         * symtab.c (compare_filenames_for_search): Remove the function comment
10528         relative path requirement.  Handle absolute filenames, with a comment.
10529         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10530         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
10531         real_path and name.  Unify the call of compare_filenames_for_search
10532         with FILENAME_CMP.
10533         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10534
10535 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10536
10537         Code cleanup.
10538         * breakpoint.c (print_breakpoint_location): Replace bp_location field
10539         source_file references by symtab field references.  Remove variables
10540         sal and fullname.
10541         (momentary_breakpoint_from_master, add_location_to_breakpoint):
10542         (clear_command, say_where): Replace bp_location field source_file
10543         references by symtab field references.
10544         (bp_location_dtor): Remove the source_file reference.
10545         (update_static_tracepoint): Replace bp_location field source_file
10546         references by symtab field references.
10547         (breakpoint_free_objfile): New function.
10548         * breakpoint.h (struct bp_location): Extend the comment for line_number.
10549         Replace the field source_file by field symtab, extend its comment.
10550         (breakpoint_free_objfile): New declaration.
10551         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10552         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10553         field source_file references by symtab field references.
10554
10555 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10556
10557         Replace xfullpath calls by gdb_realpath calls.
10558         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10559         function comment.
10560         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10561         Remove it from the iterate_over_some_symtabs call.
10562         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10563         Remove it from the dw2_map_expand_apply calls, remove a block handling
10564         it.
10565         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10566         Remove it from the iterate_over_some_symtabs call.
10567         (partial_map_symtabs_matching_filename): Remove parameter full_path.
10568         Remove it from the partial_map_expand_apply calls, remove a block
10569         handling it.  Drop gdb_realpath call and cleanups from the real_path
10570         handling.
10571         * source.c (openp): Drop the comment part about xfullpath.  Replace
10572         xfullpath calls by gdb_realpath calls.
10573         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10574         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10575         from method map_symtabs_matching_filename and its comment.
10576         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10577         gdb_realpath call.
10578         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10579         remove it also from the function comment, remove a block handling it.
10580         Drop gdb_realpath call and cleanups from the real_path handling.
10581         (iterate_over_symtabs): Drop variable full_path and its use.
10582         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10583         * utils.c (xfullpath): Remove.
10584         * utils.h (xfullpath): Remove.
10585
10586 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
10587
10588         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10589         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10590         (ALLDEPFILES): Add ppc64-tdep.c.
10591         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10592         ppc64-tdep.o to gdb_target_obs.
10593         * ppc64-tdep.h: New file.
10594         * ppc64-tdep.c: New file.
10595         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10596         ppc-linux-tdep.c to here.
10597         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10598         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10599         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10600         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10601         from ppc-linux-tdep.c to here.
10602         (ppc64_convert_from_func_ptr_addr): Rename from
10603         ppc64_linux_convert_from_func_ptr_addr to
10604         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10605         here.
10606         * rs6000-tdep.c:
10607         (read_insn): Move from ppc-linux-tdep.c to here.
10608         (insns_match_pattern, insn_d_field, insn_ds_field): Move
10609         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10610         * ppc-linux-tdep.c: Include ppc64-tdep.h.
10611         Removed above functions.
10612         (ppc_linux_init_abi): Adjust.
10613
10614 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10615
10616         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10617
10618 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10619
10620         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10621
10622 2013-02-01  Pedro Alves  <palves@redhat.com>
10623
10624         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10625         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10626
10627 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10628
10629         * elfread.c (elf_symfile_read): Limit separate debug info additions to
10630         files with no separate debug info.
10631         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10632         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10633         only for files with no separate debug info.
10634
10635 2013-01-31  Tom Tromey  <tromey@redhat.com>
10636
10637         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10638         change type.
10639         (struct jit_program_space_data): Rename from jit_inferior_data.
10640         Update comments.
10641         (get_jit_program_space_data): Rename from get_jit_inferior_data.
10642         Change return type.  Attach data to program space.
10643         (jit_program_space_data_cleanup): Rename from
10644         jit_inferior_data_cleanup; change argument type.
10645         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10646         change type.
10647         (jit_register_code): Update.
10648         (jit_update_inferior_cache): Remove.
10649         (jit_breakpoint_deleted): Get jit data from the location's program
10650         space.
10651         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10652         'ps_data', change type.
10653         (jit_inferior_init, jit_breakpoint_re_set_internal)
10654         (jit_event_handler): Update.
10655         (free_objfile_data): Get data from objfile's program space.
10656         (_initialize_jit): Update.
10657
10658 2013-01-31  Tom Tromey  <tromey@redhat.com>
10659
10660         PR gdb/13987:
10661         * jit.c (struct jit_inferior_data) <cached_code_address,
10662         jit_breakpoint>: New fields.
10663         (jit_breakpoint_re_set_internal): Fix logging.  Only create
10664         breakpoint if cached address has changed.
10665         (jit_update_inferior_cache, jit_breakpoint_deleted): New
10666         functions.
10667         (_initialize_jit): Register breakpoint deleted observer.
10668
10669 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10670
10671         * infrun.c (handle_syscall_event): Remove unused gdbarch.
10672         (save_infcall_suspend_state): Ifdef out unused inf.
10673         (restore_infcall_suspend_state): Ifdef out unused inf.
10674         * jit.c (jit_register_code): Remove unused i, b, inf_data.
10675         (jit_frame_sniffer): Remove unused inf_data.
10676
10677 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10678
10679         * c-exp.y (classify_inner_name): Remove unused type.
10680         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10681         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10682         need_escape.
10683         (c_get_string): Remove unused kind.
10684         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10685
10686 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10687
10688         * charset.c (intermediate_encoding): Remove unused i.
10689         * completer.c (signal_completer): Remove unused i.
10690         * continuations.c (discard_my_continuations_1): Remove unused
10691         continuation_ptr.
10692         * corelow.c (core_close): Remove unuseD name.
10693         (get_core_siginfo): Remove unused pid.
10694         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10695         i, cps.
10696         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10697         (loclist_describe_location): Remove unused first.
10698         * event-top.c (command_line_handler): Remove unused got_eof.
10699         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10700         (resize_section_table): Remove unused old_value.
10701         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10702         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10703         * i386-tdep.c (i386_process_record): Remove unused rex.
10704         * infcmd.c (get_return_value): Remove unused uiout.
10705         * jv-lang.c (type_from_class): Remove unused is_array.
10706         * jv-valprint.c (java_val_print): Remove unused i.
10707         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10708         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10709         * m2-typeprint.c (m2_print_type): Remove unused code.
10710         * macroexp.c (get_character_constant): Remove unused body_start.
10711         (macro_stringify): Remove unused result.
10712         * objc-lang.c (find_methods): Remove unused gdbarch.
10713         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10714         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10715         * stack.c (print_frame_args): Remove unused summary.
10716         * thread.c (thread_apply_command): Remove unused p.
10717         * valarith.c (value_x_unop): Remove unused mangle_ptr.
10718         * valops.c (search_struct_method): Remove unused skip.
10719         * valprint.c (generic_val_print): Remove unused byte_order.
10720         * varobj.c (varobj_update): Remove unused changed.
10721         * cli/cli-cmds.c (complete_command): Remove unused next_item.
10722         (alias_command): Remove unused c.
10723         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10724         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10725         format.
10726         (mi_cmd_data_write_memory): Remove unused word_format.
10727         (mi_cmd_data_write_memory_bytes): Remove unused r.
10728         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10729         p_start, p_end.
10730         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10731         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10732         line_width.
10733
10734 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10735
10736         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10737         * symtab.c (iterate_over_symtabs): Remove unused s.
10738         (find_pc_sect_symtab): Remove unused pspAce.
10739         (find_pc_sect_line): Remove unused alt_symtab.
10740         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10741         (completion_list_add_name): Remove unused newsize.
10742
10743 2013-01-31  Tom Tromey  <tromey@redhat.com>
10744
10745         PR c++/14998:
10746         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10747         TYPE_CODE_FUNC.
10748
10749 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10750
10751         * target.c (target_read_string): Remove unused origlen.
10752
10753 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10754
10755         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10756         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10757         * ax-general.c (ax_print): Remove unused is_float.
10758         * blockframe.c (block_innermost_frame): Remove unused start, end.
10759         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10760
10761 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10762
10763         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10764         (svr4_read_so_list): Remove unused lmo.
10765         * solib-target.c (solib_target_relocate_section_addresses): Remove
10766         unused flags.
10767
10768 2013-01-30  Tom Tromey  <tromey@redhat.com>
10769
10770         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10771
10772 2013-01-30  Tom Tromey  <tromey@redhat.com>
10773
10774         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10775         * utils.c (gnu_debuglink_crc32): Remove.
10776         * utils.h (gnu_debuglink_crc32): Don't declare.
10777
10778 2013-01-30  Tom Tromey  <tromey@redhat.com>
10779
10780         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10781         (read_structure_type, read_enumeration_type): Remove cast.
10782
10783 2013-01-30  Tom Tromey  <tromey@redhat.com>
10784
10785         * dwarf2read.c (read_namespace_type): Remove cast.
10786         (read_typedef): Likewise.
10787
10788 2013-01-29  Tom Tromey  <tromey@redhat.com>
10789
10790         * dwarf2read.c (free_dwo_file): Remove assert.
10791
10792 2013-01-29  Tom Tromey  <tromey@redhat.com>
10793
10794         * value.c (deprecated_set_value_modifiable): Remove.
10795         * value.h (deprecated_set_value_modifiable): Remove.
10796
10797 2013-01-28  Doug Evans  <dje@google.com>
10798
10799         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10800         to addresses from dwo files.
10801
10802 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
10803
10804         * valops.c (find_overload_match): Remove unused argument 'lax'.
10805         * value.h: Remove unused argument 'lax' from the declaration of
10806         find_overload_match.
10807         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10808         to find_overload_match.
10809         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10810         argument to find_overload_match.
10811
10812 2013-01-25  Tom Tromey  <tromey@redhat.com>
10813
10814         * dwarf2read.c (processing_has_namespace_info): Remove.
10815         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10816         (process_die, read_func_scope, dwarf2_start_symtab)
10817         (new_symbol_full): Update.
10818
10819 2013-01-25  Tom Tromey  <tromey@redhat.com>
10820
10821         * cp-namespace.c (cp_set_block_scope): Remove.
10822         * cp-support.h (cp_set_block_scope): Remove.
10823         * dbxread.c: Include block.h.
10824         (cp_set_block_scope): New function.
10825         (process_one_symbol): Update.
10826         * dwarf2read.c (read_func_scope): Use block_set_scope.
10827
10828 2013-01-25  Pedro Alves  <palves@redhat.com>
10829
10830         * remote.c (add_current_inferior_and_thread): Tweak comment.
10831
10832 2013-01-25  Tom Tromey  <tromey@redhat.com>
10833
10834         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10835         (cp_add_using_directive): Add 'copy_names' argument.
10836         * cp-support.h (cp_add_using_directive): Update.
10837         (struct using_direct) <import_src, import_dest, alias,
10838         declaration>: Now const.
10839         * dwarf2read.c (read_import_statement): Use obconcat.
10840         Don't copy names passed to cp_add_using_directive.
10841
10842 2013-01-25  Tom Tromey  <tromey@redhat.com>
10843
10844         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10845
10846 2013-01-25  Pedro Alves  <palves@redhat.com>
10847
10848         * remote.c (stop_reply_extract_thread): New.
10849         (add_current_inferior_and_thread): New parameter 'wait_status'.
10850         Handle it.
10851         (remote_start_remote): Pass wait status to
10852         add_current_inferior_and_thread.
10853         (extended_remote_run): Update comment.
10854         (extended_remote_create_inferior_1): Pass wait status to
10855         add_current_inferior_and_thread.
10856
10857 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
10858             Ulrich Weigand  <uweigand@de.ibm.com>
10859
10860         * valarith.c (value_vector_widen): New function for replicating a
10861         scalar into a vector.
10862         (value_binop): Use value_vector_widen to widen scalar to vector
10863         rather than casting, this better matches gcc C behaviour.
10864         * valops.c (value_casst): Update logic for casting between vector
10865         types, and for casting from scalar to vector, try to match gcc C
10866         behaviour.
10867         * value.h (value_vector_widen): Declare.
10868         * opencl-lang.c (opencl_value_cast): New opencl specific casting
10869         function, handle special case for casting scalar to vector.
10870         (opencl_relop): Use opencl_value_cast.
10871         (evaluate_subexp_opencl): Use opencl_value_cast instead of
10872         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10873         in order to use opencl_value_cast.
10874
10875 2013-01-25  Yao Qi  <yao@codesourcery.com>
10876
10877         * event-loop.c: Include "queue.h".
10878         (gdb_event_p): New typedef.
10879         (DECLARE_QUEUE_P): Use.
10880         (DEFINE_QUEUE_P): Use.
10881         (async_queue_event): Remove.
10882         (gdb_event_xfree): New.
10883         (initialize_event_loop): New.
10884         (process_event): Use QUEUE macros.
10885         (event_queue): Remove.
10886         (gdb_wait_for_event): Caller update.
10887         (check_async_event_handlers): Likewise.
10888         (poll_timers): Likewise.
10889         * event-loop.h (initialize_event_loop): Declare.
10890         * event-loop.c (gdb_event_xfree): New.
10891         * top.c (gdb_init): Call initialize_event_loop.
10892
10893 2013-01-25  Yao Qi  <yao@codesourcery.com>
10894
10895         * event-loop.c (async_queue_event): Remove one parameter
10896         'position'.  Remove code handling 'position' == TAIL.
10897         (gdb_wait_for_event): Caller update.
10898         (check_async_event_handlers): Caller update.
10899         (poll_timers): Caller update.
10900         * event-loop.h (enum queue_position): Remove.
10901
10902 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
10903
10904         * MAINTAINERS: Update my email.
10905
10906 2013-01-25  Yao Qi  <yao@codesourcery.com>
10907
10908         * main.c (print_gdb_help): Remove "--epoch" from the help
10909         message.
10910
10911 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
10912
10913         * symtab.c (skip_prologue_using_sal): Consider a file
10914         change the same as an increased line number
10915
10916 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10917
10918         * MAINTAINERS (Write After Approval): Add myself to the list.
10919
10920 2013-01-24  Tom Tromey  <tromey@redhat.com>
10921
10922         * ada-lang.h (ada_decode_symbol): Make return type const.
10923         * ada-lang.c (ada_decode_symbol): Likewise.
10924
10925 2013-01-23  Doug Evans  <dje@google.com>
10926
10927         * linespec.c (find_linespec_symbols): Make static.
10928
10929 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10930
10931         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10932         type on float conversion for complex type.
10933
10934 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
10935
10936         Add a new class gdb.Architecture which exposes GDB's
10937         internal representation of architecture via GDB Python API.
10938         * Makefile.in: Add entries corresponding to the new file
10939         python/py-arch.c.
10940         * NEWS (Python Scripting): Add entries for the new class
10941         gdb.Architecture and the new method gdb.Frame.architecture.
10942         * python/py-arch.c: Implement gdb.Architecture class.
10943         * python/py-frame.c (frapy_arch): Implement the method
10944         gdb.Frame.architecture().
10945         (frame_object_methods): Add 'architecture' to the method table.
10946         * python/python-internal.h: Add declarations of new utility
10947         functions.
10948         * python/python.c (_initialize_python): Initialize
10949         gdb.Architecture class.
10950
10951 2013-01-23  Doug Evans  <dje@google.com>
10952
10953         Work around binutils/15021.
10954         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10955         type_unit_group out of union s.  All uses updated.
10956         (read_index_from_section): Watch for index version 8.
10957         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10958         an imported symtab.
10959         (write_psymtabs_to_index): Increment version number to 8.
10960
10961 2013-01-22  Pedro Alves  <palves@redhat.com>
10962
10963         * annotate.c (breakpoint_changed): Skip if breakpoint is not
10964         user-visible.
10965
10966 2013-01-22  Pedro Alves  <palves@redhat.com>
10967
10968         * annotate.c (annotate_breakpoints_changed): Rename to ...
10969         (annotate_breakpoints_invalid): ... this.  Make static.
10970         (breakpoint_changed): Adjust.
10971         (_initialize_annotate): Always install the observers.  Install a
10972         "breakpoint_created" observer.
10973         * annotate.h (annotate_breakpoints_changed): Delete declaration.
10974         * breakpoint.c (set_breakpoint_condition)
10975         (breakpoint_set_commands, do_map_commands_command)
10976         (init_raw_breakpoint, clear_command, set_ignore_count)
10977         (enable_breakpoint_disp): No longer call
10978         annotate_breakpoints_changed.
10979
10980 2013-01-22  Pedro Alves  <palves@redhat.com>
10981
10982         * annotate.c: Include "inferior.h".
10983         (frames_invalid_emitted)
10984         (breakpoints_invalid_emitted): New globals.
10985         (async_background_execution_p): New function.
10986         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10987         emitting the annotation if it has already been emitted.
10988         (annotate_display_prompt): New function.
10989         * annotate.h (annotate_display_prompt): New declaration.
10990         * event-top.c: Include annotate.h.
10991         (display_gdb_prompt): Call annotate_display_prompt.
10992
10993 2013-01-22  Pedro Alves  <palves@redhat.com>
10994
10995         * annotate.c (ignore_count_changed): Delete.
10996         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10997         (annotate_ignore_count_change): Delete.
10998         (annotate_stopped): Don't emit a delayed breakpoints-changed
10999         annotation.
11000         * annotate.h (annotate_ignore_count_change): Delete.
11001         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
11002         annotate_ignore_count_change.
11003
11004 2013-01-22  Tom Tromey  <tromey@redhat.com>
11005
11006         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
11007         require_rvalue for a register location.
11008
11009 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
11010
11011         * breakpoint.c (print_one_breakpoint_location): Add MI
11012         field 'thread-groups' when printing a breakpoint.
11013         (output_thread_groups): New function.
11014
11015 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
11016
11017         * python/lib/gdb/commands/explore.py
11018         (CompoundExplorer.explore_expr): Correct the name of a method
11019         being invoked.
11020         (ExploreTypeCommand.invoke): Add a missing 'return'.
11021
11022 2013-01-21  Tom Tromey  <tromey@redhat.com>
11023
11024         * gdb_obstack.h (obconcat): Move declaration here, from...
11025         * symfile.h (obconcat): ... here.
11026         * gdb_obstack.c: New file.
11027         (obconcat): Move from...
11028         * symfile.c (obconcat): ... here.
11029         * Makefile.in (SFILES): Add gdb_obstack.c.
11030         (COMMON_OBS): Add gdb_obstack.o.
11031
11032 2013-01-21  Tom Tromey  <tromey@redhat.com>
11033
11034         * symfile.h (obsavestring): Don't declare.
11035         * symfile.c (obsavestring): Remove.
11036         * ada-exp.y: Use obstack_copy0, not obsavestring.
11037         * ada-lang.c: Use obstack_copy0, not obsavestring.
11038         * coffread.c: Use obstack_copy0, not obsavestring.
11039         * cp-namespace.c: Use obstack_copy0, not obsavestring.
11040         * dbxread.c: Use obstack_copy0, not obsavestring.
11041         * dwarf2read.c: Use obstack_copy0, not obsavestring.
11042         * jit.c: Use obstack_copy0, not obsavestring.
11043         * mdebugread.c: Use obstack_copy0, not obsavestring.
11044         * psymtab.c: Use obstack_copy0, not obsavestring.
11045         * stabsread.c: Use obstack_copy0, not obsavestring.
11046         * xcoffread.c: Use obstack_copy0, not obsavestring.
11047
11048 2013-01-21  Tom Tromey  <tromey@redhat.com>
11049
11050         * dwarf2read.c (fixup_go_packaging): Save package name
11051         on objfile obstack.
11052         * gdbtypes.c (init_type): Don't copy name.
11053
11054 2013-01-21  Tom Tromey  <tromey@redhat.com>
11055
11056         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11057         const.
11058         (struct attribute) <u.str>: Now const.
11059         (struct fnfieldlist) <name>: Now const.
11060         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11061         (partial_die_parent_scope): Make return type const.
11062         (partial_die_full_name, add_partial_symbol): Update.
11063         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11064         'name' const.
11065         (find_file_and_directory): Make 'name' and 'comp_dir' const.
11066         (read_file_scope, read_func_scope, dwarf2_add_field)
11067         (dwarf2_add_member_fn, read_structure_type)
11068         (process_enumeration_scope, read_array_type, read_module_type)
11069         (read_base_type, read_subrange_type): Update.
11070         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11071         (new_symbol_full, guess_full_die_structure_name): Update.
11072         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
11073         (dwarf2_name): Return const type.
11074         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11075         const.
11076
11077 2013-01-21  Tom Tromey  <tromey@redhat.com>
11078
11079         * gdbtypes.c (init_type): Make 'name' const.
11080         * gdbtypes.h (init_type): Update.
11081
11082 2013-01-21  Tom Tromey  <tromey@redhat.com>
11083
11084         * buildsym.c (patch_subfile_names): Use set_last_source_file.
11085         (start_symtab): Make 'name' and 'dirname' const.  Use
11086         set_last_source_file.
11087         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11088         (last_source_file): Define.  Now static.
11089         (set_last_source_file, get_last_source_file): New functions.
11090         * buildsym.h (last_source_file): Don't declare.
11091         (start_symtab): Update.
11092         (set_last_source_file, get_last_source_file): Declare.
11093         * coffread.c (complete_symtab): Use set_last_source_file.
11094         (coff_end_symtab): Likewise.
11095         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11096         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11097         set_last_source_file.
11098         (process_one_symbol): Use get_last_source_file.
11099         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11100         (psymtab_to_symtab_1): Use get_last_source_file.
11101         * xcoffread.c (process_linenos): Use get_last_source_file.
11102         (complete_symtab): Use set_last_source_file.
11103         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11104         (scan_xcoff_symtab): Use set_last_source_file.
11105
11106 2013-01-21  Tom Tromey  <tromey@redhat.com>
11107
11108         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11109         (symbol_set_names): Remove casts.  Handle field const-ness.
11110
11111 2013-01-21  Tom Tromey  <tromey@redhat.com>
11112
11113         * dwarf2read.c (new_symbol_full): Remove cast.
11114         * symtab.c (symbol_set_demangled_name): Make 'name' const.
11115         * symtab.h (symbol_set_demangled_name): Update.
11116
11117 2013-01-21  Tom Tromey  <tromey@redhat.com>
11118
11119         * main.c (captured_main): Call bfd_init.
11120
11121 2013-01-21  Tom Tromey  <tromey@redhat.com>
11122
11123         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11124         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11125         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11126         * NEWS: Update.
11127
11128 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11129
11130         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11131
11132 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11133
11134         Fix gdb.fortran/common-block.exp crash in PIE mode.
11135         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11136         LOC_COMMON_BLOCK.
11137         * f-valprint.c (info_common_command_for_block): Expect
11138         LOC_COMMON_BLOCK in gdb_assert.
11139         * symtab.h (struct general_symbol_info): Update comment for the
11140         common_block member.
11141         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11142         (enum address_class): New member LOC_COMMON_BLOCK.
11143
11144 2013-01-18  David Blaikie  <dblaikie@gmail.com>
11145
11146         * MAINTAINERS (Write After Approval): Add "David Blaikie".
11147
11148 2013-01-18  Tom Tromey  <tromey@redhat.com>
11149
11150         PR c++/14999:
11151         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11152         Call require_rvalue.
11153
11154 2013-01-18  Yao Qi  <yao@codesourcery.com>
11155
11156         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11157         (dbx_read_symtab): New declaration.
11158         (dbx_psymtab_to_symtab): Delete.
11159         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11160         Rename parameter PST to SELF.  Exchanged two parameters.
11161         (start_psymtab): Caller update.
11162         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11163         (dwarf2_read_symtab): New declaration.
11164         (dwarf2_psymtab_to_symtab): Delete.
11165         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11166         Rename parameter PST to SELF.  Exchanged two parameters.
11167         (create_partial_symtab): Caller update.
11168         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11169         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11170         Rename parameter PST to SELF.  Exchanged two parameters.
11171         (parse_partial_symbols, new_psymtab): Caller update.
11172         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11173         two parameters.
11174         * psymtab.c (psymtab_to_symtab): Caller update.
11175         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11176         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11177         Rename parameter PST to SELF.  Exchanged two parameters.
11178         (xcoff_start_psymtab): Caller update.
11179
11180 2013-01-18  Yao Qi  <yao@codesourcery.com>
11181
11182         * infrun.c (proceed): Rename local variable 'oneproc' to
11183         'force_step'.
11184
11185 2013-01-17  Doug Evans  <dje@google.com>
11186
11187         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11188         (dw2_build_type_unit_groups): Delete.  All uses updated.
11189
11190         * symtab.h (struct symbol_search): Add comment.
11191
11192 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11193
11194         * symtab.c (compare_filenames_for_search): New comment for
11195         HAS_DRIVE_SPEC.
11196
11197 2013-01-17  Tom Tromey  <tromey@redhat.com>
11198
11199         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11200
11201 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11202
11203         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11204         initialize it by existing make_cleanup.  Call new do_cleanups.
11205
11206 2013-01-17  Tom Tromey  <tromey@redhat.com>
11207
11208         * cp-abi.c (cp_abi_completer): New function.
11209         (_initialize_cp_abi): Set completer for "set cp-abi".
11210
11211 2013-01-17  Tom Tromey  <tromey@redhat.com>
11212
11213         * mem-break.c: Remove obsolete comment.
11214         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11215
11216 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11217
11218         * jit.c (jit_reader_load_command): Interpret the jit reader name
11219         as an absolute path if it begins with a forward slash.
11220
11221 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11222
11223         PR gdb/14550
11224
11225         * jit.c (finalize_symtab): Ensure that only the global block has a
11226         NULL superblock.
11227
11228 2013-01-17  Pedro Alves  <palves@redhat.com>
11229
11230         * acinclude.m4: Include ../config/plugins.m4,
11231         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
11232         * Makefile.in (aclocal_m4_deps): Update.
11233         * aclocal.m4: Renegerate.
11234
11235 2013-01-16  Doug Evans  <dje@google.com>
11236
11237         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
11238
11239 2013-01-16  Pedro Alves  <palves@redhat.com>
11240             Tom Tromey  <tromey@redhat.com>
11241
11242         PR cli/7221:
11243         * NEWS: Add "catch signal".
11244         * breakpoint.c (base_breakpoint_ops): No longer static.
11245         (bpstat_explains_signal): New function.
11246         (init_catchpoint): No longer static.
11247         (base_breakpoint_explains_signal): New function.
11248         (base_breakpoint_ops): Initialize new field.
11249         * breakpoint.h (enum bpstat_signal_value): New.
11250         (struct breakpoint_ops) <explains_signal>: New field.
11251         (bpstat_explains_signal): Remove macro, declare as function.
11252         (base_breakpoint_ops, init_catchpoint): Declare.
11253         * break-catch-sig.c: New file.
11254         * inferior.h (signal_catch_update): Declare.
11255         * infrun.c (signal_catch): New global.
11256         (handle_syscall_event): Update for change to
11257         bpstat_explains_signal.
11258         (handle_inferior_event): Likewise.  Always handle random signals
11259         via bpstats.
11260         (signal_cache_update): Check signal_catch.
11261         (signal_catch_update): New function.
11262         (_initialize_infrun): Initialize signal_catch.
11263         * Makefile.in (SFILES): Add break-catch-sig.c.
11264         (COMMON_OBS): Add break-catch-sig.o.
11265
11266 2013-01-16  Tom Tromey  <tromey@redhat.com>
11267
11268         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11269         (print_one_catch_solib, print_one_catch_syscall)
11270         (print_one_catch_exec, print_one_exception_catchpoint): Emit
11271         "catch-type".
11272
11273 2013-01-16  Yao Qi  <yao@codesourcery.com>
11274
11275         * printcmd.c (current_display_number): Make it static.
11276
11277 2013-01-16  Yao Qi  <yao@codesourcery.com>
11278
11279         * infcmd.c (step_once): Don't check '!single_inst' as it was
11280         checked before.
11281
11282 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11283
11284         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11285
11286 2013-01-14  Tom Tromey  <tromey@redhat.com>
11287
11288         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11289         set command.
11290         * command.h (add_setshow_string_noescape_cmd): Update.
11291         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11292         (complete_set_gnutarget): New function.
11293         (_initialize_core): Set the "set gnutarget" completer.
11294
11295 2013-01-14  Tom Tromey  <tromey@redhat.com>
11296
11297         PR symtab/14442:
11298         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11299         (c_type_print_modifier): Likewise.
11300         * dwarf2read.c (read_tag_restrict_type): New function.
11301         (read_type_die_1): Handle DW_TAG_restrict_type.
11302         * gdbtypes.c (make_restrict_type): New function.
11303         (recursive_dump_type): Handle TYPE_RESTRICT.
11304         * gdbtypes.h (enum type_flag_values): Renumber.
11305         (enum type_instance_flag_value): Add
11306         TYPE_INSTANCE_FLAG_RESTRICT.
11307         (TYPE_RESTRICT): New macro.
11308         (make_restrict_type): Declare.
11309
11310 2013-01-14  Tom Tromey  <tromey@redhat.com>
11311
11312         PR symtab/14931:
11313         * psymtab.c (struct psymtab_state): New.
11314         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11315         functions.
11316         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11317         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11318
11319 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
11320             Pedro Alves  <palves@redhat.com>
11321
11322         PR remote/14786
11323
11324         * remote.c (remote_threads_info): Make a copy of the reply from
11325         qfThreadInfo and use that instead of rs->buf.
11326
11327 2013-01-14  Yao Qi  <yao@codesourcery.com>
11328
11329         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11330         (dbx_psymtab_to_symtab): Likewise.
11331         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11332         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11333         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11334
11335 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11336
11337         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
11338         make_cleanup_restore_current_language.  Call set_language.  Move
11339         OLD_CHAIN and INNER_CHAIN cleanups.
11340         * utils.c (do_restore_current_language)
11341         (make_cleanup_restore_current_language): New functions.
11342         * utils.h (make_cleanup_restore_current_language): New declaration.
11343
11344 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11345
11346         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11347         non-existing files.
11348
11349         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11350         non-existing files if FILENAME is already absolute.
11351
11352 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11353
11354         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11355         fputs_filtered.  Append trailing newline.
11356
11357 2013-01-11  Yao Qi  <yao@codesourcery.com>
11358             Stan Shebs  <stan@codesourcery.com>
11359
11360         * psymtab.c (init_psymbol_list): Clarify the comment.
11361
11362 2013-01-11  Yao Qi  <yao@codesourcery.com>
11363
11364         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11365         (update_dprintf_command_list): Assert that 'printf_line' is
11366         non-null.  Remove condition check.
11367
11368 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11369
11370         Code cleanup.
11371         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11372         type const char *.
11373         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11374         const char *.
11375         * tui/tui-source.h (tui_source_is_displayed): Likewise.
11376
11377 2013-01-09  Anthony Green  <green@moxielogic.com>
11378
11379         * cp-abi.c (cplus_print_vtable): Don't return value from void
11380         function.
11381         * ada-lang.c (re_set_catch_assert): Ditto.
11382
11383 2013-01-09  Doug Evans  <dje@google.com>
11384
11385         * symfile.h (quick_symbol_functions): Delete member
11386         pre_expand_symtabs_matching.  All uses removed.
11387         * dwarf2read.c (dw2_lookup_symbol): Implement.
11388         (dw2_do_expand_symtabs_matching): Delete.
11389         (dw2_pre_expand_symtabs_matching): Delete.
11390         (struct dw2_symtab_iterator): New type.
11391         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11392         (dw2_expand_symtabs_for_function): Rewrite.
11393         (dwarf2_gdb_index_functions): Update.
11394         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11395         (psym_functions): Update.
11396
11397 2013-01-09  Tom Tromey  <tromey@redhat.com>
11398
11399         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11400         * configure: Rebuild.
11401         * configure.ac: Add somread.o to the build if BFD has SOM
11402         support.
11403         * somread.c: Include som/aout.h, not syms.h.
11404         (som_symtab_read): Use som_external_symbol_dictionary_record.
11405         Unpack records manually.
11406         (_initialize_somread): Declare.
11407
11408 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
11409
11410         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11411         Cast return_address to 64bits.
11412
11413 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
11414
11415         * printcmd.c: Remove define of function output_command.
11416         * tracepoint.c: Remove extern of function output_command.
11417         * valprint.h: (output_command): New extern.
11418
11419 2013-01-07  Tom Tromey  <tromey@redhat.com>
11420
11421         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11422         Remove.
11423         (objc_language_defn): Use c_printchar, c_printstr,
11424         c_emit_char.
11425
11426 2013-01-07  Tom Tromey  <tromey@redhat.com>
11427
11428         PR cli/7719:
11429         * NEWS: Update.
11430         * ada-valprint.c (printstr, print_field_values): Remove
11431         "inspect_it" code.
11432         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11433         code.
11434         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11435         code.
11436         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11437         * main.c (captured_main): Remove "epoch" argument.
11438         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11439         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11440         * p-valprint.c (pascal_object_print_value_fields): Remove
11441         "inspect_it" code.
11442         * printcmd.c (print_command_1): Remove 'inspect' argument.
11443         (print_command, call_command): Update.
11444         (inspect_command): Remove.
11445         (_initialize_printcmd): Make "inspect" an alias for "print".
11446         * top.c (epoch_interface): Remove.
11447         * top.h (epoch_interface): Remove.
11448         * valprint.c (user_print_options): Update.
11449         (print_converted_chars_to_obstack): Remove "inspect_it" code.
11450         * valprint.h (struct value_print_options) <inspect_it>: Remove
11451         field.
11452
11453 2013-01-04  Tom Tromey  <tromey@redhat.com>
11454
11455         * valprint.h (read_string): Add 'extern'.
11456
11457 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
11458
11459         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11460         used to decide whether to define darwin_read_dyld_info or not.
11461
11462 2013-01-03  Pierre Muller  <muller@sourceware.org>
11463
11464         * main.c (relocate_gdb_directory): Avoid calling stat function
11465         if DIR is empty.
11466
11467 2013-01-03  Yao Qi  <yao@codesourcery.com>
11468
11469         * psymtab.c (fixup_psymbol_section): Update declaration.
11470         (fixup_psymbol_section): Remove code returning value.
11471
11472 2013-01-03  Yao Qi  <yao@codesourcery.com>
11473
11474         * symtab.h: Remove some out of date comments.
11475          (enum exception_event_kind): Move it ...
11476         * breakpoint.c: ... here.
11477
11478 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
11479
11480         PR gdb/14405
11481         * darwin-nat.c (darwin_read_dyld_info): Only build if
11482         TASK_DYLD_INFO_COUNT is defined.
11483         (darwin_xfer_partial): Call darwin_read_dyld_info only if
11484         TASK_DYLD_INFO_COUNT is defined.
11485
11486 2013-01-02  Tom Tromey  <tromey@redhat.com>
11487
11488         * symfile.h (struct ecoff_debug_hack): Remove.
11489         * objfiles.c: Don't include mdebugread.h.
11490
11491 2013-01-02  Tom Tromey  <tromey@redhat.com>
11492
11493         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11494         * configure.ac: Check for Mach-O support in BFD.  Update
11495         CONFIG_OBS.
11496         * configure: Rebuild.
11497
11498 2013-01-02  Tom Tromey  <tromey@redhat.com>
11499
11500         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11501         * configure.ac: Use GDB_AC_CHECK_BFD.
11502         * configure: Rebuild.
11503
11504 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
11505
11506         * MAINTAINERS: Update my email.
11507
11508 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11509
11510         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11511
11512 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11513
11514         * rs6000-nat.c (bss_data_overlap): New function.
11515         (vmap_symtab): Use it to adjust the .bss section's offset.
11516
11517 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11518
11519         Update year range in copyright notice of all files.
11520
11521 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
11522
11523         * top.c (print_gdb_version): Update copyright year.
11524
11525 For older changes see ChangeLog-2012.
11526 \f
11527 Local Variables:
11528 mode: change-log
11529 left-margin: 8
11530 fill-column: 74
11531 version-control: never
11532 coding: utf-8
11533 End: