2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
[external/binutils.git] / gdb / ChangeLog
1 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2
3         PR python/15747
4         * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
5
6 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
7
8         * NEWS: Document Python temporary breakpoint support.
9         * python/py-breakpoint.c (bppy_get_temporary): New function.
10         (bppy_init): New keyword: temporary. Parse it and set breakpoint
11         to temporary if True.
12
13 2013-11-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
14
15         * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
16         removed to allow analyzing unconditional branch instructions
17         with PC-relative offsets of zero.
18
19 2013-11-07  Yao Qi  <yao@codesourcery.com>
20
21         * mi/mi-cmd-var.c: Include "language.h".
22         (mi_cmd_var_info_expression): Get language name from
23         language_defn.
24         * varobj.c (varobj_language_string): Remove.
25         (variable_language): Remove declaration.
26         (languages): Remove.
27         (varobj_get_language): Change the type of return value.
28         (variable_language): Remove.
29         * varobj.h (enum varobj_languages): Remove.
30         (varobj_language_string): Remove declaration.
31         (varobj_get_language): Update declaration.
32
33 2013-11-07  Yao Qi  <yao@codesourcery.com>
34
35         * language.h (struct language_defn) <la_natural_name>: New
36         field.
37         * ada-lang.c (ada_language_defn): Initialize field
38         'la_natural_name'.
39         * c-lang.c (c_language_defn): Likewise.
40         (cplus_language_defn, asm_language_defn): Likewise.
41         * d-lang.c (d_language_defn): Likewise.
42         * f-lang.c (f_language_defn): Likewise.
43         * go-lang.c (go_language_defn): Likewise.
44         * jv-lang.c (java_language_defn): Likewise.
45         * language.c (unknown_language_defn ): Likewise.
46         (auto_language_defn): Likewise.
47         * m2-lang.c (m2_language_defn): Likewise.
48         * objc-lang.c (objc_language_defn): Likewise.
49         * opencl-lang.c (opencl_language_defn): Likewise.
50         * p-lang.c (pascal_language_defn): Likewise.
51
52 2013-11-07  Yao Qi  <yao@codesourcery.com>
53
54         * language.c (language_str): Return const char *.
55         (add_language): Add const to 'language_names'
56         * language.h (struct language_defn) <la_name>: Add const.
57         (language_str: Update declaration.
58
59 2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
60
61         * s390-linux-nat.c (s390_read_description): Consider the TE field
62         in the HWCAP for determining 'have_regset_tdb'.
63
64 2013-11-06  Will Newton  <will.newton@linaro.org>
65
66         PR gdb/12866
67         * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
68         values.  (read_partial_die): Likewise.
69
70 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
71
72         PR cli/16122
73         * top.c (command_line_input): Unify interactivity tests to use
74         input_from_terminal_p.
75         * event-top.c (command_line_handler): Likewise.
76
77 2013-11-06  Yao Qi  <yao@codesourcery.com>
78
79         * Makefile.in (check-perf): New target.
80
81 2013-11-05  Will Newton  <will.newton@linaro.org>
82
83         PR gdb/7670
84         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
85         (arm_print_float_info): Likewise.
86
87 2013-11-04  Anton Blanchard  <anton@samba.org>
88
89         * target.c (memory_xfer_partial): Cap write to 4KB.
90
91 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
92
93         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
94         probe scan even when the arch provides no get_longjmp_target.
95
96 2013-10-31  Pedro Alves  <palves@redhat.com>
97
98         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
99         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
100         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
101         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
102         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
103         <bpstat handling>: If the bpstat chain wants the signal to be
104         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
105         GDB_SIGNAL_TRAP.
106
107 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
108
109         * breakpoint.c (update_watchpoint): Update error message and add
110         an additional error message.
111
112 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
113
114         * s390-tdep.h: Rename to...
115         * s390-linux-tdep.h: ...here.
116         * s390-tdep.c: Rename to...
117         * s390-linux-tdep.c: ...here.  Adjust #include.
118         * s390-nat.c: Rename to...
119         * s390-linux-nat.c: ...here.  Adjust #include.
120         * config/s390/s390.mh: Rename to...
121         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
122         s390-linux-nat.o.
123         * configure.host: Reflect host rename "s390" -> "linux".
124         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
125         * Makefile.in (ALL_TARGET_OBS): Likewise.
126         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
127         s390-linux-tdep.h.
128         (ALLDEPFILES): Reflect rename of .c files.
129
130 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
131
132         * s390-nat.c: Whitespace cleanup.
133         * s390-tdep.c: Likewise.
134         * s390-tdep.h: Remove empty line at end of file.
135
136 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
137
138         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
139         siginfo_size.
140
141 2013-10-29  Tom Tromey  <tromey@redhat.com>
142
143         * utils.c (reg): Move undefinition...
144         * gdb_curses.h: ... here.  Update comment to mention AIX.
145
146 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
147
148         * exec.h (add_target_sections_of_objfile): New declaration.
149         * exec.c (add_target_sections_of_objfile): New function.
150         * symfile.c (add_symbol_file_command): Update current target sections.
151         (remove_symbol_file_command): New command.
152         (symfile_free_objfile): New function.
153         (_initialize_symfile): Register observer for free_objfile events.
154         * NEWS: Add description of the remove-symbol-file command.
155         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
156         * objfiles.c (free_objfile): Notify free_objfile.
157         (is_addr_in_objfile): New function.
158         * objfiles.h (is_addr_in_objfile): New declaration.
159         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
160         events instead of solib_unloaded events.
161         (_initialize_printcmd): Register observer for free_objfile instead
162         of solib_unloaded notifications.
163         * solib.c (remove_user_added_objfile): New function.
164         (_initialize_symfile): Add remove-symbol-file.
165
166 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
167
168         * infcmd.c (default_print_one_register_info): Use val_print to
169         print all values even optimized out or unavailable ones.  Don't
170         try to print a raw form of optimized out or unavailable values.
171
172 2013-10-29  Yao Qi  <yao@codesourcery.com>
173
174         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
175         parameter 'arg' instead of from program_space_data.
176         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
177         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
178         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
179         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
180         * inflow.c (inflow_inferior_data_cleanup): Get data from
181         parameter 'arg' instead of inferior_data.
182         * registry.h: Add comments.
183
184 2013-10-28  Pedro Alves  <palves@redhat.com>
185
186         * breakpoint.c (watchpoints_triggered)
187         <!target_stopped_data_address>: Hardcode return 1.
188
189 2013-10-28  Pedro Alves  <palves@redhat.com>
190
191         * infrun.c (process_event_stop_test): Remove unnecessary scoping
192         level and reindent.
193
194 2013-10-28  Pedro Alves  <palves@redhat.com>
195
196         * infrun.c (process_event_stop_test): New function, factored out
197         from handle_inferior_event.
198         (handle_inferior_event): 'process_event_stop_test' is now a
199         function instead of a goto label -- adjust.
200
201 2013-10-28  Pedro Alves  <palves@redhat.com>
202
203         * infrun.c (handle_inferior_event): Move process_event_stop_test
204         goto label to the else branch of the ecs->random_signal check,
205         along with FRAME and GDBARCH re-fetching.
206
207 2013-10-28  Pedro Alves  <palves@redhat.com>
208
209         * infrun.c (switch_back_to_stepped_thread): New function, factored
210         out from handle_inferior_event.
211         (handle_inferior_event): Adjust to call
212         switch_back_to_stepped_thread.  Call it also at the tail of the
213         random signal handling, and return, instead of also handling
214         random signals just before the stepping tests.
215
216 2013-10-28  Pedro Alves  <palves@redhat.com>
217
218         * infrun.c (clear_stop_func): Delete.
219         (handle_inferior_event): Don't call clear_stop_func and don't
220         clear 'ecs->random_signal'.
221
222 2013-10-27  Yao Qi  <yao@codesourcery.com>
223
224         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
225         (varobj_create, varobj_get_path_expr): Update.
226         (varobj_value_has_mutated, varobj_update): Likewise.
227         (create_child_with_value, new_root_variable): Likewise.
228         (number_of_children, name_of_variable): Likewise.
229         (value_of_child, my_value_of_variable): Likewise.
230         (varobj_value_is_changeable_p): Likewise.
231
232 2013-10-25  Yao Qi  <yao@codesourcery.com>
233
234         * language.h (struct lang_varobj_ops): Declare.
235         (struct language_defn) <la_varobj_ops>: New field.
236         * ada-lang.c: Include "varobj.h"
237         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
238         ada_varobj_ops.
239         * c-lang.c: Include "varobj.h"
240         (c_language_defn): Initialize field 'la_varobj_ops' with
241         c_varobj_ops.
242         (cplus_language_defn): Initialize field 'la_varobj_ops' with
243         cplus_varobj_ops.
244         (asm_language_defn): Initialize field 'la_varobj_ops' with
245         default_varobj_ops.
246         (minimal_language_defn): Likewise.
247         * d-lang.c (d_language_defn): Likewise.
248         * f-lang.c (f_language_defn): Likewise.
249         * go-lang.c (go_language_defn): Likewise.
250         * m2-lang.c (m2_language_defn): Likewise.
251         * objc-lang.c (objc_language_defn): Likewise.
252         * opencl-lang.c (opencl_language_defn): Likewise.
253         * p-lang.c (pascal_language_defn): Likewise.
254         * language.c (unknown_language_defn): Likewise.
255         (auto_language_defn): Likewise.
256         (local_language_defn): Likewise.
257         * jv-lang.c (java_language_defn): Initialize field
258         'la_varobj_ops' with java_varobj_ops.
259         * varobj.c (varobj_create): Update.
260         * varobj.h (default_varobj_ops): Define macro.
261
262 2013-10-25  Pedro Alves  <palves@redhat.com>
263
264         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
265         static field value.
266         (cp_print_static_field): If the value is entirely optimized out,
267         print <optimized out> here.
268         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
269         static field value.
270         * p-valprint.c (pascal_object_print_static_field): If the value is
271         entirely optimized out, print <optimized out> here.
272         * valops.c (do_search_struct_field)
273         (value_struct_elt_for_reference): No longer handle a NULL static
274         field value.
275         * value.c (value_static_field): Return an optimized out value
276         instead of NULL.
277
278 2013-10-25  Yao Qi  <yao@codesourcery.com>
279
280         * remote.c (remote_traceframe_info): Return early if
281         traceframe is not selected.
282
283 2013-10-25  Yao Qi  <yao@codesourcery.com>
284
285         * tracepoint.c (traceframe_fun): Remove.
286         (traceframe_sal): Remove.
287         (set_traceframe_context): Add local variables.
288
289 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
290
291         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
292         and parameter name.
293
294 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
295
296         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
297         failure from register information collection.
298
299 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
300
301         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
302         member.
303         (linux_corefile_thread_callback): Update accordingly.
304         (linux_make_corefile_notes): Likewise.
305
306 2013-10-24  Pedro Alves   <palves@redhat.com>
307
308         * NEWS (New options): Mention set/show startup-with-shell.
309         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
310         instead of 3.
311         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
312         startup-with-shell'.
313         (show_startup_with_shell): New function.
314         (_initialize_fork_child): Register the set/show startup-with-shell
315         commands.
316         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
317         * inf-ttrace.c (inf_ttrace_him): Remove comment.
318         * procfs.c (procfs_init_inferior): Remove comment.
319         * infcmd.c (startup_with_shell): New global.
320         * inferior.h (startup_with_shell): Declare global.
321         (STARTUP_WITH_SHELL): Delete.
322         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
323
324 2013-10-23  Pedro Alves  <palves@redhat.com>
325
326         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
327         * common/signals.c: Include "gdb_assert.h".
328         (signals): New field 'symbol'.
329         (SET): Use the 'symbol' parameter.
330         (gdb_signal_to_symbol_string): New function.
331         * infrun.c (handle_inferior_event) <random signal>: In debug
332         output, print the random signal enum as string in addition to its
333         number.
334         * target/waitstatus.c (target_waitstatus_to_string): Print the
335         signal's enum value as string instead of the (POSIX) signal name.
336
337 2013-10-23  Gary Benson  <gbenson@redhat.com>
338
339         PR 16013
340         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
341         from 32 to 18.  Adjusted fscanf format string accordingly.
342         (Avoids leaving cmd unterminated.)
343         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
344         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
345         that local_address and remote_address will not overflow.
346         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
347         leaving dependencies unterminated.  Parse size as "%u" to match
348         definition.
349
350 2013-10-22  Pedro Alves  <palves@redhat.com>
351
352         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
353         set ecs->random signal.
354
355 2013-10-22  Pedro Alves  <palves@redhat.com>
356
357         * infrun.c (keep_going): Update comments.
358
359 2013-10-22  Pedro Alves  <palves@redhat.com>
360
361         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
362         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
363
364 2013-10-22  Pedro Alves  <palves@redhat.com>
365
366         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
367         GDB_EXC_BAD_ACCESS.
368         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
369         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
370         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
371         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
372         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
373         (GDB_SIGNAL_LAST): Change description string.
374         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
375         Adjust to signal renaming.
376         * darwin-nat.c (darwin_decode_message): Likewise.
377
378 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
379
380         * MAINTAINERS (Write After Approval): Add myself to the list.
381
382 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
383
384         * breakpoint.c (update_watchpoint): If hardware watchpoints are
385         forced off, downgrade them to software watchpoints if possible,
386         and error out if not possible.
387         (watch_command_1): Move watchpoint type selection closer to
388         watchpoint creation, and extend the comments.
389
390 2013-10-18  Pedro Alves  <palves@redhat.com>
391
392         PR gdb/16062
393         * infrun.c (handle_inferior_event): Keep going if we got a random
394         signal we should not stop for, instead of falling through to the
395         step tests.
396
397 2013-10-18  Yao Qi  <yao@codesourcery.com>
398
399         * c-varobj.c (cplus_number_of_children): Fix indentation.
400
401 2013-10-17  Tom Tromey  <tromey@redhat.com>
402
403         PR gdb/15995:
404         * printcmd.c (printcmd): Call gdb_flush.
405
406 2013-10-17  Tom Tromey  <tromey@redhat.com>
407
408         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
409         (elf_locate_sections): Update.
410
411 2013-10-17  Yao Qi  <yao@codesourcery.com>
412
413         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
414         * ada-varobj.c: Remove the include of ada-varobj.h.
415         (ada_varobj_get_number_of_children): Declare.
416         (ada_varobj_get_name_of_child): Make it static.
417         (ada_varobj_get_path_expr_of_child): Likewise.
418         (ada_varobj_get_value_of_child): Likewise.
419         (ada_varobj_get_type_of_child): Likewise.
420         (ada_varobj_get_value_of_array_variable): Likewise.
421         * ada-varobj.h: Remove.
422
423 2013-10-17  Yao Qi  <yao@codesourcery.com>
424
425         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
426         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
427         * ada-varobj.c: Include "varobj.h".
428         (ada_number_of_children): New.  Moved from varobj.c.
429         (ada_name_of_variable, ada_name_of_child): Likewise.
430         (ada_path_expr_of_child, ada_value_of_child): Likewise.
431         (ada_type_of_child, ada_value_of_variable): Likewise.
432         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
433         (ada_varobj_ops): New.
434         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
435         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
436         * gdbtypes.h (get_target_type): Declare.
437         * varobj.c: Remove the inclusion of "ada-varobj.h" and
438         "ada-lang.h".
439         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
440         (ANONYMOUS_UNION_NAME): Likewise.
441         (get_type, get_value_type, get_target_type): Remove declarations.
442         (value_get_print_value, varobj_value_get_print_value): Likewise.
443         (c_number_of_children, c_name_of_variable): Likewise.
444         (c_name_of_child, c_path_expr_of_child): Likewise.
445         (c_value_of_child, c_type_of_child): Likewise.
446         (c_value_of_variable, cplus_number_of_children): Likewise.
447         (cplus_class_num_children, cplus_name_of_variable): Likewise.
448         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
449         (cplus_value_of_child, cplus_type_of_child): Likewise.
450         (cplus_value_of_variable, java_number_of_children): Likewise.
451         (java_name_of_variable, java_name_of_child): Likewise.
452         (java_path_expr_of_child, java_value_of_child): Likewise.
453         (java_type_of_child, java_value_of_variable): Likewise.
454         (ada_number_of_children, ada_name_of_variable): Likewise.
455         (ada_name_of_child, ada_path_expr_of_child): Likewise.
456         (ada_value_of_child, ada_type_of_child): Likewise.
457         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
458         (ada_value_has_mutated): Likewise.
459         (struct language_specific): Move it to varobj.h.
460         (CPLUS_FAKE_CHILD): Move it to varobj.h.
461         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
462         Callers update.
463         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
464         Make it extern.
465         (is_anonymous_child): Move it to c-varobj.c and rename to
466         varobj_is_anonymous_child.  Caller update.
467         (get_type): Move it to c-varobj.c.
468         (get_value_type): Rename it varobj_get_value_type.  Make it
469         extern.
470         (get_target_type): Move it gdbtypes.c.
471         (varobj_formatted_print_options): New function.
472         (value_get_print_value): Rename it to
473         varobj_value_get_print_value and make it extern.
474         (varobj_value_is_changeable_p): Make it extern.
475         (adjust_value_for_child_access): Move it to c-varobj.c.
476         (default_value_is_changeable_p): Rename it to
477         varobj_default_value_is_changeable_p.  Make it extern.
478         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
479         (c_name_of_child, c_path_expr_of_child): Likewise.
480         (c_value_of_child, c_type_of_child): Likewise.
481         (c_value_of_variable, cplus_number_of_children): Likewise.
482         (cplus_class_num_children, cplus_name_of_variable): Likewise.
483         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
484         (cplus_value_of_child, cplus_type_of_child): Likewise.
485         (cplus_value_of_variable): Likewise.
486         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
487         (java_name_of_child, java_path_expr_of_child): Likewise.
488         (java_value_of_child, java_type_of_child): Likewise.
489         (java_value_of_variable): Likewise.
490         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
491         (ada_name_of_child, ada_path_expr_of_child): Likewise.
492         (ada_value_of_child, ada_type_of_child): Likewise.
493         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
494         (ada_value_has_mutated): Likewise.
495         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
496         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
497         (c_varobj_ops, cplus_varobj_ops): Declare.
498         (java_varobj_ops, ada_varobj_ops): Declare.
499         (varobj_default_value_is_changeable_p): Declare.
500         (varobj_value_is_changeable_p): Declare.
501         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
502         (varobj_get_path_expr_parent): Declare.
503         (varobj_value_get_print_value): Declare.
504         (varobj_formatted_print_options): Declare.
505         (varobj_restrict_range): Declare.
506
507 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
508
509         * target/waitstatus.h (target_waitkind): Remove spurious
510         character from the comments.
511
512 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
513
514         * gdbarch.sh (get_longjmp_target): Add method documentation.
515         * gdbarch.h: Regenerate.
516
517 2013-10-16  Tom Tromey  <tromey@redhat.com>
518
519         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
520         label.
521
522 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
523
524         * gcore.in: Call GDB using the full path to the gcore script.
525         Error out if the GDB binary is not found.
526
527 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
528
529         PR gdb/16014
530         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
531         sizeof.
532
533 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
534
535         PR gdb/16042
536         * target.c (target_disable_btrace): Fix invalid return value for
537         void function.
538         (target_teardown_btrace): Likewise.
539
540 2013-10-14  Yao Qi  <yao@codesourcery.com>
541
542         * varobj.c (struct varobj): Move most of the fields to
543         varobj.h.
544         (struct varobj_dynamic): New struct.
545         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
546         (varobj_has_more): Likewise.
547         (dynamic_varobj_has_child_method): Likewise.
548         (update_dynamic_varobj_children): Likewise.
549         (varobj_get_num_children): Likewise.
550         (varobj_list_children, varobj_pretty_printed_p): Likewise.
551         (install_new_value_visualizer): Likewise.
552         (install_new_value_visualizer, install_new_value): Likewise.
553         (varobj_update, new_variable, free_variable): Likewise.
554         (my_value_of_variable, value_get_print_value): Likewise.
555         (install_visualizer): Change the type of parameter 'var' to
556         'struct varobjd_dynamic *'.  Callers update.
557         * varobj.h (struct varobj): Moved from varobj.c.
558         (struct varobj) <dynamic>: New field.
559
560 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
561
562         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
563         as the preferred name of r30.
564         * nios2-linux-tdep.c (reg_offsets): Likewise.
565         * features/nios2-cpu.xml: Likewise.
566         * features/nios2-linux.c: Regenerated.
567         * features/nios2.c: Regenerated.
568         * regformats/nios2-linux.dat: Regenerated.
569
570 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
571
572         Canonicalize directories for EXEC_FILENAME.
573         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
574         exec_filename.
575         * utils.c (gdb_realpath_keepfile): New function.
576         * utils.h (gdb_realpath_keepfile): New declaration.
577
578 2013-10-11  Doug Evans  <dje@google.com>
579
580         * Makefile.in (GDBFLAGS): New variable.
581         (run): New rule.
582
583 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
584
585         * NEWS: Add entry documenting the new "-catch-assert" and
586         "-catch-exception" GDB/MI commands.
587
588 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
589
590         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
591         "enabled".
592         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
593         "enabled".  Set B->ENABLE_STATE accordingly.
594         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
595         ada-lang.c.
596         (create_ada_exception_catchpoint): Add declaration.
597         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
598         (create_ada_exception_catchpoint): Make non-static. Add new
599         parameter "disabled". Use it in call to
600         init_ada_exception_breakpoint.
601         (catch_ada_exception_command): Add parameter "enabled" in call
602         to create_ada_exception_catchpoint.
603         (catch_assert_command): Likewise.
604
605         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
606         Add declarations.
607         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
608         "catch-exception" commands.
609         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
610         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
611
612 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
613
614         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
615         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
616         of all its enumerates with "ada_".  Update the rest of this
617         file throughout.
618
619 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
620
621         * ada-lang.c (ada_decode_exception_location): Delete.
622         (create_ada_exception_catchpoint): Remove arguments "sal",
623         "addr_string" and "ops".  Add argument "ex_kind" instead.
624         Adjust implementation accordingly, calling ada_exception_sal
625         to get the entities it no longer gets passed as arguments.
626         Document the function's arguments.
627         (catch_ada_exception_command): Use catch_ada_exception_command_split
628         instead of ada_decode_exception_location, and update call to
629         create_ada_exception_catchpoint.
630         (catch_ada_assert_command_split): Renames
631         ada_decode_assert_location.  Remove parameters "addr_string" and
632         "ops", and now returns void.  Adjust implementation accordingly.
633         Update the function documentation.
634         (catch_assert_command): Use catch_ada_assert_command_split
635         instead of ada_decode_assert_location.  Update call to
636         create_ada_exception_catchpoint.
637
638 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
639
640         * utils.h (perror_warning_with_name): Add declaration.
641         * utils.c (perror_warning_with_name): New function.
642         * cli/cli-cmds.c (source_script_with_search): Add call to
643         perror_warning_with_name if from_tty is nul.
644
645 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
646
647         * utils.c (perror_string): New function, extracted out of
648         throw_perror_with_name.
649         (throw_perror_with_name): Rework to use perror_string.
650
651 2013-10-11  Yao Qi  <yao@codesourcery.com>
652
653         * remote.c (discard_pending_stop_replies_in_queue): Update
654         declaration.
655         (struct stop_reply) <rs>: New field.
656         (remove_stop_reply_of_remote_state): New function.
657         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
658         Callers update.  Pass remove_stop_reply_of_remote_state to
659         QUEUE_iterate.
660         (remote_parse_stop_reply): Initialize field 'rs'.
661
662 2013-10-10  Will Newton  <will.newton@linaro.org>
663
664         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
665         linux_init_abi.
666
667 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
668
669         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
670         serial_baud_show_cmd.
671         (_initialize_cli_cmds): Delete the code creating the
672         "set/show remotebaud" commands.
673         * serial.c (baud_rate): Move here from top.c.
674         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
675         (_initialize_serial): Create "set/show serial baud" commands.
676         Add "set/show remotebaud" command aliases.
677         * top.c (baud_rate): Moved to serial.c.
678         * NEWS: Document the new "set/show serial baud" commands,
679         replacing "set/show remotebaud".
680
681 2013-10-09  Pedro Alves  <palves@redhat.com>
682
683         * breakpoint.c (insert_bp_location): Use memory_error_message to
684         build the memory error string.
685         * c-lang.c: Include "gdbcore.h".
686         (c_get_string): Use memory_error to throw error.
687         (target_xfer_memory_error): Delete.
688         (memory_error_message): New, factored out from
689         target_xfer_memory_error.
690         (memory_error): Change parameter type to target_xfer_error.
691         Rewrite.
692         (read_memory): Use memory_error instead of
693         target_xfer_memory_error.
694         * gdbcore.h: Include "target.h".
695         (memory_error): Change parameter type to target_xfer_error.
696         (memory_error_message): Declare function.
697         * target.c (target_read_memory, target_read_stack)
698         (target_write_memory, target_write_raw_memory): Return
699         TARGET_XFER_E_IO on error.  Adjust comments.
700         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
701         instead of EIO.
702         * target.h (target_read, target_insert_breakpoint)
703         (target_remove_breakpoint): Adjust comments.
704         * valprint.c (partial_memory_read): Rename parameter, and adjust
705         comment.
706         (val_print_string): Use memory_error_message to build the memory
707         error string.
708
709 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
710
711         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
712         result variable.  Rename variable fopen_e_ever_failed to
713         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
714
715 2013-10-09  Pedro Alves  <palves@redhat.com>
716
717         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
718         (monitor_write_memory_longlongs, monitor_write_memory_block):
719         Constify 'myaddr' parameter.
720         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
721         helper.
722         (monitor_xfer_partial): New function.
723         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
724         hook.  Install a to_xfer_partial hook.
725
726 2013-10-09  Tom Tromey  <tromey@redhat.com>
727
728         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
729         bfd_get_alt_debug_link_info.
730
731 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
732
733         New flag OBJF_NOT_FILENAME.
734         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
735         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
736         allocate_objfile.
737         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
738         symbol_file_add_from_bfd.
739         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
740         allocate_objfile.
741         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
742         NULL.
743         * objfiles.h (OBJF_NOT_FILENAME): New.
744
745 2013-10-08  Tom Tromey  <tromey@redhat.com>
746
747         * Makefile.in (SFILES): Add build-id.c.
748         (HFILES_NO_SRCDIR): Add build-id.h.
749         * build-id.c: New file, largely from elfread.c.  Modified
750         most functions.
751         * build-id.h: New file.
752         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
753         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
754         Search for dwz file using build-id.
755         * elfread.c (build_id_bfd_get, build_id_verify)
756         (build_id_to_debug_filename, find_separate_debug_file): Remove.
757
758 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
759
760         * ada-lang.c (compare_names_with_case): Renamed from
761         compare_names, adding a new parameter "casing" and its handling.
762         New function documentation.
763         (compare_names): New function, implemented using
764         compare_names_with_case.
765
766 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
767
768         * ada-lang.c (ada_exception_sal): Remove advance declaration.
769
770 2013-10-07  Tom Tromey  <tromey@redhat.com>
771
772         * objfiles.c (free_objfile_per_bfd_storage): Delete the
773         demangled_names_hash.
774         (free_objfile): Don't delete the demangled_names_hash.
775         * objfiles.h (struct objfile_per_bfd_storage)
776         <demangled_names_hash>: New field.
777         (struct objfile) <demangled_names_hash>: Move to
778         objfile_per_bfd_storage.
779         * symfile.c (reread_symbols): Don't delete the
780         demangled_names_hash.
781         * symtab.c (create_demangled_names_hash): Update.
782         (symbol_set_names): Update.
783
784 2013-10-07  Tom Tromey  <tromey@redhat.com>
785
786         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
787         needs_relocations>: New fields.
788         (gdb_bfd_requires_relocations): New function.
789         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
790         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
791         the BFD needs relocations applied.
792
793 2013-10-07  Pedro Alves  <palves@redhat.com>
794
795         PR breakpoints/11568
796         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
797         the thread list" instead of "gone".
798
799 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
800
801         * NEWS: Mention new convenience variable $_exitsignal.
802         * corelow.c (core_open): Reset exit convenience variables.  Set
803         $_exitsignal to the uncaught signal which generated the corefile.
804         * infrun.c (handle_inferior_event): Reset exit convenience
805         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
806         (clear_exit_convenience_vars): New function.
807         * inferior.h (clear_exit_convenience_vars): New prototype.
808
809 2013-10-06  Yao Qi  <yao@codesourcery.com>
810
811         * varobj.h: Add comments to enum varobj_languages.
812
813 2013-10-04  Doug Evans  <dje@google.com>
814
815         Add support for DWP file format version 2.
816         * NEWS: Mention support for DWP file format version 2.
817         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
818         union of asection, containing_section.  New fields virtual_offset
819         and is_virtual.  Change type of readin filed from int to char.
820         (dwo_sections, dwo_file): Tweak comments.
821         (dwp_v2_section_ids): New enum.
822         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
823         str_offsets, types.
824         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
825         All uses updated.
826         (virtual_v2_dwo_sections): New struct.
827         (dwp_hash_table): New fields version, nr_columns.  Change type of
828         section_pool field to a union.
829         (dwp_file): New field version.
830         (dwarf2_has_info): Check for virtual sections.
831         (get_containing_section): New function.
832         (get_section_bfd_owner, get_section_bfd_section): Call it.
833         (dwarf2_locate_sections): Update.
834         (dwarf2_section_empty_p): Update.
835         (dwarf2_read_section): Handle virtual sections.
836         (locate_dwz_sections): Update.
837         (create_dwp_hash_table): Document and handle V2 format.
838         (locate_v1_virtual_dwo_sections): Renamed from
839         locate_virtual_dwo_sections and update.  All callers updated.
840         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
841         Delete arg htab.  Rename arg section_index to unit_index.
842         All callers updated.
843         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
844         All uses updated.
845         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
846         (lookup_dwo_unit_in_dwp): Add V2 support.
847         (dwarf2_locate_dwo_sections): Update.
848         (dwarf2_locate_common_dwp_sections): Renamed from
849         dwarf2_locate_dwp_sections and update.  All callers updated.
850         (dwarf2_locate_v2_dwp_sections): New function.
851         (open_and_init_dwp_file): Add V2 support.
852         (read_str_index): New locals str_section, str_offsets_section.
853
854 2013-10-04  Pedro Alves  <palves@redhat.com>
855
856         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
857         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
858         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
859         describing comments with references to ptid.h.
860         * common/ptid.h: Remove intro description of constructors,
861         accessors and predicates.
862         (struct ptid): Reformat.
863         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
864         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
865         describing comments.
866
867 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
868
869         * aix-thread.c (sync_threadlists): Add missing ')' in call
870         to ptid_build.
871
872 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
873
874         * procfs.c (procfs_init_inferior): Fix typo causing the build
875         to fail.
876
877 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
878
879         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
880
881 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
882
883         * mi/mi-main.c (run_one_inferior): Add function description.
884         Make ARG a pointer to an integer whose value determines whether
885         we should "run" or "start" the program.
886         (mi_cmd_exec_run): Add handling of the "--start" option.
887         Reject all other command-line options.
888         * NEWS: Add entry for "-exec-run"'s new "--start" option.
889
890 2013-10-04  Yao Qi  <yao@codesourcery.com>
891
892         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
893         (struct notif_client) <pending_event>: Moved
894         to struct remote_notif_state.
895         <id>: New field.
896         (struct remote_notif_state) <pending_event>: New field.
897         (notif_event_xfree): Declare.
898         * remote-notif.c (handle_notification): Adjust.
899         (notif_event_xfree): New function.
900         (do_notif_event_xfree): Call notif_event_xfree.
901         (remote_notif_state_xfree): Call notif_event_xfree to free
902         each element in field pending_event.
903         * remote.c (discard_pending_stop_replies): Remove declaration.
904         (discard_pending_stop_replies_in_queue): Declare.
905         (remote_close): Call discard_pending_stop_replies_in_queue
906         instead of discard_pending_stop_replies.
907         (remote_start_remote): Adjust.
908         (stop_reply_xfree): Call notif_event_xfree.
909         (notif_client_stop): Adjust initialization.
910         (remote_notif_remove_all): Rename it to ...
911         (remove_stop_reply_for_inferior): ... this.  Update comments.
912         Don't check INF is NULL.
913         (discard_pending_stop_replies): Return early if notif_state is
914         NULL.  Adjust.  Don't check INF is NULL.
915         (remote_notif_get_pending_events): Adjust.
916         (discard_pending_stop_replies_in_queue): New function.
917         (remote_wait_ns): Likewise.
918
919 2013-10-04  Yao Qi  <yao@codesourcery.com>
920
921         * remote-notif.c (DECLARE_QUEUE_P): Remove.
922         (notif_queue): Remove.
923         (remote_notif_process): Add one parameter 'notif_queue'.
924         Update comments.  Callers update.
925         (remote_async_get_pending_events_token): Remove.
926         (remote_notif_register_async_event_handler): Remove.
927         (remote_notif_unregister_async_event_handler): Remove.
928         (handle_notification): Add parameter 'notif_queue'.  Update
929         comments.  Callers update.
930         (notif_xfree): Remove.
931         (remote_notif_state_allocate): New function.
932         (remote_notif_state_xfree): New function.
933         (_initialize_notif): Remove code to allocate queue.
934         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
935         (struct remote_notif_state): New.
936         (handle_notification): Update declaration.
937         (remote_notif_process): Likewise.
938         (remote_notif_register_async_event_handler): Remove.
939         (remote_notif_unregister_async_event_handler): Remove.
940         (remote_notif_state_allocate): Declare.
941         (remote_notif_state_xfree): Declare.
942         * remote.c (struct remote_state) <notif_state>: New field.
943         (remote_close): Don't call
944         remote_notif_unregister_async_event_handler.  Call
945         remote_notif_state_xfree.
946         (remote_open_1): Don't call
947         remote_notif_register_async_event_handler.  Call
948         remote_notif_state_allocate.
949
950 2013-10-04  Yao Qi  <yao@codesourcery.com>
951
952         * varobj.c (create_child_with_value): Remove 'const' from the
953         type of parameter 'name'.
954         (varobj_add_child): Likewise.
955         (install_dynamic_child): Remove 'const' from the type of
956         parameter 'name'.
957         (varobj_add_child): Likewise.
958         (create_child_with_value): Likewise.  Update comments.  Don't
959         duplicate 'name'.
960         (update_dynamic_varobj_children): Duplicate 'name'
961         and pass it to install_dynamic_child.
962
963 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
964
965         * python/py-value.c (convert_value_from_python): Move PyInt_Check
966         conversion logic to occur after PyLong_Check.  Comment on order
967         change significance.
968         * python/py-arch.c (archpy_disassemble): Comment on order of
969         conversion for integers and longs.
970
971 2013-10-03  Pedro Alves  <palves@redhat.com>
972
973         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
974         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
975         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
976         PTRACE_O_TRACEFORK is not supported.
977         (linux_test_for_tracesysgood): New function.
978         (linux_test_for_tracefork): New function, factored out from
979         linux_check_ptrace_features, and also don't kill child_pid here.
980
981 2013-10-03  Tristan Gingold  <gingold@adacore.com>
982
983         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
984         Remove verbose error reporting.  Use detected state to
985         thread_set_state call.
986         (i386_darwin_dr_get): Fix return type.  Remove verbose error
987         report.
988         Remove trailing spaces.
989
990 2013-10-02  Pedro Alves  <palves@redhat.com>
991
992         * cp-valprint.c (cp_print_value_fields): Adjust calls to
993         val_print_optimized_out.
994         * jv-valprint.c (java_print_value_fields): Likewise.
995         * p-valprint.c (pascal_object_print_value_fields): Likewise.
996         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
997         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
998         new optimized out value.
999         * findvar.c (address_from_register): Likewise.
1000         * frame.c (put_frame_register): Tweak error string to say the
1001         register was not saved, rather than optimized out.
1002         * infcmd.c (default_print_one_register_info): Adjust call to
1003         val_print_optimized_out.  Use value_of_register instead of
1004         get_frame_register_value.
1005         * mi/mi-main.c (output_register): Use value_of_register instead of
1006         get_frame_register_value.
1007         * valprint.c (valprint_check_validity): Likewise.
1008         (val_print_optimized_out): New value parameter.  If the value is
1009         lval_register, print <not saved> instead.
1010         (value_check_printable, val_print_scalar_formatted): Adjust calls
1011         to val_print_optimized_out.
1012         * valprint.h (val_print_optimized_out): New value parameter.
1013         * value.c (struct value) <optimized_out>: Extend comment.
1014         (error_value_optimized_out): New function.
1015         (require_not_optimized_out): Use it.  Use a different string for
1016         lval_register values.
1017         * value.h (error_value_optimized_out): New declaration.
1018         * NEWS: Mention <not saved>.
1019
1020 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1021
1022         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1023         strcmp to compare two symtab filenames.
1024
1025 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
1026
1027         * symtab.c (search_symbols_equal): Delete.
1028         (sort_search_symbols_remove_dups): Replace call to
1029         search_symbols_equal by call to compare_search_syms,
1030         adjusting as necessary.
1031
1032 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1033
1034         PR python/15579
1035
1036         * python/python.c: Document gdb.execute command in Python help.
1037
1038 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1039
1040         * python/py-frame.c (frame_info_to_frame_object): Use
1041         gdbpy_convert_exception. Clean up Python object on failure.
1042
1043 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
1044
1045         * python/lib/gdb/command/frame_filters.py
1046         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1047         (ShowFrameFilterPriority.invoke): Ditto.
1048
1049 2013-10-01  Keith Seitz  <keiths@redhat.com>
1050
1051         * linespec.c (struct ls_parser): Make 'saved_arg' const.
1052         (parse_linespec): Make 'argptr' const.
1053         Remove temporary cast of 'argptr' to const char **.
1054         (decode_line_full): Pass const pointer to parse_linespec.
1055         (decode_line_1): Likewise.
1056         (decode_objc): Make local variable 'new_argptr' const.
1057         (find_function_symbols): Remove temporary cast to char *
1058         to find_imps.
1059         * objc-lang.c (find_imps): Make argument 'method' const.
1060         Return const.
1061         * objc-lang.h (find_imps): Likewise.
1062
1063 2013-10-01  Keith Seitz  <keiths@redhat.com>
1064
1065         * completer.c (skip_quoted_chars): Make all arguments const.
1066         Return const.
1067         (skip_quoted): Likewise.
1068         * completer.h (skip_quoted_chars): Likewise.
1069         (skip_quoted): Likewise.
1070         * defs.h (skip_quoted): Remove duplicate declaration.
1071         * jv-exp.y: Include completer.h.
1072         (yylex): Remove unneccessary cast to char * fro skip_quoted.
1073         * p-exp.y: Include completer.h.
1074
1075 2013-10-01  Keith Seitz  <keiths@redhat.com>
1076
1077         * c-exp.y (parse_number): Make first argument const.
1078         Make a copy of the input to manipulate.
1079         (c_parse_escape): Make first argument const.
1080         Make local variable 'tokptr' const.
1081         (parse_string_or_char): Make first two arguments const.
1082         (macro_original_text): Make const.
1083         (lex_one_token): Make local variable 'tokstart' const.
1084         Likewise for local variables named 'p'.
1085         Cast away const for struct stoken (temporary).
1086         * c-lang.h (c_parse_escpae): Make first argument const.
1087         * cli/cli-cmds.c (echo_command): Make local variable 'p'
1088         const.
1089         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1090         var_string case.
1091         * f-exp.y (parse_number): Make first argument const.
1092         (match_string_literal): Make local variable 'tokstart'
1093         const.
1094         (yylex): Make local variable 'p' const.
1095         Cast away const for struct stoken (temporary).
1096         * go-exp.y (parse_number): Make first argument const.
1097         (parse_string_or_char): Likewise.
1098         Make local variable 'tokstart' const.
1099         (lex_one_token): Likewise for numerous locals called 'p'.
1100         Cast away const for struct stoken (temporary).
1101         * jv-exp.y (parse_number): Make first argument const.
1102         Make local variables 'tokstart' and 'tokptr' const.
1103         Cast away const for call to skip_quoted (temporary).
1104         (yylex): Make local variable 'p' const.
1105         Cast away const for struct stoken (temporary).
1106         * m2-exp.y (parse_number): Make local variable 'p' const.
1107         (yylex): Likewise for 'tokstart'.
1108         Cast away const for struct stoken (temporary).
1109         Make local variable 'p' const.
1110         * macroexp.c (get_character_constant): Pass a const string
1111         to c_parse_escape.
1112         (get_string_literal): Likewise.
1113         (macro_expand_next): Make first argument const.
1114         Cast away const for init_shared_buffer.
1115         * macroexp.h (macro_expand_next): Make first argument const.
1116         * p-exp.y (yylex): Make a local copy of 'lexptr'.
1117         Pass a const string to c_parse_escape.
1118         Make local variables 'p' and 'namestart' const.
1119         * parse.c (lexptr): Make const.
1120         (prev_lexptr): Likewise.
1121         (find_template_name_end): Return const.
1122         Make argument const, too.
1123         (parse_exp_in_context): Make first argument const.
1124         Remove the entire const_hack.
1125         (parse_exp_in_context_1): Make first argument const.
1126         * parser-defs.h (find_template_name_end): Return const.
1127         Make argument const, too.
1128         (lexptr): Make const.
1129         (prev_lexptr): Likewise.
1130         * utils.c (parse_escape): Make second argument const.
1131         * utils.h (parse_escape): Likewise.
1132
1133 2013-10-01  Keith Seitz  <keiths@redhat.com>
1134
1135         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1136         is now const.
1137         (block_lookup): Make 'raw_name' and 'name' const.
1138         * ada-lex.l (processString): Update for struct stoken.ptr.
1139         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1140         (operator_stoken): Likewise.
1141         (lex_one_token): Remove temporary cast to char * for
1142         'yylval.sval.ptr'.
1143         * f-exp.y (yylex): Likewise.
1144         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1145         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1146         * go-exp.y (lex_one_token): Remove temporary cast to char * for
1147         'yylval.sval.ptr'.
1148         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1149         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1150         * linespec.c (struct ls_parser): Make 'stream' const.
1151         (find_parameter_list_end): Make argument 'input' and local
1152         variable 'p' const.
1153         (linespec_lexer_lex_string): Make local variables 'start' and
1154         'p' const.
1155         Use skip_spaces_const instead of skip_spaces.
1156         (linespec_lexer_peek_token): Make local variable 'saved_stream'
1157         const.
1158         (parse_linespec): Temporarily cast 'argptr' to const for
1159         'parser->lexer.stream'.
1160         * m2-exp.y (yylex): Remove temporary cast to char * for
1161         'yylval.sval.ptr'.
1162         * objc-lang.c (add_msglist): Make local variable 'p' const.
1163         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
1164         (exp : STRING): Make 'sp' const.
1165         (parse_number): Make argument 'p' const.
1166         * parser-defs.h (struct stoken): Make 'ptr' const.
1167
1168 2013-10-01  Doug Evans  <dje@google.com>
1169
1170         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1171
1172 2013-10-01  Yao Qi  <yao@codesourcery.com>
1173
1174         * varobj.c (c_value_of_root): Remove declaration.
1175         (cplus_value_of_root, java_value_of_root): Likewise.
1176         (ada_value_of_root): Likewise.
1177         (struct language_specific) <value_of_root>: Remove.
1178         (languages): Update initialization.
1179         (check_scope): Move earlier.
1180         (c_value_of_root): Move earlier and rename to ...
1181         (value_of_root_1): ... this.
1182         (value_of_root): Caller update.
1183         (cplus_value_of_root, java_value_of_root): Remove.
1184         (ada_value_of_root): Remove.
1185
1186 2013-10-01  Yao Qi  <yao@codesourcery.com>
1187
1188         * varobj.c (varobj_format_string): Remove "unknown".
1189         (languages): Remove the first element.
1190         * varobj.h (enum varobj_languages): Remove vlang_c.
1191
1192 2013-10-01  Yao Qi  <yao@codesourcery.com>
1193
1194         * varobj.c (struct language_specific) <language>: Remove.
1195         (languages): Update the initialization.
1196
1197 2013-10-01  Yao Qi  <yao@codesourcery.com>
1198
1199         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1200         "solib-target.h".  Include "windows-tdep.h".
1201         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
1202         set_solib_ops and set_gdbarch_has_dos_based_file_system.
1203         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1204         windows-tdep.o to gdb_target_obs.
1205
1206 2013-10-01  Yao Qi  <yao@codesourcery.com>
1207
1208         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1209         "solib-target.h".
1210         (amd64_windows_init_abi): Don't call set_solib_ops and
1211         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1212         windows_init_abi instead.
1213         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1214         "solib-target.h".
1215         (i386_cygwin_init_abi): Don't call set_solib_ops,
1216         set_gdbarch_has_dos_based_file_system and
1217         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1218         windows_init_abi instead.
1219         * windows-tdep.c: Include "solib.h" and "solib-target.h".
1220         (windows_init_abi): New function.
1221         (windows_iterate_over_objfiles_in_search_order): Make it
1222         static.
1223         * windows-tdep.h (windows_init_abi): Declare.
1224         (windows_iterate_over_objfiles_in_search_order): Remove
1225         declaration.
1226
1227 2013-10-01  Jerome Guitton  <guitton@adacore.com>
1228
1229         Checked in by Joel Brobecker  <brobecker@adacore.com>
1230         * system-gdbinit/elinos.py (get_elinos_environment): Return an
1231         incomplete dictionnary instead of None in case of missing
1232         environment variables.
1233         (elinos_init): in case of an incomplete environment, best
1234         effort to load system libraries instead of abort.
1235
1236 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
1237
1238         * ada-lang.c (ada_has_this_exception_support): Ignore
1239         mst_solib_trampoline minimal symbols.
1240
1241 2013-09-30  Tristan Gingold  <gingold@adacore.com>
1242
1243         * i386-darwin-nat.c (darwin_complete_target): Install methods for
1244         hardware watchpoint.
1245         (i386_darwin_dr_set): Support 32 and 64 bit states.
1246         (i386_darwin_dr_get): Likewise.
1247         (i386_darwin_dr_set_control): Make static.
1248         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1249         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1250
1251 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
1252
1253         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1254         Replace TIDGET with ptid_get_lwp.
1255         Replace GET_LWP with ptid_get_lwp.
1256         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1257         Replace BUILD_THREAD with ptid_build.
1258         Replace BUILD_LWP with ptid_build.
1259         Replace PIDGET with ptid_get_pid.
1260         Replace TIDGET with ptid_get_lwp.
1261         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1262         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1263         Replace TIDGET with ptid_get_lwp.
1264         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1265         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1266         Replace TIDGET with ptid_get_lwp.
1267         Replace GET_LWP with ptid_get_lwp.
1268         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1269         * auxv.c: Likewise.
1270         * breakpoint.c: Likewise.
1271         * common/ptid.c (ptid_is_pid): Condense check for
1272         null_ptid and minus_one_ptid.
1273         (ptid_lwp_p): New function.
1274         (ptid_tid_p): New function.
1275         * common/ptid.h: Update comments for accessors.
1276         (ptid_lwp_p): New prototype.
1277         (ptid_tid_p): New prototype.
1278         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1279         * gcore.c: Replace PIDGET with ptid_get_pid.
1280         * gdbthread.h: Likewise.
1281         * gnu-nat.c: Likewise.
1282         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1283         Replace TIDGET with ptid_get_lwp.
1284         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1285         * hppanbsd-nat.c: Likewise.
1286         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1287         Replace TIDGET with ptid_get_lwp.
1288         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1289         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1290         * infcmd.c: Likewise.
1291         * inferior.h: Likewise.
1292         * inflow.c: Likewise.
1293         * infrun.c: Likewise.
1294         * linux-fork.c: Likewise.
1295         * linux-nat.c: Replace PIDGET with ptid_get_pid.
1296         Replace GET_PID with ptid_get_pid.
1297         Replace is_lwp with ptid_lwp_p.
1298         Replace GET_LWP with ptid_get_lwp.
1299         Replace BUILD_LWP with ptid_build.
1300
1301 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
1302
1303         * common/linux-btrace.c: Move sys/syscall.h out of the
1304         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1305         Also check for SYS_perf_event_open before attempting to buid.
1306
1307 2013-09-27  Doug Evans  <dje@google.com>
1308
1309         * dwarf2read.c (dwarf2_section_info): Add comment.
1310         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1311         All uses updated.
1312         (dwarf2_section_empty_p): Rename arg from "info" to "section".
1313         (dwarf2_read_section): Delete unused local "header".  Add section
1314         name to error message.
1315         (create_dwo_in_dwp): Tweak comment.
1316         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1317
1318         * dwarf2read.c (die_reader_specs): Tweak comment.
1319         (get_section_bfd_owner, get_section_bfd_section): New functions.
1320         (get_section_name, get_section_file_name): New functions.
1321         (get_section_id, get_section_flags): New functions.
1322         (*): Use new functions to access section fields.
1323
1324         * dwarf2read.c (struct dwo_file): Add/tweak comments.
1325         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
1326         arg "htab".  All callers updated.
1327         (create_debug_types_hash_table): Remove redundant copy of
1328         abbrev_section.
1329         (create_dwo_in_dwp): Tweak comments.
1330         (read_str_index): Tweak comment.  Record dwarf form name in static
1331         local.
1332
1333 2013-09-27  Pedro Alves  <palves@redhat.com>
1334
1335         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1336         (remote_filename_p): Add comment.
1337         * remote.c (remote_filename_p): Adjust to use
1338         REMOTE_SYSROOT_PREFIX.
1339         * solib.c (solib_find): When deciding whether we need to add a
1340         directory separator, check whether the sysroot is "remote:"
1341         instead of checking whether the patch has a drive spec.  Add
1342         comments.
1343
1344 2013-09-27  Pedro Alves  <palves@redhat.com>
1345
1346         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1347         Delete fields.
1348         (remote_parse_stop_reply): Adjust, setting event->ws.kind
1349         directly.
1350
1351 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1352
1353         Fix set debug frame output.
1354         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
1355         SENTINEL_FRAME entry lower to match enum frame_type order.
1356
1357 2013-09-26  Pierre Muller  <muller@sourceware.org>
1358
1359         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1360         AMD64_R15_REGNUM when a register index is expected.
1361         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1362         Substitute in array.
1363         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1364         (amd64_push_arguments): Substitute in integer_regnum array.
1365
1366 2013-09-25  Doug Evans  <dje@google.com>
1367
1368         * objfiles.c (allocate_objfile): Move comment to better place.
1369
1370         New option "set debug symfile on".
1371         * NEWS: Mention "set debug symfile".
1372         * Makefile.in (SFILES): Add symfile-debug.c.
1373         (COMMON_OBS): Add symfile-debug.o.
1374         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1375         objfile's symbol functions.
1376         * objfiles.h (objfile_set_sym_fns): Declare.
1377         * symfile-debug.c: New file.
1378         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1379         objfile's symbol functions.
1380         (reread_symbols): Ditto.
1381
1382         * symfile.h (struct sym_fns): Delete member "sym_flavour".
1383         All uses updated.
1384         (add_symtab_fns): Update prototype.
1385         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
1386         (registered_sym_fns): ... this.
1387         (symtab_fns): Update.
1388         (add_symtab_fns): New arg "flavour".  All callers updated.
1389         (find_sym_fns): Rewrite to use new sym_fns registry.
1390
1391         * symfile.h (struct sym_fns): Add "objfile" argument to
1392         sym_read_linetable.  All uses updated.
1393
1394         * symtab.c (domain_name, search_domain_name): New functions.
1395         * symtab.h (domain_name, search_domain_name): Declare.
1396
1397         * symfile.h (struct quick_symbol_functions): Reorg arg list of
1398         map_matching_symbols so objfile is first.  All uses updated.
1399         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1400         * psymtab.c (map_matching_symbols_psymtab): Update signature.
1401
1402 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1403
1404         PR shlibs/8882
1405         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1406         link map entries.
1407
1408 2013-09-24  Doug Evans  <dje@google.com>
1409
1410         * objfiles.c (free_objfile): Move comment.
1411
1412 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1413
1414         * ada-exp.y (string_to_operator): Delete.
1415         (dummy_string_to_ada_operator): Delete.
1416
1417 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1418
1419         Revert:
1420         * i386-tdep.h (enum amd64_reg_class): New, moved here from
1421         amd64-tdep.c.
1422         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1423         call_dummy_integer_regs, and classify.
1424         * amd64-tdep.h (amd64_classify): Add declaration.
1425         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1426         (amd64_reg_class): Delete, moved to i386-tdep.h.
1427         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
1428         Replace call to amd64_classify by call to tdep->classify.
1429         (amd64_push_arguments): Get the list of registers to use for
1430         passing integer parameters from the gdbarch tdep structure,
1431         rather than using a hardcoded one.  Replace calls to amd64_classify
1432         by calls to tdep->classify.
1433         (amd64_push_dummy_call): Get the register number used for
1434         the "hidden" argument from tdep->call_dummy_integer_regs.
1435         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1436         and tdep->call_dummy_integer_regs.  Set tdep->classify.
1437
1438 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1439
1440         Revert:
1441         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1442         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1443         where tdep->memory_args_by_pointer is non-zero.
1444
1445 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1446
1447         Revert:
1448         * i386-tdep.h (struct gdbarch_tdep): Add new field
1449         integer_param_regs_saved_in_caller_frame.
1450         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1451         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1452
1453 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1454
1455         * amd64-windows-tdep.c: #include "value.h"
1456         (amd64_windows_classify): Delete.
1457         (amd64_windows_passed_by_integer_register)
1458         (amd64_windows_passed_by_xmm_register)
1459         (amd64_windows_passed_by_pointer)
1460         (amd64_windows_adjust_args_passed_by_pointer)
1461         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1462         (amd64_windows_push_dummy_call): New functions.
1463         (amd64_windows_init_abi): Remove setting of
1464         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1465         tdep->classify, tdep->memory_args_by_pointer and
1466         tdep->integer_param_regs_saved_in_caller_frame.
1467         Add call to set_gdbarch_push_dummy_call.
1468
1469 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1470
1471         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1472         objfile->original_name.
1473
1474 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1475
1476         Pass down original filename for objfile.
1477         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1478         * elfread.c (elf_symfile_read): Likewise.
1479         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1480         longer set ORIGINAL_NAME.
1481         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1482         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1483         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
1484         symbol_file_add_from_bfd call.
1485         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1486         (macho_check_dsym): Add parameter filenamep.  Change function comment.
1487         Set *filenamep.
1488         (macho_symfile_read): New variable dsym_filename.  Update
1489         macho_check_dsym call.  Use it for symbol_file_add_separate.
1490         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
1491         it.  Use it for objfile->original_name.
1492         (objfile_name): Return OBFD's filename, if available.
1493         * objfiles.h (allocate_objfile): Add new parameter name.
1494         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1495         * symfile-mem.c (symbol_file_add_from_memory): Update
1496         symbol_file_add_from_bfd call.
1497         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1498         comment for it.
1499         (symbol_file_add_with_addrs): New parameter name, add function comment
1500         for it.  Remove variable name.  Update allocate_objfile call.
1501         (symbol_file_add_separate): New parameter name, add function comment
1502         for it.  Update symbol_file_add_with_addrs call.
1503         (symbol_file_add_from_bfd): New parameter name.  Update
1504         symbol_file_add_with_addrs call.
1505         (symbol_file_add): Update symbol_file_add_from_bfd call.
1506         (reread_symbols): New variable original_name.  Save
1507         objfile->original_name by it.
1508         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1509         second parameter.
1510
1511 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1512
1513         Code cleanup: Add objfile_name accessor function.
1514         * ada-lang.c (is_known_support_routine): Use objfile_name.
1515         * auto-load.c (source_gdb_script_for_objfile)
1516         (auto_load_objfile_script): Likewise.
1517         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1518         * dbxread.c (dbx_symfile_read): Likewise.
1519         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1520         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1521         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1522         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1523         (lookup_dwp_signatured_type, lookup_dwo_unit)
1524         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1525         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1526         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1527         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1528         (dwarf2_record_block_ranges, read_common_block, read_typedef)
1529         (read_subrange_type, load_partial_dies, read_partial_die)
1530         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1531         (die_containing_type, build_error_marker_type, lookup_die_type)
1532         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1533         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1534         (get_DW_AT_signature_type, write_psymtabs_to_index)
1535         (save_gdb_index_command): Likewise.
1536         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1537         Likewise.
1538         * expprint.c (dump_subexp_body_standard): Likewise.
1539         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1540         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1541         original_name.
1542         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1543         obj_name, use objfile_name for it, use the variable.
1544         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1545         Use objfile_name.
1546         * machoread.c (macho_symtab_read, macho_check_dsym)
1547         (macho_symfile_relocate): Likewise.
1548         * maint.c (maintenance_translate_address): Likewise.
1549         * minidebug.c (find_separate_debug_file_in_section): Likewise.
1550         * minsyms.c (install_minimal_symbols): Likewise.
1551         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1552         original_name.
1553         (filter_overlapping_sections): Use objfile_name.
1554         (objfile_name): New function.
1555         * objfiles.h (struct objfile): Rename field name to original_name.
1556         (objfile_name): New prototype.
1557         * printcmd.c (sym_info, address_info): Use objfile_name.
1558         * probe.c (parse_probes, collect_probes, compare_probes)
1559         (info_probes_for_ops): Likewise.
1560         * progspace.c (clone_program_space): Likewise.
1561         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1562         (maintenance_info_psymtabs): Likewise.
1563         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1564         (source_section_scripts): Likewise.
1565         * python/py-objfile.c (objfpy_get_filename): Likewise.
1566         * python/py-progspace.c (pspy_get_filename): Likewise.
1567         * solib-aix.c (solib_aix_get_toc_value): Likewise.
1568         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1569         * solib.c (solib_read_symbols): Likewise.
1570         * stabsread.c (scan_file_globals): Likewise.
1571         * stap-probe.c (handle_stap_probe): Likewise.
1572         * symfile.c (symbol_file_clear, separate_debug_file_exists)
1573         (find_separate_debug_file_by_debuglink): Likewise.
1574         (reread_symbols): Likewise.  Use the objfile field name renamed to
1575         original_name.
1576         (allocate_symtab): Use objfile_name.
1577         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1578         (dump_objfile, dump_msymbols, dump_symtab_1)
1579         (maintenance_print_msymbols, maintenance_print_objfiles)
1580         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1581         * target.c (target_translate_tls_address, target_info): Likewise.
1582         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
1583         objfile_name.
1584
1585 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1586
1587         Code cleanup.
1588         * probe.c (parse_probes): Rename variable objfile_name to
1589         objfile_namestr.
1590
1591 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1592
1593         Remove solib-sunos.c.
1594         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1595         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1596         * objfiles.c (rt_common_objfile): Remove.
1597         (free_objfile): Remove rt_common_objfile comparison.
1598         * objfiles.h (rt_common_objfile): Remove.
1599         * solib-sunos.c: Remove.
1600         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1601
1602 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1603
1604         Remove a.out NetBSD and OpenBSD hosts.
1605         * NEWS (Removed native configurations): New.
1606         * config/arm/nbsdaout.mh: Remove.
1607         * config/i386/nbsdaout.mh: Remove.
1608         * config/i386/obsdaout.mh: Remove.
1609         * config/m68k/nbsdaout.mh: Remove.
1610         * config/sparc/nbsdaout.mh: Remove.
1611         * config/vax/nbsdaout.mh: Remove.
1612         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1613         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1614         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1615         error.
1616         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1617         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1618         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1619
1620 2013-09-23  Tom Tromey  <tromey@redhat.com>
1621
1622         * linespec.c (struct minsym_and_objfile): Remove.
1623         (minsym_and_objfile_d): Remove.
1624         (struct linespec, struct collect_info, linespec_parse_basic)
1625         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1626         (compare_msymbols, find_method, find_function_symbols)
1627         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1628         (add_minsym, search_minsyms_for_name): Update.
1629
1630 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1631
1632         * regcache.c: Add include of valprint.h.
1633         (dump_endian_bytes): Delete.
1634         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1635
1636 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1637
1638         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1639
1640 2013-09-19  Pedro Alves  <palves@redhat.com>
1641
1642         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1643         breakpoints.
1644
1645 2013-09-19  Pedro Alves  <palves@redhat.com>
1646             Thomas Schwinge  <thomas@codesourcery.com>
1647             Yue Lu  <hacklu.newborn@gmail.com>
1648
1649         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1650         Take a gdb_byte pointer instead of a char pointer.
1651
1652         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1653         gnu_xfer_partial helper.
1654         (gnu_xfer_partial): New function.
1655         (gnu_target): Don't install a deprecated_xfer_memory hook.
1656         Install a to_xfer_partial hook.
1657
1658 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1659
1660         Constification.
1661         * main.c (captured_main): Replace catch_command_errors by
1662         catch_command_errors_const.  Twice.
1663         * symfile.c (symbol_file_add_main_1): Make args parameter const.
1664         (symbol_file_add): Make name parameter const.
1665         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1666         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
1667         variable name.  Change their usage accordingly.
1668         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1669         const.
1670         (symbol_file_add_main): Make args parameter const.
1671
1672 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
1673             Ulrich Weigand  <uweigand@de.ibm.com>
1674
1675         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1676         of c_value member.
1677         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1678
1679 2013-09-18  Pedro Alves  <palves@redhat.com>
1680             Yue Lu  <hacklu.newborn@gmail.com>
1681
1682         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1683         (gnu_create_inferior)
1684         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1685         (set_sig_thread_cmd): Use the lwpid field of ptids to
1686         store/extract thread ids instead of the tid field.
1687         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1688
1689 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1690
1691         * infcmd.c (default_print_one_register_info): Add detection of
1692         optimized out values.
1693         (default_print_registers_info): Switch to using
1694         get_frame_register_value.
1695
1696 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1697
1698         * infrun.c (handle_inferior_event): Check if we know the
1699         function start address before setting a resume breakpoint.
1700
1701 2013-09-18  Pedro Alves  <palves@redhat.com>
1702
1703         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1704         minus_one_ptid instead of looking at the ptid's tid field and
1705         comparing that to -1.
1706
1707 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1708
1709         * main.h (get_gdb_program_name): Remove extra whitespace.
1710
1711 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1712
1713         * main.h (get_gdb_program_name): Add declaration.
1714         * main.c (get_gdb_program_name): Add definition.
1715
1716 2013-09-17  Doug Evans  <dje@google.com>
1717
1718         * dwarf2read.c: Move definitions of complaint functions to after
1719         forward declarations of local functions.
1720
1721 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
1722             Pedro Alves  <palves@redhat.com>
1723
1724         PR gdb/11568
1725         * breakpoint.c (remove_threaded_breakpoints): New function.
1726         (_initialize_breakpoint): Attach remove_threaded_breakpoints
1727         as thread_exit observer.
1728
1729 2013-09-17  Pedro Alves  <palves@redhat.com>
1730
1731         PR gdb/15911
1732         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1733         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1734         * corelow.c (core_open):
1735         * frame.h (print_stack_frame, print_frame_info): New
1736         'set_current_sal' parameter.
1737         * infcmd.c (finish_command, kill_command): Adjust call to
1738         print_stack_frame.
1739         * inferior.c (inferior_command): Likewise.
1740         * infrun.c (normal_stop): Likewise.
1741         * linux-fork.c (linux_fork_context): Likewise.
1742         * record-full.c (record_full_goto_entry, record_full_restore):
1743         Likewise.
1744         * remote-mips.c (common_open): Likewise.
1745         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1746         Use it.
1747         (print_frame_info): New 'set_current_sal' parameter.  Set the last
1748         displayed sal depending on the new paremeter instead of looking at
1749         print_what.
1750         (backtrace_command_1, select_and_print_frame, frame_command)
1751         (current_frame_command, up_command, down_command): Adjust call to
1752         print_stack_frame.
1753         * thread.c (print_thread_info, restore_selected_frame)
1754         (do_captured_thread_select): Adjust call to print_stack_frame.
1755         * tracepoint.c (tfind_1): Likewise.
1756         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1757         (mi_cmd_stack_info_frame): Likewise.
1758         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1759         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1760
1761 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1762
1763         * value.c (isvoid_internal_fn): Replace "parameter" with
1764         "argument".
1765
1766 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1767
1768         * README: Update references to writing code for GDB.
1769         * configure.ac (build_warnings): Remove obsolete comment.
1770         * configure: Regenerate.
1771         * gdbarch.sh: Remove references to gdbint.texinfo.
1772         * gdbarch.h: Regenerate.
1773         * gdbtypes.c (objfile_type): Remove comments referencing internals
1774         manual and D10V.
1775
1776 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1777
1778         * NEWS: Mention new convenience function $_isvoid.
1779         * value.c (isvoid_internal_fn): New function.
1780         (_initialize_values): Add new convenience function $_isvoid.
1781
1782 2013-09-16  Pierre Muller  <muller@sourceware.org>
1783
1784         * arm-linux-tdep.c: Add "elf/common.h" header.
1785         Remove AT_HWCAP macro definintion as it is provided in
1786         added include file.
1787         * s390-tdep.c: Remove system header <elf.h>
1788         Add "elf/common.h" header for AT_HWCAP definition.
1789         (s390_core_read_description): Use correct CORE_ADDR
1790         for hwcap local variable used as third parameter
1791         of function target_auxv_search.
1792
1793 2013-09-14  Pierre Muller  <muller@sourceware.org>
1794             Tom Tromey  <tromey@redhat.com>
1795             Pedro Alves  <palves@redhat.com>
1796
1797         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1798         mode if operating system doesn't know O_CLOEXEC.
1799
1800 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1801
1802         Code cleanup.
1803         * symfile.c (reread_symbols): Move variable obfd_filename to a more
1804         inner block.
1805
1806 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1807
1808         * NEWS: Mention TDB support.
1809         * features/s390-tdb.xml: New file.
1810         * features/s390-te-linux64.xml: New file.
1811         * features/s390x-te-linux64.xml: New file.
1812         * features/Makefile (WHICH): Add new tdescs above.
1813         (s390-te-linux64-expedite): Set.
1814         (s390x-te-linux64-expedite): Set.
1815         * features/s390-te-linux64.c: New file (generated).
1816         * features/s390x-te-linux64.c: New file (generated).
1817         * regformats/s390-te-linux64.dat: New file (generated).
1818         * regformats/s390x-te-linux64.dat: New file (generated).
1819         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1820         (HWCAP_S390_TE): Likewise.
1821         (S390_TDB_DWORD0_REGNUM): Likewise.
1822         (S390_TDB_DWORD0_REGNUM): Likewise.
1823         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1824         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1825         (S390_TDB_ATIA_REGNUM): Likewise.
1826         (S390_TDB_R0_REGNUM): Likewise.
1827         (S390_TDB_R1_REGNUM): Likewise.
1828         (S390_TDB_R2_REGNUM): Likewise.
1829         (S390_TDB_R3_REGNUM): Likewise.
1830         (S390_TDB_R4_REGNUM): Likewise.
1831         (S390_TDB_R5_REGNUM): Likewise.
1832         (S390_TDB_R6_REGNUM): Likewise.
1833         (S390_TDB_R7_REGNUM): Likewise.
1834         (S390_TDB_R8_REGNUM): Likewise.
1835         (S390_TDB_R9_REGNUM): Likewise.
1836         (S390_TDB_R10_REGNUM): Likewise.
1837         (S390_TDB_R11_REGNUM): Likewise.
1838         (S390_TDB_R12_REGNUM): Likewise.
1839         (S390_TDB_R13_REGNUM): Likewise.
1840         (S390_TDB_R14_REGNUM): Likewise.
1841         (S390_TDB_R15_REGNUM): Likewise.
1842         (S390_NUM_REGS): Increase.
1843         (S390_IS_TDBREGSET_REGNUM): New macro.
1844         (s390_regmap_tdb): Declare.
1845         (s390_sizeof_tdbregset): Define.
1846         (tdesc_s390_te_linux64): Declare.
1847         (tdesc_s390x_te_linux64): Likewise.
1848         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1849         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1850         (s390_regmap_tdb): New regmap.
1851         (s390_supply_tdb_regset): New function.
1852         (s390_tdb_regset): New regset.
1853         (s390_linux64v2_regset_sections): Add TDB regset to list.
1854         (s390x_linux64v2_regset_sections): Likewise.
1855         (s390_regset_from_core_section): Recognize TDB core note section.
1856         (s390_core_read_description): If HWCAP indicates TE support,
1857         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1858         (s390_gdbarch_init): Handle TDB regset.
1859         (_initialize_s390_tdep): Initialize new tdescs.
1860         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1861         (have_regset_tdb): New variable.
1862         (s390_native_supply): Support register invalidation.
1863         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1864         (check_regset): Treat ENODATA as "regset exists".
1865         (s390_linux_fetch_inferior_registers): Add TDB.
1866         (s390_read_description): Check for TDB existence and select
1867         appropriate tdesc.
1868         * gdbserver/Makefile.in (clean): Add removal of new makefile
1869         targets.
1870         (s390-te-linux64.c): New makefile target.
1871         (s390x-te-linux64.c): Likewise.
1872         * gdbserver/configure.srv (srv_regobj): Append new objects
1873         s390-te-linux64.o and s390x-te-linux64.o.
1874         (srv_xmlfiles): Append new files s390-te-linux64.xml,
1875         s390x-te-linux64.xml, and s390-tdb.xml.
1876         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1877         declaration.
1878         (tdesc_s390_te_linux64): Likewise.
1879         (init_registers_s390x_te_linux64): Likewise.
1880         (tdesc_s390x_te_linux64): Likewise.
1881         (s390_check_regset): Treat ENODATA as "regset exists".
1882         (s390_arch_setup): Add TDB regset support.
1883         (initialize_low_arch): Initialize registers for new tdescs.
1884
1885 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1886
1887         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1888         (S390_IS_FPREGSET_REGNUM): New macro.
1889         * s390-tdep.c (s390_dwarf_regmap): Make const.
1890         (regnum_is_gpr_full): New function for replacing repeated code.
1891         (s390_pseudo_register_name): Use it.
1892         (s390_pseudo_register_type): Likewise.
1893         (s390_pseudo_register_read): Likewise.
1894         (s390_pseudo_register_write): Likewise.
1895         (s390_unwind_pseudo_register): Likewise.
1896         (s390_regmap_gregset): New format for regmap.
1897         (s390x_regmap_gregset): Likewise.
1898         (s390_regmap_fpregset): Likewise.
1899         (s390_regmap_upper): Likewise.
1900         (s390_regmap_last_break): Likewise.
1901         (s390_regmap_system_call): Likewise.
1902         (s390_supply_regset): Adjust to new regmap format.
1903         (s390_collect_regset): Likewise.
1904         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1905         (s390_native_collect): Likewise.
1906         (supply_gregset): Likewise.
1907         (fill_gregset): Likewise.
1908         (supply_fpregset): Likewise.
1909         (fill_fpregset): Likewise.
1910         (fetch_regset): Likewise.
1911         (store_regset): Likewise.
1912         (s390_linux_fetch_inferior_registers): Likewise.
1913         (s390_linux_fetch_inferior_registers): Likewise.
1914
1915 2013-09-12  Andrew Pinski  <apinski@cavium.com>
1916
1917         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1918
1919 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1920
1921         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1922
1923 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
1924
1925         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1926
1927 2013-09-06  Pedro Alves <palves@redhat.com>
1928
1929         * remote-sim.c (dump_mem, gdbsim_fetch_register)
1930         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1931         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1932         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1933         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1934         gdb_stdlog.
1935
1936 2013-09-06  Pedro Alves  <palves@redhat.com>
1937
1938         * remote-sim.c (dump_mem): Constify buf parameter.
1939         gdbsim_xfer_inferior_memory): Rename to ...
1940         (gdbsim_xfer_memory): ... this.  Adjust interface as
1941         target_xfer_partial helper.
1942         (gdbsim_xfer_partial): New function.
1943         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1944         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
1945
1946 2013-09-06  Pedro Alves  <palves@redhat.com>
1947
1948         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1949         host_address_to_string, and send debug output to gdb_stdlog.
1950
1951 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1952
1953         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1954         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1955         gdb_target_obs for cris target.
1956         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1957         (cris_gdbarch_init): Move calls to
1958         set_gdbarch_fetch_tls_load_module_address and
1959         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1960         Add call to gdbarch_init_osabi.
1961         * cris-linux-tdep.c: New file.
1962         * cris-tdep.h: New file.
1963
1964 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
1965
1966         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1967         to deprecated_init_ui_hook.
1968
1969 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
1970
1971         * cli/cli-interp.c (_initialize_cli_interp): Add a
1972         command_loop_proc to interp_procs.
1973         * event-top.c (cli_command_loop): Change signature to match
1974         interp_command_loop_ftype.
1975         * event-top.h (cli_command_loop): Same.
1976         * interps.c (interp_new): Require every interpreter to have a
1977         command_loop_proc.
1978         (current_interp_command_loop): Just call the command_loop_proc on
1979         the current interpreter.
1980         * tui/tui-interp.c (_initialize_tui_interp): Add a
1981         command_loop_proc to interp_procs.
1982
1983 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1984
1985         * cris-tdep.c (cris_gdbarch_init): Add call to
1986         get_gdbarch_fetch_tls_load_module_address.
1987
1988 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1989
1990         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1991         (cris_elf_gregset_t): Rename from elf_gregset_t.
1992         (crisv32_elf_gregset_t): Adjust.
1993         (cris_supply_gregset, fetch_core_registers): Adjust.
1994
1995 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1996
1997         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1998
1999 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
2000
2001         * defs.h (deprecated_command_loop_hook): Remove, including
2002         references in comments.
2003         * interps.c (current_interp_command_loop): No longer use
2004         deprecated_command_loop_hook.
2005         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2006         setup.
2007         * top.c (deprecated_command_loop_hook): Remove.
2008
2009 2013-09-05  Pedro Alves  <palves@redhat.com>
2010
2011         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2012         local is now int instead of ULONGEST.  Print it with %d
2013         instead of paddress.
2014
2015 2013-09-05  Tristan Gingold  <gingold@adacore.com>
2016
2017         * MAINTAINERS: Remove avr maintainership.
2018
2019 2013-09-05  Pedro Alves  <palves@redhat.com>
2020
2021         * findvar.c (value_of_register): Rework in terms of
2022         value_of_register_lazy.
2023
2024 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
2025
2026         * symfile.c (add_symbol_file_command): Remove trailing
2027          whitespaces and blank line after comment.
2028
2029 2013-09-05  Pedro Alves  <palves@redhat.com>
2030
2031         * tui/tui-regs.c (tui_register_format): Don't look at the
2032         register's name here.  Return string representing register
2033         value instead of storing it in the data element.
2034         (tui_get_register): Compare register string representations
2035         instead of register value states and contents.
2036
2037 2013-09-05  Pedro Alves  <palves@redhat.com>
2038
2039         PR tui/15933
2040         * tui/tui-regs.c (tui_show_registers): Show registers of the
2041         selected frame, not the current frame.
2042
2043 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
2044
2045         * MAINTAINERS (Write After Approval): Add myself to the list.
2046
2047 2013-09-04  Doug Evans  <dje@google.com>
2048
2049         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2050         (queue_and_load_dwo_tu): New function.
2051         (lookup_dwo_signatured_type): Set per_cu.tu_read.
2052         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2053         Make dependent_cu optional.
2054         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2055         and an older .gdb_index is in use, queue and load all its TUs too.
2056
2057 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2058
2059         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2060         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2061         variable search_flags.
2062         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2063         (OPF_RETURN_REALPATH): ... here.
2064         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2065         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2066         call.  Twice.
2067         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2068         openp call.
2069         * solib.c (solib_find): Likewise.  Four times.
2070         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2071         in the function comment and for the realpath_fptr variable.
2072         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2073         (find_and_open_source): Likewise.  Twice.
2074         * symfile.c (symfile_bfd_open): Likewise, also twice.
2075
2076 2013-09-04  Doug Evans  <dje@google.com>
2077
2078         * progspace.c (save_current_space_and_thread): Remove unnecessary
2079         call to save_current_inferior.
2080
2081 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
2082
2083         * sh64-tdep.c (sh64_do_register): Return after printing message
2084         about unavailable register contents.
2085
2086 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
2087             Pedro Alves  <palves@redhat.com>
2088
2089         * symfile.c (add_symbol_file_command): Error out on unknown
2090         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2091         options and collapse into single conditional branch.
2092
2093 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
2094
2095         * inf-child.c (inf_child_follow_fork): New parameter
2096         detach_fork.
2097         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2098         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2099         * inferior.h (detach_fork): Remove.
2100         * infrun.c (detach_fork): Adjust comment and make it
2101         static.
2102         (follow_fork): Pass detach_fork parameter to
2103         target_follow_fork.
2104         * linux-nat.c (linux_child_follow_fork): New parameter
2105         detach_fork.
2106         * target.c (target_follow_fork): New parameter detach_fork.
2107         Pass detach_fork as parameter and print its value.
2108         * target.h (struct target_ops) <to_follow_fork>: New int
2109         parameter.
2110         (target_follow_fork): New parameter detach_fork.
2111
2112 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
2113
2114         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2115         Replace sec->bfd by sec->the_bfd_section->owner.
2116
2117 2013-09-03  Yao Qi  <yao@codesourcery.com>
2118
2119         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
2120         from linux_has_shared_address_space.
2121         (linux_has_shared_address_space): Call linux_is_uclinux.
2122         * linux-tdep.h (linux_is_uclinux): Declare.
2123         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2124         linux_is_uclinux.
2125
2126 2013-09-03  Yao Qi  <yao@codesourcery.com>
2127
2128         * config/djgpp/fnchange.lst: Remove entry of
2129         i386-interix-nat.c and i386-interix-tdep.c.
2130         * configure.ac: Remove '*-*-interix*'.
2131         * configure: Re-generated.
2132         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2133         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2134         obsolete comments.
2135         * osabi.c (gdb_osabi_names): Remove "Interix".
2136
2137 2013-09-03  Yao Qi  <yao@codesourcery.com>
2138
2139         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2140
2141 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
2142
2143         * record.h (record_print_flag) <record_print_src_line,
2144         record_print_insn_range>: Rename into ...
2145         (record_print_flag) <record_print_src_line,
2146         record_print_insn_range>: ... this.  Update all users.
2147
2148 2013-09-02  Pierre Muller  <muller@sourceware.org>
2149
2150         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2151         error code.
2152
2153 2013-09-02  Pierre Muller  <muller@sourceware.org>
2154
2155         * windows-nat.c (windows_xfer_memory): Fix compilation failure
2156         by use of plongest function.
2157
2158 2013-09-02  Tristan Gingold  <gingold@adacore.com>
2159
2160         * NEWS: Add entry mentioning support for native Windows x64
2161         SEH data.
2162
2163         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
2164         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
2165         (struct amd64_windows_frame_cache): New struct.
2166         (amd64_windows_w2gdb_regnum): New global.
2167         (pc_in_range, amd64_windows_frame_decode_epilogue)
2168         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
2169         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
2170         (amd64_windows_frame_this_id): New functions.
2171         (amd64_windows_frame_unwind): New static global.
2172         (amd64_windows_skip_prologue): New function.
2173         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2174         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2175         with amd64_windows_skip_prologue.
2176
2177 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
2178
2179         GDB 7.6.1 released.
2180
2181 2013-08-30  Pedro Alves  <palves@redhat.com>
2182
2183         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2184         SRC_AND_LOC.
2185
2186 2013-08-30  Pedro Alves  <palves@redhat.com>
2187
2188         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2189         warning text.
2190
2191 2013-08-30  Pedro Alves  <palves@redhat.com>
2192
2193         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2194         Adjust arguments to print_stack_frame.
2195
2196 2013-08-30  Pedro Alves  <palves@redhat.com>
2197
2198         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2199
2200 2013-08-30  Pedro Alves  <palves@redhat.com>
2201
2202         * frame.h (show_and_print_stack_frame): Delete declaration.
2203
2204 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
2205
2206         PR python/15461
2207
2208         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2209         (archpy_name): Check for valid architecture.
2210         (archpy_disassemble): Ditto.
2211
2212 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
2213
2214         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2215         instead of "long long" in call to ptrace64.
2216
2217 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
2218
2219         * mi/mi-interp.c (mi_command_loop): Change signature to match
2220         interp_command_loop_ftype.
2221         (mi1_command_loop): Remove.
2222         (mi2_command_loop): Remove.
2223         (mi3_command_loop): Remove.
2224         (mi_interpreter_resume): Remove setting of
2225         deprecated_command_loop_hook.
2226         (_initialize_mi_interp): Set mi_command_loop as the command loop
2227         callback.
2228
2229 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2230
2231         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2232         value_type.
2233
2234 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2235
2236         * value.c (allocate_value_contents): Make static.
2237         * value.h (allocate_value_contents): Remove prototype.
2238
2239 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2240
2241         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2242         of assembling value via allocate_value_lazy and attribute setter.
2243         * findvar.c (default_read_var_value): Use value_at_lazy instead of
2244         assembling value via allocate_value_lazy and attribute setter.
2245         * valops.c (do_search_struct_field): Use value_at_lazy instead of
2246         assembling value via allocate_value_lazy and attribute setter.
2247
2248 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2249
2250         * value.c (value_from_contents_and_address): Replace allocate_value and
2251         memcpy with value_from_contents.
2252
2253 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2254
2255         * python/py-framefilter.c (py_print_frame): Remove usage of
2256         PyString_AsString.  Use python_string_to_host_string instead.
2257         Refactor function to work with a string as a new allocation
2258         instead of a pointer.
2259         (py_print_frame): Ditto.
2260         * python/lib/gdb/frames.py (return_list): Cain iterators together
2261         instead of adding them as a list.
2262         (_sort_list): Call return_list, and remove duplicate code.
2263         (execute_frame_filters): Convert iterator to a list with list().
2264         * python/lib/gdb/command/frame_filters.py
2265         (SetFrameFilterPriority._set_filter_priority): Convert priority
2266         attribute to an integer.
2267         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2268         wrapper function __next__.
2269         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2270         define as "str".
2271
2272 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2273
2274         PR python/15752
2275         * python/py-framefilter.c (apply_frame_filter): Check
2276         gdb_python_initialized.  Exit if the Python frame-filter code
2277         cannot be initialized.
2278
2279 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2280
2281         PR cli/15842
2282         * top.c (print_gdb_version): Remove erroneous newline after help
2283         text.
2284
2285 2013-08-29  Yao Qi  <yao@codesourcery.com>
2286
2287         * varobj.c (install_dynamic_child): Remove trailing space.
2288         Add one blank line after variable declaration.
2289
2290 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2291
2292         PR gdb/15415
2293         * corefile.c (get_exec_file): Use exec_filename.
2294         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
2295         * exec.c (exec_close): Free EXEC_FILENAME.
2296         (exec_file_attach): New variable canonical_pathname.  Use
2297         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
2298         EXEC_FILENAME.
2299         * exec.h (exec_filename): New.
2300         * inferior.c (print_inferior, inferior_command): Use
2301         PSPACE_EXEC_FILENAME.
2302         * mi/mi-main.c (print_one_inferior): Likewise.
2303         * progspace.c (clone_program_space, print_program_space): Likewise.
2304         * progspace.h (struct program_space): New field pspace_exec_filename.
2305         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
2306         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2307
2308 2013-08-28  Will Newton  <will.newton@linaro.org>
2309
2310         * common/linux-ptrace.c: Include stdint.h unconditionally.
2311
2312 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2313
2314         Code cleanup.
2315         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2316
2317 2013-08-28  Yao Qi  <yao@codesourcery.com>
2318             Pedro Alves  <palves@redhat.com>
2319
2320         * event-top.c (gdb_setup_readline): Call stderr_fileopen
2321         instead of stdio_fileopen.
2322         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2323         .Call stderr_fileopen instead of stdio_fileopen.
2324         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2325         [__MINGW32__] (stderr_file_fputs): New function.
2326         (stderr_fileopen): New function.
2327         * ui-file.h (stderr_fileopen): Declare.
2328
2329 2013-08-27  Doug Evans  <dje@google.com>
2330
2331         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2332         (struct dwarf2_per_cu_data): Ditto.
2333         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
2334         (process_imported_unit_die): Ditto.
2335         (follow_die_sig_1): Simplify assert.
2336
2337 2013-08-27  Pedro Alves  <palves@redhat.com>
2338
2339         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2340         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
2341         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2342         windows_xfer_memory directly.
2343         (init_windows_ops): Don't install a deprecated_xfer_memory method.
2344
2345 2013-08-27  Pedro Alves  <palves@redhat.com>
2346
2347         * darwin-nat.c (darwin_xfer_memory): Delete.
2348         (_initialize_darwin_inferior): Don't install a
2349         deprecated_xfer_memory method.
2350
2351 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2352             Yao Qi  <yao@codesourcery.com>
2353
2354         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2355         (parse_no_frames_option): Remove.
2356         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2357         (mi_cmd_stack_list_args): Adjust.
2358         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2359         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
2360         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2361         Caller update.
2362         (list_args_or_locals): New parameter 'skip_unavailable'.
2363         Handle it.
2364         * valprint.c (scalar_type_p): Rename to ...
2365         (val_print_scalar_type_p): ... this.  Make extern.
2366         (val_print, value_check_printable): Adjust.
2367         * valprint.h (val_print_scalar_type_p): Declare.
2368         * value.c (value_entirely_unavailable): New function.
2369         * value.h (value_entirely_unavailable): Declare.
2370
2371         * NEWS: Mention the new option "--skip-unavailable" to MI
2372         commands '-stack-list-locals', '-stack-list-arguments' and
2373         '-stack-list-variables'.
2374
2375 2013-08-27  Yao Qi  <yao@codesourcery.com>
2376
2377         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2378         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2379         options.
2380         * mi/mi-getopt.c (mi_getopt): Remove.
2381         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
2382         'error_on_unknown'.
2383         (mi_getopt): Call mi_getopt_1.
2384         (mi_getopt_silent): New.
2385         * mi/mi-getopt.h (mi_getopt_silent): Declare.
2386
2387 2013-08-26  Doug Evans  <dje@google.com>
2388
2389         PR symtab/15885
2390         * dwarf2read.c (dw2_dump): Print some minimal information indicating
2391         .gdb_index is in use.
2392         * symfile.c (reread_symbols): Reset objfile->sf.
2393
2394         * NEWS: Document "mt print objfiles" now takes optional regexp.
2395         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2396         regexp of objfiles to print.
2397         (_initialize_symmisc): Update doc string for "mt print objfiles".
2398
2399         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2400         missing debug info checks.
2401
2402 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
2403             Ulrich Weigand  <uweigand@de.ibm.com>
2404
2405         * xcoffread.c (arrange_linetable): Add fix to correctly handle
2406         line tables generated by XLC compiled binaries.
2407
2408 2013-08-23  Doug Evans  <dje@google.com>
2409
2410         * symmisc.c (dump_symtab): Delete prototype.
2411         (dump_msymbols, dump_objfile): Ditto.
2412         (maintenance_info_symtabs): Mark as dont_repeat.
2413         (_initialize_symmisc): Improve doc string for "mt info symtabs".
2414
2415         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2416         debugging printf to better location.
2417
2418 2013-08-23  Pedro Alves  <palves@redhat.com>
2419
2420         * target.c (target_read_live_memory): Change type of 'ret' local
2421         to LONGEST.
2422
2423 2013-08-23  Pedro Alves  <palves@redhat.com>
2424
2425         * remote.c (remote_write_bytes_aux, remote_write_bytes)
2426         (remote_read_bytes): Change return type to LONGEST, and adjust to
2427         return a target_xfer_error on error.
2428         (remote_xfer_memory): Delete.
2429         (remote_flash_write): Change type of 'ret' local to LONGEST.
2430         (remote_xfer_partial, remote_xfer_partial): Adjust.
2431         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2432
2433 2013-08-23  Pierre Muller  <muller@sourceware.org>
2434
2435         ARI fix: Push # directives to start of line.
2436         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2437
2438 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
2439
2440         PR gdb/15501
2441         * breakpoint.c (enable_command, disable_command): Iterate over
2442         all specified breakpoint locations.
2443
2444 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2445
2446         * common/linux-ptrace.c (linux_fork_to_function): Push #
2447         directives to the start of the line.
2448         (linux_check_ptrace_features): Fix warning message to use
2449         the "_" markup.
2450
2451 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2452
2453         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2454         nat/linux-waitpid.h.
2455         (linux-waitpid.o): New object file rule.
2456         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2457         (current_ptrace_options): Moved from linux-nat.c.
2458         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2459         parameters.
2460         (linux_fork_to_function): New function.
2461         (linux_grandchild_function): Likewise.
2462         (linux_child_function): Likewise.
2463         (linux_check_ptrace_features): New function, heavily
2464         based on linux-nat.c:linux_test_for_tracefork.
2465         (linux_enable_event_reporting): New function.
2466         (ptrace_supports_feature): Likewise.
2467         (linux_supports_tracefork): Likewise.
2468         (linux_supports_traceclone): Likewise.
2469         (linux_supports_tracevforkdone): Likewise.
2470         (linux_supports_tracesysgood): Likewise.
2471         * common/linux-ptrace.h (HAS_NOMMU): Moved from
2472         gdbserver/linux-low.c.
2473         (linux_enable_event_reporting): New declaration.
2474         (linux_supports_tracefork): Likewise.
2475         (linux_supports_traceclone): Likewise.
2476         (linux_supports_tracevforkdone): Likewise.
2477         (linux_supports_tracesysgood): Likewise.
2478         * config.in (PTRACE_TYPE_ARG4): Regenerate.
2479         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2480         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2481         * config/arm/linux.mh (NATDEPFILES): Likewise.
2482         * config/i386/linux.mh (NATDEPFILES): Likewise.
2483         * config/i386/linux64.mh (NATDEPFILES): Likewise.
2484         * config/ia64/linux.mh (NATDEPFILES): Likewise.
2485         * config/m32r/linux.mh (NATDEPFILES): Likewise.
2486         * config/m68k/linux.mh (NATDEPFILES): Likewise.
2487         * config/mips/linux.mh (NATDEPFILES): Likewise.
2488         * config/pa/linux.mh (NATDEPFILES): Likewise..
2489         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2490         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2491         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2492         * config/sparc/linux.mh (NATDEPFILES): Likewise.
2493         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2494         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2495         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2496         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2497         ptrace's 4th argument's types.
2498         Check the type of PTRACE_TYPE_ARG4.
2499         * configure: Regenerate.
2500         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2501         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2502         (linux_supports_tracefork_flag): Remove.
2503         (linux_supports_tracesysgood_flag): Likewise.
2504         (linux_supports_tracevforkdone_flag): Likewise.
2505         (current_ptrace_options): Moved to
2506         common/linux-ptrace.c.
2507         (linux_tracefork_child): Remove.
2508         (my_waitpid): Remove.
2509         (linux_test_for_tracefork): Renamed to
2510         linux_check_ptrace_features and moved to common/linux-ptrace.c.
2511         (linux_test_for_tracesysgood): Remove.
2512         (linux_supports_tracesysgood): Remove.
2513         (linux_supports_tracefork): Remove.
2514         (linux_supports_tracevforkdone): Remove.
2515         (linux_enable_tracesysgood): Remove.
2516         (linux_enable_event_reporting): Remove.
2517         (linux_init_ptrace): New function.
2518         (linux_child_post_attach): Call linux_init_ptrace.
2519         (linux_child_post_startup_inferior): Call linux_init_ptrace.
2520         (linux_child_follow_fork): Call linux_supports_tracefork
2521         and linux_supports_tracevforkdone.
2522         (linux_child_insert_fork_catchpoint): Call
2523         linux_supports_tracefork.
2524         (linux_child_insert_vfork_catchpoint): Likewise.
2525         (linux_child_set_syscall_catchpoint): Call
2526         linux_supports_tracesysgood.
2527         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2528         * nat/linux-nat.h: New file.
2529         * nat/linux-waitpid.c: New file.
2530         * nat/linux-waitpid.h: New file.
2531
2532 2013-08-22  Samuel Bronson  <naesten@gmail.com>
2533
2534         ARM Linux support for `catch syscall'.
2535         * syscalls/arm-linux.py: New file.
2536         * syscalls/arm-linux.xml: Likewise.
2537         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2538         (arm_linux_init_abi): Register the new function and syscall xml file.
2539         * data-directory/Makefile.in: Install the new syscall xml file.
2540         * NEWS: Brag about this.
2541
2542 2013-08-22  Pedro Alves  <palves@redhat.com>
2543
2544         PR gdb/15871
2545         * corefile.c (target_xfer_memory_error): New function.
2546         (memory_error): Defer EIO to target_memory_error.
2547         (read_memory): Use target_xfer_partial, and handle finer-grained
2548         target xfer errors.
2549         * target.c (target_xfer_error_to_string): New function.
2550         (memory_xfer_partial_1): If memory is known to be
2551         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2552         (target_xfer_partial): Make extern.
2553         * target.h (enum target_xfer_error): New enum.
2554         (target_xfer_error_to_string): Declare function.
2555         (target_xfer_partial): Declare function.
2556         (struct target_ops) <xfer_partial>: Adjust describing comment.
2557
2558 2013-08-22  Alan Modra  <amodra@gmail.com>
2559
2560         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2561         * configure.tgt: Likewise as targets.
2562
2563 2013-08-20  Doug Evans  <dje@google.com>
2564
2565         * buildsym.c (subfile_stack): Move here from buildsym.h.
2566         (pending_macros): Ditto.
2567         (get_macro_table): New function.
2568         (buildsym_init): Initialize subfile_stack.
2569         * coffread.c (type_vector,type_vector_length): Moved here from
2570         buildsym.h.
2571         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2572         (coff_symtab_read): Use it.
2573         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2574         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2575         with call to get_macro_table.
2576         * stabsread.c (type_vector,type_vector_length): Moved here from
2577         buildsym.h.
2578         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2579         * buildsym.h (get_macro_table): Declare.
2580
2581 2013-08-20  Tom Tromey  <tromey@redhat.com>
2582
2583         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2584         Update.
2585         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
2586
2587 2013-08-20  Doug Evans  <dje@google.com>
2588
2589         * blockframe.c: Remove #include "psymtab.h".
2590         * cp-support.c: Ditto.
2591         * source.c: Ditto.
2592         * stack.c: Ditto.
2593
2594 2013-08-20  Tom Tromey  <tromey@redhat.com>
2595
2596         PR python/15816:
2597         * exceptions.h (return_mask): Now an enum.
2598         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2599         enum constants.
2600
2601 2013-08-20  Tom Tromey  <tromey@redhat.com>
2602
2603         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2604         get_objfile_arch.
2605         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2606         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2607         * jit.c (jit_object_close_impl): Update.
2608         * jv-lang.c (get_dynamics_objfile): Update.
2609         * linespec.c (add_minsym): Use get_dynamics_objfile.
2610         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2611         (allocate_objfile): Don't initialize 'gdbarch' field.
2612         (get_objfile_arch): Update.
2613         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2614         moved from...
2615         (struct objfile) <gdbarch>: ... here.  Remove.
2616         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2617         get_objfile_arch.
2618         * symfile.c (init_entry_point_info): Use get_objfile_arch.
2619
2620 2013-08-20  Alan Modra  <amodra@gmail.com>
2621
2622         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2623         for IBM long double nan and inf.
2624         (floatformat_is_negative, floatformat_classify,
2625         floatformat_mantissa): Similarly.
2626         (floatformat_ieee_single, floatformat_ieee_double,
2627         floatformat_ieee_quad, floatformat_arm_ext,
2628         floatformat_ia64_spill): Delete unused vars.
2629         (_initialize_doublest): Delete unused function.
2630         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2631         little-endian variants of floatformat_ibm_long_double.
2632
2633 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
2634
2635         * Makefile.in (SFILES): Remove common/target-common.c and
2636         add target/waitstatus.c.
2637         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2638         target/resume.h, target/wait.h and target/waitstatus.h.
2639         (COMMON_OBS): Remove target-common.o and add
2640         waitstatus.o.
2641         (target-common.o): Remove.
2642         (waitstatus.o): New target object file.
2643         * common/target-common.c: Move contents to
2644         target/waitstatus.c and remove.
2645         * common/target-common.h: Move contents to other files and
2646         remove.
2647         (enum resume_kind: Move to target/resume.h.
2648         (TARGET_WNOHANG): Move to target/wait.h.
2649         (enum target_waitkind): Move to target/waitstatus.h.
2650         (struct target_waitstatus): Likewise.
2651         * target.h: Do not include target-common.h and
2652         include target/resume.h, target/wait.h and
2653         target/waitstatus.h.
2654         * target/resume.h: New file.
2655         * target/wait.h: New file.
2656         * target/waitstatus.h: New file.
2657         * target/waitstatus.c: New file.
2658
2659 2013-08-19  Pedro Alves  <palves@redhat.com>
2660
2661         * linux-nat.c (linux_test_for_tracefork)
2662         (linux_test_for_tracesysgood, linux_child_follow_fork)
2663         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2664         (linux_nat_wait_1): Extend comment.
2665         (linux_async_pipe): Add comment.
2666
2667 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
2668
2669         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2670         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2671         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2672         Update to account for fact that PC is now a pseudo-register.
2673         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
2674         cases for RL78_PC_REGNUM.
2675
2676 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
2677
2678         PR cli/15841
2679         * top.c (quit_force): Skip writing history file
2680         if input is not from terminal.
2681
2682 2013-08-14  Tom Tromey  <tromey@redhat.com>
2683
2684         * remote.c (struct remote_state) <echo_nextthread, nextthread,
2685         resultthreadlist>: New fields.
2686         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2687         (remote_get_threadlist, remote_threadlist_iterator): Use
2688         new fields.  Remove static variables.
2689
2690 2013-08-14  Tom Tromey  <tromey@redhat.com>
2691
2692         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2693         remote_watch_data_address>: New fields.
2694         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2695         (process_stop_reply, remote_wait_as)
2696         (remote_check_watch_resources, remote_stopped_data_address): Update.
2697
2698 2013-08-14  Tom Tromey  <tromey@redhat.com>
2699
2700         * remote.c (struct remote_state) <async_client_callback,
2701         async_client_context>: New fields.
2702         (async_client_callback, async_client_context): Remove.
2703         (remote_async_serial_handler, remote_async): Update.
2704
2705 2013-08-14  Tom Tromey  <tromey@redhat.com>
2706
2707         * remote.c (sizeof_pkt): Remove.
2708         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2709
2710 2013-08-14  Tom Tromey  <tromey@redhat.com>
2711
2712         * remote.c (struct remote_state) <use_threadinfo_query,
2713         use_threadextra_query>: New fields.
2714         (remote_threads_info, remote_threads_extra_info)
2715         (remote_open_1): Update.
2716
2717 2013-08-14  Tom Tromey  <tromey@redhat.com>
2718
2719         * remote.c (struct remote_state) <finished_object,
2720         finished_annex, finished_offset>: New fields.
2721         (remote_read_qxfer): Use remote_state fields; remove static
2722         variables.
2723
2724 2013-08-14  Tom Tromey  <tromey@redhat.com>
2725
2726         * remote.c (struct remote_state) <last_sent_step>:
2727         New field.
2728         (last_sent_step): Remove.
2729         (remote_resume, remote_wait_as): Update.
2730
2731 2013-08-14  Tom Tromey  <tromey@redhat.com>
2732
2733         * remote.c (struct remote_state) <last_sent_signal>:
2734         New field.
2735         (last_sent_signal): Remove.
2736         (new_remote_state, remote_resume, remote_wait_as): Update.
2737
2738 2013-08-14  Tom Tromey  <tromey@redhat.com>
2739
2740         * remote.c (struct remote_state) <last_program_signals_packet>:
2741         New field.
2742         (last_program_signals_packet): Remove.
2743         (remote_program_signals, remote_open_1): Update.
2744
2745 2013-08-14  Tom Tromey  <tromey@redhat.com>
2746
2747         * remote.c (struct remote_state) <last_pass_packet>:
2748         New field.
2749         (last_pass_packet): Remove.
2750         (remote_pass_signals, remote_open_1): Update.
2751
2752 2013-08-14  Tom Tromey  <tromey@redhat.com>
2753
2754         * remote.c (struct remote_state) <remote_traceframe_number>:
2755         New field.
2756         (remote_traceframe_number): Remove.
2757         (new_remote_state, remote_open_1, set_remote_traceframe)
2758         (remote_trace_find): Update.
2759
2760 2013-08-14  Tom Tromey  <tromey@redhat.com>
2761
2762         * remote.c (struct remote_state) <general_thread, continue_thread>:
2763         New fields.
2764         (general_thread, continue_thread): Remove.
2765         (record_currthread, set_thread, set_general_process)
2766         (remote_open_1, extended_remote_attach_1, remote_wait_as)
2767         (extended_remote_mourn_1): Update.
2768
2769 2013-08-14  Tom Tromey  <tromey@redhat.com>
2770
2771         * remote.c (struct remote_state) <remote_desc>: New field.
2772         (remote_desc): Remove.
2773         (remote_threads_info, remote_threads_extra_info, remote_close)
2774         (send_interrupt_sequence, remote_start_remote, remote_open_1)
2775         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2776         (remote_hostio_send_command, remote_file_put, remote_file_get)
2777         (remote_file_delete, remote_can_async_p, remote_is_async_p)
2778         (remote_async, remote_new_objfile, set_range_stepping): Update.
2779
2780 2013-08-14  Tom Tromey  <tromey@redhat.com>
2781
2782         * remote.c (remote_state): Now a pointer.
2783         (get_remote_state_raw): Update.
2784         (new_remote_state): New function.
2785         (_initialize_remote): Use new_remote_state.
2786
2787 2013-08-14  Tom Tromey  <tromey@redhat.com>
2788
2789         * remote.c (remote_protocol_features): Now const.
2790
2791 2013-08-14  Tom Tromey  <tromey@redhat.com>
2792
2793         * remote.c (crc32_table, crc32): Remove.
2794         (remote_verify_memory): Use xcrc32.
2795
2796 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2797
2798         * value.h (create_internalvar_type_lazy): Adjust prototype
2799         declaration.
2800
2801 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
2802
2803         * common/format.c (parse_format_string): Don't allow '#' flag for
2804         pointer arguments in format string.
2805
2806 2013-08-13  Pierre Muller  <muller@sourceware.org>
2807
2808         * utils.c (init_page_info): Only call tgetnum function
2809         if rl_get_screen_size did not return useful values.
2810
2811 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
2812
2813         PR breakpoints/15117
2814         * linespec.c (linespec_parse_basic): Check for convenience
2815         variable or history value while parsing.
2816
2817 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
2818
2819         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2820         AVR.
2821         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
2822         different signals between the generic Linux kernel implementation
2823         and AVR's.
2824         (avr_linux_gdb_signal_from_target): Delete.
2825         (avr_linux_gdb_signal_to_target): Delete.
2826         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2827
2828 2013-08-09  Doug Evans  <dje@google.com>
2829
2830         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2831         entries.
2832
2833 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
2834
2835         * linux-tdep.c: Define enum with generic signal numbers.
2836         (linux_gdb_signal_from_target): New function.
2837         (linux_gdb_signal_to_target): Likewise.
2838         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2839         methods to the functions above.
2840         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2841         (linux_gdb_signal_to_target): Likewise.
2842         * alpha-linux-tdep.c: Define new enum with signals different
2843         from generic Linux kernel.
2844         (alpha_linux_gdb_signal_from_target): New function.
2845         (alpha_linux_gdb_signal_to_target): Likewise.
2846         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2847         with the functions mentioned above.
2848         * avr-tdep.c: Define enum with differences between Linux kernel
2849         and AVR signals.
2850         (avr_linux_gdb_signal_from_target): New function.
2851         (avr_linux_gdb_signal_to_target): Likewise.
2852         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2853         the functions mentioned above.
2854         * sparc-linux-tdep.c: Define enum with differences between SPARC
2855         and generic Linux kernel signal numbers.
2856         (sparc32_linux_gdb_signal_from_target): New function.
2857         (sparc32_linux_gdb_signal_to_target): Likewise.
2858         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2859         to the functions defined above.
2860         * xtensa-linux-tdep.c: Define enum with differences between
2861         Xtensa and Linux kernel generic signals.
2862         (xtensa_linux_gdb_signal_from_target): New function.
2863         (xtensa_linux_gdb_signal_to_target): Likewise.
2864         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2865         to the functions defined above.
2866         * mips-linux-tdep.c: Define enum with differences between
2867         signals in MIPS and Linux kernel generic ones.
2868         (mips_gdb_signal_to_target): New function.
2869         (mips_gdb_signal_from_target): Redefine to use new enum, handle
2870         only different signals from the Linux kernel generic.
2871         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2872         the functions defined above.
2873         * mips-linux-tdep.h (enum mips_signals): Remove.
2874
2875 2013-08-09  Pedro Alves  <palves@redhat.com>
2876
2877         * avr-tdep.c (XMALLOC): Delete macro.
2878         * cli/cli-dump.c (XMALLOC): Delete macro.
2879
2880 2013-08-09  Pedro Alves  <palves@redhat.com>
2881
2882         * cli/cli-dump.c: Don't include cli/cli-dump.h.
2883         (scan_expression_with_cleanup, scan_filename_with_cleanup)
2884         (fopen_with_cleanup, add_dump_command): Make static.
2885         * cli/cli-dump.h: Delete file.
2886         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2887         cli/cli-dump.h.
2888
2889 2013-08-09  Pedro Alves  <palves@redhat.com>
2890
2891         * tracepoint.c (tfile_start): Show tilde-expanded filename in
2892         error message.
2893
2894 2013-08-09  Pedro Alves  <palves@redhat.com>
2895
2896         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2897         error message.
2898
2899 2013-08-09  Pedro Alves  <palves@redhat.com>
2900
2901         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2902         (gcore_command): Use tilde_expand here, and when showing the
2903         filename to the user, show the expanded version.
2904
2905 2013-08-09  Yao Qi  <yao@codesourcery.com>
2906
2907         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2908         'entryval' is set.
2909
2910 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
2911
2912         * gcore.c (create_gcore_bfd): Use tilde_expand.
2913
2914 2013-08-08  Yao Qi  <yao@codesourcery.com>
2915
2916         * frame.h (read_frame_local): Declare.
2917         * mi/mi-cmd-stack.c (list_args_or_locals): Call
2918         read_frame_local.
2919         * stack.c (read_frame_local): New.
2920
2921 2013-08-08  Yao Qi  <yao@codesourcery.com>
2922
2923         * mi/mi-cmd-stack.c: Update comments to function
2924         list_args_or_locals.
2925
2926 2013-08-07  Tom Tromey  <tromey@redhat.com>
2927
2928         PR symtab/15028:
2929         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2930         (process_psymtab_comp_unit_reader): Use it.
2931         (process_psymtab_comp_unit): Update.  Add "pretend_language"
2932         argument.
2933         (dwarf2_build_psymtabs_hard): Update.
2934         (scan_partial_symbols): Pass CU's language to
2935         process_psymtab_comp_unit.
2936
2937 2013-08-07  Tom Tromey  <tromey@redhat.com>
2938
2939         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2940         (dwarf2_gdb_index_functions): Update.
2941         * psymtab.c (find_symbol_file_from_partial): Remove.
2942         (psym_functions): Update.
2943         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2944         Remove.
2945
2946 2013-08-07  Tom Tromey  <tromey@redhat.com>
2947
2948         * symfile.c (set_initial_language): Look up "main" symbol
2949         and use its language.
2950         * symtab.c (find_main_filename): Remove.
2951         * symtab.h (find_main_filename): Remove.
2952
2953 2013-08-07  Tom Tromey  <tromey@redhat.com>
2954
2955         * dwarf2read.c (recursively_compute_inclusions): Add
2956         "immediate_parent" argument.  Set symtab's "user" field
2957         if not set.
2958         (compute_symtab_includes): Update.
2959
2960 2013-08-07  Tom Tromey  <tromey@redhat.com>
2961
2962         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2963         when adding label symbols.
2964
2965 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2966             Ulrich Weigand  <uweigand@de.ibm.com>
2967
2968         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2969         * configure.host (powerpc64-*-aix*): Likewise.
2970
2971 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2972             Ulrich Weigand  <uweigand@de.ibm.com>
2973
2974         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2975         is defined.
2976         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2977         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2978         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2979         * configure.ac: Check for ptrace64.
2980         * configure, config.in: Regenerate.
2981
2982 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2983             Ulrich Weigand  <uweigand@de.ibm.com>
2984
2985         * aixthread.c: Call ptrace64 instead of ptracex if defined.
2986         Call ptrace64 instead of ptrace if defined.
2987         Add macro addr_ptr to take care of ptrace address argument.
2988         (pdc_read_regs): Likewise.
2989         (pdc_write_regs): Likewise.
2990         (aix_thread_resume): Likewise.
2991         (fetch_regs_kernel_thread): Likewise.
2992         (store_regs_kernel_thread): Likewise.
2993
2994 2013-08-07  Anton Blanchard  <anton@samba.org>
2995
2996         * MAINTAINERS: Add myself to Write After Approval.
2997
2998 2013-08-05  Tom Tromey  <tromey@redhat.com>
2999
3000         * aix-thread.c (_initialize_aix_thread): Use
3001         complete_target_initialization.
3002         * bsd-uthread.c (_initialize_bsd_uthread): Use
3003         complete_target_initialization.
3004         * dec-thread.c (_initialize_dec_thread): Use
3005         complete_target_initialization.
3006         * ravenscar-thread.c (_initialize_ravenscar): Use
3007         complete_target_initialization.
3008         * sol-thread.c (_initialize_sol_thread): Use
3009         complete_target_initialization.
3010         * spu-multiarch.c (_initialize_spu_multiarch): Use
3011         complete_target_initialization.
3012
3013 2013-08-05  Tom Tromey  <tromey@redhat.com>
3014
3015         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3016         * ada-lang.c (ada_lookup_simple_minsym): Return
3017         bound_minimal_symbol.
3018         * ada-lang.h (ada_lookup_simple_minsym): Update.
3019         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3020         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3021         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3022         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3023         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3024         * minsyms.c (msymbol_objfile): Remove.
3025         (lookup_minimal_symbol_internal): New function, from
3026         lookup_minimal_symbol.
3027         (lookup_minimal_symbol): Rewrite using
3028         lookup_minimal_symbol_internal.
3029         (lookup_bound_minimal_symbol): New function.
3030         * minsyms.h (msymbol_objfile): Remove.
3031         (lookup_bound_minimal_symbol): Declare.
3032         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3033         * parse.c (write_exp_msymbol): Change parameter to a
3034         bound_minimal_symbol.
3035         (write_dollar_variable): Use lookup_bound_minimal_symbol.
3036         * parser-defs.h (write_exp_msymbol): Update.
3037         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3038         * symfile.c (simple_read_overlay_table): Use
3039         lookup_bound_minimal_symbol.
3040         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3041         (search_symbols): Likewise.
3042         (print_msymbol_info): Take a bound_minimal_symbol argument.
3043         (symtab_symbol_info, rbreak_command): Update.
3044         * symtab.h (struct symbol_search) <msymbol>: Change type
3045         to bound_minimal_symbol.
3046         * valops.c (find_function_in_inferior): Use
3047         lookup_bound_minimal_symbol.
3048         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3049
3050 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3051
3052         Code cleanup.
3053         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3054         to ...
3055         (async_cleanup_sigint_signal_handler): ... this.
3056         (initialize_sigint_signal_handler): Remove declaration.
3057         (handle_remote_sigint): Rename the declaration to ...
3058         (async_handle_remote_sigint): ... this.
3059         (handle_remote_sigint_twice): Rename the declaration to ...
3060         (async_handle_remote_sigint_twice): ... this.
3061         (async_remote_interrupt, async_remote_interrupt_twice)
3062         (remote_interrupt): Remove the declarations.
3063         (remote_interrupt_twice): Rename the declaration ...
3064         (sync_remote_interrupt_twice): ... this.
3065         (sigint_remote_twice_token): Rename the variable to ...
3066         (async_sigint_remote_twice_token): ... this.
3067         (sigint_remote_token): Rename the variable to ...
3068         (async_sigint_remote_token): ... this.
3069         (initialize_sigint_signal_handler): Rename the function to ...
3070         (async_initialize_sigint_signal_handler): ... this.  Update the name
3071         inside.
3072         (handle_remote_sigint): Rename the function to ...
3073         (async_handle_remote_sigint): ... this.  Update the names inside.
3074         (handle_remote_sigint_twice): Rename the function to ...
3075         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
3076         (cleanup_sigint_signal_handler): Rename the function to ...
3077         (async_cleanup_sigint_signal_handler): ... this.
3078         (remote_interrupt): Rename the function to ...
3079         (sync_remote_interrupt): this.  Update the names inside.
3080         (remote_interrupt_twice): Rename the function to ...
3081         (sync_remote_interrupt_twice): this.  Update the names inside.
3082         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3083         (_initialize_remote): Update the names inside.
3084
3085 2013-08-02  Tom Tromey  <tromey@redhat.com>
3086
3087         PR symtab/15719:
3088         * breakpoint.c (update_watchpoint, watchpoint_check)
3089         (watch_command_1): Update.
3090         * eval.c (fetch_subexp_value): Add "preserve_errors"
3091         parameter.
3092         * ppc-linux-nat.c (check_condition): Update.
3093         * value.h (fetch_subexp_value): Update.
3094
3095 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
3096
3097         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3098         add_file_handler.
3099
3100 2013-08-01  Doug Evans  <dje@google.com>
3101
3102         PR symtab/15691
3103         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3104         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3105         Add assert of sig_entry->dwo_unit == NULL.
3106         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3107         had already been read.
3108         (read_signatured_type): Set per_cu.tu_read.
3109
3110         PR symtab/15695
3111         * valops.c (value_struct_elt): Add missing call to check_typedef.
3112         (value_find_oload_method_list): Ditto.
3113
3114         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3115         effectively, struct symbol_search **.
3116         (make_cleanup_free_search_symbols): Change arg to struct
3117         symbol_search **.  All callers updated.
3118         (compare_search_syms): Compare symtab file name and block as well.
3119         (search_symbols_equal): New function.
3120         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3121         New args new_head, new_tail.  Result is now void.  Remove dups after
3122         sorting the symbols.
3123         (search_symbols): Sort all found symbols once, after all have been
3124         found, and remove duplicates.  Simplify cleanup tracking of result.
3125         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3126
3127         Further workarounds for binutils/15021.
3128         * dwarf2read.c (recursively_compute_inclusions): Change type of result
3129         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
3130         Watch for duplicate symtabs coming from type units.
3131         (compute_symtab_includes): Update call to
3132         recursively_compute_inclusions. Build vector of included symtabs
3133         instead of per_cus.
3134         * symtab.h (symtab_ptr): New typedef.
3135         (DEF_VEC_P (symtab_ptr)): New VEC type.
3136         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
3137         instead.
3138
3139 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
3140
3141         * cli/cli-script.c (script_from_file): Remove use of
3142         error_pre_print.
3143         * main.c (captured_main): Remove use of error_pre_print and
3144         quit_pre_print.
3145         * utils.c (error_pre_print, quit_pre_print): Remove.
3146         * utils.h (error_pre_print, quit_pre_print): Likewise.
3147
3148 2013-08-01  Yao Qi  <yao@codesourcery.com>
3149
3150         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3151         with mi_getopt.
3152         (mi_cmd_stack_list_variables): Likewise.
3153
3154 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3155
3156         * exceptions.c (deprecated_throw_reason): Remove.
3157         * exceptions.h (deprecated_throw_reason): Remove.
3158
3159 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3160
3161         * remote-mips.c (mips_error): Replace use of
3162         deprecated_throw_reason with throw_verror.  Use the error message
3163         passed to mips_error as the error message for throw_verror.
3164
3165 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3166
3167         * monitor.c (monitor_interrupt_query): Replace use of
3168         deprecated_throw_reason with quit.
3169         * nto-procfs.c (interrupt_query): Likewise.
3170         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3171         * remote-mips.c (mips_kill): Likewise.
3172         * remote.c (interrupt_query): Likewise.
3173
3174 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3175
3176         * utils.c (internal_verror): Replace use of deprecated_throw_reason
3177         with call to fatal.
3178
3179 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
3180             Yao Qi  <yao@codesourcery.com>
3181
3182         * tracepoint.c (trace_dump_command): Select the current frame.
3183
3184 2013-07-30  Doug Evans  <dje@google.com>
3185
3186         * dwarf2read.c (process_queue): Add type signature to debug output.
3187
3188 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3189
3190         * value.c (value_fetch_lazy): Mark optimized out values as such
3191         rather than raising an error.
3192
3193 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3194
3195         * value.c (value_fetch_lazy): Ensure parent value is not lazy
3196         before checking which bits of the parent, not the child, value are
3197         valid.
3198
3199 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
3200
3201         PR gdb/15715
3202         * top.c: Include "filenames.h".
3203         (set_history_filename): New function.
3204         (init_main): Install it as set hook of the "set history filename"
3205         command.
3206
3207 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3208
3209         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3210         attribute parameter.
3211         (dwarf2_const_value_data): Constify struct attribute parameter.
3212         (dwarf2_const_value): Constify struct attribute parameter.
3213         (dwarf2_const_value_attr): Constify struct attribute parameter.
3214         (lookup_die_type): Constify struct attribute parameter.
3215         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3216         (follow_die_ref_or_sig): Constify struct attribute parameter.
3217         (follow_die_ref): Constify struct attribute parameter.
3218         (follow_die_sig): Constify struct attribute parameter.
3219         (get_DW_AT_signature_type): Constify struct attribute parameter.
3220         (get_type_unit_group): Constify struct attribute parameter.
3221         (fill_in_loclist_baton): Constify struct attribute parameter.
3222         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3223         (type_unit_group): Constify struct attribute parameter.
3224
3225 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3226
3227         * dwarf2read.c (attr_form_is_block): Make argument const.
3228         (attr_form_is_section_offset): Make argument const.
3229         (attr_form_is_constant): Make argument const.
3230         (attr_form_is_ref): Make argument const.
3231
3232 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3233
3234         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3235         All uses updated.
3236         (attr_form_is_ref): Moved below attr_form_is_constant.
3237
3238 2013-07-29  Doug Evans  <dje@google.com>
3239
3240         * main.c (captured_command_loop): Tweak comment.
3241
3242         * target.c (target_async_permitted_1): Fix comment.
3243
3244         * symtab.c (iterate_over_some_symtabs): Add comment.
3245
3246         * symtab.c (iterate_over_some_symtabs): Fix indentation.
3247
3248 2013-07-27  Yao Qi  <yao@codesourcery.com>
3249
3250         * NEWS: Mention that GDBserver now supports hardware
3251         watchpoints on the MIPS GNU/Linux target.
3252
3253 2013-07-27  Yao Qi  <yao@codesourcery.com>
3254
3255         * Makefile.in (HFILES_NO_SRCDIR): Add
3256         common/mips-linux-watch.h.
3257         (mips-linux-watch.o): New rule.
3258         * common/mips-linux-watch.c: New.
3259         * common/mips-linux-watch.h: New.
3260         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3261         * mips-linux-nat.c: Include mips-linux-watch.h.
3262         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3263         to common/mips-linux-watch.h.
3264         (MAX_DEBUG_REGISTER): Likewise.
3265         (enum pt_watch_style): Likewise.
3266         (struct mips32_watch_regs): Likewise.
3267         (struct mips64_watch_regs): Likewise.
3268         (struct pt_watch_regs): Likewise.
3269         (struct mips_watchpoint): Likewise.
3270         (mips_linux_watch_get_irw_mask): Move to
3271         common/mips-linux-watch.c.
3272         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3273         (mips_linux_watch_get_watchlo): Likewise.
3274         (mips_linux_watch_set_watchlo): Likewise.
3275         (mips_linux_watch_get_watchhi): Likewise.
3276         (mips_linux_watch_set_watchhi): Likewise.
3277         (mips_linux_read_watch_registers): Likewise.
3278         (mips_linux_watch_type_to_irw): Likewise.
3279         (mips_linux_stopped_data_address, fill_mask): Likewise.
3280         (mips_linux_watch_try_one_watch): Likewise.
3281         (mips_linux_watch_populate_regs): Likewise.
3282
3283 2013-07-27  Yao Qi  <yao@codesourcery.com>
3284
3285         * mips-linux-nat.c (get_irw_mask): Rename to ...
3286         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
3287         'set' to 'n'.  Update function comment.  All callers changed.
3288         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
3289         function comment.  All callers changed.
3290         (get_num_valid): Rename to ...
3291         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
3292         'set' to 'n'.  Update function comment.  All callers changed.
3293         (get_watchlo): Rename to ...
3294         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
3295         'set' to 'n'.  Update function comment.  All callers changed.
3296         (set_watchlo): Rename to ...
3297         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
3298         'set' to 'n'.  Update function comment.  All callers changed.
3299         (get_watchhi): Rename to ...
3300         (mips_linux_watch_get_watchhi): ... this.  Update function
3301         comment.  All callers changed.
3302         (set_watchhi): Rename to ...
3303         (mips_linux_watch_set_watchhi): ... this.  Update function
3304         comment.  All callers changed.
3305         (mips_linux_read_watch_registers): Update function comment.
3306         Add new parameters 'lwpid', 'watch_readback', and
3307         'watch_readback_valid'.  Update.
3308         (type_to_irw): Rename to ...
3309         (mips_linux_watch_type_to_irw): ... this.  Update function
3310         comment.  All callers changed.
3311         (fill_mask): Update function comment.
3312         (try_one_watch): Rename to ...
3313         (mips_linux_watch_try_one_watch): ... this.  Change the type
3314         of parameter 'irw' from 'unsigned' to 'uint32_t'.
3315         (populate_regs_from_watches): Rename to ...
3316         (mips_linux_watch_populate_regs): ... this.  Add parameter
3317         'current_watches'.  All callers changed.
3318
3319 2013-07-27  Yao Qi  <yao@codesourcery.com>
3320
3321         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3322         the code.
3323         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3324         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3325         (struct pt_watch_regs): Likewise.
3326         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3327         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3328         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3329         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3330         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3331
3332 2013-07-27  Yao Qi  <yao@codesourcery.com>
3333
3334         * breakpoint.h: Include break-common.h.
3335         (enum target_hw_bp_type): Move to ...
3336         * common/break-common.h: ... here.  New.
3337
3338 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
3339
3340         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3341         process group regardless of having tty on stdin.
3342
3343 2013-07-25  Doug Evans  <dje@google.com>
3344
3345         * linux-fork.h (detach_fork): Delete.
3346
3347 2013-07-25  Tom Tromey  <tromey@redhat.com>
3348
3349         PR remote/15256, PR remote/15266:
3350         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3351         * monitor.c (monitor_detach): Use unpush_target.
3352         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3353         * remote-mips.c (mips_detach): Use unpush_target.  Don't
3354         call mips_close.
3355         * remote-sim.c (gdbsim_detach): Use unpush_target.
3356         * target.c (pop_target): Remove.
3357         (pop_all_targets_above): Don't call target_close.
3358         (target_close): Assert that the target is unpushed.
3359         * target.h (pop_target): Don't declare.
3360         * tracepoint.c (tfile_open): Use unpush_target.
3361
3362 2013-07-25  Tom Tromey  <tromey@redhat.com>
3363
3364         * linux-thread-db.c (init_thread_db_ops): Call
3365         complete_target_initialization.
3366         (_initialize_thread_db): Don't call add_target.
3367         * target.c (complete_target_initialization): New function.
3368         (add_target_with_completer): Call it.
3369         * target.h (complete_target_initialization): Declare.
3370
3371 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3372
3373         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3374         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3375         (HPPANBSD_SIZEOF_GREGS): New define.
3376         (hppaobsd_supply_gregset): Handle additional registers.
3377         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3378         we provide more registers now.
3379         (hppabsd_supply_gregset): Supply additional registers.
3380         (hppabsd_collect_gregset): Collect additional registers.
3381
3382 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3383
3384         * hppabsd-tdep.c: Include "dwarf2-frame.h".
3385         (hppabsd_dwarf2_frame_init_reg): New function.
3386         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3387
3388 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3389
3390         * mi/mi-main.c (output_register): Make MI 'r' format use standard
3391         'z' format code.  Remove error for optimized out values, standard
3392         code will handle these fine.
3393
3394 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3395
3396         * NEWS: Mention new 'z' formatter.
3397         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3398         (_initialize_printcmd): Mention 'z' formatter in help text of the
3399         'x' command.
3400
3401 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
3402
3403         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3404         formatting.
3405
3406 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
3407
3408         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3409         interface can evaluate arguments.  Fallback to the old mode if it
3410         cannot.
3411         (create_exception_master_breakpoint): Likewise.
3412         * elfread.c (elf_can_evaluate_probe_arguments): New function.
3413         (struct sym_probe_fns elf_probe_fns): Export function above to the
3414         probe interface.
3415         * probe.c (can_evaluate_probe_arguments): New function.
3416         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3417         function pointer.
3418         (can_evaluate_probe_arguments): New function prototype.
3419         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3420         probe interface can evaluate arguments.  Fallback to the old mode
3421         if it cannot.
3422         * stap-probe.c (stap_get_probe_argument_count): Check if probe
3423         interface can evaluate arguments.  Warning the user if it cannot.
3424         (stap_can_evaluate_probe_arguments): New function.
3425         (struct probe_ops stap_probe_ops): Export function above to the
3426         probe interface.
3427         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3428         New function pointer.
3429
3430 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
3431
3432         * Makefile.in (SFILES): Add common/target-common.c.
3433         Add common/target-common.h to headers.
3434         (COMMON_OBS): Add target-common.o.
3435         (target-common.o): New target.
3436         * linux-nat.h (resume_kind): Move to common/target-common.h.
3437         * target.c (target_waitstatus_to_string): Move to
3438         common/target-common.c.
3439         * target.h: Include target-common.h.
3440         (target_waitkind): Move to common/target-common.h.
3441         (target_waitstatus): Likewise.
3442         (TARGET_WNOHANG): Likewise.
3443         * common/target-common.c: New file.
3444         * common/target-common.h: New file.
3445
3446 2013-07-24  Doug Evans  <dje@google.com>
3447
3448         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3449         a warning.
3450
3451 2013-07-23  Yao Qi  <yao@codesourcery.com>
3452
3453         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3454         parameter 'gdbarch'.
3455         (i386_stack_tramp_frame_sniffer): Caller update.
3456         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3457         parameter 'gdbarch' and 'target'.
3458         (i386_linux_core_read_description): Caller update.
3459         * amd64-linux-tdep.c (amd64_linux_core_read_description):
3460         Likewise.
3461         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3462         declaration.
3463
3464 2013-07-23  Tom Tromey  <tromey@redhat.com>
3465
3466         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3467         2013-07-22.
3468
3469 2013-07-22  Doug Evans  <dje@google.com>
3470
3471         * exec.h (remove_target_sections): Delete arg abfd.
3472         * exec.c (exec_close): Update call to remove_target_sections.
3473         (remove_target_sections): Delete arg abfd.
3474         * solib.c (update_solib_list): Ditto.
3475         (reload_shared_libraries_1): Ditto.
3476         (clear_solib): Ditto, and unconditionally call remove_target_sections.
3477         * target.h (struct target_section): Rename key to owner.
3478         All uses updated.
3479
3480 2013-07-22  Tom Tromey  <tromey@redhat.com>
3481
3482         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3483
3484 2013-07-22  Tom Tromey  <tromey@redhat.com>
3485
3486         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3487         Simplify cleanup handling.
3488
3489 2013-07-22  Tom Tromey  <tromey@redhat.com>
3490
3491         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3492         on all return paths.
3493
3494 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3495
3496         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3497         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3498         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3499
3500 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
3501
3502         * top.c (print_gdb_version): Add help, apropos description and
3503         url to online documentation.
3504
3505 2013-07-19  Hui Zhu  <hui@codesourcery.com>
3506
3507         PR gdb/15692
3508         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3509
3510 2013-07-19  Yao Qi  <yao@codesourcery.com>
3511
3512         * target.c (update_current_target): Change the default action
3513         of 'to_traceframe_info' from tcomplain to return_zero.
3514         * target.h (struct target_ops) <to_traceframe_info>: Add more
3515         comments.
3516         * valops.c (read_value_memory): Call
3517         traceframe_available_memory unconditionally.
3518
3519 2013-07-18  Yao Qi  <yao@codesourcery.com>
3520
3521         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3522         if the name is prefixed by "__imp_" or "_imp_", look for minimal
3523         symbol without prefix.  If found, set its type to
3524         'mst_solib_trampoline'.
3525
3526 2013-07-17  Doug Evans  <dje@google.com>
3527
3528         * NEWS: Mention "set print raw frame-arguments".
3529         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3530         * stack.c (print_raw_frame_arguments): New static global.
3531         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3532         (_initialize_stack): New command "set/show print raw frame-arguments".
3533         * valprint.c (setprintrawlist, showprintrawlist): New globals.
3534         (set_print_raw, show_print_raw): New functions.
3535         (_initialize_valprint): New prefix command "set/show print raw".
3536         * valprint.h (value_print_options): Improve comments.
3537
3538         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3539         of all *list variables.
3540
3541         * gdbcmd.h (togglelist): Delete.
3542         * cli/cli-cmds.c (togglelist): Delete.
3543         (init_cmd_lists): Update.
3544         * cli/cli-cmds.h (togglelist): Delete.
3545
3546 2013-07-17  Tom Tromey  <tromey@redhat.com>
3547
3548         * dwarf2read.c (dwarf2_per_objfile_free): Clear
3549         dwarf2_per_objfile.
3550
3551 2013-07-16  Doug Evans  <dje@google.com>
3552
3553         * nto-tdep.c (nto_relocate_section_addresses): Update,
3554         target_section.bfd deleted.
3555         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3556         * s390-tdep.c (s390_load): Ditto.
3557         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3558
3559 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
3560
3561         * common/format.c (parse_format_string): Add checks for NULL
3562         character before calling strchr.
3563
3564 2013-07-16  Doug Evans  <dje@google.com>
3565
3566         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3567         temp_pathname argument.
3568         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3569         when opening the file fails.
3570
3571         * target.h (struct target_section): Delete member bfd.
3572         All users updated to use the_bfd_section->owner instead.
3573         * exec.c (add_to_section_table): Assert bfd is expected value.
3574         Remove initialization of target_section.bfd.
3575         (remove_target_sections): Update.
3576         (section_table_available_memory): Update.
3577         (section_table_xfer_memory_partial): Update.
3578         (print_section_info): Update.
3579         (exec_set_section_address): Update.
3580         * record-full.c (record_full_core_xfer_partial): Update.
3581         * solib-svr4.c (svr4_relocate_section_addresses): Update.
3582         * solib-target.c (solib_target_relocate_section_addresses): Update.
3583         * symfile.c (build_section_addr_info_from_section_table): Update.
3584         * target.c (memory_xfer_live_readonly_partial): Update.
3585         (memory_xfer_partial_1): Update.
3586
3587 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3588
3589         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3590         now available for embedded (BookE) and server (BookS) processors,
3591         correct mentions of 'booke' and adjust comments accordingly in order to
3592         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3593         (have_ptrace_booke_interface): Rename function and variable
3594         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3595         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3596         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3597         'hwdebug_point_cmp'. Update all uses.
3598         (booke_find_thread_points_by_tid): Rename function
3599         'booke_find_thread_points_by_tid' to
3600         'hwdebug_find_thread_points_by_tid'. Update all uses.
3601         (booke_insert_point): Rename function 'booke_insert_point' to
3602         'hwdebug_insert_point'. Update all uses.
3603         (booke_remove_point): Rename function 'booke_remove_point' to
3604         'hwdebug_remove_point'. Update all uses.
3605
3606 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
3607
3608         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3609         numbers with enum values.
3610
3611 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
3612
3613         PR threads/13217
3614         * thread.c (thread_apply_all_command): Check for valid threads
3615         and thread count.
3616         (thread_array_cleanup): New struct.
3617         (set_thread_refcount): New function.
3618
3619 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
3620
3621         * infcmd.c (default_print_one_register_info): Reuse function
3622         print_hex_chars.
3623
3624 2013-07-10  Tom Tromey  <tromey@redhat.com>
3625
3626         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3627         (ada-exp.o): New target.
3628
3629 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3630
3631         * mt-tdep.c (mt_registers_info): Call
3632         get_no_prettyformat_print_options instead of
3633         get_raw_print_options (regression by last patch from Doug
3634         Evans).
3635
3636 2013-07-09  Pedro Alves  <palves@redhat.com>
3637
3638         Checked in by Joel Brobecker  <brobecker@adacore.com>.
3639         * ada-lang.c (coerce_unspec_val_to_type): Use
3640         value_optimized_out_const.
3641         * value.c (value_optimized_out_const): New function.
3642         * value.h (value_optimized_out_const): New declaration.
3643
3644 2013-07-09  Doug Evans  <dje@google.com>
3645
3646         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3647         Enum values rename as well.  All uses updated.
3648         * valprint.h (value_print_options): Rename member pretty to
3649         pretty format.  Rename member prettyprint_arrays to
3650         prettyformat_arrays.  Rename member prettyprint_structs to
3651         prettyformat_structs.  All uses updated.
3652         (get_no_prettyformat_print_options): Renamed from
3653         get_raw_print_options.
3654         * valprint.c (get_no_prettyformat_print_options): Renamed from
3655         get_raw_print_options.  All callers updated.
3656         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3657         All callers updated.
3658         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3659         All callers updated.
3660         (_initialize_valprint): Improve help text for "set print pretty" and
3661         "set print arrays".
3662
3663 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
3664
3665         * value.c (value_bits_valid): Revert previous change, and change
3666         by Pedro on 2013-07-04, due to regressions in
3667         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3668
3669 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
3670             Pedro Alves  <palves@redhat.com>
3671
3672         * value.c (value_bits_valid): If the value is not lval_computed
3673         or has no check validity handler then the answer is the
3674         optimized_out flag, otherwise defer to the handler.
3675
3676 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
3677
3678         * top.c (print_gdb_configuration): Explain in output of
3679         --configuration what does "relocatable" mean.
3680
3681         * main.c (print_gdb_help): Regroup options in the --help text.
3682         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3683         the relevant discussions.
3684
3685 2013-07-06  Yao Qi  <yao@codesourcery.com>
3686
3687         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3688         Remove parameter 'lsal'.
3689         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3690         to inner block.  Caller update.
3691         (base_breakpoint_create_breakpoints_sal): Update.
3692         (bkpt_create_breakpoints_sal): Likewise.
3693         (tracepoint_create_breakpoints_sal): Likewise.
3694         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3695         element 0 of vector 'canonical->sals'.
3696
3697 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
3698
3699         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3700         register number instead of the pseudo register one.
3701         (rs6000_dwarf2_reg_to_regnum): Likewise.
3702
3703 2013-07-04  Pedro Alves  <palves@redhat.com>
3704
3705         * findvar.c (value_of_register): Use allocate_optimized_out_value
3706         if the register has been optimized out, instead of
3707         set_value_optimized_out.
3708         * frame-unwind.c (frame_unwind_got_optimized): Use
3709         allocate_optimized_out_value.
3710
3711 2013-07-04  Pedro Alves  <palves@redhat.com>
3712
3713         * value.c (value_bits_valid): If the value is not lval_computed,
3714         or doesn't have a check_validity hook, assume the value is entirely
3715         valid.
3716
3717 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3718
3719         * stack.c (read_frame_arg): No longer fetch lazy values.
3720         * value.c (value_optimized_out): If the value is not already
3721         marked optimized out, and is lazy then fetch it.
3722         (value_primitive_field): Move optimized out check to later in the
3723         function, after we have loaded any lazy values.
3724         (value_fetch_lazy): Use optimized out flag directly rather than
3725         calling optimized_out method.
3726
3727 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3728
3729         * valops.c: Don't include "user-regs.h".
3730         (value_fetch_lazy): Moved to value.c.
3731         * value.c: Include "user-regs.h".
3732         (value_fetch_lazy): Moved from valops.c.
3733
3734 2013-07-04  Yao Qi  <yao@codesourcery.com>
3735
3736         Revert:
3737         2013-06-27  Yao Qi  <yao@codesourcery.com>
3738
3739         * common/create-version.sh: Update comments.  Handle the case
3740         that TARGET_ALIAS is empty.
3741
3742 2013-07-03  Pedro Alves  <palves@redhat.com>
3743
3744         * Makefile.in (config.status): Depend on development.sh.
3745         (aclocal_m4_deps): Add libmcheck.m4.
3746         * acinclude.m4: Include libmcheck.m4.
3747         * configure.ac: Source development.sh instead of setting
3748         'development' here.  --enable-libmcheck/--disable-libmcheck code
3749         factored out to GDB_AC_LIBMCHECK.  Run it.
3750         * development.sh: New file.
3751         * libmcheck.m4: New file.
3752         * configure: Regenerate.
3753
3754 2013-07-02  Tom Tromey  <tromey@redhat.com>
3755
3756         * contrib/ari/update-web-ari.sh: Update for version.in change.
3757
3758 2013-07-02  Tom Tromey  <tromey@redhat.com>
3759
3760         * common/ptid.h: Comment fixes.
3761
3762 2013-07-01  Tom Tromey  <tromey@redhat.com>
3763
3764         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3765         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
3766         (dwarf2_read_index, create_all_comp_units): Update.
3767
3768 2013-07-01  Tom Tromey  <tromey@redhat.com>
3769
3770         * configure.ac (build_warnings): Add -Wold-style-definition.
3771         * configure: Rebuild.
3772         * machoread.c (_initialize_machoread): Use "(void)".
3773         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3774         use "(void)".
3775
3776 2013-07-01  Tom Tromey  <tromey@redhat.com>
3777
3778         * configure.ac (build_warnings): Add -Wold-style-declaration.
3779         * configure: Rebuild.
3780         * dsrec.c (make_srec): Use "static const", not "const static".
3781         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3782         not "const static".
3783         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3784         Use "static const", not "const static".
3785         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3786         not "const static".
3787         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3788         not "const static".
3789         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3790         not "const static".
3791         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3792         not "const static".
3793         (v850_dbtrap_breakpoint_from_pc): Likewise.
3794         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3795         not "const static".
3796
3797 2013-07-01  Tom Tromey  <tromey@redhat.com>
3798
3799         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3800         * configure: Rebuild.
3801
3802 2013-07-01  Pedro Alves  <palves@redhat.com>
3803
3804         * defs.h: Include "pathmax.h".
3805         * utils.c: Don't include sys/param.h.
3806         (gdb_realpath): Remove code that checks for MAXPATHLEN.
3807         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3808         instead of MAXPATHLEN.
3809         * solib-sunos.c: Don't include sys/param.h.
3810         * xcoffread.c: Don't include sys/param.h.
3811         * bsd-kvm.c: Don't include sys/param.h.
3812         * darwin-nat.c: Don't include sys/param.h.
3813         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3814         * darwin-nat-info.c: Don't include sys/param.h.
3815         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3816         MAXPATHLEN.
3817         * i386obsd-nat.c: Don't include sys/param.h.
3818         * inf-child.c: Don't include sys/param.h.
3819         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3820         * linux-fork.c: Don't include sys/param.h.
3821         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3822         * linux-nat.c: Don't include sys/param.h.
3823         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3824         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3825         * m68klinux-nat.c: Don't include sys/param.h.
3826         * nbsd-nat.c: Don't include sys/param.h.
3827         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3828         * ppc-linux-nat.c: Don't include sys/param.h.
3829         * rs6000-nat.c: Don't include sys/param.h.
3830         * spu-linux-nat.c. Don't include sys/param.h.
3831         * windows-nat.c: Don't include sys/param.h.
3832         * xtensa-linux-nat.c: Don't include sys/param.h.
3833         * config/i386/nm-fbsd.h: Don't include sys/param.h.
3834
3835 2013-07-01  Pedro Alves  <palves@redhat.com>
3836
3837         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3838         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3839         * gnulib/aclocal.m4: Regenerate.
3840         * gnulib/config.in: Regenerate.
3841         * gnulib/configure: Regenerate.
3842         * gnulib/import/pathmax.h: New file.
3843         * gnulib/import/Makefile.am: Regenerate.
3844         * gnulib/import/Makefile.in: Regenerate.
3845         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3846         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3847         * gnulib/import/m4/pathmax.m4: New file.
3848
3849 2013-07-01  Pedro Alves  <palves@redhat.com>
3850
3851         * configure.ac (GDBINIT): Define, depending on host.
3852         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3853         * top.c (PATH_MAX): Delete fallback definition.
3854         (GDBINIT_FILENAME): Delete.
3855         (gdbinit): Reimplement as const char array set to the GDBINIT
3856         string constant.
3857         * top.h (gdbinit): Make const.
3858         * configure, config.in: Regenerate.
3859
3860 2013-07-01  Pedro Alves  <palves@redhat.com>
3861
3862         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3863         * cli/cli-cmds.h (source_script): Likewise.
3864         * exceptions.c (catch_command_errors_const): New function.
3865         * exceptions.h (catch_command_errors_const): Declare.
3866         * main.c (get_init_files): Make parameters const, and adjust.
3867         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3868         'local_gdbinit' locals const.  Adjust to use
3869         catch_command_errors_const.
3870         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3871         'local_gdbinit' locals const.
3872
3873 2013-07-01  Pedro Alves  <palves@redhat.com>
3874
3875         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3876         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3877         * tracepoint.c: Don't check HAVE_UNISTD_H before including
3878         <unistd.h>.
3879
3880 2013-07-01  Pedro Alves  <palves@redhat.com>
3881
3882         Import the "unistd" gnulib module.
3883         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3884         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3885         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3886         import/m4/unistd_h.m4.
3887         * gnulib/aclocal.m4: Renenerate.
3888         * gnulib/config.in: Renenerate.
3889         * gnulib/configure: Renenerate.
3890         * gnulib/import/Makefile.am: Renenerate.
3891         * gnulib/import/Makefile.in: Renenerate.
3892         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3893         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3894         * gnulib/import/m4/off_t.m4: New file.
3895         * gnulib/import/m4/ssize_t.m4: New file.
3896         * gnulib/import/m4/sys_types_h.m4: New file.
3897         * gnulib/import/m4/unistd_h.m4: New file.
3898         * gnulib/import/sys_types.in.h: New file.
3899         * gnulib/import/unistd.c: New file.
3900         * gnulib/import/unistd.in.h: New file.
3901
3902 2013-07-01  Pedro Alves  <palves@redhat.com>
3903
3904         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3905         defined instead of checking HAVE_UNISTD_H.
3906
3907 2013-07-01  Pedro Alves  <palves@redhat.com>
3908
3909         Reimport gnulib from scratch.
3910         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3911         import/m4/onceonly.m4.
3912         * gnulib/aclocal.m4: Renegerate.
3913         * gnulib/config.in: Renegerate.
3914         * gnulib/configure: Renegerate.
3915         * gnulib/import/Makefile.in: Renegerate.
3916         * gnulib/import/extra/update-copyright: Renegerate.
3917         * gnulib/import/m4/onceonly.m4: Delete.
3918
3919 2013-07-01  Pedro Alves  <palves@redhat.com>
3920
3921         * tui/tui-regs.c (pagination_enabled): Delete declaration.
3922
3923 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3924
3925         Code cleanup.
3926         * remote.c (async_remote_interrupt_twice): Make it static.
3927         * remote.h (async_remote_interrupt_twice): Remove the declaration.
3928
3929 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
3930
3931         * ia64-linux-tdep.c: Include <ctype.h>.
3932         (ia64_linux_stap_is_single_operand): New function.
3933         (ia64_linux_init_abi): Initialize SystemTap related attributes.
3934
3935 2013-06-28  Tom Tromey  <tromey@redhat.com>
3936
3937         * Makefile.in (version.c): Use version.in, not
3938         common/version.in.
3939         * common/create-version.sh: Likewise.
3940         * common/version.in: Move...
3941         * version.in: ...here.
3942
3943 2013-06-28  Pedro Alves  <palves@redhat.com>
3944
3945         * infrun.c (set_observer_mode): Don't declare pagination_enabled
3946         here.
3947         * utils.h (pagination_enabled): Declare.
3948
3949 2013-06-28  Pedro Alves  <palves@redhat.com>
3950
3951         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3952         Move higher up in file.
3953
3954 2013-06-28  Tom Tromey  <tromey@redhat.com>
3955
3956         * tracepoint.c (deprecated_readline_begin_hook)
3957         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3958         declare.
3959
3960 2013-06-28  Pedro Alves  <palves@redhat.com>
3961
3962         PR tui/14880
3963         * tui/tui-regs.c (tui_get_register): Fetch value contents before
3964         checking if they're available.
3965         * value.c (value_available_contents_eq): Change comment.
3966         * value.h (value_available_contents_eq): Expand comment.
3967
3968 2013-06-27  Tom Tromey  <tromey@redhat.com>
3969
3970         * target.c (find_run_target): Remove.
3971         * target.h (find_run_target): Remove.
3972
3973 2013-06-27  Tom Tromey  <tromey@redhat.com>
3974
3975         * corelow.c (core_gdbarch): Now static.
3976
3977 2013-06-27  Tom Tromey  <tromey@redhat.com>
3978
3979         * target.c (target_struct_index): Remove.
3980
3981 2013-06-27  Pedro Alves  <palves@redhat.com>
3982
3983         * infrun.c: Remove comment describing the 'stepping over runtime
3984         loader dynamic symbol resolution code' mechanism; moved to
3985         gdbint.texinfo.
3986
3987 2013-06-27  Pedro Alves  <palves@redhat.com>
3988
3989         * exceptions.c (catch_command_errors): Remove spurious space.
3990         * exceptions.h (catch_command_errors): Second parameter is "arg",
3991         not "command".
3992
3993 2013-06-27  Yao Qi  <yao@codesourcery.com>
3994
3995         * common/create-version.sh: Update comments.  Handle the case
3996         that TARGET_ALIAS is empty.
3997
3998 2013-06-26  Pedro Alves  <palves@redhat.com>
3999
4000         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4001         comment.
4002
4003 2013-06-26  Pedro Alves  <palves@redhat.com>
4004
4005         * infrun.c: Update comments on stepping over runtime loader
4006         dynamic symbol resolution code.
4007
4008 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
4009
4010         * ax-gdb.h (union exp_element): Forward declare.
4011         * parser-defs.h: Include expression.h.
4012
4013 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4014
4015         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4016
4017 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4018
4019         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4020
4021 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
4022
4023         Fix trace-status to output proper start-time and stop-time.
4024         * tracepoint.c (trace_status_command): Fix type of printf arg to
4025         prevent improper type conversion.
4026         (trace_status_mi): Likewise.
4027
4028 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4029
4030         * mips-tdep.c (mips_next_pc): Fix a typo.
4031
4032 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
4033
4034         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4035
4036 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4037             Yao Qi  <yao@codesourcery.com>
4038
4039         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4040         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4041         * mi/mi-main.c (print_variable_or_computed): New function.
4042         (mi_cmd_trace_frame_collected): New function.
4043         * tracepoint.c (find_trace_state_variable_by_number): New.
4044         (struct traceframe_info): Move to tracepoint.h
4045         (struct collection_list): Likewise.
4046         (do_collect_symbol): Include locals and arguments in the
4047         collected variables list.
4048         (clear_collection_list): Clear wholly collected variables list
4049         and computed variables list.
4050         (append_exp): New function.
4051         (encode_actions_1): Include variables in the wholly
4052         collected variables list.  Include memory ranges and
4053         full-fledged expressions in the computed expressions list.
4054         (encode_actions): Move some code to ...
4055         Return the cleanup chain.
4056         (encode_actions_rsp): ... here.  New function.
4057         (get_traceframe_location, get_traceframe_info): Remove static.
4058         * tracepoint.h (struct memrange): Moved from tracepoint.c.
4059         (struct collection_list): Moved from tracepoint.c.  Add two
4060         new fields 'wholly_collected' and 'computed'.
4061         (find_trace_state_variable_by_number): Declare.
4062         (encode_actions): Adjust declaration.
4063         (encode_actions_rsp): Declare.
4064         (get_traceframe_info, get_traceframe_location): Declare.
4065
4066         * NEWS: Mention new MI command -trace-frame-collected.
4067
4068 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4069             Yao Qi  <yao@codesourcery.com>
4070
4071         * ctf.c (ctf_traceframe_info): Push trace state variables
4072         present in the trace data into the traceframe info object.
4073         * breakpoint.c (DEF_VEC_I): Remove.
4074         * common/filestuff.c (DEF_VEC_I): Likewise.
4075         * dwarf2loc.c (DEF_VEC_I): Likewise.
4076         * mi/mi-main.c (DEF_VEC_I): Likewise.
4077         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4078         * features/traceframe-info.dtd: Add tvar element and its
4079         attributes.
4080         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4081         (build_traceframe_info): Push trace state variables present in
4082         the trace data into the traceframe info object.
4083         (traceframe_info_start_tvar): New function.
4084         (tvar_attributes): New.
4085         (traceframe_info_children): Add "tvar" element.
4086         * tracepoint.h (struct traceframe_info) <tvars>: New field.
4087
4088         * NEWS: Mention the change in GDB and GDBserver.
4089
4090 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4091             Yao Qi  <yao@codesourcery.com>
4092
4093         * tracepoint.c (trace_dump_command): Move code to ...
4094         (get_traceframe_location): ... here.  New.
4095
4096 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4097             Yao Qi  <yao@codesourcery.com>
4098
4099         * tracepoint.c (trace_dump_command): GDB emits an error
4100          instead of a warning when a traceframe is not selected.
4101
4102 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4103             Yao Qi  <yao@codesourcery.com>
4104
4105         * tracepoint.c (tracepoint_list, stepping_list): Remove.
4106         (clear_collection_list): Free fields 'aexpre_list' and 'list'
4107         in collection_list.
4108         (do_clear_collection_list, init_collection_list): New.
4109         (encode_actions): Add local variables 'tracepoint_list' and
4110         'stepping_list'.  Call init_collection_list and make cleanup
4111         which calls do_clear_collection_list.  Don't call
4112         clear_collection_list.
4113         (_initialize_tracepoint): Delete references to
4114         'tracepoint_list' and 'stepping_list'.
4115
4116 2013-06-25  Tom Tromey  <tromey@redhat.com>
4117
4118         * common/create-version.sh (date): Use "$", not "$$" in sed
4119         expression.
4120
4121 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
4122
4123         * NEWS (New targets): Add entry for TI MSP430.
4124
4125 2013-06-25  Yao Qi  <yao@codesourcery.com>
4126
4127         * remote.c (remote_start_remote): Move code to upload tsv
4128         earlier.
4129
4130 2013-06-25  Yao Qi  <yao@codesourcery.com>
4131             Hui Zhu  <hui@codesourcery.com>
4132             Pedro Alves  <palves@redhat.com>
4133
4134         PR breakpoints/15075
4135         PR breakpoints/15434
4136         * breakpoint.c (bpstat_stop_status): Call
4137         b->ops->after_condition_true.
4138         (update_dprintf_command_list): Don't append "continue" command
4139         to the command list of dprintf breakpoint.
4140         (base_breakpoint_after_condition_true): New function.
4141         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4142         (dprintf_after_condition_true): New function.
4143         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4144         * breakpoint.h (breakpoint_ops): Add after_condition_true.
4145
4146 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
4147
4148         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4149         (ALLDEPFILES): Add msp430-tdep.c.
4150         * configure.tgt (msp430*-*-elf): New target.
4151         * msp430-tdep.c: New file.
4152
4153 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4154
4155         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4156         microMIPS synthetic symbols.
4157
4158 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4159
4160         * objfiles.h (pc_in_section): New prototype.
4161         (in_plt_section): Remove name argument, replace prototype with
4162         static inline function.
4163         * mips-tdep.h: Include "objfiles.h".
4164         (in_mips_stubs_section): New function.
4165         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
4166         in_solib_call_trampoline member.
4167         (hppa_in_solib_call_trampoline): Remove name argument.
4168         * objfiles.c (pc_in_section): New function.
4169         (in_plt_section): Remove function.
4170         * mips-linux-tdep.c: Include "objfiles.h".
4171         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
4172         name argument.  Return 1 rather than the low 16-bit halfword of
4173         any instruction examined.
4174         (mips_linux_in_dynsym_resolve_code): Update
4175         mips_linux_in_dynsym_stub call accordingly.
4176         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4177         rather than an equivalent hand-coded sequence.
4178         * hppa-hpux-tdep.c (in_opd_section): Remove function.
4179         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4180         (hppa64_hpux_in_solib_call_trampoline): Likewise.
4181         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4182         in_opd_section.
4183         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4184         on call to tdep->in_solib_call_trampoline.
4185         (hppa_in_solib_call_trampoline): Remove name argument, update
4186         according to in_plt_section change.
4187         (hppa_skip_trampoline_code): Update according to in_plt_section
4188         change.
4189         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4190         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4191         Likewise.
4192         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4193         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4194         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4195         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4196         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4197         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4198         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4199         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4200         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4201         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4202         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4203         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4204         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4205
4206 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
4207
4208         * common/create-version.sh: Fix expansion of $host_alias
4209         and $target_alias in generation of HOST_NAME and TARGET_NAME
4210         (resp.).
4211
4212 2013-06-24  Tom Tromey  <tromey@redhat.com>
4213
4214         * common/create-version.sh: New file.
4215         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4216         create-version.sh.
4217         (HFILES_NO_SRCDIR): Use common/version.h.
4218         * version.in: Move to ...
4219         * common/version.in: ... here.  Replace date with "DATE".
4220         * version.h: Move to ...
4221         * common/version.h: ... here.
4222
4223 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4224
4225         * gdb/gnulib/Makefile.in: Update date in copyright header.
4226         * gdb/gnulib/configure.ac: Ditto.
4227         * gdb/gnulib/update-gnulib.sh: Ditto.
4228
4229 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4230
4231         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4232         "gdb/gnulib/import".
4233
4234 2013-06-21  Will Newton  <will.newton@linaro.org>
4235
4236         * doublest.c (ldfrexp): Remove function.
4237         (convert_doublest_to_floatformat): Call frexpl instead of
4238         ldfrexp.
4239
4240 2013-06-21  Will Newton  <will.newton@linaro.org>
4241
4242         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4243         * gnulib/aclocal.m4: Regenerate.
4244         * gnulib/config.in: Regenerate.
4245         * gnulib/configure: Regenerate.
4246         * gnulib/import/Makefile.am: Update.
4247         * gnulib/import/Makefile.in: Update.
4248         * gnulib/import/m4/gnulib-cache.m4: Update.
4249         * gnulib/import/m4/gnulib-comp.m4: Update.
4250         * gnulib/import/float+.h: Import.
4251         * gnulib/import/float.c: Import.
4252         * gnulib/import/float.in.h: Import.
4253         * gnulib/import/fpucw.h: Import.
4254         * gnulib/import/frexp.c: Import.
4255         * gnulib/import/frexpl.c: Import.
4256         * gnulib/import/isnan.c: Import.
4257         * gnulib/import/isnand-nolibm.h: Import.
4258         * gnulib/import/isnand.c: Import.
4259         * gnulib/import/isnanl-nolibm.h: Import.
4260         * gnulib/import/isnanl.c: Import.
4261         * gnulib/import/itold.c: Import.
4262         * gnulib/import/m4/exponentd.m4: Import.
4263         * gnulib/import/m4/exponentl.m4: Import.
4264         * gnulib/import/m4/float_h.m4: Import.
4265         * gnulib/import/m4/fpieee.m4: Import.
4266         * gnulib/import/m4/frexp.m4: Import.
4267         * gnulib/import/m4/frexpl.m4: Import.
4268         * gnulib/import/m4/isnand.m4: Import.
4269         * gnulib/import/m4/isnanl.m4: Import.
4270         * gnulib/import/m4/math_h.m4: Import.
4271         * gnulib/import/math.c: Import.
4272         * gnulib/import/math.in.h: Import.
4273
4274 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4275
4276         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4277         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4278         signature_INTEL_edx comparisons.
4279
4280 2013-06-20  Doug Evans  <dje@google.com>
4281
4282         symtab/15652
4283         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4284         All callers updated.
4285         (open_dwp_file): If we can't find the dwp file, search the basename
4286         in debug-file-directory.
4287
4288         * dwarf2read.c (struct dwp_file): Fix comment.
4289         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4290
4291         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4292         better.
4293
4294 2013-06-20  Yao Qi  <yao@codesourcery.com>
4295
4296         * breakpoint.c (create_breakpoint): Fix code indentation.
4297
4298 2013-06-20  Yao Qi  <yao@codesourcery.com>
4299
4300         * breakpoint.c (create_breakpoints_sal_default): Remove
4301         parameter 'lsal'.  Update declaration.
4302         (bkpt_create_breakpoints_sal): Caller update.
4303         (tracepoint_create_breakpoints_sal): Likewise.
4304
4305 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
4306             Yao Qi  <yao@codesourcery.com>
4307
4308         * NEWS: Mention the new option '--skip-unavailable' of command
4309         -data-list-register-values.
4310         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4311         --skip-unavailable option.  Adjust to use output_register.
4312         (output_register): Add new 'skip_unavailable' parameter.
4313         Handle it.
4314
4315 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
4316
4317         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4318         common/i386-gcc-cpuid.h.
4319         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4320         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4321         Copy the latest version from upstream gcc.
4322         * common/linux-btrace.c: Include i386-cpuid.h.
4323         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4324         call to i386_cpuid.
4325         (cpu_supports_btrace): Likewise.
4326         * go32-nat.c: Include i386-cpuid.h.
4327         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4328
4329 2013-06-19  Doug Evans  <dje@google.com>
4330
4331         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4332         (get_section_index): Ditto.
4333
4334 2013-06-19  Tom Tromey  <tromey@redhat.com>
4335
4336         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4337         "dprintf" help.
4338
4339 2013-06-18  Doug Evans  <dje@google.com>
4340
4341         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4342         before using it.
4343         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4344         Move test of cu_index closer to use.  Print complaint if cu_index
4345         is bad.
4346
4347 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4348
4349         * machoread.c (oso_vector): Delete this global.
4350         (macho_register_oso): Add new parameter "oso_vector_ptr".
4351         Use it instead of the "oso_vector" global.
4352         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4353         (macho_symfile_read): Use a local oso_vector, to be free'ed
4354         at the end of this function, in place of the old "oso_vector"
4355         global.  Update various function calls accordingly.  Use one
4356         single cleanup chain for the entire function.
4357
4358 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4359
4360         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4361         DWARF2_PER_OBJFILE by uses of DATA instead.
4362
4363 2013-06-18  Tom Tromey  <tromey@redhat.com>
4364
4365         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4366         argument.
4367         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4368         Special case signals other than GDB_SIGNAL_TRAP.
4369         (explains_signal_watchpoint): New function.
4370         (base_breakpoint_explains_signal): Add 'sig' argument.
4371         (initialize_breakpoint_ops): Set 'explains_signal' method for
4372         watchpoints.
4373         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4374         signal argument.
4375         (bpstat_explains_signal): Likewise.
4376         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4377
4378 2013-06-18  Tom Tromey  <tromey@redhat.com>
4379
4380         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4381
4382 2013-06-18  Tom Tromey  <tromey@redhat.com>
4383
4384         * python/python.c (finish_python_initialization): Decref
4385         'pythondir' on failure path as well.
4386
4387 2013-06-18  Tom Tromey  <tromey@redhat.com>
4388
4389         PR symtab/15391:
4390         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4391         after taking bits_to_skip into account.  Sign extend byte_offset.
4392         * utils.h (gdb_sign_extend): Declare.
4393         * utils.c (gdb_sign_extend): New function.
4394
4395 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4396
4397         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4398
4399 2013-06-17  Pierre Muller  <muller@sourceware.org>
4400
4401         * corelow.c (core_open): Print GDB signal name instead of target
4402         signal number.
4403
4404 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
4405
4406         * .gitignore: Add /gcore.
4407
4408 2013-06-13  Doug Evans  <dje@google.com>
4409
4410         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4411         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4412
4413 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
4414
4415         * stack.c (backtrace_command_1): Fix indentation.
4416
4417 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4418
4419         * window-nat.c (thread_rec): Add missing empty line after
4420         local variable declaration.
4421
4422 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4423
4424         * windows-nat.c (thread_rec): Revert format used to print
4425         error code returned by SuspendThread from %d back to %u.
4426
4427 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4428
4429         * windows-nat.c (windows_continue): Add "0x" prefix for thread
4430         ID in debug trace.
4431         (get_windows_debug_event): Likewise, for all debug traces.
4432
4433 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4434
4435         * window-nat.c (thread_rec): Add thread ID in SuspendThread
4436         warning message.
4437
4438 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
4439             Yao Qi  <yao@codesourcery.com>
4440
4441         * mi/mi-main.c (get_register): Remove declaration.
4442         (output_register): Declare.
4443         (mi_cmd_data_list_register_values): Remove local variable
4444         'tuple_cleanup'.  Move some code into output_register.
4445         (get_register): Renamed to ...
4446         (output_register): ... this.  Output the register's
4447         "number" ui_out tuple here.
4448
4449 2013-06-07  Pedro Alves  <palves@redhat.com>
4450
4451         * darwin-nat.c: Fix formating in copyright header.
4452         * darwin-nat.h: Likewise.
4453         * gnu-nat.c: Likewise.
4454         * machoread.c: Likewise.
4455
4456 2013-06-07  Pedro Alves  <palves@redhat.com>
4457
4458         PR server/14823
4459         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
4460         static.  Output a global target description pointer.
4461         (init_registers_${name}): Adjust to initialize a
4462         target description structure.
4463
4464 2013-06-07  Will Newton  <will.newton@linaro.org>
4465
4466         * printcmd.c (build_address_symbolic): Call
4467         gdbarch_addr_bits_remove for text minimal symbols.
4468
4469 2013-06-07  Will Newton  <will.newton@linaro.org>
4470
4471         * MAINTAINERS: Add myself to Write After Approval.
4472
4473 2013-06-07  Yao Qi  <yao@codesourcery.com>
4474
4475         * tracepoint.c (start_tracing): Move code to ...
4476         (trace_reset_local_state): ... here.  New.
4477         (disconnect_tracing): Don't call set_current_traceframe,
4478         set_tracepoint_num, and set_traceframe_context. Call
4479         trace_reset_local_state instead.
4480         (tfile_close): Call trace_reset_local_state.
4481         * ctf.c (ctf_close): Likewise.
4482         * remote.c (remote_close): Likewise.
4483         * tracepoint.h (trace_reset_local_state): Declare.
4484
4485 2013-06-06  Doug Evans  <dje@google.com>
4486
4487         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4488         and fix header docs.
4489
4490 2013-06-05  Doug Evans  <dje@google.com>
4491             Keith Seitz  <keiths@redhat.com>
4492
4493         PR 15519
4494         * cp-namespace.c (find_symbol_in_baseclass): Call
4495         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4496         Check result of call to lookup_symbol_static.
4497         Call lookup_static_symbol_aux unconditionally.
4498         Call check_typedef on base types before accessing them.
4499         (cp_lookup_nested_symbol): Fix comment.
4500
4501 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
4502
4503         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4504         minimal symbols pointing to function descriptors.
4505
4506 2013-06-05  Tom Tromey  <tromey@redhat.com>
4507
4508         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4509
4510 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4511             Pedro Alves  <palves@redhat.com>
4512
4513         * remote.c (remote_wait_as): Restore signal handler before returning
4514         when GDB gets a notification.
4515
4516 2013-06-04  Gary Benson  <gbenson@redhat.com>
4517
4518         PR 2328
4519         * breakpoint.h (handle_solib_event): Moved function declaration
4520         to solib.h.
4521         * breakpoint.c (handle_solib_event): Moved function to solib.c.
4522         (bpstat_stop_status): Pass new argument to handle_solib_event.
4523         * solib.h (update_solib_breakpoints): New function declaration.
4524         (handle_solib_event): Moved function declaration from
4525         breakpoint.h.
4526         * solib.c (update_solib_breakpoints): New function.
4527         (handle_solib_event): Moved function from breakpoint.c.
4528         Updated to call solib_ops->handle_event if not NULL.
4529         * solist.h (target_so_ops): New fields "update_breakpoints" and
4530         "handle_event".
4531         * infrun.c (set_stop_on_solib_events): New function.
4532         (_initialize_infrun): Use the above for "set
4533         stop-on-solib-events".
4534         (handle_inferior_event): Pass new argument to handle_solib_event.
4535         * solib-svr4.c (probe.h): New include.
4536         (svr4_free_library_list): New forward declaration.
4537         (probe_action): New enum.
4538         (probe_info): New struct.
4539         (probe_info): New static variable.
4540         (NUM_PROBES): New definition.
4541         (svr4_info): New fields "using_xfer", "probes_table" and
4542         "solib_list".
4543         (free_probes_table): New function.
4544         (free_solib_list): New function.
4545         (svr4_pspace_data_cleanup): Free probes table and solib list.
4546         (svr4_copy_library_list): New function.
4547         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4548         (svr4_read_so_list): New parameter "prev_lm".
4549         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4550         (svr4_current_sos): New function.
4551         (probe_and_action): New struct.
4552         (hash_probe_and_action): New function.
4553         (equal_probe_and_action): Likewise.
4554         (register_solib_event_probe): Likewise.
4555         (solib_event_probe_at): Likewise.
4556         (solib_event_probe_action): Likewise.
4557         (solist_update_full): Likewise.
4558         (solist_update_incremental): Likewise.
4559         (disable_probes_interface_cleanup): Likewise.
4560         (svr4_handle_solib_event): Likewise.
4561         (svr4_update_solib_event_breakpoint): Likewise.
4562         (svr4_update_solib_event_breakpoints): Likewise.
4563         (svr4_create_solib_event_breakpoints): Likewise.
4564         (enable_break): Free probes table before creating breakpoints.
4565         Use svr4_create_solib_event_breakpoints to create breakpoints.
4566         (svr4_solib_create_inferior_hook): Free the solib list.
4567         (_initialize_svr4_solib): Initialise
4568         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4569
4570 2013-06-04  Gary Benson  <gbenson@redhat.com>
4571
4572         * target.h (target_ops): New field
4573         "to_augmented_libraries_svr4_read".
4574         (target_augmented_libraries_svr4_read): New macro.
4575         * target.c (update_current_target): Handle
4576         to_augmented_libraries_svr4_read.
4577         * remote.c (remote_state): New field
4578         "augmented_libraries_svr4_read".
4579         (remote_augmented_libraries_svr4_read_feature): New function.
4580         (remote_protocol_features): Add entry for
4581         "augmented-libraries-svr4-read".
4582         (remote_augmented_libraries_svr4_read): New function.
4583         (init_remote_ops): Initialize
4584         remote_ops.to_augmented_libraries_svr4_read.
4585
4586 2013-06-04  Gary Benson  <gbenson@redhat.com>
4587
4588         * NEWS: Update.
4589
4590 2013-06-04  Gary Benson  <gbenson@redhat.com>
4591
4592         * objfiles.h (inhibit_section_map_updates): New function
4593         declaration.
4594         (resume_section_map_updates): Likewise.
4595         (resume_section_map_updates_cleanup): Likewise.
4596         * objfiles.c (objfile_pspace_info): Removed field
4597         "objfiles_changed_p".  New fields "new_objfiles_available",
4598         "section_map_dirty" and "inhibit_updates".
4599         (allocate_objfile): Set new_objfiles_available.
4600         (free_objfile): Set section_map_dirty.
4601         (objfile_relocate1): Likewise.
4602         (in_plt_section): Likewise.
4603         (find_pc_section): Update the conditions under which the
4604         section map will be updated.
4605         (inhibit_section_map_updates): New function.
4606         (resume_section_map_updates): Likewise.
4607         (resume_section_map_updates_cleanup): Likewise.
4608
4609 2013-06-04  Gary Benson  <gbenson@redhat.com>
4610
4611         * probe.h (get_probe_argument_count): New declaration.
4612         (evaluate_probe_argument): Likewise.
4613         * probe.c (get_probe_argument_count): New function.
4614         (evaluate_probe_argument): Likewise.
4615         (probe_safe_evaluate_at_pc): Use the above new functions.
4616
4617 2013-06-04  Alan Modra  <amodra@gmail.com>
4618
4619         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4620         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4621         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
4622         target mem reads on optional insns.
4623         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4624         ppc_insns_match_pattern calls.
4625         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4626         Add match for power7 thread safety insns, and new order of
4627         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
4628         invocation in comment, and update rest of comment.
4629         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4630         PPC64_STANDARD_LINKAGE3_LEN): Delete.
4631         (ppc64_standard_linkage2_target): Update insn offsets.
4632         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
4633         stubs first.  Update calls.
4634
4635 2013-06-04  Yao Qi  <yao@codesourcery.com>
4636
4637         * solib.c (solib_find): Don't need dir separator if path has
4638         drive spec.
4639
4640 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
4641
4642         Revert (indirectly causes a SIGSEGV):
4643         * machoread.c (macho_symfile_read): Assign first cleanup to
4644         'back_to'.
4645
4646 2013-06-03  Yao Qi  <yao@codesourcery.com>
4647
4648         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4649         mi-parse.c.  Make them static.
4650         (mi_all_values): Likewise.
4651         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
4652         mi_parse_print_values.  Make it external.
4653         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4654         Remove the declarations.
4655         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4656         * mi/mi-parse.h (mi_parse_print_values): Declare.
4657         * mi/mi-cmd-stack.c: Include mi-parse.h.
4658         (parse_print_values): Remove
4659         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4660         of parse_print_values.
4661         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4662
4663 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
4664             Yao Qi  <yao@codesourcery.com>
4665
4666         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4667         (encode_actions): Move code to ...
4668         (all_tracepoint_actions_and_cleanup): ... here.  New.
4669         (trace_dump_command): Likewise.
4670
4671 2013-05-30  Tom Tromey  <tromey@redhat.com>
4672
4673         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4674
4675 2013-05-30  Tom Tromey  <tromey@redhat.com>
4676
4677         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4678         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
4679         'old_chain' argument.  Add 'parser_result' argument.
4680         (gdb_xml_create_parser_and_cleanup): Remove old version.
4681         (gdb_xml_parse_quick): Update.
4682         (xml_process_xincludes): Update.
4683         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4684         declare.
4685
4686 2013-05-30  Tom Tromey  <tromey@redhat.com>
4687
4688         * probe.c (collect_probes): Check arguments for NULL before
4689         calling compile_rx_or_error.
4690         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4691         Remove NULL return.
4692
4693 2013-05-30  Tom Tromey  <tromey@redhat.com>
4694
4695         * infrun.c (adjust_pc_after_break): Introduce an outer null
4696         cleanup.
4697
4698 2013-05-30  Tom Tromey  <tromey@redhat.com>
4699
4700         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4701
4702 2013-05-30  Tom Tromey  <tromey@redhat.com>
4703
4704         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4705         for 'old_chain'.  Do not check 'head' before processing
4706         cleanups.
4707
4708 2013-05-30  Tom Tromey  <tromey@redhat.com>
4709
4710         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4711         "cleanup_tuple".
4712
4713 2013-05-30  Tom Tromey  <tromey@redhat.com>
4714
4715         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4716         inner scope.  Unconditionally call do_cleanups.
4717
4718 2013-05-30  Tom Tromey  <tromey@redhat.com>
4719
4720         * source.c (find_and_open_source): Call do_cleanups.
4721
4722 2013-05-30  Tom Tromey  <tromey@redhat.com>
4723
4724         * linux-thread-db.c (thread_db_load_search): Unconditionally
4725         call do_cleanups.
4726
4727 2013-05-30  Tom Tromey  <tromey@redhat.com>
4728
4729         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4730         for 'cleanup'; instead use a later one.
4731
4732 2013-05-30  Tom Tromey  <tromey@redhat.com>
4733
4734         * python/py-breakpoint.c (bppy_get_commands): Use
4735         explicit, unconditional return.
4736         * python/py-frame.c (frapy_read_var): Likewise.
4737         * python/python.c (gdbpy_decode_line): Likewise.
4738
4739 2013-05-30  Tom Tromey  <tromey@redhat.com>
4740
4741         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4742         do_cleanups on all return paths.
4743
4744 2013-05-30  Tom Tromey  <tromey@redhat.com>
4745
4746         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4747
4748 2013-05-30  Tom Tromey  <tromey@redhat.com>
4749
4750         * stabsread.c (read_struct_type): Call do_cleanups along
4751         all return paths.
4752
4753 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
4754
4755         * mips-linux-tdep.c: Adjust formatting throughout.
4756
4757 2013-05-30  Tom Tromey  <tromey@redhat.com>
4758
4759         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4760         along all return paths.
4761
4762 2013-05-30  Tom Tromey  <tromey@redhat.com>
4763
4764         * symfile.c (find_separate_debug_file): Call do_cleanups
4765         along all return paths.
4766
4767 2013-05-30  Tom Tromey  <tromey@redhat.com>
4768
4769         * symtab.c (search_symbols): Introduce a null cleanup for
4770         'retval_chain'.
4771
4772 2013-05-30  Tom Tromey  <tromey@redhat.com>
4773
4774         * python/py-value.c (valpy_binop): Call do_cleanups before
4775         exiting loop.
4776
4777 2013-05-30  Tom Tromey  <tromey@redhat.com>
4778
4779         * python/py-prettyprint.c (print_children): Remove extra
4780         do_cleanups call.
4781
4782 2013-05-30  Tom Tromey  <tromey@redhat.com>
4783
4784         * python/py-frame.c (frapy_read_var): Call do_cleanups along
4785         all return paths.
4786
4787 2013-05-30  Tom Tromey  <tromey@redhat.com>
4788
4789         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4790         along all return paths.
4791
4792 2013-05-30  Tom Tromey  <tromey@redhat.com>
4793
4794         * cli/cli-logging.c (set_logging_redirect): Unconditionally
4795         call do_cleanups.
4796
4797 2013-05-30  Tom Tromey  <tromey@redhat.com>
4798
4799         * varobj.c (c_value_of_root): Call do_cleanups along all
4800         return paths.
4801
4802 2013-05-30  Tom Tromey  <tromey@redhat.com>
4803
4804         * tracepoint.c (trace_dump_command): Unconditionally call
4805         do_cleanups.
4806
4807 2013-05-30  Tom Tromey  <tromey@redhat.com>
4808
4809         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4810         do_cleanups earlier.
4811
4812 2013-05-30  Tom Tromey  <tromey@redhat.com>
4813
4814         * machoread.c (macho_symfile_read): Assign first cleanup to
4815         'back_to'.
4816
4817 2013-05-30  Tom Tromey  <tromey@redhat.com>
4818
4819         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4820
4821 2013-05-30  Tom Tromey  <tromey@redhat.com>
4822
4823         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4824
4825 2013-05-30  Tom Tromey  <tromey@redhat.com>
4826
4827         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4828         call discard_cleanups.
4829         (inf_ptrace_attach): Likewise.
4830
4831 2013-05-30  Tom Tromey  <tromey@redhat.com>
4832
4833         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4834         return paths.
4835         (mips_initialize): Likewise.
4836         (common_open): Call do_cleanups.
4837
4838 2013-05-30  Tom Tromey  <tromey@redhat.com>
4839
4840         * utils.c (internal_vproblem): Call do_cleanups.
4841
4842 2013-05-30  Tom Tromey  <tromey@redhat.com>
4843
4844         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4845
4846 2013-05-30  Tom Tromey  <tromey@redhat.com>
4847
4848         * cli/cli-script.c (setup_user_args): Don't return after error.
4849
4850 2013-05-30  Tom Tromey  <tromey@redhat.com>
4851
4852         * somread.c (som_symtab_read): Call do_cleanups.
4853
4854 2013-05-30  Tom Tromey  <tromey@redhat.com>
4855
4856         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4857
4858 2013-05-30  Tom Tromey  <tromey@redhat.com>
4859
4860         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4861         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4862         * interps.c (interpreter_exec_cmd): Call do_cleanups.
4863         * source.c (show_substitute_path_command): Call do_cleanups.
4864         (unset_substitute_path_command, set_substitute_path_command):
4865         Likewise.
4866         * symfile.c (load_command): Call do_cleanups.
4867
4868 2013-05-30  Tom Tromey  <tromey@redhat.com>
4869
4870         * contrib/cleanup_check.py: New file.
4871         * contrib/gcc-with-excheck: Add option parsing.
4872
4873 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
4874
4875         * windows-nat.c (windows_delete_thread): Add missing space
4876         in cast expression.
4877
4878 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
4879
4880         * inferior.c (top level): Include tilde.h.
4881         (add_inferior_command): Call tilde_expand on the value of 'exec'
4882         argument.
4883
4884 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
4885             Yao Qi  <yao@codesourcery.com>
4886
4887         * tracepoint.c (encode_actions_1): Remove parameter 't'.
4888         Caller update.
4889         (encode_actions): Likewise.
4890         * remote.c (remote_download_tracepoint): Caller update.
4891         * tracepoint.h (encode_actions): Update declaration.
4892
4893 2013-05-30  Pedro Alves  <palves@redhat.com>
4894
4895         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4896         pointer.
4897
4898 2013-05-30  Yao Qi  <yao@codesourcery.com>
4899
4900         * remote.c (remote_check_symbols): Remove unused parameter
4901         'objfile'.
4902         Declaration update.
4903         (remote_start_remote, remote_new_objfile): Caller update.
4904
4905 2013-05-30  Yao Qi  <yao@codesourcery.com>
4906
4907         * mi/mi-cmds.c (mi_cmds): Define MI command
4908         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4909         DEF_MI_CMD_CLI.
4910
4911 2013-05-29  Pedro Alves  <palves@redhat.com>
4912
4913         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4914         (remote_insert_watchpoint, remote_remove_watchpoint)
4915         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4916         (remote_verify_memory, compare_sections_command)
4917         (remote_search_memory): Set the general process/thread on the
4918         remote side.
4919
4920 2013-05-29  Pedro Alves  <palves@redhat.com>
4921
4922         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4923         (_initialize_aarch64_tdep): Don't call
4924         initialize_tdesc_aarch64_without_fpu.
4925         * features/Makefile (WHICH): Remove reference to
4926         aarch64-without-fpu.
4927         * features/aarch64-without-fpu.c: Delete file.
4928         * regformats/aarch64-without-fpu.dat: Delete file.
4929
4930 2013-05-28  Yao Qi  <yao@codesourcery.com>
4931
4932         * tracepoint.c (stringify_collection_list): Remove parameter
4933         'string'.
4934         (encode_actions): Caller update.  Remove local variables.
4935
4936 2013-05-24  Yao Qi  <yao@codesourcery.com>
4937
4938         * tracepoint.c (TFILE_PID): Remove.
4939         (tfile_open): Don't add thread and inferior.
4940         (tfile_close): Don't set 'inferior_ptid'.  Don't call
4941         exit_inferior_silent.
4942         (tfile_thread_alive): Remove.
4943         (init_tfile_ops): Don't set field 'to_thread_alive' of
4944         tfile_ops.
4945
4946 2013-05-23  Doug Evans  <dje@google.com>
4947
4948         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4949
4950 2013-05-23  Pedro Alves  <palves@redhat.com>
4951
4952         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4953         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4954         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4955         Only define if HAVE_SOCKETS is defined.
4956         * configure.ac: Check for sys/socket.h.
4957         * config.in, configure: Regenerate.
4958
4959 2013-05-23  Pedro Alves  <palves@redhat.com>
4960
4961         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4962         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4963         printing uint32_t variables.
4964
4965 2013-05-23  Pedro Alves  <palves@redhat.com>
4966
4967         * NEWS: Mention GDBserver range stepping support.
4968
4969 2013-05-23  Yao Qi  <yao@codesourcery.com>
4970             Pedro Alves  <palves@redhat.com>
4971
4972         * gdbthread.h (struct thread_control_state) <may_range_step>: New
4973         field.
4974         * infcmd.c (step_once, until_next_command): Enable range stepping.
4975         * infrun.c (displaced_step_prepare): Disable range stepping.
4976         (resume): Disable range stepping if stepping over a breakpoint or
4977         we have software watchpoints.  If range stepping is enabled,
4978         assert the thread is in the stepping range.
4979         (clear_proceed_status_thread): Clear may_range_step.
4980         (handle_inferior_event): Disable range stepping as soon as we know
4981         the thread that hit the event.  Re-enable it whenever we're going
4982         to step with a step range.
4983         * remote.c (struct vCont_action_support) <r>: New field.
4984         (use_range_stepping): New global.
4985         (remote_vcont_probe): Handle 'r' action.
4986         (append_resumption): Append an 'r' action if the thread may range
4987         step.
4988         (show_range_stepping): New function.
4989         (set_range_stepping): New function.
4990         (_initialize_remote): Call add_setshow_boolean_cmd to register the
4991         'set range-stepping' and 'show range-stepping' commands.
4992         * NEWS: Mention range stepping, the new vCont;r action, and the
4993         new "set/show range-stepping" commands.
4994
4995 2013-05-23  Yao Qi  <yao@codesourcery.com>
4996             Pedro Alves  <palves@redhat.com>
4997
4998         * remote.c (struct vCont_action_support): New struct.
4999         (struct remote_state) <support_vCont_t>: Remove field.
5000         <vCont_actions_support>: New field.
5001         (remote_vcont_probe, remote_stop_ns): Update.
5002
5003 2013-05-23  Yao Qi  <yao@codesourcery.com>
5004             Pedro Alves  <palves@redhat.com>
5005
5006         * gdbthread.h (pc_in_thread_step_range): New declaration.
5007         * thread.c (pc_in_thread_step_range): New function.
5008         * infrun.c (handle_inferior_event): Use it.
5009
5010 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
5011
5012         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5013         of sprintf.
5014
5015 2013-05-22  Keith Seitz  <keiths@redhat.com>
5016
5017         * ada-lang.c (is_known_support_routine): Add explicit free of
5018         'func_name' from find_frame_funname.
5019         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5020         for func_name from find_frame_funname.
5021         * python/py-frame.c (frapy_name): Add explicit free of
5022         'name' from find_frame_funname.
5023         * stack.c (find_frame_funname): Add comment explaining that
5024         funcp must be freed by the caller.
5025         Return copy of symbol names instead of pointers.
5026         (print_frame): Add a cleanup for 'funname' from
5027         find_frame_funname.
5028         * stack.h (find_frame_funname): Remove "const" from
5029         'funname' parameter.
5030
5031 2013-05-22  Tom Tromey  <tromey@redhat.com>
5032
5033         PR c++/15401:
5034         * c-valprint.c (c_value_print): Use value_addr for
5035         references.  Convert back to reference type with value_ref.
5036
5037 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
5038
5039         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5040         unloaded DLL, it will be done by handle_solib_event.  See
5041         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5042         details.
5043
5044 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
5045
5046         * ui-out.c: Create typedef ui_out_level_p and define vector
5047         operations for that type.
5048         (struct ui_out): Use a vector instead of an array.
5049         (current_level): Return level from a vector.
5050         (push_level): Create a level in a vector.
5051         (pop_level): Delete a level in a vector.
5052         (ui_out_new): Create initial level zero level, and store in a
5053         vector.
5054         (ui_out_destroy): Add vector cleanup.
5055
5056 2013-05-22  Pedro Alves  <palves@redhat.com>
5057
5058         * python/python-internal.h (gdb_Py_DECREF): Tag with
5059         "ARI: editCase function".
5060
5061 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5062
5063         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5064
5065 2013-05-21  Pedro Alves  <palves@redhat.com>
5066
5067         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5068         whether PRINTER is NULL before installing a Py_DECREF cleanup.
5069         * python/py-utils.c (py_decref): Don't check for NULL before
5070         calling Py_DECREF.
5071
5072 2013-05-21  Pedro Alves  <palves@redhat.com>
5073
5074         * python/py-utils.c (py_decref): Remove extra braces.
5075         (gdb_pymodule_addobject): Remove extra braces.
5076         * python-internal.h (gdb_Py_DECREF): New static inline function.
5077         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5078
5079 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5080
5081         * breakpoints.c (detach_breakpoints): Do not
5082         detach breakpoints locations with loc_type bp_loc_other.
5083
5084 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5085
5086         Workaround Python 2.6.
5087         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5088         a block.
5089
5090 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5091
5092         Code cleanup: constification.
5093         * solib.c (solib_ops): Make return type and ops variable type const.
5094         (set_solib_ops): Make the new_ops parameter and ops variable const.
5095         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5096         (solib_add, solib_keep_data_in_core, clear_solib)
5097         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5098         (reload_shared_libraries, solib_global_lookup): Make the ops variable
5099         const.
5100         * solib.h (set_solib_ops): Make the new_ops parameter const.
5101
5102 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5103
5104         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5105         variable.
5106         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5107         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5108         (SYSTEM_GDBINIT_FILES): New variables.
5109         (all): Add stamp-system-gdbinit.
5110         (stamp-system-gdbinit): New rule.
5111         (clean-system-gdbinit, install-system-gdbinit)
5112         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
5113         (install-only): Add dependency on install-system-gdbinit.
5114         (uninstall): Add dependency on uninstall-system-gdbinit.
5115         (clean): Add dependency on clean-system-gdbinit.
5116         * system-gdbinit/elinos.py: New file.
5117         * system-gdbinit/wrs-linux.py: New file.
5118
5119 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5120
5121         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5122
5123 2013-05-21  Hui Zhu  <hui@codesourcery.com>
5124
5125         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5126         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5127         * mi/mi-cmd-break.c (ctype.h): New include.
5128         (gdb_obstack.h): New include.
5129         (mi_argv_to_format, mi_cmd_break_insert_1): New.
5130         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5131         (mi_cmd_dprintf_insert): New.
5132         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5133         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5134
5135 2013-05-20  Tom Tromey  <tromey@redhat.com>
5136
5137         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5138
5139 2013-05-20  Tom Tromey  <tromey@redhat.com>
5140
5141         * python/py-value.c (valpy_get_dynamic_type): Simplify
5142         dynamic_type assignment.  Use Py_XINCREF.
5143
5144 2013-05-20  Tom Tromey  <tromey@redhat.com>
5145
5146         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5147
5148 2013-05-20  Tom Tromey  <tromey@redhat.com>
5149
5150         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5151         (gdbpy_selected_frame): Move object-construction code
5152         out of TRY_CATCH.
5153
5154 2013-05-20  Tom Tromey  <tromey@redhat.com>
5155
5156         * python/py-arch.c (gdbpy_initialize_arch): Use
5157         gdb_pymodule_addobject.
5158         * python/py-block.c (gdbpy_initialize_blocks): Use
5159         gdb_pymodule_addobject.
5160         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5161         gdb_pymodule_addobject.
5162         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
5163         gdb_pymodule_addobject.
5164         * python/py-event.c (gdbpy_initialize_event_generic): Use
5165         gdb_pymodule_addobject.
5166         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
5167         gdb_pymodule_addobject.
5168         * python/py-evts.c (add_new_registry): Use
5169         gdb_pymodule_addobject.
5170         (gdbpy_initialize_py_events): Likewise.
5171         * python/py-finishbreakpoint.c
5172         (gdbpy_initialize_finishbreakpoints): Use
5173         gdb_pymodule_addobject.
5174         * python/py-frame.c (gdbpy_initialize_frames): Use
5175         gdb_pymodule_addobject.
5176         * python/py-function.c (gdbpy_initialize_functions): Use
5177         gdb_pymodule_addobject.
5178         * python/py-inferior.c (gdbpy_initialize_inferior): Use
5179         gdb_pymodule_addobject.
5180         * python/py-infthread.c (gdbpy_initialize_thread): Use
5181         gdb_pymodule_addobject.
5182         * python/py-objfile.c (gdbpy_initialize_objfile): Use
5183         gdb_pymodule_addobject.
5184         * python/py-param.c (gdbpy_initialize_parameters): Use
5185         gdb_pymodule_addobject.
5186         * python/py-progspace.c (gdbpy_initialize_pspace): Use
5187         gdb_pymodule_addobject.
5188         * python/py-symbol.c (gdbpy_initialize_symbols): Use
5189         gdb_pymodule_addobject.
5190         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5191         gdb_pymodule_addobject.
5192         * python/py-type.c (gdbpy_initialize_types): Use
5193         gdb_pymodule_addobject.
5194         * python/py-utils.c (gdb_pymodule_addobject): New function.
5195         * python/py-value.c (gdbpy_initialize_values): Use
5196         gdb_pymodule_addobject.
5197         * python/python-internal.h (gdb_pymodule_addobject): Declare.
5198         * python/python.c (_initialize_python): Use
5199         gdb_pymodule_addobject.
5200
5201 2013-05-20  Tom Tromey  <tromey@redhat.com>
5202
5203         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5204         * python/py-param.c (get_set_value, get_show_value): Use
5205         explicit decrefs.
5206         * python/python.c (start_type_printers, apply_type_printers):
5207         Use explicit decrefs.
5208
5209 2013-05-20  Tom Tromey  <tromey@redhat.com>
5210
5211         * python/py-evts.c (gdbpy_initialize_py_events): Don't
5212         incref the module.
5213
5214 2013-05-20  Tom Tromey  <tromey@redhat.com>
5215
5216         * python/python.c (gdbpy_run_events): Decref the result
5217         of PyObject_CallObject.
5218
5219 2013-05-20  Tom Tromey  <tromey@redhat.com>
5220
5221         * python/py-symtab.c (set_sal): Use
5222         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
5223         (symtab_and_line_to_sal_object): Update.
5224
5225 2013-05-20  Tom Tromey  <tromey@redhat.com>
5226
5227         * python/py-param.c (compute_enum_values): Decref 'item'.
5228
5229 2013-05-20  Tom Tromey  <tromey@redhat.com>
5230
5231         * mi/mi-main.c: Include python-internal.h.
5232         (mi_cmd_list_features): Check gdb_python_initialized.
5233         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5234         (python_inferior_exit, python_new_objfile, add_thread_object)
5235         (delete_thread_object, py_free_inferior): Check
5236         gdb_python_initialized.
5237         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5238         gdb_python_initialized.
5239         * python/py-type.c (save_objfile_types): Check
5240         gdb_python_initialized.
5241         * python/python-internal.h (gdb_python_initialized): Declare.
5242         * python/python.c (ensure_python_env): Throw exception if
5243         Python not initialized.
5244         (before_prompt_hook, source_python_script_for_objfile)
5245         (start_type_printers, apply_type_printers,
5246         free_type_printers): Check gdb_python_initialized.
5247         * varobj.c (varobj_get_display_hint)
5248         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5249         (install_new_value_visualizer, varobj_set_visualizer)
5250         (value_get_print_value): Check gdb_python_initialized.
5251
5252 2013-05-20  Tom Tromey  <tromey@redhat.com>
5253
5254         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5255         Check errors.
5256         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5257         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5258         Check errors.
5259         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5260         Check errors.
5261         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5262         Check errors.
5263         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5264         Check errors.
5265         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5266         init function to return 'int'.
5267         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5268         Return 'int'.  Check errors.
5269         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5270         Check errors.
5271         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5272         Return 'int'.  Check errors.
5273         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5274         Check errors.
5275         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5276         Check errors.
5277         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5278         Check errors.
5279         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5280         Check errors.
5281         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5282         Check errors.
5283         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5284         Check errors.
5285         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5286         Check errors.
5287         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5288         Check errors.
5289         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5290         Check errors.
5291         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5292         Check errors.
5293         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5294         Check errors.
5295         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5296         Check errors.
5297         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5298         Check errors.
5299         * python/python-internal.h (gdbpy_initialize_auto_load,
5300         gdbpy_initialize_values, gdbpy_initialize_frames,
5301         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5302         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5303         gdbpy_initialize_blocks, gdbpy_initialize_types,
5304         gdbpy_initialize_functions, gdbpy_initialize_pspace,
5305         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5306         gdbpy_initialize_finishbreakpoints,
5307         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5308         gdbpy_initialize_thread, gdbpy_initialize_inferior,
5309         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5310         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5311         gdbpy_initialize_signal_event,
5312         gdbpy_initialize_breakpoint_event,
5313         gdbpy_initialize_continue_event,
5314         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5315         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5316         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5317         * python/python.c (gdb_python_initialized): New global.
5318         (gdbpy_initialize_events): Return 'int'.  Check errors.
5319         (_initialize_python): Check errors.  Set
5320         gdb_python_initialized.
5321
5322 2013-05-20  Tom Tromey  <tromey@redhat.com>
5323
5324         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5325         Decref the reslut of PyObject_CallMethod.
5326
5327 2013-05-20  Tom Tromey  <tromey@redhat.com>
5328
5329         * python/py-event.c (gdbpy_initialize_event_generic): Return
5330         early if PyType_Ready fails.
5331
5332 2013-05-20  Tom Tromey  <tromey@redhat.com>
5333
5334         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5335         as 'default' in the switch.
5336
5337 2013-05-20  Tom Tromey  <tromey@redhat.com>
5338
5339         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
5340         get_addr_from_python calls out of TRY_CATCH.
5341         (infpy_write_memory, infpy_search_memory): Likewise.
5342         * python/py-utils.c (get_addr_from_python): Return negative
5343         value on error.  Use TRY_CATCH.
5344         * python/python-internal.h (get_addr_from_python): Use
5345         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5346
5347 2013-05-20  Tom Tromey  <tromey@redhat.com>
5348
5349         * python/py-event.c (evpy_emit_event): Decref the
5350         result of PyObject_CallFunctionObjArgs.
5351
5352 2013-05-20  Tom Tromey  <tromey@redhat.com>
5353
5354         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5355         Correctly decref.
5356
5357 2013-05-20  Tom Tromey  <tromey@redhat.com>
5358
5359         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5360
5361 2013-05-20  Tom Tromey  <tromey@redhat.com>
5362
5363         * python/py-event.h (gdbpy_initialize_event_generic): Use
5364         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5365         * python/py-evts.c (add_new_registry): Use
5366         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5367         * python/python-internal.h
5368         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5369
5370 2013-05-20  Tom Tromey  <tromey@redhat.com>
5371
5372         * python/py-arch.c (archpy_disassemble): Update.
5373         * python/py-type.c (typy_get_composite, typy_lookup_typename)
5374         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5375         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5376         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5377         macro.
5378         (GDB_PY_HANDLE_EXCEPTION): Update.
5379         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
5380
5381 2013-05-20  Tom Tromey  <tromey@redhat.com>
5382
5383         * python/python-internal.h (events_object_type): Remove.
5384
5385 2013-05-20  Tom Tromey  <tromey@redhat.com>
5386
5387         * python/py-event.h (evpy_emit_event): Use
5388         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5389         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5390         New macro.
5391
5392 2013-05-20  Tom Tromey  <tromey@redhat.com>
5393
5394         * py-evtregistry.c (create_event_object): Decref
5395         eventregistry_object if PyList_New fails.
5396
5397 2013-05-20  Tom Tromey  <tromey@redhat.com>
5398
5399         * py-cmd.c (gdbpy_string_to_argv): Check result of
5400         PyList_New.
5401
5402 2013-05-20  Tom Tromey  <tromey@redhat.com>
5403
5404         * python/python.c (before_prompt_hook): Add cleanup to
5405         decref 'hook'.
5406
5407 2013-05-20  Tom Tromey  <tromey@redhat.com>
5408
5409         * python/py-function.c (fnpy_init): Decref result of
5410         PyObject_GetAttrString.
5411
5412 2013-05-20  Tom Tromey  <tromey@redhat.com>
5413
5414         * python/py-threadevent.c (get_event_thread): Use
5415         CPYCHECKER_RETURNS_BORROWED_REF.
5416         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5417         New define.
5418         (pspace_to_pspace_object, objfile_to_objfile_object)
5419         (find_thread_object): Use it.
5420
5421 2013-05-20  Tom Tromey  <tromey@redhat.com>
5422
5423         * python/py-arch.c (arch_object_type): Use
5424         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5425         * python/py-block.c (block_syms_iterator_object_type):
5426         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5427         * python/py-bpevent.c (breakpoint_event_object_type):
5428         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5429         * python/py-cmd.c (cmdpy_object_type): Use
5430         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5431         * python/py-continueevent.c (continue_event_object_type):
5432         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5433         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5434         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5435         * python/py-events.h (thread_event_object_type):
5436         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5437         * python/py-evtregistry.c (eventregistry_object_type): Use
5438         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5439         * python/py-exitedevent.c (exited_event_object_type):
5440         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5441         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5442         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5443         * python/py-function.c (fnpy_object_type): Use
5444         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5445         * python/py-inferior.c (inferior_object_type, membuf_object_type):
5446         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5447         * python/py-infthread.c (thread_object_type): Use
5448         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5449         * python/py-lazy-string.c (lazy_string_object_type):
5450         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5451         * python/py-newobjfileevent.c (new_objfile_event_object_type):
5452         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5453         * python/py-objfile.c (objfile_object_type): Use
5454         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5455         * python/py-param.c (parmpy_object_type):
5456         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5457         * python/py-progspace.c (pspace_object_type):
5458         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5459         * python/py-signalevent.c (signal_event_object_type):
5460         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5461         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5462         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5463         * python/py-type.c (type_object_type, field_object_type)
5464         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5465         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5466         define.
5467         (value_object_type, block_object_type, symbol_object_type)
5468         (event_object_type, stop_event_object_type, breakpoint_object_type)
5469         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5470
5471 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
5472
5473         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5474         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5475
5476 2013-05-20  Doug Evans  <dje@google.com>
5477
5478         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
5479         For Fission.
5480         * dwarf2read.c (struct dwarf2_per_cu_data): New member
5481         reading_dwo_directly.
5482         (struct signatured_type): New member dwo_unit.
5483         (struct die_reader_specs): New member comp_dir.
5484         (create_signatured_type_table_from_index): Use malloc for
5485         all_type_units instead of objfile's obstack.
5486         (create_all_type_units): Ditto.
5487         (fill_in_sig_entry_from_dwo_entry): New function.
5488         (add_type_unit): New function.
5489         (lookup_dwo_signatured_type): New function.
5490         (lookup_dwp_signatured_type): New function.
5491         (lookup_signatured_type): New arg cu.  All callers updated.
5492         (init_cu_die_reader): Initialize comp_dir.
5493         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
5494         Change assert of matching type signatures to call error on mismatch.
5495         (lookup_dwo_unit): Add assert.
5496         (init_tu_and_read_dwo_dies): New function.
5497         (init_cutu_and_read_dies): Call it.
5498         (build_type_unit_groups): Handle case of no type unit groups created.
5499         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5500         (lookup_dwo_cutu): Tweak complaint.
5501         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5502         (dwarf2_per_objfile_free): Free all_type_units.
5503
5504 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5505
5506         * windows-nat.c (handle_unload_dll): Add missing empty line.
5507
5508 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5509
5510         * dwarf2read.c (prototyped_function_p): New function.
5511         (read_subroutine_type): Use it.
5512
5513 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5514
5515         * rs6000-aix-tdep.c: De-indent some example code provided
5516         as a comment.
5517
5518 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5519
5520         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5521         region is ok for a hardware watchpoint using the new ptrace interface
5522         on Power servers.
5523
5524 2013-05-17  Doug Evans  <dje@google.com>
5525
5526         * NEWS: Mention new maintenance commands check-symtabs, and
5527         expand-symtabs, and renamed check-psymtabs.
5528         * psymtab.c (maintenance_check_psymtabs): Renamed from
5529         maintenance_check_symtabs.  Only process already-expanded symbol
5530         tables.
5531         (_initialize_psymtab): Update.
5532         * symmisc.c (maintenance_check_symtabs): New function.
5533         (maintenance_expand_name_matcher): New function
5534         (maintenance_expand_file_matcher): New function
5535         (maintenance_expand_symtabs): New function.
5536         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5537         commands.
5538
5539 2013-05-17  Tom Tromey  <tromey@redhat.com>
5540
5541         * python/py-inferior.c (infpy_read_memory): Don't call
5542         PyErr_SetString if PyObject_New fails.
5543         * python/py-frame.c (frame_info_to_frame_object): Don't call
5544         PyErr_SetString if PyObject_New fails.
5545
5546 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
5547
5548         * acinclude.m4: Add check for dlopen in libdl.
5549         * configure.ac: Ditto.
5550         * configure: Regenerate.
5551
5552 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
5553
5554         * frame.c (frame_stash): Convert to htab.
5555         (frame_addr_hash): New function.
5556         (frame_addr_hash_eq): New function.
5557         (frame_stash_create): Convert function to create
5558         a hash table.
5559         (frame_stash_add): Convert function to add an entry to a hash
5560         table.
5561         (frame_stash_find): Convert function to search the hash table.
5562         (frame_stash_invalidate): Convert function to empty the hash
5563         table.
5564         (get_frame_id): Only add to stash if a frame_id is created.
5565         (_initialize_frame): Call frame_stash_create.
5566
5567 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
5568
5569         * configure.ac: Ensure MIG is available when building for GNU Hurd
5570         hosts.
5571         * configure: Regenerate.
5572
5573 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5574
5575         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5576
5577 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5578
5579         * ada-lang.c (ada_make_symbol_completion_list): Make sure
5580         all cleanups are done before returning from this function.
5581
5582 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5583
5584         * utils.h: #include "exceptions.h".
5585         (enum errors): Remove partial declaration.
5586
5587 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5588
5589         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5590         * gdbarch.h, gdbarch.c: Regenerate.
5591         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5592         handling.
5593
5594         * rs6000-aix-tdep.h: New file.
5595         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5596         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5597         "xml-utils.h".
5598         (struct field_info, struct ld_info_desc): New types.
5599         (ld_info32_desc, ld_info64_desc): New static constants.
5600         (struct ld_info): New type.
5601         (rs6000_aix_extract_ld_info): New function.
5602         (rs6000_aix_shared_library_to_xml): Likewise.
5603         (rs6000_aix_ld_info_to_xml): Likewise.
5604         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5605         (rs6000_aix_init_osabi): Add call to
5606         set_gdbarch_core_xfer_shared_libraries_aix.
5607         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5608         Remove "xml-utils.h" include.
5609         (LdInfo): Delete typedef.
5610         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5611         Delete macros.
5612         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5613         Adjust code accordingly.
5614         (rs6000_core_ldinfo): Delete, folded into
5615         rs6000_aix_core_xfer_shared_libraries_aix.
5616         (rs6000_xfer_shared_library): Delete.
5617         (rs6000_xfer_shared_libraries): Reimplement.
5618
5619 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
5620
5621         * record.c (record_goto_cmdlist): New.
5622         (cmd_record_goto): Split into this ...
5623         (cmd_record_goto_begin): ... this
5624         (cmd_record_goto_end): ... and this.
5625         (_initialize_record): Change "record goto" to prefix command.
5626         Add commands for "record goto begin" and "record goto end".
5627         Add an alias for "record goto start" to "record goto begin".
5628
5629 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5630
5631         * linespec.c (convert_linespec_to_sals): New comment for
5632         SOURCE_FILENAME assignment.
5633
5634 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5635
5636         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5637         internal_warning.
5638
5639 2013-05-14  Tom Tromey  <tromey@redhat.com>
5640
5641         * eval.c (parse_and_eval_long): Make 'exp' const.
5642         * value.h (parse_and_eval_long): Update.
5643
5644 2013-05-14  Tom Tromey  <tromey@redhat.com>
5645
5646         * ui-file.c (gdb_fopen): Make arguments const.
5647         * ui-file.h (gdb_fopen): Make arguments const.
5648
5649 2013-05-14  Tom Tromey  <tromey@redhat.com>
5650
5651         * remote.c (remote_set_trace_notes): Make arguments const.
5652         * target.c (update_current_target): Update cast.
5653         * target.h (to_set_trace_notes): Make arguments const.
5654
5655 2013-05-14  Tom Tromey  <tromey@redhat.com>
5656
5657         * go32-nat.c (go32_terminal_info): Make 'args' const.
5658         * inferior.h (child_terminal_info): Update.
5659         * inflow.c (child_terminal_info): Make 'args' const.
5660         * target.c (default_terminal_info): Make 'args' const.
5661         (debug_to_terminal_save_ours): Likewise.
5662         * target.h (struct target_ops) <to_terminal_info>: Make argument
5663         const.
5664
5665 2013-05-13  Tom Tromey  <tromey@redhat.com>
5666
5667         * gcore.c (create_gcore_bfd): Make 'filename' const.
5668         * gcore.h (create_gcore_bfd): Make 'filename' const.
5669         * record-full.c (record_full_save): Make 'recfilename' const.
5670         * target.c (target_save_record): Make 'filename' const.
5671         * target.h (struct target_ops) <to_save_record>: Make 'filename'
5672         const.
5673         (target_save_record): Likewise.
5674
5675 2013-05-13  Tom Tromey  <tromey@redhat.com>
5676
5677         PR gdb/15338:
5678         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5679         ranges section has been read.
5680
5681 2013-05-13  Tom Tromey  <tromey@redhat.com>
5682
5683         PR exp/15364:
5684         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5685         STRUCTOP_PTR>: Return a not_lval value for
5686         EVAL_AVOID_SIDE_EFFECTS.
5687         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5688         for EVAL_AVOID_SIDE_EFFECTS.
5689
5690 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
5691
5692         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5693         floating point registers to register type before storing
5694         value.
5695         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5696         Likewise.
5697
5698 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5699             Tom Tromey  <tromey@redhat.com>
5700
5701         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5702         New functions.
5703         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5704         Declare.
5705         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5706         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5707         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5708         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5709
5710 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
5711             Tom Tromey  <tromey@redhat.com>
5712
5713         PR build/15414:
5714         * configure: Rebuild.
5715         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5716         with -Wno-format.
5717
5718 2013-05-10  Pedro Alves  <palves@redhat.com>
5719
5720         * remote.c (_initialize_remote): Fix spelling of
5721         qXfer:traceframe-info:read packet in packet config command.
5722
5723 2013-05-10  David Taylor  <dtaylor@emc.com>
5724
5725         PR remote/15455
5726
5727         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5728         "QTro" at start of packet.
5729
5730 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5731
5732         * solib-aix.c (solib_aix_relocate_section_addresses):
5733         For the .bss section action, apply the same offset as
5734         the .data section.
5735
5736 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5737
5738         * solib-aix.c (solib_aix_relocate_section_addresses):
5739         Remove FIXME comment.
5740
5741 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5742
5743         PR tdep/15420:
5744         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5745         New functions, directly copied from sparc-sol-thread.c.
5746         * sparc-sol-thread.c: Delete.
5747         * configure.ac: Remove code handling sparc-solaris-thread.c.
5748         * configure: Regenerate.
5749
5750 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
5751
5752         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5753         filter logic.
5754         (backtrace_command): Add "no-filters" option parsing.
5755         (_initialize_stack): Alter help to reflect "no-filters" option.
5756         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5757         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5758         (py-frame.o): Add target
5759         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5760         filter files.
5761         * python/python.h: Add new frame filter constants, and flag enum.
5762         (apply_frame_filter): Add definition.
5763         * python/python.c (apply_frame_filter): New non-Python
5764         enabled function.
5765         * python/py-utils.c (py_xdecref): New function.
5766         (make_cleanup_py_xdecref): Ditto.
5767         * python/py-objfile.c: Declare frame_filters dictionary.
5768         (objfpy_dealloc): Add frame_filters dealloc.
5769         (objfpy_new): Initialize frame_filters attribute.
5770         (objfile_to_objfile_object): Ditto.
5771         (objfpy_get_frame_filters): New function.
5772         (objfpy_set_frame_filters): New function.
5773         * python/py-progspace.c: Declare frame_filters dictionary.
5774         (pspy_dealloc): Add frame_filters dealloc.
5775         (pspy_new): Initialize frame_filters attribute.
5776         (pspacee_to_pspace_object): Ditto.
5777         (pspy_get_frame_filters): New function.
5778         (pspy_set_frame_filters): New function.
5779         * python/py-framefilter.c: New file.
5780         * python/lib/gdb/command/frame_filters.py: New file.
5781         * python/lib/gdb/frames.py: New file.
5782         * python/lib/gdb/__init__.py: Initialize global frame_filters
5783         dictionary
5784         * python/lib/gdb/FrameDecorator.py: New file.
5785         * python/lib/gdb/FrameIterator.py: New file.
5786         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5787         * mi/mi-cmds.h: Declare.
5788         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5789         --no-frame-filter logic, and Python frame filter logic.
5790         (stack_enable_frame_filters): New function.
5791         (parse_no_frame_option): Ditto.
5792         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5793         filter logic.
5794         (mi_cmd_stack_list_locals): Ditto.
5795         (mi_cmd_stack_list_args): Ditto.
5796         (mi_cmd_stack_list_variables): Ditto.
5797         * NEWS: Add frame filter note.
5798
5799 2013-05-09  Doug Evans  <dje@google.com>
5800
5801         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5802         All callers updated.
5803         (syms_from_objfile): Ditto.  Make static.
5804         (symbol_file_add_with_addrs): Renamed from
5805         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
5806         num_offsets.  All callers updated.
5807         * symfile.h (syms_from_objfile): Delete.
5808
5809         * symfile.c (decrement_reading_symtab): Add assert.
5810         (increment_reading_symtab): Ditto.
5811
5812 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
5813
5814         * source.c (forward_search_command): Replace call to getc
5815         by call to fgetc.
5816         (reverse_search_command): Likewise.
5817
5818 2013-05-08  Doug Evans  <dje@google.com>
5819
5820         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5821         matching test.
5822
5823 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5824
5825         * sol-thread.c (info_cb): Factorize the code a little.
5826
5827 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5828
5829         * sol-thread.c (info_cb): Rework the output of the "maintenance
5830         info sol-threads" command a bit.
5831
5832 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5833
5834         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5835         Replace ti.ti_startfunc by ti.ti_pc.
5836
5837 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5838
5839         * solib-aix.c (solib_aix_free_library_list): New function
5840         for the case where HAVE_LIBEXPAT is not defined.
5841
5842 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5843
5844         PR breakpoints/15413:
5845         * breakpoint.c (condition_completer): Simplify the code to
5846         disconsider multiple locations of breakpoints when completing the
5847         "condition" command.
5848
5849 2013-05-07  Pierre Muller  <muller@sourceware.org>
5850
5851         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5852         instead of <sys/wait.h>.
5853
5854 2013-05-07  Pierre Muller  <muller@sourceware.org>
5855
5856         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5857         trailing new line from warning message.
5858
5859 2013-05-07  Pierre Muller  <muller@sourceware.org>
5860
5861         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5862         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5863
5864 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5865
5866         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5867         error message (ARI fix).
5868
5869 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5870
5871         * features/library-list-aix.dtd: Replace library-list by
5872         library-list-aix.
5873         * rs6000-nat.c: Replace library-list by library-list-aix
5874         throughout.
5875         * solib-aix.c: Likewise.
5876
5877 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5878
5879         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5880         Renames TARGET_OBJECT_AIX_LIBRARIES.
5881         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5882         TARGET_OBJECT_LIBRARIES_AIX throughout.
5883         * solib-aix.c: Likwise.
5884
5885 2013-05-07  Yao Qi  <yao@codesourcery.com>
5886
5887         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5888         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5889
5890 2013-05-07  Yao Qi  <yao@codesourcery.com>
5891
5892         * solib-dsbt.c (enable_break): Declare.
5893         (dsbt_current_sos): Remove call to enable_break2.
5894         (enable_break2): Rename to enable_break.  Set solib breakpoint
5895         on '_dl_debug_state'.
5896         (enable_break): Remove.
5897
5898 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
5899
5900         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5901         debug state prior to replicating existing hardware watchpoints or
5902         breakpoints.
5903
5904 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5905
5906         * gcore.c (gcore_create_callback): Ignore sections with
5907         separate_debug_objfile_backlink != NULL.
5908
5909 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
5910             Andrew Jenner  <andrew@codesourcery.com>
5911             Chung-Lin Tang  <cltang@codesourcery.com>
5912             Julian Brown  <julian@codesourcery.com>
5913
5914         Based on the nios2-elf port from Altera Corporation.
5915
5916         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5917         nios2-linux-tdep.o.
5918         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5919         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5920         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5921         * nios2-tdep.h: New.
5922         * nios2-tdep.c: New.
5923         * nios2-linux-tdep.c: New.
5924         * features/Makefile (WHICH): Add nios2-linux.
5925         (nios2-linux-expedite): Set.
5926         * features/nios2-cpu.xml: New.
5927         * features/nios2.xml: New.
5928         * features/nios2-linux.xml: New.
5929         * features/nios2.c: New (autogenerated).
5930         * features/nios2-linux.c: New (autogenerated).
5931         * regformats/nios2-linux.dat: New (autogenerated).
5932         * NEWS (Changes since GDB 7.6): Add new Nios II targets
5933         and commands.
5934
5935 2013-05-06  Doug Evans  <dje@google.com>
5936
5937         * symfile.c: Whitespace cleanup.
5938
5939         * solist.h (struct target_so_ops): New member clear_so.
5940         * solib-svr4.c (svr4_clear_so): New function.
5941         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5942         * solib.c (clear_so): Renamed from free_so_symbols.
5943         All callers updated.  Call target clear_so if it exists.
5944
5945 2013-05-06  Tom Tromey  <tromey@redhat.com>
5946
5947         * ada-lang.c (ada_value_primitive_packed_val): Don't
5948         call value_incref.
5949         * value.c (set_value_parent): Incref the new parent and decref
5950         the old parent.
5951         (value_copy, value_primitive_field): Use set_value_parent.
5952
5953 2013-05-06  Tom Tromey  <tromey@redhat.com>
5954
5955         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5956         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5957         if needed.
5958         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5959         * dwarf2read.c (write_constant_as_bytes)
5960         (dwarf2_fetch_constant_bytes): New functions.
5961
5962 2013-05-06  Tom Tromey  <tromey@redhat.com>
5963
5964         * dwarf2read.c (dwarf2_const_value_data): Remove unused
5965         parameters.
5966         (dwarf2_const_value_attr): Update.
5967
5968 2013-05-06  Tom Tromey  <tromey@redhat.com>
5969
5970         * somread.c (som_symfile_offsets): Add 'const' to addrs.
5971         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5972         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5973         Remove declaration.
5974
5975 2013-05-06  Tom Tromey  <tromey@redhat.com>
5976
5977         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5978         objfile's obstack.
5979
5980 2013-05-06  Doug Evans  <dje@google.com>
5981
5982         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5983         * stabsread.h (process_one_symbol): Update declaration.
5984         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5985         * elfread.c (elf_symfile_relocate_probe): Ditto.
5986         * psymtab.c (relocate_psymtabs): Ditto.
5987         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5988         (objfile_relocate): Ditto.
5989         * objfiles.h (objfile_relocate): Update declaration.
5990         * symfile.c (relative_addr_info_to_section_offsets): Constify
5991         addrs parameter.
5992         (default_symfile_offsets): Ditto.
5993         (syms_from_objfile_1): Constify offsets parameter.
5994         (syms_from_objfile): Ditto.
5995         (symbol_file_add_with_addrs_or_offsets): Ditto.
5996         (symfile_map_offsets_to_segments): Constify data parameter.
5997         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5998         delta parameters of member relocate.
5999         (struct sym_probe_fns): Constify new_offsets,
6000         delta parameters of member sym_relocate_probe.
6001         (struct sym_fns): Constify section_addr_info parameter of member
6002         sym_offsets.
6003         (relative_addr_info_to_section_offsets): Update declaration.
6004         (default_symfile_offsets): Ditto.
6005         (syms_from_objfile): Ditto.
6006         (symfile_map_offsets_to_segments): Ditto.
6007
6008         * symfile.c (syms_from_objfile_1): Use correct section count when
6009         objfile->sf == NULL.
6010
6011 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
6012
6013         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6014
6015 2013-05-06  Doug Evans  <dje@google.com>
6016
6017         * psympriv.h (struct partial_symtab): Augment comment for member
6018         section_offsets.
6019
6020 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6021
6022         Reimplement shared library support on ppc-aix...
6023         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6024         * features/library-list-aix.dtd: New file.
6025         * solib-aix.h, solib-aix.c: New file.
6026         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6027         (rs6000_find_toc_address_hook): Delete.
6028         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6029         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6030         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
6031         "xml-utils.h".
6032         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6033         (vmap_symtab, fixup_breakpoints): Delete.
6034         (rs6000_xfer_shared_libraries): New function.
6035         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6036         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6037         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6038         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6039         (rs6000_xfer_shared_library): New function.
6040         (find_toc_address): Delete.
6041         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6042         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6043         * xcoffread.c (record_minimal_symbol): Reloate symbol address
6044         before creating minimal symbol.  Adjust function description
6045         accordingly.
6046         (scan_xcoff_symtab): Replace call to
6047         prim_record_minimal_symbol_and_info by call to
6048         record_minimal_symbol.
6049         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6050         around default_symfile_offsets.
6051         * configure.tgt: Add solib-aix.o to gdb_target_obs for
6052         powerpc-aix targets.
6053         * config/rs6000/nm-rs6000.h: Delete.
6054         * config/powerpc/aix.mh (NAT_FILE): Delete.
6055         (NATDEPFILES): Remove xcoffsolib.o.
6056         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6057         (ALL_TARGET_OBS): Add solib-aix.o.
6058         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6059         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
6060         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
6061         * xcoffsolib.h, xcoffsolib.c: Delete.
6062
6063         * solib.c (reload_shared_libraries): Remove reference to
6064         SOLIB_CREATE_INFERIOR_HOOK.
6065         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6066         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6067         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6068         comment.
6069         * corelow.c (deprecated_core_resize_section_table): Delete.
6070         * exec.c: Remove include of xcoffsolib.h".
6071         (map_vmap, vmap): Delete.
6072         (exec_close_1): Remove references to vmap.
6073         (exec_file_attach): Remove vmap handling code, and reference
6074         to DEPRECATED_IBM6000_TARGET.
6075         (bfdsec_to_vmap): Delete.
6076         (exec_files_info): Remove block of code handling VMAP.
6077         * infcmd.c (post_create_inferior): Remove reference to
6078         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6079         * infrun.c (follow_exec): Remove reference to
6080         SOLIB_CREATE_INFERIOR_HOOK.
6081         * stack.c (print_frame): Remove reference to PC_SOLIB.
6082         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6083         (dsbt_relocate_main_executable): Likewise.
6084         * solib-frv.c (frv_current_sos): Likewise.
6085
6086 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6087
6088         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6089         to target_write_memory and target_read_memory.
6090
6091 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6092
6093         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6094         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6095
6096 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6097
6098         * darwin-nat.c: Replace all "%x" instances in format strings
6099         into "0x%x" throughout.
6100
6101 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6102
6103         * darwin-nat.c (darwin_mourn_inferior): Replace call to
6104         gdb_assert by call to MACH_CHECK_ERROR.
6105         (darwin_attach_pid): Raise an error rather than a failed
6106         assertion when various system calls failed.  Report a warning
6107         instead of raising a failed assertion when PREV_NOT is not NULL
6108         after call to mach_port_request_notification.
6109         (darwin_ptrace_me): Raise an error rather than a failed
6110         assertion when read returns nonzero.
6111
6112 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6113
6114         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6115
6116 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6117
6118         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6119
6120 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6121
6122         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6123         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6124         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
6125         a stale cleanup.  Fix double free of NAME.
6126
6127 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
6128
6129         * windows-nat.c (windows_delete_thread): Accept an additional
6130         argument, the thread's exit code, and announce thread death when
6131         print_thread_events is non-zero and we are deleting a thread that
6132         is not the main thread.
6133         (get_windows_debug_event): Pass thread exit code to
6134         windows_delete_thread.
6135
6136 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6137
6138         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6139         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6140         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6141         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6142         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6143         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6144         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6145         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6146         (gdbarch_tdep): New struct.
6147         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6148         E_NUM_REGS.
6149         (v850e3v5_register_name): New function.
6150         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6151         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
6152         code handling the struct return conventions for the RH850 ABI.
6153         Update all callers.
6154         (v850_eight_byte_align_p): New function.
6155         (v850_push_call_dummy): Push structs by value, not by reference
6156         for the RH850 ABI.  Add support for eight byte alignment.
6157         (v850_dbtrap_breakpoint_from_pc): New function.
6158         (v850_gdbarch_init): Add ABI detection code.  Register
6159         v850e3v5_register_name for the v850e3v5 architecture.  Set the
6160         number of registers for v850e3v5.  Register
6161         v850_dbtrap_breakpoint_from_pc as appropriate.
6162         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
6163
6164 2013-05-03  Doug Evans  <dje@google.com>
6165
6166         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
6167         of bfd_count_sections.
6168         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
6169         * symfile.c (default_symfile_offsets): Ditto.
6170         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
6171         one entry, not bfd_count_sections entries.
6172
6173 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6174
6175         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6176         `save' and `restore' register groups.  Don't include SPL
6177         or SPH in these groups.
6178         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
6179         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
6180         RL78_ES_REGNUM, and RL78_CS_REGNUM.
6181         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
6182         dwarf2_append_unwinders().
6183
6184 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6185
6186         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6187         ignore SIGINT and SIGTRAP in case these internal signals are
6188         caught explicitely.
6189
6190 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6191
6192         * darwin-nat.c (darwin_read_write_inferior): Change types
6193         of parameters rdaddr and wraddr to "gdb_byte *". Change type
6194         of copy_count to "mach_msg_type_number_t".
6195         (darwin_read_dyld_info): Change type of parameter
6196         rdaddr to "gdb_byte *".
6197
6198 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6199
6200         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6201         of &info->load_map from "char *" to "gdb_byte *".
6202
6203 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6204
6205         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6206         from "char *" to "gdb_byte *".
6207         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6208
6209 2013-04-30  Doug Evans  <dje@google.com>
6210
6211         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6212         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6213         DWO stub.  If DWO isn't found, just use stub.
6214         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6215
6216         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6217         calling init_cutu_and_read_dies.
6218
6219 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6220
6221         * target-descriptions.c (maint_print_c_tdesc_cmd):
6222         Add case to parse structures as register types and
6223         bitfields.
6224
6225 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6226
6227         * MAINTAINERS (Write After Approval): Add myself to the list.
6228
6229 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6230
6231         * sol-thread.c (rw_common): Change type of parameter "buf"
6232         to "gdb_byte *".
6233         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6234         rw_common to "gdb_byte *" instead of "char *".
6235
6236 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6237
6238         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6239         of local variable msym to const struct bound_minimal_symbol.
6240         Adjust use accordingly.
6241         [ti.ti_state == TD_THR_SLEEP]: Likewise.
6242
6243 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
6244
6245         * i386gnu-nat.c (CREG_OFFSET): New macro.
6246         (creg_offset): New array.
6247         (CREG_ADDR): Use creg_offset instead of reg_offset.
6248
6249 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6250
6251         * mep-tdep.c (mep_write_pc): Delete.
6252         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6253         Add call to set_gdbarch_pc_regnum.
6254
6255 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6256
6257         * common/filestuff.c: Replace #include <dirent.h> by
6258         #include "gdb_dirent.h".
6259
6260 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6261
6262         * common/filestuff.c: Replace #include <sys/stat.h> by
6263         #include "gdb_stat.h".
6264
6265 2013-04-29  Pierre Muller  <muller@sourceware.org>
6266
6267         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6268         editCase function rule.
6269         (get_DW_AT_signature_type): Likewise.
6270
6271 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6272
6273         * m32r-tdep.c (m32r_write_pc): Delete.
6274         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6275         Add call to set_gdbarch_pc_regnum.
6276
6277 2013-04-29  Pierre Muller  <muller@sourceware.org>
6278
6279         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6280
6281 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6282
6283         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6284
6285 2013-04-28  Yao Qi  <yao@codesourcery.com>
6286
6287         * solib-dsbt.c (fetch_loadmap): Re-indent.
6288         (displacement_from_map, enable_break2): Likewise.
6289         (dsbt_relocate_section_addresses): Likewise.
6290
6291 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
6292
6293         GDB 7.6 released.
6294
6295 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
6296
6297         PR corefiles/14983:
6298         * dwarf2read.c (process_full_comp_unit): Always create a static
6299         block.
6300
6301 2013-04-25  Hui Zhu  <hui@codesourcery.com>
6302
6303         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6304         to loc->cmd_bytecode.
6305
6306 2013-04-24  Doug Evans  <dje@google.com>
6307
6308         * dwarf2read.c (setup_type_unit_groups): Fix comment.
6309
6310 2013-04-22  Keith Seitz  <keiths@redhat.com>
6311
6312         * tracepoint.c (trace_save):  Call the writer's start method.
6313
6314 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
6315
6316         PR gdb/10462
6317         * cli/cli-decode.c (lookup_command): Show an error if there is no space
6318         before argument.
6319
6320 2013-04-23  Tom Tromey  <tromey@redhat.com>
6321
6322         * common/filestuff.c: Check USE_WIN32API before including
6323         sys/socket.h.
6324         (HAVE_F_GETFD): New define.
6325         (mark_cloexec): Check HAVE_F_GETFD.
6326         (gdb_open_cloexec): Change 'mode' to unsigned long.
6327         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6328         (gdb_pipe_cloexec): Check HAVE_PIPE.
6329         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6330         long.
6331
6332 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6333
6334         PR gdb/15293
6335         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6336
6337 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6338
6339         PR gdb/15165
6340         * breakpoint.c (dprintf_print_recreate): New.
6341         (save_breakpoints): Let it not save dprintf commands.
6342         (initialize_breakpoint_ops): Set dprintf_print_recreate.
6343
6344 2013-04-22  Tom Tromey  <tromey@redhat.com>
6345
6346         PR gdb/7912:
6347         * Makefile.in (SFILES): Add filestuff.c
6348         (COMMON_OBS): Add filestuff.o.
6349         (filestuff.o): New target.
6350         * auto-load.c (auto_load_objfile_script_1): Use
6351         gdb_fopen_cloexec.
6352         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6353         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6354         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6355         * common/agent.c (gdb_connect_sync_socket): Use
6356         gdb_socket_cloexec.
6357         * common/filestuff.c: New file.
6358         * common/filestuff.h: New file.
6359         * common/linux-osdata.c (linux_common_core_of_thread)
6360         (command_from_pid, commandline_from_pid, print_source_lines)
6361         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6362         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6363         gdb_fopen_cloexec.
6364         * common/linux-procfs.c (linux_proc_get_int)
6365         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6366         * config.in, configure: Rebuild.
6367         * configure.ac: Don't check for sys/socket.h.  Check for
6368         fdwalk, pipe2.
6369         * corelow.c (core_open): Use gdb_open_cloexec.
6370         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6371         * fork-child.c (fork_inferior): Call close_most_fds.
6372         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6373         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6374         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6375         Use gdb_fopen_cloexec.
6376         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6377         gdb_open_cloexec.
6378         (linux_async_pipe): Use gdb_pipe_cloexec.
6379         * remote-fileio.c (remote_fileio_func_open): Use
6380         gdb_open_cloexec.
6381         * remote.c (remote_file_put, remote_file_get): Use
6382         gdb_fopen_cloexec.
6383         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6384         close_most_fds.
6385         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6386         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6387         * solib.c (solib_find): Use gdb_open_cloexec.
6388         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6389         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6390         (tfile_open): Use gdb_open_cloexec.
6391         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6392         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6393         * xml-support.c (xml_fetch_content_from_file): Use
6394         gdb_fopen_cloexec.
6395         * main.c (captured_main): Call notice_open_fds.
6396
6397 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6398
6399         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6400         'char *' to 'gdb_byte *'.
6401         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6402         'gdb_byte'.
6403
6404 2013-04-22  Yao Qi  <yao@codesourcery.com>
6405
6406         * infrun.c: Fix typo in comment.
6407
6408 2013-04-22  Andrew Haley  <aph@redhat.com>
6409
6410         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6411         instead of "long".
6412
6413 2013-04-20  Yao Qi  <yao@codesourcery.com>
6414
6415         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6416         'char *' to 'gdb_byte *'.  Cast the return value of
6417         'bt_ctf_get_char_array' to 'gdb_byte *'.
6418
6419 2013-04-19  Pedro Alves  <palves@redhat.com>
6420
6421         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6422         -Wpointer-sign.
6423         * configure: Regenerate.
6424
6425 2013-04-19  Pedro Alves  <palves@redhat.com>
6426
6427         * ser-tcp.c (net_read_prim): Cast second argument to recv to
6428         'void *'.
6429
6430 2013-04-19  Pedro Alves  <palves@redhat.com>
6431
6432         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6433         Change type of 'myaddr' parameter to gdb_byte pointer.
6434         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
6435         to 'long long' pointer instead of to 'unsigned long long'.
6436         (monitor_write_memory_block, monitor_read_memory_single)
6437         (monitor_read_memory): Change type of 'myaddr' parameter to
6438         gdb_byte pointer.
6439
6440 2013-04-19  Pedro Alves  <palves@redhat.com>
6441
6442         * record.c (validate_history_size): Make parameter 'setting'
6443         unsigned.
6444
6445 2013-04-19  Pedro Alves  <palves@redhat.com>
6446
6447         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6448         to 'gdb_byte *'.
6449
6450 2013-04-19  Pedro Alves  <palves@redhat.com>
6451
6452         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6453         local to int.
6454
6455 2013-04-19  Pedro Alves  <palves@redhat.com>
6456
6457         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6458         * ada-tasks.c (read_fat_string_value): Likewise.
6459
6460 2013-04-19  Pedro Alves  <palves@redhat.com>
6461
6462         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6463         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
6464         'offset', and adjust.
6465
6466 2013-04-19  Pedro Alves  <palves@redhat.com>
6467
6468         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6469         (read_index_from_section): Add cast to 'char *'.
6470
6471 2013-04-19  Pedro Alves  <palves@redhat.com>
6472
6473         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6474
6475 2013-04-19  Pedro Alves  <palves@redhat.com>
6476
6477         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6478
6479 2013-04-19  Pedro Alves  <palves@redhat.com>
6480
6481         * record-full.c (record_full_get_bookmark): Change local 'ret'
6482         type to char * and add cast to gdb_byte *.
6483         (record_full_goto_bookmark): Handle 'bookmark' argument as a
6484         string.
6485         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6486
6487 2013-04-19  Pedro Alves  <palves@redhat.com>
6488
6489         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6490         * python/py-prettyprint.c (print_string_repr): Change type of
6491         'output' local to char *.  Add cast to gdb_byte * in
6492         LA_PRINT_STRING call.
6493         (print_children): Change type of 'output' local to char *.
6494         * python/py-value.c (valpy_string): Add cast to const char * in
6495         PyUnicode_Decode call.
6496
6497 2013-04-19  Pedro Alves  <palves@redhat.com>
6498
6499         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6500         and change its type to 'const char *'.  Adjust.
6501         (mips_send_packet): Add cast to 'char *', and remove cast to
6502         'unsigned char *'.
6503         (mips_receive_packet): Remove cast to 'unsigned char *'.
6504         (mips_load_srec): Use bfd_byte.
6505         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6506         (pmon_checkset): Make 'value' parameter unsigned.
6507
6508 2013-04-19  Pedro Alves  <palves@redhat.com>
6509
6510         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6511
6512 2013-04-19  Pedro Alves  <palves@redhat.com>
6513
6514         * remote.c (remote_write_bytes_aux, compare_sections_command)
6515         (remote_read_qxfer)
6516         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6517         (remote_hostio_readlink, remote_bfd_iovec_pread)
6518         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6519         binary buffer, and char when buffer is used as string.
6520         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6521         (trace_save, tfile_open, traceframe_walk_blocks)
6522         (tfile_fetch_registers): Likewise.
6523
6524 2013-04-19  Pedro Alves  <palves@redhat.com>
6525
6526         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6527         buffer and size_t size.  Adjust.
6528         * ser-base.h (ser_base_write): Adjust.
6529         * ser-go32.c (cnts): Change type to size_t.
6530         (dos_write): Change prototype -- take 'void *'
6531         buffer and size_t size.  Adjust.
6532         (dos_info): Print elements of 'cnts' as unsigned long.
6533         * serial.c (serial_write): Likewise.
6534         * serial.h (serial_write): Adjust.
6535         (struct serial_ops) <write>: Change prototype -- take 'void *'
6536         buffer and size_t size.  Adjust.
6537
6538 2013-04-19  Pedro Alves  <palves@redhat.com>
6539
6540         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6541         gdb_byte *.
6542         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6543
6544 2013-04-19  Pedro Alves  <palves@redhat.com>
6545
6546         * alpha-tdep.c (alpha_extract_return_value): Use
6547         regcache_cooked_read_unsigned to read 'v0'.
6548
6549 2013-04-19  Pedro Alves  <palves@redhat.com>
6550
6551         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6552         parameters 'at', 'as' and 'offset' to uint32_t.
6553
6554 2013-04-19  Pedro Alves  <palves@redhat.com>
6555
6556         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6557         'is64' to signed 'int'.
6558
6559 2013-04-19  Pedro Alves  <palves@redhat.com>
6560
6561         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6562         parameter to int *.
6563
6564 2013-04-19  Pedro Alves  <palves@redhat.com>
6565
6566         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6567         'insnbuf' buffer type to unsigned int[].
6568
6569 2013-04-19  Pedro Alves  <palves@redhat.com>
6570
6571         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6572
6573 2013-04-19  Pedro Alves  <palves@redhat.com>
6574
6575         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6576         unsigned long *.
6577
6578 2013-04-19  Pedro Alves  <palves@redhat.com>
6579
6580         * alpha-tdep.c (heuristic_fence_post): Change type to int.
6581         (alpha_heuristic_proc_start): Adjust to check -1 instead of
6582         UINT_MAX.
6583         * mips-tdep.c (heuristic_fence_post): Change type to int.
6584         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6585
6586 2013-04-19  Pedro Alves  <palves@redhat.com>
6587
6588         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6589         (struct gdbarch_tdep) <cris_version>: Make unsigned.
6590         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6591
6592 2013-04-19  Pedro Alves  <palves@redhat.com>
6593
6594         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
6595         it to get a string view of the byte buffer.
6596         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6597         type to gdb_byte *.  Adjust.
6598         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6599         Change local to char *.
6600         * solib-darwin.c (find_program_interpreter): Change return type to
6601         char *.  Adjust.
6602         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6603         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6604         * solib-frv.c (enable_break2): Change local 'buf' to char *.
6605         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6606         * solib-svr4.c (find_program_interpreter): Change return type to
6607         char *.  Adjust.
6608         (enable_break): Change local 'interp_name' to char *.
6609         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6610         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6611         (spu_pseudo_register_write_spu): Use char for string buffer.
6612         Adjust.
6613         (info_spu_event_command, info_spu_signal_command): Add casts to
6614         'char *'.
6615
6616 2013-04-19  Pedro Alves  <palves@redhat.com>
6617
6618         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6619         gdb_byte[].
6620         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6621         * ada-lang.c (ada_value_assign): Use gdb_byte.
6622         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6623         (alphanbsd_sigtramp_offset): Use gdb_byte.
6624         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6625         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6626         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6627         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6628         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6629         * arm-tdep.c (arm_stub_unwind_sniffer)
6630         (arm_displaced_init_closure): Use gdb_byte.
6631         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6632         (arm_default_thumb_le_breakpoint)
6633         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6634         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6635         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6636         * arm-wince-tdep.c (arm_wince_le_breakpoint)
6637         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6638         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6639         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6640         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6641         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6642         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6643         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6644         (cris_store_return_value, cris_extract_return_value): Use
6645         gdb_byte.
6646         (constraint): Change type of parameter to char * from signed
6647         char*.  Use gdb_byte.
6648         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6649         of local buffer to gdb_byte *.
6650         * dwarf2read.c (read_index_from_section): Use gdb_byte.
6651         (create_dwp_hash_table): Change type of locals to gdb_byte *.
6652         (add_address_entry): Change type of local buffer to gdb_byte[].
6653         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6654         (frv_push_dummy_call): Use gdb_byte.
6655         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6656         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6657         (hppa_hpux_supply_save_state): Use gdb_byte.
6658         * hppa-tdep.c (hppa32_push_dummy_call)
6659         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6660         * ia64-tdep.c (extract_bit_field, replace_bit_field)
6661         (slotN_contents, replace_slotN_contents): Change type of parameter
6662         to gdb_byte *.
6663         (fetch_instruction, ia64_pseudo_register_write)
6664         (ia64_register_to_value, ia64_value_to_register)
6665         (ia64_extract_return_value, ia64_store_return_value)
6666         (ia64_push_dummy_call): Use gdb_byte.
6667         * m32c-tdep.c (m32c_return_value): Remove cast.
6668         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6669         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6670         gdb_byte.
6671         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6672         * mn10300-tdep.c (mn10300_store_return_value)
6673         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6674         gdb_byte.
6675         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6676         (moxie_process_record): Remove casts.
6677         * ppc-ravenscar-thread.c (supply_register_at_address)
6678         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6679         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6680         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6681         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6682         * remote.c (compare_sections_command): Use gdb_byte.
6683         * score-tdep.c (score7_free_memblock): Change type of parameter to
6684         gdb_byte *.
6685         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6686         gdb_byte *.  Use gdb_byte.
6687         (sh_push_dummy_call_fpu): Use gdb_byte.
6688         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6689         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6690         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6691         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6692         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6693         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6694         (sh64_store_return_value, sh64_register_convert_to_virtual):
6695         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6696         (sh64_pseudo_register_write): Use gdb_byte.
6697         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6698         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
6699         buffer.
6700         (irix_current_sos): Use gdb_byte.
6701         * solib-som.c (som_current_sos): Use gdb_byte.
6702         * sparc-ravenscar-thread.c (supply_register_at_address)
6703         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6704         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6705         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6706         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6707         'gdb_byte *'.
6708         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6709         'gdb_byte *'.
6710         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6711         * xstormy16-tdep.c (xstormy16_extract_return_value)
6712         (xstormy16_store_return_value): Change parameter type to
6713         'gdb_byte *'.  Adjust.
6714         (xstormy16_push_dummy_call): Use gdb_byte.
6715         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6716         (call0_analyze_prologue, execute_code): Use gdb_byte.
6717
6718 2013-04-19  Vladimir Kargov <kargov@gmail.com>
6719             Pedro Alves  <palves@redhat.com>
6720
6721         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6722         value contents.
6723
6724 2013-04-17  Doug Evans  <dje@google.com>
6725
6726         * dwarf2read.c (struct signatured_type): New member type.
6727         (struct attribute): Replace member signatured_type with signature.
6728         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6729         (read_call_site_scope): Call follow_die_ref instead of
6730         follow_die_ref_or_sig.
6731         (read_structure_type): Rewrite handling of signatured types.
6732         (read_enumeration_type): Ditto.
6733         (read_attribute_value): Update.
6734         (build_error_marker_type): New function.
6735         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
6736         Don't call error for bad types, just build an error marker type.
6737         (dump_die_shallow): Update.
6738         (follow_die_sig_1): Renamed from follow_die_sig.
6739         Don't call error for bad types, instead return NULL.
6740         (follow_die_sig): New function.
6741         (get_signatured_type, get_DW_AT_signature_type): New functions.
6742
6743 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
6744
6745         * aarch64-tdep.c (aarch64_write_pc): Removed.
6746         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6747         function.
6748
6749 2013-04-17  Yao Qi  <yao@codesourcery.com>
6750
6751         * top.c (print_gdb_configuration): Print configure-time
6752         parameter on using libbabeltrace or not.
6753
6754 2013-04-16  Pedro Alves  <palves@redhat.com>
6755
6756         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6757
6758 2013-04-16  Pedro Alves  <palves@redhat.com>
6759
6760         * common/glibc_thread_db.h: Update from upstream glibc
6761         (git 568035b7874a099087b77f7bba3e36a1173787b0).
6762
6763 2013-04-16  Pedro Alves  <palves@redhat.com>
6764
6765         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6766         * common/glibc_thread_db.h: ... this new file ...
6767         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6768
6769 2013-04-16  Will Newton  <will.newton@gmail.com>
6770             Pedro Alves  <palves@redhat.com>
6771
6772         PR build/11881
6773
6774         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6775         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6776         HAVE_THREAD_DB_H.
6777
6778 2013-04-16  Pedro Alves  <palves@redhat.com>
6779             Eli Zaretskii  <eliz@gnu.org>
6780
6781         * NEWS: Mention "set foo unlimited".
6782
6783 2013-04-15  Doug Evans  <dje@google.com>
6784
6785         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6786         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6787         (create_dwo_cu_reader): Renamed from
6788         create_dwo_debug_info_hash_table_reader.
6789         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6790         Remove support for multiple CUs in a DWO file.
6791         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6792
6793         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6794         instead of phex.
6795         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6796         (create_dwo_in_dwp): Ditto.
6797
6798 2013-04-15  Tom Tromey  <tromey@redhat.com>
6799
6800         * NEWS: Move recent entries into "since 7.6" section.
6801
6802 2013-04-15  Tom Tromey  <tromey@redhat.com>
6803
6804         PR c++/13588:
6805         * NEWS: Update.
6806         * break-catch-throw.c (struct exception_catchpoint)
6807         <exception_rx, pattern>: New fields.
6808         (fetch_probe_arguments, dtor_exception_catchpoint)
6809         (check_status_exception_catchpoint)
6810         (print_one_detail_exception_catchpoint): New functions.
6811         (handle_gnu_v3_exceptions): Add "except_rx" argument.
6812         Compile regular expression if needed.
6813         (extract_exception_regexp): New function.
6814         (catch_exception_command_1): Use extract_exception_regexp.
6815         (compute_exception): Use fetch_probe_arguments.
6816         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6817         and check_status fields.
6818         * cp-abi.c (cplus_typename_from_type_info): New function.
6819         * cp-abi.h (cplus_typename_from_type_info): Declare.
6820         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6821         * gdb_regex.h (compile_rx_or_error): Declare.
6822         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6823         comment.
6824         (init_gnuv3_ops): Set get_type_from_type_info field.
6825         * probe.c (compile_rx_or_error): Move...
6826         * utils.c (compile_rx_or_error): ... here.
6827
6828 2013-04-15  Tom Tromey  <tromey@redhat.com>
6829
6830         PR c++/15176:
6831         * NEWS: Update.
6832         * break-catch-throw.c (compute_exception): New function.
6833         (exception_funcs): New global.
6834         (_initialize_break_catch_throw): Create $_exception.
6835         * cp-abi.c (cplus_type_from_type_info): New function.
6836         * cp-abi.h (cplus_type_from_type_info): Declare.
6837         (struct cp_abi_ops) <get_type_from_type_info>: New field.
6838         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6839         (gnuv3_get_type_from_type_info): New functions.
6840         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6841
6842 2013-04-15  Tom Tromey  <tromey@redhat.com>
6843
6844         * break-catch-throw.c (struct exception_names): New.
6845         (exception_functions): Change type.
6846         (re_set_exception_catchpoint): Look for SDT probes.
6847
6848 2013-04-15  Tom Tromey  <tromey@redhat.com>
6849
6850         PR c++/10119:
6851         * break-catch-throw.c (exception_functions): New global.
6852         (gnu_v3_exception_catchpoint_ops): Move earlier.
6853         (struct exception_catchpoint): New.
6854         (classify_exception_breakpoint): Rewrite.
6855         (re_set_exception_catchpoint): New function.
6856         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
6857         Allocate a struct exception_catchpoint.
6858         (catch_exception_command_1): Update.
6859         (initialize_throw_catchpoint_ops): Set 're_set' method.
6860
6861 2013-04-15  Tom Tromey  <tromey@redhat.com>
6862
6863         * Makefile.in (SFILES): Add break-catch-throw.c
6864         (COMMON_OBS): Add break-catch-throw.o.
6865         * break-catch-throw.c: New file.
6866         * breakpoint.c: Move exception-catching code to new file.
6867         (ep_parse_optional_if_clause): No longer static.
6868         * breakpoint.h (ep_parse_optional_if_clause): Declare.
6869
6870 2013-04-15  Tom Tromey  <tromey@redhat.com>
6871
6872         PR c++/9065:
6873         * NEWS: Update.
6874         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6875         * c-exp.y (TYPEID): New token.
6876         (exp): Add new TYPEID productions.
6877         (ident_tokens): Add "typeid".
6878         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6879         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6880         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6881         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6882         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6883         case.
6884         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6885         (build_std_type_info_type, gnuv3_get_typeid_type)
6886         (gnuv3_get_typeid): New functions.
6887         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
6888         new fields on ABI object.
6889         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6890         * std-operator.def (OP_TYPEID): New.
6891
6892 2013-04-15  Tom Tromey  <tromey@redhat.com>
6893
6894         * elfread.c (elf_symtab_read): Install versioned symbol under
6895         unversioned name as well.
6896
6897 2013-04-15  Tom Tromey  <tromey@redhat.com>
6898
6899         PR c++/11990:
6900         * c-lang.c (cplus_language_defn): Use gdb_demangle.
6901         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6902         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6903         (gdb_demangle): New function.
6904         * cp-support.h (gdb_demangle): Declare.
6905         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6906         (dwarf2_name): Use gdb_demangle.
6907         * gdbtypes.c (check_stub_method): Use gdb_demangle.
6908         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6909         suffixes from name.
6910         (gnuv3_print_method_ptr): Use gdb_demangle.
6911         * jv-lang.c (java_demangle): Use gdb_demangle.
6912         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6913         * language.c (unk_lang_demangle): Use gdb_demangle.
6914         * symtab.c (symbol_find_demangled_name)
6915         (demangle_for_lookup): Use gdb_demangle.
6916
6917 2013-04-15  Tom Tromey  <tromey@redhat.com>
6918
6919         PR c++/12824:
6920         * NEWS: Update.
6921         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6922         New constant.
6923         (classify_exception_breakpoint): New function.
6924         (print_it_exception_catchpoint, print_one_exception_catchpoint)
6925         (print_mention_exception_catchpoint)
6926         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6927         (catch_exception_command_1): Handle "rethrow" catchpoint.
6928         (catch_rethrow_command): New function.
6929         (_initialize_breakpoint): Add "catch rethrow" command.
6930
6931 2013-04-15  Pierre Muller  <muller@sourceware.org>
6932
6933         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6934         set_gdbarch_write_pc as deprecated anymore.
6935
6936 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
6937
6938         * spu-tdep.c (spu_write_pc): Add empty line after local variable
6939         declarations.
6940
6941 2013-04-13  Yao Qi  <yao@codesourcery.com>
6942
6943         * ctf.c (_initialize_ctf): Include "completer.h".
6944         Call add_target_with_completer instead of add_target.
6945
6946 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6947
6948         Fix GDB regression related to PR binutils/14813.
6949         * jit.c (mem_bfd_iovec_close): Return 0 for success.
6950         * minidebug.c (lzma_close): Add return value comment.
6951         * remote.c (remote_bfd_iovec_close): Return 0 for success.
6952         * solib-spu.c (spu_bfd_iovec_close): Likewise.
6953         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6954
6955 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6956
6957         * config.in: Regenerate.
6958
6959 2013-04-12  Tom Tromey  <tromey@redhat.com>
6960
6961         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6962         const.
6963         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6964         (struct die_reader_specs) <buffer>: Likewise.
6965         (die_reader_func_ftype): Make 'info_ptr' const.
6966         (struct line_header) <include_dirs, statement_program_start,
6967         statement_program_end>: Now const.
6968         (struct file_entry) <name>: Likewise.
6969         (struct partial_die_info) <sibling>: Likewise.
6970         (struct dwarf_block) <data>: Likewise.
6971         (dwarf2_read_section): Remove cast.
6972         (dwarf2_get_section_info): Make 'bufp' const.
6973         (read_index_from_section): Constify.
6974         (dw2_get_file_names_reader): Make 'info_ptr' const.
6975         (dw2_get_primary_filename_reader): Likewise.
6976         (read_comp_unit_head): Make 'info_ptr' and return type const.
6977         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6978         Likewise.
6979         (read_abbrev_offset): Constify.
6980         (dwarf2_create_include_psymtab): Make 'name' const.
6981         (create_debug_types_hash_table): Update.
6982         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6983         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6984         Constify.
6985         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6986         (load_partial_comp_unit_reader): Make 'info_ptr' const.
6987         (read_comp_units_from_section): Constify.
6988         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6989         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6990         const.
6991         (dwarf2_compute_name, setup_type_unit_groups): Constify.
6992         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6993         (create_dwp_hash_table, dwarf2_ranges_read)
6994         (dwarf2_record_block_ranges): Constify.
6995         (read_die_and_children, read_die_and_siblings_1)
6996         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6997         const.
6998         (read_full_die_1, read_full_die): Make 'info_ptr' const.
6999         (abbrev_table_read_table): Constify.
7000         (load_partial_dies): Make 'info_ptr' const.
7001         (read_partial_die, read_attribute_value, read_attribute): Make
7002         'info_ptr' and return type const.
7003         (read_address, read_initial_length)
7004         (read_checked_initial_length_and_offset, read_offset)
7005         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7006         const.
7007         (read_direct_string): Make 'buf' and return type const.
7008         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7009         (read_indirect_string): Make return type const.
7010         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7011         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7012         'info_ptr' const.
7013         (read_str_index): Make return type const.
7014         (add_include_dir): Make 'include_dir' const.
7015         (add_file_name): Make 'name' const.
7016         (dwarf_decode_line_header): Constify.
7017         (psymtab_include_file_name): Make return type const.
7018         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7019         (dwarf2_start_subfile): Make 'filename' const.
7020         (dwarf2_const_value_attr): Make 'bytes' const.
7021         (read_signatured_type_reader): Make 'info_ptr' const.
7022         (decode_locdesc): Constify.
7023         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7024         const.
7025         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7026         'mac_end', and return type const.
7027         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7028         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7029         type const.
7030         (per_cu_header_read_in): Constify.
7031         * symfile.h (dwarf2_get_section_info): Update.
7032
7033 2013-04-12  Tom Tromey  <tromey@redhat.com>
7034
7035         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7036
7037 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
7038
7039         * NEWS: Mention "show configuration", --configuration.
7040         * top.c (print_gdb_configuration): New function, displays the
7041         details about GDB configure-time parameters.
7042         (print_gdb_version): Mention "show configuration".
7043         * cli/cli-cmds.c (show_configuration): New function.
7044         (_initialize_cli_cmds): Add the "show configuration" command.
7045         * main.c (captured_main) <print_configuration>: New static var.
7046         <long_options>: Use it.
7047         If --configuration was given, call print_gdb_configuration.
7048
7049 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7050             Pedro Alves  <palves@redhat.com>
7051
7052         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7053         (generated_files): Add gcore.
7054         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7055         HAVE_NATIVE_GCORE_HOST.
7056         (gcore): New.
7057         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7058         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7059         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7060         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7061         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7062         Add HAVE_NATIVE_GCORE_HOST.
7063         * configure: Regenerate.
7064         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7065         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
7066         AC_CONFIG_FILES for gcore.
7067         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
7068         gdb_have_gcore.
7069         * gdb_gcore.sh: Rename to ...
7070         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
7071         and GCORE_TRANSFORM_NAME substitutions.
7072
7073         Fix parsing tabs in ${gdb_target_obs}.
7074         * configure.tgt (gdb_have_gcore): Replace case with for and if.
7075
7076 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7077
7078         * remote.c (unpush_and_perror): Add output message final dot.
7079
7080 2013-04-11  Yao Qi  <yao@codesourcery.com>
7081
7082         * tracepoint.c (tfile_interp_line): Fit parameters line and
7083         utpp in one line.
7084
7085 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
7086
7087         * solib.c (solib_map_sections): Remove code overwriting
7088         SO->SO_NAME with the bfd's filename.
7089
7090 2013-04-10  Pedro Alves  <palves@redhat.com>
7091
7092         * cli/cli-decode.c (integer_unlimited_completer): New function.
7093         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7094         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7095         completer.
7096         * cli/cli-setshow.c: Include "cli/cli-utils.h".
7097         (is_unlimited_literal): New function.
7098         (do_set_command): Handle literal "unlimited" arguments.
7099         * frame.c (_initialize_frame) <set backtrace limit>: Document
7100         "unlimited".
7101         * printcmd.c (_initialize_printcmd) <set print
7102         max-symbolic-offset>: Add help text.
7103         * record-full.c (_initialize_record_full) <set record full
7104         insn-number-max>: Likewise.
7105         * record.c (_initialize_record) <set record
7106         instruction-history-size, set record function-call-history-size>:
7107         Add help text.
7108         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7109         help text.
7110         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7111         Likewise.
7112         * source.c (_initialize_source) <set listsize>: Add help text.
7113         * utils.c (initialize_utils) <set height, set width>: Likewise.
7114         <set pagination>: Mention "set height unlimited".
7115         * valprint.c (_initialize_valprint) <set print elements, set print
7116         repeats>: Document "unlimited".
7117
7118 2013-04-10  Pedro Alves  <palves@redhat.com>
7119
7120         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7121         instead of disconnect_tracing.
7122         * infcmd.c (detach_command, disconnect_command): Call
7123         query_if_trace_running.  Adjust.
7124         * top.c: Include "tracepoint.h".
7125         (quit_target): Delete.  Contents moved ...
7126         (quit_force): ... here.  Wrap each stage of teardown in
7127         TRY_CATCH.  Call disconnect_tracing before detaching.
7128
7129 2013-04-10  Hui Zhu  <hui@codesourcery.com>
7130             Yao Qi  <yao@codesourcery.com>
7131
7132         * configure.ac: Check libbabeltrace is installed.
7133         * config.in: Regenerate.
7134         * configure: Regenerate.
7135         * Makefile.in (LIBBABELTRACE): New.
7136         (CLIBS): Add LIBBABELTRACE.
7137         * ctf.c: Include "exec.h".
7138         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7139         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7140         (ctf_save_metadata_header): Define new type aliases in
7141         metadata.
7142         (ctf_write_header): Define event type "tsv_def" and "tp_def"
7143         in metadata.  Start a new faked packet for trace status.
7144         (ctf_write_status): Write trace status to CTF.
7145         (ctf_write_uploaded_tsv): Write TSV to CTF.
7146         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7147         (ctf_write_definition_end): End the faked packet.
7148
7149         (ctx, ctf_iter, trace_dirname): New.
7150         (start_pos): New variable.
7151         (ctf_destroy, ctf_open_dir, ctf_open): New.
7152         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7153         macros.
7154         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7155         (ctf_fetch_registers, ctf_xfer_partial): New.
7156         (ctf_get_trace_state_variable_value): New.
7157         (ctf_get_tpnum_from_frame_event): New.
7158         (ctf_get_traceframe_address): New.
7159         (ctf_trace_find, ctf_has_stack): New.
7160         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7161         (ctf_get_trace_status, ctf_read_status): New.
7162         (_initialize_ctf): New.
7163         * tracepoint.c (get_tracepoint_number): New
7164         (get_uploaded_tsv): Remove 'static'.
7165         (struct traceframe_info, trace_regblock_size): Move it to ...
7166         * tracepoint.h: ... here.
7167         (get_tracepoint_number): Declare it.
7168         (get_uploaded_tsv): Declare it.
7169
7170         * NEWS: Mention new configure option.
7171
7172 2013-04-10  Pedro Alves  <palves@redhat.com>
7173             Hui Zhu  <hui@codesourcery.com>
7174
7175         * breakpoint.c (dprintf_re_set): New.
7176         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7177         to dprintf_re_set.
7178
7179 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7180
7181         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7182         Remove solib-svr4.o from the list.
7183
7184 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7185
7186         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7187         Use gdb_assert_not_reached instead of invalid boolean expression.
7188
7189 2013-04-09  Pedro Alves  <palves@redhat.com>
7190
7191         * remote.c (unpush_and_perror): New function.
7192         (readchar, remote_serial_write): Use it.
7193
7194 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
7195
7196         * NEWS: Mention new btrace RSP packets.
7197
7198 2013-04-08  Tom Tromey  <tromey@redhat.com>
7199
7200         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7201         long.
7202
7203 2013-04-08  Tom Tromey  <tromey@redhat.com>
7204
7205         * maint.c (print_bfd_section_info): Print the section index.
7206         * symmisc.c (dump_msymbols): Print the section index.
7207
7208 2013-04-08  Tom Tromey  <tromey@redhat.com>
7209
7210         PR symtab/8424:
7211         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7212         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7213         * breakpoint.c (resolve_sal_pc): Update.
7214         * elfread.c (elf_gnu_ifunc_record_cache): Update.
7215         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7216         (minsym_lookup_iterator_cb): Use it.
7217         (default_read_var_value): Update.
7218         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7219         Update.
7220         * infcmd.c (jump_command): Update.
7221         * linespec.c (minsym_found): Update.
7222         * maint.c (maintenance_translate_address): Update.
7223         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7224         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7225         * parse.c (write_exp_msymbol): Update.
7226         * printcmd.c (address_info): Update.
7227         * psymtab.c (find_pc_sect_psymbol): Update.
7228         (fixup_psymbol_section): Check SYMBOL_SECTION, not
7229         SYMBOL_OBJ_SECTION.
7230         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7231         Don't initialize SYMBOL_OBJ_SECTION.
7232         * spu-tdep.c (spu_catch_start): Update.
7233         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7234         * symmisc.c (dump_msymbols, print_symbol): Update.
7235         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
7236         how fallback section is computed.
7237         (fixup_symbol_section): Update.
7238         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7239         Update.
7240         (allocate_symbol, initialize_symbol, allocate_template_symbol):
7241         Initialize SYMBOL_SECTION.
7242         * symtab.h (struct general_symbol_info) <section>: Update comment.
7243         <obj_section>: Remove.
7244         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
7245         (SYMBOL_OBJFILE): New macro.
7246
7247 2013-04-08  Tom Tromey  <tromey@redhat.com>
7248
7249         * coffread.c (record_minimal_symbol): Update.
7250         * dbxread.c (record_minimal_symbol): Update.
7251         * elfread.c (record_minimal_symbol): Update.
7252         * machoread.c (macho_symtab_add_minsym): Update.
7253         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7254         Update.
7255         * minsyms.c (prim_record_minimal_symbol): Update.
7256         (prim_record_minimal_symbol_full): Remove 'bfd_section'
7257         argument.
7258         (prim_record_minimal_symbol_and_info): Likewise.
7259         * minsyms.h (prim_record_minimal_symbol_full)
7260         (prim_record_minimal_symbol_and_info): Update.
7261         * symtab.c (allocate_symbol, initialize_symbol)
7262         (allocate_template_symbol): Initialize SYMBOL_SECTION.
7263         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7264         Update.
7265
7266 2013-04-08  Tom Tromey  <tromey@redhat.com>
7267
7268         PR symtab/8423:
7269         * solib-som.c (som_solib_section_offsets): Use BFD section
7270         indices.  Set offsets for all sections.
7271         * somread.c (som_symtab_read): Compute BFD section for
7272         symbol.  Use prim_record_minimal_symbol_and_info.
7273         (som_symfile_read): Fix comment.
7274         (struct find_section_offset_arg): New.
7275         (find_section_offset, set_section_index): New functions.
7276         (som_symfile_offsets): Use set_section_index to compute
7277         section indices.
7278
7279 2013-04-08  Tom Tromey  <tromey@redhat.com>
7280
7281         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7282         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7283         gdb_bfd_section_index.
7284         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7285         New functions.
7286         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7287         Declare.
7288         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7289         Update.
7290         * objfiles.c (add_to_objfile_sections_full): New function.
7291         (add_to_objfile_sections): Use it.
7292         (build_section_table): Rewrite.
7293         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
7294         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7295         (struct objfile) <sections>: Update comment.
7296         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7297         is NULL.
7298         (ALL_OBJSECTIONS): Use it.
7299         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7300         * solib-frv.c (frv_relocate_main_executable): Update.
7301         * solib-target.c (solib_target_relocate_section_addresses):
7302         Use gdb_bfd_section_index.
7303         * symfile.c (build_section_addr_info_from_section_table):
7304         Use gdb_bfd_section_index.
7305         (build_section_addr_info_from_bfd, place_section): Likewise.
7306         * symtab.c (fixup_section): Update.
7307         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7308
7309 2013-04-08  Tom Tromey  <tromey@redhat.com>
7310
7311         * minsyms.h (struct bound_minimal_symbol): New.
7312         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7313         Remove objfile argument.
7314         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7315         Return bound_minimal_symbol.
7316         * minsyms.c (lookup_minimal_symbol_by_pc_1)
7317         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7318         Return bound_minimal_symbol.
7319         (in_gnu_ifunc_stub): Update.
7320         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7321         Remove 'objfile_p' argument.
7322         (lookup_solib_trampoline_symbol_by_pc): Update.
7323         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7324         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7325         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7326         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7327         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7328         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7329         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7330         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7331         stack.c, symtab.c, tui/tui-disasm.c: Update.
7332
7333 2013-04-08  Tom Tromey  <tromey@redhat.com>
7334
7335         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7336         Use symbol's obstack, not an objfile.
7337         * coffread.c (process_coff_symbol): Update.
7338         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7339         * jv-lang.c (add_class_symbol): Update.
7340         * mdebugread.c (new_symbol): Update.
7341         * minsyms.c (prim_record_minimal_symbol_full)
7342         (terminate_minimal_symbol_table): Update.
7343         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
7344         * stabsread.c (define_symbol, read_enum_type): Update.
7345         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7346         Handle Ada specially.
7347         (symbol_set_language): Add 'obstack' argument.
7348         (symbol_set_names): Update.
7349         (symbol_natural_name, symbol_demangled_name): Always use
7350         ada_decode_symbol.
7351         * symtab.h (struct general_symbol_info)
7352         <language_specific::obstack>: New field.
7353         <ada_mangled>: New field.
7354         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7355         (symbol_set_language): Update.
7356
7357 2013-04-08  Tom Tromey  <tromey@redhat.com>
7358
7359         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7360         Take an obstack, not an objfile.
7361         (symbol_set_names): Update.
7362         * symtab.h (symbol_set_demangled_name): Update.
7363
7364 2013-04-08  Tom Tromey  <tromey@redhat.com>
7365
7366         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7367         allocate_symbol.
7368         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7369         (read_func_scope): Call allocate_template_symbol.
7370         (new_symbol_full): Call allocate_symbol.
7371         * jit.c (finalize_symtab): Call allocate_symbol.
7372         * jv-lang.c (add_class_symbol): Call allocate_symbol.
7373         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7374         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7375         (common_block_end): Call allocate_symbol.
7376         * symtab.c (allocate_symbol, initialize_symbol)
7377         (allocate_template_symbol): New functions.
7378         * symtab.c (allocate_symbol, initialize_symbol)
7379         (allocate_template_symbol): Declare.
7380         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7381
7382 2013-04-08  Pedro Alves  <palves@redhat.com>
7383             Keith Seitz  <keiths@redhat.com>
7384
7385         * breakpoint.c (create_breakpoint): Rename
7386         "parse_condition_and_thread" parameter to "parse_arg".  Update
7387         describing comment.  If !PARSE_ARG, then error out if ARG is not
7388         the empty string after extracting the location.
7389         * breakpoint.h (create_breakpoint): Rename
7390         "parse_condition_and_thread" parameter to "parse_arg".
7391
7392 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
7393
7394         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7395
7396 2013-04-07  Yao Qi  <yao@codesourcery.com>
7397
7398         * remote.c (remote_trace_find): Change type of parameters 'addr1'
7399         and 'addr2' to CORE_ADDR.
7400         * target.c (update_current_target): Update.
7401         * target.h (struct target_ops) <to_trace_find>: Change parameter
7402         type to CORE_ADDR.
7403         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7404         'addr2' to CORE_ADDR.
7405         (tfile_trace_find): Likewise.
7406         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7407         Change local variable 'addr' to type CORE_ADDR.
7408         * tracepoint.h (tfind_1): Update declaration.
7409
7410 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
7411
7412         * windows-nat.c (windows_get_absolute_argv0): Move from here...
7413         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7414         Include main.h.
7415
7416         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7417         here...
7418         * main.h (windows_get_absolute_argv0): ...to here.
7419
7420 2013-04-05  Doug Evans  <dje@google.com>
7421
7422         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7423         (read_cutu_die_from_dwo): Add comments.
7424         (read_structure_type): Update comment.
7425         (read_enumeration_type, read_namespace_type): Update comment.
7426         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7427
7428 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7429
7430         Convert man pages to texinfo, new gdbinit.5 texinfo page.
7431         * Makefile.in (gdb.z): Remove.
7432         (install-only): Remove $(man1dir) and gdb.1 installation.
7433         * gdb.1: Remove.
7434
7435 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7436
7437         Fix compatibility with Linux kernel 3.8.3.
7438         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7439         to more inner block.  Remove parsing of NUMBER from outer block.
7440         Parse NUMBER only if KEYWORD has been identified.
7441
7442 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7443
7444         Fix variable name shadowing.
7445         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7446         filename to mapsfilename and update its uses.
7447
7448 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
7449
7450         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7451         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7452         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7453         details of the problem.
7454
7455 2013-04-04  Pedro Alves  <palves@redhat.com>
7456             Hui Zhu  <hui@codesourcery.com>
7457
7458         * breakpoint.c (validate_commands_for_breakpoint): If validating a
7459         tracepoint, reset its STEP_COUNT and call validate_actionline.
7460
7461 2013-04-03  Doug Evans  <dje@google.com>
7462
7463         * dwarf2read.c (read_die_and_siblings_1): Renamed from
7464         read_die_and_siblings.
7465         (read_die_and_siblings): New function.
7466         (read_cutu_die_from_dwo): Dump die if requested.
7467         (read_die_and_children): Call read_full_die_1 and
7468         read_die_and_siblings_1.
7469         (read_full_die): Dump die if requested.
7470
7471         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7472
7473         * dwarf2read.c (struct dwo_file): New member comp_dir.
7474         Rename member name to dwo_name.  All uses updated.
7475         (hash_dwo_file): Include comp_dir in computation.
7476         (eq_dwo_file): Ditto.
7477         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
7478         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7479
7480         * psymtab.c (read_psymtabs_with_fullname): Don't call
7481         psymtab_to_fullname if the basenames are different.
7482
7483 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7484
7485         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7486         New entry about "fullname" presence.
7487
7488 2013-04-03  Pedro Alves  <palves@redhat.com>
7489
7490         * NEWS: Mention x86_64/Cygwin as new native configuration.
7491
7492 2013-04-02  Doug Evans  <dje@google.com>
7493
7494         * dwarf2read.c (read_structure_type): Fix typo in comment.
7495
7496 2013-04-02  Pedro Alves  <palves@redhat.com>
7497
7498         * NEWS: Mention "set/show debug aarch64", "set/show debug
7499         coff-pe-read" and "set/show debug mach-o".
7500
7501 2013-04-02  Pedro Alves  <palves@redhat.com>
7502
7503         * NEWS: Mention "set/show remote trace-buffer-size-packet".
7504
7505 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
7506
7507         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7508         gdb_string.h is now in common/.
7509
7510 2013-04-02  Pedro Alves  <palves@redhat.com>
7511
7512         * NEWS: Move "set debug notification" and "set trace-buffer-size"
7513         under "New options".
7514
7515 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7516
7517         Revert this patch:
7518         PR gdb/15275
7519         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7520
7521 2013-04-02  Pedro Alves  <palves@redhat.com>
7522
7523         PR gdb/15275
7524
7525         * remote.c (send_interrupt_sequence): Use remote_serial_write.
7526         (remote_serial_write): New function.
7527         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7528
7529 2013-04-01  Jiong Wang  <jiwang@tilera.com>
7530
7531         * NEWS: Mention TILE-Gx in "New native configurations" and
7532         "New targets" sections.
7533
7534 2013-04-01  Doug Evans  <dje@google.com>
7535
7536         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7537         (process_enumeration_scope): Simplify.
7538
7539         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7540         type_unit_group ...
7541         (struct signatured_type): ... to here.
7542         (sig_type_ptr): New typedef.
7543         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
7544         out of union 't'.  All uses updated.
7545         (dw2_get_file_names_reader): Assert not called for a type unit.
7546         (dw2_get_file_names): Assert not called for a type unit or type
7547         unit group.
7548         (build_type_psymtabs_reader): Assert called for a type unit.
7549         (build_type_psymtab_dependencies): Assert called for a type unit group.
7550
7551         * dwarf2read.c (free_dwo_file): Add comment.
7552         (dwarf2_per_objfile_free): Unref dwp bfd.
7553
7554 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7555
7556         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7557         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7558         (read_pe_exported_syms): Remove unused 'exportix'.
7559         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7560         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7561         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7562
7563 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7564
7565         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7566         (print_it_watchpoint): Remove unused 'bl'.
7567         (say_where): Remove unused 'uiout'.
7568         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7569         (bkpt_breakpoint_hit): Remove unused 'b'.
7570         (internal_bkpt_print_it): Remove unused 'uiout'.
7571         * buildsym.c (augment_type_symtab): Remove unused 'i'.
7572
7573 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7574
7575         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7576         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7577
7578 2013-03-29  Doug Evans  <dje@google.com>
7579
7580         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7581         Delete arg is_dwp.  All callers updated.
7582         (open_dwp_file): New function.
7583         (open_and_init_dwp_file): Call it.
7584         (get_dwp_file): New function.
7585         (lookup_dwo_cutu): Call it.
7586
7587         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7588         unnecessary, cleanup.
7589
7590         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7591
7592         * dwarf2read.c (read_cutu_die_from_dwo): New function.
7593         (lookup_dwo_unit): New function.
7594         (init_cutu_and_read_dies): Move DWO handling to new functions.
7595
7596         * dwarf2read.c (struct signatured_type): Tweak comment.
7597         (struct dwo_unit): Tweak comment.
7598         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
7599         (create_dwo_debug_info_hash_table): Tweak comment.
7600         (dwarf2_per_cu_offset_and_type): Tweak comment.
7601
7602         * dwarf2read.c (lookup_signatured_type): Remove complaint about
7603         missing .debug_types section.
7604
7605 2013-03-29  Yao Qi  <yao@codesourcery.com>
7606
7607         * corelow.c: Include "completer.h".
7608         (_initialize_corelow): Call add_target_with_completer with
7609         argument 'filename_completer'.
7610         * tracepoint.c: Likewise.
7611         * exec.c (_initialize_exec): Likewise.
7612         * target.c (add_target): Rename to ...
7613         (add_target_with_completer): ... this.  Call set_cmd_completer
7614         if parameter completer is not NULL.
7615         (add_target): New.
7616         * target.h: Include "command.h".
7617         (add_target_with_completer): Declare it.
7618
7619 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
7620
7621         * coffread.c (is_import_fixup_symbol): New function.
7622         (record_minimal_symbol): Use is_import_fixup_symbol to
7623         detect import fixup symbols, and discard them.
7624
7625 2013-03-28  Doug Evans  <dje@google.com>
7626
7627         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7628         types hash table until we know we need it.
7629
7630         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7631         index numbers.
7632
7633         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7634         All callers updated.
7635         (dw2_print_stats): Print #read CUs too.
7636         (dump_die_shallow): Print signatured types better.
7637
7638         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7639         info_or_types_section to section.  All uses updated.
7640         (struct dwo_unit): Ditto.
7641
7642 2013-03-28  Pedro Alves  <palves@redhat.com>
7643
7644         * NEWS (New options): New section.
7645         (New options): Mention set/show remote trace-status-packet.
7646         * remote.c (PACKET_qTStatus): New enumeration value.
7647         (remote_get_trace_status): Skip sending qTStatus if the packet is
7648         disabled.  Use packet_ok.
7649         (_initialize_remote): Register a configuration command for
7650         qTStatus packet.
7651
7652 2013-03-28  Doug Evans  <dje@google.com>
7653
7654         * symfile.c (find_separate_debug_file): Add comment.
7655         (terminate_after_last_dir_separator): Tweak comment.
7656
7657         * dwarf2read.c (create_partial_symtab): Add forward decl.
7658         (create_partial_symtab): Move to be closer to other psymtab functions.
7659         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7660
7661         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7662         (compute_symtab_includes): Remove unnecessary forward declaration.
7663         (die_needs_namespace): Add comment marking group of functions for
7664         dwarf2 name computation.
7665
7666         * typeprint.c (_initialize_typeprint): Improve type help text.
7667
7668         * python/python.c (finish_python_initialization): Provide suggestion
7669         for how to tell gdb to find its python files.
7670
7671 2013-03-28  Pedro Alves  <palves@redhat.com>
7672
7673         PR gdb/15294
7674
7675         * source.c (_initialize_source): Change back "set listsize" to an
7676         integer command.
7677
7678 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
7679
7680         PR gdb/15275
7681         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7682
7683 2013-03-27  Pedro Alves  <palves@redhat.com>
7684
7685         * top.c (history_size): Rename to ...
7686         (history_size_setshow_var): ... this.  Add comment.
7687         (show_commands): Use readline's 'history_length' instead of
7688         computing the history length by calling history_get in a loop.
7689         (set_history_size_command): Error out for sizes over INT_MAX.
7690         Restore previous history size on invalid size.
7691         (init_history): If HISTSIZE is negative, leave the history size as
7692         zero.  Add comments.
7693         (init_main): Adjust.
7694
7695 2013-03-27  Pedro Alves  <palves@redhat.com>
7696
7697         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7698         coff_pe_read" command to "set debug coff-pe-read".
7699
7700 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
7701
7702         * record.c (command_size_to_target_size): Fix size comparison.
7703         Change parameter type from pointer to integer to integer.
7704         Update all users.
7705
7706 2013-03-27  Pierre Muller  <muller@sourceware.org>
7707
7708         * windows-nat.c (handle_output_debug_string): Avoid typecast
7709         from integer of different size warning.
7710
7711 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
7712
7713         * windows-nat.c (handle_output_debug_string): Add empty line
7714         after local block variable definition.
7715
7716 2013-03-26  Pedro Alves  <palves@redhat.com>
7717
7718         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7719         (net_open): Make 'polls' local unsigned.
7720
7721 2013-03-26  Pedro Alves  <palves@redhat.com>
7722
7723         * remote.c (_initialize_remote): Make "set remoteaddresssize"
7724         a zuinteger command instead of uinteger.
7725
7726 2013-03-26  Pedro Alves  <palves@redhat.com>
7727
7728         * record-full.c (record_full_insn_num): Make it unsigned.
7729         (record_full_check_insn_num, record_full_message)
7730         (record_full_registers_change, record_full_xfer_partial): Remove
7731         record_full_insn_max_num check (it's always != 0).
7732         (record_full_info, record_full_restore): Use %u as format string.
7733         (): Use %u as format string.
7734         (set_record_full_insn_max_num): Remove record_full_insn_max_num
7735         check (it's always != 0).
7736
7737 2013-03-26  Pedro Alves  <palves@redhat.com>
7738
7739         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7740         and "set dcache size" commands zuinteger instead of uinteger.
7741
7742 2013-03-26  Pedro Alves  <palves@redhat.com>
7743
7744         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7745         command zuinteger instead of uinteger.
7746
7747 2013-03-26  Pedro Alves  <palves@redhat.com>
7748
7749         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7750         zuinteger instead of uinteger.
7751
7752 2013-03-26  Pedro Alves  <palves@redhat.com>
7753
7754         * record.c (record_insn_history_size_setshow_var)
7755         (record_call_history_size_setshow_var): New globals.
7756         (command_size_to_target_size): New function.
7757         (cmd_record_insn_history, cmd_record_call_history): Use
7758         command_size_to_target_size instead of cast.
7759         (validate_history_size, set_record_insn_history_size)
7760         (set_record_call_history_size): New functions.
7761         (_initialize_record): Install set_record_insn_history_size and
7762         set_record_call_history_size as "set" hooks of "set record
7763         instruction-history-size" and "set record
7764         function-call-history-size".
7765
7766 2013-03-26  Pedro Alves  <palves@redhat.com>
7767
7768         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7769         use with history_max_entries use.  Remove FIXME note.
7770
7771 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
7772
7773         * record-btrace.c (record_btrace_close): Call
7774         record_btrace_auto_disable.
7775
7776 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
7777
7778         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7779
7780 2013-03-25  Doug Evans  <dje@google.com>
7781
7782         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7783
7784 2013-03-25  Tom Tromey  <tromey@redhat.com>
7785
7786         PR symtab/11462:
7787         * c-exp.y (exp): Add new productions for destructors after '.' and
7788         '->'.
7789         (write_destructor_name): New function.
7790
7791 2013-03-25  Tom Tromey  <tromey@redhat.com>
7792
7793         PR c++/9197:
7794         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7795         value_struct_elt, not lookup_struct_elt_type.
7796         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7797         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7798         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7799
7800 2013-03-25  Yao Qi  <yao@codesourcery.com>
7801
7802         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7803         instead of '_mkdir'.
7804
7805 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
7806
7807         * windows-nat.c (windows_get_absolute_argv0): New function.
7808         * windows-nat.h: Add its prototype.
7809
7810         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7811         Use IS_DIR_SEPARATOR instead of looking for a character inside
7812         SLASH_STRING.  Include filenames.h.
7813         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7814         relocate_gdb_directory works when passed gdb_program_name.
7815         Include windows-nat.h.
7816
7817 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7818
7819         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7820         * remote.c (trace_error): Remove the special handling of '2'.
7821         (readchar) <SERIAL_EOF>
7822         (readchar) <SERIAL_ERROR>
7823         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7824         (remote_get_trace_status): Call throw_exception if EX is
7825         TARGET_CLOSE_ERROR.
7826         * utils.c (perror_with_name): Rename to ...
7827         (throw_perror_with_name): ... here.  New parameter errcode, describe it
7828         in the function comment.
7829         (perror_with_name): New function wrapper.
7830         * utils.h (enum errors): New stub declaration.
7831         (throw_perror_with_name): New declaration.
7832
7833 2013-03-22  Pedro Alves  <palves@redhat.com>
7834             Yao Qi  <yao@codesourcery.com>
7835             Mark Kettenis  <kettenis@gnu.org>
7836
7837         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7838         Don't let the user set the value to UINT_MAX directly.
7839         <var_integer>: Don't let the user set the value to INT_MAX
7840         directly.
7841
7842 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7843
7844         * remote.c (remote_unpush_target): New function.
7845         (remote_open_1): Remove two pop_target calls, update one comment, add
7846         comment to target_preopen call.  Replace pop_target call by
7847         remote_unpush_target call.
7848         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7849         pop_target calls by remote_unpush_target calls.
7850
7851 2013-03-22  Pedro Alves  <palves@redhat.com>
7852
7853         * linux-nat.c (linux_child_follow_fork): Don't call
7854         linux_enable_event_reporting.
7855         (linux_handle_extended_wait): Don't call
7856         linux_enable_event_reporting.
7857
7858 2013-03-22  Pedro Alves  <palves@redhat.com>
7859
7860         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7861         use it to rewrite the trampoline buffers with type gdb_byte[], and
7862         undefine the macro.  Remove char* cast.
7863
7864 2013-03-21  Doug Evans  <dje@google.com>
7865
7866         New commands "mt set per-command {space,time,symtab} {on,off}".
7867         * NEWS: Add entry.
7868         * event-top.c: #include "maint.h".
7869         * main.c: #include "maint.h".
7870         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7871         timeval-utils.h, maint.h, cli/cli-setshow.h.
7872         (per_command_time, per_command_space): New static globals.
7873         (per_command_symtab): New static global.
7874         (per_command_setlist, per_command_showlist): New static globals.
7875         (struct cmd_stats): Move here from utils.c.
7876         (set_per_command_time): Renamed from set_display_time in utils.c
7877         and moved here.  All callers updated.
7878         (set_per_command_space): Renamed from set_display_space in utils.c
7879         and moved here.  All callers updated.
7880         (count_symtabs_and_blocks): New function.
7881         (report_command_stats): Moved here from utils.c.  Add support for
7882         printing symtab stats.  Only print data if enabled before command
7883         executed.
7884         (make_command_stats_cleanup): Ditto.
7885         (sert_per_command_cmd, show_per_command_cmd): New functions.
7886         (_initialize_maint_cmds): Add new commands
7887         mt set per-command {space,time,symtab} {on,off}.
7888         * maint.h: New file.
7889         * top.c: #include "maint.h".
7890         * utils.c (reset_prompt_for_continue_wait_time): New function.
7891         (get_prompt_for_continue_wait_time): New function.
7892         * utils.h (reset_prompt_for_continue_wait_time): Declare
7893         (get_prompt_for_continue_wait_time): Declare.
7894         (make_command_stats_cleanup): Moved to maint.h.
7895         (set_display_time, set_display_space): Moved to maint.h and renamed
7896         to set_per_command_time, set_per_command_space.
7897         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7898         parse_binary_operation and made non-static.  Don't call error,
7899         just return an error marker.  All callers updated.
7900         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7901
7902 2013-03-21  Tom Tromey  <tromey@redhat.com>
7903
7904         * symfile.c (alloc_section_addr_info): Update header.  Don't set
7905         'num_sections' field.
7906         (build_section_addr_info_from_section_table): Set 'num_sections'.
7907         (build_section_addr_info_from_bfd): Likewise.
7908         (build_section_addr_info_from_objfile): Remove dead loop
7909         condition.
7910         (free_section_addr_info): Unconditionally call xfree.
7911         (relative_addr_info_to_section_offsets, addrs_section_sort)
7912         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7913         condition.
7914         (syms_from_objfile_1): Remove dead 'if' condition.  Check
7915         'num_sections'.
7916         (add_symbol_file_command): Set 'num_sections'.
7917         * symfile-mem.c (symbol_file_add_from_memory): Set
7918         'num_sections'.
7919         * somread.c (som_symfile_offsets): Remove dead loop condition.
7920         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7921         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7922
7923 2013-03-21  Tom Tromey  <tromey@redhat.com>
7924
7925         * tracepoint.h (decode_agent_options): Add 'trace_string'
7926         argument.
7927         * tracepoint.c (decode_agent_options): Add 'trace_string'
7928         argument.
7929         (validate_actionline): Update.
7930         (collect_symbol): Add 'trace_string' argument.
7931         (struct add_local_symbols_data) <trace_string>: New field.
7932         (do_collect_symbol): Update.
7933         (add_local_symbols): Add 'trace_string' argument.
7934         (encode_actions_1): Update.
7935         (trace_dump_actions): Update.
7936         * dwarf2loc.c (access_memory): Update.
7937         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7938         * ax-general.c (new_agent_expr): Update.
7939         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7940         (gen_trace_for_return_address): Add argument.
7941         (trace_kludge, trace_string_kludge): Remove.
7942         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7943         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7944         (gen_trace_for_var): Add 'trace_string' argument.
7945         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7946         (gen_printf, agent_eval_command_one): Update.
7947
7948 2013-03-21  Tom Tromey  <tromey@redhat.com>
7949
7950         PR exp/15109:
7951         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7952         Handle FILENAME token.
7953
7954 2013-03-21  Tom Tromey  <tromey@redhat.com>
7955
7956         * c-exp.y (YYPRINT): Define.
7957         (c_print_token): New function.
7958
7959 2013-03-21  Tom Tromey  <tromey@redhat.com>
7960
7961         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7962
7963 2013-03-21  Yao Qi  <yao@codesourcery.com>
7964
7965         * ctf.c: Include "gdb_stat.h".
7966         [USE_WIN32API]: New macro 'mkdir'.
7967         (ctf_start): Use permission bits macros if they are defined.
7968
7969 2013-03-20  Keith Seitz  <keiths@redhat.com>
7970
7971         * breakpoint.h (struct breakpoint): Add comment to
7972         extra_string indicating that this member is mallod'd.
7973         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7974
7975 2013-03-20  Pedro Alves  <palves@redhat.com>
7976
7977         PR gdb/15289
7978
7979         * cli/cli-setshow.c (do_set_command)
7980         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7981         the result of parsing the command argument.  Throw error if the
7982         value is greater than UINT_MAX.  Print the invalid value with
7983         plongest.
7984         <var_integer, var_zinteger>: Use LONGEST for variable holding the
7985         result of parsing the command argument.  Throw error if the value
7986         is greater than INT_MAX, not greater or equal.  Also throw error
7987         if the value is less than INT_MIN.  Print the invalid value with
7988         plongest.
7989         <var_zuinteger_unlimited>: Throw error if the value is greater
7990         than INT_MAX, not greater or equal.
7991         (do_show_command) <var_integer, var_zinteger,
7992         var_zuinteger_unlimited>: Use %d for printing int, not %u.
7993
7994 2013-03-20  Tom Tromey  <tromey@redhat.com>
7995
7996         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7997         if possible.
7998         * dwarf2read.c (read_func_scope): Remove old FIXME.
7999         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8000         not LOC_COMPUTED.
8001         * findvar.c (symbol_read_needs_frame, default_read_var_value):
8002         Unconditionally call via computed ops, if possible.
8003         * printcmd.c (address_info): Unconditionally call via computed ops,
8004         if possible.
8005         * stack.c (read_frame_arg): Unconditionally call via computed ops,
8006         if possible.
8007         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8008         * tracepoint.c (scope_info): Unconditionally call via computed ops,
8009         if possible.
8010
8011 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8012             Tom Tromey  <tromey@redhat.com>
8013
8014         PR symtab/8421:
8015         * coffread.c (coff_register_index): New global.
8016         (process_coff_symbol, coff_read_enum_type): Set
8017         SYMBOL_ACLASS_INDEX.
8018         (_initialize_coffread): Initialize new global.
8019         * dwarf2loc.c (locexpr_find_frame_base_location)
8020         (dwarf2_block_frame_base_locexpr_funcs)
8021         (loclist_find_frame_base_location)
8022         (dwarf2_block_frame_base_loclist_funcs): New.
8023         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8024         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8025         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8026         (dwarf2_block_frame_base_loclist_funcs): New.
8027         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8028         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8029         globals.
8030         (read_func_scope): Update.
8031         (fixup_go_packaging, mark_common_block_symbol_computed)
8032         (var_decode_location, new_symbol_full, dwarf2_const_value):
8033         Set SYMBOL_ACLASS_INDEX.
8034         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
8035         (_initialize_dwarf2_read): Initialize new globals.
8036         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8037         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8038         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8039         globals.
8040         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8041         (_initialize_mdebugread): Initialize new globals.
8042         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8043         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8044         (stab_register_index, stab_regparm_index): New globals.
8045         (define_symbol, read_enum_type, common_block_end): Set
8046         SYMBOL_ACLASS_INDEX.
8047         (_initialize_stabsread): Initialize new globals.
8048         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8049         globals.
8050         (MAX_SYMBOL_IMPLS): New define.
8051         (register_symbol_computed_impl, register_symbol_block_impl)
8052         (register_symbol_register_impl)
8053         (initialize_ordinary_address_classes): New functions.
8054         (_initialize_symtab): Call initialize_ordinary_address_classes.
8055         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8056         (struct symbol_impl): New.
8057         (SYMBOL_ACLASS_BITS): New define.
8058         (struct symbol) <aclass, ops>: Remove fields.
8059         <aclass_index>: New field.
8060         (symbol_impls): Declare.
8061         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8062         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8063         (register_symbol_computed_impl, register_symbol_block_impl)
8064         (register_symbol_register_impl): Declare.
8065         (struct symbol_computed_ops): Add location_has_loclist.
8066         (struct symbol_block_ops): New.
8067         (SYMBOL_BLOCK_OPS): New.
8068         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8069
8070 2013-03-20  Tom Tromey  <tromey@redhat.com>
8071
8072         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8073         (print_partial_symbols, recursively_search_psymtabs): Use
8074         PSYMBOL_CLASS.
8075
8076 2013-03-20  Pierre Muller  <muller@sourceware.org>
8077
8078         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8079         addtion, subtraction, multiplication and division binary operator.
8080
8081 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8082
8083         Code cleanup.
8084         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8085         * bsd-kvm.c (bsd_kvm_close): Likewise.
8086         * bsd-uthread.c (bsd_uthread_close): Likewise.
8087         * corelow.c (core_close): Likewise.
8088         (core_close_cleanup): Remove parameter quitting from a caller.
8089         * event-top.c (async_disconnect): Likewise.
8090         * exec.c (exec_close_1): Remove parameter quitting.
8091         * go32-nat.c (go32_close): Likewise.
8092         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
8093         parameter quitting from a caller.
8094         * mips-linux-nat.c (super_close): Remove parameter quitting from the
8095         variable.
8096         (mips_linux_close): Remove parameter quitting.  Remove parameter
8097         quitting from a caller.
8098         * monitor.c (monitor_close): Remove parameter quitting.
8099         * monitor.h (monitor_close): Likewise.
8100         * record-btrace.c (record_btrace_close): Likewise.
8101         * record-full.c (record_full_close): Likewise.
8102         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8103         it also from fprintf_unfiltered.
8104         * remote-mips.c (mips_close): Remove parameter quitting.
8105         (mips_detach): Remove parameter quitting from a caller.
8106         * remote-sim.c (gdbsim_close): Remove parameter quitting.
8107         (gdbsim_close): Remove duplicate function comment.  Remove parameter
8108         quitting and remove it also from printf_filtered.
8109         * remote.c (remote_close): Remove parameter quitting.
8110         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8111         * target.c (update_current_target): Remove parameter int from to_close
8112         de_fault.
8113         (push_target, unpush_target, pop_target): Remove parameter quitting from
8114         a caller.
8115         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8116         Remove parameter quitting from a caller.
8117         (target_preopen): Remove parameter quitting from a caller.
8118         (target_close): Remove parameter quitting.  Remove parameter quitting
8119         from a caller two times.  Remove parameter quitting also from
8120         fprintf_unfiltered.
8121         * target.h (struct target_ops): Remove parameter quitting and as int
8122         from fields to_xclose and to_close.
8123         (extern struct target_ops current_target):
8124         (target_close, pop_all_targets): Remove parameter quitting.  Update the
8125         comment.
8126         (pop_all_targets_above): Remove parameter quitting.
8127         * top.c (quit_target): Remove parameter quitting from a caller.
8128         * tracepoint.c (tfile_close): Remove parameter quitting.
8129         * windows-nat.c (windows_close): Remove parameter quitting.
8130
8131 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
8132
8133         * windows-nat.c (handle_output_debug_string): Replace call
8134         to string_to_core_addr with call to strtoull.
8135
8136 2013-03-20  Yao Qi  <yao@codesourcery.com>
8137
8138         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8139         and write it to CTF metadata.
8140
8141 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
8142
8143         * windows-nat.c (handle_output_debug_string): Change type of n to
8144         SIZE_T to avoid crash on 64 bit systems.
8145
8146 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
8147
8148         * python/python-internal.h (HAVE_SNPRINTF)
8149         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8150         about redefinition of snprintf by pyerrors.h.
8151
8152 2013-03-15  Steve Ellcey  <sellcey@mips.com>
8153
8154         * remote-sim.c (sim_command_completer): Make char arguments const.
8155
8156 2013-03-15  Tom Tromey  <tromey@redhat.com>
8157
8158         PR c++/15116:
8159         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8160
8161 2013-03-14  Tom Tromey  <tromey@redhat.com>
8162
8163         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
8164         New fields.
8165         (get_file_crc): Move from symfile.c.
8166         (gdb_bfd_crc): New function.
8167         * gdb_bfd.h (gdb_bfd_crc): Declare.
8168         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
8169         * symfile.c (get_file_crc): Move to gdb_bfd.c.
8170         (separate_debug_file_exists): Use gdb_bfd_crc.
8171
8172 2013-03-14  Tom Tromey  <tromey@redhat.com>
8173
8174         * symfile.c (get_debug_link_info): Remove.
8175         (find_separate_debug_file_by_debuglink): Use
8176         bfd_get_debug_link_info.
8177
8178 2013-03-14  Tom Tromey  <tromey@redhat.com>
8179
8180         * symtab.c (error_in_psymtab_expansion): New function.
8181         (lookup_symbol_aux_quick)
8182         (basic_lookup_transparent_type_quick): Remove "last resort"
8183         code.  Use error_in_psymtab_expansion.
8184
8185 2013-03-14  Doug Evans  <dje@google.com>
8186             Jan Kratochvil  <jan.kratochvil@redhat.com>
8187
8188         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8189         any successful compare_filenames_for_search or FILENAME_CMP.
8190         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8191         * symtab.c (iterate_over_some_symtabs): Likewise.
8192
8193 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8194
8195         * source.c (print_source_lines_base): Make a local copy of
8196         symtab_to_fullname.
8197
8198 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
8199             Jan Kratochvil  <jan.kratochvil@redhat.com>
8200
8201         * source.c (print_source_lines_base): Suppress "file" for TUI.
8202
8203 2013-03-14  Keith Seitz  <keiths@redhat.com>
8204             Alan Matsuoka  <alanm@redhat.com>
8205
8206         PR c++/15203
8207         PR c++/15210
8208         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8209         TYPE_CODE_METHOD.
8210         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8211         symbols.
8212
8213 2013-03-14  Yao Qi  <yao@codesourcery.com>
8214
8215         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8216         status to tfile if trace is stopped by command 'tstop'.
8217
8218 2013-03-14  Yao Qi  <yao@codesourcery.com>
8219
8220         * tracepoint.c (tfile_write_status): Write trace notes and user
8221         name into tfile if they are not NULL.
8222
8223 2013-03-14  Hui Zhu  <hui@codesourcery.com>
8224             Yao Qi  <yao@codesourcery.com>
8225
8226         * Makefile.in (REMOTE_OBS): Add ctf.o.
8227         (SFILES): Add ctf.c.
8228         (HFILES_NO_SRCDIR): Add ctf.h.
8229         * ctf.c, ctf.h: New files.
8230         * tracepoint.c: Include 'ctf.h'.
8231         (collect_pseudocommand): Remove static.
8232         (trace_save_command): Parse option "-ctf".
8233         Produce different trace file writers per option.
8234         Adjust output message.
8235         (trace_save_tfile, trace_save_ctf): New.
8236         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8237         * mi/mi-main.c: Include 'ctf.h'.
8238         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
8239         trace_save_tfile or trace_save_ctf.
8240         * NEWS: Mention these changes.
8241
8242 2013-03-14  Yao Qi  <yao@codesourcery.com>
8243
8244         * tracepoint.c (trace_file_writer_xfree): New.
8245         (struct tfile_writer_data): New.
8246         (tfile_dtor, tfile_can_target_save, tfile_start): New.
8247         (tfile_write_header, tfile_write_regblock_type): New.
8248         (tfile_write_status, tfile_write_uploaded_tsv): New.
8249         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8250         (tfile_write_raw_data, (tfile_end): New.
8251         (tfile_write_ops): New global variable.
8252         (TRACE_WRITE_R_BLOCK): New macro.
8253         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8254         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8255         (TRACE_WRITE_V_BLOCK): New macro.
8256         (trace_save): Add extra one parameter WRITER.  Make it static.
8257         Use WRITER to writer trace.
8258         (tfile_trace_file_writer_new): New.
8259         (trace_save_command): Caller update.
8260         (trace_save_tfile): Write trace data in TFILE format.
8261         * tracepoint.h (struct trace_frame_write_ops): New.
8262         (struct trace_file_write_ops): New.
8263         (struct trace_file_writer): New.
8264         (trace_save): Remove its declaration.
8265         (trace_save_tfile): Declare it.
8266         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8267         instead of trace_save.
8268
8269 2013-03-13  Pedro Alves  <palves@redhat.com>
8270
8271         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8272
8273 2013-03-13  Pedro Alves  <palves@redhat.com>
8274
8275         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8276         commented out code.
8277         * demangle.c (current_demangling_style_string): Make it const.
8278         (set_demangling_command): Assert the demangling style is known.
8279         Remove all handling of unknown styles.  Set
8280         'current_demangling_style_string' to an element of the
8281         demangling_style_names array.
8282         (set_demangling_style): Delete.
8283         (_initialize_demangler): Set current_demangling_style_string to the
8284         element of the demangling_style_names array that corresponds to
8285         the default demangling style.  Remove FIXME note.  Don't call
8286         set_demangling_style.
8287         * gdb-demangle.h (set_demangling_style): Remove declaration.
8288
8289 2013-03-13  Pedro Alves  <palves@redhat.com>
8290
8291         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8292         fields const.
8293         (ada_make_symbol_completion_list): Make "text0" parameter const.
8294         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8295         * breakpoint.c (condition_completer): Make "text" and "word"
8296         parameters const.  Adjust.
8297         (check_tracepoint_command): Adjust to validate_actionline
8298         prototype change.
8299         (catch_syscall_completer): Make "text" and "word" parameters
8300         const.
8301         * cli/cli-cmds.c (show_user): Make "comname" local const.
8302         (valid_command_p): Make "command" parameter const.
8303         (alias_command): Make "alias_prefix" and "command_prefix" locals
8304         const.
8305         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8306         (add_alias_cmd): Make "name" and "oldname" parameters const.
8307         Adjust.  No longer make copy of OLDNAME.
8308         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8309         (add_setshow_cmd_full, add_setshow_enum_cmd)
8310         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8311         (add_setshow_filename_cmd, add_setshow_string_cmd)
8312         (add_setshow_string_noescape_cmd)
8313         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8314         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8315         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8316         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8317         Make "name" parameter const.
8318         (help_cmd): Rename "command" parameter to "arg".  New const local
8319         "command".
8320         (find_cmd): Make "command" parameter const.
8321         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
8322         deprecated_cmd_warning prototype change.
8323         (undef_cmd_error): Make "cmdtype" parameter const.
8324         (lookup_cmd): Make "line" parameter const.
8325         (deprecated_cmd_warning): Change type of "text" parameter to
8326         pointer to const char, from pointer to pointer to char.  Adjust.
8327         (lookup_cmd_composition): Make "text" parameter const.
8328         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8329         parameters const.
8330         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8331         const.
8332         * cli/cli-script.c (validate_comname): Make "tem" local const.
8333         (define_command): New const local "tem_c".  Use it in calls to
8334         lookup_cmd.
8335         (document_command): Make "tem" and "comfull" locals const.
8336         (show_user_1): Make "prefix" and "name" parameters const.
8337         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8338         const.
8339         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8340         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8341         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8342         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8343         (complete_on_enum, add_setshow_enum_cmd)
8344         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8345         (add_setshow_filename_cmd, add_setshow_string_cmd)
8346         (add_setshow_string_noescape_cmd)
8347         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8348         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8349         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8350         Change prototypes, constifying strings.
8351         * completer.c (noop_completer, filename_completer): Make "text"
8352         and "prefix" parameters const.
8353         (location_completer, expression_completer)
8354         (complete_line_internal): Make "text" and "prefix" parameters
8355         const and adjust.
8356         (command_completer, signal_completer): Make "text" and "prefix"
8357         parameters const.
8358         * completer.h (noop_completer, filename_completer)
8359         (expression_completer, location_completer, command_completer)
8360         (signal_completer): Change prototypes.
8361         * corefile.c (complete_set_gnutarget): Make "text" and "word"
8362         parameters const.
8363         * cp-abi.c (cp_abi_completer): Likewise.
8364         * expression.h (parse_expression_for_completion): Change
8365         prototype.
8366         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8367         parameters const.
8368         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8369         * infrun.c (handle_completer): Make "text" and "word" parameters
8370         const.
8371         * interps.c (interpreter_completer): Make "text" and "word"
8372         parameters const.
8373         * language.h (struct language_defn)
8374         <la_make_symbol_completion_list>: Make "text" and "word"
8375         parameters const.
8376         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8377         (parse_exp_in_context): Rename to ...
8378         (parse_exp_in_context_1): ... this.
8379         (parse_exp_in_context): Reimplement, with const hack from
8380         parse_exp_1.
8381         (parse_expression_for_completion): Make "string" parameter const.
8382         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8383         to pointer to const char.  Adjust.
8384         (print_command_1): Make "exp" parameter const.
8385         (output_command): Rename to ...
8386         (output_command_const): ... this.  Make "exp" parameter const.
8387         (output_command): Reimplement.
8388         (x_command): Adjust.
8389         (display_command): Rename "exp" parameter to "arg".  New "exp"
8390         local, const version of "arg".
8391         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8392         "cmd_name" local const.
8393         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8394         call.
8395         (cmdpy_completer): Make "text" and "word" parameters const.
8396         (gdbpy_parse_command_name): Make "prefix_text2" local const.
8397         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8398         const.
8399         * remote.c (_initialize_remote): Make "cmd_name" local const.
8400         * symtab.c (language_search_unquoted_string): Make "text" and "p"
8401         parameters const.  Adjust.
8402         (completion_list_add_fields): Make "sym_text", "text" and "word"
8403         parameters const.
8404         (struct add_name_data) <sym_text, text, word>: Make fields const.
8405         (default_make_symbol_completion_list_break_on): Make "text" and
8406         "word" parameters const.  Adjust locals.
8407         (default_make_symbol_completion_list)
8408         (make_symbol_completion_list, make_symbol_completion_type)
8409         (make_symbol_completion_list_fn): Make "text" and "word"
8410         parameters const.
8411         (make_file_symbol_completion_list): Make "text", "word" and
8412         "srcfile" parameters const.  Adjust locals.
8413         (add_filename_to_list): Make "text" and "word" parameters const.
8414         (struct add_partial_filename_data) <text, word>: Make fields
8415         const.
8416         (make_source_files_completion_list): Make "text" and "word"
8417         parameters const.
8418         * symtab.h (default_make_symbol_completion_list_break_on)
8419         (default_make_symbol_completion_list, make_symbol_completion_list)
8420         (make_symbol_completion_type enum type_code)
8421         (make_symbol_completion_list_fn make_file_symbol_completion_list)
8422         (make_source_files_completion_list): Change prototype.
8423         * top.c (execute_command): Adjust to pass pointer to pointer to
8424         const char to lookup_cmd, and to deprecated_cmd_warning prototype
8425         change.
8426         (set_verbose): Make "cmdname" local const.
8427         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8428         and adjust.
8429         (validate_actionline): Make "line" parameter a pointer to const
8430         char, and adjust.
8431         (encode_actions_1): Make "action_exp" local const, and adjust.
8432         (encode_actions): Adjust.
8433         (replace_comma): Delete.
8434         (trace_dump_actions): Make "action_exp" and "next_comma" locals
8435         const, and adjust.  Don't frob the action string while splitting
8436         it at commas.  Instead, make a copy of each split substring in
8437         turn.
8438         (trace_dump_command): Adjust to validate_actionline prototype
8439         change.
8440         * tracepoint.h (decode_agent_options, decode_agent_options)
8441         (encode_actions, validate_actionline): Change prototypes.
8442         * valprint.h (output_command): Delete declaration.
8443         (output_command_const): Declare.
8444         * value.c (function_destroyer): Cast const away in xfree call.
8445
8446 2013-03-13  Pedro Alves  <palves@redhat.com>
8447
8448         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8449         rather than casting 'const char * const *' to 'const char **'.
8450         * ada-lex.l (processInt): Make "trailer" local const.  Remove
8451         'const char **' cast.
8452         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8453         locals, and use those as strtol output pointer, instead than doing
8454         invalid casts to from 'const char **' to 'char **'.
8455         (_initialize_demangle): Remove cast.
8456         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8457         locals, and use those as strtol output pointer, instead than doing
8458         invalid casts to from 'const char **' to 'char **'.
8459         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8460         casts.
8461         * stap-probe.c (stap_parse_register_operand)
8462         (stap_parse_single_operand): Likewise.
8463
8464 2013-03-13  Yao Qi  <yao@codesourcery.com>
8465
8466         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8467         the last matched 'V' blcok in trace frame.
8468
8469 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8470
8471         * NEWS: Create a new section for the next release branch.
8472         Rename the section of the current branch, now that it has
8473         been cut.
8474
8475 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8476
8477         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8478         * version.in: Bump version to 7.6.50.20130312-cvs.
8479
8480 2013-03-12  Keith Seitz  <keiths@redhat.com>
8481
8482         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8483         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8484         Remove temporary copy of input string.
8485         (mi_execute_command_wrapper): Make "cmd" const.
8486         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8487         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8488         Use const strings.
8489         (mi_parse): Make "cmd" const.
8490         Use const strings.
8491         * mi/mi-parse.h (mi_parse): Make "cmd" const.
8492
8493 2013-03-12  Keith Seitz  <keiths@redhat.com>
8494
8495         * ada-lang.c (ada_read_renaming_var_value): Pass const
8496         pointer to expression string to parse_exp_1.
8497         (create_excep_cond_exprs): Likewise.
8498         * ax-gdb.c (agent_eval_command_one): Likewise.
8499         (maint_agent_printf_command): Likewise.
8500         Constify much of the string handling/parsing.
8501         * breakpoint.c (set_breakpoint_condition): Pass const
8502         pointer to expression string to parse_exp_1.
8503         (update_watchpoint): Likewise.
8504         (parse_cmd_to_aexpr): Constify string handling.
8505         Pass const pointer to parse_exp_1.
8506         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8507         (find_condition_and_thread): Likewise.
8508         Make TOK const.
8509         (watch_command_1): Make "arg" const.
8510         Constify string handling.
8511         Copy the expression string instead of changing the input
8512         string.
8513         (update_breakpoint_location): Pass const pointer to
8514         parse_exp_1.
8515         * eval.c (parse_and_eval_address): Make "exp" const.
8516         (parse_to_comma_and_eval): Make "expp" const.
8517         (parse_and_eval): Make "exp" const.
8518         * expression.h (parse_expression): Make argument const.
8519         (parse_exp_1): Make first argument const.
8520         * findcmd.c (parse_find_args): Treat "args" as const.
8521         * linespec.c (parse_linespec): Pass const pointer to
8522         linespec_expression_to_pc.
8523         (linespec_expression_to_pc): Make "exp_ptr" const.
8524         * parse.c (parse_exp_1): Make "stringptr" const.
8525         Make a copy of the expression to pass to parse_exp_in_context until
8526         this whole interface can be constified.
8527         (parse_expression): Make "string" const.
8528         * printcmd.c (ui_printf): Treat "arg" as const.
8529         Handle const strings.
8530         * tracepoint.c (validate_actionline): Pass const pointer to
8531         all calls to parse_exp_1.
8532         (encode_actions_1): Likewise.
8533         * value.h (parse_to_comma_and_eval): Make argument const.
8534         (parse_and_eval_address): Likewise.
8535         (parse_and_eval): Likewise.
8536         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8537         (varobj_set_value): Likewise.
8538         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8539         constify string handling.
8540         Pass const pointers to parse_and_eval_address and
8541         parse_to_comman_and_eval.
8542         * cli/cli-utils.c (skip_to_space): Rename to ...
8543         (skip_to_space_const): ... this. Handle const strings.
8544         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8545         skip_to_space_const.
8546         (skip_to_space_const): Declare.
8547         * common/format.c (parse_format_string): Make "arg" const.
8548         Handle const strings.
8549         * common/format.h (parse_format_string): Make "arg" const.
8550         * gdbserver/ax.c (ax_printf): Make "format" const.
8551         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8552         of the expression string.
8553
8554 2013-03-12  Hui Zhu  <hui@codesourcery.com>
8555
8556         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8557
8558 2013-03-12  Yao Qi  <yao@codesourcery.com>
8559             Hui Zhu  <hui@codesourcery.com>
8560
8561         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8562         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8563         DW_OP_deref_size.
8564
8565 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
8566
8567         * ada-lex.l (rules): Only recognize 'thread' as a
8568         delimiter when followed by numerals, as for c-exp.y.
8569         Use new rewind_to_char function to rewind the input for
8570         expression-delimiting tokens.
8571         (rewind_to_char): New function.
8572
8573 2013-03-11  Pedro Alves  <palves@redhat.com>
8574             Jan Kratochvil  <jan.kratochvil@redhat.com>
8575
8576         * configure: Regenerate.
8577         * configure.ac (check dynamic export flag): Link python test with
8578         $PYTHON_LIBS.
8579
8580 2013-03-11  Doug Evans  <dje@google.com>
8581             Keith Seitz  <keiths@redhat.com>
8582
8583         * linespec.c (find_linespec_symbols): Call find_function_symbols
8584         first, and then call lookup_prefix_sym/find_method.
8585
8586 2013-03-11  Pedro Alves  <palves@redhat.com>
8587
8588         * charset.c (convert_between_encodings): Don't cast between
8589         different pointer to pointer types.  Instead, make the 'inp' local
8590         be of the type iconv expects.
8591         (wchar_iterate): Don't cast between different pointer to pointer
8592         types.  Instead, use new pointer local of the type iconv expects.
8593         * target.c (target_read_stralloc, target_fileio_read_stralloc):
8594         Add new local of type char pointer, and use it to get a
8595         char/string view of the byte buffer, instead of casting between
8596         pointer to pointer types.
8597
8598 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
8599
8600         * remote.c (remote_set_trace_buffer_size): Move != operator
8601         to the start of next line to fix an ARI warning.
8602
8603 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8604
8605         * NEWS: Add record changes.
8606
8607 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8608
8609         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8610         the instruction history disassembly.
8611         * disasm.c (dump_insns): Omit the pc prefix, if requested.
8612         * disasm.h (DISASSEMBLY_OMIT_PC): New.
8613
8614 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8615
8616         * Makefile.in (SFILES): Add record-btrace.c
8617         (COMMON_OBS): Add record-btrace.o
8618         * record-btrace.c: New.
8619         * objfiles.c: Include btrace.h.
8620         (free_objfile): call btrace_free_objfile.
8621
8622 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8623
8624         * target.c (target_call_history, target_call_history_from,
8625         target_call_history_range): New.
8626         * target.h (target_ops) <to_call_history, to_call_history_from,
8627         to_call_history_range>: New fields.
8628         (target_call_history, target_call_history_from,
8629         target_call_history_range): New declaration.
8630         * record.c (get_call_history_modifiers, cmd_record_call_history,
8631         record_call_history_size): New.
8632         (_initialize_record): Add the "record function-call-history" command.
8633         Add "set/show record function-call-history-size" commands.
8634         * record.h (record_print_flag): New.
8635
8636 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8637
8638         * target.h (target_ops) <to_insn_history, to_insn_history_from,
8639         to_insn_history_range>: New fields.
8640         (target_insn_history): New.
8641         (target_insn_history_from): New.
8642         (target_insn_history_range): New.
8643         * target.c (target_insn_history): New.
8644         (target_insn_history_from): New.
8645         (target_insn_history_range): New.
8646         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8647         (record_insn_history_size): New.
8648         (get_insn_number): New.
8649         (get_context_size): New.
8650         (no_chunk): New.
8651         (get_insn_history_modifiers): New.
8652         (cmd_record_insn_history): New.
8653         (_initialize_record): Add "set/show record instruction-history-size"
8654         command. Add "record instruction-history" command.
8655
8656 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8657
8658         * record.h (record_disconnect): New.
8659         (record_detach): New.
8660         (record_mourn_inferior): New.
8661         (record_kill): New.
8662         * record-full.c (record_disconnect, record_detach,
8663         record_mourn_inferior, record_kill): Move to...
8664         * record.c: ...here.
8665         (DEBUG): New.
8666         (record_stop): New.
8667         (record_unpush): New.
8668         (cmd_record_stop): Call record_stop. Replace unpush_target
8669         call with record_unpush call.
8670         (record_disconnect, record_detach): Assert that the target
8671         is of record stratum. Call record_unpush, record_stop, and
8672         DEBUG.
8673         (record_mourn_inferior, record_kill): Assert that the target
8674         is of record stratum. Call record_unpush and DEBUG.
8675
8676 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8677
8678         * record-full.h, record-full.c (record_memory_query): Rename
8679         to ...
8680         (record_full_memory_query): ...this. Update all users.
8681         (record_arch_list_add_reg): Rename to ...
8682         (record_full_arch_list_add_reg): ...this. Update all users.
8683         (record_arch_list_add_mem): Rename to ...
8684         (record_full_arch_list_add_mem): ...this. Update all users.
8685         (record_arch_list_add_end): Rename to ...
8686         (record_full_arch_list_add_end): ...this. Update all users.
8687         (record_gdb_operation_disable_set): Rename to ...
8688         (record_full_gdb_operation_disable_set): ...this.
8689         Update all users.
8690
8691 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8692
8693         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8694         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8695         (RECORD_IS_REPLAY): Renamed to ...
8696         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8697         (RECORD_FILE_MAGIC): Renamed to ...
8698         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8699         (record_mem_entry): Renamed to ...
8700         (record_full_mem_entry): ... this. Updated all users.
8701         (record_reg_entry): Renamed to ...
8702         (record_full_reg_entry): ... this. Updated all users.
8703         (record_end_entry): Renamed to ...
8704         (record_full_end_entry): ... this. Updated all users.
8705         (record_type) <record_end, record_reg, record_mem>: Renamed
8706         to ...
8707         (record_full_type) <record_full_end, record_full_reg,
8708         record_full_mem>: ... this. Updated all users.
8709         (record_entry): Renamed to ...
8710         (record_full_entry): ... this. Updated all users.
8711         (record_core_buf_entry): Renamed to ...
8712         (record_full_core_buf_entry): ... this. Updated all users.
8713         (record_core_regbuf): Renamed to ...
8714         (record_full_core_regbuf): ... this. Updated all users.
8715         (record_core_start): Renamed to ...
8716         (record_full_core_start): ... this. Updated all users.
8717         (record_core_end): Renamed to ...
8718         (record_full_core_end): ... this. Updated all users.
8719         (record_core_buf_list): Renamed to ...
8720         (record_full_core_buf_list): ... this. Updated all users.
8721         (record_first): Renamed to ...
8722         (record_full_first): ... this. Updated all users.
8723         (record_list): Renamed to ...
8724         (record_full_list): ... this. Updated all users.
8725         (record_arch_list_head): Renamed to ...
8726         (record_full_arch_list_head): ... this. Updated all users.
8727         (record_arch_list_tail): Renamed to ...
8728         (record_full_arch_list_tail): ... this. Updated all users.
8729         (record_stop_at_limit): Renamed to ...
8730         (record_full_stop_at_limit): ... this. Updated all users.
8731         (record_insn_max_num): Renamed to ...
8732         (record_full_insn_max_num): ... this. Updated all users.
8733         (record_insn_num): Renamed to ...
8734         (record_full_insn_num): ... this. Updated all users.
8735         (record_insn_count): Renamed to ...
8736         (record_full_insn_count): ... this. Updated all users.
8737         (record_ops): Renamed to ...
8738         (record_full_ops): ... this. Updated all users.
8739         (record_core_ops): Renamed to ...
8740         (record_full_core_ops): ... this. Updated all users.
8741         (set_record_cmdlist): Renamed to ...
8742         (set_record_full_cmdlist): ... this. Updated all users.
8743         (show_record_cmdlist): Renamed to ...
8744         (show_record_full_cmdlist): ... this. Updated all users.
8745         (record_cmdlist): Renamed to ...
8746         (record_full_cmdlist): ... this. Updated all users.
8747         (record_beneath_to_resume_ops): Renamed to ...
8748         (record_full_beneath_to_resume_ops): ... this. Updated all users.
8749         (record_beneath_to_resume): Renamed to ...
8750         (record_full_beneath_to_resume): ... this. Updated all users.
8751         (record_beneath_to_wait_ops): Renamed to ...
8752         (record_full_beneath_to_wait_ops): ... this. Updated all users.
8753         (record_beneath_to_wait): Renamed to ...
8754         (record_full_beneath_to_wait): ... this. Updated all users.
8755         (record_beneath_to_store_registers_ops): Renamed to ...
8756         (record_full_beneath_to_store_registers_ops): ... this.
8757         Updated all users.
8758         (record_beneath_to_store_registers): Renamed to ...
8759         (record_full_beneath_to_store_registers): ... this.
8760         Updated all users.
8761         (record_beneath_to_xfer_partial_ops): Renamed to ...
8762         (record_full_beneath_to_xfer_partial_ops): ... this.
8763         Updated all users.
8764         (record_beneath_to_xfer_partial): Renamed to ...
8765         (record_full_beneath_to_xfer_partial): ... this.
8766         Updated all users.
8767         (record_beneath_to_insert_breakpoint): Renamed to ...
8768         (record_full_beneath_to_insert_breakpoint): ... this.
8769         Updated all users.
8770         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8771         (record_full_beneath_to_stopped_by_watchpoint): ... this.
8772         Updated all users.
8773         (record_beneath_to_stopped_data_address): Renamed to ...
8774         (record_full_beneath_to_stopped_data_address): ... this.
8775         Updated all users.
8776         (record_beneath_to_async): Renamed to ...
8777         (record_full_beneath_to_async): ... this. Updated all users.
8778         (record_goto_insn): Renamed to ...
8779         (record_full_goto_insn): ... this. Updated all users.
8780         (record_save): Renamed to ...
8781         (record_full_save): ... this. Updated all users.
8782         (record_reg_alloc): Renamed to ...
8783         (record_full_reg_alloc): ... this. Updated all users.
8784         (record_reg_release): Renamed to ...
8785         (record_full_reg_release): ... this. Updated all users.
8786         (record_mem_alloc): Renamed to ...
8787         (record_full_mem_alloc): ... this. Updated all users.
8788         (record_mem_release): Renamed to ...
8789         (record_full_mem_release): ... this. Updated all users.
8790         (record_end_alloc): Renamed to ...
8791         (record_full_end_alloc): ... this. Updated all users.
8792         (record_end_release): Renamed to ...
8793         (record_full_end_release): ... this. Updated all users.
8794         (record_entry_release): Renamed to ...
8795         (record_full_entry_release): ... this. Updated all users.
8796         (record_list_release): Renamed to ...
8797         (record_full_list_release): ... this. Updated all users.
8798         (record_list_release_following): Renamed to ...
8799         (record_full_list_release_following): ... this.
8800         Updated all users.
8801         (record_list_release_first): Renamed to ...
8802         (record_full_list_release_first): ... this. Updated all users.
8803         (record_arch_list_add): Renamed to ...
8804         (record_full_arch_list_add): ... this. Updated all users.
8805         (record_get_loc): Renamed to ...
8806         (record_full_get_loc): ... this. Updated all users.
8807         (record_check_insn_num): Renamed to ...
8808         (record_full_check_insn_num): ... this. Updated all users.
8809         (record_arch_list_cleanups): Renamed to ...
8810         (record_full_arch_list_cleanups): ... this. Updated all users.
8811         (record_message): Renamed to ...
8812         (record_full_message): ... this. Updated all users.
8813         (record_message_wrapper): Renamed to ...
8814         (record_full_message_wrapper): ... this. Updated all users.
8815         (record_message_wrapper_safe): Renamed to ...
8816         (record_full_message_wrapper_safe): ... this. Updated all users.
8817         (record_gdb_operation_disable): Renamed to ...
8818         (record_full_gdb_operation_disable): ... this. Updated all users.
8819         (record_hw_watchpoint): Renamed to ...
8820         (record_full_hw_watchpoint): ... this. Updated all users.
8821         (record_exec_insn): Renamed to ...
8822         (record_full_exec_insn): ... this. Updated all users.
8823         (record_restore): Renamed to ...
8824         (record_full_restore): ... this. Updated all users.
8825         (record_async_inferior_event_token): Renamed to ...
8826         (record_full_async_inferior_event_token): ... this.
8827         Updated all users.
8828         (record_async_inferior_event_handler): Renamed to ...
8829         (record_full_async_inferior_event_handler): ... this.
8830         Updated all users.
8831         (record_core_open_1): Renamed to ...
8832         (record_full_core_open_1): ... this. Updated all users.
8833         (record_open_1): Renamed to ...
8834         (record_full_open_1): ... this. Updated all users.
8835         (record_open): Renamed to ...
8836         (record_full_open): ... this. Updated all users.
8837         (record_close): Renamed to ...
8838         (record_full_close): ... this. Updated all users.
8839         (record_resume_step): Renamed to ...
8840         (record_full_resume_step): ... this. Updated all users.
8841         (record_resumed): Renamed to ...
8842         (record_full_resumed): ... this. Updated all users.
8843         (record_execution_dir): Renamed to ...
8844         (record_full_execution_dir): ... this. Updated all users.
8845         (record_resume): Renamed to ...
8846         (record_full_resume): ... this. Updated all users.
8847         (record_get_sig): Renamed to ...
8848         (record_full_get_sig): ... this. Updated all users.
8849         (record_sig_handler): Renamed to ...
8850         (record_full_sig_handler): ... this. Updated all users.
8851         (record_wait_cleanups): Renamed to ...
8852         (record_full_wait_cleanups): ... this. Updated all users.
8853         (record_wait_1): Renamed to ...
8854         (record_full_wait_1): ... this. Updated all users.
8855         (record_wait): Renamed to ...
8856         (record_full_wait): ... this. Updated all users.
8857         (record_stopped_by_watchpoint): Renamed to ...
8858         (record_full_stopped_by_watchpoint): ... this. Updated all users.
8859         (record_disconnect): Renamed to ...
8860         (record_full_disconnect): ... this. Updated all users.
8861         (record_detach): Renamed to ...
8862         (record_full_detach): ... this. Updated all users.
8863         (record_mourn_inferior): Renamed to ...
8864         (record_full_mourn_inferior): ... this. Updated all users.
8865         (record_kill): Renamed to ...
8866         (record_full_kill): ... this. Updated all users.
8867         (record_stopped_data_address): Renamed to ...
8868         (record_full_stopped_data_address): ... this. Updated all users.
8869         (record_registers_change): Renamed to ...
8870         (record_full_registers_change): ... this. Updated all users.
8871         (record_store_registers): Renamed to ...
8872         (record_full_store_registers): ... this. Updated all users.
8873         (record_xfer_partial): Renamed to ...
8874         (record_full_xfer_partial): ... this. Updated all users.
8875         (record_breakpoint): Renamed to ...
8876         (record_full_breakpoint): ... this. Updated all users.
8877         (record_breakpoint_p): Renamed to ...
8878         (record_full_breakpoint_p): ... this. Updated all users.
8879         (record_breakpoints): Renamed to ...
8880         (record_full_breakpoints): ... this. Updated all users.
8881         (record_sync_record_breakpoints): Renamed to ...
8882         (record_full_sync_record_breakpoints): ... this.
8883         Updated all users.
8884         (record_init_record_breakpoints): Renamed to ...
8885         (record_full_init_record_breakpoints): ... this.
8886         Updated all users.
8887         (record_insert_breakpoint): Renamed to ...
8888         (record_full_insert_breakpoint): ... this. Updated all users.
8889         (record_remove_breakpoint): Renamed to ...
8890         (record_full_remove_breakpoint): ... this. Updated all users.
8891         (record_can_execute_reverse): Renamed to ...
8892         (record_full_can_execute_reverse): ... this. Updated all users.
8893         (record_get_bookmark): Renamed to ...
8894         (record_full_get_bookmark): ... this. Updated all users.
8895         (record_goto_bookmark): Renamed to ...
8896         (record_full_goto_bookmark): ... this. Updated all users.
8897         (record_async): Renamed to ...
8898         (record_full_async): ... this. Updated all users.
8899         (record_can_async_p): Renamed to ...
8900         (record_full_can_async_p): ... this. Updated all users.
8901         (record_is_async_p): Renamed to ...
8902         (record_full_is_async_p): ... this. Updated all users.
8903         (record_execution_direction): Renamed to ...
8904         (record_full_execution_direction): ... this. Updated all users.
8905         (record_info): Renamed to ...
8906         (record_full_info): ... this. Updated all users.
8907         (record_delete): Renamed to ...
8908         (record_full_delete): ... this. Updated all users.
8909         (record_is_replaying): Renamed to ...
8910         (record_full_is_replaying): ... this. Updated all users.
8911         (record_goto_entry): Renamed to ...
8912         (record_full_goto_entry): ... this. Updated all users.
8913         (record_goto_begin): Renamed to ...
8914         (record_full_goto_begin): ... this. Updated all users.
8915         (record_goto_end): Renamed to ...
8916         (record_full_goto_end): ... this. Updated all users.
8917         (record_goto): Renamed to ...
8918         (record_full_goto): ... this. Updated all users.
8919         (init_record_ops): Renamed to ...
8920         (init_record_full_ops): ... this. Updated all users.
8921         (record_core_resume): Renamed to ...
8922         (record_full_core_resume): ... this. Updated all users.
8923         (record_core_kill): Renamed to ...
8924         (record_full_core_kill): ... this. Updated all users.
8925         (record_core_fetch_registers): Renamed to ...
8926         (record_full_core_fetch_registers): ... this. Updated all users.
8927         (record_core_prepare_to_store): Renamed to ...
8928         (record_full_core_prepare_to_store): ... this. Updated all users.
8929         (record_core_store_registers): Renamed to ...
8930         (record_full_core_store_registers): ... this. Updated all users.
8931         (record_core_xfer_partial): Renamed to ...
8932         (record_full_core_xfer_partial): ... this. Updated all users.
8933         (record_core_insert_breakpoint): Renamed to ...
8934         (record_full_core_insert_breakpoint): ... this. Updated all users.
8935         (record_core_remove_breakpoint): Renamed to ...
8936         (record_full_core_remove_breakpoint): ... this. Updated all users.
8937         (record_core_has_execution): Renamed to ...
8938         (record_full_core_has_execution): ... this. Updated all users.
8939         (init_record_core_ops): Renamed to ...
8940         (init_record_full_core_ops): ... this. Updated all users.
8941         (cmd_record_restore): Renamed to ...
8942         (cmd_record_full_restore): ... this. Updated all users.
8943         (record_save_cleanups): Renamed to ...
8944         (record_full_save_cleanups): ... this. Updated all users.
8945         (cmd_record_start): Renamed to ...
8946         (cmd_record_full_start): ... this. Updated all users.
8947         (set_record_insn_max_num): Renamed to ...
8948         (set_record_full_insn_max_num): ... this. Updated all users.
8949         (set_record_command): Renamed to ...
8950         (set_record_full_command): ... this. Updated all users.
8951         (show_record_command): Renamed to ...
8952         (show_record_full_command): ... this. Updated all users.
8953         (_initialize_record): Renamed to ...
8954         (_initialize_record_full): ... this. Updated all users.
8955
8956 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8957
8958         * record.h: Split into this and ...
8959         * record-full.h: ... this.
8960         * record.c: Split into this and ...
8961         * record-full.c: ... this.
8962         * target.h (target_ops): Add new fields to_info_record,
8963         to_save_record, to_delete_record, to_record_is_replaying,
8964         to_goto_record_begin, to_goto_record_end, to_goto_record.
8965         (target_info_record): New.
8966         (target_save_record): New.
8967         (target_supports_delete_record): New.
8968         (target_delete_record): New.
8969         (target_record_is_replaying): New.
8970         (target_goto_record_begin): New.
8971         (target_goto_record_end): New.
8972         (target_goto_record): New.
8973         * target.c (target_info_record): New.
8974         (target_save_record): New.
8975         (target_supports_delete_record): New.
8976         (target_delete_record): New.
8977         (target_record_is_replaying): New.
8978         (target_goto_record_begin): New.
8979         (target_goto_record_end): New.
8980         (target_goto_record): New.
8981         * record.h: Declare struct cmd_list_element.
8982         (record_cmdlist): New declaration.
8983         (set_record_cmdlist): New declaration.
8984         (show_record_cmdlist): New declaration.
8985         (info_record_cmdlist): New declaration.
8986         (cmd_record_goto): New declaration.
8987         * record.c: Remove unnecessary includes.
8988         Include inferior.h.
8989         (cmd_record_goto): Remove declaration.
8990         (record_cmdlist): Now extern. Initialize.
8991         (set_record_cmdlist): Now extern. Initialize.
8992         (show_record_cmdlist): Now extern. Initialize.
8993         (info_record_cmdlist): Now extern. Initialize.
8994         (find_record_target): New.
8995         (require_record_target): New.
8996         (cmd_record_start): Update.
8997         (cmd_record_delete): Remove target-specific code.
8998         Call target_delete_record.
8999         (cmd_record_stop): Unpush any record target.
9000         (set_record_insn_max_num): Move to record-full.c
9001         (set_record_command): Add comment.
9002         (show_record_command): Add comment.
9003         (info_record_command): Update comment.
9004         Remove target-specific code.
9005         Call the record target's to_info_record.
9006         (cmd_record_start): New.
9007         (cmd_record_goto): Now extern.
9008         Remove target-specific code.
9009         Call target_goto_begin,  target_goto_end, or target_goto.
9010         (_initialize_record): Move record target ops initialization to
9011         record-full.c.
9012         Change "record" command help text.
9013         Move "record restore", "record set", and "record show" commands to
9014         record-full.c.
9015         * Makefile.in (SFILES): Add record-full.c.
9016         (HFILES_NO_SRCDIR): Add record-full.h.
9017         (COMMON_OBS): Add record-full.o.
9018         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9019         * arm-tdep.c: Include record-full.h.
9020         * i386-linux-tdep.c: Include record-full.h instead of record.h.
9021         * i386-tdep.c: Include record-full.h.
9022         * infrun.c: Include record-full.h.
9023         * linux-record.c: Include record-full.h.
9024         * moxie-tdep.c: Include record-full.h.
9025         * record-full.c: Include record-full.h.
9026         Change module comment.
9027         (set_record_full_cmdlist): New.
9028         (show_record_full_cmdlist): New.
9029         (record_full_cmdlist): New.
9030         (record_goto_insn): New declaration.
9031         (record_save): New declaration.
9032         (record_check_insn_num): Change query string.
9033         (record_info): New.
9034         (record_delete): New.
9035         (record_is_replaying): New.
9036         (record_goto_entry): New.
9037         (record_goto_begin): New.
9038         (record_goto_end): New.
9039         (record_goto): New.
9040         (init_record_ops): Update.
9041         (init_record_core_ops): Update.
9042         (cmd_record_save): Rename to record_save. Remove target and arg checks.
9043         (cmd_record_start): New.
9044         (set_record_insn_max_num): Moved from record.c
9045         (set_record_full_command): New.
9046         (show_record_full_command): New.
9047         (_initialize_record_full): New.
9048
9049 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9050
9051         * target.h (add_deprecated_target_alias): New.
9052         * target.c (add_deprecated_target_alias): New.
9053
9054 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9055
9056         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9057         and signal.h.
9058         (linux_supports_btrace): Add kernel and
9059         cpuid check.
9060         (kernel_supports_btrace): New function.
9061         (cpu_supports_btrace): New function.
9062         (intel_supports_btrace): New function.
9063
9064 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9065
9066         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9067         * remote.c: Include btrace.h.
9068         (struct btrace_target_info): New struct.
9069         (remote_supports_btrace): New function.
9070         (send_Qbtrace): New function.
9071         (remote_enable_btrace): New function.
9072         (remote_disable_btrace): New function.
9073         (remote_teardown_btrace): New function.
9074         (remote_read_btrace): New function.
9075         (init_remote_ops): Add btrace ops.
9076         (enum <unnamed>): Add btrace packets.
9077         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9078         (_initialize_remote): Add packet configuration for branch tracing.
9079
9080 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9081
9082         * features/btrace.dtd: New file.
9083         * Makefile.in (XMLFILES): Add btrace.dtd.
9084         * btrace.h (parse_xml_btrace): New declaration.
9085         * btrace.c: Include xml-support.h.
9086         (parse_xml_btrace): New function.
9087         (parse_xml_btrace_block): New function.
9088         (block_attributes): New struct.
9089         (btrace_attributes): New struct.
9090         (btrace_children): New struct.
9091         (btrace_elements): New struct.
9092
9093 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9094
9095         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9096         (amd64_linux_enable_btrace): New.
9097         (amd64_linux_disable_btrace): New.
9098         (amd64_linux_teardown_btrace): New.
9099         (_initialize_amd64_linux_nat): Initialize btrace ops.
9100         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9101         (i386_linux_enable_btrace): New.
9102         (i386_linux_disable_btrace): New.
9103         (i386_linux_teardown_btrace): New.
9104         (_initialize_i386_linux_nat): Initialize btrace ops.
9105         * config/i386/linux.mh: Add linux-btrace.o.
9106         * config/i386/linux64.mh: Add linux-btrace.o.
9107
9108 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9109
9110         * common/linux_btrace.h: New file.
9111         * common/linux_btrace.c: New file.
9112         * Makefile.in (SFILES): Add btrace.c.
9113         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9114         (COMMON_OBS): Add btrace.o.
9115         (linux-btrace.o): New rule.
9116
9117 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9118
9119         * target.h: Include btrace.h.
9120         (struct target_ops) <to_supports_btrace, to_enable_btrace,
9121         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9122         * target.c (target_supports_btrace): New function.
9123         (target_enable_btrace): New function.
9124         (target_disable_btrace): New function.
9125         (target_teardown_btrace): New function.
9126         (target_read_btrace): New function.
9127         * btrace.h: New file.
9128         * btrace.c: New file.
9129         * Makefile.in: Add btrace.c.
9130         * gdbthread.h: Include btrace.h.
9131         (struct thread_info): Add btrace field.
9132         * thread.c: Include btrace.h.
9133         (clear_thread_inferior_resources): Call target_teardown_btrace.
9134         * common/btrace-common.h: New file.
9135
9136 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9137
9138         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9139         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9140         kill_status to outer block.
9141
9142 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9143
9144         Fix entry-values if the callee called a noreturn function.
9145         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9146         get_frame_address_in_block.  Add new comment.
9147
9148 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9149
9150         Fix entry-values in C++ across CUs.
9151         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9152         lookup_minimal_symbol.  Add a comment.
9153         * dwarf2read.c
9154         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9155         DW_AT_linkage_name.
9156
9157 2013-03-08  Yao Qi  <yao@codesourcery.com>
9158
9159         * tracepoint.c (_initialize_tracepoint): Indent the code.
9160
9161 2013-03-08  Pedro Alves  <palves@redhat.com>
9162
9163         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
9164         (parse_find_args, find_command): Change type of pattern buffer
9165         locals to 'gdb_byte *'.
9166
9167 2013-03-08  Stan Shebs  <stan@codesourcery.com>
9168             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9169
9170         * NEWS: Mention set and show trace-buffer-size commands.
9171         Mention new packet.
9172         * target.h (struct target_ops): New method
9173         to_set_trace_buffer_size.
9174         (target_set_trace_buffer_size): New macro.
9175         * target.c (update_current_target): Set up new method.
9176         * tracepoint.c (trace_buffer_size): New global.
9177         (start_tracing): Send it to the target.
9178         (set_trace_buffer_size): New function.
9179         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9180         * remote.c (remote_set_trace_buffer_size): New function.
9181         (_initialize_remote): Use it.
9182         (QTBuffer:size) New remote command.
9183         (PACKET_QTBuffer_size): New enum.
9184         (remote_protocol_features): Add an entry for
9185         PACKET_QTBuffer_size.
9186
9187 2013-03-08  Tom Tromey  <tromey@redhat.com>
9188
9189         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9190         variable.
9191
9192 2013-03-07  Pedro Alves  <palves@redhat.com>
9193
9194         * target.c (target_read_stralloc, target_fileio_read_alloc):
9195         *Cast pointer to 'gdb_byte *' in target call.
9196
9197 2013-03-07  Pedro Alves  <palves@redhat.com>
9198
9199         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9200         call.
9201
9202 2013-03-07  Keith Seitz  <keiths@redhat.com>
9203
9204         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9205         (trace_pass_command): Likewise.
9206         * cli/cli-cmds.c: Include cli/cli-utils.h.
9207         (source_command): Use skip-spaces.
9208         (disassemble_command): Likewise.
9209         * findcmd.c: Include cli/cli-utils.h.
9210         (parse_find_args): Use skip_spaces.
9211         * go32-nat.c: Include cli/cli-utils.h.
9212         (go32_sldt): Use skip_spaces.
9213         (go32_sgdt): Likewise.
9214         (go32_sidt): Likewise.
9215         (go32_pde): Likewise.
9216         (go32_pte): Likewise.
9217         (go32_pte_for_address): Likewise.
9218         * infcmd.c: Include cli/cli-utils.h.
9219         (registers_info): Use skip_spaces.
9220         * linux-tdep.c (read_mapping): Use skip_spaces_const.
9221         (linux_info_proc): Likewise.
9222         * linux-thread-db.c: Include cli/cli-utils.h.
9223         (info_auto_load_libthread_db): Use skip_spaces_const.
9224         * m32r-rom.c: Include cli/cli-utils.h.
9225         (m32r_upload_command): Use skip_spaces.
9226         * maint.c: Include cli/cli-utils.h.
9227         (maintenance_translate_address): Use skip_spaces.
9228         * mi/mi-parse.c: Include cli/cli-utils.h.
9229         (mi_parse_argv): Use skip_spaces.
9230         (mi_parse): Likewise.
9231         * minsyms.c: Include cli/cli-utils.h.
9232         (msymbol_hash_iw): Use skip_spaces_const.
9233         * objc-lang.c: Include cli/cli-utils.h.
9234         (parse_selector): Use skip_spaces.
9235         (parse_method): Likewise.
9236         * python/python.c: Include cli/cli-utils.h.
9237         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9238         (python_command)[HAVE_PYTHON]: Likewise.
9239         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9240         * remote-m32r-sdi.c: Include cli/cli-utils.h.
9241         (m32r_load): Use skip_spaces.
9242         * serial.c: Include cli/cli-utils.h.
9243         (serial_open): Use skip_spaces_const.
9244         * stack.c: Include cli/cli-utils.h.
9245         (parse_frame_specification_1): Use skip_spaces_const.
9246         * symfile.c: Include cli/cli-utils.h.
9247         (set_ext_lang_command): Use skip_spaces.
9248         * symtab.c: Include cli/cli-utils.h.
9249         (rbreak_command): Use skip_spaces.
9250         * thread.c (thread_name_command): Use skip_spaces.
9251         * tracepoint.c (validate_actionline): Use skip_spaces.
9252         (encode_actions_1): Likewise.
9253         (trace_find_range_command): Likewise.
9254         (trace_find_outside_command): Likewise.
9255         (trace_dump_actions): Likewise.
9256
9257 2013-03-07  Pedro Alves  <palves@redhat.com>
9258
9259         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9260         * expprint.c (print_subexp_standard): Likewise.
9261         * utils.c (host_char_to_target): Likewise.
9262         * valprint.c (generic_emit_char, generic_printstr): Likewise.
9263         * varobj.c (value_get_print_value): Change type of local to char*.
9264         Cast it gdb_byte * in call to language printer.
9265
9266 2013-03-07  Pedro Alves  <palves@redhat.com>
9267
9268         * charset.c (struct wchar_iterator) <input>: Change type to 'const
9269         gdb_byte *'.
9270         (make_wchar_iterator): Remove cast to char*.
9271         (wchar_iterate): Change type of local.
9272
9273 2013-03-07  Pedro Alves  <palves@redhat.com>
9274
9275         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9276         for 'regcache->register_status'.
9277
9278 2013-03-07  Pedro Alves  <palves@redhat.com>
9279
9280         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9281         int.
9282
9283 2013-03-07  Pedro Alves  <palves@redhat.com>
9284
9285         * stap-probe.c (handle_stap_probe): Add cast to char*.
9286
9287 2013-03-07  Pedro Alves  <palves@redhat.com>
9288
9289         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9290         RECORD_MSGRCV>: Pass a signed variable to
9291         regcache_raw_read_signed, instead of an unsigned one.
9292
9293 2013-03-07  Pedro Alves  <palves@redhat.com>
9294
9295         * remote-notif.c (notif_debug): Change type to int.
9296         * remote-notif.h (notif_debug): Likewise.
9297
9298 2013-03-07  Pedro Alves  <palves@redhat.com>
9299
9300         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9301
9302 2013-03-07  Pedro Alves  <palves@redhat.com>
9303
9304         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9305         * remote.h (hex2bin, bin2hex): ... here.
9306         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9307
9308 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
9309
9310         * utils.c (initialize_utils): Improve doc strings of "set/show
9311         width", "set/show height", and "set/show pagination".
9312
9313 2013-03-06  Keith Seitz  <keiths@redhat.com>
9314
9315         * ax-gdb.c (gen_printf): Make FORMAT const.
9316         * ax-gdb.h (gen_printf): Likewise.
9317         * ax-general.c (ax_string): Make STR const.
9318         * ax.h (ax_string): Likewise.
9319
9320 2013-03-06  Doug Evans  <dje@google.com>
9321
9322         * elfread.c (elf_symfile_read): Move debugging printf to more
9323         logical location.
9324
9325 2013-03-06  Pedro Alves  <palves@redhat.com>
9326
9327         * python/py-utils.c (target_string_to_unicode): Delete function.
9328         * python/python-internal.h (target_string_to_unicode): Delete
9329         declaration.
9330
9331 2013-03-06  Pierre Muller  <muller@sourceware.org>
9332
9333         * linespec.c (get_current_search_block): ARI fix, use (void)
9334         for empty parameter list.
9335
9336 2013-03-05  Doug Evans  <dje@google.com>
9337
9338         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9339         of old ada_lookup_symbol_list.  In !full_search case, don't
9340         search superblocks.
9341         (ada_lookup_symbol_list): Delete arg full_search, all callers
9342         updated.  Call ada_lookup_symbol_list_worker.
9343         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9344         * ada-lang.h (ada_lookup_symbol_list): Update.
9345         * language.h (language_defn): Update comment for
9346         la_iterate_over_symbols.
9347         * linespec.c (iterate_over_file_blocks): New function.
9348         (iterate_over_all_matching_symtabs): Call it.
9349         (lookup_prefix_sym): Ditto.
9350         (get_current_search_block): New function.
9351         (get_search_block): Delete.
9352         (find_label_symbols): Call get_current_search_block.
9353         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9354         * symtab.c (iterate_over_symbols): Don't search superblocks.
9355
9356 2013-03-05  Yao Qi  <yao@codesourcery.com>
9357
9358         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9359         parameter VAR's type from "unsigned int" to "int".
9360         * command.h (var_zuinteger_unlimited): Update its comments.
9361         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9362
9363 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9364
9365         * NEWS: Mention new target x86_64-*-cygwin*.
9366
9367 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9368
9369         * configure.host: Add x86_64-*-cygwin* as host.
9370         * configure.tgt: Add x86_64-*-cygwin* as target.
9371         * config/i386/cygwin64.mh: New file.
9372
9373 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9374
9375         * linespec.c (decode_line_2): Fix duplicate request off by two message.
9376
9377 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9378
9379         * linespec.c (struct linespec_canonical_name): New.
9380         (struct linespec_state): Change canonical_names type to it.
9381         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
9382         xrealloc element size.  Initialize the different CANONICAL fields.
9383         (canonical_to_fullform): New.
9384         (filter_results): Use it.  Add variables canonical, fullform and
9385         cleanup.
9386         (struct decode_line_2_item, decode_line_2_compare_items): New.
9387         (decode_line_2): Remove variables iter and item_names, add variables
9388         items and items_count.  Modify the code for these new variables.
9389
9390 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
9391
9392         * coff-pe-read.c (read_pe_exported_syms): Don't return without
9393         calling do_cleanup.
9394
9395 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
9396
9397         * tracepoint.c (build_traceframe_info): Add code for byte order.
9398
9399 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
9400
9401         * v850-tdep.c: (v850e2_register_name): Revise system register
9402         names to match current V850E2M architecture specifications.
9403         Update register number enum comments too.
9404
9405 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9406             Pedro Alves  <palves@redhat.com>
9407
9408         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9409         to END_ADDR.
9410         (tilegx_skip_prologue): Limit prologue analysis to section end.
9411
9412 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9413
9414         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9415         use it.
9416
9417 2013-03-01  Pedro Alves  <palves@redhat.com>
9418
9419         Use gdb_byte for bytes from the program being debugged.
9420
9421         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9422         Change type of local 'buf' to gdb_byte.
9423         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9424         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9425         * cris-tdep.c (cris_sigcontext_addr)
9426         (cris_sigtramp_frame_unwind_cache): Likewise.
9427         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9428         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9429         Likewise.
9430         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9431         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9432         (hppa32_hpux_search_dummy_call_sequence)
9433         (hppa_hpux_supply_save_state): Likewise.
9434         * hppa-linux-tdep.c (insns_match_pattern)
9435         (hppa_linux_find_global_pointer): Likewise.
9436         * hppa-tdep.c (hppa_in_function_epilogue_p)
9437         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9438         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9439         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9440         (i386fbsd_collect_uthread): Likewise.
9441         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9442         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9443         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9444         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9445         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9446         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9447         (ia64_libunwind_frame_prev_register)
9448         (ia64_libunwind_sigtramp_frame_this_id)
9449         (ia64_find_global_pointer_from_dynamic_section)
9450         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9451         (ia64_unwind_pc): Likewise.
9452         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9453         * m68hc11-tdep.c (m68hc11_push_dummy_call)
9454         (m68hc11_extract_return_value): Likewise.
9455         * m68klinux-nat.c (fetch_register, store_register): Likewise.
9456         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9457         (mep_get_insn, mep_push_dummy_call): Likewise.
9458         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9459         (mips_linux_in_dynsym_stub): Likewise.
9460         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9461         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9462         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9463         to gdb_byte.
9464         * remote-mips.c (mips_set_register): Likewise.
9465         * remote-sim.c (gdbsim_fetch_register): Likewise.
9466         * score-tdep.c (score7_fetch_inst): Change type of parameter
9467         'memblock' and local 'buf' to gdb_byte.
9468         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9469         Change type of local 'buf' to gdb_byte.  Adjust.
9470         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9471         to gdb_byte**.
9472         (score7_analyze_prologue): Change type of 'memblock' and
9473         'memblock_ptr' locals to gdb_byte*.
9474         * sh64-tdep.c (sh64_extract_return_value)
9475         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9476         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9477         * solib-pa64.c (pa64_solib_create_inferior_hook)
9478         (pa64_open_symbol_file_object): Remove local 'buf'.
9479         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9480         (som_open_symbol_file_object): Likewise.
9481         * solib-spu.c (spu_current_sos): Likewise.
9482         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9483         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9484         (spu_store_registers): Likewise.
9485         * target.c (debug_print_register): Likewise.
9486         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9487         * xstormy16-tdep.c (xstormy16_store_return_value)
9488         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9489         (xstormy16_find_jmp_table_entry): Likewise.
9490
9491 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9492
9493         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9494         (tilegx_gdbarch_init): Install it.
9495
9496 2013-02-28  Tom Tromey  <tromey@redhat.com>
9497
9498         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9499         PyLong_Check.
9500
9501 2013-02-28  Doug Evans  <dje@google.com>
9502
9503         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9504         * python/python.c (gdbpy_find_pc_line): Ditto.
9505
9506 2013-02-28  Tom Tromey  <tromey@redhat.com>
9507
9508         * contrib/excheck.py: New file.
9509         * contrib/exsummary.py: New file.
9510         * contrib/gcc-with-excheck: New file.
9511
9512 2013-02-28  Tom Tromey  <tromey@redhat.com>
9513
9514         * python/python.c (gdbpy_print_stack): Call begin_line and
9515         fprintf_filtered inside TRY_CATCH.
9516
9517 2013-02-28  Tom Tromey  <tromey@redhat.com>
9518
9519         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9520         inside TRY_CATCH.
9521
9522 2013-02-28  Tom Tromey  <tromey@redhat.com>
9523
9524         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9525         frame_object_to_frame_info inside TRY_CATCH.
9526
9527 2013-02-28  Tom Tromey  <tromey@redhat.com>
9528
9529         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9530         TRY_CATCH.
9531
9532 2013-02-28  Tom Tromey  <tromey@redhat.com>
9533
9534         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9535
9536 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
9537
9538         * windows-nat.c: Throughout, fix format strings and casts of
9539         printf-like functions to avoid type related warnings on all
9540         platforms.
9541         (handle_output_debug_string): Fetch context information address
9542         from debug string using string_to_core_addr.
9543
9544 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9545
9546         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9547         * regformats/reg-tilegx32.dat: New.
9548
9549 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9550
9551         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9552
9553 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9554
9555         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9556
9557 2013-02-27  Yao Qi  <yao@codesourcery.com>
9558             Pedro Alves  <palves@redhat.com>
9559
9560         * tracepoint.c (tfile_trace_find): For tfind
9561         pc/tp/range/outside, look for the next trace frame instead of
9562         always starting from frame 0.
9563
9564 2013-02-26  Anthony Green  <green@moxielogic.com>
9565
9566         * configure.tgt: Add support for moxie-*-rtems* target.
9567
9568 2013-02-25  Pedro Alves  <palves@redhat.com>
9569
9570         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9571         warning text.
9572
9573 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9574
9575         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9576         if $fp is used as the virtual frame pointer.
9577
9578 2013-02-23  Alan Modra  <amodra@gmail.com>
9579
9580         * elfread.c (elf_symtab_read): Do not use udata.p here to find
9581         symbol size.
9582         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9583         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9584         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9585         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9586
9587 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9588
9589         Code cleanup.
9590         * elfread.c (build_id_bfd_get): Make the return type const.
9591         (build_id_verify): Make the check parameter const.
9592         (build_id_to_debug_filename): Make the build_id parameter and variable
9593         data const.
9594         (find_separate_debug_file_by_buildid): Make the variable build_id const.
9595
9596 2013-02-21  Alan Modra  <amodra@gmail.com>
9597
9598         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9599
9600 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
9601
9602         Add a new method 'disassemble' to gdb.Architecture class.
9603         * python/py-arch.c (archpy_disassmble): Implementation of the
9604         new method gdb.Architecture.disassemble.
9605         (arch_object_methods): Add entry for the new method.
9606
9607 2013-02-20  Jiong Wang  <jiwang@tilera.com>
9608
9609         * MAINTAINERS (Write After Approval): Add myself to the list.
9610
9611 2013-02-19  Pedro Alves  <palves@redhat.com>
9612
9613         Garbage collect 'struct monitor_ops'::load_routine.
9614
9615         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9616         * monitor.c (monitor_load): No longer call
9617         current_monitor->load_routine.
9618         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9619         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9620         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9621
9622 2013-02-19  Pedro Alves  <palves@redhat.com>
9623
9624         PR gdb/15161
9625
9626         Harmonize with generic_load.
9627
9628         * monitor.c: Include "readline/readline.h".
9629         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
9630         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
9631         long/strtol for the 'load_offset' local.  Error out if no argument
9632         is given or if too many arguments are given.  Tilde expand the
9633         passed in file name.
9634
9635 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9636
9637         PR gdb/15161
9638         * symfile.c (load_section_data): Change type of load_offset
9639         to CORE_ADDR.
9640         (generic_load): User strtoulst instead of strtoul for conversion
9641         of load_offset.
9642
9643 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9644
9645         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9646          for return address, "lr" register, saved on stack.
9647         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9648         after we invoke tilegx_analyze_prologue.
9649
9650 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9651
9652         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9653
9654 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9655
9656         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9657
9658 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9659
9660         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9661         (tilegx_write_pc): New function.
9662         (tilegx_cannot_reference_register): Return zero if REGNO
9663         is TILEGX_FAULTNUM_REGNUM.
9664         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9665         (tilegx_register_name): Add handling of "faultnum" register.
9666         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9667         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9668         handling of TILEGX_FAULTNUM_REGNUM.
9669         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9670
9671 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9672
9673         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9674         should be aligned to 64bit.
9675
9676 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9677
9678         * windows-nat.c (windows_xfer_memory): Fix debug-output
9679         for LLP64.
9680
9681 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
9682
9683         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9684         Don't check DSP register number if HAVE_DSP is not set.
9685
9686 2013-02-19  Alan Modra  <amodra@gmail.com>
9687
9688         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
9689         throughout file instead.
9690         (build_id_bfd_get): Update to use new elf_tdata build_id field.
9691         Don't xmalloc return value.
9692         (build_id_verify): Similarly.  Don't xfree.
9693         (build_id_to_debug_filename): Update.
9694         (find_separate_debug_file_by_buildid): Update, don't xfree.
9695
9696 2013-02-18  Tom Tromey  <tromey@redhat.com>
9697
9698         PR gdb/15102:
9699         * dwarf2read.c (read_subrange_type): Use result of
9700         'check_typedef'.
9701
9702 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9703
9704         * frame.c: Remove one extra white space after #include
9705         directive.
9706
9707 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9708
9709         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9710
9711 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9712
9713         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9714         and dir commands into an if block.
9715
9716 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
9717
9718         * python/py-breakpoint (struct pybp_code):  Use int instead of
9719         enum type_code.
9720
9721 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
9722             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9723
9724         * NEWS: Mention new field "trace-file".
9725         * tracepoint.c (trace_status_mi): Output "trace-file" field.
9726         (tfile_open): Record the trace file's filename in the trace
9727         status.
9728         (tfile_files_info): Mention the name of the trace file.
9729         Check the "filename" field explicitely.
9730         (trace_status_command): Explicitely check "filename" field.
9731         (trace_find_command): Ditto.
9732         (trace_find_pc_command): Ditto.
9733         (trace_find_tracepoint_command): Ditto.
9734         (trace_find_line_command): Ditto.
9735         (trace_find_range_command): Ditto.
9736         (trace_find_outside_command): Ditto.
9737         * tracepoint.h (struct trace_status) <from_file>: Rename it
9738         to "filename" and make it hold the trace file's filename
9739         instead of a boolean.
9740         * remote.c (remote_get_trace_status): Initialize "filename"
9741         field with NULL instead of 0.
9742
9743 2013-02-15  Yao Qi  <yao@codesourcery.com>
9744
9745         * remote.c: Fix a typo.
9746
9747 2013-02-14  Pierre Muller  <muller@sourceware.org>
9748
9749         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9750
9751 2013-02-14  Pedro Alves  <palves@redhat.com>
9752
9753         * utils.c (savestring): Don't #undef it.  Move function to
9754         common/common-utils.c.
9755         * common/common-utils.c: Include gdb_string.h.
9756         (savestring): Move here from utils.c.
9757         * common/common-utils.h (savestring): Declare.
9758
9759 2013-02-14  Pedro Alves  <palves@redhat.com>
9760
9761         * utils.c (savestring): Rename parameter 'size' to 'len'.
9762
9763 2013-02-14  Pedro Alves  <palves@redhat.com>
9764             Yufeng Zhang  <yufeng.zhang@arm.com>
9765
9766         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9767         (aarch64_inferior_data, struct aarch64_inferior_data):
9768         Delete.
9769         (struct aarch64_process_info): New.
9770         (aarch64_process_list): New global.
9771         (aarch64_find_process_pid, aarch64_add_process)
9772         (aarch64_process_info_get): New functions.
9773         (aarch64_inferior_data_get): Delete.
9774         (aarch64_process_info_get): New function.
9775         (aarch64_forget_process): New function.
9776         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
9777         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9778         aarch64_get_debug_reg_state.
9779         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9780         instead of linux_nat_iterate_watchpoint_lwps.
9781         (aarch64_linux_new_fork): New function.
9782         (aarch64_linux_child_post_startup_inferior): Use
9783         aarch64_forget_process instead of aarch64_init_debug_reg_state.
9784         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9785         (aarch64_linux_remove_hw_breakpoint)
9786         (aarch64_handle_aligned_watchpoint)
9787         (aarch64_handle_unaligned_watchpoint)
9788         (aarch64_linux_insert_watchpoint)
9789         (aarch64_linux_remove_watchpoint)
9790         (aarch64_linux_stopped_data_address): Adjust to pass the current
9791         process id to aarch64_debug_reg_state.
9792         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9793         linux_nat_new_fork hook, and aarch64_forget_process as
9794         linux_nat_forget_process hook; remove the call to
9795         register_inferior_data_with_cleanup.
9796
9797 2013-02-14  Pedro Alves  <palves@redhat.com>
9798
9799         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9800         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9801         lval_memory.
9802
9803 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
9804             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9805
9806         * tracepoint.h (validate_trace_state_variable_name): Declare.
9807         * tracepoint.c (validate_trace_state_variable_name): New.
9808         (trace_variable_command): Parse the trace state variable's name
9809         without using parse_expression.  Do several validations.
9810         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9811         trace state variable's name with parse_expression.  Validate it.
9812
9813 2013-02-14  Yao Qi  <yao@codesourcery.com>
9814
9815         * infcmd.c (breakpoint_proceeded): Remove it.
9816
9817 2013-02-14  Yao Qi  <yao@codesourcery.com>
9818
9819         * tracepoint.c (end_actions_pseudocommand): Make it static.
9820         (while_stepping_pseudocommand): Likewise.
9821         * tracepoint.h (end_actions_pseudocommand): Remove the
9822         declaration.
9823         (while_stepping_pseudocommand): Likewise.
9824
9825 2013-02-14  Yao Qi  <yao@codesourcery.com>
9826
9827         * cli/cli-decode.c (help_cmd): Remove the declaration of
9828         "cmdlist".
9829         (help_all): Likewise.
9830
9831 2013-02-13  Pedro Alves  <palves@redhat.com>
9832
9833         * amd64-linux-nat.c (update_debug_registers_callback):
9834         Update comment.
9835         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9836         iterate_over_lwps.
9837         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9838         i386_debug_reg_state.
9839         (amd64_linux_new_fork): New function.
9840         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9841         linux_nat_new_fork hook, and i386_forget_process as
9842         linux_nat_forget_process hook.
9843         * i386-linux-nat.c (update_debug_registers_callback):
9844         Update comment.
9845         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9846         iterate_over_lwps.
9847         (i386_linux_prepare_to_resume): Pass the lwp's pid to
9848         i386_debug_reg_state.
9849         (i386_linux_new_fork): New function.
9850         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9851         linux_nat_new_fork hook, and i386_forget_process as
9852         linux_nat_forget_process hook.
9853         * i386-nat.c (i386_init_dregs): Delete.
9854         (i386_inferior_data, struct i386_inferior_data):
9855         Delete.
9856         (struct i386_process_info): New.
9857         (i386_process_list): New global.
9858         (i386_find_process_pid, i386_add_process, i386_process_info_get):
9859         New functions.
9860         (i386_inferior_data_get): Delete.
9861         (i386_process_info_get): New function.
9862         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
9863         (i386_forget_process): New function.
9864         (i386_cleanup_dregs): Rewrite.
9865         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9866         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9867         (i386_stopped_data_address, i386_insert_hw_breakpoint)
9868         (i386_remove_hw_breakpoint): Adjust to pass the current process id
9869         to i386_debug_reg_state.
9870         (i386_use_watchpoints): Don't register inferior data.
9871         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9872         adjust comment.
9873         (i386_forget_process): Declare.
9874         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9875         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9876         New static globals.
9877         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9878         (add_initial_lwp): New, factored out from ...
9879         (add_lwp): ... this.  Don't check the number of lwps before
9880         calling linux_nat_new_thread.
9881         (linux_nat_iterate_watchpoint_lwps): Delete.
9882         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9883         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9884         forks and vforks.
9885         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9886         initial lwp.
9887         (linux_nat_kill, linux_nat_mourn_inferior): Call
9888         linux_nat_forget_process.
9889         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9890         (linux_nat_forget_process): New functions.
9891         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9892         type.
9893         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9894         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9895         types.
9896         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9897         (linux_nat_forget_process): New declarations.
9898
9899         * amd64fbsd-nat.c (super_mourn_inferior): New global.
9900         (amd64fbsd_mourn_inferior): New function.
9901         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9902         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9903
9904 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9905
9906         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9907         Adding _().
9908
9909 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9910
9911         * aarch64-linux-nat.c (debug_reg_change_callback)
9912         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9913         %s and phex().
9914
9915 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9916
9917         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9918         with LONGEST.
9919
9920 2013-02-13  Pedro Alves  <palves@redhat.com>
9921             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9922
9923         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9924
9925 2013-02-12  Tom Tromey  <tromey@redhat.com>
9926
9927         PR symtab/11464:
9928         * c-exp.y (lex_one_token): Initialize other fields of yylval on
9929         NAME return.
9930         (classify_inner_name): Remove 'first_name' argument, add
9931         'context'.  Remove unused variable.
9932         (yylex): Explicitly maintain the context type.  Exit loop earlier
9933         if NAME result is seen.
9934
9935 2013-02-12  Pedro Alves  <palves@redhat.com>
9936
9937         * amd64-darwin-tdep.c: Add (C) after Copyright.
9938         * cli/cli-cmds.h: Ditto.
9939         * cli/cli-decode.c: Ditto.
9940         * cli/cli-decode.h: Ditto.
9941         * cli/cli-dump.c: Ditto.
9942         * cli/cli-dump.h: Ditto.
9943         * cli/cli-interp.c: Ditto.
9944         * cli/cli-logging.c: Ditto.
9945         * cli/cli-script.c: Ditto.
9946         * cli/cli-script.h: Ditto.
9947         * cli/cli-setshow.c: Ditto.
9948         * cli/cli-setshow.h: Ditto.
9949         * cli/cli-utils.c: Ditto.
9950         * cli/cli-utils.h: Ditto.
9951         * config/alpha/nm-osf3.h: Ditto.
9952         * config/djgpp/djconfig.sh: Ditto.
9953         * config/i386/nm-fbsd.h: Ditto.
9954         * config/i386/nm-i386gnu.h: Ditto.
9955         * config/nm-linux.h: Ditto.
9956         * config/nm-nto.h: Ditto.
9957         * config/rs6000/nm-rs6000.h: Ditto.
9958         * config/sparc/nm-sol2.h: Ditto.
9959         * darwin-nat-info.c: Ditto.
9960         * dfp.c: Ditto.
9961         * dfp.h: Ditto.
9962         * gdb-demangle.h: Ditto.
9963         * i386-darwin-nat.c: Ditto.
9964         * i386-darwin-tdep.c: Ditto.
9965         * linux-fork.h: Ditto.
9966         * m32c-tdep.c: Ditto.
9967         * microblaze-linux-tdep.c: Ditto.
9968         * microblaze-rom.c: Ditto.
9969         * microblaze-tdep.c: Ditto.
9970         * microblaze-tdep.h: Ditto.
9971         * mips-linux-tdep.h: Ditto.
9972         * ppc-ravenscar-thread.c: Ditto.
9973         * ppc-ravenscar-thread.h: Ditto.
9974         * prologue-value.c: Ditto.
9975         * prologue-value.h: Ditto.
9976         * ravenscar-thread.c: Ditto.
9977         * ravenscar-thread.h: Ditto.
9978         * sparc-ravenscar-thread.c: Ditto.
9979         * sparc-ravenscar-thread.h: Ditto.
9980         * tilegx-linux-tdep.c: Ditto.
9981         * unwind_stop_reasons.def: Ditto.
9982         * windows-nat.h: Ditto.
9983         * xtensa-linux-tdep.c: Ditto.
9984         * xtensa-xtregs.c: Ditto.
9985         * regformats/regdat.sh: Ditto.
9986         * regformats/regdef.h: Ditto.
9987
9988 2013-02-12  Pedro Alves  <palves@redhat.com>
9989
9990         * break-catch-sig.c: Update copyright years.
9991
9992 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
9993
9994         Add support for a destructor for ui_out data and use it to
9995         provide a ui_out destructor.
9996         * ui-out.h: Declare the new ui_out destructor.
9997         (ui_out_impl): Add a field for data destructor in ui_out_impl.
9998         * ui-out.c (default_data_destroy): Add a default data destructor
9999         which does nothing.
10000         (default_ui_out_impl): Set the new data_destroy field to
10001         default_data_destroy
10002         (uo_data_destroy): Local function which invokes the data
10003         destructor if present.
10004         (clear_table): Local function which clears the table data of a
10005         ui_out object.
10006         (ui_out_destroy): Public function which frees a ui_out object.
10007         (ui_out_table_end): Use the new clear_table function.
10008         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10009         NULL.
10010         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10011         to NULL.
10012
10013 2013-02-11  Doug Evans  <dje@google.com>
10014
10015         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10016         (printf_decfloat): New function.  Broken out from ui_printf.
10017         Remove unnecessary code to shift the entire format string down.
10018         (printf_pointer): New function.
10019         (ui_printf): Code to print C strings, wide C strings, decfloats,
10020         and pointers moved to separate functions.
10021
10022 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10023
10024         * valops.c (value_assign): Handling bitfield offset in
10025         `lval_internalvar_component' case.
10026
10027 2013-02-08  Doug Evans  <dje@google.com>
10028
10029         * common/format.c (parse_format_string): Fix whitespace.
10030
10031 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
10032
10033         * stack.c (return_command): Work around uninitialized variable
10034         warning.
10035
10036 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
10037
10038         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10039         number of the registers from 36 to 34.
10040
10041 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10042
10043         * NEWS: Mention new AArch64 native and target support.
10044
10045 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10046
10047         * MAINTAINERS (Write After Approval): Add myself.
10048
10049 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
10050             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10051             Nigel Stephens  <nigel.stephens@arm.com>
10052             Yufeng Zhang  <yufeng.zhang@arm.com>
10053
10054         * aarch64-linux-nat.c: New file.
10055         * config/aarch64/linux.mh: New file.
10056         * configure.host: Add AArch64.
10057         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10058
10059 2013-02-07  Doug Evans  <dje@google.com>
10060
10061         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10062         disassemble command.
10063
10064 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10065
10066         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10067         set_gdbarch_fetch_tls_load_module_address.
10068
10069 2013-02-06  David S. Miller  <davem@davemloft.net>
10070
10071         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10072         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10073         * value.c (struct_return_convention): New function.
10074         (using_struct_return): Implement in terms of struct_return_convention.
10075         * value.h (struct_return_convention): Declare.
10076         * stack.c (return_command): Allow successful overriding of the return
10077         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10078
10079 2013-02-06  Tom Tromey  <tromey@redhat.com>
10080
10081         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10082         outside of TRY_CATCH.
10083
10084 2013-02-06  Yao Qi  <yao@codesourcery.com>
10085
10086         * mi/mi-interp.c: Include "tracepoint.h".
10087         (mi_tsv_modified): Declare.
10088         (mi_tsv_created, mi_tsv_deleted): Update declaration.
10089         (mi_interpreter_init): Call observer_attach_tsv_modified.
10090         (mi_tsv_modified): New.
10091         (mi_tsv_created, mi_tsv_deleted): Update.
10092         * tracepoint.c (trace_variable_command): Call
10093         observer_notify_tsv_modified if the initial value of tsv is
10094         changed.
10095         (delete_trace_state_variable): Call
10096         observer_notify_tsv_deleted earlier.
10097         (trace_variable_command): Caller update.
10098         (create_tsv_from_upload): Likewise.
10099         * observer.sh: Declare "struct trace_state_variable".
10100
10101         * NEWS: Mention the new MI notification "=tsv-modified".
10102
10103 2013-02-05  Doug Evans  <dje@google.com>
10104
10105         * completer.c (location_completer): Fix typo in comment.
10106
10107 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10108
10109         * breakpoint.c (add_location_to_breakpoint): Insert the location with
10110         ADDRESS sorted.
10111
10112 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10113
10114         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10115         Refactor if statement to avoid trailing || operator.
10116
10117 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
10118
10119         * NEWS: Add PowerPC FreeBSD as a new native configuration.
10120
10121 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
10122
10123         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10124         * configure.host: Add powerpc*-*-freebsd* target.
10125         * configure.tgt: Add target info for powerpc*-*-freebsd*.
10126         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10127         * config/powerpc/fbsd.mh: New file.
10128
10129 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
10130             Denys Vlasenko  <dvlasenk@redhat.com>
10131             Pedro Alves  <palves@redhat.com>
10132
10133         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10134         (struct elf_internal_linux_prpsinfo): Forward declare.
10135         * gdbarch.h, gdbarch.c: Regenerate.
10136         * linux-tdep.c: Include `cli/cli-utils.h'.
10137         (linux_fill_prpsinfo): New function.
10138         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
10139         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10140         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10141         depending on gdbarch pointer bitness.
10142         * ppc-linux-tdep.c: Include elf-bfd.h.
10143         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10144         on 32-bit.
10145
10146 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10147             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10148             Nigel Stephens  <nigel.stephens@arm.com>
10149             Yufeng Zhang  <yufeng.zhang@arm.com>
10150
10151         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10152
10153 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10154             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10155             Nigel Stephens  <nigel.stephens@arm.com>
10156             Yufeng Zhang  <yufeng.zhang@arm.com>
10157
10158         * aarch64-newlib-tdep.c: New file.
10159         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10160         aarch64*-*-elf.
10161         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10162         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
10163         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
10164         * osabi.c (gdb_osabi_names): Add "Newlib".
10165
10166 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10167             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10168             Nigel Stephens  <nigel.stephens@arm.com>
10169             Yufeng Zhang  <yufeng.zhang@arm.com>
10170
10171         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10172         (ALLDEPFILES): Add aarch64-linux-tdep.c.
10173         * aarch64-linux-tdep.c: New file.
10174         * aarch64-linux-tdep.h: New file.
10175         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10176         * configure.tgt: Add aarch64-none-linux-gnu.
10177
10178 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10179             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10180             Nigel Stephens  <nigel.stephens@arm.com>
10181             Yufeng Zhang  <yufeng.zhang@arm.com>
10182
10183         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10184         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10185         (ALLDEPFILES): Add aarch64-tdep.c.
10186         * aarch64-tdep.c: New file.
10187         * aarch64-tdep.h: New file.
10188         * configure.tgt: Add AArch64.
10189         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10190         (aarch64-expedite): New definition.
10191         * features/aarch64-core.xml: New file.
10192         * features/aarch64-fpu.xml: New file.
10193         * features/aarch64-without-fpu.c: New file (generated).
10194         * features/aarch64-without-fpu.xml: New file.
10195         * features/aarch64.c: New file (generated).
10196         * features/aarch64.xml: New file.
10197         * regformats/aarch64-without-fpu.dat: New file (generated).
10198         * regformats/aarch64.dat: New file (generated).
10199
10200 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10201
10202         * contrib/expect-read1.c: New file.
10203         * contrib/expect-read1.sh: New file.
10204
10205 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10206
10207         * dwarf2read.c (file_file_name): New function with code from
10208         file_full_name.
10209         (file_full_name): Move most of the code to file_file_name.
10210         (macro_start_file): Rename variable full_name to file_name and use
10211         file_file_name for it.  Add comp_dir parameter to new_macro_table.
10212         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
10213         macro_source_file->filename access by macro_source_fullname call.
10214         * macroscope.c (_initialize_macroscope): Update the new_macro_table
10215         caller.
10216         * macrotab.c (struct macro_table): New field comp_dir.
10217         (macro_include): New variables link_fullname and source_fullname.
10218         Replace any macro_source_file->filename access by macro_source_fullname
10219         call.
10220         (macro_lookup_inclusion): Remove the partial filenames checking code.
10221         (check_for_redefinition): New variables source_fullname and
10222         found_key_fullname.  Replace any macro_source_file->filename access by
10223         macro_source_fullname call.
10224         (macro_undef): New variables source_fullname and key_fullname.  Replace
10225         any macro_source_file->filename access by macro_source_fullname call.
10226         (macro_lookup_definition): New variables retval and source_fullname.
10227         Replace any macro_source_file->filename access by macro_source_fullname
10228         call.
10229         (foreach_macro): New variable key_fullname.  Replace any
10230         macro_source_file->filename access by macro_source_fullname call.
10231         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
10232         macro_source_file->filename access by macro_source_fullname call.
10233         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
10234         (macro_source_fullname): New function.
10235         * macrotab.h (struct macro_source_file): Extent the filename field
10236         comment.
10237         (new_macro_table): New parameter comp_dir, add a comment for it.
10238         (macro_source_fullname): new declaration.
10239
10240 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10241
10242         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10243         this_real_name to outer block.  Use it also for
10244         compare_filenames_for_search.
10245         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
10246         with dw2_get_real_path for file_matcher, considering also
10247         BASENAMES_MAY_DIFFER.
10248         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10249
10250 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10251
10252         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10253         to the file_matcher parameter.  Pass 0 to it.
10254         (dwarf2_create_include_psymtab): Copy also DIRNAME.
10255         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10256         NULL psymtab_to_fullname result.
10257         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
10258         an expected filename instead.
10259         (expand_symtabs_matching_via_partial): Add basenames parameter to the
10260         file_matcher parameter.  Call also psymtab_to_fullname, after newly
10261         considering BASENAMES_MAY_DIFFER.
10262         * source.c (rewrite_source_path): Remove static.
10263         * source.h (rewrite_source_path): New declaration.
10264         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10265         the expand_symtabs_matching field.  Comment it.
10266         * symtab.c (file_matches): New function comment.  Add parameter
10267         basenames, implement it.
10268         (search_symbols_file_matches): Add basenames parameter.  Update the
10269         file_matches caller.
10270         (search_symbols): Match FILES also against symtab_to_fullname.
10271         Optimize it for BASENAMES_MAY_DIFFER.
10272
10273 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10274
10275         * source.c (print_source_lines_base): Print for TUI also "fullname".
10276         * tui/tui-data.c (init_content_element): Change tui_locator_element
10277         field to full_name.
10278         * tui/tui-data.h (struct tui_locator_element): Likewise.
10279         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10280         tui_update_locator_filename calls to tui_update_locator_fullname.
10281         Replace symtab->filename refererence by symtab_to_fullname call.
10282         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10283         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10284         field to full_name.  Replace symtab->filename refererence by
10285         symtab_to_fullname call.
10286         (tui_show_symtab_source): Rename parameter to fullname.  Change
10287         tui_locator_element field to full_name.
10288         * tui/tui-stack.c: Include source.h.
10289         (tui_set_locator_filename): Rename the declaration to ...
10290         (tui_set_locator_fullname): ... here.  Rename its parameter to
10291         fullname, updates its comment.
10292         (tui_set_locator_info): Rename its parameter to fullname.
10293         (tui_set_locator_filename): Rename the definition to ...
10294         (tui_set_locator_fullname): ... here.  Rename its parameter to
10295         fullname, updates its comment.  Change tui_locator_element field to
10296         full_name.
10297         (tui_set_locator_info): Rename its parameter to fullname.
10298         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10299         (tui_update_locator_filename): Rename to ...
10300         (tui_update_locator_fullname): ... here. Rename callee to
10301         tui_set_locator_fullname.
10302         (tui_show_frame_info): Replace symtab->filename refererence by
10303         symtab_to_fullname call.
10304         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10305         (tui_update_locator_fullname): ... here.
10306         * tui/tui-winsource.c (tui_display_main): Rename the callee to
10307         tui_update_locator_fullname.  Replace symtab->filename refererence by
10308         symtab_to_fullname call.
10309         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10310         Rename the callee to tui_update_locator_fullname.
10311         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10312
10313 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10314
10315         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10316         by symtab_to_filename_for_display calls.
10317         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10318         (clear_command): New variable sal_fullname, initialize it.  Replace
10319         compare_filenames_for_search by filename_cmp with sal_fullname.
10320         (say_where, update_static_tracepoint): Replace symtab->filename
10321         refererences by symtab_to_filename_for_display calls.
10322         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10323         Likewise.
10324         * dwarf2read.c: Include source.h.
10325         (fixup_go_packaging): Replace symtab->filename refererences by
10326         symtab_to_filename_for_display calls.
10327         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10328         Replace symtab->filename refererences by symtab_to_filename_for_display
10329         calls.
10330         (create_sals_line_offset, convert_linespec_to_sals): New variable
10331         fullname, initialize it, replace symtab->filename reference by the
10332         variable.
10333         * linux-fork.c: Include source.h.
10334         (info_checkpoints_command): Replace symtab->filename refererences by
10335         symtab_to_filename_for_display calls.
10336         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10337         by symtab_to_filename_for_display calls.
10338         * mdebugread.c: Include source.h.
10339         (psymtab_to_symtab_1): Replace symtab->filename refererences by
10340         symtab_to_filename_for_display calls.
10341         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10342         (mi_cmd_file_list_exec_source_files): Likewise.
10343         * printcmd.c: Include source.h.
10344         (build_address_symbolic): Replace symtab->filename refererences by
10345         symtab_to_filename_for_display calls.
10346         * psymtab.c (partial_map_symtabs_matching_filename)
10347         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10348         with psymtab_to_fullname.
10349         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10350         by symtab_to_filename_for_display calls.
10351         (stpy_get_filename): New variable filename, initialize it, use instead
10352         of symtab->filename refererences.
10353         (salpy_str): Make variable filename const char *.  Replace
10354         symtab->filename refererences by symtab_to_filename_for_display calls.
10355         * skip.c: Include source.h and filenames.h.
10356         (skip_file_command): Remove const from the symtab variable.  Replace
10357         symtab->filename refererences by symtab_to_fullname call.
10358         (function_name_is_marked_for_skip): New variables searched_for_fullname
10359         and fullname.  Use them to search also with symtab's fullname.
10360         * source.c (find_source_lines): Replace symtab->filename refererences
10361         by symtab_to_filename_for_display calls.
10362         (print_source_lines_base): New variable filename, use it instead of
10363         symtab->filename.  Replace symtab->filename refererences by
10364         symtab_to_filename_for_display calls.
10365         (line_info, forward_search_command): Replace symtab->filename
10366         refererences by symtab_to_filename_for_display calls.
10367         (reverse_search_command): Replace symtab->filename refererences by
10368         symtab_to_filename_for_display calls.  New variable filename for it.
10369         * stack.c (frame_info): Likewise.
10370         * symmisc.c: Include source.h.
10371         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10372         (maintenance_info_symtabs): Replace symtab->filename refererences by
10373         symtab_to_filename_for_display calls.
10374         * symtab.c (iterate_over_some_symtabs): Call
10375         compare_filenames_for_search also with symtab_to_fullname.
10376         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10377         symtab->filename refererences by symtab_to_filename_for_display calls.
10378         (find_line_symtab): Replace symtab->filename refererences by
10379         symtab_to_filename_for_display calls.
10380         (file_matches): Replace filename_cmp by compare_filenames_for_search.
10381         (print_symbol_info): Make the last parameter const char *.  New
10382         variable s_filename.  Use it in the function.
10383         (symtab_symbol_info): Make the last_filename variable const char *.
10384         Replace symtab->filename refererences by symtab_to_filename_for_display
10385         calls.
10386         (rbreak_command): New variable fullname.  Use it.  Replace
10387         symtab->filename refererence by symtab_to_filename_for_display call.
10388         * tracepoint.c (set_traceframe_context, trace_find_line_command)
10389         (print_one_static_tracepoint_marker): Replace symtab->filename
10390         refererences by symtab_to_filename_for_display calls.
10391         * tui/tui-source.c (tui_set_source_content): New variables filename and
10392         s_filename.  Replace symtab->filename refererences by this variable.
10393         Replace other symtab->filename refererences by
10394         symtab_to_filename_for_display calls.
10395
10396 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10397             Jan Kratochvil  <jan.kratochvil@redhat.com>
10398
10399         Add a new variable that controls a way in which filenames are
10400         displayed.
10401         * NEWS (set filename-display): New entry.
10402         * source.c (filename_display_basename, filename_display_relative)
10403         (filename_display_absolute, filename_display_kind_names)
10404         (filename_display_string, show_filename_display_string)
10405         (symtab_to_filename_for_display): New.
10406         (_initialize_source): Added initialization of 'filename-display'
10407         variable.
10408         * source.h (symtab_to_filename_for_display): Added declaration.
10409         * stack.c (print_frame): Added new variable and calling of a new
10410         function and condition with this variable. Changed third argument of
10411         calling of a function.
10412
10413 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10414
10415         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10416         Rename field reference filename to fullname.
10417         * tui/tui-data.h (struct tui_source_info): Rename field filename to
10418         fullname.  New comment for it.
10419         * tui/tui-source.c (tui_set_source_content): Rename field reference
10420         filename to fullname.  Initialize field by symtab_to_fullname now.
10421         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10422         reference filename to fullname.  Use symtab_to_fullname during
10423         comparison.
10424
10425 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10426
10427         Code cleanup.
10428         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10429         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
10430         filename to fullname.  Rename variable this_name to this_fullname.
10431         Lowercase FILENAME_CMP call.
10432         (dw2_find_symbol_file): New comment for the returned string.
10433         (dwarf2_gdb_index_functions): Rename the function to
10434         dw2_expand_symtabs_with_fullname.
10435         * psymtab.c (read_psymtabs_with_filename): Rename to ...
10436         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
10437         fullname.
10438         (psym_functions): Rename the function to read_psymtabs_with_fullname.
10439         * symfile.h (struct quick_symbol_functions): Rename field
10440         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10441         parameter filename to fullname.  Document returned string meaning for
10442         find_symbol_file.
10443         * symtab.c (find_line_symtab): Rename the called function to
10444         expand_symtabs_with_fullname.
10445
10446 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10447
10448         Code cleanup.
10449         * breakpoint.c (clear_command): Remove variable is_abs, unify the
10450         call of filename_cmp with compare_filenames_for_search.
10451         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10452         is_abs, unify the call of FILENAME_CMP with
10453         compare_filenames_for_search.  New gdb_asserts for real_path and name.
10454         Unify the call of compare_filenames_for_search with FILENAME_CMP.
10455         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10456         * symfile.h (struct quick_symbol_functions): Extend the comment for
10457         map_symtabs_matching_filename.
10458         * symtab.c (compare_filenames_for_search): Remove the function comment
10459         relative path requirement.  Handle absolute filenames, with a comment.
10460         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10461         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
10462         real_path and name.  Unify the call of compare_filenames_for_search
10463         with FILENAME_CMP.
10464         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10465
10466 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10467
10468         Code cleanup.
10469         * breakpoint.c (print_breakpoint_location): Replace bp_location field
10470         source_file references by symtab field references.  Remove variables
10471         sal and fullname.
10472         (momentary_breakpoint_from_master, add_location_to_breakpoint):
10473         (clear_command, say_where): Replace bp_location field source_file
10474         references by symtab field references.
10475         (bp_location_dtor): Remove the source_file reference.
10476         (update_static_tracepoint): Replace bp_location field source_file
10477         references by symtab field references.
10478         (breakpoint_free_objfile): New function.
10479         * breakpoint.h (struct bp_location): Extend the comment for line_number.
10480         Replace the field source_file by field symtab, extend its comment.
10481         (breakpoint_free_objfile): New declaration.
10482         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10483         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10484         field source_file references by symtab field references.
10485
10486 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10487
10488         Replace xfullpath calls by gdb_realpath calls.
10489         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10490         function comment.
10491         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10492         Remove it from the iterate_over_some_symtabs call.
10493         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10494         Remove it from the dw2_map_expand_apply calls, remove a block handling
10495         it.
10496         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10497         Remove it from the iterate_over_some_symtabs call.
10498         (partial_map_symtabs_matching_filename): Remove parameter full_path.
10499         Remove it from the partial_map_expand_apply calls, remove a block
10500         handling it.  Drop gdb_realpath call and cleanups from the real_path
10501         handling.
10502         * source.c (openp): Drop the comment part about xfullpath.  Replace
10503         xfullpath calls by gdb_realpath calls.
10504         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10505         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10506         from method map_symtabs_matching_filename and its comment.
10507         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10508         gdb_realpath call.
10509         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10510         remove it also from the function comment, remove a block handling it.
10511         Drop gdb_realpath call and cleanups from the real_path handling.
10512         (iterate_over_symtabs): Drop variable full_path and its use.
10513         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10514         * utils.c (xfullpath): Remove.
10515         * utils.h (xfullpath): Remove.
10516
10517 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
10518
10519         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10520         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10521         (ALLDEPFILES): Add ppc64-tdep.c.
10522         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10523         ppc64-tdep.o to gdb_target_obs.
10524         * ppc64-tdep.h: New file.
10525         * ppc64-tdep.c: New file.
10526         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10527         ppc-linux-tdep.c to here.
10528         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10529         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10530         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10531         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10532         from ppc-linux-tdep.c to here.
10533         (ppc64_convert_from_func_ptr_addr): Rename from
10534         ppc64_linux_convert_from_func_ptr_addr to
10535         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10536         here.
10537         * rs6000-tdep.c:
10538         (read_insn): Move from ppc-linux-tdep.c to here.
10539         (insns_match_pattern, insn_d_field, insn_ds_field): Move
10540         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10541         * ppc-linux-tdep.c: Include ppc64-tdep.h.
10542         Removed above functions.
10543         (ppc_linux_init_abi): Adjust.
10544
10545 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10546
10547         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10548
10549 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10550
10551         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10552
10553 2013-02-01  Pedro Alves  <palves@redhat.com>
10554
10555         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10556         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10557
10558 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10559
10560         * elfread.c (elf_symfile_read): Limit separate debug info additions to
10561         files with no separate debug info.
10562         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10563         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10564         only for files with no separate debug info.
10565
10566 2013-01-31  Tom Tromey  <tromey@redhat.com>
10567
10568         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10569         change type.
10570         (struct jit_program_space_data): Rename from jit_inferior_data.
10571         Update comments.
10572         (get_jit_program_space_data): Rename from get_jit_inferior_data.
10573         Change return type.  Attach data to program space.
10574         (jit_program_space_data_cleanup): Rename from
10575         jit_inferior_data_cleanup; change argument type.
10576         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10577         change type.
10578         (jit_register_code): Update.
10579         (jit_update_inferior_cache): Remove.
10580         (jit_breakpoint_deleted): Get jit data from the location's program
10581         space.
10582         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10583         'ps_data', change type.
10584         (jit_inferior_init, jit_breakpoint_re_set_internal)
10585         (jit_event_handler): Update.
10586         (free_objfile_data): Get data from objfile's program space.
10587         (_initialize_jit): Update.
10588
10589 2013-01-31  Tom Tromey  <tromey@redhat.com>
10590
10591         PR gdb/13987:
10592         * jit.c (struct jit_inferior_data) <cached_code_address,
10593         jit_breakpoint>: New fields.
10594         (jit_breakpoint_re_set_internal): Fix logging.  Only create
10595         breakpoint if cached address has changed.
10596         (jit_update_inferior_cache, jit_breakpoint_deleted): New
10597         functions.
10598         (_initialize_jit): Register breakpoint deleted observer.
10599
10600 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10601
10602         * infrun.c (handle_syscall_event): Remove unused gdbarch.
10603         (save_infcall_suspend_state): Ifdef out unused inf.
10604         (restore_infcall_suspend_state): Ifdef out unused inf.
10605         * jit.c (jit_register_code): Remove unused i, b, inf_data.
10606         (jit_frame_sniffer): Remove unused inf_data.
10607
10608 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10609
10610         * c-exp.y (classify_inner_name): Remove unused type.
10611         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10612         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10613         need_escape.
10614         (c_get_string): Remove unused kind.
10615         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10616
10617 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10618
10619         * charset.c (intermediate_encoding): Remove unused i.
10620         * completer.c (signal_completer): Remove unused i.
10621         * continuations.c (discard_my_continuations_1): Remove unused
10622         continuation_ptr.
10623         * corelow.c (core_close): Remove unuseD name.
10624         (get_core_siginfo): Remove unused pid.
10625         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10626         i, cps.
10627         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10628         (loclist_describe_location): Remove unused first.
10629         * event-top.c (command_line_handler): Remove unused got_eof.
10630         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10631         (resize_section_table): Remove unused old_value.
10632         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10633         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10634         * i386-tdep.c (i386_process_record): Remove unused rex.
10635         * infcmd.c (get_return_value): Remove unused uiout.
10636         * jv-lang.c (type_from_class): Remove unused is_array.
10637         * jv-valprint.c (java_val_print): Remove unused i.
10638         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10639         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10640         * m2-typeprint.c (m2_print_type): Remove unused code.
10641         * macroexp.c (get_character_constant): Remove unused body_start.
10642         (macro_stringify): Remove unused result.
10643         * objc-lang.c (find_methods): Remove unused gdbarch.
10644         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10645         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10646         * stack.c (print_frame_args): Remove unused summary.
10647         * thread.c (thread_apply_command): Remove unused p.
10648         * valarith.c (value_x_unop): Remove unused mangle_ptr.
10649         * valops.c (search_struct_method): Remove unused skip.
10650         * valprint.c (generic_val_print): Remove unused byte_order.
10651         * varobj.c (varobj_update): Remove unused changed.
10652         * cli/cli-cmds.c (complete_command): Remove unused next_item.
10653         (alias_command): Remove unused c.
10654         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10655         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10656         format.
10657         (mi_cmd_data_write_memory): Remove unused word_format.
10658         (mi_cmd_data_write_memory_bytes): Remove unused r.
10659         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10660         p_start, p_end.
10661         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10662         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10663         line_width.
10664
10665 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10666
10667         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10668         * symtab.c (iterate_over_symtabs): Remove unused s.
10669         (find_pc_sect_symtab): Remove unused pspAce.
10670         (find_pc_sect_line): Remove unused alt_symtab.
10671         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10672         (completion_list_add_name): Remove unused newsize.
10673
10674 2013-01-31  Tom Tromey  <tromey@redhat.com>
10675
10676         PR c++/14998:
10677         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10678         TYPE_CODE_FUNC.
10679
10680 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10681
10682         * target.c (target_read_string): Remove unused origlen.
10683
10684 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10685
10686         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10687         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10688         * ax-general.c (ax_print): Remove unused is_float.
10689         * blockframe.c (block_innermost_frame): Remove unused start, end.
10690         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10691
10692 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10693
10694         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10695         (svr4_read_so_list): Remove unused lmo.
10696         * solib-target.c (solib_target_relocate_section_addresses): Remove
10697         unused flags.
10698
10699 2013-01-30  Tom Tromey  <tromey@redhat.com>
10700
10701         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10702
10703 2013-01-30  Tom Tromey  <tromey@redhat.com>
10704
10705         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10706         * utils.c (gnu_debuglink_crc32): Remove.
10707         * utils.h (gnu_debuglink_crc32): Don't declare.
10708
10709 2013-01-30  Tom Tromey  <tromey@redhat.com>
10710
10711         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10712         (read_structure_type, read_enumeration_type): Remove cast.
10713
10714 2013-01-30  Tom Tromey  <tromey@redhat.com>
10715
10716         * dwarf2read.c (read_namespace_type): Remove cast.
10717         (read_typedef): Likewise.
10718
10719 2013-01-29  Tom Tromey  <tromey@redhat.com>
10720
10721         * dwarf2read.c (free_dwo_file): Remove assert.
10722
10723 2013-01-29  Tom Tromey  <tromey@redhat.com>
10724
10725         * value.c (deprecated_set_value_modifiable): Remove.
10726         * value.h (deprecated_set_value_modifiable): Remove.
10727
10728 2013-01-28  Doug Evans  <dje@google.com>
10729
10730         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10731         to addresses from dwo files.
10732
10733 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
10734
10735         * valops.c (find_overload_match): Remove unused argument 'lax'.
10736         * value.h: Remove unused argument 'lax' from the declaration of
10737         find_overload_match.
10738         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10739         to find_overload_match.
10740         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10741         argument to find_overload_match.
10742
10743 2013-01-25  Tom Tromey  <tromey@redhat.com>
10744
10745         * dwarf2read.c (processing_has_namespace_info): Remove.
10746         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10747         (process_die, read_func_scope, dwarf2_start_symtab)
10748         (new_symbol_full): Update.
10749
10750 2013-01-25  Tom Tromey  <tromey@redhat.com>
10751
10752         * cp-namespace.c (cp_set_block_scope): Remove.
10753         * cp-support.h (cp_set_block_scope): Remove.
10754         * dbxread.c: Include block.h.
10755         (cp_set_block_scope): New function.
10756         (process_one_symbol): Update.
10757         * dwarf2read.c (read_func_scope): Use block_set_scope.
10758
10759 2013-01-25  Pedro Alves  <palves@redhat.com>
10760
10761         * remote.c (add_current_inferior_and_thread): Tweak comment.
10762
10763 2013-01-25  Tom Tromey  <tromey@redhat.com>
10764
10765         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10766         (cp_add_using_directive): Add 'copy_names' argument.
10767         * cp-support.h (cp_add_using_directive): Update.
10768         (struct using_direct) <import_src, import_dest, alias,
10769         declaration>: Now const.
10770         * dwarf2read.c (read_import_statement): Use obconcat.
10771         Don't copy names passed to cp_add_using_directive.
10772
10773 2013-01-25  Tom Tromey  <tromey@redhat.com>
10774
10775         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10776
10777 2013-01-25  Pedro Alves  <palves@redhat.com>
10778
10779         * remote.c (stop_reply_extract_thread): New.
10780         (add_current_inferior_and_thread): New parameter 'wait_status'.
10781         Handle it.
10782         (remote_start_remote): Pass wait status to
10783         add_current_inferior_and_thread.
10784         (extended_remote_run): Update comment.
10785         (extended_remote_create_inferior_1): Pass wait status to
10786         add_current_inferior_and_thread.
10787
10788 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
10789             Ulrich Weigand  <uweigand@de.ibm.com>
10790
10791         * valarith.c (value_vector_widen): New function for replicating a
10792         scalar into a vector.
10793         (value_binop): Use value_vector_widen to widen scalar to vector
10794         rather than casting, this better matches gcc C behaviour.
10795         * valops.c (value_casst): Update logic for casting between vector
10796         types, and for casting from scalar to vector, try to match gcc C
10797         behaviour.
10798         * value.h (value_vector_widen): Declare.
10799         * opencl-lang.c (opencl_value_cast): New opencl specific casting
10800         function, handle special case for casting scalar to vector.
10801         (opencl_relop): Use opencl_value_cast.
10802         (evaluate_subexp_opencl): Use opencl_value_cast instead of
10803         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10804         in order to use opencl_value_cast.
10805
10806 2013-01-25  Yao Qi  <yao@codesourcery.com>
10807
10808         * event-loop.c: Include "queue.h".
10809         (gdb_event_p): New typedef.
10810         (DECLARE_QUEUE_P): Use.
10811         (DEFINE_QUEUE_P): Use.
10812         (async_queue_event): Remove.
10813         (gdb_event_xfree): New.
10814         (initialize_event_loop): New.
10815         (process_event): Use QUEUE macros.
10816         (event_queue): Remove.
10817         (gdb_wait_for_event): Caller update.
10818         (check_async_event_handlers): Likewise.
10819         (poll_timers): Likewise.
10820         * event-loop.h (initialize_event_loop): Declare.
10821         * event-loop.c (gdb_event_xfree): New.
10822         * top.c (gdb_init): Call initialize_event_loop.
10823
10824 2013-01-25  Yao Qi  <yao@codesourcery.com>
10825
10826         * event-loop.c (async_queue_event): Remove one parameter
10827         'position'.  Remove code handling 'position' == TAIL.
10828         (gdb_wait_for_event): Caller update.
10829         (check_async_event_handlers): Caller update.
10830         (poll_timers): Caller update.
10831         * event-loop.h (enum queue_position): Remove.
10832
10833 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
10834
10835         * MAINTAINERS: Update my email.
10836
10837 2013-01-25  Yao Qi  <yao@codesourcery.com>
10838
10839         * main.c (print_gdb_help): Remove "--epoch" from the help
10840         message.
10841
10842 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
10843
10844         * symtab.c (skip_prologue_using_sal): Consider a file
10845         change the same as an increased line number
10846
10847 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10848
10849         * MAINTAINERS (Write After Approval): Add myself to the list.
10850
10851 2013-01-24  Tom Tromey  <tromey@redhat.com>
10852
10853         * ada-lang.h (ada_decode_symbol): Make return type const.
10854         * ada-lang.c (ada_decode_symbol): Likewise.
10855
10856 2013-01-23  Doug Evans  <dje@google.com>
10857
10858         * linespec.c (find_linespec_symbols): Make static.
10859
10860 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10861
10862         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10863         type on float conversion for complex type.
10864
10865 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
10866
10867         Add a new class gdb.Architecture which exposes GDB's
10868         internal representation of architecture via GDB Python API.
10869         * Makefile.in: Add entries corresponding to the new file
10870         python/py-arch.c.
10871         * NEWS (Python Scripting): Add entries for the new class
10872         gdb.Architecture and the new method gdb.Frame.architecture.
10873         * python/py-arch.c: Implement gdb.Architecture class.
10874         * python/py-frame.c (frapy_arch): Implement the method
10875         gdb.Frame.architecture().
10876         (frame_object_methods): Add 'architecture' to the method table.
10877         * python/python-internal.h: Add declarations of new utility
10878         functions.
10879         * python/python.c (_initialize_python): Initialize
10880         gdb.Architecture class.
10881
10882 2013-01-23  Doug Evans  <dje@google.com>
10883
10884         Work around binutils/15021.
10885         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10886         type_unit_group out of union s.  All uses updated.
10887         (read_index_from_section): Watch for index version 8.
10888         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10889         an imported symtab.
10890         (write_psymtabs_to_index): Increment version number to 8.
10891
10892 2013-01-22  Pedro Alves  <palves@redhat.com>
10893
10894         * annotate.c (breakpoint_changed): Skip if breakpoint is not
10895         user-visible.
10896
10897 2013-01-22  Pedro Alves  <palves@redhat.com>
10898
10899         * annotate.c (annotate_breakpoints_changed): Rename to ...
10900         (annotate_breakpoints_invalid): ... this.  Make static.
10901         (breakpoint_changed): Adjust.
10902         (_initialize_annotate): Always install the observers.  Install a
10903         "breakpoint_created" observer.
10904         * annotate.h (annotate_breakpoints_changed): Delete declaration.
10905         * breakpoint.c (set_breakpoint_condition)
10906         (breakpoint_set_commands, do_map_commands_command)
10907         (init_raw_breakpoint, clear_command, set_ignore_count)
10908         (enable_breakpoint_disp): No longer call
10909         annotate_breakpoints_changed.
10910
10911 2013-01-22  Pedro Alves  <palves@redhat.com>
10912
10913         * annotate.c: Include "inferior.h".
10914         (frames_invalid_emitted)
10915         (breakpoints_invalid_emitted): New globals.
10916         (async_background_execution_p): New function.
10917         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10918         emitting the annotation if it has already been emitted.
10919         (annotate_display_prompt): New function.
10920         * annotate.h (annotate_display_prompt): New declaration.
10921         * event-top.c: Include annotate.h.
10922         (display_gdb_prompt): Call annotate_display_prompt.
10923
10924 2013-01-22  Pedro Alves  <palves@redhat.com>
10925
10926         * annotate.c (ignore_count_changed): Delete.
10927         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10928         (annotate_ignore_count_change): Delete.
10929         (annotate_stopped): Don't emit a delayed breakpoints-changed
10930         annotation.
10931         * annotate.h (annotate_ignore_count_change): Delete.
10932         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10933         annotate_ignore_count_change.
10934
10935 2013-01-22  Tom Tromey  <tromey@redhat.com>
10936
10937         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10938         require_rvalue for a register location.
10939
10940 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
10941
10942         * breakpoint.c (print_one_breakpoint_location): Add MI
10943         field 'thread-groups' when printing a breakpoint.
10944         (output_thread_groups): New function.
10945
10946 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
10947
10948         * python/lib/gdb/commands/explore.py
10949         (CompoundExplorer.explore_expr): Correct the name of a method
10950         being invoked.
10951         (ExploreTypeCommand.invoke): Add a missing 'return'.
10952
10953 2013-01-21  Tom Tromey  <tromey@redhat.com>
10954
10955         * gdb_obstack.h (obconcat): Move declaration here, from...
10956         * symfile.h (obconcat): ... here.
10957         * gdb_obstack.c: New file.
10958         (obconcat): Move from...
10959         * symfile.c (obconcat): ... here.
10960         * Makefile.in (SFILES): Add gdb_obstack.c.
10961         (COMMON_OBS): Add gdb_obstack.o.
10962
10963 2013-01-21  Tom Tromey  <tromey@redhat.com>
10964
10965         * symfile.h (obsavestring): Don't declare.
10966         * symfile.c (obsavestring): Remove.
10967         * ada-exp.y: Use obstack_copy0, not obsavestring.
10968         * ada-lang.c: Use obstack_copy0, not obsavestring.
10969         * coffread.c: Use obstack_copy0, not obsavestring.
10970         * cp-namespace.c: Use obstack_copy0, not obsavestring.
10971         * dbxread.c: Use obstack_copy0, not obsavestring.
10972         * dwarf2read.c: Use obstack_copy0, not obsavestring.
10973         * jit.c: Use obstack_copy0, not obsavestring.
10974         * mdebugread.c: Use obstack_copy0, not obsavestring.
10975         * psymtab.c: Use obstack_copy0, not obsavestring.
10976         * stabsread.c: Use obstack_copy0, not obsavestring.
10977         * xcoffread.c: Use obstack_copy0, not obsavestring.
10978
10979 2013-01-21  Tom Tromey  <tromey@redhat.com>
10980
10981         * dwarf2read.c (fixup_go_packaging): Save package name
10982         on objfile obstack.
10983         * gdbtypes.c (init_type): Don't copy name.
10984
10985 2013-01-21  Tom Tromey  <tromey@redhat.com>
10986
10987         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10988         const.
10989         (struct attribute) <u.str>: Now const.
10990         (struct fnfieldlist) <name>: Now const.
10991         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10992         (partial_die_parent_scope): Make return type const.
10993         (partial_die_full_name, add_partial_symbol): Update.
10994         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10995         'name' const.
10996         (find_file_and_directory): Make 'name' and 'comp_dir' const.
10997         (read_file_scope, read_func_scope, dwarf2_add_field)
10998         (dwarf2_add_member_fn, read_structure_type)
10999         (process_enumeration_scope, read_array_type, read_module_type)
11000         (read_base_type, read_subrange_type): Update.
11001         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11002         (new_symbol_full, guess_full_die_structure_name): Update.
11003         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
11004         (dwarf2_name): Return const type.
11005         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11006         const.
11007
11008 2013-01-21  Tom Tromey  <tromey@redhat.com>
11009
11010         * gdbtypes.c (init_type): Make 'name' const.
11011         * gdbtypes.h (init_type): Update.
11012
11013 2013-01-21  Tom Tromey  <tromey@redhat.com>
11014
11015         * buildsym.c (patch_subfile_names): Use set_last_source_file.
11016         (start_symtab): Make 'name' and 'dirname' const.  Use
11017         set_last_source_file.
11018         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11019         (last_source_file): Define.  Now static.
11020         (set_last_source_file, get_last_source_file): New functions.
11021         * buildsym.h (last_source_file): Don't declare.
11022         (start_symtab): Update.
11023         (set_last_source_file, get_last_source_file): Declare.
11024         * coffread.c (complete_symtab): Use set_last_source_file.
11025         (coff_end_symtab): Likewise.
11026         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11027         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11028         set_last_source_file.
11029         (process_one_symbol): Use get_last_source_file.
11030         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11031         (psymtab_to_symtab_1): Use get_last_source_file.
11032         * xcoffread.c (process_linenos): Use get_last_source_file.
11033         (complete_symtab): Use set_last_source_file.
11034         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11035         (scan_xcoff_symtab): Use set_last_source_file.
11036
11037 2013-01-21  Tom Tromey  <tromey@redhat.com>
11038
11039         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11040         (symbol_set_names): Remove casts.  Handle field const-ness.
11041
11042 2013-01-21  Tom Tromey  <tromey@redhat.com>
11043
11044         * dwarf2read.c (new_symbol_full): Remove cast.
11045         * symtab.c (symbol_set_demangled_name): Make 'name' const.
11046         * symtab.h (symbol_set_demangled_name): Update.
11047
11048 2013-01-21  Tom Tromey  <tromey@redhat.com>
11049
11050         * main.c (captured_main): Call bfd_init.
11051
11052 2013-01-21  Tom Tromey  <tromey@redhat.com>
11053
11054         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11055         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11056         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11057         * NEWS: Update.
11058
11059 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11060
11061         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11062
11063 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11064
11065         Fix gdb.fortran/common-block.exp crash in PIE mode.
11066         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11067         LOC_COMMON_BLOCK.
11068         * f-valprint.c (info_common_command_for_block): Expect
11069         LOC_COMMON_BLOCK in gdb_assert.
11070         * symtab.h (struct general_symbol_info): Update comment for the
11071         common_block member.
11072         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11073         (enum address_class): New member LOC_COMMON_BLOCK.
11074
11075 2013-01-18  David Blaikie  <dblaikie@gmail.com>
11076
11077         * MAINTAINERS (Write After Approval): Add "David Blaikie".
11078
11079 2013-01-18  Tom Tromey  <tromey@redhat.com>
11080
11081         PR c++/14999:
11082         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11083         Call require_rvalue.
11084
11085 2013-01-18  Yao Qi  <yao@codesourcery.com>
11086
11087         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11088         (dbx_read_symtab): New declaration.
11089         (dbx_psymtab_to_symtab): Delete.
11090         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11091         Rename parameter PST to SELF.  Exchanged two parameters.
11092         (start_psymtab): Caller update.
11093         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11094         (dwarf2_read_symtab): New declaration.
11095         (dwarf2_psymtab_to_symtab): Delete.
11096         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11097         Rename parameter PST to SELF.  Exchanged two parameters.
11098         (create_partial_symtab): Caller update.
11099         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11100         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11101         Rename parameter PST to SELF.  Exchanged two parameters.
11102         (parse_partial_symbols, new_psymtab): Caller update.
11103         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11104         two parameters.
11105         * psymtab.c (psymtab_to_symtab): Caller update.
11106         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11107         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11108         Rename parameter PST to SELF.  Exchanged two parameters.
11109         (xcoff_start_psymtab): Caller update.
11110
11111 2013-01-18  Yao Qi  <yao@codesourcery.com>
11112
11113         * infrun.c (proceed): Rename local variable 'oneproc' to
11114         'force_step'.
11115
11116 2013-01-17  Doug Evans  <dje@google.com>
11117
11118         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11119         (dw2_build_type_unit_groups): Delete.  All uses updated.
11120
11121         * symtab.h (struct symbol_search): Add comment.
11122
11123 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11124
11125         * symtab.c (compare_filenames_for_search): New comment for
11126         HAS_DRIVE_SPEC.
11127
11128 2013-01-17  Tom Tromey  <tromey@redhat.com>
11129
11130         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11131
11132 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11133
11134         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11135         initialize it by existing make_cleanup.  Call new do_cleanups.
11136
11137 2013-01-17  Tom Tromey  <tromey@redhat.com>
11138
11139         * cp-abi.c (cp_abi_completer): New function.
11140         (_initialize_cp_abi): Set completer for "set cp-abi".
11141
11142 2013-01-17  Tom Tromey  <tromey@redhat.com>
11143
11144         * mem-break.c: Remove obsolete comment.
11145         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11146
11147 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11148
11149         * jit.c (jit_reader_load_command): Interpret the jit reader name
11150         as an absolute path if it begins with a forward slash.
11151
11152 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11153
11154         PR gdb/14550
11155
11156         * jit.c (finalize_symtab): Ensure that only the global block has a
11157         NULL superblock.
11158
11159 2013-01-17  Pedro Alves  <palves@redhat.com>
11160
11161         * acinclude.m4: Include ../config/plugins.m4,
11162         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
11163         * Makefile.in (aclocal_m4_deps): Update.
11164         * aclocal.m4: Renegerate.
11165
11166 2013-01-16  Doug Evans  <dje@google.com>
11167
11168         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
11169
11170 2013-01-16  Pedro Alves  <palves@redhat.com>
11171             Tom Tromey  <tromey@redhat.com>
11172
11173         PR cli/7221:
11174         * NEWS: Add "catch signal".
11175         * breakpoint.c (base_breakpoint_ops): No longer static.
11176         (bpstat_explains_signal): New function.
11177         (init_catchpoint): No longer static.
11178         (base_breakpoint_explains_signal): New function.
11179         (base_breakpoint_ops): Initialize new field.
11180         * breakpoint.h (enum bpstat_signal_value): New.
11181         (struct breakpoint_ops) <explains_signal>: New field.
11182         (bpstat_explains_signal): Remove macro, declare as function.
11183         (base_breakpoint_ops, init_catchpoint): Declare.
11184         * break-catch-sig.c: New file.
11185         * inferior.h (signal_catch_update): Declare.
11186         * infrun.c (signal_catch): New global.
11187         (handle_syscall_event): Update for change to
11188         bpstat_explains_signal.
11189         (handle_inferior_event): Likewise.  Always handle random signals
11190         via bpstats.
11191         (signal_cache_update): Check signal_catch.
11192         (signal_catch_update): New function.
11193         (_initialize_infrun): Initialize signal_catch.
11194         * Makefile.in (SFILES): Add break-catch-sig.c.
11195         (COMMON_OBS): Add break-catch-sig.o.
11196
11197 2013-01-16  Tom Tromey  <tromey@redhat.com>
11198
11199         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11200         (print_one_catch_solib, print_one_catch_syscall)
11201         (print_one_catch_exec, print_one_exception_catchpoint): Emit
11202         "catch-type".
11203
11204 2013-01-16  Yao Qi  <yao@codesourcery.com>
11205
11206         * printcmd.c (current_display_number): Make it static.
11207
11208 2013-01-16  Yao Qi  <yao@codesourcery.com>
11209
11210         * infcmd.c (step_once): Don't check '!single_inst' as it was
11211         checked before.
11212
11213 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11214
11215         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11216
11217 2013-01-14  Tom Tromey  <tromey@redhat.com>
11218
11219         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11220         set command.
11221         * command.h (add_setshow_string_noescape_cmd): Update.
11222         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11223         (complete_set_gnutarget): New function.
11224         (_initialize_core): Set the "set gnutarget" completer.
11225
11226 2013-01-14  Tom Tromey  <tromey@redhat.com>
11227
11228         PR symtab/14442:
11229         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11230         (c_type_print_modifier): Likewise.
11231         * dwarf2read.c (read_tag_restrict_type): New function.
11232         (read_type_die_1): Handle DW_TAG_restrict_type.
11233         * gdbtypes.c (make_restrict_type): New function.
11234         (recursive_dump_type): Handle TYPE_RESTRICT.
11235         * gdbtypes.h (enum type_flag_values): Renumber.
11236         (enum type_instance_flag_value): Add
11237         TYPE_INSTANCE_FLAG_RESTRICT.
11238         (TYPE_RESTRICT): New macro.
11239         (make_restrict_type): Declare.
11240
11241 2013-01-14  Tom Tromey  <tromey@redhat.com>
11242
11243         PR symtab/14931:
11244         * psymtab.c (struct psymtab_state): New.
11245         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11246         functions.
11247         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11248         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11249
11250 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
11251             Pedro Alves  <palves@redhat.com>
11252
11253         PR remote/14786
11254
11255         * remote.c (remote_threads_info): Make a copy of the reply from
11256         qfThreadInfo and use that instead of rs->buf.
11257
11258 2013-01-14  Yao Qi  <yao@codesourcery.com>
11259
11260         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11261         (dbx_psymtab_to_symtab): Likewise.
11262         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11263         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11264         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11265
11266 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11267
11268         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
11269         make_cleanup_restore_current_language.  Call set_language.  Move
11270         OLD_CHAIN and INNER_CHAIN cleanups.
11271         * utils.c (do_restore_current_language)
11272         (make_cleanup_restore_current_language): New functions.
11273         * utils.h (make_cleanup_restore_current_language): New declaration.
11274
11275 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11276
11277         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11278         non-existing files.
11279
11280         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11281         non-existing files if FILENAME is already absolute.
11282
11283 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11284
11285         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11286         fputs_filtered.  Append trailing newline.
11287
11288 2013-01-11  Yao Qi  <yao@codesourcery.com>
11289             Stan Shebs  <stan@codesourcery.com>
11290
11291         * psymtab.c (init_psymbol_list): Clarify the comment.
11292
11293 2013-01-11  Yao Qi  <yao@codesourcery.com>
11294
11295         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11296         (update_dprintf_command_list): Assert that 'printf_line' is
11297         non-null.  Remove condition check.
11298
11299 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11300
11301         Code cleanup.
11302         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11303         type const char *.
11304         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11305         const char *.
11306         * tui/tui-source.h (tui_source_is_displayed): Likewise.
11307
11308 2013-01-09  Anthony Green  <green@moxielogic.com>
11309
11310         * cp-abi.c (cplus_print_vtable): Don't return value from void
11311         function.
11312         * ada-lang.c (re_set_catch_assert): Ditto.
11313
11314 2013-01-09  Doug Evans  <dje@google.com>
11315
11316         * symfile.h (quick_symbol_functions): Delete member
11317         pre_expand_symtabs_matching.  All uses removed.
11318         * dwarf2read.c (dw2_lookup_symbol): Implement.
11319         (dw2_do_expand_symtabs_matching): Delete.
11320         (dw2_pre_expand_symtabs_matching): Delete.
11321         (struct dw2_symtab_iterator): New type.
11322         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11323         (dw2_expand_symtabs_for_function): Rewrite.
11324         (dwarf2_gdb_index_functions): Update.
11325         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11326         (psym_functions): Update.
11327
11328 2013-01-09  Tom Tromey  <tromey@redhat.com>
11329
11330         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11331         * configure: Rebuild.
11332         * configure.ac: Add somread.o to the build if BFD has SOM
11333         support.
11334         * somread.c: Include som/aout.h, not syms.h.
11335         (som_symtab_read): Use som_external_symbol_dictionary_record.
11336         Unpack records manually.
11337         (_initialize_somread): Declare.
11338
11339 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
11340
11341         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11342         Cast return_address to 64bits.
11343
11344 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
11345
11346         * printcmd.c: Remove define of function output_command.
11347         * tracepoint.c: Remove extern of function output_command.
11348         * valprint.h: (output_command): New extern.
11349
11350 2013-01-07  Tom Tromey  <tromey@redhat.com>
11351
11352         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11353         Remove.
11354         (objc_language_defn): Use c_printchar, c_printstr,
11355         c_emit_char.
11356
11357 2013-01-07  Tom Tromey  <tromey@redhat.com>
11358
11359         PR cli/7719:
11360         * NEWS: Update.
11361         * ada-valprint.c (printstr, print_field_values): Remove
11362         "inspect_it" code.
11363         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11364         code.
11365         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11366         code.
11367         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11368         * main.c (captured_main): Remove "epoch" argument.
11369         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11370         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11371         * p-valprint.c (pascal_object_print_value_fields): Remove
11372         "inspect_it" code.
11373         * printcmd.c (print_command_1): Remove 'inspect' argument.
11374         (print_command, call_command): Update.
11375         (inspect_command): Remove.
11376         (_initialize_printcmd): Make "inspect" an alias for "print".
11377         * top.c (epoch_interface): Remove.
11378         * top.h (epoch_interface): Remove.
11379         * valprint.c (user_print_options): Update.
11380         (print_converted_chars_to_obstack): Remove "inspect_it" code.
11381         * valprint.h (struct value_print_options) <inspect_it>: Remove
11382         field.
11383
11384 2013-01-04  Tom Tromey  <tromey@redhat.com>
11385
11386         * valprint.h (read_string): Add 'extern'.
11387
11388 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
11389
11390         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11391         used to decide whether to define darwin_read_dyld_info or not.
11392
11393 2013-01-03  Pierre Muller  <muller@sourceware.org>
11394
11395         * main.c (relocate_gdb_directory): Avoid calling stat function
11396         if DIR is empty.
11397
11398 2013-01-03  Yao Qi  <yao@codesourcery.com>
11399
11400         * psymtab.c (fixup_psymbol_section): Update declaration.
11401         (fixup_psymbol_section): Remove code returning value.
11402
11403 2013-01-03  Yao Qi  <yao@codesourcery.com>
11404
11405         * symtab.h: Remove some out of date comments.
11406          (enum exception_event_kind): Move it ...
11407         * breakpoint.c: ... here.
11408
11409 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
11410
11411         PR gdb/14405
11412         * darwin-nat.c (darwin_read_dyld_info): Only build if
11413         TASK_DYLD_INFO_COUNT is defined.
11414         (darwin_xfer_partial): Call darwin_read_dyld_info only if
11415         TASK_DYLD_INFO_COUNT is defined.
11416
11417 2013-01-02  Tom Tromey  <tromey@redhat.com>
11418
11419         * symfile.h (struct ecoff_debug_hack): Remove.
11420         * objfiles.c: Don't include mdebugread.h.
11421
11422 2013-01-02  Tom Tromey  <tromey@redhat.com>
11423
11424         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11425         * configure.ac: Check for Mach-O support in BFD.  Update
11426         CONFIG_OBS.
11427         * configure: Rebuild.
11428
11429 2013-01-02  Tom Tromey  <tromey@redhat.com>
11430
11431         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11432         * configure.ac: Use GDB_AC_CHECK_BFD.
11433         * configure: Rebuild.
11434
11435 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
11436
11437         * MAINTAINERS: Update my email.
11438
11439 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11440
11441         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11442
11443 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11444
11445         * rs6000-nat.c (bss_data_overlap): New function.
11446         (vmap_symtab): Use it to adjust the .bss section's offset.
11447
11448 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11449
11450         Update year range in copyright notice of all files.
11451
11452 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
11453
11454         * top.c (print_gdb_version): Update copyright year.
11455
11456 For older changes see ChangeLog-2012.
11457 \f
11458 Local Variables:
11459 mode: change-log
11460 left-margin: 8
11461 fill-column: 74
11462 version-control: never
11463 coding: utf-8
11464 End: