Revert "2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>"
[external/binutils.git] / gdb / ChangeLog
1 2013-11-06  Muhammad Bilal  <mbilal@codesourcery.com>
2
3         PR cli/16122
4         * top.c (command_line_input): Unify interactivity tests to use
5         input_from_terminal_p.
6         * event-top.c (command_line_handler): Likewise.
7
8 2013-11-06  Yao Qi  <yao@codesourcery.com>
9
10         * Makefile.in (check-perf): New target.
11
12 2013-11-05  Will Newton  <will.newton@linaro.org>
13
14         PR gdb/7670
15         * arm-tdep.c (print_fpu_flags): Use filtered output routines.
16         (arm_print_float_info): Likewise.
17
18 2013-11-04  Anton Blanchard  <anton@samba.org>
19
20         * target.c (memory_xfer_partial): Cap write to 4KB.
21
22 2013-11-01  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
23
24         * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
25         probe scan even when the arch provides no get_longjmp_target.
26
27 2013-10-31  Pedro Alves  <palves@redhat.com>
28
29         * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
30         (handle_inferior_event) <TARGET_WAITKIND_FORKED,
31         TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
32         GDB_SIGNAL_TRAP, or clear it.  Pass GDB_SIGNAL_0 to
33         bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
34         <bpstat handling>: If the bpstat chain wants the signal to be
35         hidden, then set stop_signal to GDB_SIGNAL_0 instead of
36         GDB_SIGNAL_TRAP.
37
38 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
39
40         * breakpoint.c (update_watchpoint): Update error message and add
41         an additional error message.
42
43 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
44
45         * s390-tdep.h: Rename to...
46         * s390-linux-tdep.h: ...here.
47         * s390-tdep.c: Rename to...
48         * s390-linux-tdep.c: ...here.  Adjust #include.
49         * s390-nat.c: Rename to...
50         * s390-linux-nat.c: ...here.  Adjust #include.
51         * config/s390/s390.mh: Rename to...
52         * config/s390/linux.mh: ...here.  Reflect rename s390-nat.o ->
53         s390-linux-nat.o.
54         * configure.host: Reflect host rename "s390" -> "linux".
55         * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
56         * Makefile.in (ALL_TARGET_OBS): Likewise.
57         (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
58         s390-linux-tdep.h.
59         (ALLDEPFILES): Reflect rename of .c files.
60
61 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
62
63         * s390-nat.c: Whitespace cleanup.
64         * s390-tdep.c: Likewise.
65         * s390-tdep.h: Remove empty line at end of file.
66
67 2013-10-30  Maciej W. Rozycki  <macro@codesourcery.com>
68
69         * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
70         siginfo_size.
71
72 2013-10-29  Tom Tromey  <tromey@redhat.com>
73
74         * utils.c (reg): Move undefinition...
75         * gdb_curses.h: ... here.  Update comment to mention AIX.
76
77 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
78
79         * exec.h (add_target_sections_of_objfile): New declaration.
80         * exec.c (add_target_sections_of_objfile): New function.
81         * symfile.c (add_symbol_file_command): Update current target sections.
82         (remove_symbol_file_command): New command.
83         (symfile_free_objfile): New function.
84         (_initialize_symfile): Register observer for free_objfile events.
85         * NEWS: Add description of the remove-symbol-file command.
86         * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
87         * objfiles.c (free_objfile): Notify free_objfile.
88         (is_addr_in_objfile): New function.
89         * objfiles.h (is_addr_in_objfile): New declaration.
90         * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
91         events instead of solib_unloaded events.
92         (_initialize_printcmd): Register observer for free_objfile instead
93         of solib_unloaded notifications.
94         * solib.c (remove_user_added_objfile): New function.
95         (_initialize_symfile): Add remove-symbol-file.
96
97 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
98
99         * infcmd.c (default_print_one_register_info): Use val_print to
100         print all values even optimized out or unavailable ones.  Don't
101         try to print a raw form of optimized out or unavailable values.
102
103 2013-10-29  Yao Qi  <yao@codesourcery.com>
104
105         * auto-load.c (auto_load_pspace_data_cleanup): Get data from
106         parameter 'arg' instead of from program_space_data.
107         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
108         * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
109         * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
110         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
111         * inflow.c (inflow_inferior_data_cleanup): Get data from
112         parameter 'arg' instead of inferior_data.
113         * registry.h: Add comments.
114
115 2013-10-28  Pedro Alves  <palves@redhat.com>
116
117         * breakpoint.c (watchpoints_triggered)
118         <!target_stopped_data_address>: Hardcode return 1.
119
120 2013-10-28  Pedro Alves  <palves@redhat.com>
121
122         * infrun.c (process_event_stop_test): Remove unnecessary scoping
123         level and reindent.
124
125 2013-10-28  Pedro Alves  <palves@redhat.com>
126
127         * infrun.c (process_event_stop_test): New function, factored out
128         from handle_inferior_event.
129         (handle_inferior_event): 'process_event_stop_test' is now a
130         function instead of a goto label -- adjust.
131
132 2013-10-28  Pedro Alves  <palves@redhat.com>
133
134         * infrun.c (handle_inferior_event): Move process_event_stop_test
135         goto label to the else branch of the ecs->random_signal check,
136         along with FRAME and GDBARCH re-fetching.
137
138 2013-10-28  Pedro Alves  <palves@redhat.com>
139
140         * infrun.c (switch_back_to_stepped_thread): New function, factored
141         out from handle_inferior_event.
142         (handle_inferior_event): Adjust to call
143         switch_back_to_stepped_thread.  Call it also at the tail of the
144         random signal handling, and return, instead of also handling
145         random signals just before the stepping tests.
146
147 2013-10-28  Pedro Alves  <palves@redhat.com>
148
149         * infrun.c (clear_stop_func): Delete.
150         (handle_inferior_event): Don't call clear_stop_func and don't
151         clear 'ecs->random_signal'.
152
153 2013-10-27  Yao Qi  <yao@codesourcery.com>
154
155         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
156         (varobj_create, varobj_get_path_expr): Update.
157         (varobj_value_has_mutated, varobj_update): Likewise.
158         (create_child_with_value, new_root_variable): Likewise.
159         (number_of_children, name_of_variable): Likewise.
160         (value_of_child, my_value_of_variable): Likewise.
161         (varobj_value_is_changeable_p): Likewise.
162
163 2013-10-25  Yao Qi  <yao@codesourcery.com>
164
165         * language.h (struct lang_varobj_ops): Declare.
166         (struct language_defn) <la_varobj_ops>: New field.
167         * ada-lang.c: Include "varobj.h"
168         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
169         ada_varobj_ops.
170         * c-lang.c: Include "varobj.h"
171         (c_language_defn): Initialize field 'la_varobj_ops' with
172         c_varobj_ops.
173         (cplus_language_defn): Initialize field 'la_varobj_ops' with
174         cplus_varobj_ops.
175         (asm_language_defn): Initialize field 'la_varobj_ops' with
176         default_varobj_ops.
177         (minimal_language_defn): Likewise.
178         * d-lang.c (d_language_defn): Likewise.
179         * f-lang.c (f_language_defn): Likewise.
180         * go-lang.c (go_language_defn): Likewise.
181         * m2-lang.c (m2_language_defn): Likewise.
182         * objc-lang.c (objc_language_defn): Likewise.
183         * opencl-lang.c (opencl_language_defn): Likewise.
184         * p-lang.c (pascal_language_defn): Likewise.
185         * language.c (unknown_language_defn): Likewise.
186         (auto_language_defn): Likewise.
187         (local_language_defn): Likewise.
188         * jv-lang.c (java_language_defn): Initialize field
189         'la_varobj_ops' with java_varobj_ops.
190         * varobj.c (varobj_create): Update.
191         * varobj.h (default_varobj_ops): Define macro.
192
193 2013-10-25  Pedro Alves  <palves@redhat.com>
194
195         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
196         static field value.
197         (cp_print_static_field): If the value is entirely optimized out,
198         print <optimized out> here.
199         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
200         static field value.
201         * p-valprint.c (pascal_object_print_static_field): If the value is
202         entirely optimized out, print <optimized out> here.
203         * valops.c (do_search_struct_field)
204         (value_struct_elt_for_reference): No longer handle a NULL static
205         field value.
206         * value.c (value_static_field): Return an optimized out value
207         instead of NULL.
208
209 2013-10-25  Yao Qi  <yao@codesourcery.com>
210
211         * remote.c (remote_traceframe_info): Return early if
212         traceframe is not selected.
213
214 2013-10-25  Yao Qi  <yao@codesourcery.com>
215
216         * tracepoint.c (traceframe_fun): Remove.
217         (traceframe_sal): Remove.
218         (set_traceframe_context): Add local variables.
219
220 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
221
222         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
223         and parameter name.
224
225 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
226
227         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
228         failure from register information collection.
229
230 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
231
232         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
233         member.
234         (linux_corefile_thread_callback): Update accordingly.
235         (linux_make_corefile_notes): Likewise.
236
237 2013-10-24  Pedro Alves   <palves@redhat.com>
238
239         * NEWS (New options): Mention set/show startup-with-shell.
240         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
241         instead of 3.
242         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
243         startup-with-shell'.
244         (show_startup_with_shell): New function.
245         (_initialize_fork_child): Register the set/show startup-with-shell
246         commands.
247         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
248         * inf-ttrace.c (inf_ttrace_him): Remove comment.
249         * procfs.c (procfs_init_inferior): Remove comment.
250         * infcmd.c (startup_with_shell): New global.
251         * inferior.h (startup_with_shell): Declare global.
252         (STARTUP_WITH_SHELL): Delete.
253         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
254
255 2013-10-23  Pedro Alves  <palves@redhat.com>
256
257         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
258         * common/signals.c: Include "gdb_assert.h".
259         (signals): New field 'symbol'.
260         (SET): Use the 'symbol' parameter.
261         (gdb_signal_to_symbol_string): New function.
262         * infrun.c (handle_inferior_event) <random signal>: In debug
263         output, print the random signal enum as string in addition to its
264         number.
265         * target/waitstatus.c (target_waitstatus_to_string): Print the
266         signal's enum value as string instead of the (POSIX) signal name.
267
268 2013-10-23  Gary Benson  <gbenson@redhat.com>
269
270         PR 16013
271         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
272         from 32 to 18.  Adjusted fscanf format string accordingly.
273         (Avoids leaving cmd unterminated.)
274         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
275         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
276         that local_address and remote_address will not overflow.
277         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
278         leaving dependencies unterminated.  Parse size as "%u" to match
279         definition.
280
281 2013-10-22  Pedro Alves  <palves@redhat.com>
282
283         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
284         set ecs->random signal.
285
286 2013-10-22  Pedro Alves  <palves@redhat.com>
287
288         * infrun.c (keep_going): Update comments.
289
290 2013-10-22  Pedro Alves  <palves@redhat.com>
291
292         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
293         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
294
295 2013-10-22  Pedro Alves  <palves@redhat.com>
296
297         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
298         GDB_EXC_BAD_ACCESS.
299         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
300         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
301         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
302         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
303         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
304         (GDB_SIGNAL_LAST): Change description string.
305         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
306         Adjust to signal renaming.
307         * darwin-nat.c (darwin_decode_message): Likewise.
308
309 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
310
311         * MAINTAINERS (Write After Approval): Add myself to the list.
312
313 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
314
315         * breakpoint.c (update_watchpoint): If hardware watchpoints are
316         forced off, downgrade them to software watchpoints if possible,
317         and error out if not possible.
318         (watch_command_1): Move watchpoint type selection closer to
319         watchpoint creation, and extend the comments.
320
321 2013-10-18  Pedro Alves  <palves@redhat.com>
322
323         PR gdb/16062
324         * infrun.c (handle_inferior_event): Keep going if we got a random
325         signal we should not stop for, instead of falling through to the
326         step tests.
327
328 2013-10-18  Yao Qi  <yao@codesourcery.com>
329
330         * c-varobj.c (cplus_number_of_children): Fix indentation.
331
332 2013-10-17  Tom Tromey  <tromey@redhat.com>
333
334         PR gdb/15995:
335         * printcmd.c (printcmd): Call gdb_flush.
336
337 2013-10-17  Tom Tromey  <tromey@redhat.com>
338
339         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
340         (elf_locate_sections): Update.
341
342 2013-10-17  Yao Qi  <yao@codesourcery.com>
343
344         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
345         * ada-varobj.c: Remove the include of ada-varobj.h.
346         (ada_varobj_get_number_of_children): Declare.
347         (ada_varobj_get_name_of_child): Make it static.
348         (ada_varobj_get_path_expr_of_child): Likewise.
349         (ada_varobj_get_value_of_child): Likewise.
350         (ada_varobj_get_type_of_child): Likewise.
351         (ada_varobj_get_value_of_array_variable): Likewise.
352         * ada-varobj.h: Remove.
353
354 2013-10-17  Yao Qi  <yao@codesourcery.com>
355
356         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
357         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
358         * ada-varobj.c: Include "varobj.h".
359         (ada_number_of_children): New.  Moved from varobj.c.
360         (ada_name_of_variable, ada_name_of_child): Likewise.
361         (ada_path_expr_of_child, ada_value_of_child): Likewise.
362         (ada_type_of_child, ada_value_of_variable): Likewise.
363         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
364         (ada_varobj_ops): New.
365         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
366         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
367         * gdbtypes.h (get_target_type): Declare.
368         * varobj.c: Remove the inclusion of "ada-varobj.h" and
369         "ada-lang.h".
370         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
371         (ANONYMOUS_UNION_NAME): Likewise.
372         (get_type, get_value_type, get_target_type): Remove declarations.
373         (value_get_print_value, varobj_value_get_print_value): Likewise.
374         (c_number_of_children, c_name_of_variable): Likewise.
375         (c_name_of_child, c_path_expr_of_child): Likewise.
376         (c_value_of_child, c_type_of_child): Likewise.
377         (c_value_of_variable, cplus_number_of_children): Likewise.
378         (cplus_class_num_children, cplus_name_of_variable): Likewise.
379         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
380         (cplus_value_of_child, cplus_type_of_child): Likewise.
381         (cplus_value_of_variable, java_number_of_children): Likewise.
382         (java_name_of_variable, java_name_of_child): Likewise.
383         (java_path_expr_of_child, java_value_of_child): Likewise.
384         (java_type_of_child, java_value_of_variable): Likewise.
385         (ada_number_of_children, ada_name_of_variable): Likewise.
386         (ada_name_of_child, ada_path_expr_of_child): Likewise.
387         (ada_value_of_child, ada_type_of_child): Likewise.
388         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
389         (ada_value_has_mutated): Likewise.
390         (struct language_specific): Move it to varobj.h.
391         (CPLUS_FAKE_CHILD): Move it to varobj.h.
392         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
393         Callers update.
394         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
395         Make it extern.
396         (is_anonymous_child): Move it to c-varobj.c and rename to
397         varobj_is_anonymous_child.  Caller update.
398         (get_type): Move it to c-varobj.c.
399         (get_value_type): Rename it varobj_get_value_type.  Make it
400         extern.
401         (get_target_type): Move it gdbtypes.c.
402         (varobj_formatted_print_options): New function.
403         (value_get_print_value): Rename it to
404         varobj_value_get_print_value and make it extern.
405         (varobj_value_is_changeable_p): Make it extern.
406         (adjust_value_for_child_access): Move it to c-varobj.c.
407         (default_value_is_changeable_p): Rename it to
408         varobj_default_value_is_changeable_p.  Make it extern.
409         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
410         (c_name_of_child, c_path_expr_of_child): Likewise.
411         (c_value_of_child, c_type_of_child): Likewise.
412         (c_value_of_variable, cplus_number_of_children): Likewise.
413         (cplus_class_num_children, cplus_name_of_variable): Likewise.
414         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
415         (cplus_value_of_child, cplus_type_of_child): Likewise.
416         (cplus_value_of_variable): Likewise.
417         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
418         (java_name_of_child, java_path_expr_of_child): Likewise.
419         (java_value_of_child, java_type_of_child): Likewise.
420         (java_value_of_variable): Likewise.
421         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
422         (ada_name_of_child, ada_path_expr_of_child): Likewise.
423         (ada_value_of_child, ada_type_of_child): Likewise.
424         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
425         (ada_value_has_mutated): Likewise.
426         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
427         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
428         (c_varobj_ops, cplus_varobj_ops): Declare.
429         (java_varobj_ops, ada_varobj_ops): Declare.
430         (varobj_default_value_is_changeable_p): Declare.
431         (varobj_value_is_changeable_p): Declare.
432         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
433         (varobj_get_path_expr_parent): Declare.
434         (varobj_value_get_print_value): Declare.
435         (varobj_formatted_print_options): Declare.
436         (varobj_restrict_range): Declare.
437
438 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
439
440         * target/waitstatus.h (target_waitkind): Remove spurious
441         character from the comments.
442
443 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
444
445         * gdbarch.sh (get_longjmp_target): Add method documentation.
446         * gdbarch.h: Regenerate.
447
448 2013-10-16  Tom Tromey  <tromey@redhat.com>
449
450         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
451         label.
452
453 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
454
455         * gcore.in: Call GDB using the full path to the gcore script.
456         Error out if the GDB binary is not found.
457
458 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
459
460         PR gdb/16014
461         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
462         sizeof.
463
464 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
465
466         PR gdb/16042
467         * target.c (target_disable_btrace): Fix invalid return value for
468         void function.
469         (target_teardown_btrace): Likewise.
470
471 2013-10-14  Yao Qi  <yao@codesourcery.com>
472
473         * varobj.c (struct varobj): Move most of the fields to
474         varobj.h.
475         (struct varobj_dynamic): New struct.
476         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
477         (varobj_has_more): Likewise.
478         (dynamic_varobj_has_child_method): Likewise.
479         (update_dynamic_varobj_children): Likewise.
480         (varobj_get_num_children): Likewise.
481         (varobj_list_children, varobj_pretty_printed_p): Likewise.
482         (install_new_value_visualizer): Likewise.
483         (install_new_value_visualizer, install_new_value): Likewise.
484         (varobj_update, new_variable, free_variable): Likewise.
485         (my_value_of_variable, value_get_print_value): Likewise.
486         (install_visualizer): Change the type of parameter 'var' to
487         'struct varobjd_dynamic *'.  Callers update.
488         * varobj.h (struct varobj): Moved from varobj.c.
489         (struct varobj) <dynamic>: New field.
490
491 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
492
493         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
494         as the preferred name of r30.
495         * nios2-linux-tdep.c (reg_offsets): Likewise.
496         * features/nios2-cpu.xml: Likewise.
497         * features/nios2-linux.c: Regenerated.
498         * features/nios2.c: Regenerated.
499         * regformats/nios2-linux.dat: Regenerated.
500
501 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
502
503         Canonicalize directories for EXEC_FILENAME.
504         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
505         exec_filename.
506         * utils.c (gdb_realpath_keepfile): New function.
507         * utils.h (gdb_realpath_keepfile): New declaration.
508
509 2013-10-11  Doug Evans  <dje@google.com>
510
511         * Makefile.in (GDBFLAGS): New variable.
512         (run): New rule.
513
514 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
515
516         * NEWS: Add entry documenting the new "-catch-assert" and
517         "-catch-exception" GDB/MI commands.
518
519 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
520
521         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
522         "enabled".
523         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
524         "enabled".  Set B->ENABLE_STATE accordingly.
525         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
526         ada-lang.c.
527         (create_ada_exception_catchpoint): Add declaration.
528         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
529         (create_ada_exception_catchpoint): Make non-static. Add new
530         parameter "disabled". Use it in call to
531         init_ada_exception_breakpoint.
532         (catch_ada_exception_command): Add parameter "enabled" in call
533         to create_ada_exception_catchpoint.
534         (catch_assert_command): Likewise.
535
536         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
537         Add declarations.
538         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
539         "catch-exception" commands.
540         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
541         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
542
543 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
544
545         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
546         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
547         of all its enumerates with "ada_".  Update the rest of this
548         file throughout.
549
550 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
551
552         * ada-lang.c (ada_decode_exception_location): Delete.
553         (create_ada_exception_catchpoint): Remove arguments "sal",
554         "addr_string" and "ops".  Add argument "ex_kind" instead.
555         Adjust implementation accordingly, calling ada_exception_sal
556         to get the entities it no longer gets passed as arguments.
557         Document the function's arguments.
558         (catch_ada_exception_command): Use catch_ada_exception_command_split
559         instead of ada_decode_exception_location, and update call to
560         create_ada_exception_catchpoint.
561         (catch_ada_assert_command_split): Renames
562         ada_decode_assert_location.  Remove parameters "addr_string" and
563         "ops", and now returns void.  Adjust implementation accordingly.
564         Update the function documentation.
565         (catch_assert_command): Use catch_ada_assert_command_split
566         instead of ada_decode_assert_location.  Update call to
567         create_ada_exception_catchpoint.
568
569 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
570
571         * utils.h (perror_warning_with_name): Add declaration.
572         * utils.c (perror_warning_with_name): New function.
573         * cli/cli-cmds.c (source_script_with_search): Add call to
574         perror_warning_with_name if from_tty is nul.
575
576 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
577
578         * utils.c (perror_string): New function, extracted out of
579         throw_perror_with_name.
580         (throw_perror_with_name): Rework to use perror_string.
581
582 2013-10-11  Yao Qi  <yao@codesourcery.com>
583
584         * remote.c (discard_pending_stop_replies_in_queue): Update
585         declaration.
586         (struct stop_reply) <rs>: New field.
587         (remove_stop_reply_of_remote_state): New function.
588         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
589         Callers update.  Pass remove_stop_reply_of_remote_state to
590         QUEUE_iterate.
591         (remote_parse_stop_reply): Initialize field 'rs'.
592
593 2013-10-10  Will Newton  <will.newton@linaro.org>
594
595         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
596         linux_init_abi.
597
598 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
599
600         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
601         serial_baud_show_cmd.
602         (_initialize_cli_cmds): Delete the code creating the
603         "set/show remotebaud" commands.
604         * serial.c (baud_rate): Move here from top.c.
605         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
606         (_initialize_serial): Create "set/show serial baud" commands.
607         Add "set/show remotebaud" command aliases.
608         * top.c (baud_rate): Moved to serial.c.
609         * NEWS: Document the new "set/show serial baud" commands,
610         replacing "set/show remotebaud".
611
612 2013-10-09  Pedro Alves  <palves@redhat.com>
613
614         * breakpoint.c (insert_bp_location): Use memory_error_message to
615         build the memory error string.
616         * c-lang.c: Include "gdbcore.h".
617         (c_get_string): Use memory_error to throw error.
618         (target_xfer_memory_error): Delete.
619         (memory_error_message): New, factored out from
620         target_xfer_memory_error.
621         (memory_error): Change parameter type to target_xfer_error.
622         Rewrite.
623         (read_memory): Use memory_error instead of
624         target_xfer_memory_error.
625         * gdbcore.h: Include "target.h".
626         (memory_error): Change parameter type to target_xfer_error.
627         (memory_error_message): Declare function.
628         * target.c (target_read_memory, target_read_stack)
629         (target_write_memory, target_write_raw_memory): Return
630         TARGET_XFER_E_IO on error.  Adjust comments.
631         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
632         instead of EIO.
633         * target.h (target_read, target_insert_breakpoint)
634         (target_remove_breakpoint): Adjust comments.
635         * valprint.c (partial_memory_read): Rename parameter, and adjust
636         comment.
637         (val_print_string): Use memory_error_message to build the memory
638         error string.
639
640 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
641
642         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
643         result variable.  Rename variable fopen_e_ever_failed to
644         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
645
646 2013-10-09  Pedro Alves  <palves@redhat.com>
647
648         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
649         (monitor_write_memory_longlongs, monitor_write_memory_block):
650         Constify 'myaddr' parameter.
651         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
652         helper.
653         (monitor_xfer_partial): New function.
654         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
655         hook.  Install a to_xfer_partial hook.
656
657 2013-10-09  Tom Tromey  <tromey@redhat.com>
658
659         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
660         bfd_get_alt_debug_link_info.
661
662 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
663
664         New flag OBJF_NOT_FILENAME.
665         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
666         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
667         allocate_objfile.
668         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
669         symbol_file_add_from_bfd.
670         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
671         allocate_objfile.
672         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
673         NULL.
674         * objfiles.h (OBJF_NOT_FILENAME): New.
675
676 2013-10-08  Tom Tromey  <tromey@redhat.com>
677
678         * Makefile.in (SFILES): Add build-id.c.
679         (HFILES_NO_SRCDIR): Add build-id.h.
680         * build-id.c: New file, largely from elfread.c.  Modified
681         most functions.
682         * build-id.h: New file.
683         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
684         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
685         Search for dwz file using build-id.
686         * elfread.c (build_id_bfd_get, build_id_verify)
687         (build_id_to_debug_filename, find_separate_debug_file): Remove.
688
689 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
690
691         * ada-lang.c (compare_names_with_case): Renamed from
692         compare_names, adding a new parameter "casing" and its handling.
693         New function documentation.
694         (compare_names): New function, implemented using
695         compare_names_with_case.
696
697 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
698
699         * ada-lang.c (ada_exception_sal): Remove advance declaration.
700
701 2013-10-07  Tom Tromey  <tromey@redhat.com>
702
703         * objfiles.c (free_objfile_per_bfd_storage): Delete the
704         demangled_names_hash.
705         (free_objfile): Don't delete the demangled_names_hash.
706         * objfiles.h (struct objfile_per_bfd_storage)
707         <demangled_names_hash>: New field.
708         (struct objfile) <demangled_names_hash>: Move to
709         objfile_per_bfd_storage.
710         * symfile.c (reread_symbols): Don't delete the
711         demangled_names_hash.
712         * symtab.c (create_demangled_names_hash): Update.
713         (symbol_set_names): Update.
714
715 2013-10-07  Tom Tromey  <tromey@redhat.com>
716
717         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
718         needs_relocations>: New fields.
719         (gdb_bfd_requires_relocations): New function.
720         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
721         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
722         the BFD needs relocations applied.
723
724 2013-10-07  Pedro Alves  <palves@redhat.com>
725
726         PR breakpoints/11568
727         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
728         the thread list" instead of "gone".
729
730 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
731
732         * NEWS: Mention new convenience variable $_exitsignal.
733         * corelow.c (core_open): Reset exit convenience variables.  Set
734         $_exitsignal to the uncaught signal which generated the corefile.
735         * infrun.c (handle_inferior_event): Reset exit convenience
736         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
737         (clear_exit_convenience_vars): New function.
738         * inferior.h (clear_exit_convenience_vars): New prototype.
739
740 2013-10-06  Yao Qi  <yao@codesourcery.com>
741
742         * varobj.h: Add comments to enum varobj_languages.
743
744 2013-10-04  Doug Evans  <dje@google.com>
745
746         Add support for DWP file format version 2.
747         * NEWS: Mention support for DWP file format version 2.
748         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
749         union of asection, containing_section.  New fields virtual_offset
750         and is_virtual.  Change type of readin filed from int to char.
751         (dwo_sections, dwo_file): Tweak comments.
752         (dwp_v2_section_ids): New enum.
753         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
754         str_offsets, types.
755         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
756         All uses updated.
757         (virtual_v2_dwo_sections): New struct.
758         (dwp_hash_table): New fields version, nr_columns.  Change type of
759         section_pool field to a union.
760         (dwp_file): New field version.
761         (dwarf2_has_info): Check for virtual sections.
762         (get_containing_section): New function.
763         (get_section_bfd_owner, get_section_bfd_section): Call it.
764         (dwarf2_locate_sections): Update.
765         (dwarf2_section_empty_p): Update.
766         (dwarf2_read_section): Handle virtual sections.
767         (locate_dwz_sections): Update.
768         (create_dwp_hash_table): Document and handle V2 format.
769         (locate_v1_virtual_dwo_sections): Renamed from
770         locate_virtual_dwo_sections and update.  All callers updated.
771         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
772         Delete arg htab.  Rename arg section_index to unit_index.
773         All callers updated.
774         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
775         All uses updated.
776         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
777         (lookup_dwo_unit_in_dwp): Add V2 support.
778         (dwarf2_locate_dwo_sections): Update.
779         (dwarf2_locate_common_dwp_sections): Renamed from
780         dwarf2_locate_dwp_sections and update.  All callers updated.
781         (dwarf2_locate_v2_dwp_sections): New function.
782         (open_and_init_dwp_file): Add V2 support.
783         (read_str_index): New locals str_section, str_offsets_section.
784
785 2013-10-04  Pedro Alves  <palves@redhat.com>
786
787         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
788         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
789         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
790         describing comments with references to ptid.h.
791         * common/ptid.h: Remove intro description of constructors,
792         accessors and predicates.
793         (struct ptid): Reformat.
794         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
795         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
796         describing comments.
797
798 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
799
800         * aix-thread.c (sync_threadlists): Add missing ')' in call
801         to ptid_build.
802
803 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
804
805         * procfs.c (procfs_init_inferior): Fix typo causing the build
806         to fail.
807
808 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
809
810         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
811
812 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
813
814         * mi/mi-main.c (run_one_inferior): Add function description.
815         Make ARG a pointer to an integer whose value determines whether
816         we should "run" or "start" the program.
817         (mi_cmd_exec_run): Add handling of the "--start" option.
818         Reject all other command-line options.
819         * NEWS: Add entry for "-exec-run"'s new "--start" option.
820
821 2013-10-04  Yao Qi  <yao@codesourcery.com>
822
823         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
824         (struct notif_client) <pending_event>: Moved
825         to struct remote_notif_state.
826         <id>: New field.
827         (struct remote_notif_state) <pending_event>: New field.
828         (notif_event_xfree): Declare.
829         * remote-notif.c (handle_notification): Adjust.
830         (notif_event_xfree): New function.
831         (do_notif_event_xfree): Call notif_event_xfree.
832         (remote_notif_state_xfree): Call notif_event_xfree to free
833         each element in field pending_event.
834         * remote.c (discard_pending_stop_replies): Remove declaration.
835         (discard_pending_stop_replies_in_queue): Declare.
836         (remote_close): Call discard_pending_stop_replies_in_queue
837         instead of discard_pending_stop_replies.
838         (remote_start_remote): Adjust.
839         (stop_reply_xfree): Call notif_event_xfree.
840         (notif_client_stop): Adjust initialization.
841         (remote_notif_remove_all): Rename it to ...
842         (remove_stop_reply_for_inferior): ... this.  Update comments.
843         Don't check INF is NULL.
844         (discard_pending_stop_replies): Return early if notif_state is
845         NULL.  Adjust.  Don't check INF is NULL.
846         (remote_notif_get_pending_events): Adjust.
847         (discard_pending_stop_replies_in_queue): New function.
848         (remote_wait_ns): Likewise.
849
850 2013-10-04  Yao Qi  <yao@codesourcery.com>
851
852         * remote-notif.c (DECLARE_QUEUE_P): Remove.
853         (notif_queue): Remove.
854         (remote_notif_process): Add one parameter 'notif_queue'.
855         Update comments.  Callers update.
856         (remote_async_get_pending_events_token): Remove.
857         (remote_notif_register_async_event_handler): Remove.
858         (remote_notif_unregister_async_event_handler): Remove.
859         (handle_notification): Add parameter 'notif_queue'.  Update
860         comments.  Callers update.
861         (notif_xfree): Remove.
862         (remote_notif_state_allocate): New function.
863         (remote_notif_state_xfree): New function.
864         (_initialize_notif): Remove code to allocate queue.
865         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
866         (struct remote_notif_state): New.
867         (handle_notification): Update declaration.
868         (remote_notif_process): Likewise.
869         (remote_notif_register_async_event_handler): Remove.
870         (remote_notif_unregister_async_event_handler): Remove.
871         (remote_notif_state_allocate): Declare.
872         (remote_notif_state_xfree): Declare.
873         * remote.c (struct remote_state) <notif_state>: New field.
874         (remote_close): Don't call
875         remote_notif_unregister_async_event_handler.  Call
876         remote_notif_state_xfree.
877         (remote_open_1): Don't call
878         remote_notif_register_async_event_handler.  Call
879         remote_notif_state_allocate.
880
881 2013-10-04  Yao Qi  <yao@codesourcery.com>
882
883         * varobj.c (create_child_with_value): Remove 'const' from the
884         type of parameter 'name'.
885         (varobj_add_child): Likewise.
886         (install_dynamic_child): Remove 'const' from the type of
887         parameter 'name'.
888         (varobj_add_child): Likewise.
889         (create_child_with_value): Likewise.  Update comments.  Don't
890         duplicate 'name'.
891         (update_dynamic_varobj_children): Duplicate 'name'
892         and pass it to install_dynamic_child.
893
894 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
895
896         * python/py-value.c (convert_value_from_python): Move PyInt_Check
897         conversion logic to occur after PyLong_Check.  Comment on order
898         change significance.
899         * python/py-arch.c (archpy_disassemble): Comment on order of
900         conversion for integers and longs.
901
902 2013-10-03  Pedro Alves  <palves@redhat.com>
903
904         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
905         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
906         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
907         PTRACE_O_TRACEFORK is not supported.
908         (linux_test_for_tracesysgood): New function.
909         (linux_test_for_tracefork): New function, factored out from
910         linux_check_ptrace_features, and also don't kill child_pid here.
911
912 2013-10-03  Tristan Gingold  <gingold@adacore.com>
913
914         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
915         Remove verbose error reporting.  Use detected state to
916         thread_set_state call.
917         (i386_darwin_dr_get): Fix return type.  Remove verbose error
918         report.
919         Remove trailing spaces.
920
921 2013-10-02  Pedro Alves  <palves@redhat.com>
922
923         * cp-valprint.c (cp_print_value_fields): Adjust calls to
924         val_print_optimized_out.
925         * jv-valprint.c (java_print_value_fields): Likewise.
926         * p-valprint.c (pascal_object_print_value_fields): Likewise.
927         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
928         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
929         new optimized out value.
930         * findvar.c (address_from_register): Likewise.
931         * frame.c (put_frame_register): Tweak error string to say the
932         register was not saved, rather than optimized out.
933         * infcmd.c (default_print_one_register_info): Adjust call to
934         val_print_optimized_out.  Use value_of_register instead of
935         get_frame_register_value.
936         * mi/mi-main.c (output_register): Use value_of_register instead of
937         get_frame_register_value.
938         * valprint.c (valprint_check_validity): Likewise.
939         (val_print_optimized_out): New value parameter.  If the value is
940         lval_register, print <not saved> instead.
941         (value_check_printable, val_print_scalar_formatted): Adjust calls
942         to val_print_optimized_out.
943         * valprint.h (val_print_optimized_out): New value parameter.
944         * value.c (struct value) <optimized_out>: Extend comment.
945         (error_value_optimized_out): New function.
946         (require_not_optimized_out): Use it.  Use a different string for
947         lval_register values.
948         * value.h (error_value_optimized_out): New declaration.
949         * NEWS: Mention <not saved>.
950
951 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
952
953         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
954         strcmp to compare two symtab filenames.
955
956 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
957
958         * symtab.c (search_symbols_equal): Delete.
959         (sort_search_symbols_remove_dups): Replace call to
960         search_symbols_equal by call to compare_search_syms,
961         adjusting as necessary.
962
963 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
964
965         PR python/15579
966
967         * python/python.c: Document gdb.execute command in Python help.
968
969 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
970
971         * python/py-frame.c (frame_info_to_frame_object): Use
972         gdbpy_convert_exception. Clean up Python object on failure.
973
974 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
975
976         * python/lib/gdb/command/frame_filters.py
977         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
978         (ShowFrameFilterPriority.invoke): Ditto.
979
980 2013-10-01  Keith Seitz  <keiths@redhat.com>
981
982         * linespec.c (struct ls_parser): Make 'saved_arg' const.
983         (parse_linespec): Make 'argptr' const.
984         Remove temporary cast of 'argptr' to const char **.
985         (decode_line_full): Pass const pointer to parse_linespec.
986         (decode_line_1): Likewise.
987         (decode_objc): Make local variable 'new_argptr' const.
988         (find_function_symbols): Remove temporary cast to char *
989         to find_imps.
990         * objc-lang.c (find_imps): Make argument 'method' const.
991         Return const.
992         * objc-lang.h (find_imps): Likewise.
993
994 2013-10-01  Keith Seitz  <keiths@redhat.com>
995
996         * completer.c (skip_quoted_chars): Make all arguments const.
997         Return const.
998         (skip_quoted): Likewise.
999         * completer.h (skip_quoted_chars): Likewise.
1000         (skip_quoted): Likewise.
1001         * defs.h (skip_quoted): Remove duplicate declaration.
1002         * jv-exp.y: Include completer.h.
1003         (yylex): Remove unneccessary cast to char * fro skip_quoted.
1004         * p-exp.y: Include completer.h.
1005
1006 2013-10-01  Keith Seitz  <keiths@redhat.com>
1007
1008         * c-exp.y (parse_number): Make first argument const.
1009         Make a copy of the input to manipulate.
1010         (c_parse_escape): Make first argument const.
1011         Make local variable 'tokptr' const.
1012         (parse_string_or_char): Make first two arguments const.
1013         (macro_original_text): Make const.
1014         (lex_one_token): Make local variable 'tokstart' const.
1015         Likewise for local variables named 'p'.
1016         Cast away const for struct stoken (temporary).
1017         * c-lang.h (c_parse_escpae): Make first argument const.
1018         * cli/cli-cmds.c (echo_command): Make local variable 'p'
1019         const.
1020         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1021         var_string case.
1022         * f-exp.y (parse_number): Make first argument const.
1023         (match_string_literal): Make local variable 'tokstart'
1024         const.
1025         (yylex): Make local variable 'p' const.
1026         Cast away const for struct stoken (temporary).
1027         * go-exp.y (parse_number): Make first argument const.
1028         (parse_string_or_char): Likewise.
1029         Make local variable 'tokstart' const.
1030         (lex_one_token): Likewise for numerous locals called 'p'.
1031         Cast away const for struct stoken (temporary).
1032         * jv-exp.y (parse_number): Make first argument const.
1033         Make local variables 'tokstart' and 'tokptr' const.
1034         Cast away const for call to skip_quoted (temporary).
1035         (yylex): Make local variable 'p' const.
1036         Cast away const for struct stoken (temporary).
1037         * m2-exp.y (parse_number): Make local variable 'p' const.
1038         (yylex): Likewise for 'tokstart'.
1039         Cast away const for struct stoken (temporary).
1040         Make local variable 'p' const.
1041         * macroexp.c (get_character_constant): Pass a const string
1042         to c_parse_escape.
1043         (get_string_literal): Likewise.
1044         (macro_expand_next): Make first argument const.
1045         Cast away const for init_shared_buffer.
1046         * macroexp.h (macro_expand_next): Make first argument const.
1047         * p-exp.y (yylex): Make a local copy of 'lexptr'.
1048         Pass a const string to c_parse_escape.
1049         Make local variables 'p' and 'namestart' const.
1050         * parse.c (lexptr): Make const.
1051         (prev_lexptr): Likewise.
1052         (find_template_name_end): Return const.
1053         Make argument const, too.
1054         (parse_exp_in_context): Make first argument const.
1055         Remove the entire const_hack.
1056         (parse_exp_in_context_1): Make first argument const.
1057         * parser-defs.h (find_template_name_end): Return const.
1058         Make argument const, too.
1059         (lexptr): Make const.
1060         (prev_lexptr): Likewise.
1061         * utils.c (parse_escape): Make second argument const.
1062         * utils.h (parse_escape): Likewise.
1063
1064 2013-10-01  Keith Seitz  <keiths@redhat.com>
1065
1066         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1067         is now const.
1068         (block_lookup): Make 'raw_name' and 'name' const.
1069         * ada-lex.l (processString): Update for struct stoken.ptr.
1070         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1071         (operator_stoken): Likewise.
1072         (lex_one_token): Remove temporary cast to char * for
1073         'yylval.sval.ptr'.
1074         * f-exp.y (yylex): Likewise.
1075         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1076         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1077         * go-exp.y (lex_one_token): Remove temporary cast to char * for
1078         'yylval.sval.ptr'.
1079         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1080         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1081         * linespec.c (struct ls_parser): Make 'stream' const.
1082         (find_parameter_list_end): Make argument 'input' and local
1083         variable 'p' const.
1084         (linespec_lexer_lex_string): Make local variables 'start' and
1085         'p' const.
1086         Use skip_spaces_const instead of skip_spaces.
1087         (linespec_lexer_peek_token): Make local variable 'saved_stream'
1088         const.
1089         (parse_linespec): Temporarily cast 'argptr' to const for
1090         'parser->lexer.stream'.
1091         * m2-exp.y (yylex): Remove temporary cast to char * for
1092         'yylval.sval.ptr'.
1093         * objc-lang.c (add_msglist): Make local variable 'p' const.
1094         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
1095         (exp : STRING): Make 'sp' const.
1096         (parse_number): Make argument 'p' const.
1097         * parser-defs.h (struct stoken): Make 'ptr' const.
1098
1099 2013-10-01  Doug Evans  <dje@google.com>
1100
1101         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1102
1103 2013-10-01  Yao Qi  <yao@codesourcery.com>
1104
1105         * varobj.c (c_value_of_root): Remove declaration.
1106         (cplus_value_of_root, java_value_of_root): Likewise.
1107         (ada_value_of_root): Likewise.
1108         (struct language_specific) <value_of_root>: Remove.
1109         (languages): Update initialization.
1110         (check_scope): Move earlier.
1111         (c_value_of_root): Move earlier and rename to ...
1112         (value_of_root_1): ... this.
1113         (value_of_root): Caller update.
1114         (cplus_value_of_root, java_value_of_root): Remove.
1115         (ada_value_of_root): Remove.
1116
1117 2013-10-01  Yao Qi  <yao@codesourcery.com>
1118
1119         * varobj.c (varobj_format_string): Remove "unknown".
1120         (languages): Remove the first element.
1121         * varobj.h (enum varobj_languages): Remove vlang_c.
1122
1123 2013-10-01  Yao Qi  <yao@codesourcery.com>
1124
1125         * varobj.c (struct language_specific) <language>: Remove.
1126         (languages): Update the initialization.
1127
1128 2013-10-01  Yao Qi  <yao@codesourcery.com>
1129
1130         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1131         "solib-target.h".  Include "windows-tdep.h".
1132         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
1133         set_solib_ops and set_gdbarch_has_dos_based_file_system.
1134         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1135         windows-tdep.o to gdb_target_obs.
1136
1137 2013-10-01  Yao Qi  <yao@codesourcery.com>
1138
1139         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1140         "solib-target.h".
1141         (amd64_windows_init_abi): Don't call set_solib_ops and
1142         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1143         windows_init_abi instead.
1144         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1145         "solib-target.h".
1146         (i386_cygwin_init_abi): Don't call set_solib_ops,
1147         set_gdbarch_has_dos_based_file_system and
1148         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1149         windows_init_abi instead.
1150         * windows-tdep.c: Include "solib.h" and "solib-target.h".
1151         (windows_init_abi): New function.
1152         (windows_iterate_over_objfiles_in_search_order): Make it
1153         static.
1154         * windows-tdep.h (windows_init_abi): Declare.
1155         (windows_iterate_over_objfiles_in_search_order): Remove
1156         declaration.
1157
1158 2013-10-01  Jerome Guitton  <guitton@adacore.com>
1159
1160         Checked in by Joel Brobecker  <brobecker@adacore.com>
1161         * system-gdbinit/elinos.py (get_elinos_environment): Return an
1162         incomplete dictionnary instead of None in case of missing
1163         environment variables.
1164         (elinos_init): in case of an incomplete environment, best
1165         effort to load system libraries instead of abort.
1166
1167 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
1168
1169         * ada-lang.c (ada_has_this_exception_support): Ignore
1170         mst_solib_trampoline minimal symbols.
1171
1172 2013-09-30  Tristan Gingold  <gingold@adacore.com>
1173
1174         * i386-darwin-nat.c (darwin_complete_target): Install methods for
1175         hardware watchpoint.
1176         (i386_darwin_dr_set): Support 32 and 64 bit states.
1177         (i386_darwin_dr_get): Likewise.
1178         (i386_darwin_dr_set_control): Make static.
1179         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1180         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1181
1182 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
1183
1184         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1185         Replace TIDGET with ptid_get_lwp.
1186         Replace GET_LWP with ptid_get_lwp.
1187         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1188         Replace BUILD_THREAD with ptid_build.
1189         Replace BUILD_LWP with ptid_build.
1190         Replace PIDGET with ptid_get_pid.
1191         Replace TIDGET with ptid_get_lwp.
1192         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1193         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1194         Replace TIDGET with ptid_get_lwp.
1195         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1196         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1197         Replace TIDGET with ptid_get_lwp.
1198         Replace GET_LWP with ptid_get_lwp.
1199         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1200         * auxv.c: Likewise.
1201         * breakpoint.c: Likewise.
1202         * common/ptid.c (ptid_is_pid): Condense check for
1203         null_ptid and minus_one_ptid.
1204         (ptid_lwp_p): New function.
1205         (ptid_tid_p): New function.
1206         * common/ptid.h: Update comments for accessors.
1207         (ptid_lwp_p): New prototype.
1208         (ptid_tid_p): New prototype.
1209         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1210         * gcore.c: Replace PIDGET with ptid_get_pid.
1211         * gdbthread.h: Likewise.
1212         * gnu-nat.c: Likewise.
1213         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1214         Replace TIDGET with ptid_get_lwp.
1215         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1216         * hppanbsd-nat.c: Likewise.
1217         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1218         Replace TIDGET with ptid_get_lwp.
1219         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1220         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1221         * infcmd.c: Likewise.
1222         * inferior.h: Likewise.
1223         * inflow.c: Likewise.
1224         * infrun.c: Likewise.
1225         * linux-fork.c: Likewise.
1226         * linux-nat.c: Replace PIDGET with ptid_get_pid.
1227         Replace GET_PID with ptid_get_pid.
1228         Replace is_lwp with ptid_lwp_p.
1229         Replace GET_LWP with ptid_get_lwp.
1230         Replace BUILD_LWP with ptid_build.
1231
1232 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
1233
1234         * common/linux-btrace.c: Move sys/syscall.h out of the
1235         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1236         Also check for SYS_perf_event_open before attempting to buid.
1237
1238 2013-09-27  Doug Evans  <dje@google.com>
1239
1240         * dwarf2read.c (dwarf2_section_info): Add comment.
1241         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1242         All uses updated.
1243         (dwarf2_section_empty_p): Rename arg from "info" to "section".
1244         (dwarf2_read_section): Delete unused local "header".  Add section
1245         name to error message.
1246         (create_dwo_in_dwp): Tweak comment.
1247         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1248
1249         * dwarf2read.c (die_reader_specs): Tweak comment.
1250         (get_section_bfd_owner, get_section_bfd_section): New functions.
1251         (get_section_name, get_section_file_name): New functions.
1252         (get_section_id, get_section_flags): New functions.
1253         (*): Use new functions to access section fields.
1254
1255         * dwarf2read.c (struct dwo_file): Add/tweak comments.
1256         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
1257         arg "htab".  All callers updated.
1258         (create_debug_types_hash_table): Remove redundant copy of
1259         abbrev_section.
1260         (create_dwo_in_dwp): Tweak comments.
1261         (read_str_index): Tweak comment.  Record dwarf form name in static
1262         local.
1263
1264 2013-09-27  Pedro Alves  <palves@redhat.com>
1265
1266         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1267         (remote_filename_p): Add comment.
1268         * remote.c (remote_filename_p): Adjust to use
1269         REMOTE_SYSROOT_PREFIX.
1270         * solib.c (solib_find): When deciding whether we need to add a
1271         directory separator, check whether the sysroot is "remote:"
1272         instead of checking whether the patch has a drive spec.  Add
1273         comments.
1274
1275 2013-09-27  Pedro Alves  <palves@redhat.com>
1276
1277         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1278         Delete fields.
1279         (remote_parse_stop_reply): Adjust, setting event->ws.kind
1280         directly.
1281
1282 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1283
1284         Fix set debug frame output.
1285         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
1286         SENTINEL_FRAME entry lower to match enum frame_type order.
1287
1288 2013-09-26  Pierre Muller  <muller@sourceware.org>
1289
1290         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1291         AMD64_R15_REGNUM when a register index is expected.
1292         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1293         Substitute in array.
1294         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1295         (amd64_push_arguments): Substitute in integer_regnum array.
1296
1297 2013-09-25  Doug Evans  <dje@google.com>
1298
1299         * objfiles.c (allocate_objfile): Move comment to better place.
1300
1301         New option "set debug symfile on".
1302         * NEWS: Mention "set debug symfile".
1303         * Makefile.in (SFILES): Add symfile-debug.c.
1304         (COMMON_OBS): Add symfile-debug.o.
1305         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1306         objfile's symbol functions.
1307         * objfiles.h (objfile_set_sym_fns): Declare.
1308         * symfile-debug.c: New file.
1309         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1310         objfile's symbol functions.
1311         (reread_symbols): Ditto.
1312
1313         * symfile.h (struct sym_fns): Delete member "sym_flavour".
1314         All uses updated.
1315         (add_symtab_fns): Update prototype.
1316         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
1317         (registered_sym_fns): ... this.
1318         (symtab_fns): Update.
1319         (add_symtab_fns): New arg "flavour".  All callers updated.
1320         (find_sym_fns): Rewrite to use new sym_fns registry.
1321
1322         * symfile.h (struct sym_fns): Add "objfile" argument to
1323         sym_read_linetable.  All uses updated.
1324
1325         * symtab.c (domain_name, search_domain_name): New functions.
1326         * symtab.h (domain_name, search_domain_name): Declare.
1327
1328         * symfile.h (struct quick_symbol_functions): Reorg arg list of
1329         map_matching_symbols so objfile is first.  All uses updated.
1330         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1331         * psymtab.c (map_matching_symbols_psymtab): Update signature.
1332
1333 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1334
1335         PR shlibs/8882
1336         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1337         link map entries.
1338
1339 2013-09-24  Doug Evans  <dje@google.com>
1340
1341         * objfiles.c (free_objfile): Move comment.
1342
1343 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1344
1345         * ada-exp.y (string_to_operator): Delete.
1346         (dummy_string_to_ada_operator): Delete.
1347
1348 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1349
1350         Revert:
1351         * i386-tdep.h (enum amd64_reg_class): New, moved here from
1352         amd64-tdep.c.
1353         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1354         call_dummy_integer_regs, and classify.
1355         * amd64-tdep.h (amd64_classify): Add declaration.
1356         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1357         (amd64_reg_class): Delete, moved to i386-tdep.h.
1358         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
1359         Replace call to amd64_classify by call to tdep->classify.
1360         (amd64_push_arguments): Get the list of registers to use for
1361         passing integer parameters from the gdbarch tdep structure,
1362         rather than using a hardcoded one.  Replace calls to amd64_classify
1363         by calls to tdep->classify.
1364         (amd64_push_dummy_call): Get the register number used for
1365         the "hidden" argument from tdep->call_dummy_integer_regs.
1366         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1367         and tdep->call_dummy_integer_regs.  Set tdep->classify.
1368
1369 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1370
1371         Revert:
1372         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1373         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1374         where tdep->memory_args_by_pointer is non-zero.
1375
1376 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1377
1378         Revert:
1379         * i386-tdep.h (struct gdbarch_tdep): Add new field
1380         integer_param_regs_saved_in_caller_frame.
1381         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1382         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1383
1384 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1385
1386         * amd64-windows-tdep.c: #include "value.h"
1387         (amd64_windows_classify): Delete.
1388         (amd64_windows_passed_by_integer_register)
1389         (amd64_windows_passed_by_xmm_register)
1390         (amd64_windows_passed_by_pointer)
1391         (amd64_windows_adjust_args_passed_by_pointer)
1392         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1393         (amd64_windows_push_dummy_call): New functions.
1394         (amd64_windows_init_abi): Remove setting of
1395         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1396         tdep->classify, tdep->memory_args_by_pointer and
1397         tdep->integer_param_regs_saved_in_caller_frame.
1398         Add call to set_gdbarch_push_dummy_call.
1399
1400 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1401
1402         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1403         objfile->original_name.
1404
1405 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1406
1407         Pass down original filename for objfile.
1408         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1409         * elfread.c (elf_symfile_read): Likewise.
1410         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1411         longer set ORIGINAL_NAME.
1412         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1413         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1414         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
1415         symbol_file_add_from_bfd call.
1416         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1417         (macho_check_dsym): Add parameter filenamep.  Change function comment.
1418         Set *filenamep.
1419         (macho_symfile_read): New variable dsym_filename.  Update
1420         macho_check_dsym call.  Use it for symbol_file_add_separate.
1421         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
1422         it.  Use it for objfile->original_name.
1423         (objfile_name): Return OBFD's filename, if available.
1424         * objfiles.h (allocate_objfile): Add new parameter name.
1425         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1426         * symfile-mem.c (symbol_file_add_from_memory): Update
1427         symbol_file_add_from_bfd call.
1428         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1429         comment for it.
1430         (symbol_file_add_with_addrs): New parameter name, add function comment
1431         for it.  Remove variable name.  Update allocate_objfile call.
1432         (symbol_file_add_separate): New parameter name, add function comment
1433         for it.  Update symbol_file_add_with_addrs call.
1434         (symbol_file_add_from_bfd): New parameter name.  Update
1435         symbol_file_add_with_addrs call.
1436         (symbol_file_add): Update symbol_file_add_from_bfd call.
1437         (reread_symbols): New variable original_name.  Save
1438         objfile->original_name by it.
1439         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1440         second parameter.
1441
1442 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1443
1444         Code cleanup: Add objfile_name accessor function.
1445         * ada-lang.c (is_known_support_routine): Use objfile_name.
1446         * auto-load.c (source_gdb_script_for_objfile)
1447         (auto_load_objfile_script): Likewise.
1448         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1449         * dbxread.c (dbx_symfile_read): Likewise.
1450         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1451         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1452         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1453         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1454         (lookup_dwp_signatured_type, lookup_dwo_unit)
1455         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1456         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1457         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1458         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1459         (dwarf2_record_block_ranges, read_common_block, read_typedef)
1460         (read_subrange_type, load_partial_dies, read_partial_die)
1461         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1462         (die_containing_type, build_error_marker_type, lookup_die_type)
1463         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1464         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1465         (get_DW_AT_signature_type, write_psymtabs_to_index)
1466         (save_gdb_index_command): Likewise.
1467         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1468         Likewise.
1469         * expprint.c (dump_subexp_body_standard): Likewise.
1470         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1471         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1472         original_name.
1473         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1474         obj_name, use objfile_name for it, use the variable.
1475         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1476         Use objfile_name.
1477         * machoread.c (macho_symtab_read, macho_check_dsym)
1478         (macho_symfile_relocate): Likewise.
1479         * maint.c (maintenance_translate_address): Likewise.
1480         * minidebug.c (find_separate_debug_file_in_section): Likewise.
1481         * minsyms.c (install_minimal_symbols): Likewise.
1482         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1483         original_name.
1484         (filter_overlapping_sections): Use objfile_name.
1485         (objfile_name): New function.
1486         * objfiles.h (struct objfile): Rename field name to original_name.
1487         (objfile_name): New prototype.
1488         * printcmd.c (sym_info, address_info): Use objfile_name.
1489         * probe.c (parse_probes, collect_probes, compare_probes)
1490         (info_probes_for_ops): Likewise.
1491         * progspace.c (clone_program_space): Likewise.
1492         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1493         (maintenance_info_psymtabs): Likewise.
1494         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1495         (source_section_scripts): Likewise.
1496         * python/py-objfile.c (objfpy_get_filename): Likewise.
1497         * python/py-progspace.c (pspy_get_filename): Likewise.
1498         * solib-aix.c (solib_aix_get_toc_value): Likewise.
1499         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1500         * solib.c (solib_read_symbols): Likewise.
1501         * stabsread.c (scan_file_globals): Likewise.
1502         * stap-probe.c (handle_stap_probe): Likewise.
1503         * symfile.c (symbol_file_clear, separate_debug_file_exists)
1504         (find_separate_debug_file_by_debuglink): Likewise.
1505         (reread_symbols): Likewise.  Use the objfile field name renamed to
1506         original_name.
1507         (allocate_symtab): Use objfile_name.
1508         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1509         (dump_objfile, dump_msymbols, dump_symtab_1)
1510         (maintenance_print_msymbols, maintenance_print_objfiles)
1511         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1512         * target.c (target_translate_tls_address, target_info): Likewise.
1513         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
1514         objfile_name.
1515
1516 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1517
1518         Code cleanup.
1519         * probe.c (parse_probes): Rename variable objfile_name to
1520         objfile_namestr.
1521
1522 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1523
1524         Remove solib-sunos.c.
1525         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1526         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1527         * objfiles.c (rt_common_objfile): Remove.
1528         (free_objfile): Remove rt_common_objfile comparison.
1529         * objfiles.h (rt_common_objfile): Remove.
1530         * solib-sunos.c: Remove.
1531         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1532
1533 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1534
1535         Remove a.out NetBSD and OpenBSD hosts.
1536         * NEWS (Removed native configurations): New.
1537         * config/arm/nbsdaout.mh: Remove.
1538         * config/i386/nbsdaout.mh: Remove.
1539         * config/i386/obsdaout.mh: Remove.
1540         * config/m68k/nbsdaout.mh: Remove.
1541         * config/sparc/nbsdaout.mh: Remove.
1542         * config/vax/nbsdaout.mh: Remove.
1543         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1544         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1545         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1546         error.
1547         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1548         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1549         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1550
1551 2013-09-23  Tom Tromey  <tromey@redhat.com>
1552
1553         * linespec.c (struct minsym_and_objfile): Remove.
1554         (minsym_and_objfile_d): Remove.
1555         (struct linespec, struct collect_info, linespec_parse_basic)
1556         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1557         (compare_msymbols, find_method, find_function_symbols)
1558         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1559         (add_minsym, search_minsyms_for_name): Update.
1560
1561 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1562
1563         * regcache.c: Add include of valprint.h.
1564         (dump_endian_bytes): Delete.
1565         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1566
1567 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1568
1569         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1570
1571 2013-09-19  Pedro Alves  <palves@redhat.com>
1572
1573         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1574         breakpoints.
1575
1576 2013-09-19  Pedro Alves  <palves@redhat.com>
1577             Thomas Schwinge  <thomas@codesourcery.com>
1578             Yue Lu  <hacklu.newborn@gmail.com>
1579
1580         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1581         Take a gdb_byte pointer instead of a char pointer.
1582
1583         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1584         gnu_xfer_partial helper.
1585         (gnu_xfer_partial): New function.
1586         (gnu_target): Don't install a deprecated_xfer_memory hook.
1587         Install a to_xfer_partial hook.
1588
1589 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1590
1591         Constification.
1592         * main.c (captured_main): Replace catch_command_errors by
1593         catch_command_errors_const.  Twice.
1594         * symfile.c (symbol_file_add_main_1): Make args parameter const.
1595         (symbol_file_add): Make name parameter const.
1596         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1597         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
1598         variable name.  Change their usage accordingly.
1599         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1600         const.
1601         (symbol_file_add_main): Make args parameter const.
1602
1603 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
1604             Ulrich Weigand  <uweigand@de.ibm.com>
1605
1606         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1607         of c_value member.
1608         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1609
1610 2013-09-18  Pedro Alves  <palves@redhat.com>
1611             Yue Lu  <hacklu.newborn@gmail.com>
1612
1613         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1614         (gnu_create_inferior)
1615         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1616         (set_sig_thread_cmd): Use the lwpid field of ptids to
1617         store/extract thread ids instead of the tid field.
1618         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1619
1620 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1621
1622         * infcmd.c (default_print_one_register_info): Add detection of
1623         optimized out values.
1624         (default_print_registers_info): Switch to using
1625         get_frame_register_value.
1626
1627 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1628
1629         * infrun.c (handle_inferior_event): Check if we know the
1630         function start address before setting a resume breakpoint.
1631
1632 2013-09-18  Pedro Alves  <palves@redhat.com>
1633
1634         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1635         minus_one_ptid instead of looking at the ptid's tid field and
1636         comparing that to -1.
1637
1638 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1639
1640         * main.h (get_gdb_program_name): Remove extra whitespace.
1641
1642 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1643
1644         * main.h (get_gdb_program_name): Add declaration.
1645         * main.c (get_gdb_program_name): Add definition.
1646
1647 2013-09-17  Doug Evans  <dje@google.com>
1648
1649         * dwarf2read.c: Move definitions of complaint functions to after
1650         forward declarations of local functions.
1651
1652 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
1653             Pedro Alves  <palves@redhat.com>
1654
1655         PR gdb/11568
1656         * breakpoint.c (remove_threaded_breakpoints): New function.
1657         (_initialize_breakpoint): Attach remove_threaded_breakpoints
1658         as thread_exit observer.
1659
1660 2013-09-17  Pedro Alves  <palves@redhat.com>
1661
1662         PR gdb/15911
1663         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1664         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1665         * corelow.c (core_open):
1666         * frame.h (print_stack_frame, print_frame_info): New
1667         'set_current_sal' parameter.
1668         * infcmd.c (finish_command, kill_command): Adjust call to
1669         print_stack_frame.
1670         * inferior.c (inferior_command): Likewise.
1671         * infrun.c (normal_stop): Likewise.
1672         * linux-fork.c (linux_fork_context): Likewise.
1673         * record-full.c (record_full_goto_entry, record_full_restore):
1674         Likewise.
1675         * remote-mips.c (common_open): Likewise.
1676         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1677         Use it.
1678         (print_frame_info): New 'set_current_sal' parameter.  Set the last
1679         displayed sal depending on the new paremeter instead of looking at
1680         print_what.
1681         (backtrace_command_1, select_and_print_frame, frame_command)
1682         (current_frame_command, up_command, down_command): Adjust call to
1683         print_stack_frame.
1684         * thread.c (print_thread_info, restore_selected_frame)
1685         (do_captured_thread_select): Adjust call to print_stack_frame.
1686         * tracepoint.c (tfind_1): Likewise.
1687         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1688         (mi_cmd_stack_info_frame): Likewise.
1689         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1690         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1691
1692 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1693
1694         * value.c (isvoid_internal_fn): Replace "parameter" with
1695         "argument".
1696
1697 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1698
1699         * README: Update references to writing code for GDB.
1700         * configure.ac (build_warnings): Remove obsolete comment.
1701         * configure: Regenerate.
1702         * gdbarch.sh: Remove references to gdbint.texinfo.
1703         * gdbarch.h: Regenerate.
1704         * gdbtypes.c (objfile_type): Remove comments referencing internals
1705         manual and D10V.
1706
1707 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1708
1709         * NEWS: Mention new convenience function $_isvoid.
1710         * value.c (isvoid_internal_fn): New function.
1711         (_initialize_values): Add new convenience function $_isvoid.
1712
1713 2013-09-16  Pierre Muller  <muller@sourceware.org>
1714
1715         * arm-linux-tdep.c: Add "elf/common.h" header.
1716         Remove AT_HWCAP macro definintion as it is provided in
1717         added include file.
1718         * s390-tdep.c: Remove system header <elf.h>
1719         Add "elf/common.h" header for AT_HWCAP definition.
1720         (s390_core_read_description): Use correct CORE_ADDR
1721         for hwcap local variable used as third parameter
1722         of function target_auxv_search.
1723
1724 2013-09-14  Pierre Muller  <muller@sourceware.org>
1725             Tom Tromey  <tromey@redhat.com>
1726             Pedro Alves  <palves@redhat.com>
1727
1728         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1729         mode if operating system doesn't know O_CLOEXEC.
1730
1731 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1732
1733         Code cleanup.
1734         * symfile.c (reread_symbols): Move variable obfd_filename to a more
1735         inner block.
1736
1737 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1738
1739         * NEWS: Mention TDB support.
1740         * features/s390-tdb.xml: New file.
1741         * features/s390-te-linux64.xml: New file.
1742         * features/s390x-te-linux64.xml: New file.
1743         * features/Makefile (WHICH): Add new tdescs above.
1744         (s390-te-linux64-expedite): Set.
1745         (s390x-te-linux64-expedite): Set.
1746         * features/s390-te-linux64.c: New file (generated).
1747         * features/s390x-te-linux64.c: New file (generated).
1748         * regformats/s390-te-linux64.dat: New file (generated).
1749         * regformats/s390x-te-linux64.dat: New file (generated).
1750         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1751         (HWCAP_S390_TE): Likewise.
1752         (S390_TDB_DWORD0_REGNUM): Likewise.
1753         (S390_TDB_DWORD0_REGNUM): Likewise.
1754         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1755         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1756         (S390_TDB_ATIA_REGNUM): Likewise.
1757         (S390_TDB_R0_REGNUM): Likewise.
1758         (S390_TDB_R1_REGNUM): Likewise.
1759         (S390_TDB_R2_REGNUM): Likewise.
1760         (S390_TDB_R3_REGNUM): Likewise.
1761         (S390_TDB_R4_REGNUM): Likewise.
1762         (S390_TDB_R5_REGNUM): Likewise.
1763         (S390_TDB_R6_REGNUM): Likewise.
1764         (S390_TDB_R7_REGNUM): Likewise.
1765         (S390_TDB_R8_REGNUM): Likewise.
1766         (S390_TDB_R9_REGNUM): Likewise.
1767         (S390_TDB_R10_REGNUM): Likewise.
1768         (S390_TDB_R11_REGNUM): Likewise.
1769         (S390_TDB_R12_REGNUM): Likewise.
1770         (S390_TDB_R13_REGNUM): Likewise.
1771         (S390_TDB_R14_REGNUM): Likewise.
1772         (S390_TDB_R15_REGNUM): Likewise.
1773         (S390_NUM_REGS): Increase.
1774         (S390_IS_TDBREGSET_REGNUM): New macro.
1775         (s390_regmap_tdb): Declare.
1776         (s390_sizeof_tdbregset): Define.
1777         (tdesc_s390_te_linux64): Declare.
1778         (tdesc_s390x_te_linux64): Likewise.
1779         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1780         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1781         (s390_regmap_tdb): New regmap.
1782         (s390_supply_tdb_regset): New function.
1783         (s390_tdb_regset): New regset.
1784         (s390_linux64v2_regset_sections): Add TDB regset to list.
1785         (s390x_linux64v2_regset_sections): Likewise.
1786         (s390_regset_from_core_section): Recognize TDB core note section.
1787         (s390_core_read_description): If HWCAP indicates TE support,
1788         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1789         (s390_gdbarch_init): Handle TDB regset.
1790         (_initialize_s390_tdep): Initialize new tdescs.
1791         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1792         (have_regset_tdb): New variable.
1793         (s390_native_supply): Support register invalidation.
1794         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1795         (check_regset): Treat ENODATA as "regset exists".
1796         (s390_linux_fetch_inferior_registers): Add TDB.
1797         (s390_read_description): Check for TDB existence and select
1798         appropriate tdesc.
1799         * gdbserver/Makefile.in (clean): Add removal of new makefile
1800         targets.
1801         (s390-te-linux64.c): New makefile target.
1802         (s390x-te-linux64.c): Likewise.
1803         * gdbserver/configure.srv (srv_regobj): Append new objects
1804         s390-te-linux64.o and s390x-te-linux64.o.
1805         (srv_xmlfiles): Append new files s390-te-linux64.xml,
1806         s390x-te-linux64.xml, and s390-tdb.xml.
1807         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1808         declaration.
1809         (tdesc_s390_te_linux64): Likewise.
1810         (init_registers_s390x_te_linux64): Likewise.
1811         (tdesc_s390x_te_linux64): Likewise.
1812         (s390_check_regset): Treat ENODATA as "regset exists".
1813         (s390_arch_setup): Add TDB regset support.
1814         (initialize_low_arch): Initialize registers for new tdescs.
1815
1816 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1817
1818         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1819         (S390_IS_FPREGSET_REGNUM): New macro.
1820         * s390-tdep.c (s390_dwarf_regmap): Make const.
1821         (regnum_is_gpr_full): New function for replacing repeated code.
1822         (s390_pseudo_register_name): Use it.
1823         (s390_pseudo_register_type): Likewise.
1824         (s390_pseudo_register_read): Likewise.
1825         (s390_pseudo_register_write): Likewise.
1826         (s390_unwind_pseudo_register): Likewise.
1827         (s390_regmap_gregset): New format for regmap.
1828         (s390x_regmap_gregset): Likewise.
1829         (s390_regmap_fpregset): Likewise.
1830         (s390_regmap_upper): Likewise.
1831         (s390_regmap_last_break): Likewise.
1832         (s390_regmap_system_call): Likewise.
1833         (s390_supply_regset): Adjust to new regmap format.
1834         (s390_collect_regset): Likewise.
1835         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1836         (s390_native_collect): Likewise.
1837         (supply_gregset): Likewise.
1838         (fill_gregset): Likewise.
1839         (supply_fpregset): Likewise.
1840         (fill_fpregset): Likewise.
1841         (fetch_regset): Likewise.
1842         (store_regset): Likewise.
1843         (s390_linux_fetch_inferior_registers): Likewise.
1844         (s390_linux_fetch_inferior_registers): Likewise.
1845
1846 2013-09-12  Andrew Pinski  <apinski@cavium.com>
1847
1848         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1849
1850 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1851
1852         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1853
1854 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
1855
1856         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1857
1858 2013-09-06  Pedro Alves <palves@redhat.com>
1859
1860         * remote-sim.c (dump_mem, gdbsim_fetch_register)
1861         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1862         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1863         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1864         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1865         gdb_stdlog.
1866
1867 2013-09-06  Pedro Alves  <palves@redhat.com>
1868
1869         * remote-sim.c (dump_mem): Constify buf parameter.
1870         gdbsim_xfer_inferior_memory): Rename to ...
1871         (gdbsim_xfer_memory): ... this.  Adjust interface as
1872         target_xfer_partial helper.
1873         (gdbsim_xfer_partial): New function.
1874         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1875         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
1876
1877 2013-09-06  Pedro Alves  <palves@redhat.com>
1878
1879         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1880         host_address_to_string, and send debug output to gdb_stdlog.
1881
1882 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1883
1884         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1885         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1886         gdb_target_obs for cris target.
1887         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1888         (cris_gdbarch_init): Move calls to
1889         set_gdbarch_fetch_tls_load_module_address and
1890         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1891         Add call to gdbarch_init_osabi.
1892         * cris-linux-tdep.c: New file.
1893         * cris-tdep.h: New file.
1894
1895 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
1896
1897         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1898         to deprecated_init_ui_hook.
1899
1900 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
1901
1902         * cli/cli-interp.c (_initialize_cli_interp): Add a
1903         command_loop_proc to interp_procs.
1904         * event-top.c (cli_command_loop): Change signature to match
1905         interp_command_loop_ftype.
1906         * event-top.h (cli_command_loop): Same.
1907         * interps.c (interp_new): Require every interpreter to have a
1908         command_loop_proc.
1909         (current_interp_command_loop): Just call the command_loop_proc on
1910         the current interpreter.
1911         * tui/tui-interp.c (_initialize_tui_interp): Add a
1912         command_loop_proc to interp_procs.
1913
1914 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1915
1916         * cris-tdep.c (cris_gdbarch_init): Add call to
1917         get_gdbarch_fetch_tls_load_module_address.
1918
1919 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1920
1921         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1922         (cris_elf_gregset_t): Rename from elf_gregset_t.
1923         (crisv32_elf_gregset_t): Adjust.
1924         (cris_supply_gregset, fetch_core_registers): Adjust.
1925
1926 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1927
1928         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1929
1930 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
1931
1932         * defs.h (deprecated_command_loop_hook): Remove, including
1933         references in comments.
1934         * interps.c (current_interp_command_loop): No longer use
1935         deprecated_command_loop_hook.
1936         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1937         setup.
1938         * top.c (deprecated_command_loop_hook): Remove.
1939
1940 2013-09-05  Pedro Alves  <palves@redhat.com>
1941
1942         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1943         local is now int instead of ULONGEST.  Print it with %d
1944         instead of paddress.
1945
1946 2013-09-05  Tristan Gingold  <gingold@adacore.com>
1947
1948         * MAINTAINERS: Remove avr maintainership.
1949
1950 2013-09-05  Pedro Alves  <palves@redhat.com>
1951
1952         * findvar.c (value_of_register): Rework in terms of
1953         value_of_register_lazy.
1954
1955 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
1956
1957         * symfile.c (add_symbol_file_command): Remove trailing
1958          whitespaces and blank line after comment.
1959
1960 2013-09-05  Pedro Alves  <palves@redhat.com>
1961
1962         * tui/tui-regs.c (tui_register_format): Don't look at the
1963         register's name here.  Return string representing register
1964         value instead of storing it in the data element.
1965         (tui_get_register): Compare register string representations
1966         instead of register value states and contents.
1967
1968 2013-09-05  Pedro Alves  <palves@redhat.com>
1969
1970         PR tui/15933
1971         * tui/tui-regs.c (tui_show_registers): Show registers of the
1972         selected frame, not the current frame.
1973
1974 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
1975
1976         * MAINTAINERS (Write After Approval): Add myself to the list.
1977
1978 2013-09-04  Doug Evans  <dje@google.com>
1979
1980         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1981         (queue_and_load_dwo_tu): New function.
1982         (lookup_dwo_signatured_type): Set per_cu.tu_read.
1983         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1984         Make dependent_cu optional.
1985         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1986         and an older .gdb_index is in use, queue and load all its TUs too.
1987
1988 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1989
1990         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1991         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1992         variable search_flags.
1993         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1994         (OPF_RETURN_REALPATH): ... here.
1995         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1996         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1997         call.  Twice.
1998         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1999         openp call.
2000         * solib.c (solib_find): Likewise.  Four times.
2001         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2002         in the function comment and for the realpath_fptr variable.
2003         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2004         (find_and_open_source): Likewise.  Twice.
2005         * symfile.c (symfile_bfd_open): Likewise, also twice.
2006
2007 2013-09-04  Doug Evans  <dje@google.com>
2008
2009         * progspace.c (save_current_space_and_thread): Remove unnecessary
2010         call to save_current_inferior.
2011
2012 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
2013
2014         * sh64-tdep.c (sh64_do_register): Return after printing message
2015         about unavailable register contents.
2016
2017 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
2018             Pedro Alves  <palves@redhat.com>
2019
2020         * symfile.c (add_symbol_file_command): Error out on unknown
2021         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2022         options and collapse into single conditional branch.
2023
2024 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
2025
2026         * inf-child.c (inf_child_follow_fork): New parameter
2027         detach_fork.
2028         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2029         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2030         * inferior.h (detach_fork): Remove.
2031         * infrun.c (detach_fork): Adjust comment and make it
2032         static.
2033         (follow_fork): Pass detach_fork parameter to
2034         target_follow_fork.
2035         * linux-nat.c (linux_child_follow_fork): New parameter
2036         detach_fork.
2037         * target.c (target_follow_fork): New parameter detach_fork.
2038         Pass detach_fork as parameter and print its value.
2039         * target.h (struct target_ops) <to_follow_fork>: New int
2040         parameter.
2041         (target_follow_fork): New parameter detach_fork.
2042
2043 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
2044
2045         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2046         Replace sec->bfd by sec->the_bfd_section->owner.
2047
2048 2013-09-03  Yao Qi  <yao@codesourcery.com>
2049
2050         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
2051         from linux_has_shared_address_space.
2052         (linux_has_shared_address_space): Call linux_is_uclinux.
2053         * linux-tdep.h (linux_is_uclinux): Declare.
2054         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2055         linux_is_uclinux.
2056
2057 2013-09-03  Yao Qi  <yao@codesourcery.com>
2058
2059         * config/djgpp/fnchange.lst: Remove entry of
2060         i386-interix-nat.c and i386-interix-tdep.c.
2061         * configure.ac: Remove '*-*-interix*'.
2062         * configure: Re-generated.
2063         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2064         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2065         obsolete comments.
2066         * osabi.c (gdb_osabi_names): Remove "Interix".
2067
2068 2013-09-03  Yao Qi  <yao@codesourcery.com>
2069
2070         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2071
2072 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
2073
2074         * record.h (record_print_flag) <record_print_src_line,
2075         record_print_insn_range>: Rename into ...
2076         (record_print_flag) <record_print_src_line,
2077         record_print_insn_range>: ... this.  Update all users.
2078
2079 2013-09-02  Pierre Muller  <muller@sourceware.org>
2080
2081         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2082         error code.
2083
2084 2013-09-02  Pierre Muller  <muller@sourceware.org>
2085
2086         * windows-nat.c (windows_xfer_memory): Fix compilation failure
2087         by use of plongest function.
2088
2089 2013-09-02  Tristan Gingold  <gingold@adacore.com>
2090
2091         * NEWS: Add entry mentioning support for native Windows x64
2092         SEH data.
2093
2094         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
2095         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
2096         (struct amd64_windows_frame_cache): New struct.
2097         (amd64_windows_w2gdb_regnum): New global.
2098         (pc_in_range, amd64_windows_frame_decode_epilogue)
2099         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
2100         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
2101         (amd64_windows_frame_this_id): New functions.
2102         (amd64_windows_frame_unwind): New static global.
2103         (amd64_windows_skip_prologue): New function.
2104         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2105         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2106         with amd64_windows_skip_prologue.
2107
2108 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
2109
2110         GDB 7.6.1 released.
2111
2112 2013-08-30  Pedro Alves  <palves@redhat.com>
2113
2114         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2115         SRC_AND_LOC.
2116
2117 2013-08-30  Pedro Alves  <palves@redhat.com>
2118
2119         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2120         warning text.
2121
2122 2013-08-30  Pedro Alves  <palves@redhat.com>
2123
2124         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2125         Adjust arguments to print_stack_frame.
2126
2127 2013-08-30  Pedro Alves  <palves@redhat.com>
2128
2129         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2130
2131 2013-08-30  Pedro Alves  <palves@redhat.com>
2132
2133         * frame.h (show_and_print_stack_frame): Delete declaration.
2134
2135 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
2136
2137         PR python/15461
2138
2139         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2140         (archpy_name): Check for valid architecture.
2141         (archpy_disassemble): Ditto.
2142
2143 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
2144
2145         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2146         instead of "long long" in call to ptrace64.
2147
2148 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
2149
2150         * mi/mi-interp.c (mi_command_loop): Change signature to match
2151         interp_command_loop_ftype.
2152         (mi1_command_loop): Remove.
2153         (mi2_command_loop): Remove.
2154         (mi3_command_loop): Remove.
2155         (mi_interpreter_resume): Remove setting of
2156         deprecated_command_loop_hook.
2157         (_initialize_mi_interp): Set mi_command_loop as the command loop
2158         callback.
2159
2160 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2161
2162         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2163         value_type.
2164
2165 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2166
2167         * value.c (allocate_value_contents): Make static.
2168         * value.h (allocate_value_contents): Remove prototype.
2169
2170 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2171
2172         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2173         of assembling value via allocate_value_lazy and attribute setter.
2174         * findvar.c (default_read_var_value): Use value_at_lazy instead of
2175         assembling value via allocate_value_lazy and attribute setter.
2176         * valops.c (do_search_struct_field): Use value_at_lazy instead of
2177         assembling value via allocate_value_lazy and attribute setter.
2178
2179 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2180
2181         * value.c (value_from_contents_and_address): Replace allocate_value and
2182         memcpy with value_from_contents.
2183
2184 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2185
2186         * python/py-framefilter.c (py_print_frame): Remove usage of
2187         PyString_AsString.  Use python_string_to_host_string instead.
2188         Refactor function to work with a string as a new allocation
2189         instead of a pointer.
2190         (py_print_frame): Ditto.
2191         * python/lib/gdb/frames.py (return_list): Cain iterators together
2192         instead of adding them as a list.
2193         (_sort_list): Call return_list, and remove duplicate code.
2194         (execute_frame_filters): Convert iterator to a list with list().
2195         * python/lib/gdb/command/frame_filters.py
2196         (SetFrameFilterPriority._set_filter_priority): Convert priority
2197         attribute to an integer.
2198         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2199         wrapper function __next__.
2200         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2201         define as "str".
2202
2203 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2204
2205         PR python/15752
2206         * python/py-framefilter.c (apply_frame_filter): Check
2207         gdb_python_initialized.  Exit if the Python frame-filter code
2208         cannot be initialized.
2209
2210 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2211
2212         PR cli/15842
2213         * top.c (print_gdb_version): Remove erroneous newline after help
2214         text.
2215
2216 2013-08-29  Yao Qi  <yao@codesourcery.com>
2217
2218         * varobj.c (install_dynamic_child): Remove trailing space.
2219         Add one blank line after variable declaration.
2220
2221 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2222
2223         PR gdb/15415
2224         * corefile.c (get_exec_file): Use exec_filename.
2225         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
2226         * exec.c (exec_close): Free EXEC_FILENAME.
2227         (exec_file_attach): New variable canonical_pathname.  Use
2228         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
2229         EXEC_FILENAME.
2230         * exec.h (exec_filename): New.
2231         * inferior.c (print_inferior, inferior_command): Use
2232         PSPACE_EXEC_FILENAME.
2233         * mi/mi-main.c (print_one_inferior): Likewise.
2234         * progspace.c (clone_program_space, print_program_space): Likewise.
2235         * progspace.h (struct program_space): New field pspace_exec_filename.
2236         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
2237         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2238
2239 2013-08-28  Will Newton  <will.newton@linaro.org>
2240
2241         * common/linux-ptrace.c: Include stdint.h unconditionally.
2242
2243 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2244
2245         Code cleanup.
2246         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2247
2248 2013-08-28  Yao Qi  <yao@codesourcery.com>
2249             Pedro Alves  <palves@redhat.com>
2250
2251         * event-top.c (gdb_setup_readline): Call stderr_fileopen
2252         instead of stdio_fileopen.
2253         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2254         .Call stderr_fileopen instead of stdio_fileopen.
2255         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2256         [__MINGW32__] (stderr_file_fputs): New function.
2257         (stderr_fileopen): New function.
2258         * ui-file.h (stderr_fileopen): Declare.
2259
2260 2013-08-27  Doug Evans  <dje@google.com>
2261
2262         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2263         (struct dwarf2_per_cu_data): Ditto.
2264         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
2265         (process_imported_unit_die): Ditto.
2266         (follow_die_sig_1): Simplify assert.
2267
2268 2013-08-27  Pedro Alves  <palves@redhat.com>
2269
2270         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2271         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
2272         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2273         windows_xfer_memory directly.
2274         (init_windows_ops): Don't install a deprecated_xfer_memory method.
2275
2276 2013-08-27  Pedro Alves  <palves@redhat.com>
2277
2278         * darwin-nat.c (darwin_xfer_memory): Delete.
2279         (_initialize_darwin_inferior): Don't install a
2280         deprecated_xfer_memory method.
2281
2282 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2283             Yao Qi  <yao@codesourcery.com>
2284
2285         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2286         (parse_no_frames_option): Remove.
2287         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2288         (mi_cmd_stack_list_args): Adjust.
2289         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2290         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
2291         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2292         Caller update.
2293         (list_args_or_locals): New parameter 'skip_unavailable'.
2294         Handle it.
2295         * valprint.c (scalar_type_p): Rename to ...
2296         (val_print_scalar_type_p): ... this.  Make extern.
2297         (val_print, value_check_printable): Adjust.
2298         * valprint.h (val_print_scalar_type_p): Declare.
2299         * value.c (value_entirely_unavailable): New function.
2300         * value.h (value_entirely_unavailable): Declare.
2301
2302         * NEWS: Mention the new option "--skip-unavailable" to MI
2303         commands '-stack-list-locals', '-stack-list-arguments' and
2304         '-stack-list-variables'.
2305
2306 2013-08-27  Yao Qi  <yao@codesourcery.com>
2307
2308         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2309         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2310         options.
2311         * mi/mi-getopt.c (mi_getopt): Remove.
2312         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
2313         'error_on_unknown'.
2314         (mi_getopt): Call mi_getopt_1.
2315         (mi_getopt_silent): New.
2316         * mi/mi-getopt.h (mi_getopt_silent): Declare.
2317
2318 2013-08-26  Doug Evans  <dje@google.com>
2319
2320         PR symtab/15885
2321         * dwarf2read.c (dw2_dump): Print some minimal information indicating
2322         .gdb_index is in use.
2323         * symfile.c (reread_symbols): Reset objfile->sf.
2324
2325         * NEWS: Document "mt print objfiles" now takes optional regexp.
2326         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2327         regexp of objfiles to print.
2328         (_initialize_symmisc): Update doc string for "mt print objfiles".
2329
2330         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2331         missing debug info checks.
2332
2333 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
2334             Ulrich Weigand  <uweigand@de.ibm.com>
2335
2336         * xcoffread.c (arrange_linetable): Add fix to correctly handle
2337         line tables generated by XLC compiled binaries.
2338
2339 2013-08-23  Doug Evans  <dje@google.com>
2340
2341         * symmisc.c (dump_symtab): Delete prototype.
2342         (dump_msymbols, dump_objfile): Ditto.
2343         (maintenance_info_symtabs): Mark as dont_repeat.
2344         (_initialize_symmisc): Improve doc string for "mt info symtabs".
2345
2346         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2347         debugging printf to better location.
2348
2349 2013-08-23  Pedro Alves  <palves@redhat.com>
2350
2351         * target.c (target_read_live_memory): Change type of 'ret' local
2352         to LONGEST.
2353
2354 2013-08-23  Pedro Alves  <palves@redhat.com>
2355
2356         * remote.c (remote_write_bytes_aux, remote_write_bytes)
2357         (remote_read_bytes): Change return type to LONGEST, and adjust to
2358         return a target_xfer_error on error.
2359         (remote_xfer_memory): Delete.
2360         (remote_flash_write): Change type of 'ret' local to LONGEST.
2361         (remote_xfer_partial, remote_xfer_partial): Adjust.
2362         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2363
2364 2013-08-23  Pierre Muller  <muller@sourceware.org>
2365
2366         ARI fix: Push # directives to start of line.
2367         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2368
2369 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
2370
2371         PR gdb/15501
2372         * breakpoint.c (enable_command, disable_command): Iterate over
2373         all specified breakpoint locations.
2374
2375 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2376
2377         * common/linux-ptrace.c (linux_fork_to_function): Push #
2378         directives to the start of the line.
2379         (linux_check_ptrace_features): Fix warning message to use
2380         the "_" markup.
2381
2382 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2383
2384         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2385         nat/linux-waitpid.h.
2386         (linux-waitpid.o): New object file rule.
2387         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2388         (current_ptrace_options): Moved from linux-nat.c.
2389         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2390         parameters.
2391         (linux_fork_to_function): New function.
2392         (linux_grandchild_function): Likewise.
2393         (linux_child_function): Likewise.
2394         (linux_check_ptrace_features): New function, heavily
2395         based on linux-nat.c:linux_test_for_tracefork.
2396         (linux_enable_event_reporting): New function.
2397         (ptrace_supports_feature): Likewise.
2398         (linux_supports_tracefork): Likewise.
2399         (linux_supports_traceclone): Likewise.
2400         (linux_supports_tracevforkdone): Likewise.
2401         (linux_supports_tracesysgood): Likewise.
2402         * common/linux-ptrace.h (HAS_NOMMU): Moved from
2403         gdbserver/linux-low.c.
2404         (linux_enable_event_reporting): New declaration.
2405         (linux_supports_tracefork): Likewise.
2406         (linux_supports_traceclone): Likewise.
2407         (linux_supports_tracevforkdone): Likewise.
2408         (linux_supports_tracesysgood): Likewise.
2409         * config.in (PTRACE_TYPE_ARG4): Regenerate.
2410         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2411         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2412         * config/arm/linux.mh (NATDEPFILES): Likewise.
2413         * config/i386/linux.mh (NATDEPFILES): Likewise.
2414         * config/i386/linux64.mh (NATDEPFILES): Likewise.
2415         * config/ia64/linux.mh (NATDEPFILES): Likewise.
2416         * config/m32r/linux.mh (NATDEPFILES): Likewise.
2417         * config/m68k/linux.mh (NATDEPFILES): Likewise.
2418         * config/mips/linux.mh (NATDEPFILES): Likewise.
2419         * config/pa/linux.mh (NATDEPFILES): Likewise..
2420         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2421         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2422         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2423         * config/sparc/linux.mh (NATDEPFILES): Likewise.
2424         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2425         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2426         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2427         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2428         ptrace's 4th argument's types.
2429         Check the type of PTRACE_TYPE_ARG4.
2430         * configure: Regenerate.
2431         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2432         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2433         (linux_supports_tracefork_flag): Remove.
2434         (linux_supports_tracesysgood_flag): Likewise.
2435         (linux_supports_tracevforkdone_flag): Likewise.
2436         (current_ptrace_options): Moved to
2437         common/linux-ptrace.c.
2438         (linux_tracefork_child): Remove.
2439         (my_waitpid): Remove.
2440         (linux_test_for_tracefork): Renamed to
2441         linux_check_ptrace_features and moved to common/linux-ptrace.c.
2442         (linux_test_for_tracesysgood): Remove.
2443         (linux_supports_tracesysgood): Remove.
2444         (linux_supports_tracefork): Remove.
2445         (linux_supports_tracevforkdone): Remove.
2446         (linux_enable_tracesysgood): Remove.
2447         (linux_enable_event_reporting): Remove.
2448         (linux_init_ptrace): New function.
2449         (linux_child_post_attach): Call linux_init_ptrace.
2450         (linux_child_post_startup_inferior): Call linux_init_ptrace.
2451         (linux_child_follow_fork): Call linux_supports_tracefork
2452         and linux_supports_tracevforkdone.
2453         (linux_child_insert_fork_catchpoint): Call
2454         linux_supports_tracefork.
2455         (linux_child_insert_vfork_catchpoint): Likewise.
2456         (linux_child_set_syscall_catchpoint): Call
2457         linux_supports_tracesysgood.
2458         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2459         * nat/linux-nat.h: New file.
2460         * nat/linux-waitpid.c: New file.
2461         * nat/linux-waitpid.h: New file.
2462
2463 2013-08-22  Samuel Bronson  <naesten@gmail.com>
2464
2465         ARM Linux support for `catch syscall'.
2466         * syscalls/arm-linux.py: New file.
2467         * syscalls/arm-linux.xml: Likewise.
2468         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2469         (arm_linux_init_abi): Register the new function and syscall xml file.
2470         * data-directory/Makefile.in: Install the new syscall xml file.
2471         * NEWS: Brag about this.
2472
2473 2013-08-22  Pedro Alves  <palves@redhat.com>
2474
2475         PR gdb/15871
2476         * corefile.c (target_xfer_memory_error): New function.
2477         (memory_error): Defer EIO to target_memory_error.
2478         (read_memory): Use target_xfer_partial, and handle finer-grained
2479         target xfer errors.
2480         * target.c (target_xfer_error_to_string): New function.
2481         (memory_xfer_partial_1): If memory is known to be
2482         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2483         (target_xfer_partial): Make extern.
2484         * target.h (enum target_xfer_error): New enum.
2485         (target_xfer_error_to_string): Declare function.
2486         (target_xfer_partial): Declare function.
2487         (struct target_ops) <xfer_partial>: Adjust describing comment.
2488
2489 2013-08-22  Alan Modra  <amodra@gmail.com>
2490
2491         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2492         * configure.tgt: Likewise as targets.
2493
2494 2013-08-20  Doug Evans  <dje@google.com>
2495
2496         * buildsym.c (subfile_stack): Move here from buildsym.h.
2497         (pending_macros): Ditto.
2498         (get_macro_table): New function.
2499         (buildsym_init): Initialize subfile_stack.
2500         * coffread.c (type_vector,type_vector_length): Moved here from
2501         buildsym.h.
2502         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2503         (coff_symtab_read): Use it.
2504         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2505         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2506         with call to get_macro_table.
2507         * stabsread.c (type_vector,type_vector_length): Moved here from
2508         buildsym.h.
2509         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2510         * buildsym.h (get_macro_table): Declare.
2511
2512 2013-08-20  Tom Tromey  <tromey@redhat.com>
2513
2514         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2515         Update.
2516         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
2517
2518 2013-08-20  Doug Evans  <dje@google.com>
2519
2520         * blockframe.c: Remove #include "psymtab.h".
2521         * cp-support.c: Ditto.
2522         * source.c: Ditto.
2523         * stack.c: Ditto.
2524
2525 2013-08-20  Tom Tromey  <tromey@redhat.com>
2526
2527         PR python/15816:
2528         * exceptions.h (return_mask): Now an enum.
2529         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2530         enum constants.
2531
2532 2013-08-20  Tom Tromey  <tromey@redhat.com>
2533
2534         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2535         get_objfile_arch.
2536         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2537         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2538         * jit.c (jit_object_close_impl): Update.
2539         * jv-lang.c (get_dynamics_objfile): Update.
2540         * linespec.c (add_minsym): Use get_dynamics_objfile.
2541         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2542         (allocate_objfile): Don't initialize 'gdbarch' field.
2543         (get_objfile_arch): Update.
2544         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2545         moved from...
2546         (struct objfile) <gdbarch>: ... here.  Remove.
2547         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2548         get_objfile_arch.
2549         * symfile.c (init_entry_point_info): Use get_objfile_arch.
2550
2551 2013-08-20  Alan Modra  <amodra@gmail.com>
2552
2553         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2554         for IBM long double nan and inf.
2555         (floatformat_is_negative, floatformat_classify,
2556         floatformat_mantissa): Similarly.
2557         (floatformat_ieee_single, floatformat_ieee_double,
2558         floatformat_ieee_quad, floatformat_arm_ext,
2559         floatformat_ia64_spill): Delete unused vars.
2560         (_initialize_doublest): Delete unused function.
2561         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2562         little-endian variants of floatformat_ibm_long_double.
2563
2564 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
2565
2566         * Makefile.in (SFILES): Remove common/target-common.c and
2567         add target/waitstatus.c.
2568         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2569         target/resume.h, target/wait.h and target/waitstatus.h.
2570         (COMMON_OBS): Remove target-common.o and add
2571         waitstatus.o.
2572         (target-common.o): Remove.
2573         (waitstatus.o): New target object file.
2574         * common/target-common.c: Move contents to
2575         target/waitstatus.c and remove.
2576         * common/target-common.h: Move contents to other files and
2577         remove.
2578         (enum resume_kind: Move to target/resume.h.
2579         (TARGET_WNOHANG): Move to target/wait.h.
2580         (enum target_waitkind): Move to target/waitstatus.h.
2581         (struct target_waitstatus): Likewise.
2582         * target.h: Do not include target-common.h and
2583         include target/resume.h, target/wait.h and
2584         target/waitstatus.h.
2585         * target/resume.h: New file.
2586         * target/wait.h: New file.
2587         * target/waitstatus.h: New file.
2588         * target/waitstatus.c: New file.
2589
2590 2013-08-19  Pedro Alves  <palves@redhat.com>
2591
2592         * linux-nat.c (linux_test_for_tracefork)
2593         (linux_test_for_tracesysgood, linux_child_follow_fork)
2594         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2595         (linux_nat_wait_1): Extend comment.
2596         (linux_async_pipe): Add comment.
2597
2598 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
2599
2600         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2601         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2602         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2603         Update to account for fact that PC is now a pseudo-register.
2604         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
2605         cases for RL78_PC_REGNUM.
2606
2607 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
2608
2609         PR cli/15841
2610         * top.c (quit_force): Skip writing history file
2611         if input is not from terminal.
2612
2613 2013-08-14  Tom Tromey  <tromey@redhat.com>
2614
2615         * remote.c (struct remote_state) <echo_nextthread, nextthread,
2616         resultthreadlist>: New fields.
2617         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2618         (remote_get_threadlist, remote_threadlist_iterator): Use
2619         new fields.  Remove static variables.
2620
2621 2013-08-14  Tom Tromey  <tromey@redhat.com>
2622
2623         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2624         remote_watch_data_address>: New fields.
2625         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2626         (process_stop_reply, remote_wait_as)
2627         (remote_check_watch_resources, remote_stopped_data_address): Update.
2628
2629 2013-08-14  Tom Tromey  <tromey@redhat.com>
2630
2631         * remote.c (struct remote_state) <async_client_callback,
2632         async_client_context>: New fields.
2633         (async_client_callback, async_client_context): Remove.
2634         (remote_async_serial_handler, remote_async): Update.
2635
2636 2013-08-14  Tom Tromey  <tromey@redhat.com>
2637
2638         * remote.c (sizeof_pkt): Remove.
2639         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2640
2641 2013-08-14  Tom Tromey  <tromey@redhat.com>
2642
2643         * remote.c (struct remote_state) <use_threadinfo_query,
2644         use_threadextra_query>: New fields.
2645         (remote_threads_info, remote_threads_extra_info)
2646         (remote_open_1): Update.
2647
2648 2013-08-14  Tom Tromey  <tromey@redhat.com>
2649
2650         * remote.c (struct remote_state) <finished_object,
2651         finished_annex, finished_offset>: New fields.
2652         (remote_read_qxfer): Use remote_state fields; remove static
2653         variables.
2654
2655 2013-08-14  Tom Tromey  <tromey@redhat.com>
2656
2657         * remote.c (struct remote_state) <last_sent_step>:
2658         New field.
2659         (last_sent_step): Remove.
2660         (remote_resume, remote_wait_as): Update.
2661
2662 2013-08-14  Tom Tromey  <tromey@redhat.com>
2663
2664         * remote.c (struct remote_state) <last_sent_signal>:
2665         New field.
2666         (last_sent_signal): Remove.
2667         (new_remote_state, remote_resume, remote_wait_as): Update.
2668
2669 2013-08-14  Tom Tromey  <tromey@redhat.com>
2670
2671         * remote.c (struct remote_state) <last_program_signals_packet>:
2672         New field.
2673         (last_program_signals_packet): Remove.
2674         (remote_program_signals, remote_open_1): Update.
2675
2676 2013-08-14  Tom Tromey  <tromey@redhat.com>
2677
2678         * remote.c (struct remote_state) <last_pass_packet>:
2679         New field.
2680         (last_pass_packet): Remove.
2681         (remote_pass_signals, remote_open_1): Update.
2682
2683 2013-08-14  Tom Tromey  <tromey@redhat.com>
2684
2685         * remote.c (struct remote_state) <remote_traceframe_number>:
2686         New field.
2687         (remote_traceframe_number): Remove.
2688         (new_remote_state, remote_open_1, set_remote_traceframe)
2689         (remote_trace_find): Update.
2690
2691 2013-08-14  Tom Tromey  <tromey@redhat.com>
2692
2693         * remote.c (struct remote_state) <general_thread, continue_thread>:
2694         New fields.
2695         (general_thread, continue_thread): Remove.
2696         (record_currthread, set_thread, set_general_process)
2697         (remote_open_1, extended_remote_attach_1, remote_wait_as)
2698         (extended_remote_mourn_1): Update.
2699
2700 2013-08-14  Tom Tromey  <tromey@redhat.com>
2701
2702         * remote.c (struct remote_state) <remote_desc>: New field.
2703         (remote_desc): Remove.
2704         (remote_threads_info, remote_threads_extra_info, remote_close)
2705         (send_interrupt_sequence, remote_start_remote, remote_open_1)
2706         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2707         (remote_hostio_send_command, remote_file_put, remote_file_get)
2708         (remote_file_delete, remote_can_async_p, remote_is_async_p)
2709         (remote_async, remote_new_objfile, set_range_stepping): Update.
2710
2711 2013-08-14  Tom Tromey  <tromey@redhat.com>
2712
2713         * remote.c (remote_state): Now a pointer.
2714         (get_remote_state_raw): Update.
2715         (new_remote_state): New function.
2716         (_initialize_remote): Use new_remote_state.
2717
2718 2013-08-14  Tom Tromey  <tromey@redhat.com>
2719
2720         * remote.c (remote_protocol_features): Now const.
2721
2722 2013-08-14  Tom Tromey  <tromey@redhat.com>
2723
2724         * remote.c (crc32_table, crc32): Remove.
2725         (remote_verify_memory): Use xcrc32.
2726
2727 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2728
2729         * value.h (create_internalvar_type_lazy): Adjust prototype
2730         declaration.
2731
2732 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
2733
2734         * common/format.c (parse_format_string): Don't allow '#' flag for
2735         pointer arguments in format string.
2736
2737 2013-08-13  Pierre Muller  <muller@sourceware.org>
2738
2739         * utils.c (init_page_info): Only call tgetnum function
2740         if rl_get_screen_size did not return useful values.
2741
2742 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
2743
2744         PR breakpoints/15117
2745         * linespec.c (linespec_parse_basic): Check for convenience
2746         variable or history value while parsing.
2747
2748 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
2749
2750         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2751         AVR.
2752         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
2753         different signals between the generic Linux kernel implementation
2754         and AVR's.
2755         (avr_linux_gdb_signal_from_target): Delete.
2756         (avr_linux_gdb_signal_to_target): Delete.
2757         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2758
2759 2013-08-09  Doug Evans  <dje@google.com>
2760
2761         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2762         entries.
2763
2764 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
2765
2766         * linux-tdep.c: Define enum with generic signal numbers.
2767         (linux_gdb_signal_from_target): New function.
2768         (linux_gdb_signal_to_target): Likewise.
2769         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2770         methods to the functions above.
2771         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2772         (linux_gdb_signal_to_target): Likewise.
2773         * alpha-linux-tdep.c: Define new enum with signals different
2774         from generic Linux kernel.
2775         (alpha_linux_gdb_signal_from_target): New function.
2776         (alpha_linux_gdb_signal_to_target): Likewise.
2777         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2778         with the functions mentioned above.
2779         * avr-tdep.c: Define enum with differences between Linux kernel
2780         and AVR signals.
2781         (avr_linux_gdb_signal_from_target): New function.
2782         (avr_linux_gdb_signal_to_target): Likewise.
2783         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2784         the functions mentioned above.
2785         * sparc-linux-tdep.c: Define enum with differences between SPARC
2786         and generic Linux kernel signal numbers.
2787         (sparc32_linux_gdb_signal_from_target): New function.
2788         (sparc32_linux_gdb_signal_to_target): Likewise.
2789         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2790         to the functions defined above.
2791         * xtensa-linux-tdep.c: Define enum with differences between
2792         Xtensa and Linux kernel generic signals.
2793         (xtensa_linux_gdb_signal_from_target): New function.
2794         (xtensa_linux_gdb_signal_to_target): Likewise.
2795         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2796         to the functions defined above.
2797         * mips-linux-tdep.c: Define enum with differences between
2798         signals in MIPS and Linux kernel generic ones.
2799         (mips_gdb_signal_to_target): New function.
2800         (mips_gdb_signal_from_target): Redefine to use new enum, handle
2801         only different signals from the Linux kernel generic.
2802         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2803         the functions defined above.
2804         * mips-linux-tdep.h (enum mips_signals): Remove.
2805
2806 2013-08-09  Pedro Alves  <palves@redhat.com>
2807
2808         * avr-tdep.c (XMALLOC): Delete macro.
2809         * cli/cli-dump.c (XMALLOC): Delete macro.
2810
2811 2013-08-09  Pedro Alves  <palves@redhat.com>
2812
2813         * cli/cli-dump.c: Don't include cli/cli-dump.h.
2814         (scan_expression_with_cleanup, scan_filename_with_cleanup)
2815         (fopen_with_cleanup, add_dump_command): Make static.
2816         * cli/cli-dump.h: Delete file.
2817         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2818         cli/cli-dump.h.
2819
2820 2013-08-09  Pedro Alves  <palves@redhat.com>
2821
2822         * tracepoint.c (tfile_start): Show tilde-expanded filename in
2823         error message.
2824
2825 2013-08-09  Pedro Alves  <palves@redhat.com>
2826
2827         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2828         error message.
2829
2830 2013-08-09  Pedro Alves  <palves@redhat.com>
2831
2832         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2833         (gcore_command): Use tilde_expand here, and when showing the
2834         filename to the user, show the expanded version.
2835
2836 2013-08-09  Yao Qi  <yao@codesourcery.com>
2837
2838         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2839         'entryval' is set.
2840
2841 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
2842
2843         * gcore.c (create_gcore_bfd): Use tilde_expand.
2844
2845 2013-08-08  Yao Qi  <yao@codesourcery.com>
2846
2847         * frame.h (read_frame_local): Declare.
2848         * mi/mi-cmd-stack.c (list_args_or_locals): Call
2849         read_frame_local.
2850         * stack.c (read_frame_local): New.
2851
2852 2013-08-08  Yao Qi  <yao@codesourcery.com>
2853
2854         * mi/mi-cmd-stack.c: Update comments to function
2855         list_args_or_locals.
2856
2857 2013-08-07  Tom Tromey  <tromey@redhat.com>
2858
2859         PR symtab/15028:
2860         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2861         (process_psymtab_comp_unit_reader): Use it.
2862         (process_psymtab_comp_unit): Update.  Add "pretend_language"
2863         argument.
2864         (dwarf2_build_psymtabs_hard): Update.
2865         (scan_partial_symbols): Pass CU's language to
2866         process_psymtab_comp_unit.
2867
2868 2013-08-07  Tom Tromey  <tromey@redhat.com>
2869
2870         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2871         (dwarf2_gdb_index_functions): Update.
2872         * psymtab.c (find_symbol_file_from_partial): Remove.
2873         (psym_functions): Update.
2874         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2875         Remove.
2876
2877 2013-08-07  Tom Tromey  <tromey@redhat.com>
2878
2879         * symfile.c (set_initial_language): Look up "main" symbol
2880         and use its language.
2881         * symtab.c (find_main_filename): Remove.
2882         * symtab.h (find_main_filename): Remove.
2883
2884 2013-08-07  Tom Tromey  <tromey@redhat.com>
2885
2886         * dwarf2read.c (recursively_compute_inclusions): Add
2887         "immediate_parent" argument.  Set symtab's "user" field
2888         if not set.
2889         (compute_symtab_includes): Update.
2890
2891 2013-08-07  Tom Tromey  <tromey@redhat.com>
2892
2893         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2894         when adding label symbols.
2895
2896 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2897             Ulrich Weigand  <uweigand@de.ibm.com>
2898
2899         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2900         * configure.host (powerpc64-*-aix*): Likewise.
2901
2902 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2903             Ulrich Weigand  <uweigand@de.ibm.com>
2904
2905         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2906         is defined.
2907         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2908         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2909         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2910         * configure.ac: Check for ptrace64.
2911         * configure, config.in: Regenerate.
2912
2913 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2914             Ulrich Weigand  <uweigand@de.ibm.com>
2915
2916         * aixthread.c: Call ptrace64 instead of ptracex if defined.
2917         Call ptrace64 instead of ptrace if defined.
2918         Add macro addr_ptr to take care of ptrace address argument.
2919         (pdc_read_regs): Likewise.
2920         (pdc_write_regs): Likewise.
2921         (aix_thread_resume): Likewise.
2922         (fetch_regs_kernel_thread): Likewise.
2923         (store_regs_kernel_thread): Likewise.
2924
2925 2013-08-07  Anton Blanchard  <anton@samba.org>
2926
2927         * MAINTAINERS: Add myself to Write After Approval.
2928
2929 2013-08-05  Tom Tromey  <tromey@redhat.com>
2930
2931         * aix-thread.c (_initialize_aix_thread): Use
2932         complete_target_initialization.
2933         * bsd-uthread.c (_initialize_bsd_uthread): Use
2934         complete_target_initialization.
2935         * dec-thread.c (_initialize_dec_thread): Use
2936         complete_target_initialization.
2937         * ravenscar-thread.c (_initialize_ravenscar): Use
2938         complete_target_initialization.
2939         * sol-thread.c (_initialize_sol_thread): Use
2940         complete_target_initialization.
2941         * spu-multiarch.c (_initialize_spu_multiarch): Use
2942         complete_target_initialization.
2943
2944 2013-08-05  Tom Tromey  <tromey@redhat.com>
2945
2946         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2947         * ada-lang.c (ada_lookup_simple_minsym): Return
2948         bound_minimal_symbol.
2949         * ada-lang.h (ada_lookup_simple_minsym): Update.
2950         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2951         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2952         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2953         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2954         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2955         * minsyms.c (msymbol_objfile): Remove.
2956         (lookup_minimal_symbol_internal): New function, from
2957         lookup_minimal_symbol.
2958         (lookup_minimal_symbol): Rewrite using
2959         lookup_minimal_symbol_internal.
2960         (lookup_bound_minimal_symbol): New function.
2961         * minsyms.h (msymbol_objfile): Remove.
2962         (lookup_bound_minimal_symbol): Declare.
2963         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2964         * parse.c (write_exp_msymbol): Change parameter to a
2965         bound_minimal_symbol.
2966         (write_dollar_variable): Use lookup_bound_minimal_symbol.
2967         * parser-defs.h (write_exp_msymbol): Update.
2968         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2969         * symfile.c (simple_read_overlay_table): Use
2970         lookup_bound_minimal_symbol.
2971         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2972         (search_symbols): Likewise.
2973         (print_msymbol_info): Take a bound_minimal_symbol argument.
2974         (symtab_symbol_info, rbreak_command): Update.
2975         * symtab.h (struct symbol_search) <msymbol>: Change type
2976         to bound_minimal_symbol.
2977         * valops.c (find_function_in_inferior): Use
2978         lookup_bound_minimal_symbol.
2979         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2980
2981 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2982
2983         Code cleanup.
2984         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2985         to ...
2986         (async_cleanup_sigint_signal_handler): ... this.
2987         (initialize_sigint_signal_handler): Remove declaration.
2988         (handle_remote_sigint): Rename the declaration to ...
2989         (async_handle_remote_sigint): ... this.
2990         (handle_remote_sigint_twice): Rename the declaration to ...
2991         (async_handle_remote_sigint_twice): ... this.
2992         (async_remote_interrupt, async_remote_interrupt_twice)
2993         (remote_interrupt): Remove the declarations.
2994         (remote_interrupt_twice): Rename the declaration ...
2995         (sync_remote_interrupt_twice): ... this.
2996         (sigint_remote_twice_token): Rename the variable to ...
2997         (async_sigint_remote_twice_token): ... this.
2998         (sigint_remote_token): Rename the variable to ...
2999         (async_sigint_remote_token): ... this.
3000         (initialize_sigint_signal_handler): Rename the function to ...
3001         (async_initialize_sigint_signal_handler): ... this.  Update the name
3002         inside.
3003         (handle_remote_sigint): Rename the function to ...
3004         (async_handle_remote_sigint): ... this.  Update the names inside.
3005         (handle_remote_sigint_twice): Rename the function to ...
3006         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
3007         (cleanup_sigint_signal_handler): Rename the function to ...
3008         (async_cleanup_sigint_signal_handler): ... this.
3009         (remote_interrupt): Rename the function to ...
3010         (sync_remote_interrupt): this.  Update the names inside.
3011         (remote_interrupt_twice): Rename the function to ...
3012         (sync_remote_interrupt_twice): this.  Update the names inside.
3013         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3014         (_initialize_remote): Update the names inside.
3015
3016 2013-08-02  Tom Tromey  <tromey@redhat.com>
3017
3018         PR symtab/15719:
3019         * breakpoint.c (update_watchpoint, watchpoint_check)
3020         (watch_command_1): Update.
3021         * eval.c (fetch_subexp_value): Add "preserve_errors"
3022         parameter.
3023         * ppc-linux-nat.c (check_condition): Update.
3024         * value.h (fetch_subexp_value): Update.
3025
3026 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
3027
3028         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3029         add_file_handler.
3030
3031 2013-08-01  Doug Evans  <dje@google.com>
3032
3033         PR symtab/15691
3034         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3035         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3036         Add assert of sig_entry->dwo_unit == NULL.
3037         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3038         had already been read.
3039         (read_signatured_type): Set per_cu.tu_read.
3040
3041         PR symtab/15695
3042         * valops.c (value_struct_elt): Add missing call to check_typedef.
3043         (value_find_oload_method_list): Ditto.
3044
3045         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3046         effectively, struct symbol_search **.
3047         (make_cleanup_free_search_symbols): Change arg to struct
3048         symbol_search **.  All callers updated.
3049         (compare_search_syms): Compare symtab file name and block as well.
3050         (search_symbols_equal): New function.
3051         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3052         New args new_head, new_tail.  Result is now void.  Remove dups after
3053         sorting the symbols.
3054         (search_symbols): Sort all found symbols once, after all have been
3055         found, and remove duplicates.  Simplify cleanup tracking of result.
3056         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3057
3058         Further workarounds for binutils/15021.
3059         * dwarf2read.c (recursively_compute_inclusions): Change type of result
3060         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
3061         Watch for duplicate symtabs coming from type units.
3062         (compute_symtab_includes): Update call to
3063         recursively_compute_inclusions. Build vector of included symtabs
3064         instead of per_cus.
3065         * symtab.h (symtab_ptr): New typedef.
3066         (DEF_VEC_P (symtab_ptr)): New VEC type.
3067         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
3068         instead.
3069
3070 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
3071
3072         * cli/cli-script.c (script_from_file): Remove use of
3073         error_pre_print.
3074         * main.c (captured_main): Remove use of error_pre_print and
3075         quit_pre_print.
3076         * utils.c (error_pre_print, quit_pre_print): Remove.
3077         * utils.h (error_pre_print, quit_pre_print): Likewise.
3078
3079 2013-08-01  Yao Qi  <yao@codesourcery.com>
3080
3081         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3082         with mi_getopt.
3083         (mi_cmd_stack_list_variables): Likewise.
3084
3085 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3086
3087         * exceptions.c (deprecated_throw_reason): Remove.
3088         * exceptions.h (deprecated_throw_reason): Remove.
3089
3090 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3091
3092         * remote-mips.c (mips_error): Replace use of
3093         deprecated_throw_reason with throw_verror.  Use the error message
3094         passed to mips_error as the error message for throw_verror.
3095
3096 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3097
3098         * monitor.c (monitor_interrupt_query): Replace use of
3099         deprecated_throw_reason with quit.
3100         * nto-procfs.c (interrupt_query): Likewise.
3101         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3102         * remote-mips.c (mips_kill): Likewise.
3103         * remote.c (interrupt_query): Likewise.
3104
3105 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
3106
3107         * utils.c (internal_verror): Replace use of deprecated_throw_reason
3108         with call to fatal.
3109
3110 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
3111             Yao Qi  <yao@codesourcery.com>
3112
3113         * tracepoint.c (trace_dump_command): Select the current frame.
3114
3115 2013-07-30  Doug Evans  <dje@google.com>
3116
3117         * dwarf2read.c (process_queue): Add type signature to debug output.
3118
3119 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3120
3121         * value.c (value_fetch_lazy): Mark optimized out values as such
3122         rather than raising an error.
3123
3124 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
3125
3126         * value.c (value_fetch_lazy): Ensure parent value is not lazy
3127         before checking which bits of the parent, not the child, value are
3128         valid.
3129
3130 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
3131
3132         PR gdb/15715
3133         * top.c: Include "filenames.h".
3134         (set_history_filename): New function.
3135         (init_main): Install it as set hook of the "set history filename"
3136         command.
3137
3138 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3139
3140         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3141         attribute parameter.
3142         (dwarf2_const_value_data): Constify struct attribute parameter.
3143         (dwarf2_const_value): Constify struct attribute parameter.
3144         (dwarf2_const_value_attr): Constify struct attribute parameter.
3145         (lookup_die_type): Constify struct attribute parameter.
3146         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3147         (follow_die_ref_or_sig): Constify struct attribute parameter.
3148         (follow_die_ref): Constify struct attribute parameter.
3149         (follow_die_sig): Constify struct attribute parameter.
3150         (get_DW_AT_signature_type): Constify struct attribute parameter.
3151         (get_type_unit_group): Constify struct attribute parameter.
3152         (fill_in_loclist_baton): Constify struct attribute parameter.
3153         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3154         (type_unit_group): Constify struct attribute parameter.
3155
3156 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3157
3158         * dwarf2read.c (attr_form_is_block): Make argument const.
3159         (attr_form_is_section_offset): Make argument const.
3160         (attr_form_is_constant): Make argument const.
3161         (attr_form_is_ref): Make argument const.
3162
3163 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3164
3165         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3166         All uses updated.
3167         (attr_form_is_ref): Moved below attr_form_is_constant.
3168
3169 2013-07-29  Doug Evans  <dje@google.com>
3170
3171         * main.c (captured_command_loop): Tweak comment.
3172
3173         * target.c (target_async_permitted_1): Fix comment.
3174
3175         * symtab.c (iterate_over_some_symtabs): Add comment.
3176
3177         * symtab.c (iterate_over_some_symtabs): Fix indentation.
3178
3179 2013-07-27  Yao Qi  <yao@codesourcery.com>
3180
3181         * NEWS: Mention that GDBserver now supports hardware
3182         watchpoints on the MIPS GNU/Linux target.
3183
3184 2013-07-27  Yao Qi  <yao@codesourcery.com>
3185
3186         * Makefile.in (HFILES_NO_SRCDIR): Add
3187         common/mips-linux-watch.h.
3188         (mips-linux-watch.o): New rule.
3189         * common/mips-linux-watch.c: New.
3190         * common/mips-linux-watch.h: New.
3191         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3192         * mips-linux-nat.c: Include mips-linux-watch.h.
3193         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3194         to common/mips-linux-watch.h.
3195         (MAX_DEBUG_REGISTER): Likewise.
3196         (enum pt_watch_style): Likewise.
3197         (struct mips32_watch_regs): Likewise.
3198         (struct mips64_watch_regs): Likewise.
3199         (struct pt_watch_regs): Likewise.
3200         (struct mips_watchpoint): Likewise.
3201         (mips_linux_watch_get_irw_mask): Move to
3202         common/mips-linux-watch.c.
3203         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3204         (mips_linux_watch_get_watchlo): Likewise.
3205         (mips_linux_watch_set_watchlo): Likewise.
3206         (mips_linux_watch_get_watchhi): Likewise.
3207         (mips_linux_watch_set_watchhi): Likewise.
3208         (mips_linux_read_watch_registers): Likewise.
3209         (mips_linux_watch_type_to_irw): Likewise.
3210         (mips_linux_stopped_data_address, fill_mask): Likewise.
3211         (mips_linux_watch_try_one_watch): Likewise.
3212         (mips_linux_watch_populate_regs): Likewise.
3213
3214 2013-07-27  Yao Qi  <yao@codesourcery.com>
3215
3216         * mips-linux-nat.c (get_irw_mask): Rename to ...
3217         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
3218         'set' to 'n'.  Update function comment.  All callers changed.
3219         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
3220         function comment.  All callers changed.
3221         (get_num_valid): Rename to ...
3222         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
3223         'set' to 'n'.  Update function comment.  All callers changed.
3224         (get_watchlo): Rename to ...
3225         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
3226         'set' to 'n'.  Update function comment.  All callers changed.
3227         (set_watchlo): Rename to ...
3228         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
3229         'set' to 'n'.  Update function comment.  All callers changed.
3230         (get_watchhi): Rename to ...
3231         (mips_linux_watch_get_watchhi): ... this.  Update function
3232         comment.  All callers changed.
3233         (set_watchhi): Rename to ...
3234         (mips_linux_watch_set_watchhi): ... this.  Update function
3235         comment.  All callers changed.
3236         (mips_linux_read_watch_registers): Update function comment.
3237         Add new parameters 'lwpid', 'watch_readback', and
3238         'watch_readback_valid'.  Update.
3239         (type_to_irw): Rename to ...
3240         (mips_linux_watch_type_to_irw): ... this.  Update function
3241         comment.  All callers changed.
3242         (fill_mask): Update function comment.
3243         (try_one_watch): Rename to ...
3244         (mips_linux_watch_try_one_watch): ... this.  Change the type
3245         of parameter 'irw' from 'unsigned' to 'uint32_t'.
3246         (populate_regs_from_watches): Rename to ...
3247         (mips_linux_watch_populate_regs): ... this.  Add parameter
3248         'current_watches'.  All callers changed.
3249
3250 2013-07-27  Yao Qi  <yao@codesourcery.com>
3251
3252         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3253         the code.
3254         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3255         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3256         (struct pt_watch_regs): Likewise.
3257         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3258         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3259         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3260         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3261         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3262
3263 2013-07-27  Yao Qi  <yao@codesourcery.com>
3264
3265         * breakpoint.h: Include break-common.h.
3266         (enum target_hw_bp_type): Move to ...
3267         * common/break-common.h: ... here.  New.
3268
3269 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
3270
3271         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3272         process group regardless of having tty on stdin.
3273
3274 2013-07-25  Doug Evans  <dje@google.com>
3275
3276         * linux-fork.h (detach_fork): Delete.
3277
3278 2013-07-25  Tom Tromey  <tromey@redhat.com>
3279
3280         PR remote/15256, PR remote/15266:
3281         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3282         * monitor.c (monitor_detach): Use unpush_target.
3283         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3284         * remote-mips.c (mips_detach): Use unpush_target.  Don't
3285         call mips_close.
3286         * remote-sim.c (gdbsim_detach): Use unpush_target.
3287         * target.c (pop_target): Remove.
3288         (pop_all_targets_above): Don't call target_close.
3289         (target_close): Assert that the target is unpushed.
3290         * target.h (pop_target): Don't declare.
3291         * tracepoint.c (tfile_open): Use unpush_target.
3292
3293 2013-07-25  Tom Tromey  <tromey@redhat.com>
3294
3295         * linux-thread-db.c (init_thread_db_ops): Call
3296         complete_target_initialization.
3297         (_initialize_thread_db): Don't call add_target.
3298         * target.c (complete_target_initialization): New function.
3299         (add_target_with_completer): Call it.
3300         * target.h (complete_target_initialization): Declare.
3301
3302 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3303
3304         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3305         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3306         (HPPANBSD_SIZEOF_GREGS): New define.
3307         (hppaobsd_supply_gregset): Handle additional registers.
3308         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3309         we provide more registers now.
3310         (hppabsd_supply_gregset): Supply additional registers.
3311         (hppabsd_collect_gregset): Collect additional registers.
3312
3313 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3314
3315         * hppabsd-tdep.c: Include "dwarf2-frame.h".
3316         (hppabsd_dwarf2_frame_init_reg): New function.
3317         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3318
3319 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3320
3321         * mi/mi-main.c (output_register): Make MI 'r' format use standard
3322         'z' format code.  Remove error for optimized out values, standard
3323         code will handle these fine.
3324
3325 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3326
3327         * NEWS: Mention new 'z' formatter.
3328         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3329         (_initialize_printcmd): Mention 'z' formatter in help text of the
3330         'x' command.
3331
3332 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
3333
3334         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3335         formatting.
3336
3337 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
3338
3339         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3340         interface can evaluate arguments.  Fallback to the old mode if it
3341         cannot.
3342         (create_exception_master_breakpoint): Likewise.
3343         * elfread.c (elf_can_evaluate_probe_arguments): New function.
3344         (struct sym_probe_fns elf_probe_fns): Export function above to the
3345         probe interface.
3346         * probe.c (can_evaluate_probe_arguments): New function.
3347         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3348         function pointer.
3349         (can_evaluate_probe_arguments): New function prototype.
3350         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3351         probe interface can evaluate arguments.  Fallback to the old mode
3352         if it cannot.
3353         * stap-probe.c (stap_get_probe_argument_count): Check if probe
3354         interface can evaluate arguments.  Warning the user if it cannot.
3355         (stap_can_evaluate_probe_arguments): New function.
3356         (struct probe_ops stap_probe_ops): Export function above to the
3357         probe interface.
3358         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3359         New function pointer.
3360
3361 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
3362
3363         * Makefile.in (SFILES): Add common/target-common.c.
3364         Add common/target-common.h to headers.
3365         (COMMON_OBS): Add target-common.o.
3366         (target-common.o): New target.
3367         * linux-nat.h (resume_kind): Move to common/target-common.h.
3368         * target.c (target_waitstatus_to_string): Move to
3369         common/target-common.c.
3370         * target.h: Include target-common.h.
3371         (target_waitkind): Move to common/target-common.h.
3372         (target_waitstatus): Likewise.
3373         (TARGET_WNOHANG): Likewise.
3374         * common/target-common.c: New file.
3375         * common/target-common.h: New file.
3376
3377 2013-07-24  Doug Evans  <dje@google.com>
3378
3379         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3380         a warning.
3381
3382 2013-07-23  Yao Qi  <yao@codesourcery.com>
3383
3384         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3385         parameter 'gdbarch'.
3386         (i386_stack_tramp_frame_sniffer): Caller update.
3387         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3388         parameter 'gdbarch' and 'target'.
3389         (i386_linux_core_read_description): Caller update.
3390         * amd64-linux-tdep.c (amd64_linux_core_read_description):
3391         Likewise.
3392         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3393         declaration.
3394
3395 2013-07-23  Tom Tromey  <tromey@redhat.com>
3396
3397         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3398         2013-07-22.
3399
3400 2013-07-22  Doug Evans  <dje@google.com>
3401
3402         * exec.h (remove_target_sections): Delete arg abfd.
3403         * exec.c (exec_close): Update call to remove_target_sections.
3404         (remove_target_sections): Delete arg abfd.
3405         * solib.c (update_solib_list): Ditto.
3406         (reload_shared_libraries_1): Ditto.
3407         (clear_solib): Ditto, and unconditionally call remove_target_sections.
3408         * target.h (struct target_section): Rename key to owner.
3409         All uses updated.
3410
3411 2013-07-22  Tom Tromey  <tromey@redhat.com>
3412
3413         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3414
3415 2013-07-22  Tom Tromey  <tromey@redhat.com>
3416
3417         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3418         Simplify cleanup handling.
3419
3420 2013-07-22  Tom Tromey  <tromey@redhat.com>
3421
3422         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3423         on all return paths.
3424
3425 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3426
3427         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3428         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3429         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3430
3431 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
3432
3433         * top.c (print_gdb_version): Add help, apropos description and
3434         url to online documentation.
3435
3436 2013-07-19  Hui Zhu  <hui@codesourcery.com>
3437
3438         PR gdb/15692
3439         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3440
3441 2013-07-19  Yao Qi  <yao@codesourcery.com>
3442
3443         * target.c (update_current_target): Change the default action
3444         of 'to_traceframe_info' from tcomplain to return_zero.
3445         * target.h (struct target_ops) <to_traceframe_info>: Add more
3446         comments.
3447         * valops.c (read_value_memory): Call
3448         traceframe_available_memory unconditionally.
3449
3450 2013-07-18  Yao Qi  <yao@codesourcery.com>
3451
3452         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3453         if the name is prefixed by "__imp_" or "_imp_", look for minimal
3454         symbol without prefix.  If found, set its type to
3455         'mst_solib_trampoline'.
3456
3457 2013-07-17  Doug Evans  <dje@google.com>
3458
3459         * NEWS: Mention "set print raw frame-arguments".
3460         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3461         * stack.c (print_raw_frame_arguments): New static global.
3462         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3463         (_initialize_stack): New command "set/show print raw frame-arguments".
3464         * valprint.c (setprintrawlist, showprintrawlist): New globals.
3465         (set_print_raw, show_print_raw): New functions.
3466         (_initialize_valprint): New prefix command "set/show print raw".
3467         * valprint.h (value_print_options): Improve comments.
3468
3469         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3470         of all *list variables.
3471
3472         * gdbcmd.h (togglelist): Delete.
3473         * cli/cli-cmds.c (togglelist): Delete.
3474         (init_cmd_lists): Update.
3475         * cli/cli-cmds.h (togglelist): Delete.
3476
3477 2013-07-17  Tom Tromey  <tromey@redhat.com>
3478
3479         * dwarf2read.c (dwarf2_per_objfile_free): Clear
3480         dwarf2_per_objfile.
3481
3482 2013-07-16  Doug Evans  <dje@google.com>
3483
3484         * nto-tdep.c (nto_relocate_section_addresses): Update,
3485         target_section.bfd deleted.
3486         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3487         * s390-tdep.c (s390_load): Ditto.
3488         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3489
3490 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
3491
3492         * common/format.c (parse_format_string): Add checks for NULL
3493         character before calling strchr.
3494
3495 2013-07-16  Doug Evans  <dje@google.com>
3496
3497         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3498         temp_pathname argument.
3499         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3500         when opening the file fails.
3501
3502         * target.h (struct target_section): Delete member bfd.
3503         All users updated to use the_bfd_section->owner instead.
3504         * exec.c (add_to_section_table): Assert bfd is expected value.
3505         Remove initialization of target_section.bfd.
3506         (remove_target_sections): Update.
3507         (section_table_available_memory): Update.
3508         (section_table_xfer_memory_partial): Update.
3509         (print_section_info): Update.
3510         (exec_set_section_address): Update.
3511         * record-full.c (record_full_core_xfer_partial): Update.
3512         * solib-svr4.c (svr4_relocate_section_addresses): Update.
3513         * solib-target.c (solib_target_relocate_section_addresses): Update.
3514         * symfile.c (build_section_addr_info_from_section_table): Update.
3515         * target.c (memory_xfer_live_readonly_partial): Update.
3516         (memory_xfer_partial_1): Update.
3517
3518 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3519
3520         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3521         now available for embedded (BookE) and server (BookS) processors,
3522         correct mentions of 'booke' and adjust comments accordingly in order to
3523         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3524         (have_ptrace_booke_interface): Rename function and variable
3525         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3526         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3527         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3528         'hwdebug_point_cmp'. Update all uses.
3529         (booke_find_thread_points_by_tid): Rename function
3530         'booke_find_thread_points_by_tid' to
3531         'hwdebug_find_thread_points_by_tid'. Update all uses.
3532         (booke_insert_point): Rename function 'booke_insert_point' to
3533         'hwdebug_insert_point'. Update all uses.
3534         (booke_remove_point): Rename function 'booke_remove_point' to
3535         'hwdebug_remove_point'. Update all uses.
3536
3537 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
3538
3539         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3540         numbers with enum values.
3541
3542 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
3543
3544         PR threads/13217
3545         * thread.c (thread_apply_all_command): Check for valid threads
3546         and thread count.
3547         (thread_array_cleanup): New struct.
3548         (set_thread_refcount): New function.
3549
3550 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
3551
3552         * infcmd.c (default_print_one_register_info): Reuse function
3553         print_hex_chars.
3554
3555 2013-07-10  Tom Tromey  <tromey@redhat.com>
3556
3557         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3558         (ada-exp.o): New target.
3559
3560 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3561
3562         * mt-tdep.c (mt_registers_info): Call
3563         get_no_prettyformat_print_options instead of
3564         get_raw_print_options (regression by last patch from Doug
3565         Evans).
3566
3567 2013-07-09  Pedro Alves  <palves@redhat.com>
3568
3569         Checked in by Joel Brobecker  <brobecker@adacore.com>.
3570         * ada-lang.c (coerce_unspec_val_to_type): Use
3571         value_optimized_out_const.
3572         * value.c (value_optimized_out_const): New function.
3573         * value.h (value_optimized_out_const): New declaration.
3574
3575 2013-07-09  Doug Evans  <dje@google.com>
3576
3577         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3578         Enum values rename as well.  All uses updated.
3579         * valprint.h (value_print_options): Rename member pretty to
3580         pretty format.  Rename member prettyprint_arrays to
3581         prettyformat_arrays.  Rename member prettyprint_structs to
3582         prettyformat_structs.  All uses updated.
3583         (get_no_prettyformat_print_options): Renamed from
3584         get_raw_print_options.
3585         * valprint.c (get_no_prettyformat_print_options): Renamed from
3586         get_raw_print_options.  All callers updated.
3587         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3588         All callers updated.
3589         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3590         All callers updated.
3591         (_initialize_valprint): Improve help text for "set print pretty" and
3592         "set print arrays".
3593
3594 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
3595
3596         * value.c (value_bits_valid): Revert previous change, and change
3597         by Pedro on 2013-07-04, due to regressions in
3598         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3599
3600 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
3601             Pedro Alves  <palves@redhat.com>
3602
3603         * value.c (value_bits_valid): If the value is not lval_computed
3604         or has no check validity handler then the answer is the
3605         optimized_out flag, otherwise defer to the handler.
3606
3607 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
3608
3609         * top.c (print_gdb_configuration): Explain in output of
3610         --configuration what does "relocatable" mean.
3611
3612         * main.c (print_gdb_help): Regroup options in the --help text.
3613         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3614         the relevant discussions.
3615
3616 2013-07-06  Yao Qi  <yao@codesourcery.com>
3617
3618         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3619         Remove parameter 'lsal'.
3620         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3621         to inner block.  Caller update.
3622         (base_breakpoint_create_breakpoints_sal): Update.
3623         (bkpt_create_breakpoints_sal): Likewise.
3624         (tracepoint_create_breakpoints_sal): Likewise.
3625         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3626         element 0 of vector 'canonical->sals'.
3627
3628 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
3629
3630         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3631         register number instead of the pseudo register one.
3632         (rs6000_dwarf2_reg_to_regnum): Likewise.
3633
3634 2013-07-04  Pedro Alves  <palves@redhat.com>
3635
3636         * findvar.c (value_of_register): Use allocate_optimized_out_value
3637         if the register has been optimized out, instead of
3638         set_value_optimized_out.
3639         * frame-unwind.c (frame_unwind_got_optimized): Use
3640         allocate_optimized_out_value.
3641
3642 2013-07-04  Pedro Alves  <palves@redhat.com>
3643
3644         * value.c (value_bits_valid): If the value is not lval_computed,
3645         or doesn't have a check_validity hook, assume the value is entirely
3646         valid.
3647
3648 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3649
3650         * stack.c (read_frame_arg): No longer fetch lazy values.
3651         * value.c (value_optimized_out): If the value is not already
3652         marked optimized out, and is lazy then fetch it.
3653         (value_primitive_field): Move optimized out check to later in the
3654         function, after we have loaded any lazy values.
3655         (value_fetch_lazy): Use optimized out flag directly rather than
3656         calling optimized_out method.
3657
3658 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3659
3660         * valops.c: Don't include "user-regs.h".
3661         (value_fetch_lazy): Moved to value.c.
3662         * value.c: Include "user-regs.h".
3663         (value_fetch_lazy): Moved from valops.c.
3664
3665 2013-07-04  Yao Qi  <yao@codesourcery.com>
3666
3667         Revert:
3668         2013-06-27  Yao Qi  <yao@codesourcery.com>
3669
3670         * common/create-version.sh: Update comments.  Handle the case
3671         that TARGET_ALIAS is empty.
3672
3673 2013-07-03  Pedro Alves  <palves@redhat.com>
3674
3675         * Makefile.in (config.status): Depend on development.sh.
3676         (aclocal_m4_deps): Add libmcheck.m4.
3677         * acinclude.m4: Include libmcheck.m4.
3678         * configure.ac: Source development.sh instead of setting
3679         'development' here.  --enable-libmcheck/--disable-libmcheck code
3680         factored out to GDB_AC_LIBMCHECK.  Run it.
3681         * development.sh: New file.
3682         * libmcheck.m4: New file.
3683         * configure: Regenerate.
3684
3685 2013-07-02  Tom Tromey  <tromey@redhat.com>
3686
3687         * contrib/ari/update-web-ari.sh: Update for version.in change.
3688
3689 2013-07-02  Tom Tromey  <tromey@redhat.com>
3690
3691         * common/ptid.h: Comment fixes.
3692
3693 2013-07-01  Tom Tromey  <tromey@redhat.com>
3694
3695         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3696         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
3697         (dwarf2_read_index, create_all_comp_units): Update.
3698
3699 2013-07-01  Tom Tromey  <tromey@redhat.com>
3700
3701         * configure.ac (build_warnings): Add -Wold-style-definition.
3702         * configure: Rebuild.
3703         * machoread.c (_initialize_machoread): Use "(void)".
3704         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3705         use "(void)".
3706
3707 2013-07-01  Tom Tromey  <tromey@redhat.com>
3708
3709         * configure.ac (build_warnings): Add -Wold-style-declaration.
3710         * configure: Rebuild.
3711         * dsrec.c (make_srec): Use "static const", not "const static".
3712         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3713         not "const static".
3714         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3715         Use "static const", not "const static".
3716         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3717         not "const static".
3718         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3719         not "const static".
3720         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3721         not "const static".
3722         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3723         not "const static".
3724         (v850_dbtrap_breakpoint_from_pc): Likewise.
3725         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3726         not "const static".
3727
3728 2013-07-01  Tom Tromey  <tromey@redhat.com>
3729
3730         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3731         * configure: Rebuild.
3732
3733 2013-07-01  Pedro Alves  <palves@redhat.com>
3734
3735         * defs.h: Include "pathmax.h".
3736         * utils.c: Don't include sys/param.h.
3737         (gdb_realpath): Remove code that checks for MAXPATHLEN.
3738         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3739         instead of MAXPATHLEN.
3740         * solib-sunos.c: Don't include sys/param.h.
3741         * xcoffread.c: Don't include sys/param.h.
3742         * bsd-kvm.c: Don't include sys/param.h.
3743         * darwin-nat.c: Don't include sys/param.h.
3744         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3745         * darwin-nat-info.c: Don't include sys/param.h.
3746         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3747         MAXPATHLEN.
3748         * i386obsd-nat.c: Don't include sys/param.h.
3749         * inf-child.c: Don't include sys/param.h.
3750         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3751         * linux-fork.c: Don't include sys/param.h.
3752         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3753         * linux-nat.c: Don't include sys/param.h.
3754         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3755         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3756         * m68klinux-nat.c: Don't include sys/param.h.
3757         * nbsd-nat.c: Don't include sys/param.h.
3758         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3759         * ppc-linux-nat.c: Don't include sys/param.h.
3760         * rs6000-nat.c: Don't include sys/param.h.
3761         * spu-linux-nat.c. Don't include sys/param.h.
3762         * windows-nat.c: Don't include sys/param.h.
3763         * xtensa-linux-nat.c: Don't include sys/param.h.
3764         * config/i386/nm-fbsd.h: Don't include sys/param.h.
3765
3766 2013-07-01  Pedro Alves  <palves@redhat.com>
3767
3768         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3769         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3770         * gnulib/aclocal.m4: Regenerate.
3771         * gnulib/config.in: Regenerate.
3772         * gnulib/configure: Regenerate.
3773         * gnulib/import/pathmax.h: New file.
3774         * gnulib/import/Makefile.am: Regenerate.
3775         * gnulib/import/Makefile.in: Regenerate.
3776         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3777         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3778         * gnulib/import/m4/pathmax.m4: New file.
3779
3780 2013-07-01  Pedro Alves  <palves@redhat.com>
3781
3782         * configure.ac (GDBINIT): Define, depending on host.
3783         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3784         * top.c (PATH_MAX): Delete fallback definition.
3785         (GDBINIT_FILENAME): Delete.
3786         (gdbinit): Reimplement as const char array set to the GDBINIT
3787         string constant.
3788         * top.h (gdbinit): Make const.
3789         * configure, config.in: Regenerate.
3790
3791 2013-07-01  Pedro Alves  <palves@redhat.com>
3792
3793         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3794         * cli/cli-cmds.h (source_script): Likewise.
3795         * exceptions.c (catch_command_errors_const): New function.
3796         * exceptions.h (catch_command_errors_const): Declare.
3797         * main.c (get_init_files): Make parameters const, and adjust.
3798         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3799         'local_gdbinit' locals const.  Adjust to use
3800         catch_command_errors_const.
3801         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3802         'local_gdbinit' locals const.
3803
3804 2013-07-01  Pedro Alves  <palves@redhat.com>
3805
3806         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3807         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3808         * tracepoint.c: Don't check HAVE_UNISTD_H before including
3809         <unistd.h>.
3810
3811 2013-07-01  Pedro Alves  <palves@redhat.com>
3812
3813         Import the "unistd" gnulib module.
3814         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3815         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3816         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3817         import/m4/unistd_h.m4.
3818         * gnulib/aclocal.m4: Renenerate.
3819         * gnulib/config.in: Renenerate.
3820         * gnulib/configure: Renenerate.
3821         * gnulib/import/Makefile.am: Renenerate.
3822         * gnulib/import/Makefile.in: Renenerate.
3823         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3824         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3825         * gnulib/import/m4/off_t.m4: New file.
3826         * gnulib/import/m4/ssize_t.m4: New file.
3827         * gnulib/import/m4/sys_types_h.m4: New file.
3828         * gnulib/import/m4/unistd_h.m4: New file.
3829         * gnulib/import/sys_types.in.h: New file.
3830         * gnulib/import/unistd.c: New file.
3831         * gnulib/import/unistd.in.h: New file.
3832
3833 2013-07-01  Pedro Alves  <palves@redhat.com>
3834
3835         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3836         defined instead of checking HAVE_UNISTD_H.
3837
3838 2013-07-01  Pedro Alves  <palves@redhat.com>
3839
3840         Reimport gnulib from scratch.
3841         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3842         import/m4/onceonly.m4.
3843         * gnulib/aclocal.m4: Renegerate.
3844         * gnulib/config.in: Renegerate.
3845         * gnulib/configure: Renegerate.
3846         * gnulib/import/Makefile.in: Renegerate.
3847         * gnulib/import/extra/update-copyright: Renegerate.
3848         * gnulib/import/m4/onceonly.m4: Delete.
3849
3850 2013-07-01  Pedro Alves  <palves@redhat.com>
3851
3852         * tui/tui-regs.c (pagination_enabled): Delete declaration.
3853
3854 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3855
3856         Code cleanup.
3857         * remote.c (async_remote_interrupt_twice): Make it static.
3858         * remote.h (async_remote_interrupt_twice): Remove the declaration.
3859
3860 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
3861
3862         * ia64-linux-tdep.c: Include <ctype.h>.
3863         (ia64_linux_stap_is_single_operand): New function.
3864         (ia64_linux_init_abi): Initialize SystemTap related attributes.
3865
3866 2013-06-28  Tom Tromey  <tromey@redhat.com>
3867
3868         * Makefile.in (version.c): Use version.in, not
3869         common/version.in.
3870         * common/create-version.sh: Likewise.
3871         * common/version.in: Move...
3872         * version.in: ...here.
3873
3874 2013-06-28  Pedro Alves  <palves@redhat.com>
3875
3876         * infrun.c (set_observer_mode): Don't declare pagination_enabled
3877         here.
3878         * utils.h (pagination_enabled): Declare.
3879
3880 2013-06-28  Pedro Alves  <palves@redhat.com>
3881
3882         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3883         Move higher up in file.
3884
3885 2013-06-28  Tom Tromey  <tromey@redhat.com>
3886
3887         * tracepoint.c (deprecated_readline_begin_hook)
3888         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3889         declare.
3890
3891 2013-06-28  Pedro Alves  <palves@redhat.com>
3892
3893         PR tui/14880
3894         * tui/tui-regs.c (tui_get_register): Fetch value contents before
3895         checking if they're available.
3896         * value.c (value_available_contents_eq): Change comment.
3897         * value.h (value_available_contents_eq): Expand comment.
3898
3899 2013-06-27  Tom Tromey  <tromey@redhat.com>
3900
3901         * target.c (find_run_target): Remove.
3902         * target.h (find_run_target): Remove.
3903
3904 2013-06-27  Tom Tromey  <tromey@redhat.com>
3905
3906         * corelow.c (core_gdbarch): Now static.
3907
3908 2013-06-27  Tom Tromey  <tromey@redhat.com>
3909
3910         * target.c (target_struct_index): Remove.
3911
3912 2013-06-27  Pedro Alves  <palves@redhat.com>
3913
3914         * infrun.c: Remove comment describing the 'stepping over runtime
3915         loader dynamic symbol resolution code' mechanism; moved to
3916         gdbint.texinfo.
3917
3918 2013-06-27  Pedro Alves  <palves@redhat.com>
3919
3920         * exceptions.c (catch_command_errors): Remove spurious space.
3921         * exceptions.h (catch_command_errors): Second parameter is "arg",
3922         not "command".
3923
3924 2013-06-27  Yao Qi  <yao@codesourcery.com>
3925
3926         * common/create-version.sh: Update comments.  Handle the case
3927         that TARGET_ALIAS is empty.
3928
3929 2013-06-26  Pedro Alves  <palves@redhat.com>
3930
3931         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3932         comment.
3933
3934 2013-06-26  Pedro Alves  <palves@redhat.com>
3935
3936         * infrun.c: Update comments on stepping over runtime loader
3937         dynamic symbol resolution code.
3938
3939 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
3940
3941         * ax-gdb.h (union exp_element): Forward declare.
3942         * parser-defs.h: Include expression.h.
3943
3944 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3945
3946         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3947
3948 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
3949
3950         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3951
3952 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
3953
3954         Fix trace-status to output proper start-time and stop-time.
3955         * tracepoint.c (trace_status_command): Fix type of printf arg to
3956         prevent improper type conversion.
3957         (trace_status_mi): Likewise.
3958
3959 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3960
3961         * mips-tdep.c (mips_next_pc): Fix a typo.
3962
3963 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3964
3965         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3966
3967 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3968             Yao Qi  <yao@codesourcery.com>
3969
3970         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3971         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3972         * mi/mi-main.c (print_variable_or_computed): New function.
3973         (mi_cmd_trace_frame_collected): New function.
3974         * tracepoint.c (find_trace_state_variable_by_number): New.
3975         (struct traceframe_info): Move to tracepoint.h
3976         (struct collection_list): Likewise.
3977         (do_collect_symbol): Include locals and arguments in the
3978         collected variables list.
3979         (clear_collection_list): Clear wholly collected variables list
3980         and computed variables list.
3981         (append_exp): New function.
3982         (encode_actions_1): Include variables in the wholly
3983         collected variables list.  Include memory ranges and
3984         full-fledged expressions in the computed expressions list.
3985         (encode_actions): Move some code to ...
3986         Return the cleanup chain.
3987         (encode_actions_rsp): ... here.  New function.
3988         (get_traceframe_location, get_traceframe_info): Remove static.
3989         * tracepoint.h (struct memrange): Moved from tracepoint.c.
3990         (struct collection_list): Moved from tracepoint.c.  Add two
3991         new fields 'wholly_collected' and 'computed'.
3992         (find_trace_state_variable_by_number): Declare.
3993         (encode_actions): Adjust declaration.
3994         (encode_actions_rsp): Declare.
3995         (get_traceframe_info, get_traceframe_location): Declare.
3996
3997         * NEWS: Mention new MI command -trace-frame-collected.
3998
3999 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4000             Yao Qi  <yao@codesourcery.com>
4001
4002         * ctf.c (ctf_traceframe_info): Push trace state variables
4003         present in the trace data into the traceframe info object.
4004         * breakpoint.c (DEF_VEC_I): Remove.
4005         * common/filestuff.c (DEF_VEC_I): Likewise.
4006         * dwarf2loc.c (DEF_VEC_I): Likewise.
4007         * mi/mi-main.c (DEF_VEC_I): Likewise.
4008         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4009         * features/traceframe-info.dtd: Add tvar element and its
4010         attributes.
4011         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4012         (build_traceframe_info): Push trace state variables present in
4013         the trace data into the traceframe info object.
4014         (traceframe_info_start_tvar): New function.
4015         (tvar_attributes): New.
4016         (traceframe_info_children): Add "tvar" element.
4017         * tracepoint.h (struct traceframe_info) <tvars>: New field.
4018
4019         * NEWS: Mention the change in GDB and GDBserver.
4020
4021 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4022             Yao Qi  <yao@codesourcery.com>
4023
4024         * tracepoint.c (trace_dump_command): Move code to ...
4025         (get_traceframe_location): ... here.  New.
4026
4027 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4028             Yao Qi  <yao@codesourcery.com>
4029
4030         * tracepoint.c (trace_dump_command): GDB emits an error
4031          instead of a warning when a traceframe is not selected.
4032
4033 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
4034             Yao Qi  <yao@codesourcery.com>
4035
4036         * tracepoint.c (tracepoint_list, stepping_list): Remove.
4037         (clear_collection_list): Free fields 'aexpre_list' and 'list'
4038         in collection_list.
4039         (do_clear_collection_list, init_collection_list): New.
4040         (encode_actions): Add local variables 'tracepoint_list' and
4041         'stepping_list'.  Call init_collection_list and make cleanup
4042         which calls do_clear_collection_list.  Don't call
4043         clear_collection_list.
4044         (_initialize_tracepoint): Delete references to
4045         'tracepoint_list' and 'stepping_list'.
4046
4047 2013-06-25  Tom Tromey  <tromey@redhat.com>
4048
4049         * common/create-version.sh (date): Use "$", not "$$" in sed
4050         expression.
4051
4052 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
4053
4054         * NEWS (New targets): Add entry for TI MSP430.
4055
4056 2013-06-25  Yao Qi  <yao@codesourcery.com>
4057
4058         * remote.c (remote_start_remote): Move code to upload tsv
4059         earlier.
4060
4061 2013-06-25  Yao Qi  <yao@codesourcery.com>
4062             Hui Zhu  <hui@codesourcery.com>
4063             Pedro Alves  <palves@redhat.com>
4064
4065         PR breakpoints/15075
4066         PR breakpoints/15434
4067         * breakpoint.c (bpstat_stop_status): Call
4068         b->ops->after_condition_true.
4069         (update_dprintf_command_list): Don't append "continue" command
4070         to the command list of dprintf breakpoint.
4071         (base_breakpoint_after_condition_true): New function.
4072         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4073         (dprintf_after_condition_true): New function.
4074         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4075         * breakpoint.h (breakpoint_ops): Add after_condition_true.
4076
4077 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
4078
4079         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4080         (ALLDEPFILES): Add msp430-tdep.c.
4081         * configure.tgt (msp430*-*-elf): New target.
4082         * msp430-tdep.c: New file.
4083
4084 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4085
4086         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4087         microMIPS synthetic symbols.
4088
4089 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
4090
4091         * objfiles.h (pc_in_section): New prototype.
4092         (in_plt_section): Remove name argument, replace prototype with
4093         static inline function.
4094         * mips-tdep.h: Include "objfiles.h".
4095         (in_mips_stubs_section): New function.
4096         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
4097         in_solib_call_trampoline member.
4098         (hppa_in_solib_call_trampoline): Remove name argument.
4099         * objfiles.c (pc_in_section): New function.
4100         (in_plt_section): Remove function.
4101         * mips-linux-tdep.c: Include "objfiles.h".
4102         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
4103         name argument.  Return 1 rather than the low 16-bit halfword of
4104         any instruction examined.
4105         (mips_linux_in_dynsym_resolve_code): Update
4106         mips_linux_in_dynsym_stub call accordingly.
4107         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4108         rather than an equivalent hand-coded sequence.
4109         * hppa-hpux-tdep.c (in_opd_section): Remove function.
4110         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4111         (hppa64_hpux_in_solib_call_trampoline): Likewise.
4112         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4113         in_opd_section.
4114         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4115         on call to tdep->in_solib_call_trampoline.
4116         (hppa_in_solib_call_trampoline): Remove name argument, update
4117         according to in_plt_section change.
4118         (hppa_skip_trampoline_code): Update according to in_plt_section
4119         change.
4120         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4121         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4122         Likewise.
4123         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4124         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4125         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4126         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4127         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4128         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4129         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4130         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4131         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4132         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4133         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4134         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4135         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4136
4137 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
4138
4139         * common/create-version.sh: Fix expansion of $host_alias
4140         and $target_alias in generation of HOST_NAME and TARGET_NAME
4141         (resp.).
4142
4143 2013-06-24  Tom Tromey  <tromey@redhat.com>
4144
4145         * common/create-version.sh: New file.
4146         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4147         create-version.sh.
4148         (HFILES_NO_SRCDIR): Use common/version.h.
4149         * version.in: Move to ...
4150         * common/version.in: ... here.  Replace date with "DATE".
4151         * version.h: Move to ...
4152         * common/version.h: ... here.
4153
4154 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4155
4156         * gdb/gnulib/Makefile.in: Update date in copyright header.
4157         * gdb/gnulib/configure.ac: Ditto.
4158         * gdb/gnulib/update-gnulib.sh: Ditto.
4159
4160 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4161
4162         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4163         "gdb/gnulib/import".
4164
4165 2013-06-21  Will Newton  <will.newton@linaro.org>
4166
4167         * doublest.c (ldfrexp): Remove function.
4168         (convert_doublest_to_floatformat): Call frexpl instead of
4169         ldfrexp.
4170
4171 2013-06-21  Will Newton  <will.newton@linaro.org>
4172
4173         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4174         * gnulib/aclocal.m4: Regenerate.
4175         * gnulib/config.in: Regenerate.
4176         * gnulib/configure: Regenerate.
4177         * gnulib/import/Makefile.am: Update.
4178         * gnulib/import/Makefile.in: Update.
4179         * gnulib/import/m4/gnulib-cache.m4: Update.
4180         * gnulib/import/m4/gnulib-comp.m4: Update.
4181         * gnulib/import/float+.h: Import.
4182         * gnulib/import/float.c: Import.
4183         * gnulib/import/float.in.h: Import.
4184         * gnulib/import/fpucw.h: Import.
4185         * gnulib/import/frexp.c: Import.
4186         * gnulib/import/frexpl.c: Import.
4187         * gnulib/import/isnan.c: Import.
4188         * gnulib/import/isnand-nolibm.h: Import.
4189         * gnulib/import/isnand.c: Import.
4190         * gnulib/import/isnanl-nolibm.h: Import.
4191         * gnulib/import/isnanl.c: Import.
4192         * gnulib/import/itold.c: Import.
4193         * gnulib/import/m4/exponentd.m4: Import.
4194         * gnulib/import/m4/exponentl.m4: Import.
4195         * gnulib/import/m4/float_h.m4: Import.
4196         * gnulib/import/m4/fpieee.m4: Import.
4197         * gnulib/import/m4/frexp.m4: Import.
4198         * gnulib/import/m4/frexpl.m4: Import.
4199         * gnulib/import/m4/isnand.m4: Import.
4200         * gnulib/import/m4/isnanl.m4: Import.
4201         * gnulib/import/m4/math_h.m4: Import.
4202         * gnulib/import/math.c: Import.
4203         * gnulib/import/math.in.h: Import.
4204
4205 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4206
4207         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4208         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4209         signature_INTEL_edx comparisons.
4210
4211 2013-06-20  Doug Evans  <dje@google.com>
4212
4213         symtab/15652
4214         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4215         All callers updated.
4216         (open_dwp_file): If we can't find the dwp file, search the basename
4217         in debug-file-directory.
4218
4219         * dwarf2read.c (struct dwp_file): Fix comment.
4220         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4221
4222         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4223         better.
4224
4225 2013-06-20  Yao Qi  <yao@codesourcery.com>
4226
4227         * breakpoint.c (create_breakpoint): Fix code indentation.
4228
4229 2013-06-20  Yao Qi  <yao@codesourcery.com>
4230
4231         * breakpoint.c (create_breakpoints_sal_default): Remove
4232         parameter 'lsal'.  Update declaration.
4233         (bkpt_create_breakpoints_sal): Caller update.
4234         (tracepoint_create_breakpoints_sal): Likewise.
4235
4236 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
4237             Yao Qi  <yao@codesourcery.com>
4238
4239         * NEWS: Mention the new option '--skip-unavailable' of command
4240         -data-list-register-values.
4241         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4242         --skip-unavailable option.  Adjust to use output_register.
4243         (output_register): Add new 'skip_unavailable' parameter.
4244         Handle it.
4245
4246 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
4247
4248         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4249         common/i386-gcc-cpuid.h.
4250         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4251         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4252         Copy the latest version from upstream gcc.
4253         * common/linux-btrace.c: Include i386-cpuid.h.
4254         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4255         call to i386_cpuid.
4256         (cpu_supports_btrace): Likewise.
4257         * go32-nat.c: Include i386-cpuid.h.
4258         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4259
4260 2013-06-19  Doug Evans  <dje@google.com>
4261
4262         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4263         (get_section_index): Ditto.
4264
4265 2013-06-19  Tom Tromey  <tromey@redhat.com>
4266
4267         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4268         "dprintf" help.
4269
4270 2013-06-18  Doug Evans  <dje@google.com>
4271
4272         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4273         before using it.
4274         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4275         Move test of cu_index closer to use.  Print complaint if cu_index
4276         is bad.
4277
4278 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4279
4280         * machoread.c (oso_vector): Delete this global.
4281         (macho_register_oso): Add new parameter "oso_vector_ptr".
4282         Use it instead of the "oso_vector" global.
4283         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4284         (macho_symfile_read): Use a local oso_vector, to be free'ed
4285         at the end of this function, in place of the old "oso_vector"
4286         global.  Update various function calls accordingly.  Use one
4287         single cleanup chain for the entire function.
4288
4289 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4290
4291         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4292         DWARF2_PER_OBJFILE by uses of DATA instead.
4293
4294 2013-06-18  Tom Tromey  <tromey@redhat.com>
4295
4296         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4297         argument.
4298         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4299         Special case signals other than GDB_SIGNAL_TRAP.
4300         (explains_signal_watchpoint): New function.
4301         (base_breakpoint_explains_signal): Add 'sig' argument.
4302         (initialize_breakpoint_ops): Set 'explains_signal' method for
4303         watchpoints.
4304         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4305         signal argument.
4306         (bpstat_explains_signal): Likewise.
4307         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4308
4309 2013-06-18  Tom Tromey  <tromey@redhat.com>
4310
4311         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4312
4313 2013-06-18  Tom Tromey  <tromey@redhat.com>
4314
4315         * python/python.c (finish_python_initialization): Decref
4316         'pythondir' on failure path as well.
4317
4318 2013-06-18  Tom Tromey  <tromey@redhat.com>
4319
4320         PR symtab/15391:
4321         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4322         after taking bits_to_skip into account.  Sign extend byte_offset.
4323         * utils.h (gdb_sign_extend): Declare.
4324         * utils.c (gdb_sign_extend): New function.
4325
4326 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4327
4328         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4329
4330 2013-06-17  Pierre Muller  <muller@sourceware.org>
4331
4332         * corelow.c (core_open): Print GDB signal name instead of target
4333         signal number.
4334
4335 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
4336
4337         * .gitignore: Add /gcore.
4338
4339 2013-06-13  Doug Evans  <dje@google.com>
4340
4341         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4342         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4343
4344 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
4345
4346         * stack.c (backtrace_command_1): Fix indentation.
4347
4348 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4349
4350         * window-nat.c (thread_rec): Add missing empty line after
4351         local variable declaration.
4352
4353 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4354
4355         * windows-nat.c (thread_rec): Revert format used to print
4356         error code returned by SuspendThread from %d back to %u.
4357
4358 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4359
4360         * windows-nat.c (windows_continue): Add "0x" prefix for thread
4361         ID in debug trace.
4362         (get_windows_debug_event): Likewise, for all debug traces.
4363
4364 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4365
4366         * window-nat.c (thread_rec): Add thread ID in SuspendThread
4367         warning message.
4368
4369 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
4370             Yao Qi  <yao@codesourcery.com>
4371
4372         * mi/mi-main.c (get_register): Remove declaration.
4373         (output_register): Declare.
4374         (mi_cmd_data_list_register_values): Remove local variable
4375         'tuple_cleanup'.  Move some code into output_register.
4376         (get_register): Renamed to ...
4377         (output_register): ... this.  Output the register's
4378         "number" ui_out tuple here.
4379
4380 2013-06-07  Pedro Alves  <palves@redhat.com>
4381
4382         * darwin-nat.c: Fix formating in copyright header.
4383         * darwin-nat.h: Likewise.
4384         * gnu-nat.c: Likewise.
4385         * machoread.c: Likewise.
4386
4387 2013-06-07  Pedro Alves  <palves@redhat.com>
4388
4389         PR server/14823
4390         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
4391         static.  Output a global target description pointer.
4392         (init_registers_${name}): Adjust to initialize a
4393         target description structure.
4394
4395 2013-06-07  Will Newton  <will.newton@linaro.org>
4396
4397         * printcmd.c (build_address_symbolic): Call
4398         gdbarch_addr_bits_remove for text minimal symbols.
4399
4400 2013-06-07  Will Newton  <will.newton@linaro.org>
4401
4402         * MAINTAINERS: Add myself to Write After Approval.
4403
4404 2013-06-07  Yao Qi  <yao@codesourcery.com>
4405
4406         * tracepoint.c (start_tracing): Move code to ...
4407         (trace_reset_local_state): ... here.  New.
4408         (disconnect_tracing): Don't call set_current_traceframe,
4409         set_tracepoint_num, and set_traceframe_context. Call
4410         trace_reset_local_state instead.
4411         (tfile_close): Call trace_reset_local_state.
4412         * ctf.c (ctf_close): Likewise.
4413         * remote.c (remote_close): Likewise.
4414         * tracepoint.h (trace_reset_local_state): Declare.
4415
4416 2013-06-06  Doug Evans  <dje@google.com>
4417
4418         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4419         and fix header docs.
4420
4421 2013-06-05  Doug Evans  <dje@google.com>
4422             Keith Seitz  <keiths@redhat.com>
4423
4424         PR 15519
4425         * cp-namespace.c (find_symbol_in_baseclass): Call
4426         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4427         Check result of call to lookup_symbol_static.
4428         Call lookup_static_symbol_aux unconditionally.
4429         Call check_typedef on base types before accessing them.
4430         (cp_lookup_nested_symbol): Fix comment.
4431
4432 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
4433
4434         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4435         minimal symbols pointing to function descriptors.
4436
4437 2013-06-05  Tom Tromey  <tromey@redhat.com>
4438
4439         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4440
4441 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4442             Pedro Alves  <palves@redhat.com>
4443
4444         * remote.c (remote_wait_as): Restore signal handler before returning
4445         when GDB gets a notification.
4446
4447 2013-06-04  Gary Benson  <gbenson@redhat.com>
4448
4449         PR 2328
4450         * breakpoint.h (handle_solib_event): Moved function declaration
4451         to solib.h.
4452         * breakpoint.c (handle_solib_event): Moved function to solib.c.
4453         (bpstat_stop_status): Pass new argument to handle_solib_event.
4454         * solib.h (update_solib_breakpoints): New function declaration.
4455         (handle_solib_event): Moved function declaration from
4456         breakpoint.h.
4457         * solib.c (update_solib_breakpoints): New function.
4458         (handle_solib_event): Moved function from breakpoint.c.
4459         Updated to call solib_ops->handle_event if not NULL.
4460         * solist.h (target_so_ops): New fields "update_breakpoints" and
4461         "handle_event".
4462         * infrun.c (set_stop_on_solib_events): New function.
4463         (_initialize_infrun): Use the above for "set
4464         stop-on-solib-events".
4465         (handle_inferior_event): Pass new argument to handle_solib_event.
4466         * solib-svr4.c (probe.h): New include.
4467         (svr4_free_library_list): New forward declaration.
4468         (probe_action): New enum.
4469         (probe_info): New struct.
4470         (probe_info): New static variable.
4471         (NUM_PROBES): New definition.
4472         (svr4_info): New fields "using_xfer", "probes_table" and
4473         "solib_list".
4474         (free_probes_table): New function.
4475         (free_solib_list): New function.
4476         (svr4_pspace_data_cleanup): Free probes table and solib list.
4477         (svr4_copy_library_list): New function.
4478         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4479         (svr4_read_so_list): New parameter "prev_lm".
4480         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4481         (svr4_current_sos): New function.
4482         (probe_and_action): New struct.
4483         (hash_probe_and_action): New function.
4484         (equal_probe_and_action): Likewise.
4485         (register_solib_event_probe): Likewise.
4486         (solib_event_probe_at): Likewise.
4487         (solib_event_probe_action): Likewise.
4488         (solist_update_full): Likewise.
4489         (solist_update_incremental): Likewise.
4490         (disable_probes_interface_cleanup): Likewise.
4491         (svr4_handle_solib_event): Likewise.
4492         (svr4_update_solib_event_breakpoint): Likewise.
4493         (svr4_update_solib_event_breakpoints): Likewise.
4494         (svr4_create_solib_event_breakpoints): Likewise.
4495         (enable_break): Free probes table before creating breakpoints.
4496         Use svr4_create_solib_event_breakpoints to create breakpoints.
4497         (svr4_solib_create_inferior_hook): Free the solib list.
4498         (_initialize_svr4_solib): Initialise
4499         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4500
4501 2013-06-04  Gary Benson  <gbenson@redhat.com>
4502
4503         * target.h (target_ops): New field
4504         "to_augmented_libraries_svr4_read".
4505         (target_augmented_libraries_svr4_read): New macro.
4506         * target.c (update_current_target): Handle
4507         to_augmented_libraries_svr4_read.
4508         * remote.c (remote_state): New field
4509         "augmented_libraries_svr4_read".
4510         (remote_augmented_libraries_svr4_read_feature): New function.
4511         (remote_protocol_features): Add entry for
4512         "augmented-libraries-svr4-read".
4513         (remote_augmented_libraries_svr4_read): New function.
4514         (init_remote_ops): Initialize
4515         remote_ops.to_augmented_libraries_svr4_read.
4516
4517 2013-06-04  Gary Benson  <gbenson@redhat.com>
4518
4519         * NEWS: Update.
4520
4521 2013-06-04  Gary Benson  <gbenson@redhat.com>
4522
4523         * objfiles.h (inhibit_section_map_updates): New function
4524         declaration.
4525         (resume_section_map_updates): Likewise.
4526         (resume_section_map_updates_cleanup): Likewise.
4527         * objfiles.c (objfile_pspace_info): Removed field
4528         "objfiles_changed_p".  New fields "new_objfiles_available",
4529         "section_map_dirty" and "inhibit_updates".
4530         (allocate_objfile): Set new_objfiles_available.
4531         (free_objfile): Set section_map_dirty.
4532         (objfile_relocate1): Likewise.
4533         (in_plt_section): Likewise.
4534         (find_pc_section): Update the conditions under which the
4535         section map will be updated.
4536         (inhibit_section_map_updates): New function.
4537         (resume_section_map_updates): Likewise.
4538         (resume_section_map_updates_cleanup): Likewise.
4539
4540 2013-06-04  Gary Benson  <gbenson@redhat.com>
4541
4542         * probe.h (get_probe_argument_count): New declaration.
4543         (evaluate_probe_argument): Likewise.
4544         * probe.c (get_probe_argument_count): New function.
4545         (evaluate_probe_argument): Likewise.
4546         (probe_safe_evaluate_at_pc): Use the above new functions.
4547
4548 2013-06-04  Alan Modra  <amodra@gmail.com>
4549
4550         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4551         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4552         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
4553         target mem reads on optional insns.
4554         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4555         ppc_insns_match_pattern calls.
4556         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4557         Add match for power7 thread safety insns, and new order of
4558         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
4559         invocation in comment, and update rest of comment.
4560         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4561         PPC64_STANDARD_LINKAGE3_LEN): Delete.
4562         (ppc64_standard_linkage2_target): Update insn offsets.
4563         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
4564         stubs first.  Update calls.
4565
4566 2013-06-04  Yao Qi  <yao@codesourcery.com>
4567
4568         * solib.c (solib_find): Don't need dir separator if path has
4569         drive spec.
4570
4571 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
4572
4573         Revert (indirectly causes a SIGSEGV):
4574         * machoread.c (macho_symfile_read): Assign first cleanup to
4575         'back_to'.
4576
4577 2013-06-03  Yao Qi  <yao@codesourcery.com>
4578
4579         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4580         mi-parse.c.  Make them static.
4581         (mi_all_values): Likewise.
4582         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
4583         mi_parse_print_values.  Make it external.
4584         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4585         Remove the declarations.
4586         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4587         * mi/mi-parse.h (mi_parse_print_values): Declare.
4588         * mi/mi-cmd-stack.c: Include mi-parse.h.
4589         (parse_print_values): Remove
4590         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4591         of parse_print_values.
4592         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4593
4594 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
4595             Yao Qi  <yao@codesourcery.com>
4596
4597         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4598         (encode_actions): Move code to ...
4599         (all_tracepoint_actions_and_cleanup): ... here.  New.
4600         (trace_dump_command): Likewise.
4601
4602 2013-05-30  Tom Tromey  <tromey@redhat.com>
4603
4604         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4605
4606 2013-05-30  Tom Tromey  <tromey@redhat.com>
4607
4608         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4609         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
4610         'old_chain' argument.  Add 'parser_result' argument.
4611         (gdb_xml_create_parser_and_cleanup): Remove old version.
4612         (gdb_xml_parse_quick): Update.
4613         (xml_process_xincludes): Update.
4614         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4615         declare.
4616
4617 2013-05-30  Tom Tromey  <tromey@redhat.com>
4618
4619         * probe.c (collect_probes): Check arguments for NULL before
4620         calling compile_rx_or_error.
4621         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4622         Remove NULL return.
4623
4624 2013-05-30  Tom Tromey  <tromey@redhat.com>
4625
4626         * infrun.c (adjust_pc_after_break): Introduce an outer null
4627         cleanup.
4628
4629 2013-05-30  Tom Tromey  <tromey@redhat.com>
4630
4631         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4632
4633 2013-05-30  Tom Tromey  <tromey@redhat.com>
4634
4635         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4636         for 'old_chain'.  Do not check 'head' before processing
4637         cleanups.
4638
4639 2013-05-30  Tom Tromey  <tromey@redhat.com>
4640
4641         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4642         "cleanup_tuple".
4643
4644 2013-05-30  Tom Tromey  <tromey@redhat.com>
4645
4646         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4647         inner scope.  Unconditionally call do_cleanups.
4648
4649 2013-05-30  Tom Tromey  <tromey@redhat.com>
4650
4651         * source.c (find_and_open_source): Call do_cleanups.
4652
4653 2013-05-30  Tom Tromey  <tromey@redhat.com>
4654
4655         * linux-thread-db.c (thread_db_load_search): Unconditionally
4656         call do_cleanups.
4657
4658 2013-05-30  Tom Tromey  <tromey@redhat.com>
4659
4660         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4661         for 'cleanup'; instead use a later one.
4662
4663 2013-05-30  Tom Tromey  <tromey@redhat.com>
4664
4665         * python/py-breakpoint.c (bppy_get_commands): Use
4666         explicit, unconditional return.
4667         * python/py-frame.c (frapy_read_var): Likewise.
4668         * python/python.c (gdbpy_decode_line): Likewise.
4669
4670 2013-05-30  Tom Tromey  <tromey@redhat.com>
4671
4672         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4673         do_cleanups on all return paths.
4674
4675 2013-05-30  Tom Tromey  <tromey@redhat.com>
4676
4677         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4678
4679 2013-05-30  Tom Tromey  <tromey@redhat.com>
4680
4681         * stabsread.c (read_struct_type): Call do_cleanups along
4682         all return paths.
4683
4684 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
4685
4686         * mips-linux-tdep.c: Adjust formatting throughout.
4687
4688 2013-05-30  Tom Tromey  <tromey@redhat.com>
4689
4690         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4691         along all return paths.
4692
4693 2013-05-30  Tom Tromey  <tromey@redhat.com>
4694
4695         * symfile.c (find_separate_debug_file): Call do_cleanups
4696         along all return paths.
4697
4698 2013-05-30  Tom Tromey  <tromey@redhat.com>
4699
4700         * symtab.c (search_symbols): Introduce a null cleanup for
4701         'retval_chain'.
4702
4703 2013-05-30  Tom Tromey  <tromey@redhat.com>
4704
4705         * python/py-value.c (valpy_binop): Call do_cleanups before
4706         exiting loop.
4707
4708 2013-05-30  Tom Tromey  <tromey@redhat.com>
4709
4710         * python/py-prettyprint.c (print_children): Remove extra
4711         do_cleanups call.
4712
4713 2013-05-30  Tom Tromey  <tromey@redhat.com>
4714
4715         * python/py-frame.c (frapy_read_var): Call do_cleanups along
4716         all return paths.
4717
4718 2013-05-30  Tom Tromey  <tromey@redhat.com>
4719
4720         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4721         along all return paths.
4722
4723 2013-05-30  Tom Tromey  <tromey@redhat.com>
4724
4725         * cli/cli-logging.c (set_logging_redirect): Unconditionally
4726         call do_cleanups.
4727
4728 2013-05-30  Tom Tromey  <tromey@redhat.com>
4729
4730         * varobj.c (c_value_of_root): Call do_cleanups along all
4731         return paths.
4732
4733 2013-05-30  Tom Tromey  <tromey@redhat.com>
4734
4735         * tracepoint.c (trace_dump_command): Unconditionally call
4736         do_cleanups.
4737
4738 2013-05-30  Tom Tromey  <tromey@redhat.com>
4739
4740         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4741         do_cleanups earlier.
4742
4743 2013-05-30  Tom Tromey  <tromey@redhat.com>
4744
4745         * machoread.c (macho_symfile_read): Assign first cleanup to
4746         'back_to'.
4747
4748 2013-05-30  Tom Tromey  <tromey@redhat.com>
4749
4750         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4751
4752 2013-05-30  Tom Tromey  <tromey@redhat.com>
4753
4754         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4755
4756 2013-05-30  Tom Tromey  <tromey@redhat.com>
4757
4758         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4759         call discard_cleanups.
4760         (inf_ptrace_attach): Likewise.
4761
4762 2013-05-30  Tom Tromey  <tromey@redhat.com>
4763
4764         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4765         return paths.
4766         (mips_initialize): Likewise.
4767         (common_open): Call do_cleanups.
4768
4769 2013-05-30  Tom Tromey  <tromey@redhat.com>
4770
4771         * utils.c (internal_vproblem): Call do_cleanups.
4772
4773 2013-05-30  Tom Tromey  <tromey@redhat.com>
4774
4775         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4776
4777 2013-05-30  Tom Tromey  <tromey@redhat.com>
4778
4779         * cli/cli-script.c (setup_user_args): Don't return after error.
4780
4781 2013-05-30  Tom Tromey  <tromey@redhat.com>
4782
4783         * somread.c (som_symtab_read): Call do_cleanups.
4784
4785 2013-05-30  Tom Tromey  <tromey@redhat.com>
4786
4787         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4788
4789 2013-05-30  Tom Tromey  <tromey@redhat.com>
4790
4791         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4792         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4793         * interps.c (interpreter_exec_cmd): Call do_cleanups.
4794         * source.c (show_substitute_path_command): Call do_cleanups.
4795         (unset_substitute_path_command, set_substitute_path_command):
4796         Likewise.
4797         * symfile.c (load_command): Call do_cleanups.
4798
4799 2013-05-30  Tom Tromey  <tromey@redhat.com>
4800
4801         * contrib/cleanup_check.py: New file.
4802         * contrib/gcc-with-excheck: Add option parsing.
4803
4804 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
4805
4806         * windows-nat.c (windows_delete_thread): Add missing space
4807         in cast expression.
4808
4809 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
4810
4811         * inferior.c (top level): Include tilde.h.
4812         (add_inferior_command): Call tilde_expand on the value of 'exec'
4813         argument.
4814
4815 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
4816             Yao Qi  <yao@codesourcery.com>
4817
4818         * tracepoint.c (encode_actions_1): Remove parameter 't'.
4819         Caller update.
4820         (encode_actions): Likewise.
4821         * remote.c (remote_download_tracepoint): Caller update.
4822         * tracepoint.h (encode_actions): Update declaration.
4823
4824 2013-05-30  Pedro Alves  <palves@redhat.com>
4825
4826         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4827         pointer.
4828
4829 2013-05-30  Yao Qi  <yao@codesourcery.com>
4830
4831         * remote.c (remote_check_symbols): Remove unused parameter
4832         'objfile'.
4833         Declaration update.
4834         (remote_start_remote, remote_new_objfile): Caller update.
4835
4836 2013-05-30  Yao Qi  <yao@codesourcery.com>
4837
4838         * mi/mi-cmds.c (mi_cmds): Define MI command
4839         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4840         DEF_MI_CMD_CLI.
4841
4842 2013-05-29  Pedro Alves  <palves@redhat.com>
4843
4844         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4845         (remote_insert_watchpoint, remote_remove_watchpoint)
4846         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4847         (remote_verify_memory, compare_sections_command)
4848         (remote_search_memory): Set the general process/thread on the
4849         remote side.
4850
4851 2013-05-29  Pedro Alves  <palves@redhat.com>
4852
4853         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4854         (_initialize_aarch64_tdep): Don't call
4855         initialize_tdesc_aarch64_without_fpu.
4856         * features/Makefile (WHICH): Remove reference to
4857         aarch64-without-fpu.
4858         * features/aarch64-without-fpu.c: Delete file.
4859         * regformats/aarch64-without-fpu.dat: Delete file.
4860
4861 2013-05-28  Yao Qi  <yao@codesourcery.com>
4862
4863         * tracepoint.c (stringify_collection_list): Remove parameter
4864         'string'.
4865         (encode_actions): Caller update.  Remove local variables.
4866
4867 2013-05-24  Yao Qi  <yao@codesourcery.com>
4868
4869         * tracepoint.c (TFILE_PID): Remove.
4870         (tfile_open): Don't add thread and inferior.
4871         (tfile_close): Don't set 'inferior_ptid'.  Don't call
4872         exit_inferior_silent.
4873         (tfile_thread_alive): Remove.
4874         (init_tfile_ops): Don't set field 'to_thread_alive' of
4875         tfile_ops.
4876
4877 2013-05-23  Doug Evans  <dje@google.com>
4878
4879         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4880
4881 2013-05-23  Pedro Alves  <palves@redhat.com>
4882
4883         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4884         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4885         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4886         Only define if HAVE_SOCKETS is defined.
4887         * configure.ac: Check for sys/socket.h.
4888         * config.in, configure: Regenerate.
4889
4890 2013-05-23  Pedro Alves  <palves@redhat.com>
4891
4892         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4893         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4894         printing uint32_t variables.
4895
4896 2013-05-23  Pedro Alves  <palves@redhat.com>
4897
4898         * NEWS: Mention GDBserver range stepping support.
4899
4900 2013-05-23  Yao Qi  <yao@codesourcery.com>
4901             Pedro Alves  <palves@redhat.com>
4902
4903         * gdbthread.h (struct thread_control_state) <may_range_step>: New
4904         field.
4905         * infcmd.c (step_once, until_next_command): Enable range stepping.
4906         * infrun.c (displaced_step_prepare): Disable range stepping.
4907         (resume): Disable range stepping if stepping over a breakpoint or
4908         we have software watchpoints.  If range stepping is enabled,
4909         assert the thread is in the stepping range.
4910         (clear_proceed_status_thread): Clear may_range_step.
4911         (handle_inferior_event): Disable range stepping as soon as we know
4912         the thread that hit the event.  Re-enable it whenever we're going
4913         to step with a step range.
4914         * remote.c (struct vCont_action_support) <r>: New field.
4915         (use_range_stepping): New global.
4916         (remote_vcont_probe): Handle 'r' action.
4917         (append_resumption): Append an 'r' action if the thread may range
4918         step.
4919         (show_range_stepping): New function.
4920         (set_range_stepping): New function.
4921         (_initialize_remote): Call add_setshow_boolean_cmd to register the
4922         'set range-stepping' and 'show range-stepping' commands.
4923         * NEWS: Mention range stepping, the new vCont;r action, and the
4924         new "set/show range-stepping" commands.
4925
4926 2013-05-23  Yao Qi  <yao@codesourcery.com>
4927             Pedro Alves  <palves@redhat.com>
4928
4929         * remote.c (struct vCont_action_support): New struct.
4930         (struct remote_state) <support_vCont_t>: Remove field.
4931         <vCont_actions_support>: New field.
4932         (remote_vcont_probe, remote_stop_ns): Update.
4933
4934 2013-05-23  Yao Qi  <yao@codesourcery.com>
4935             Pedro Alves  <palves@redhat.com>
4936
4937         * gdbthread.h (pc_in_thread_step_range): New declaration.
4938         * thread.c (pc_in_thread_step_range): New function.
4939         * infrun.c (handle_inferior_event): Use it.
4940
4941 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
4942
4943         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4944         of sprintf.
4945
4946 2013-05-22  Keith Seitz  <keiths@redhat.com>
4947
4948         * ada-lang.c (is_known_support_routine): Add explicit free of
4949         'func_name' from find_frame_funname.
4950         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4951         for func_name from find_frame_funname.
4952         * python/py-frame.c (frapy_name): Add explicit free of
4953         'name' from find_frame_funname.
4954         * stack.c (find_frame_funname): Add comment explaining that
4955         funcp must be freed by the caller.
4956         Return copy of symbol names instead of pointers.
4957         (print_frame): Add a cleanup for 'funname' from
4958         find_frame_funname.
4959         * stack.h (find_frame_funname): Remove "const" from
4960         'funname' parameter.
4961
4962 2013-05-22  Tom Tromey  <tromey@redhat.com>
4963
4964         PR c++/15401:
4965         * c-valprint.c (c_value_print): Use value_addr for
4966         references.  Convert back to reference type with value_ref.
4967
4968 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
4969
4970         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4971         unloaded DLL, it will be done by handle_solib_event.  See
4972         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4973         details.
4974
4975 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
4976
4977         * ui-out.c: Create typedef ui_out_level_p and define vector
4978         operations for that type.
4979         (struct ui_out): Use a vector instead of an array.
4980         (current_level): Return level from a vector.
4981         (push_level): Create a level in a vector.
4982         (pop_level): Delete a level in a vector.
4983         (ui_out_new): Create initial level zero level, and store in a
4984         vector.
4985         (ui_out_destroy): Add vector cleanup.
4986
4987 2013-05-22  Pedro Alves  <palves@redhat.com>
4988
4989         * python/python-internal.h (gdb_Py_DECREF): Tag with
4990         "ARI: editCase function".
4991
4992 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
4993
4994         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4995
4996 2013-05-21  Pedro Alves  <palves@redhat.com>
4997
4998         * python/py-prettyprint.c (apply_val_pretty_printer): Check
4999         whether PRINTER is NULL before installing a Py_DECREF cleanup.
5000         * python/py-utils.c (py_decref): Don't check for NULL before
5001         calling Py_DECREF.
5002
5003 2013-05-21  Pedro Alves  <palves@redhat.com>
5004
5005         * python/py-utils.c (py_decref): Remove extra braces.
5006         (gdb_pymodule_addobject): Remove extra braces.
5007         * python-internal.h (gdb_Py_DECREF): New static inline function.
5008         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5009
5010 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5011
5012         * breakpoints.c (detach_breakpoints): Do not
5013         detach breakpoints locations with loc_type bp_loc_other.
5014
5015 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5016
5017         Workaround Python 2.6.
5018         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5019         a block.
5020
5021 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5022
5023         Code cleanup: constification.
5024         * solib.c (solib_ops): Make return type and ops variable type const.
5025         (set_solib_ops): Make the new_ops parameter and ops variable const.
5026         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5027         (solib_add, solib_keep_data_in_core, clear_solib)
5028         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5029         (reload_shared_libraries, solib_global_lookup): Make the ops variable
5030         const.
5031         * solib.h (set_solib_ops): Make the new_ops parameter const.
5032
5033 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5034
5035         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5036         variable.
5037         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5038         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5039         (SYSTEM_GDBINIT_FILES): New variables.
5040         (all): Add stamp-system-gdbinit.
5041         (stamp-system-gdbinit): New rule.
5042         (clean-system-gdbinit, install-system-gdbinit)
5043         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
5044         (install-only): Add dependency on install-system-gdbinit.
5045         (uninstall): Add dependency on uninstall-system-gdbinit.
5046         (clean): Add dependency on clean-system-gdbinit.
5047         * system-gdbinit/elinos.py: New file.
5048         * system-gdbinit/wrs-linux.py: New file.
5049
5050 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
5051
5052         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5053
5054 2013-05-21  Hui Zhu  <hui@codesourcery.com>
5055
5056         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5057         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5058         * mi/mi-cmd-break.c (ctype.h): New include.
5059         (gdb_obstack.h): New include.
5060         (mi_argv_to_format, mi_cmd_break_insert_1): New.
5061         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5062         (mi_cmd_dprintf_insert): New.
5063         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5064         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5065
5066 2013-05-20  Tom Tromey  <tromey@redhat.com>
5067
5068         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5069
5070 2013-05-20  Tom Tromey  <tromey@redhat.com>
5071
5072         * python/py-value.c (valpy_get_dynamic_type): Simplify
5073         dynamic_type assignment.  Use Py_XINCREF.
5074
5075 2013-05-20  Tom Tromey  <tromey@redhat.com>
5076
5077         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5078
5079 2013-05-20  Tom Tromey  <tromey@redhat.com>
5080
5081         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5082         (gdbpy_selected_frame): Move object-construction code
5083         out of TRY_CATCH.
5084
5085 2013-05-20  Tom Tromey  <tromey@redhat.com>
5086
5087         * python/py-arch.c (gdbpy_initialize_arch): Use
5088         gdb_pymodule_addobject.
5089         * python/py-block.c (gdbpy_initialize_blocks): Use
5090         gdb_pymodule_addobject.
5091         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5092         gdb_pymodule_addobject.
5093         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
5094         gdb_pymodule_addobject.
5095         * python/py-event.c (gdbpy_initialize_event_generic): Use
5096         gdb_pymodule_addobject.
5097         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
5098         gdb_pymodule_addobject.
5099         * python/py-evts.c (add_new_registry): Use
5100         gdb_pymodule_addobject.
5101         (gdbpy_initialize_py_events): Likewise.
5102         * python/py-finishbreakpoint.c
5103         (gdbpy_initialize_finishbreakpoints): Use
5104         gdb_pymodule_addobject.
5105         * python/py-frame.c (gdbpy_initialize_frames): Use
5106         gdb_pymodule_addobject.
5107         * python/py-function.c (gdbpy_initialize_functions): Use
5108         gdb_pymodule_addobject.
5109         * python/py-inferior.c (gdbpy_initialize_inferior): Use
5110         gdb_pymodule_addobject.
5111         * python/py-infthread.c (gdbpy_initialize_thread): Use
5112         gdb_pymodule_addobject.
5113         * python/py-objfile.c (gdbpy_initialize_objfile): Use
5114         gdb_pymodule_addobject.
5115         * python/py-param.c (gdbpy_initialize_parameters): Use
5116         gdb_pymodule_addobject.
5117         * python/py-progspace.c (gdbpy_initialize_pspace): Use
5118         gdb_pymodule_addobject.
5119         * python/py-symbol.c (gdbpy_initialize_symbols): Use
5120         gdb_pymodule_addobject.
5121         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5122         gdb_pymodule_addobject.
5123         * python/py-type.c (gdbpy_initialize_types): Use
5124         gdb_pymodule_addobject.
5125         * python/py-utils.c (gdb_pymodule_addobject): New function.
5126         * python/py-value.c (gdbpy_initialize_values): Use
5127         gdb_pymodule_addobject.
5128         * python/python-internal.h (gdb_pymodule_addobject): Declare.
5129         * python/python.c (_initialize_python): Use
5130         gdb_pymodule_addobject.
5131
5132 2013-05-20  Tom Tromey  <tromey@redhat.com>
5133
5134         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5135         * python/py-param.c (get_set_value, get_show_value): Use
5136         explicit decrefs.
5137         * python/python.c (start_type_printers, apply_type_printers):
5138         Use explicit decrefs.
5139
5140 2013-05-20  Tom Tromey  <tromey@redhat.com>
5141
5142         * python/py-evts.c (gdbpy_initialize_py_events): Don't
5143         incref the module.
5144
5145 2013-05-20  Tom Tromey  <tromey@redhat.com>
5146
5147         * python/python.c (gdbpy_run_events): Decref the result
5148         of PyObject_CallObject.
5149
5150 2013-05-20  Tom Tromey  <tromey@redhat.com>
5151
5152         * python/py-symtab.c (set_sal): Use
5153         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
5154         (symtab_and_line_to_sal_object): Update.
5155
5156 2013-05-20  Tom Tromey  <tromey@redhat.com>
5157
5158         * python/py-param.c (compute_enum_values): Decref 'item'.
5159
5160 2013-05-20  Tom Tromey  <tromey@redhat.com>
5161
5162         * mi/mi-main.c: Include python-internal.h.
5163         (mi_cmd_list_features): Check gdb_python_initialized.
5164         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5165         (python_inferior_exit, python_new_objfile, add_thread_object)
5166         (delete_thread_object, py_free_inferior): Check
5167         gdb_python_initialized.
5168         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5169         gdb_python_initialized.
5170         * python/py-type.c (save_objfile_types): Check
5171         gdb_python_initialized.
5172         * python/python-internal.h (gdb_python_initialized): Declare.
5173         * python/python.c (ensure_python_env): Throw exception if
5174         Python not initialized.
5175         (before_prompt_hook, source_python_script_for_objfile)
5176         (start_type_printers, apply_type_printers,
5177         free_type_printers): Check gdb_python_initialized.
5178         * varobj.c (varobj_get_display_hint)
5179         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5180         (install_new_value_visualizer, varobj_set_visualizer)
5181         (value_get_print_value): Check gdb_python_initialized.
5182
5183 2013-05-20  Tom Tromey  <tromey@redhat.com>
5184
5185         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5186         Check errors.
5187         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5188         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5189         Check errors.
5190         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5191         Check errors.
5192         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5193         Check errors.
5194         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5195         Check errors.
5196         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5197         init function to return 'int'.
5198         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5199         Return 'int'.  Check errors.
5200         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5201         Check errors.
5202         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5203         Return 'int'.  Check errors.
5204         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5205         Check errors.
5206         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5207         Check errors.
5208         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5209         Check errors.
5210         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5211         Check errors.
5212         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5213         Check errors.
5214         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5215         Check errors.
5216         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5217         Check errors.
5218         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5219         Check errors.
5220         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5221         Check errors.
5222         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5223         Check errors.
5224         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5225         Check errors.
5226         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5227         Check errors.
5228         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5229         Check errors.
5230         * python/python-internal.h (gdbpy_initialize_auto_load,
5231         gdbpy_initialize_values, gdbpy_initialize_frames,
5232         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5233         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5234         gdbpy_initialize_blocks, gdbpy_initialize_types,
5235         gdbpy_initialize_functions, gdbpy_initialize_pspace,
5236         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5237         gdbpy_initialize_finishbreakpoints,
5238         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5239         gdbpy_initialize_thread, gdbpy_initialize_inferior,
5240         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5241         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5242         gdbpy_initialize_signal_event,
5243         gdbpy_initialize_breakpoint_event,
5244         gdbpy_initialize_continue_event,
5245         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5246         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5247         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5248         * python/python.c (gdb_python_initialized): New global.
5249         (gdbpy_initialize_events): Return 'int'.  Check errors.
5250         (_initialize_python): Check errors.  Set
5251         gdb_python_initialized.
5252
5253 2013-05-20  Tom Tromey  <tromey@redhat.com>
5254
5255         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5256         Decref the reslut of PyObject_CallMethod.
5257
5258 2013-05-20  Tom Tromey  <tromey@redhat.com>
5259
5260         * python/py-event.c (gdbpy_initialize_event_generic): Return
5261         early if PyType_Ready fails.
5262
5263 2013-05-20  Tom Tromey  <tromey@redhat.com>
5264
5265         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5266         as 'default' in the switch.
5267
5268 2013-05-20  Tom Tromey  <tromey@redhat.com>
5269
5270         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
5271         get_addr_from_python calls out of TRY_CATCH.
5272         (infpy_write_memory, infpy_search_memory): Likewise.
5273         * python/py-utils.c (get_addr_from_python): Return negative
5274         value on error.  Use TRY_CATCH.
5275         * python/python-internal.h (get_addr_from_python): Use
5276         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5277
5278 2013-05-20  Tom Tromey  <tromey@redhat.com>
5279
5280         * python/py-event.c (evpy_emit_event): Decref the
5281         result of PyObject_CallFunctionObjArgs.
5282
5283 2013-05-20  Tom Tromey  <tromey@redhat.com>
5284
5285         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5286         Correctly decref.
5287
5288 2013-05-20  Tom Tromey  <tromey@redhat.com>
5289
5290         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5291
5292 2013-05-20  Tom Tromey  <tromey@redhat.com>
5293
5294         * python/py-event.h (gdbpy_initialize_event_generic): Use
5295         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5296         * python/py-evts.c (add_new_registry): Use
5297         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5298         * python/python-internal.h
5299         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5300
5301 2013-05-20  Tom Tromey  <tromey@redhat.com>
5302
5303         * python/py-arch.c (archpy_disassemble): Update.
5304         * python/py-type.c (typy_get_composite, typy_lookup_typename)
5305         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5306         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5307         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5308         macro.
5309         (GDB_PY_HANDLE_EXCEPTION): Update.
5310         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
5311
5312 2013-05-20  Tom Tromey  <tromey@redhat.com>
5313
5314         * python/python-internal.h (events_object_type): Remove.
5315
5316 2013-05-20  Tom Tromey  <tromey@redhat.com>
5317
5318         * python/py-event.h (evpy_emit_event): Use
5319         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5320         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5321         New macro.
5322
5323 2013-05-20  Tom Tromey  <tromey@redhat.com>
5324
5325         * py-evtregistry.c (create_event_object): Decref
5326         eventregistry_object if PyList_New fails.
5327
5328 2013-05-20  Tom Tromey  <tromey@redhat.com>
5329
5330         * py-cmd.c (gdbpy_string_to_argv): Check result of
5331         PyList_New.
5332
5333 2013-05-20  Tom Tromey  <tromey@redhat.com>
5334
5335         * python/python.c (before_prompt_hook): Add cleanup to
5336         decref 'hook'.
5337
5338 2013-05-20  Tom Tromey  <tromey@redhat.com>
5339
5340         * python/py-function.c (fnpy_init): Decref result of
5341         PyObject_GetAttrString.
5342
5343 2013-05-20  Tom Tromey  <tromey@redhat.com>
5344
5345         * python/py-threadevent.c (get_event_thread): Use
5346         CPYCHECKER_RETURNS_BORROWED_REF.
5347         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5348         New define.
5349         (pspace_to_pspace_object, objfile_to_objfile_object)
5350         (find_thread_object): Use it.
5351
5352 2013-05-20  Tom Tromey  <tromey@redhat.com>
5353
5354         * python/py-arch.c (arch_object_type): Use
5355         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5356         * python/py-block.c (block_syms_iterator_object_type):
5357         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5358         * python/py-bpevent.c (breakpoint_event_object_type):
5359         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5360         * python/py-cmd.c (cmdpy_object_type): Use
5361         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5362         * python/py-continueevent.c (continue_event_object_type):
5363         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5364         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5365         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5366         * python/py-events.h (thread_event_object_type):
5367         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5368         * python/py-evtregistry.c (eventregistry_object_type): Use
5369         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5370         * python/py-exitedevent.c (exited_event_object_type):
5371         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5372         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5373         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5374         * python/py-function.c (fnpy_object_type): Use
5375         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5376         * python/py-inferior.c (inferior_object_type, membuf_object_type):
5377         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5378         * python/py-infthread.c (thread_object_type): Use
5379         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5380         * python/py-lazy-string.c (lazy_string_object_type):
5381         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5382         * python/py-newobjfileevent.c (new_objfile_event_object_type):
5383         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5384         * python/py-objfile.c (objfile_object_type): Use
5385         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5386         * python/py-param.c (parmpy_object_type):
5387         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5388         * python/py-progspace.c (pspace_object_type):
5389         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5390         * python/py-signalevent.c (signal_event_object_type):
5391         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5392         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5393         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5394         * python/py-type.c (type_object_type, field_object_type)
5395         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5396         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5397         define.
5398         (value_object_type, block_object_type, symbol_object_type)
5399         (event_object_type, stop_event_object_type, breakpoint_object_type)
5400         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5401
5402 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
5403
5404         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5405         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5406
5407 2013-05-20  Doug Evans  <dje@google.com>
5408
5409         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
5410         For Fission.
5411         * dwarf2read.c (struct dwarf2_per_cu_data): New member
5412         reading_dwo_directly.
5413         (struct signatured_type): New member dwo_unit.
5414         (struct die_reader_specs): New member comp_dir.
5415         (create_signatured_type_table_from_index): Use malloc for
5416         all_type_units instead of objfile's obstack.
5417         (create_all_type_units): Ditto.
5418         (fill_in_sig_entry_from_dwo_entry): New function.
5419         (add_type_unit): New function.
5420         (lookup_dwo_signatured_type): New function.
5421         (lookup_dwp_signatured_type): New function.
5422         (lookup_signatured_type): New arg cu.  All callers updated.
5423         (init_cu_die_reader): Initialize comp_dir.
5424         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
5425         Change assert of matching type signatures to call error on mismatch.
5426         (lookup_dwo_unit): Add assert.
5427         (init_tu_and_read_dwo_dies): New function.
5428         (init_cutu_and_read_dies): Call it.
5429         (build_type_unit_groups): Handle case of no type unit groups created.
5430         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5431         (lookup_dwo_cutu): Tweak complaint.
5432         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5433         (dwarf2_per_objfile_free): Free all_type_units.
5434
5435 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5436
5437         * windows-nat.c (handle_unload_dll): Add missing empty line.
5438
5439 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5440
5441         * dwarf2read.c (prototyped_function_p): New function.
5442         (read_subroutine_type): Use it.
5443
5444 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5445
5446         * rs6000-aix-tdep.c: De-indent some example code provided
5447         as a comment.
5448
5449 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5450
5451         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5452         region is ok for a hardware watchpoint using the new ptrace interface
5453         on Power servers.
5454
5455 2013-05-17  Doug Evans  <dje@google.com>
5456
5457         * NEWS: Mention new maintenance commands check-symtabs, and
5458         expand-symtabs, and renamed check-psymtabs.
5459         * psymtab.c (maintenance_check_psymtabs): Renamed from
5460         maintenance_check_symtabs.  Only process already-expanded symbol
5461         tables.
5462         (_initialize_psymtab): Update.
5463         * symmisc.c (maintenance_check_symtabs): New function.
5464         (maintenance_expand_name_matcher): New function
5465         (maintenance_expand_file_matcher): New function
5466         (maintenance_expand_symtabs): New function.
5467         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5468         commands.
5469
5470 2013-05-17  Tom Tromey  <tromey@redhat.com>
5471
5472         * python/py-inferior.c (infpy_read_memory): Don't call
5473         PyErr_SetString if PyObject_New fails.
5474         * python/py-frame.c (frame_info_to_frame_object): Don't call
5475         PyErr_SetString if PyObject_New fails.
5476
5477 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
5478
5479         * acinclude.m4: Add check for dlopen in libdl.
5480         * configure.ac: Ditto.
5481         * configure: Regenerate.
5482
5483 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
5484
5485         * frame.c (frame_stash): Convert to htab.
5486         (frame_addr_hash): New function.
5487         (frame_addr_hash_eq): New function.
5488         (frame_stash_create): Convert function to create
5489         a hash table.
5490         (frame_stash_add): Convert function to add an entry to a hash
5491         table.
5492         (frame_stash_find): Convert function to search the hash table.
5493         (frame_stash_invalidate): Convert function to empty the hash
5494         table.
5495         (get_frame_id): Only add to stash if a frame_id is created.
5496         (_initialize_frame): Call frame_stash_create.
5497
5498 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
5499
5500         * configure.ac: Ensure MIG is available when building for GNU Hurd
5501         hosts.
5502         * configure: Regenerate.
5503
5504 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5505
5506         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5507
5508 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5509
5510         * ada-lang.c (ada_make_symbol_completion_list): Make sure
5511         all cleanups are done before returning from this function.
5512
5513 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5514
5515         * utils.h: #include "exceptions.h".
5516         (enum errors): Remove partial declaration.
5517
5518 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5519
5520         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5521         * gdbarch.h, gdbarch.c: Regenerate.
5522         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5523         handling.
5524
5525         * rs6000-aix-tdep.h: New file.
5526         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5527         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5528         "xml-utils.h".
5529         (struct field_info, struct ld_info_desc): New types.
5530         (ld_info32_desc, ld_info64_desc): New static constants.
5531         (struct ld_info): New type.
5532         (rs6000_aix_extract_ld_info): New function.
5533         (rs6000_aix_shared_library_to_xml): Likewise.
5534         (rs6000_aix_ld_info_to_xml): Likewise.
5535         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5536         (rs6000_aix_init_osabi): Add call to
5537         set_gdbarch_core_xfer_shared_libraries_aix.
5538         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5539         Remove "xml-utils.h" include.
5540         (LdInfo): Delete typedef.
5541         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5542         Delete macros.
5543         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5544         Adjust code accordingly.
5545         (rs6000_core_ldinfo): Delete, folded into
5546         rs6000_aix_core_xfer_shared_libraries_aix.
5547         (rs6000_xfer_shared_library): Delete.
5548         (rs6000_xfer_shared_libraries): Reimplement.
5549
5550 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
5551
5552         * record.c (record_goto_cmdlist): New.
5553         (cmd_record_goto): Split into this ...
5554         (cmd_record_goto_begin): ... this
5555         (cmd_record_goto_end): ... and this.
5556         (_initialize_record): Change "record goto" to prefix command.
5557         Add commands for "record goto begin" and "record goto end".
5558         Add an alias for "record goto start" to "record goto begin".
5559
5560 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5561
5562         * linespec.c (convert_linespec_to_sals): New comment for
5563         SOURCE_FILENAME assignment.
5564
5565 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5566
5567         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5568         internal_warning.
5569
5570 2013-05-14  Tom Tromey  <tromey@redhat.com>
5571
5572         * eval.c (parse_and_eval_long): Make 'exp' const.
5573         * value.h (parse_and_eval_long): Update.
5574
5575 2013-05-14  Tom Tromey  <tromey@redhat.com>
5576
5577         * ui-file.c (gdb_fopen): Make arguments const.
5578         * ui-file.h (gdb_fopen): Make arguments const.
5579
5580 2013-05-14  Tom Tromey  <tromey@redhat.com>
5581
5582         * remote.c (remote_set_trace_notes): Make arguments const.
5583         * target.c (update_current_target): Update cast.
5584         * target.h (to_set_trace_notes): Make arguments const.
5585
5586 2013-05-14  Tom Tromey  <tromey@redhat.com>
5587
5588         * go32-nat.c (go32_terminal_info): Make 'args' const.
5589         * inferior.h (child_terminal_info): Update.
5590         * inflow.c (child_terminal_info): Make 'args' const.
5591         * target.c (default_terminal_info): Make 'args' const.
5592         (debug_to_terminal_save_ours): Likewise.
5593         * target.h (struct target_ops) <to_terminal_info>: Make argument
5594         const.
5595
5596 2013-05-13  Tom Tromey  <tromey@redhat.com>
5597
5598         * gcore.c (create_gcore_bfd): Make 'filename' const.
5599         * gcore.h (create_gcore_bfd): Make 'filename' const.
5600         * record-full.c (record_full_save): Make 'recfilename' const.
5601         * target.c (target_save_record): Make 'filename' const.
5602         * target.h (struct target_ops) <to_save_record>: Make 'filename'
5603         const.
5604         (target_save_record): Likewise.
5605
5606 2013-05-13  Tom Tromey  <tromey@redhat.com>
5607
5608         PR gdb/15338:
5609         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5610         ranges section has been read.
5611
5612 2013-05-13  Tom Tromey  <tromey@redhat.com>
5613
5614         PR exp/15364:
5615         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5616         STRUCTOP_PTR>: Return a not_lval value for
5617         EVAL_AVOID_SIDE_EFFECTS.
5618         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5619         for EVAL_AVOID_SIDE_EFFECTS.
5620
5621 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
5622
5623         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5624         floating point registers to register type before storing
5625         value.
5626         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5627         Likewise.
5628
5629 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5630             Tom Tromey  <tromey@redhat.com>
5631
5632         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5633         New functions.
5634         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5635         Declare.
5636         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5637         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5638         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5639         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5640
5641 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
5642             Tom Tromey  <tromey@redhat.com>
5643
5644         PR build/15414:
5645         * configure: Rebuild.
5646         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5647         with -Wno-format.
5648
5649 2013-05-10  Pedro Alves  <palves@redhat.com>
5650
5651         * remote.c (_initialize_remote): Fix spelling of
5652         qXfer:traceframe-info:read packet in packet config command.
5653
5654 2013-05-10  David Taylor  <dtaylor@emc.com>
5655
5656         PR remote/15455
5657
5658         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5659         "QTro" at start of packet.
5660
5661 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5662
5663         * solib-aix.c (solib_aix_relocate_section_addresses):
5664         For the .bss section action, apply the same offset as
5665         the .data section.
5666
5667 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5668
5669         * solib-aix.c (solib_aix_relocate_section_addresses):
5670         Remove FIXME comment.
5671
5672 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5673
5674         PR tdep/15420:
5675         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5676         New functions, directly copied from sparc-sol-thread.c.
5677         * sparc-sol-thread.c: Delete.
5678         * configure.ac: Remove code handling sparc-solaris-thread.c.
5679         * configure: Regenerate.
5680
5681 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
5682
5683         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5684         filter logic.
5685         (backtrace_command): Add "no-filters" option parsing.
5686         (_initialize_stack): Alter help to reflect "no-filters" option.
5687         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5688         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5689         (py-frame.o): Add target
5690         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5691         filter files.
5692         * python/python.h: Add new frame filter constants, and flag enum.
5693         (apply_frame_filter): Add definition.
5694         * python/python.c (apply_frame_filter): New non-Python
5695         enabled function.
5696         * python/py-utils.c (py_xdecref): New function.
5697         (make_cleanup_py_xdecref): Ditto.
5698         * python/py-objfile.c: Declare frame_filters dictionary.
5699         (objfpy_dealloc): Add frame_filters dealloc.
5700         (objfpy_new): Initialize frame_filters attribute.
5701         (objfile_to_objfile_object): Ditto.
5702         (objfpy_get_frame_filters): New function.
5703         (objfpy_set_frame_filters): New function.
5704         * python/py-progspace.c: Declare frame_filters dictionary.
5705         (pspy_dealloc): Add frame_filters dealloc.
5706         (pspy_new): Initialize frame_filters attribute.
5707         (pspacee_to_pspace_object): Ditto.
5708         (pspy_get_frame_filters): New function.
5709         (pspy_set_frame_filters): New function.
5710         * python/py-framefilter.c: New file.
5711         * python/lib/gdb/command/frame_filters.py: New file.
5712         * python/lib/gdb/frames.py: New file.
5713         * python/lib/gdb/__init__.py: Initialize global frame_filters
5714         dictionary
5715         * python/lib/gdb/FrameDecorator.py: New file.
5716         * python/lib/gdb/FrameIterator.py: New file.
5717         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5718         * mi/mi-cmds.h: Declare.
5719         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5720         --no-frame-filter logic, and Python frame filter logic.
5721         (stack_enable_frame_filters): New function.
5722         (parse_no_frame_option): Ditto.
5723         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5724         filter logic.
5725         (mi_cmd_stack_list_locals): Ditto.
5726         (mi_cmd_stack_list_args): Ditto.
5727         (mi_cmd_stack_list_variables): Ditto.
5728         * NEWS: Add frame filter note.
5729
5730 2013-05-09  Doug Evans  <dje@google.com>
5731
5732         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5733         All callers updated.
5734         (syms_from_objfile): Ditto.  Make static.
5735         (symbol_file_add_with_addrs): Renamed from
5736         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
5737         num_offsets.  All callers updated.
5738         * symfile.h (syms_from_objfile): Delete.
5739
5740         * symfile.c (decrement_reading_symtab): Add assert.
5741         (increment_reading_symtab): Ditto.
5742
5743 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
5744
5745         * source.c (forward_search_command): Replace call to getc
5746         by call to fgetc.
5747         (reverse_search_command): Likewise.
5748
5749 2013-05-08  Doug Evans  <dje@google.com>
5750
5751         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5752         matching test.
5753
5754 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5755
5756         * sol-thread.c (info_cb): Factorize the code a little.
5757
5758 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5759
5760         * sol-thread.c (info_cb): Rework the output of the "maintenance
5761         info sol-threads" command a bit.
5762
5763 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5764
5765         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5766         Replace ti.ti_startfunc by ti.ti_pc.
5767
5768 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5769
5770         * solib-aix.c (solib_aix_free_library_list): New function
5771         for the case where HAVE_LIBEXPAT is not defined.
5772
5773 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5774
5775         PR breakpoints/15413:
5776         * breakpoint.c (condition_completer): Simplify the code to
5777         disconsider multiple locations of breakpoints when completing the
5778         "condition" command.
5779
5780 2013-05-07  Pierre Muller  <muller@sourceware.org>
5781
5782         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5783         instead of <sys/wait.h>.
5784
5785 2013-05-07  Pierre Muller  <muller@sourceware.org>
5786
5787         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5788         trailing new line from warning message.
5789
5790 2013-05-07  Pierre Muller  <muller@sourceware.org>
5791
5792         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5793         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5794
5795 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5796
5797         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5798         error message (ARI fix).
5799
5800 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5801
5802         * features/library-list-aix.dtd: Replace library-list by
5803         library-list-aix.
5804         * rs6000-nat.c: Replace library-list by library-list-aix
5805         throughout.
5806         * solib-aix.c: Likewise.
5807
5808 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5809
5810         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5811         Renames TARGET_OBJECT_AIX_LIBRARIES.
5812         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5813         TARGET_OBJECT_LIBRARIES_AIX throughout.
5814         * solib-aix.c: Likwise.
5815
5816 2013-05-07  Yao Qi  <yao@codesourcery.com>
5817
5818         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5819         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5820
5821 2013-05-07  Yao Qi  <yao@codesourcery.com>
5822
5823         * solib-dsbt.c (enable_break): Declare.
5824         (dsbt_current_sos): Remove call to enable_break2.
5825         (enable_break2): Rename to enable_break.  Set solib breakpoint
5826         on '_dl_debug_state'.
5827         (enable_break): Remove.
5828
5829 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
5830
5831         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5832         debug state prior to replicating existing hardware watchpoints or
5833         breakpoints.
5834
5835 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5836
5837         * gcore.c (gcore_create_callback): Ignore sections with
5838         separate_debug_objfile_backlink != NULL.
5839
5840 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
5841             Andrew Jenner  <andrew@codesourcery.com>
5842             Chung-Lin Tang  <cltang@codesourcery.com>
5843             Julian Brown  <julian@codesourcery.com>
5844
5845         Based on the nios2-elf port from Altera Corporation.
5846
5847         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5848         nios2-linux-tdep.o.
5849         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5850         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5851         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5852         * nios2-tdep.h: New.
5853         * nios2-tdep.c: New.
5854         * nios2-linux-tdep.c: New.
5855         * features/Makefile (WHICH): Add nios2-linux.
5856         (nios2-linux-expedite): Set.
5857         * features/nios2-cpu.xml: New.
5858         * features/nios2.xml: New.
5859         * features/nios2-linux.xml: New.
5860         * features/nios2.c: New (autogenerated).
5861         * features/nios2-linux.c: New (autogenerated).
5862         * regformats/nios2-linux.dat: New (autogenerated).
5863         * NEWS (Changes since GDB 7.6): Add new Nios II targets
5864         and commands.
5865
5866 2013-05-06  Doug Evans  <dje@google.com>
5867
5868         * symfile.c: Whitespace cleanup.
5869
5870         * solist.h (struct target_so_ops): New member clear_so.
5871         * solib-svr4.c (svr4_clear_so): New function.
5872         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5873         * solib.c (clear_so): Renamed from free_so_symbols.
5874         All callers updated.  Call target clear_so if it exists.
5875
5876 2013-05-06  Tom Tromey  <tromey@redhat.com>
5877
5878         * ada-lang.c (ada_value_primitive_packed_val): Don't
5879         call value_incref.
5880         * value.c (set_value_parent): Incref the new parent and decref
5881         the old parent.
5882         (value_copy, value_primitive_field): Use set_value_parent.
5883
5884 2013-05-06  Tom Tromey  <tromey@redhat.com>
5885
5886         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5887         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5888         if needed.
5889         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5890         * dwarf2read.c (write_constant_as_bytes)
5891         (dwarf2_fetch_constant_bytes): New functions.
5892
5893 2013-05-06  Tom Tromey  <tromey@redhat.com>
5894
5895         * dwarf2read.c (dwarf2_const_value_data): Remove unused
5896         parameters.
5897         (dwarf2_const_value_attr): Update.
5898
5899 2013-05-06  Tom Tromey  <tromey@redhat.com>
5900
5901         * somread.c (som_symfile_offsets): Add 'const' to addrs.
5902         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5903         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5904         Remove declaration.
5905
5906 2013-05-06  Tom Tromey  <tromey@redhat.com>
5907
5908         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5909         objfile's obstack.
5910
5911 2013-05-06  Doug Evans  <dje@google.com>
5912
5913         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5914         * stabsread.h (process_one_symbol): Update declaration.
5915         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5916         * elfread.c (elf_symfile_relocate_probe): Ditto.
5917         * psymtab.c (relocate_psymtabs): Ditto.
5918         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5919         (objfile_relocate): Ditto.
5920         * objfiles.h (objfile_relocate): Update declaration.
5921         * symfile.c (relative_addr_info_to_section_offsets): Constify
5922         addrs parameter.
5923         (default_symfile_offsets): Ditto.
5924         (syms_from_objfile_1): Constify offsets parameter.
5925         (syms_from_objfile): Ditto.
5926         (symbol_file_add_with_addrs_or_offsets): Ditto.
5927         (symfile_map_offsets_to_segments): Constify data parameter.
5928         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5929         delta parameters of member relocate.
5930         (struct sym_probe_fns): Constify new_offsets,
5931         delta parameters of member sym_relocate_probe.
5932         (struct sym_fns): Constify section_addr_info parameter of member
5933         sym_offsets.
5934         (relative_addr_info_to_section_offsets): Update declaration.
5935         (default_symfile_offsets): Ditto.
5936         (syms_from_objfile): Ditto.
5937         (symfile_map_offsets_to_segments): Ditto.
5938
5939         * symfile.c (syms_from_objfile_1): Use correct section count when
5940         objfile->sf == NULL.
5941
5942 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
5943
5944         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5945
5946 2013-05-06  Doug Evans  <dje@google.com>
5947
5948         * psympriv.h (struct partial_symtab): Augment comment for member
5949         section_offsets.
5950
5951 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5952
5953         Reimplement shared library support on ppc-aix...
5954         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5955         * features/library-list-aix.dtd: New file.
5956         * solib-aix.h, solib-aix.c: New file.
5957         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5958         (rs6000_find_toc_address_hook): Delete.
5959         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5960         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5961         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
5962         "xml-utils.h".
5963         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5964         (vmap_symtab, fixup_breakpoints): Delete.
5965         (rs6000_xfer_shared_libraries): New function.
5966         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5967         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5968         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5969         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5970         (rs6000_xfer_shared_library): New function.
5971         (find_toc_address): Delete.
5972         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5973         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5974         * xcoffread.c (record_minimal_symbol): Reloate symbol address
5975         before creating minimal symbol.  Adjust function description
5976         accordingly.
5977         (scan_xcoff_symtab): Replace call to
5978         prim_record_minimal_symbol_and_info by call to
5979         record_minimal_symbol.
5980         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5981         around default_symfile_offsets.
5982         * configure.tgt: Add solib-aix.o to gdb_target_obs for
5983         powerpc-aix targets.
5984         * config/rs6000/nm-rs6000.h: Delete.
5985         * config/powerpc/aix.mh (NAT_FILE): Delete.
5986         (NATDEPFILES): Remove xcoffsolib.o.
5987         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5988         (ALL_TARGET_OBS): Add solib-aix.o.
5989         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5990         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
5991         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
5992         * xcoffsolib.h, xcoffsolib.c: Delete.
5993
5994         * solib.c (reload_shared_libraries): Remove reference to
5995         SOLIB_CREATE_INFERIOR_HOOK.
5996         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5997         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5998         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5999         comment.
6000         * corelow.c (deprecated_core_resize_section_table): Delete.
6001         * exec.c: Remove include of xcoffsolib.h".
6002         (map_vmap, vmap): Delete.
6003         (exec_close_1): Remove references to vmap.
6004         (exec_file_attach): Remove vmap handling code, and reference
6005         to DEPRECATED_IBM6000_TARGET.
6006         (bfdsec_to_vmap): Delete.
6007         (exec_files_info): Remove block of code handling VMAP.
6008         * infcmd.c (post_create_inferior): Remove reference to
6009         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6010         * infrun.c (follow_exec): Remove reference to
6011         SOLIB_CREATE_INFERIOR_HOOK.
6012         * stack.c (print_frame): Remove reference to PC_SOLIB.
6013         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6014         (dsbt_relocate_main_executable): Likewise.
6015         * solib-frv.c (frv_current_sos): Likewise.
6016
6017 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6018
6019         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6020         to target_write_memory and target_read_memory.
6021
6022 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6023
6024         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6025         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6026
6027 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6028
6029         * darwin-nat.c: Replace all "%x" instances in format strings
6030         into "0x%x" throughout.
6031
6032 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6033
6034         * darwin-nat.c (darwin_mourn_inferior): Replace call to
6035         gdb_assert by call to MACH_CHECK_ERROR.
6036         (darwin_attach_pid): Raise an error rather than a failed
6037         assertion when various system calls failed.  Report a warning
6038         instead of raising a failed assertion when PREV_NOT is not NULL
6039         after call to mach_port_request_notification.
6040         (darwin_ptrace_me): Raise an error rather than a failed
6041         assertion when read returns nonzero.
6042
6043 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
6044
6045         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6046
6047 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6048
6049         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6050
6051 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6052
6053         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6054         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6055         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
6056         a stale cleanup.  Fix double free of NAME.
6057
6058 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
6059
6060         * windows-nat.c (windows_delete_thread): Accept an additional
6061         argument, the thread's exit code, and announce thread death when
6062         print_thread_events is non-zero and we are deleting a thread that
6063         is not the main thread.
6064         (get_windows_debug_event): Pass thread exit code to
6065         windows_delete_thread.
6066
6067 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6068
6069         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6070         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6071         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6072         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6073         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6074         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6075         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6076         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6077         (gdbarch_tdep): New struct.
6078         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6079         E_NUM_REGS.
6080         (v850e3v5_register_name): New function.
6081         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6082         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
6083         code handling the struct return conventions for the RH850 ABI.
6084         Update all callers.
6085         (v850_eight_byte_align_p): New function.
6086         (v850_push_call_dummy): Push structs by value, not by reference
6087         for the RH850 ABI.  Add support for eight byte alignment.
6088         (v850_dbtrap_breakpoint_from_pc): New function.
6089         (v850_gdbarch_init): Add ABI detection code.  Register
6090         v850e3v5_register_name for the v850e3v5 architecture.  Set the
6091         number of registers for v850e3v5.  Register
6092         v850_dbtrap_breakpoint_from_pc as appropriate.
6093         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
6094
6095 2013-05-03  Doug Evans  <dje@google.com>
6096
6097         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
6098         of bfd_count_sections.
6099         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
6100         * symfile.c (default_symfile_offsets): Ditto.
6101         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
6102         one entry, not bfd_count_sections entries.
6103
6104 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
6105
6106         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6107         `save' and `restore' register groups.  Don't include SPL
6108         or SPH in these groups.
6109         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
6110         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
6111         RL78_ES_REGNUM, and RL78_CS_REGNUM.
6112         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
6113         dwarf2_append_unwinders().
6114
6115 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
6116
6117         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6118         ignore SIGINT and SIGTRAP in case these internal signals are
6119         caught explicitely.
6120
6121 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6122
6123         * darwin-nat.c (darwin_read_write_inferior): Change types
6124         of parameters rdaddr and wraddr to "gdb_byte *". Change type
6125         of copy_count to "mach_msg_type_number_t".
6126         (darwin_read_dyld_info): Change type of parameter
6127         rdaddr to "gdb_byte *".
6128
6129 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6130
6131         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6132         of &info->load_map from "char *" to "gdb_byte *".
6133
6134 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
6135
6136         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6137         from "char *" to "gdb_byte *".
6138         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6139
6140 2013-04-30  Doug Evans  <dje@google.com>
6141
6142         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6143         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6144         DWO stub.  If DWO isn't found, just use stub.
6145         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6146
6147         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6148         calling init_cutu_and_read_dies.
6149
6150 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6151
6152         * target-descriptions.c (maint_print_c_tdesc_cmd):
6153         Add case to parse structures as register types and
6154         bitfields.
6155
6156 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6157
6158         * MAINTAINERS (Write After Approval): Add myself to the list.
6159
6160 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6161
6162         * sol-thread.c (rw_common): Change type of parameter "buf"
6163         to "gdb_byte *".
6164         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6165         rw_common to "gdb_byte *" instead of "char *".
6166
6167 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6168
6169         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6170         of local variable msym to const struct bound_minimal_symbol.
6171         Adjust use accordingly.
6172         [ti.ti_state == TD_THR_SLEEP]: Likewise.
6173
6174 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
6175
6176         * i386gnu-nat.c (CREG_OFFSET): New macro.
6177         (creg_offset): New array.
6178         (CREG_ADDR): Use creg_offset instead of reg_offset.
6179
6180 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6181
6182         * mep-tdep.c (mep_write_pc): Delete.
6183         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6184         Add call to set_gdbarch_pc_regnum.
6185
6186 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6187
6188         * common/filestuff.c: Replace #include <dirent.h> by
6189         #include "gdb_dirent.h".
6190
6191 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6192
6193         * common/filestuff.c: Replace #include <sys/stat.h> by
6194         #include "gdb_stat.h".
6195
6196 2013-04-29  Pierre Muller  <muller@sourceware.org>
6197
6198         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6199         editCase function rule.
6200         (get_DW_AT_signature_type): Likewise.
6201
6202 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6203
6204         * m32r-tdep.c (m32r_write_pc): Delete.
6205         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6206         Add call to set_gdbarch_pc_regnum.
6207
6208 2013-04-29  Pierre Muller  <muller@sourceware.org>
6209
6210         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6211
6212 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6213
6214         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6215
6216 2013-04-28  Yao Qi  <yao@codesourcery.com>
6217
6218         * solib-dsbt.c (fetch_loadmap): Re-indent.
6219         (displacement_from_map, enable_break2): Likewise.
6220         (dsbt_relocate_section_addresses): Likewise.
6221
6222 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
6223
6224         GDB 7.6 released.
6225
6226 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
6227
6228         PR corefiles/14983:
6229         * dwarf2read.c (process_full_comp_unit): Always create a static
6230         block.
6231
6232 2013-04-25  Hui Zhu  <hui@codesourcery.com>
6233
6234         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6235         to loc->cmd_bytecode.
6236
6237 2013-04-24  Doug Evans  <dje@google.com>
6238
6239         * dwarf2read.c (setup_type_unit_groups): Fix comment.
6240
6241 2013-04-22  Keith Seitz  <keiths@redhat.com>
6242
6243         * tracepoint.c (trace_save):  Call the writer's start method.
6244
6245 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
6246
6247         PR gdb/10462
6248         * cli/cli-decode.c (lookup_command): Show an error if there is no space
6249         before argument.
6250
6251 2013-04-23  Tom Tromey  <tromey@redhat.com>
6252
6253         * common/filestuff.c: Check USE_WIN32API before including
6254         sys/socket.h.
6255         (HAVE_F_GETFD): New define.
6256         (mark_cloexec): Check HAVE_F_GETFD.
6257         (gdb_open_cloexec): Change 'mode' to unsigned long.
6258         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6259         (gdb_pipe_cloexec): Check HAVE_PIPE.
6260         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6261         long.
6262
6263 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6264
6265         PR gdb/15293
6266         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6267
6268 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6269
6270         PR gdb/15165
6271         * breakpoint.c (dprintf_print_recreate): New.
6272         (save_breakpoints): Let it not save dprintf commands.
6273         (initialize_breakpoint_ops): Set dprintf_print_recreate.
6274
6275 2013-04-22  Tom Tromey  <tromey@redhat.com>
6276
6277         PR gdb/7912:
6278         * Makefile.in (SFILES): Add filestuff.c
6279         (COMMON_OBS): Add filestuff.o.
6280         (filestuff.o): New target.
6281         * auto-load.c (auto_load_objfile_script_1): Use
6282         gdb_fopen_cloexec.
6283         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6284         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6285         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6286         * common/agent.c (gdb_connect_sync_socket): Use
6287         gdb_socket_cloexec.
6288         * common/filestuff.c: New file.
6289         * common/filestuff.h: New file.
6290         * common/linux-osdata.c (linux_common_core_of_thread)
6291         (command_from_pid, commandline_from_pid, print_source_lines)
6292         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6293         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6294         gdb_fopen_cloexec.
6295         * common/linux-procfs.c (linux_proc_get_int)
6296         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6297         * config.in, configure: Rebuild.
6298         * configure.ac: Don't check for sys/socket.h.  Check for
6299         fdwalk, pipe2.
6300         * corelow.c (core_open): Use gdb_open_cloexec.
6301         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6302         * fork-child.c (fork_inferior): Call close_most_fds.
6303         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6304         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6305         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6306         Use gdb_fopen_cloexec.
6307         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6308         gdb_open_cloexec.
6309         (linux_async_pipe): Use gdb_pipe_cloexec.
6310         * remote-fileio.c (remote_fileio_func_open): Use
6311         gdb_open_cloexec.
6312         * remote.c (remote_file_put, remote_file_get): Use
6313         gdb_fopen_cloexec.
6314         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6315         close_most_fds.
6316         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6317         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6318         * solib.c (solib_find): Use gdb_open_cloexec.
6319         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6320         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6321         (tfile_open): Use gdb_open_cloexec.
6322         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6323         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6324         * xml-support.c (xml_fetch_content_from_file): Use
6325         gdb_fopen_cloexec.
6326         * main.c (captured_main): Call notice_open_fds.
6327
6328 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6329
6330         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6331         'char *' to 'gdb_byte *'.
6332         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6333         'gdb_byte'.
6334
6335 2013-04-22  Yao Qi  <yao@codesourcery.com>
6336
6337         * infrun.c: Fix typo in comment.
6338
6339 2013-04-22  Andrew Haley  <aph@redhat.com>
6340
6341         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6342         instead of "long".
6343
6344 2013-04-20  Yao Qi  <yao@codesourcery.com>
6345
6346         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6347         'char *' to 'gdb_byte *'.  Cast the return value of
6348         'bt_ctf_get_char_array' to 'gdb_byte *'.
6349
6350 2013-04-19  Pedro Alves  <palves@redhat.com>
6351
6352         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6353         -Wpointer-sign.
6354         * configure: Regenerate.
6355
6356 2013-04-19  Pedro Alves  <palves@redhat.com>
6357
6358         * ser-tcp.c (net_read_prim): Cast second argument to recv to
6359         'void *'.
6360
6361 2013-04-19  Pedro Alves  <palves@redhat.com>
6362
6363         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6364         Change type of 'myaddr' parameter to gdb_byte pointer.
6365         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
6366         to 'long long' pointer instead of to 'unsigned long long'.
6367         (monitor_write_memory_block, monitor_read_memory_single)
6368         (monitor_read_memory): Change type of 'myaddr' parameter to
6369         gdb_byte pointer.
6370
6371 2013-04-19  Pedro Alves  <palves@redhat.com>
6372
6373         * record.c (validate_history_size): Make parameter 'setting'
6374         unsigned.
6375
6376 2013-04-19  Pedro Alves  <palves@redhat.com>
6377
6378         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6379         to 'gdb_byte *'.
6380
6381 2013-04-19  Pedro Alves  <palves@redhat.com>
6382
6383         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6384         local to int.
6385
6386 2013-04-19  Pedro Alves  <palves@redhat.com>
6387
6388         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6389         * ada-tasks.c (read_fat_string_value): Likewise.
6390
6391 2013-04-19  Pedro Alves  <palves@redhat.com>
6392
6393         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6394         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
6395         'offset', and adjust.
6396
6397 2013-04-19  Pedro Alves  <palves@redhat.com>
6398
6399         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6400         (read_index_from_section): Add cast to 'char *'.
6401
6402 2013-04-19  Pedro Alves  <palves@redhat.com>
6403
6404         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6405
6406 2013-04-19  Pedro Alves  <palves@redhat.com>
6407
6408         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6409
6410 2013-04-19  Pedro Alves  <palves@redhat.com>
6411
6412         * record-full.c (record_full_get_bookmark): Change local 'ret'
6413         type to char * and add cast to gdb_byte *.
6414         (record_full_goto_bookmark): Handle 'bookmark' argument as a
6415         string.
6416         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6417
6418 2013-04-19  Pedro Alves  <palves@redhat.com>
6419
6420         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6421         * python/py-prettyprint.c (print_string_repr): Change type of
6422         'output' local to char *.  Add cast to gdb_byte * in
6423         LA_PRINT_STRING call.
6424         (print_children): Change type of 'output' local to char *.
6425         * python/py-value.c (valpy_string): Add cast to const char * in
6426         PyUnicode_Decode call.
6427
6428 2013-04-19  Pedro Alves  <palves@redhat.com>
6429
6430         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6431         and change its type to 'const char *'.  Adjust.
6432         (mips_send_packet): Add cast to 'char *', and remove cast to
6433         'unsigned char *'.
6434         (mips_receive_packet): Remove cast to 'unsigned char *'.
6435         (mips_load_srec): Use bfd_byte.
6436         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6437         (pmon_checkset): Make 'value' parameter unsigned.
6438
6439 2013-04-19  Pedro Alves  <palves@redhat.com>
6440
6441         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6442
6443 2013-04-19  Pedro Alves  <palves@redhat.com>
6444
6445         * remote.c (remote_write_bytes_aux, compare_sections_command)
6446         (remote_read_qxfer)
6447         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6448         (remote_hostio_readlink, remote_bfd_iovec_pread)
6449         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6450         binary buffer, and char when buffer is used as string.
6451         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6452         (trace_save, tfile_open, traceframe_walk_blocks)
6453         (tfile_fetch_registers): Likewise.
6454
6455 2013-04-19  Pedro Alves  <palves@redhat.com>
6456
6457         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6458         buffer and size_t size.  Adjust.
6459         * ser-base.h (ser_base_write): Adjust.
6460         * ser-go32.c (cnts): Change type to size_t.
6461         (dos_write): Change prototype -- take 'void *'
6462         buffer and size_t size.  Adjust.
6463         (dos_info): Print elements of 'cnts' as unsigned long.
6464         * serial.c (serial_write): Likewise.
6465         * serial.h (serial_write): Adjust.
6466         (struct serial_ops) <write>: Change prototype -- take 'void *'
6467         buffer and size_t size.  Adjust.
6468
6469 2013-04-19  Pedro Alves  <palves@redhat.com>
6470
6471         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6472         gdb_byte *.
6473         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6474
6475 2013-04-19  Pedro Alves  <palves@redhat.com>
6476
6477         * alpha-tdep.c (alpha_extract_return_value): Use
6478         regcache_cooked_read_unsigned to read 'v0'.
6479
6480 2013-04-19  Pedro Alves  <palves@redhat.com>
6481
6482         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6483         parameters 'at', 'as' and 'offset' to uint32_t.
6484
6485 2013-04-19  Pedro Alves  <palves@redhat.com>
6486
6487         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6488         'is64' to signed 'int'.
6489
6490 2013-04-19  Pedro Alves  <palves@redhat.com>
6491
6492         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6493         parameter to int *.
6494
6495 2013-04-19  Pedro Alves  <palves@redhat.com>
6496
6497         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6498         'insnbuf' buffer type to unsigned int[].
6499
6500 2013-04-19  Pedro Alves  <palves@redhat.com>
6501
6502         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6503
6504 2013-04-19  Pedro Alves  <palves@redhat.com>
6505
6506         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6507         unsigned long *.
6508
6509 2013-04-19  Pedro Alves  <palves@redhat.com>
6510
6511         * alpha-tdep.c (heuristic_fence_post): Change type to int.
6512         (alpha_heuristic_proc_start): Adjust to check -1 instead of
6513         UINT_MAX.
6514         * mips-tdep.c (heuristic_fence_post): Change type to int.
6515         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6516
6517 2013-04-19  Pedro Alves  <palves@redhat.com>
6518
6519         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6520         (struct gdbarch_tdep) <cris_version>: Make unsigned.
6521         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6522
6523 2013-04-19  Pedro Alves  <palves@redhat.com>
6524
6525         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
6526         it to get a string view of the byte buffer.
6527         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6528         type to gdb_byte *.  Adjust.
6529         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6530         Change local to char *.
6531         * solib-darwin.c (find_program_interpreter): Change return type to
6532         char *.  Adjust.
6533         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6534         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6535         * solib-frv.c (enable_break2): Change local 'buf' to char *.
6536         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6537         * solib-svr4.c (find_program_interpreter): Change return type to
6538         char *.  Adjust.
6539         (enable_break): Change local 'interp_name' to char *.
6540         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6541         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6542         (spu_pseudo_register_write_spu): Use char for string buffer.
6543         Adjust.
6544         (info_spu_event_command, info_spu_signal_command): Add casts to
6545         'char *'.
6546
6547 2013-04-19  Pedro Alves  <palves@redhat.com>
6548
6549         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6550         gdb_byte[].
6551         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6552         * ada-lang.c (ada_value_assign): Use gdb_byte.
6553         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6554         (alphanbsd_sigtramp_offset): Use gdb_byte.
6555         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6556         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6557         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6558         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6559         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6560         * arm-tdep.c (arm_stub_unwind_sniffer)
6561         (arm_displaced_init_closure): Use gdb_byte.
6562         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6563         (arm_default_thumb_le_breakpoint)
6564         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6565         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6566         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6567         * arm-wince-tdep.c (arm_wince_le_breakpoint)
6568         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6569         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6570         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6571         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6572         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6573         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6574         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6575         (cris_store_return_value, cris_extract_return_value): Use
6576         gdb_byte.
6577         (constraint): Change type of parameter to char * from signed
6578         char*.  Use gdb_byte.
6579         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6580         of local buffer to gdb_byte *.
6581         * dwarf2read.c (read_index_from_section): Use gdb_byte.
6582         (create_dwp_hash_table): Change type of locals to gdb_byte *.
6583         (add_address_entry): Change type of local buffer to gdb_byte[].
6584         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6585         (frv_push_dummy_call): Use gdb_byte.
6586         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6587         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6588         (hppa_hpux_supply_save_state): Use gdb_byte.
6589         * hppa-tdep.c (hppa32_push_dummy_call)
6590         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6591         * ia64-tdep.c (extract_bit_field, replace_bit_field)
6592         (slotN_contents, replace_slotN_contents): Change type of parameter
6593         to gdb_byte *.
6594         (fetch_instruction, ia64_pseudo_register_write)
6595         (ia64_register_to_value, ia64_value_to_register)
6596         (ia64_extract_return_value, ia64_store_return_value)
6597         (ia64_push_dummy_call): Use gdb_byte.
6598         * m32c-tdep.c (m32c_return_value): Remove cast.
6599         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6600         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6601         gdb_byte.
6602         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6603         * mn10300-tdep.c (mn10300_store_return_value)
6604         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6605         gdb_byte.
6606         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6607         (moxie_process_record): Remove casts.
6608         * ppc-ravenscar-thread.c (supply_register_at_address)
6609         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6610         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6611         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6612         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6613         * remote.c (compare_sections_command): Use gdb_byte.
6614         * score-tdep.c (score7_free_memblock): Change type of parameter to
6615         gdb_byte *.
6616         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6617         gdb_byte *.  Use gdb_byte.
6618         (sh_push_dummy_call_fpu): Use gdb_byte.
6619         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6620         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6621         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6622         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6623         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6624         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6625         (sh64_store_return_value, sh64_register_convert_to_virtual):
6626         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6627         (sh64_pseudo_register_write): Use gdb_byte.
6628         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6629         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
6630         buffer.
6631         (irix_current_sos): Use gdb_byte.
6632         * solib-som.c (som_current_sos): Use gdb_byte.
6633         * sparc-ravenscar-thread.c (supply_register_at_address)
6634         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6635         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6636         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6637         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6638         'gdb_byte *'.
6639         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6640         'gdb_byte *'.
6641         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6642         * xstormy16-tdep.c (xstormy16_extract_return_value)
6643         (xstormy16_store_return_value): Change parameter type to
6644         'gdb_byte *'.  Adjust.
6645         (xstormy16_push_dummy_call): Use gdb_byte.
6646         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6647         (call0_analyze_prologue, execute_code): Use gdb_byte.
6648
6649 2013-04-19  Vladimir Kargov <kargov@gmail.com>
6650             Pedro Alves  <palves@redhat.com>
6651
6652         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6653         value contents.
6654
6655 2013-04-17  Doug Evans  <dje@google.com>
6656
6657         * dwarf2read.c (struct signatured_type): New member type.
6658         (struct attribute): Replace member signatured_type with signature.
6659         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6660         (read_call_site_scope): Call follow_die_ref instead of
6661         follow_die_ref_or_sig.
6662         (read_structure_type): Rewrite handling of signatured types.
6663         (read_enumeration_type): Ditto.
6664         (read_attribute_value): Update.
6665         (build_error_marker_type): New function.
6666         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
6667         Don't call error for bad types, just build an error marker type.
6668         (dump_die_shallow): Update.
6669         (follow_die_sig_1): Renamed from follow_die_sig.
6670         Don't call error for bad types, instead return NULL.
6671         (follow_die_sig): New function.
6672         (get_signatured_type, get_DW_AT_signature_type): New functions.
6673
6674 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
6675
6676         * aarch64-tdep.c (aarch64_write_pc): Removed.
6677         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6678         function.
6679
6680 2013-04-17  Yao Qi  <yao@codesourcery.com>
6681
6682         * top.c (print_gdb_configuration): Print configure-time
6683         parameter on using libbabeltrace or not.
6684
6685 2013-04-16  Pedro Alves  <palves@redhat.com>
6686
6687         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6688
6689 2013-04-16  Pedro Alves  <palves@redhat.com>
6690
6691         * common/glibc_thread_db.h: Update from upstream glibc
6692         (git 568035b7874a099087b77f7bba3e36a1173787b0).
6693
6694 2013-04-16  Pedro Alves  <palves@redhat.com>
6695
6696         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6697         * common/glibc_thread_db.h: ... this new file ...
6698         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6699
6700 2013-04-16  Will Newton  <will.newton@gmail.com>
6701             Pedro Alves  <palves@redhat.com>
6702
6703         PR build/11881
6704
6705         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6706         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6707         HAVE_THREAD_DB_H.
6708
6709 2013-04-16  Pedro Alves  <palves@redhat.com>
6710             Eli Zaretskii  <eliz@gnu.org>
6711
6712         * NEWS: Mention "set foo unlimited".
6713
6714 2013-04-15  Doug Evans  <dje@google.com>
6715
6716         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6717         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6718         (create_dwo_cu_reader): Renamed from
6719         create_dwo_debug_info_hash_table_reader.
6720         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6721         Remove support for multiple CUs in a DWO file.
6722         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6723
6724         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6725         instead of phex.
6726         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6727         (create_dwo_in_dwp): Ditto.
6728
6729 2013-04-15  Tom Tromey  <tromey@redhat.com>
6730
6731         * NEWS: Move recent entries into "since 7.6" section.
6732
6733 2013-04-15  Tom Tromey  <tromey@redhat.com>
6734
6735         PR c++/13588:
6736         * NEWS: Update.
6737         * break-catch-throw.c (struct exception_catchpoint)
6738         <exception_rx, pattern>: New fields.
6739         (fetch_probe_arguments, dtor_exception_catchpoint)
6740         (check_status_exception_catchpoint)
6741         (print_one_detail_exception_catchpoint): New functions.
6742         (handle_gnu_v3_exceptions): Add "except_rx" argument.
6743         Compile regular expression if needed.
6744         (extract_exception_regexp): New function.
6745         (catch_exception_command_1): Use extract_exception_regexp.
6746         (compute_exception): Use fetch_probe_arguments.
6747         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6748         and check_status fields.
6749         * cp-abi.c (cplus_typename_from_type_info): New function.
6750         * cp-abi.h (cplus_typename_from_type_info): Declare.
6751         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6752         * gdb_regex.h (compile_rx_or_error): Declare.
6753         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6754         comment.
6755         (init_gnuv3_ops): Set get_type_from_type_info field.
6756         * probe.c (compile_rx_or_error): Move...
6757         * utils.c (compile_rx_or_error): ... here.
6758
6759 2013-04-15  Tom Tromey  <tromey@redhat.com>
6760
6761         PR c++/15176:
6762         * NEWS: Update.
6763         * break-catch-throw.c (compute_exception): New function.
6764         (exception_funcs): New global.
6765         (_initialize_break_catch_throw): Create $_exception.
6766         * cp-abi.c (cplus_type_from_type_info): New function.
6767         * cp-abi.h (cplus_type_from_type_info): Declare.
6768         (struct cp_abi_ops) <get_type_from_type_info>: New field.
6769         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6770         (gnuv3_get_type_from_type_info): New functions.
6771         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6772
6773 2013-04-15  Tom Tromey  <tromey@redhat.com>
6774
6775         * break-catch-throw.c (struct exception_names): New.
6776         (exception_functions): Change type.
6777         (re_set_exception_catchpoint): Look for SDT probes.
6778
6779 2013-04-15  Tom Tromey  <tromey@redhat.com>
6780
6781         PR c++/10119:
6782         * break-catch-throw.c (exception_functions): New global.
6783         (gnu_v3_exception_catchpoint_ops): Move earlier.
6784         (struct exception_catchpoint): New.
6785         (classify_exception_breakpoint): Rewrite.
6786         (re_set_exception_catchpoint): New function.
6787         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
6788         Allocate a struct exception_catchpoint.
6789         (catch_exception_command_1): Update.
6790         (initialize_throw_catchpoint_ops): Set 're_set' method.
6791
6792 2013-04-15  Tom Tromey  <tromey@redhat.com>
6793
6794         * Makefile.in (SFILES): Add break-catch-throw.c
6795         (COMMON_OBS): Add break-catch-throw.o.
6796         * break-catch-throw.c: New file.
6797         * breakpoint.c: Move exception-catching code to new file.
6798         (ep_parse_optional_if_clause): No longer static.
6799         * breakpoint.h (ep_parse_optional_if_clause): Declare.
6800
6801 2013-04-15  Tom Tromey  <tromey@redhat.com>
6802
6803         PR c++/9065:
6804         * NEWS: Update.
6805         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6806         * c-exp.y (TYPEID): New token.
6807         (exp): Add new TYPEID productions.
6808         (ident_tokens): Add "typeid".
6809         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6810         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6811         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6812         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6813         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6814         case.
6815         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6816         (build_std_type_info_type, gnuv3_get_typeid_type)
6817         (gnuv3_get_typeid): New functions.
6818         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
6819         new fields on ABI object.
6820         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6821         * std-operator.def (OP_TYPEID): New.
6822
6823 2013-04-15  Tom Tromey  <tromey@redhat.com>
6824
6825         * elfread.c (elf_symtab_read): Install versioned symbol under
6826         unversioned name as well.
6827
6828 2013-04-15  Tom Tromey  <tromey@redhat.com>
6829
6830         PR c++/11990:
6831         * c-lang.c (cplus_language_defn): Use gdb_demangle.
6832         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6833         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6834         (gdb_demangle): New function.
6835         * cp-support.h (gdb_demangle): Declare.
6836         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6837         (dwarf2_name): Use gdb_demangle.
6838         * gdbtypes.c (check_stub_method): Use gdb_demangle.
6839         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6840         suffixes from name.
6841         (gnuv3_print_method_ptr): Use gdb_demangle.
6842         * jv-lang.c (java_demangle): Use gdb_demangle.
6843         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6844         * language.c (unk_lang_demangle): Use gdb_demangle.
6845         * symtab.c (symbol_find_demangled_name)
6846         (demangle_for_lookup): Use gdb_demangle.
6847
6848 2013-04-15  Tom Tromey  <tromey@redhat.com>
6849
6850         PR c++/12824:
6851         * NEWS: Update.
6852         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6853         New constant.
6854         (classify_exception_breakpoint): New function.
6855         (print_it_exception_catchpoint, print_one_exception_catchpoint)
6856         (print_mention_exception_catchpoint)
6857         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6858         (catch_exception_command_1): Handle "rethrow" catchpoint.
6859         (catch_rethrow_command): New function.
6860         (_initialize_breakpoint): Add "catch rethrow" command.
6861
6862 2013-04-15  Pierre Muller  <muller@sourceware.org>
6863
6864         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6865         set_gdbarch_write_pc as deprecated anymore.
6866
6867 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
6868
6869         * spu-tdep.c (spu_write_pc): Add empty line after local variable
6870         declarations.
6871
6872 2013-04-13  Yao Qi  <yao@codesourcery.com>
6873
6874         * ctf.c (_initialize_ctf): Include "completer.h".
6875         Call add_target_with_completer instead of add_target.
6876
6877 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6878
6879         Fix GDB regression related to PR binutils/14813.
6880         * jit.c (mem_bfd_iovec_close): Return 0 for success.
6881         * minidebug.c (lzma_close): Add return value comment.
6882         * remote.c (remote_bfd_iovec_close): Return 0 for success.
6883         * solib-spu.c (spu_bfd_iovec_close): Likewise.
6884         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6885
6886 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6887
6888         * config.in: Regenerate.
6889
6890 2013-04-12  Tom Tromey  <tromey@redhat.com>
6891
6892         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6893         const.
6894         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6895         (struct die_reader_specs) <buffer>: Likewise.
6896         (die_reader_func_ftype): Make 'info_ptr' const.
6897         (struct line_header) <include_dirs, statement_program_start,
6898         statement_program_end>: Now const.
6899         (struct file_entry) <name>: Likewise.
6900         (struct partial_die_info) <sibling>: Likewise.
6901         (struct dwarf_block) <data>: Likewise.
6902         (dwarf2_read_section): Remove cast.
6903         (dwarf2_get_section_info): Make 'bufp' const.
6904         (read_index_from_section): Constify.
6905         (dw2_get_file_names_reader): Make 'info_ptr' const.
6906         (dw2_get_primary_filename_reader): Likewise.
6907         (read_comp_unit_head): Make 'info_ptr' and return type const.
6908         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6909         Likewise.
6910         (read_abbrev_offset): Constify.
6911         (dwarf2_create_include_psymtab): Make 'name' const.
6912         (create_debug_types_hash_table): Update.
6913         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6914         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6915         Constify.
6916         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6917         (load_partial_comp_unit_reader): Make 'info_ptr' const.
6918         (read_comp_units_from_section): Constify.
6919         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6920         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6921         const.
6922         (dwarf2_compute_name, setup_type_unit_groups): Constify.
6923         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6924         (create_dwp_hash_table, dwarf2_ranges_read)
6925         (dwarf2_record_block_ranges): Constify.
6926         (read_die_and_children, read_die_and_siblings_1)
6927         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6928         const.
6929         (read_full_die_1, read_full_die): Make 'info_ptr' const.
6930         (abbrev_table_read_table): Constify.
6931         (load_partial_dies): Make 'info_ptr' const.
6932         (read_partial_die, read_attribute_value, read_attribute): Make
6933         'info_ptr' and return type const.
6934         (read_address, read_initial_length)
6935         (read_checked_initial_length_and_offset, read_offset)
6936         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6937         const.
6938         (read_direct_string): Make 'buf' and return type const.
6939         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6940         (read_indirect_string): Make return type const.
6941         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6942         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6943         'info_ptr' const.
6944         (read_str_index): Make return type const.
6945         (add_include_dir): Make 'include_dir' const.
6946         (add_file_name): Make 'name' const.
6947         (dwarf_decode_line_header): Constify.
6948         (psymtab_include_file_name): Make return type const.
6949         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6950         (dwarf2_start_subfile): Make 'filename' const.
6951         (dwarf2_const_value_attr): Make 'bytes' const.
6952         (read_signatured_type_reader): Make 'info_ptr' const.
6953         (decode_locdesc): Constify.
6954         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6955         const.
6956         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6957         'mac_end', and return type const.
6958         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6959         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6960         type const.
6961         (per_cu_header_read_in): Constify.
6962         * symfile.h (dwarf2_get_section_info): Update.
6963
6964 2013-04-12  Tom Tromey  <tromey@redhat.com>
6965
6966         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6967
6968 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
6969
6970         * NEWS: Mention "show configuration", --configuration.
6971         * top.c (print_gdb_configuration): New function, displays the
6972         details about GDB configure-time parameters.
6973         (print_gdb_version): Mention "show configuration".
6974         * cli/cli-cmds.c (show_configuration): New function.
6975         (_initialize_cli_cmds): Add the "show configuration" command.
6976         * main.c (captured_main) <print_configuration>: New static var.
6977         <long_options>: Use it.
6978         If --configuration was given, call print_gdb_configuration.
6979
6980 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6981             Pedro Alves  <palves@redhat.com>
6982
6983         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6984         (generated_files): Add gcore.
6985         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6986         HAVE_NATIVE_GCORE_HOST.
6987         (gcore): New.
6988         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6989         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6990         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6991         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6992         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6993         Add HAVE_NATIVE_GCORE_HOST.
6994         * configure: Regenerate.
6995         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6996         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
6997         AC_CONFIG_FILES for gcore.
6998         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
6999         gdb_have_gcore.
7000         * gdb_gcore.sh: Rename to ...
7001         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
7002         and GCORE_TRANSFORM_NAME substitutions.
7003
7004         Fix parsing tabs in ${gdb_target_obs}.
7005         * configure.tgt (gdb_have_gcore): Replace case with for and if.
7006
7007 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7008
7009         * remote.c (unpush_and_perror): Add output message final dot.
7010
7011 2013-04-11  Yao Qi  <yao@codesourcery.com>
7012
7013         * tracepoint.c (tfile_interp_line): Fit parameters line and
7014         utpp in one line.
7015
7016 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
7017
7018         * solib.c (solib_map_sections): Remove code overwriting
7019         SO->SO_NAME with the bfd's filename.
7020
7021 2013-04-10  Pedro Alves  <palves@redhat.com>
7022
7023         * cli/cli-decode.c (integer_unlimited_completer): New function.
7024         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7025         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7026         completer.
7027         * cli/cli-setshow.c: Include "cli/cli-utils.h".
7028         (is_unlimited_literal): New function.
7029         (do_set_command): Handle literal "unlimited" arguments.
7030         * frame.c (_initialize_frame) <set backtrace limit>: Document
7031         "unlimited".
7032         * printcmd.c (_initialize_printcmd) <set print
7033         max-symbolic-offset>: Add help text.
7034         * record-full.c (_initialize_record_full) <set record full
7035         insn-number-max>: Likewise.
7036         * record.c (_initialize_record) <set record
7037         instruction-history-size, set record function-call-history-size>:
7038         Add help text.
7039         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7040         help text.
7041         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7042         Likewise.
7043         * source.c (_initialize_source) <set listsize>: Add help text.
7044         * utils.c (initialize_utils) <set height, set width>: Likewise.
7045         <set pagination>: Mention "set height unlimited".
7046         * valprint.c (_initialize_valprint) <set print elements, set print
7047         repeats>: Document "unlimited".
7048
7049 2013-04-10  Pedro Alves  <palves@redhat.com>
7050
7051         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7052         instead of disconnect_tracing.
7053         * infcmd.c (detach_command, disconnect_command): Call
7054         query_if_trace_running.  Adjust.
7055         * top.c: Include "tracepoint.h".
7056         (quit_target): Delete.  Contents moved ...
7057         (quit_force): ... here.  Wrap each stage of teardown in
7058         TRY_CATCH.  Call disconnect_tracing before detaching.
7059
7060 2013-04-10  Hui Zhu  <hui@codesourcery.com>
7061             Yao Qi  <yao@codesourcery.com>
7062
7063         * configure.ac: Check libbabeltrace is installed.
7064         * config.in: Regenerate.
7065         * configure: Regenerate.
7066         * Makefile.in (LIBBABELTRACE): New.
7067         (CLIBS): Add LIBBABELTRACE.
7068         * ctf.c: Include "exec.h".
7069         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7070         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7071         (ctf_save_metadata_header): Define new type aliases in
7072         metadata.
7073         (ctf_write_header): Define event type "tsv_def" and "tp_def"
7074         in metadata.  Start a new faked packet for trace status.
7075         (ctf_write_status): Write trace status to CTF.
7076         (ctf_write_uploaded_tsv): Write TSV to CTF.
7077         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7078         (ctf_write_definition_end): End the faked packet.
7079
7080         (ctx, ctf_iter, trace_dirname): New.
7081         (start_pos): New variable.
7082         (ctf_destroy, ctf_open_dir, ctf_open): New.
7083         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7084         macros.
7085         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7086         (ctf_fetch_registers, ctf_xfer_partial): New.
7087         (ctf_get_trace_state_variable_value): New.
7088         (ctf_get_tpnum_from_frame_event): New.
7089         (ctf_get_traceframe_address): New.
7090         (ctf_trace_find, ctf_has_stack): New.
7091         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7092         (ctf_get_trace_status, ctf_read_status): New.
7093         (_initialize_ctf): New.
7094         * tracepoint.c (get_tracepoint_number): New
7095         (get_uploaded_tsv): Remove 'static'.
7096         (struct traceframe_info, trace_regblock_size): Move it to ...
7097         * tracepoint.h: ... here.
7098         (get_tracepoint_number): Declare it.
7099         (get_uploaded_tsv): Declare it.
7100
7101         * NEWS: Mention new configure option.
7102
7103 2013-04-10  Pedro Alves  <palves@redhat.com>
7104             Hui Zhu  <hui@codesourcery.com>
7105
7106         * breakpoint.c (dprintf_re_set): New.
7107         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7108         to dprintf_re_set.
7109
7110 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7111
7112         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7113         Remove solib-svr4.o from the list.
7114
7115 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
7116
7117         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7118         Use gdb_assert_not_reached instead of invalid boolean expression.
7119
7120 2013-04-09  Pedro Alves  <palves@redhat.com>
7121
7122         * remote.c (unpush_and_perror): New function.
7123         (readchar, remote_serial_write): Use it.
7124
7125 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
7126
7127         * NEWS: Mention new btrace RSP packets.
7128
7129 2013-04-08  Tom Tromey  <tromey@redhat.com>
7130
7131         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7132         long.
7133
7134 2013-04-08  Tom Tromey  <tromey@redhat.com>
7135
7136         * maint.c (print_bfd_section_info): Print the section index.
7137         * symmisc.c (dump_msymbols): Print the section index.
7138
7139 2013-04-08  Tom Tromey  <tromey@redhat.com>
7140
7141         PR symtab/8424:
7142         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7143         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7144         * breakpoint.c (resolve_sal_pc): Update.
7145         * elfread.c (elf_gnu_ifunc_record_cache): Update.
7146         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7147         (minsym_lookup_iterator_cb): Use it.
7148         (default_read_var_value): Update.
7149         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7150         Update.
7151         * infcmd.c (jump_command): Update.
7152         * linespec.c (minsym_found): Update.
7153         * maint.c (maintenance_translate_address): Update.
7154         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7155         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7156         * parse.c (write_exp_msymbol): Update.
7157         * printcmd.c (address_info): Update.
7158         * psymtab.c (find_pc_sect_psymbol): Update.
7159         (fixup_psymbol_section): Check SYMBOL_SECTION, not
7160         SYMBOL_OBJ_SECTION.
7161         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7162         Don't initialize SYMBOL_OBJ_SECTION.
7163         * spu-tdep.c (spu_catch_start): Update.
7164         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7165         * symmisc.c (dump_msymbols, print_symbol): Update.
7166         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
7167         how fallback section is computed.
7168         (fixup_symbol_section): Update.
7169         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7170         Update.
7171         (allocate_symbol, initialize_symbol, allocate_template_symbol):
7172         Initialize SYMBOL_SECTION.
7173         * symtab.h (struct general_symbol_info) <section>: Update comment.
7174         <obj_section>: Remove.
7175         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
7176         (SYMBOL_OBJFILE): New macro.
7177
7178 2013-04-08  Tom Tromey  <tromey@redhat.com>
7179
7180         * coffread.c (record_minimal_symbol): Update.
7181         * dbxread.c (record_minimal_symbol): Update.
7182         * elfread.c (record_minimal_symbol): Update.
7183         * machoread.c (macho_symtab_add_minsym): Update.
7184         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7185         Update.
7186         * minsyms.c (prim_record_minimal_symbol): Update.
7187         (prim_record_minimal_symbol_full): Remove 'bfd_section'
7188         argument.
7189         (prim_record_minimal_symbol_and_info): Likewise.
7190         * minsyms.h (prim_record_minimal_symbol_full)
7191         (prim_record_minimal_symbol_and_info): Update.
7192         * symtab.c (allocate_symbol, initialize_symbol)
7193         (allocate_template_symbol): Initialize SYMBOL_SECTION.
7194         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7195         Update.
7196
7197 2013-04-08  Tom Tromey  <tromey@redhat.com>
7198
7199         PR symtab/8423:
7200         * solib-som.c (som_solib_section_offsets): Use BFD section
7201         indices.  Set offsets for all sections.
7202         * somread.c (som_symtab_read): Compute BFD section for
7203         symbol.  Use prim_record_minimal_symbol_and_info.
7204         (som_symfile_read): Fix comment.
7205         (struct find_section_offset_arg): New.
7206         (find_section_offset, set_section_index): New functions.
7207         (som_symfile_offsets): Use set_section_index to compute
7208         section indices.
7209
7210 2013-04-08  Tom Tromey  <tromey@redhat.com>
7211
7212         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7213         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7214         gdb_bfd_section_index.
7215         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7216         New functions.
7217         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7218         Declare.
7219         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7220         Update.
7221         * objfiles.c (add_to_objfile_sections_full): New function.
7222         (add_to_objfile_sections): Use it.
7223         (build_section_table): Rewrite.
7224         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
7225         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7226         (struct objfile) <sections>: Update comment.
7227         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7228         is NULL.
7229         (ALL_OBJSECTIONS): Use it.
7230         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7231         * solib-frv.c (frv_relocate_main_executable): Update.
7232         * solib-target.c (solib_target_relocate_section_addresses):
7233         Use gdb_bfd_section_index.
7234         * symfile.c (build_section_addr_info_from_section_table):
7235         Use gdb_bfd_section_index.
7236         (build_section_addr_info_from_bfd, place_section): Likewise.
7237         * symtab.c (fixup_section): Update.
7238         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7239
7240 2013-04-08  Tom Tromey  <tromey@redhat.com>
7241
7242         * minsyms.h (struct bound_minimal_symbol): New.
7243         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7244         Remove objfile argument.
7245         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7246         Return bound_minimal_symbol.
7247         * minsyms.c (lookup_minimal_symbol_by_pc_1)
7248         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7249         Return bound_minimal_symbol.
7250         (in_gnu_ifunc_stub): Update.
7251         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7252         Remove 'objfile_p' argument.
7253         (lookup_solib_trampoline_symbol_by_pc): Update.
7254         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7255         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7256         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7257         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7258         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7259         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7260         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7261         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7262         stack.c, symtab.c, tui/tui-disasm.c: Update.
7263
7264 2013-04-08  Tom Tromey  <tromey@redhat.com>
7265
7266         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7267         Use symbol's obstack, not an objfile.
7268         * coffread.c (process_coff_symbol): Update.
7269         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7270         * jv-lang.c (add_class_symbol): Update.
7271         * mdebugread.c (new_symbol): Update.
7272         * minsyms.c (prim_record_minimal_symbol_full)
7273         (terminate_minimal_symbol_table): Update.
7274         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
7275         * stabsread.c (define_symbol, read_enum_type): Update.
7276         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7277         Handle Ada specially.
7278         (symbol_set_language): Add 'obstack' argument.
7279         (symbol_set_names): Update.
7280         (symbol_natural_name, symbol_demangled_name): Always use
7281         ada_decode_symbol.
7282         * symtab.h (struct general_symbol_info)
7283         <language_specific::obstack>: New field.
7284         <ada_mangled>: New field.
7285         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7286         (symbol_set_language): Update.
7287
7288 2013-04-08  Tom Tromey  <tromey@redhat.com>
7289
7290         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7291         Take an obstack, not an objfile.
7292         (symbol_set_names): Update.
7293         * symtab.h (symbol_set_demangled_name): Update.
7294
7295 2013-04-08  Tom Tromey  <tromey@redhat.com>
7296
7297         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7298         allocate_symbol.
7299         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7300         (read_func_scope): Call allocate_template_symbol.
7301         (new_symbol_full): Call allocate_symbol.
7302         * jit.c (finalize_symtab): Call allocate_symbol.
7303         * jv-lang.c (add_class_symbol): Call allocate_symbol.
7304         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7305         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7306         (common_block_end): Call allocate_symbol.
7307         * symtab.c (allocate_symbol, initialize_symbol)
7308         (allocate_template_symbol): New functions.
7309         * symtab.c (allocate_symbol, initialize_symbol)
7310         (allocate_template_symbol): Declare.
7311         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7312
7313 2013-04-08  Pedro Alves  <palves@redhat.com>
7314             Keith Seitz  <keiths@redhat.com>
7315
7316         * breakpoint.c (create_breakpoint): Rename
7317         "parse_condition_and_thread" parameter to "parse_arg".  Update
7318         describing comment.  If !PARSE_ARG, then error out if ARG is not
7319         the empty string after extracting the location.
7320         * breakpoint.h (create_breakpoint): Rename
7321         "parse_condition_and_thread" parameter to "parse_arg".
7322
7323 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
7324
7325         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7326
7327 2013-04-07  Yao Qi  <yao@codesourcery.com>
7328
7329         * remote.c (remote_trace_find): Change type of parameters 'addr1'
7330         and 'addr2' to CORE_ADDR.
7331         * target.c (update_current_target): Update.
7332         * target.h (struct target_ops) <to_trace_find>: Change parameter
7333         type to CORE_ADDR.
7334         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7335         'addr2' to CORE_ADDR.
7336         (tfile_trace_find): Likewise.
7337         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7338         Change local variable 'addr' to type CORE_ADDR.
7339         * tracepoint.h (tfind_1): Update declaration.
7340
7341 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
7342
7343         * windows-nat.c (windows_get_absolute_argv0): Move from here...
7344         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7345         Include main.h.
7346
7347         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7348         here...
7349         * main.h (windows_get_absolute_argv0): ...to here.
7350
7351 2013-04-05  Doug Evans  <dje@google.com>
7352
7353         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7354         (read_cutu_die_from_dwo): Add comments.
7355         (read_structure_type): Update comment.
7356         (read_enumeration_type, read_namespace_type): Update comment.
7357         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7358
7359 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7360
7361         Convert man pages to texinfo, new gdbinit.5 texinfo page.
7362         * Makefile.in (gdb.z): Remove.
7363         (install-only): Remove $(man1dir) and gdb.1 installation.
7364         * gdb.1: Remove.
7365
7366 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7367
7368         Fix compatibility with Linux kernel 3.8.3.
7369         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7370         to more inner block.  Remove parsing of NUMBER from outer block.
7371         Parse NUMBER only if KEYWORD has been identified.
7372
7373 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7374
7375         Fix variable name shadowing.
7376         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7377         filename to mapsfilename and update its uses.
7378
7379 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
7380
7381         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7382         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7383         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7384         details of the problem.
7385
7386 2013-04-04  Pedro Alves  <palves@redhat.com>
7387             Hui Zhu  <hui@codesourcery.com>
7388
7389         * breakpoint.c (validate_commands_for_breakpoint): If validating a
7390         tracepoint, reset its STEP_COUNT and call validate_actionline.
7391
7392 2013-04-03  Doug Evans  <dje@google.com>
7393
7394         * dwarf2read.c (read_die_and_siblings_1): Renamed from
7395         read_die_and_siblings.
7396         (read_die_and_siblings): New function.
7397         (read_cutu_die_from_dwo): Dump die if requested.
7398         (read_die_and_children): Call read_full_die_1 and
7399         read_die_and_siblings_1.
7400         (read_full_die): Dump die if requested.
7401
7402         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7403
7404         * dwarf2read.c (struct dwo_file): New member comp_dir.
7405         Rename member name to dwo_name.  All uses updated.
7406         (hash_dwo_file): Include comp_dir in computation.
7407         (eq_dwo_file): Ditto.
7408         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
7409         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7410
7411         * psymtab.c (read_psymtabs_with_fullname): Don't call
7412         psymtab_to_fullname if the basenames are different.
7413
7414 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7415
7416         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7417         New entry about "fullname" presence.
7418
7419 2013-04-03  Pedro Alves  <palves@redhat.com>
7420
7421         * NEWS: Mention x86_64/Cygwin as new native configuration.
7422
7423 2013-04-02  Doug Evans  <dje@google.com>
7424
7425         * dwarf2read.c (read_structure_type): Fix typo in comment.
7426
7427 2013-04-02  Pedro Alves  <palves@redhat.com>
7428
7429         * NEWS: Mention "set/show debug aarch64", "set/show debug
7430         coff-pe-read" and "set/show debug mach-o".
7431
7432 2013-04-02  Pedro Alves  <palves@redhat.com>
7433
7434         * NEWS: Mention "set/show remote trace-buffer-size-packet".
7435
7436 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
7437
7438         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7439         gdb_string.h is now in common/.
7440
7441 2013-04-02  Pedro Alves  <palves@redhat.com>
7442
7443         * NEWS: Move "set debug notification" and "set trace-buffer-size"
7444         under "New options".
7445
7446 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7447
7448         Revert this patch:
7449         PR gdb/15275
7450         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7451
7452 2013-04-02  Pedro Alves  <palves@redhat.com>
7453
7454         PR gdb/15275
7455
7456         * remote.c (send_interrupt_sequence): Use remote_serial_write.
7457         (remote_serial_write): New function.
7458         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7459
7460 2013-04-01  Jiong Wang  <jiwang@tilera.com>
7461
7462         * NEWS: Mention TILE-Gx in "New native configurations" and
7463         "New targets" sections.
7464
7465 2013-04-01  Doug Evans  <dje@google.com>
7466
7467         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7468         (process_enumeration_scope): Simplify.
7469
7470         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7471         type_unit_group ...
7472         (struct signatured_type): ... to here.
7473         (sig_type_ptr): New typedef.
7474         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
7475         out of union 't'.  All uses updated.
7476         (dw2_get_file_names_reader): Assert not called for a type unit.
7477         (dw2_get_file_names): Assert not called for a type unit or type
7478         unit group.
7479         (build_type_psymtabs_reader): Assert called for a type unit.
7480         (build_type_psymtab_dependencies): Assert called for a type unit group.
7481
7482         * dwarf2read.c (free_dwo_file): Add comment.
7483         (dwarf2_per_objfile_free): Unref dwp bfd.
7484
7485 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7486
7487         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7488         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7489         (read_pe_exported_syms): Remove unused 'exportix'.
7490         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7491         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7492         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7493
7494 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7495
7496         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7497         (print_it_watchpoint): Remove unused 'bl'.
7498         (say_where): Remove unused 'uiout'.
7499         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7500         (bkpt_breakpoint_hit): Remove unused 'b'.
7501         (internal_bkpt_print_it): Remove unused 'uiout'.
7502         * buildsym.c (augment_type_symtab): Remove unused 'i'.
7503
7504 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7505
7506         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7507         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7508
7509 2013-03-29  Doug Evans  <dje@google.com>
7510
7511         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7512         Delete arg is_dwp.  All callers updated.
7513         (open_dwp_file): New function.
7514         (open_and_init_dwp_file): Call it.
7515         (get_dwp_file): New function.
7516         (lookup_dwo_cutu): Call it.
7517
7518         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7519         unnecessary, cleanup.
7520
7521         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7522
7523         * dwarf2read.c (read_cutu_die_from_dwo): New function.
7524         (lookup_dwo_unit): New function.
7525         (init_cutu_and_read_dies): Move DWO handling to new functions.
7526
7527         * dwarf2read.c (struct signatured_type): Tweak comment.
7528         (struct dwo_unit): Tweak comment.
7529         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
7530         (create_dwo_debug_info_hash_table): Tweak comment.
7531         (dwarf2_per_cu_offset_and_type): Tweak comment.
7532
7533         * dwarf2read.c (lookup_signatured_type): Remove complaint about
7534         missing .debug_types section.
7535
7536 2013-03-29  Yao Qi  <yao@codesourcery.com>
7537
7538         * corelow.c: Include "completer.h".
7539         (_initialize_corelow): Call add_target_with_completer with
7540         argument 'filename_completer'.
7541         * tracepoint.c: Likewise.
7542         * exec.c (_initialize_exec): Likewise.
7543         * target.c (add_target): Rename to ...
7544         (add_target_with_completer): ... this.  Call set_cmd_completer
7545         if parameter completer is not NULL.
7546         (add_target): New.
7547         * target.h: Include "command.h".
7548         (add_target_with_completer): Declare it.
7549
7550 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
7551
7552         * coffread.c (is_import_fixup_symbol): New function.
7553         (record_minimal_symbol): Use is_import_fixup_symbol to
7554         detect import fixup symbols, and discard them.
7555
7556 2013-03-28  Doug Evans  <dje@google.com>
7557
7558         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7559         types hash table until we know we need it.
7560
7561         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7562         index numbers.
7563
7564         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7565         All callers updated.
7566         (dw2_print_stats): Print #read CUs too.
7567         (dump_die_shallow): Print signatured types better.
7568
7569         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7570         info_or_types_section to section.  All uses updated.
7571         (struct dwo_unit): Ditto.
7572
7573 2013-03-28  Pedro Alves  <palves@redhat.com>
7574
7575         * NEWS (New options): New section.
7576         (New options): Mention set/show remote trace-status-packet.
7577         * remote.c (PACKET_qTStatus): New enumeration value.
7578         (remote_get_trace_status): Skip sending qTStatus if the packet is
7579         disabled.  Use packet_ok.
7580         (_initialize_remote): Register a configuration command for
7581         qTStatus packet.
7582
7583 2013-03-28  Doug Evans  <dje@google.com>
7584
7585         * symfile.c (find_separate_debug_file): Add comment.
7586         (terminate_after_last_dir_separator): Tweak comment.
7587
7588         * dwarf2read.c (create_partial_symtab): Add forward decl.
7589         (create_partial_symtab): Move to be closer to other psymtab functions.
7590         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7591
7592         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7593         (compute_symtab_includes): Remove unnecessary forward declaration.
7594         (die_needs_namespace): Add comment marking group of functions for
7595         dwarf2 name computation.
7596
7597         * typeprint.c (_initialize_typeprint): Improve type help text.
7598
7599         * python/python.c (finish_python_initialization): Provide suggestion
7600         for how to tell gdb to find its python files.
7601
7602 2013-03-28  Pedro Alves  <palves@redhat.com>
7603
7604         PR gdb/15294
7605
7606         * source.c (_initialize_source): Change back "set listsize" to an
7607         integer command.
7608
7609 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
7610
7611         PR gdb/15275
7612         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7613
7614 2013-03-27  Pedro Alves  <palves@redhat.com>
7615
7616         * top.c (history_size): Rename to ...
7617         (history_size_setshow_var): ... this.  Add comment.
7618         (show_commands): Use readline's 'history_length' instead of
7619         computing the history length by calling history_get in a loop.
7620         (set_history_size_command): Error out for sizes over INT_MAX.
7621         Restore previous history size on invalid size.
7622         (init_history): If HISTSIZE is negative, leave the history size as
7623         zero.  Add comments.
7624         (init_main): Adjust.
7625
7626 2013-03-27  Pedro Alves  <palves@redhat.com>
7627
7628         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7629         coff_pe_read" command to "set debug coff-pe-read".
7630
7631 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
7632
7633         * record.c (command_size_to_target_size): Fix size comparison.
7634         Change parameter type from pointer to integer to integer.
7635         Update all users.
7636
7637 2013-03-27  Pierre Muller  <muller@sourceware.org>
7638
7639         * windows-nat.c (handle_output_debug_string): Avoid typecast
7640         from integer of different size warning.
7641
7642 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
7643
7644         * windows-nat.c (handle_output_debug_string): Add empty line
7645         after local block variable definition.
7646
7647 2013-03-26  Pedro Alves  <palves@redhat.com>
7648
7649         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7650         (net_open): Make 'polls' local unsigned.
7651
7652 2013-03-26  Pedro Alves  <palves@redhat.com>
7653
7654         * remote.c (_initialize_remote): Make "set remoteaddresssize"
7655         a zuinteger command instead of uinteger.
7656
7657 2013-03-26  Pedro Alves  <palves@redhat.com>
7658
7659         * record-full.c (record_full_insn_num): Make it unsigned.
7660         (record_full_check_insn_num, record_full_message)
7661         (record_full_registers_change, record_full_xfer_partial): Remove
7662         record_full_insn_max_num check (it's always != 0).
7663         (record_full_info, record_full_restore): Use %u as format string.
7664         (): Use %u as format string.
7665         (set_record_full_insn_max_num): Remove record_full_insn_max_num
7666         check (it's always != 0).
7667
7668 2013-03-26  Pedro Alves  <palves@redhat.com>
7669
7670         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7671         and "set dcache size" commands zuinteger instead of uinteger.
7672
7673 2013-03-26  Pedro Alves  <palves@redhat.com>
7674
7675         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7676         command zuinteger instead of uinteger.
7677
7678 2013-03-26  Pedro Alves  <palves@redhat.com>
7679
7680         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7681         zuinteger instead of uinteger.
7682
7683 2013-03-26  Pedro Alves  <palves@redhat.com>
7684
7685         * record.c (record_insn_history_size_setshow_var)
7686         (record_call_history_size_setshow_var): New globals.
7687         (command_size_to_target_size): New function.
7688         (cmd_record_insn_history, cmd_record_call_history): Use
7689         command_size_to_target_size instead of cast.
7690         (validate_history_size, set_record_insn_history_size)
7691         (set_record_call_history_size): New functions.
7692         (_initialize_record): Install set_record_insn_history_size and
7693         set_record_call_history_size as "set" hooks of "set record
7694         instruction-history-size" and "set record
7695         function-call-history-size".
7696
7697 2013-03-26  Pedro Alves  <palves@redhat.com>
7698
7699         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7700         use with history_max_entries use.  Remove FIXME note.
7701
7702 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
7703
7704         * record-btrace.c (record_btrace_close): Call
7705         record_btrace_auto_disable.
7706
7707 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
7708
7709         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7710
7711 2013-03-25  Doug Evans  <dje@google.com>
7712
7713         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7714
7715 2013-03-25  Tom Tromey  <tromey@redhat.com>
7716
7717         PR symtab/11462:
7718         * c-exp.y (exp): Add new productions for destructors after '.' and
7719         '->'.
7720         (write_destructor_name): New function.
7721
7722 2013-03-25  Tom Tromey  <tromey@redhat.com>
7723
7724         PR c++/9197:
7725         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7726         value_struct_elt, not lookup_struct_elt_type.
7727         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7728         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7729         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7730
7731 2013-03-25  Yao Qi  <yao@codesourcery.com>
7732
7733         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7734         instead of '_mkdir'.
7735
7736 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
7737
7738         * windows-nat.c (windows_get_absolute_argv0): New function.
7739         * windows-nat.h: Add its prototype.
7740
7741         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7742         Use IS_DIR_SEPARATOR instead of looking for a character inside
7743         SLASH_STRING.  Include filenames.h.
7744         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7745         relocate_gdb_directory works when passed gdb_program_name.
7746         Include windows-nat.h.
7747
7748 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7749
7750         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7751         * remote.c (trace_error): Remove the special handling of '2'.
7752         (readchar) <SERIAL_EOF>
7753         (readchar) <SERIAL_ERROR>
7754         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7755         (remote_get_trace_status): Call throw_exception if EX is
7756         TARGET_CLOSE_ERROR.
7757         * utils.c (perror_with_name): Rename to ...
7758         (throw_perror_with_name): ... here.  New parameter errcode, describe it
7759         in the function comment.
7760         (perror_with_name): New function wrapper.
7761         * utils.h (enum errors): New stub declaration.
7762         (throw_perror_with_name): New declaration.
7763
7764 2013-03-22  Pedro Alves  <palves@redhat.com>
7765             Yao Qi  <yao@codesourcery.com>
7766             Mark Kettenis  <kettenis@gnu.org>
7767
7768         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7769         Don't let the user set the value to UINT_MAX directly.
7770         <var_integer>: Don't let the user set the value to INT_MAX
7771         directly.
7772
7773 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7774
7775         * remote.c (remote_unpush_target): New function.
7776         (remote_open_1): Remove two pop_target calls, update one comment, add
7777         comment to target_preopen call.  Replace pop_target call by
7778         remote_unpush_target call.
7779         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7780         pop_target calls by remote_unpush_target calls.
7781
7782 2013-03-22  Pedro Alves  <palves@redhat.com>
7783
7784         * linux-nat.c (linux_child_follow_fork): Don't call
7785         linux_enable_event_reporting.
7786         (linux_handle_extended_wait): Don't call
7787         linux_enable_event_reporting.
7788
7789 2013-03-22  Pedro Alves  <palves@redhat.com>
7790
7791         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7792         use it to rewrite the trampoline buffers with type gdb_byte[], and
7793         undefine the macro.  Remove char* cast.
7794
7795 2013-03-21  Doug Evans  <dje@google.com>
7796
7797         New commands "mt set per-command {space,time,symtab} {on,off}".
7798         * NEWS: Add entry.
7799         * event-top.c: #include "maint.h".
7800         * main.c: #include "maint.h".
7801         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7802         timeval-utils.h, maint.h, cli/cli-setshow.h.
7803         (per_command_time, per_command_space): New static globals.
7804         (per_command_symtab): New static global.
7805         (per_command_setlist, per_command_showlist): New static globals.
7806         (struct cmd_stats): Move here from utils.c.
7807         (set_per_command_time): Renamed from set_display_time in utils.c
7808         and moved here.  All callers updated.
7809         (set_per_command_space): Renamed from set_display_space in utils.c
7810         and moved here.  All callers updated.
7811         (count_symtabs_and_blocks): New function.
7812         (report_command_stats): Moved here from utils.c.  Add support for
7813         printing symtab stats.  Only print data if enabled before command
7814         executed.
7815         (make_command_stats_cleanup): Ditto.
7816         (sert_per_command_cmd, show_per_command_cmd): New functions.
7817         (_initialize_maint_cmds): Add new commands
7818         mt set per-command {space,time,symtab} {on,off}.
7819         * maint.h: New file.
7820         * top.c: #include "maint.h".
7821         * utils.c (reset_prompt_for_continue_wait_time): New function.
7822         (get_prompt_for_continue_wait_time): New function.
7823         * utils.h (reset_prompt_for_continue_wait_time): Declare
7824         (get_prompt_for_continue_wait_time): Declare.
7825         (make_command_stats_cleanup): Moved to maint.h.
7826         (set_display_time, set_display_space): Moved to maint.h and renamed
7827         to set_per_command_time, set_per_command_space.
7828         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7829         parse_binary_operation and made non-static.  Don't call error,
7830         just return an error marker.  All callers updated.
7831         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7832
7833 2013-03-21  Tom Tromey  <tromey@redhat.com>
7834
7835         * symfile.c (alloc_section_addr_info): Update header.  Don't set
7836         'num_sections' field.
7837         (build_section_addr_info_from_section_table): Set 'num_sections'.
7838         (build_section_addr_info_from_bfd): Likewise.
7839         (build_section_addr_info_from_objfile): Remove dead loop
7840         condition.
7841         (free_section_addr_info): Unconditionally call xfree.
7842         (relative_addr_info_to_section_offsets, addrs_section_sort)
7843         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7844         condition.
7845         (syms_from_objfile_1): Remove dead 'if' condition.  Check
7846         'num_sections'.
7847         (add_symbol_file_command): Set 'num_sections'.
7848         * symfile-mem.c (symbol_file_add_from_memory): Set
7849         'num_sections'.
7850         * somread.c (som_symfile_offsets): Remove dead loop condition.
7851         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7852         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7853
7854 2013-03-21  Tom Tromey  <tromey@redhat.com>
7855
7856         * tracepoint.h (decode_agent_options): Add 'trace_string'
7857         argument.
7858         * tracepoint.c (decode_agent_options): Add 'trace_string'
7859         argument.
7860         (validate_actionline): Update.
7861         (collect_symbol): Add 'trace_string' argument.
7862         (struct add_local_symbols_data) <trace_string>: New field.
7863         (do_collect_symbol): Update.
7864         (add_local_symbols): Add 'trace_string' argument.
7865         (encode_actions_1): Update.
7866         (trace_dump_actions): Update.
7867         * dwarf2loc.c (access_memory): Update.
7868         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7869         * ax-general.c (new_agent_expr): Update.
7870         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7871         (gen_trace_for_return_address): Add argument.
7872         (trace_kludge, trace_string_kludge): Remove.
7873         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7874         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7875         (gen_trace_for_var): Add 'trace_string' argument.
7876         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7877         (gen_printf, agent_eval_command_one): Update.
7878
7879 2013-03-21  Tom Tromey  <tromey@redhat.com>
7880
7881         PR exp/15109:
7882         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7883         Handle FILENAME token.
7884
7885 2013-03-21  Tom Tromey  <tromey@redhat.com>
7886
7887         * c-exp.y (YYPRINT): Define.
7888         (c_print_token): New function.
7889
7890 2013-03-21  Tom Tromey  <tromey@redhat.com>
7891
7892         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7893
7894 2013-03-21  Yao Qi  <yao@codesourcery.com>
7895
7896         * ctf.c: Include "gdb_stat.h".
7897         [USE_WIN32API]: New macro 'mkdir'.
7898         (ctf_start): Use permission bits macros if they are defined.
7899
7900 2013-03-20  Keith Seitz  <keiths@redhat.com>
7901
7902         * breakpoint.h (struct breakpoint): Add comment to
7903         extra_string indicating that this member is mallod'd.
7904         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7905
7906 2013-03-20  Pedro Alves  <palves@redhat.com>
7907
7908         PR gdb/15289
7909
7910         * cli/cli-setshow.c (do_set_command)
7911         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7912         the result of parsing the command argument.  Throw error if the
7913         value is greater than UINT_MAX.  Print the invalid value with
7914         plongest.
7915         <var_integer, var_zinteger>: Use LONGEST for variable holding the
7916         result of parsing the command argument.  Throw error if the value
7917         is greater than INT_MAX, not greater or equal.  Also throw error
7918         if the value is less than INT_MIN.  Print the invalid value with
7919         plongest.
7920         <var_zuinteger_unlimited>: Throw error if the value is greater
7921         than INT_MAX, not greater or equal.
7922         (do_show_command) <var_integer, var_zinteger,
7923         var_zuinteger_unlimited>: Use %d for printing int, not %u.
7924
7925 2013-03-20  Tom Tromey  <tromey@redhat.com>
7926
7927         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7928         if possible.
7929         * dwarf2read.c (read_func_scope): Remove old FIXME.
7930         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7931         not LOC_COMPUTED.
7932         * findvar.c (symbol_read_needs_frame, default_read_var_value):
7933         Unconditionally call via computed ops, if possible.
7934         * printcmd.c (address_info): Unconditionally call via computed ops,
7935         if possible.
7936         * stack.c (read_frame_arg): Unconditionally call via computed ops,
7937         if possible.
7938         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7939         * tracepoint.c (scope_info): Unconditionally call via computed ops,
7940         if possible.
7941
7942 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7943             Tom Tromey  <tromey@redhat.com>
7944
7945         PR symtab/8421:
7946         * coffread.c (coff_register_index): New global.
7947         (process_coff_symbol, coff_read_enum_type): Set
7948         SYMBOL_ACLASS_INDEX.
7949         (_initialize_coffread): Initialize new global.
7950         * dwarf2loc.c (locexpr_find_frame_base_location)
7951         (dwarf2_block_frame_base_locexpr_funcs)
7952         (loclist_find_frame_base_location)
7953         (dwarf2_block_frame_base_loclist_funcs): New.
7954         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7955         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7956         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7957         (dwarf2_block_frame_base_loclist_funcs): New.
7958         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7959         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7960         globals.
7961         (read_func_scope): Update.
7962         (fixup_go_packaging, mark_common_block_symbol_computed)
7963         (var_decode_location, new_symbol_full, dwarf2_const_value):
7964         Set SYMBOL_ACLASS_INDEX.
7965         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
7966         (_initialize_dwarf2_read): Initialize new globals.
7967         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7968         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7969         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7970         globals.
7971         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7972         (_initialize_mdebugread): Initialize new globals.
7973         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7974         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7975         (stab_register_index, stab_regparm_index): New globals.
7976         (define_symbol, read_enum_type, common_block_end): Set
7977         SYMBOL_ACLASS_INDEX.
7978         (_initialize_stabsread): Initialize new globals.
7979         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7980         globals.
7981         (MAX_SYMBOL_IMPLS): New define.
7982         (register_symbol_computed_impl, register_symbol_block_impl)
7983         (register_symbol_register_impl)
7984         (initialize_ordinary_address_classes): New functions.
7985         (_initialize_symtab): Call initialize_ordinary_address_classes.
7986         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7987         (struct symbol_impl): New.
7988         (SYMBOL_ACLASS_BITS): New define.
7989         (struct symbol) <aclass, ops>: Remove fields.
7990         <aclass_index>: New field.
7991         (symbol_impls): Declare.
7992         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7993         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7994         (register_symbol_computed_impl, register_symbol_block_impl)
7995         (register_symbol_register_impl): Declare.
7996         (struct symbol_computed_ops): Add location_has_loclist.
7997         (struct symbol_block_ops): New.
7998         (SYMBOL_BLOCK_OPS): New.
7999         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8000
8001 2013-03-20  Tom Tromey  <tromey@redhat.com>
8002
8003         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8004         (print_partial_symbols, recursively_search_psymtabs): Use
8005         PSYMBOL_CLASS.
8006
8007 2013-03-20  Pierre Muller  <muller@sourceware.org>
8008
8009         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8010         addtion, subtraction, multiplication and division binary operator.
8011
8012 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8013
8014         Code cleanup.
8015         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8016         * bsd-kvm.c (bsd_kvm_close): Likewise.
8017         * bsd-uthread.c (bsd_uthread_close): Likewise.
8018         * corelow.c (core_close): Likewise.
8019         (core_close_cleanup): Remove parameter quitting from a caller.
8020         * event-top.c (async_disconnect): Likewise.
8021         * exec.c (exec_close_1): Remove parameter quitting.
8022         * go32-nat.c (go32_close): Likewise.
8023         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
8024         parameter quitting from a caller.
8025         * mips-linux-nat.c (super_close): Remove parameter quitting from the
8026         variable.
8027         (mips_linux_close): Remove parameter quitting.  Remove parameter
8028         quitting from a caller.
8029         * monitor.c (monitor_close): Remove parameter quitting.
8030         * monitor.h (monitor_close): Likewise.
8031         * record-btrace.c (record_btrace_close): Likewise.
8032         * record-full.c (record_full_close): Likewise.
8033         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8034         it also from fprintf_unfiltered.
8035         * remote-mips.c (mips_close): Remove parameter quitting.
8036         (mips_detach): Remove parameter quitting from a caller.
8037         * remote-sim.c (gdbsim_close): Remove parameter quitting.
8038         (gdbsim_close): Remove duplicate function comment.  Remove parameter
8039         quitting and remove it also from printf_filtered.
8040         * remote.c (remote_close): Remove parameter quitting.
8041         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8042         * target.c (update_current_target): Remove parameter int from to_close
8043         de_fault.
8044         (push_target, unpush_target, pop_target): Remove parameter quitting from
8045         a caller.
8046         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8047         Remove parameter quitting from a caller.
8048         (target_preopen): Remove parameter quitting from a caller.
8049         (target_close): Remove parameter quitting.  Remove parameter quitting
8050         from a caller two times.  Remove parameter quitting also from
8051         fprintf_unfiltered.
8052         * target.h (struct target_ops): Remove parameter quitting and as int
8053         from fields to_xclose and to_close.
8054         (extern struct target_ops current_target):
8055         (target_close, pop_all_targets): Remove parameter quitting.  Update the
8056         comment.
8057         (pop_all_targets_above): Remove parameter quitting.
8058         * top.c (quit_target): Remove parameter quitting from a caller.
8059         * tracepoint.c (tfile_close): Remove parameter quitting.
8060         * windows-nat.c (windows_close): Remove parameter quitting.
8061
8062 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
8063
8064         * windows-nat.c (handle_output_debug_string): Replace call
8065         to string_to_core_addr with call to strtoull.
8066
8067 2013-03-20  Yao Qi  <yao@codesourcery.com>
8068
8069         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8070         and write it to CTF metadata.
8071
8072 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
8073
8074         * windows-nat.c (handle_output_debug_string): Change type of n to
8075         SIZE_T to avoid crash on 64 bit systems.
8076
8077 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
8078
8079         * python/python-internal.h (HAVE_SNPRINTF)
8080         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8081         about redefinition of snprintf by pyerrors.h.
8082
8083 2013-03-15  Steve Ellcey  <sellcey@mips.com>
8084
8085         * remote-sim.c (sim_command_completer): Make char arguments const.
8086
8087 2013-03-15  Tom Tromey  <tromey@redhat.com>
8088
8089         PR c++/15116:
8090         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8091
8092 2013-03-14  Tom Tromey  <tromey@redhat.com>
8093
8094         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
8095         New fields.
8096         (get_file_crc): Move from symfile.c.
8097         (gdb_bfd_crc): New function.
8098         * gdb_bfd.h (gdb_bfd_crc): Declare.
8099         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
8100         * symfile.c (get_file_crc): Move to gdb_bfd.c.
8101         (separate_debug_file_exists): Use gdb_bfd_crc.
8102
8103 2013-03-14  Tom Tromey  <tromey@redhat.com>
8104
8105         * symfile.c (get_debug_link_info): Remove.
8106         (find_separate_debug_file_by_debuglink): Use
8107         bfd_get_debug_link_info.
8108
8109 2013-03-14  Tom Tromey  <tromey@redhat.com>
8110
8111         * symtab.c (error_in_psymtab_expansion): New function.
8112         (lookup_symbol_aux_quick)
8113         (basic_lookup_transparent_type_quick): Remove "last resort"
8114         code.  Use error_in_psymtab_expansion.
8115
8116 2013-03-14  Doug Evans  <dje@google.com>
8117             Jan Kratochvil  <jan.kratochvil@redhat.com>
8118
8119         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8120         any successful compare_filenames_for_search or FILENAME_CMP.
8121         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8122         * symtab.c (iterate_over_some_symtabs): Likewise.
8123
8124 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8125
8126         * source.c (print_source_lines_base): Make a local copy of
8127         symtab_to_fullname.
8128
8129 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
8130             Jan Kratochvil  <jan.kratochvil@redhat.com>
8131
8132         * source.c (print_source_lines_base): Suppress "file" for TUI.
8133
8134 2013-03-14  Keith Seitz  <keiths@redhat.com>
8135             Alan Matsuoka  <alanm@redhat.com>
8136
8137         PR c++/15203
8138         PR c++/15210
8139         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8140         TYPE_CODE_METHOD.
8141         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8142         symbols.
8143
8144 2013-03-14  Yao Qi  <yao@codesourcery.com>
8145
8146         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8147         status to tfile if trace is stopped by command 'tstop'.
8148
8149 2013-03-14  Yao Qi  <yao@codesourcery.com>
8150
8151         * tracepoint.c (tfile_write_status): Write trace notes and user
8152         name into tfile if they are not NULL.
8153
8154 2013-03-14  Hui Zhu  <hui@codesourcery.com>
8155             Yao Qi  <yao@codesourcery.com>
8156
8157         * Makefile.in (REMOTE_OBS): Add ctf.o.
8158         (SFILES): Add ctf.c.
8159         (HFILES_NO_SRCDIR): Add ctf.h.
8160         * ctf.c, ctf.h: New files.
8161         * tracepoint.c: Include 'ctf.h'.
8162         (collect_pseudocommand): Remove static.
8163         (trace_save_command): Parse option "-ctf".
8164         Produce different trace file writers per option.
8165         Adjust output message.
8166         (trace_save_tfile, trace_save_ctf): New.
8167         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8168         * mi/mi-main.c: Include 'ctf.h'.
8169         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
8170         trace_save_tfile or trace_save_ctf.
8171         * NEWS: Mention these changes.
8172
8173 2013-03-14  Yao Qi  <yao@codesourcery.com>
8174
8175         * tracepoint.c (trace_file_writer_xfree): New.
8176         (struct tfile_writer_data): New.
8177         (tfile_dtor, tfile_can_target_save, tfile_start): New.
8178         (tfile_write_header, tfile_write_regblock_type): New.
8179         (tfile_write_status, tfile_write_uploaded_tsv): New.
8180         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8181         (tfile_write_raw_data, (tfile_end): New.
8182         (tfile_write_ops): New global variable.
8183         (TRACE_WRITE_R_BLOCK): New macro.
8184         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8185         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8186         (TRACE_WRITE_V_BLOCK): New macro.
8187         (trace_save): Add extra one parameter WRITER.  Make it static.
8188         Use WRITER to writer trace.
8189         (tfile_trace_file_writer_new): New.
8190         (trace_save_command): Caller update.
8191         (trace_save_tfile): Write trace data in TFILE format.
8192         * tracepoint.h (struct trace_frame_write_ops): New.
8193         (struct trace_file_write_ops): New.
8194         (struct trace_file_writer): New.
8195         (trace_save): Remove its declaration.
8196         (trace_save_tfile): Declare it.
8197         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8198         instead of trace_save.
8199
8200 2013-03-13  Pedro Alves  <palves@redhat.com>
8201
8202         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8203
8204 2013-03-13  Pedro Alves  <palves@redhat.com>
8205
8206         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8207         commented out code.
8208         * demangle.c (current_demangling_style_string): Make it const.
8209         (set_demangling_command): Assert the demangling style is known.
8210         Remove all handling of unknown styles.  Set
8211         'current_demangling_style_string' to an element of the
8212         demangling_style_names array.
8213         (set_demangling_style): Delete.
8214         (_initialize_demangler): Set current_demangling_style_string to the
8215         element of the demangling_style_names array that corresponds to
8216         the default demangling style.  Remove FIXME note.  Don't call
8217         set_demangling_style.
8218         * gdb-demangle.h (set_demangling_style): Remove declaration.
8219
8220 2013-03-13  Pedro Alves  <palves@redhat.com>
8221
8222         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8223         fields const.
8224         (ada_make_symbol_completion_list): Make "text0" parameter const.
8225         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8226         * breakpoint.c (condition_completer): Make "text" and "word"
8227         parameters const.  Adjust.
8228         (check_tracepoint_command): Adjust to validate_actionline
8229         prototype change.
8230         (catch_syscall_completer): Make "text" and "word" parameters
8231         const.
8232         * cli/cli-cmds.c (show_user): Make "comname" local const.
8233         (valid_command_p): Make "command" parameter const.
8234         (alias_command): Make "alias_prefix" and "command_prefix" locals
8235         const.
8236         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8237         (add_alias_cmd): Make "name" and "oldname" parameters const.
8238         Adjust.  No longer make copy of OLDNAME.
8239         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8240         (add_setshow_cmd_full, add_setshow_enum_cmd)
8241         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8242         (add_setshow_filename_cmd, add_setshow_string_cmd)
8243         (add_setshow_string_noescape_cmd)
8244         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8245         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8246         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8247         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8248         Make "name" parameter const.
8249         (help_cmd): Rename "command" parameter to "arg".  New const local
8250         "command".
8251         (find_cmd): Make "command" parameter const.
8252         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
8253         deprecated_cmd_warning prototype change.
8254         (undef_cmd_error): Make "cmdtype" parameter const.
8255         (lookup_cmd): Make "line" parameter const.
8256         (deprecated_cmd_warning): Change type of "text" parameter to
8257         pointer to const char, from pointer to pointer to char.  Adjust.
8258         (lookup_cmd_composition): Make "text" parameter const.
8259         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8260         parameters const.
8261         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8262         const.
8263         * cli/cli-script.c (validate_comname): Make "tem" local const.
8264         (define_command): New const local "tem_c".  Use it in calls to
8265         lookup_cmd.
8266         (document_command): Make "tem" and "comfull" locals const.
8267         (show_user_1): Make "prefix" and "name" parameters const.
8268         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8269         const.
8270         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8271         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8272         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8273         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8274         (complete_on_enum, add_setshow_enum_cmd)
8275         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8276         (add_setshow_filename_cmd, add_setshow_string_cmd)
8277         (add_setshow_string_noescape_cmd)
8278         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8279         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8280         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8281         Change prototypes, constifying strings.
8282         * completer.c (noop_completer, filename_completer): Make "text"
8283         and "prefix" parameters const.
8284         (location_completer, expression_completer)
8285         (complete_line_internal): Make "text" and "prefix" parameters
8286         const and adjust.
8287         (command_completer, signal_completer): Make "text" and "prefix"
8288         parameters const.
8289         * completer.h (noop_completer, filename_completer)
8290         (expression_completer, location_completer, command_completer)
8291         (signal_completer): Change prototypes.
8292         * corefile.c (complete_set_gnutarget): Make "text" and "word"
8293         parameters const.
8294         * cp-abi.c (cp_abi_completer): Likewise.
8295         * expression.h (parse_expression_for_completion): Change
8296         prototype.
8297         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8298         parameters const.
8299         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8300         * infrun.c (handle_completer): Make "text" and "word" parameters
8301         const.
8302         * interps.c (interpreter_completer): Make "text" and "word"
8303         parameters const.
8304         * language.h (struct language_defn)
8305         <la_make_symbol_completion_list>: Make "text" and "word"
8306         parameters const.
8307         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8308         (parse_exp_in_context): Rename to ...
8309         (parse_exp_in_context_1): ... this.
8310         (parse_exp_in_context): Reimplement, with const hack from
8311         parse_exp_1.
8312         (parse_expression_for_completion): Make "string" parameter const.
8313         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8314         to pointer to const char.  Adjust.
8315         (print_command_1): Make "exp" parameter const.
8316         (output_command): Rename to ...
8317         (output_command_const): ... this.  Make "exp" parameter const.
8318         (output_command): Reimplement.
8319         (x_command): Adjust.
8320         (display_command): Rename "exp" parameter to "arg".  New "exp"
8321         local, const version of "arg".
8322         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8323         "cmd_name" local const.
8324         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8325         call.
8326         (cmdpy_completer): Make "text" and "word" parameters const.
8327         (gdbpy_parse_command_name): Make "prefix_text2" local const.
8328         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8329         const.
8330         * remote.c (_initialize_remote): Make "cmd_name" local const.
8331         * symtab.c (language_search_unquoted_string): Make "text" and "p"
8332         parameters const.  Adjust.
8333         (completion_list_add_fields): Make "sym_text", "text" and "word"
8334         parameters const.
8335         (struct add_name_data) <sym_text, text, word>: Make fields const.
8336         (default_make_symbol_completion_list_break_on): Make "text" and
8337         "word" parameters const.  Adjust locals.
8338         (default_make_symbol_completion_list)
8339         (make_symbol_completion_list, make_symbol_completion_type)
8340         (make_symbol_completion_list_fn): Make "text" and "word"
8341         parameters const.
8342         (make_file_symbol_completion_list): Make "text", "word" and
8343         "srcfile" parameters const.  Adjust locals.
8344         (add_filename_to_list): Make "text" and "word" parameters const.
8345         (struct add_partial_filename_data) <text, word>: Make fields
8346         const.
8347         (make_source_files_completion_list): Make "text" and "word"
8348         parameters const.
8349         * symtab.h (default_make_symbol_completion_list_break_on)
8350         (default_make_symbol_completion_list, make_symbol_completion_list)
8351         (make_symbol_completion_type enum type_code)
8352         (make_symbol_completion_list_fn make_file_symbol_completion_list)
8353         (make_source_files_completion_list): Change prototype.
8354         * top.c (execute_command): Adjust to pass pointer to pointer to
8355         const char to lookup_cmd, and to deprecated_cmd_warning prototype
8356         change.
8357         (set_verbose): Make "cmdname" local const.
8358         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8359         and adjust.
8360         (validate_actionline): Make "line" parameter a pointer to const
8361         char, and adjust.
8362         (encode_actions_1): Make "action_exp" local const, and adjust.
8363         (encode_actions): Adjust.
8364         (replace_comma): Delete.
8365         (trace_dump_actions): Make "action_exp" and "next_comma" locals
8366         const, and adjust.  Don't frob the action string while splitting
8367         it at commas.  Instead, make a copy of each split substring in
8368         turn.
8369         (trace_dump_command): Adjust to validate_actionline prototype
8370         change.
8371         * tracepoint.h (decode_agent_options, decode_agent_options)
8372         (encode_actions, validate_actionline): Change prototypes.
8373         * valprint.h (output_command): Delete declaration.
8374         (output_command_const): Declare.
8375         * value.c (function_destroyer): Cast const away in xfree call.
8376
8377 2013-03-13  Pedro Alves  <palves@redhat.com>
8378
8379         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8380         rather than casting 'const char * const *' to 'const char **'.
8381         * ada-lex.l (processInt): Make "trailer" local const.  Remove
8382         'const char **' cast.
8383         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8384         locals, and use those as strtol output pointer, instead than doing
8385         invalid casts to from 'const char **' to 'char **'.
8386         (_initialize_demangle): Remove cast.
8387         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8388         locals, and use those as strtol output pointer, instead than doing
8389         invalid casts to from 'const char **' to 'char **'.
8390         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8391         casts.
8392         * stap-probe.c (stap_parse_register_operand)
8393         (stap_parse_single_operand): Likewise.
8394
8395 2013-03-13  Yao Qi  <yao@codesourcery.com>
8396
8397         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8398         the last matched 'V' blcok in trace frame.
8399
8400 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8401
8402         * NEWS: Create a new section for the next release branch.
8403         Rename the section of the current branch, now that it has
8404         been cut.
8405
8406 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8407
8408         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8409         * version.in: Bump version to 7.6.50.20130312-cvs.
8410
8411 2013-03-12  Keith Seitz  <keiths@redhat.com>
8412
8413         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8414         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8415         Remove temporary copy of input string.
8416         (mi_execute_command_wrapper): Make "cmd" const.
8417         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8418         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8419         Use const strings.
8420         (mi_parse): Make "cmd" const.
8421         Use const strings.
8422         * mi/mi-parse.h (mi_parse): Make "cmd" const.
8423
8424 2013-03-12  Keith Seitz  <keiths@redhat.com>
8425
8426         * ada-lang.c (ada_read_renaming_var_value): Pass const
8427         pointer to expression string to parse_exp_1.
8428         (create_excep_cond_exprs): Likewise.
8429         * ax-gdb.c (agent_eval_command_one): Likewise.
8430         (maint_agent_printf_command): Likewise.
8431         Constify much of the string handling/parsing.
8432         * breakpoint.c (set_breakpoint_condition): Pass const
8433         pointer to expression string to parse_exp_1.
8434         (update_watchpoint): Likewise.
8435         (parse_cmd_to_aexpr): Constify string handling.
8436         Pass const pointer to parse_exp_1.
8437         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8438         (find_condition_and_thread): Likewise.
8439         Make TOK const.
8440         (watch_command_1): Make "arg" const.
8441         Constify string handling.
8442         Copy the expression string instead of changing the input
8443         string.
8444         (update_breakpoint_location): Pass const pointer to
8445         parse_exp_1.
8446         * eval.c (parse_and_eval_address): Make "exp" const.
8447         (parse_to_comma_and_eval): Make "expp" const.
8448         (parse_and_eval): Make "exp" const.
8449         * expression.h (parse_expression): Make argument const.
8450         (parse_exp_1): Make first argument const.
8451         * findcmd.c (parse_find_args): Treat "args" as const.
8452         * linespec.c (parse_linespec): Pass const pointer to
8453         linespec_expression_to_pc.
8454         (linespec_expression_to_pc): Make "exp_ptr" const.
8455         * parse.c (parse_exp_1): Make "stringptr" const.
8456         Make a copy of the expression to pass to parse_exp_in_context until
8457         this whole interface can be constified.
8458         (parse_expression): Make "string" const.
8459         * printcmd.c (ui_printf): Treat "arg" as const.
8460         Handle const strings.
8461         * tracepoint.c (validate_actionline): Pass const pointer to
8462         all calls to parse_exp_1.
8463         (encode_actions_1): Likewise.
8464         * value.h (parse_to_comma_and_eval): Make argument const.
8465         (parse_and_eval_address): Likewise.
8466         (parse_and_eval): Likewise.
8467         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8468         (varobj_set_value): Likewise.
8469         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8470         constify string handling.
8471         Pass const pointers to parse_and_eval_address and
8472         parse_to_comman_and_eval.
8473         * cli/cli-utils.c (skip_to_space): Rename to ...
8474         (skip_to_space_const): ... this. Handle const strings.
8475         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8476         skip_to_space_const.
8477         (skip_to_space_const): Declare.
8478         * common/format.c (parse_format_string): Make "arg" const.
8479         Handle const strings.
8480         * common/format.h (parse_format_string): Make "arg" const.
8481         * gdbserver/ax.c (ax_printf): Make "format" const.
8482         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8483         of the expression string.
8484
8485 2013-03-12  Hui Zhu  <hui@codesourcery.com>
8486
8487         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8488
8489 2013-03-12  Yao Qi  <yao@codesourcery.com>
8490             Hui Zhu  <hui@codesourcery.com>
8491
8492         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8493         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8494         DW_OP_deref_size.
8495
8496 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
8497
8498         * ada-lex.l (rules): Only recognize 'thread' as a
8499         delimiter when followed by numerals, as for c-exp.y.
8500         Use new rewind_to_char function to rewind the input for
8501         expression-delimiting tokens.
8502         (rewind_to_char): New function.
8503
8504 2013-03-11  Pedro Alves  <palves@redhat.com>
8505             Jan Kratochvil  <jan.kratochvil@redhat.com>
8506
8507         * configure: Regenerate.
8508         * configure.ac (check dynamic export flag): Link python test with
8509         $PYTHON_LIBS.
8510
8511 2013-03-11  Doug Evans  <dje@google.com>
8512             Keith Seitz  <keiths@redhat.com>
8513
8514         * linespec.c (find_linespec_symbols): Call find_function_symbols
8515         first, and then call lookup_prefix_sym/find_method.
8516
8517 2013-03-11  Pedro Alves  <palves@redhat.com>
8518
8519         * charset.c (convert_between_encodings): Don't cast between
8520         different pointer to pointer types.  Instead, make the 'inp' local
8521         be of the type iconv expects.
8522         (wchar_iterate): Don't cast between different pointer to pointer
8523         types.  Instead, use new pointer local of the type iconv expects.
8524         * target.c (target_read_stralloc, target_fileio_read_stralloc):
8525         Add new local of type char pointer, and use it to get a
8526         char/string view of the byte buffer, instead of casting between
8527         pointer to pointer types.
8528
8529 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
8530
8531         * remote.c (remote_set_trace_buffer_size): Move != operator
8532         to the start of next line to fix an ARI warning.
8533
8534 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8535
8536         * NEWS: Add record changes.
8537
8538 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8539
8540         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8541         the instruction history disassembly.
8542         * disasm.c (dump_insns): Omit the pc prefix, if requested.
8543         * disasm.h (DISASSEMBLY_OMIT_PC): New.
8544
8545 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8546
8547         * Makefile.in (SFILES): Add record-btrace.c
8548         (COMMON_OBS): Add record-btrace.o
8549         * record-btrace.c: New.
8550         * objfiles.c: Include btrace.h.
8551         (free_objfile): call btrace_free_objfile.
8552
8553 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8554
8555         * target.c (target_call_history, target_call_history_from,
8556         target_call_history_range): New.
8557         * target.h (target_ops) <to_call_history, to_call_history_from,
8558         to_call_history_range>: New fields.
8559         (target_call_history, target_call_history_from,
8560         target_call_history_range): New declaration.
8561         * record.c (get_call_history_modifiers, cmd_record_call_history,
8562         record_call_history_size): New.
8563         (_initialize_record): Add the "record function-call-history" command.
8564         Add "set/show record function-call-history-size" commands.
8565         * record.h (record_print_flag): New.
8566
8567 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8568
8569         * target.h (target_ops) <to_insn_history, to_insn_history_from,
8570         to_insn_history_range>: New fields.
8571         (target_insn_history): New.
8572         (target_insn_history_from): New.
8573         (target_insn_history_range): New.
8574         * target.c (target_insn_history): New.
8575         (target_insn_history_from): New.
8576         (target_insn_history_range): New.
8577         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8578         (record_insn_history_size): New.
8579         (get_insn_number): New.
8580         (get_context_size): New.
8581         (no_chunk): New.
8582         (get_insn_history_modifiers): New.
8583         (cmd_record_insn_history): New.
8584         (_initialize_record): Add "set/show record instruction-history-size"
8585         command. Add "record instruction-history" command.
8586
8587 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8588
8589         * record.h (record_disconnect): New.
8590         (record_detach): New.
8591         (record_mourn_inferior): New.
8592         (record_kill): New.
8593         * record-full.c (record_disconnect, record_detach,
8594         record_mourn_inferior, record_kill): Move to...
8595         * record.c: ...here.
8596         (DEBUG): New.
8597         (record_stop): New.
8598         (record_unpush): New.
8599         (cmd_record_stop): Call record_stop. Replace unpush_target
8600         call with record_unpush call.
8601         (record_disconnect, record_detach): Assert that the target
8602         is of record stratum. Call record_unpush, record_stop, and
8603         DEBUG.
8604         (record_mourn_inferior, record_kill): Assert that the target
8605         is of record stratum. Call record_unpush and DEBUG.
8606
8607 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8608
8609         * record-full.h, record-full.c (record_memory_query): Rename
8610         to ...
8611         (record_full_memory_query): ...this. Update all users.
8612         (record_arch_list_add_reg): Rename to ...
8613         (record_full_arch_list_add_reg): ...this. Update all users.
8614         (record_arch_list_add_mem): Rename to ...
8615         (record_full_arch_list_add_mem): ...this. Update all users.
8616         (record_arch_list_add_end): Rename to ...
8617         (record_full_arch_list_add_end): ...this. Update all users.
8618         (record_gdb_operation_disable_set): Rename to ...
8619         (record_full_gdb_operation_disable_set): ...this.
8620         Update all users.
8621
8622 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8623
8624         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8625         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8626         (RECORD_IS_REPLAY): Renamed to ...
8627         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8628         (RECORD_FILE_MAGIC): Renamed to ...
8629         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8630         (record_mem_entry): Renamed to ...
8631         (record_full_mem_entry): ... this. Updated all users.
8632         (record_reg_entry): Renamed to ...
8633         (record_full_reg_entry): ... this. Updated all users.
8634         (record_end_entry): Renamed to ...
8635         (record_full_end_entry): ... this. Updated all users.
8636         (record_type) <record_end, record_reg, record_mem>: Renamed
8637         to ...
8638         (record_full_type) <record_full_end, record_full_reg,
8639         record_full_mem>: ... this. Updated all users.
8640         (record_entry): Renamed to ...
8641         (record_full_entry): ... this. Updated all users.
8642         (record_core_buf_entry): Renamed to ...
8643         (record_full_core_buf_entry): ... this. Updated all users.
8644         (record_core_regbuf): Renamed to ...
8645         (record_full_core_regbuf): ... this. Updated all users.
8646         (record_core_start): Renamed to ...
8647         (record_full_core_start): ... this. Updated all users.
8648         (record_core_end): Renamed to ...
8649         (record_full_core_end): ... this. Updated all users.
8650         (record_core_buf_list): Renamed to ...
8651         (record_full_core_buf_list): ... this. Updated all users.
8652         (record_first): Renamed to ...
8653         (record_full_first): ... this. Updated all users.
8654         (record_list): Renamed to ...
8655         (record_full_list): ... this. Updated all users.
8656         (record_arch_list_head): Renamed to ...
8657         (record_full_arch_list_head): ... this. Updated all users.
8658         (record_arch_list_tail): Renamed to ...
8659         (record_full_arch_list_tail): ... this. Updated all users.
8660         (record_stop_at_limit): Renamed to ...
8661         (record_full_stop_at_limit): ... this. Updated all users.
8662         (record_insn_max_num): Renamed to ...
8663         (record_full_insn_max_num): ... this. Updated all users.
8664         (record_insn_num): Renamed to ...
8665         (record_full_insn_num): ... this. Updated all users.
8666         (record_insn_count): Renamed to ...
8667         (record_full_insn_count): ... this. Updated all users.
8668         (record_ops): Renamed to ...
8669         (record_full_ops): ... this. Updated all users.
8670         (record_core_ops): Renamed to ...
8671         (record_full_core_ops): ... this. Updated all users.
8672         (set_record_cmdlist): Renamed to ...
8673         (set_record_full_cmdlist): ... this. Updated all users.
8674         (show_record_cmdlist): Renamed to ...
8675         (show_record_full_cmdlist): ... this. Updated all users.
8676         (record_cmdlist): Renamed to ...
8677         (record_full_cmdlist): ... this. Updated all users.
8678         (record_beneath_to_resume_ops): Renamed to ...
8679         (record_full_beneath_to_resume_ops): ... this. Updated all users.
8680         (record_beneath_to_resume): Renamed to ...
8681         (record_full_beneath_to_resume): ... this. Updated all users.
8682         (record_beneath_to_wait_ops): Renamed to ...
8683         (record_full_beneath_to_wait_ops): ... this. Updated all users.
8684         (record_beneath_to_wait): Renamed to ...
8685         (record_full_beneath_to_wait): ... this. Updated all users.
8686         (record_beneath_to_store_registers_ops): Renamed to ...
8687         (record_full_beneath_to_store_registers_ops): ... this.
8688         Updated all users.
8689         (record_beneath_to_store_registers): Renamed to ...
8690         (record_full_beneath_to_store_registers): ... this.
8691         Updated all users.
8692         (record_beneath_to_xfer_partial_ops): Renamed to ...
8693         (record_full_beneath_to_xfer_partial_ops): ... this.
8694         Updated all users.
8695         (record_beneath_to_xfer_partial): Renamed to ...
8696         (record_full_beneath_to_xfer_partial): ... this.
8697         Updated all users.
8698         (record_beneath_to_insert_breakpoint): Renamed to ...
8699         (record_full_beneath_to_insert_breakpoint): ... this.
8700         Updated all users.
8701         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8702         (record_full_beneath_to_stopped_by_watchpoint): ... this.
8703         Updated all users.
8704         (record_beneath_to_stopped_data_address): Renamed to ...
8705         (record_full_beneath_to_stopped_data_address): ... this.
8706         Updated all users.
8707         (record_beneath_to_async): Renamed to ...
8708         (record_full_beneath_to_async): ... this. Updated all users.
8709         (record_goto_insn): Renamed to ...
8710         (record_full_goto_insn): ... this. Updated all users.
8711         (record_save): Renamed to ...
8712         (record_full_save): ... this. Updated all users.
8713         (record_reg_alloc): Renamed to ...
8714         (record_full_reg_alloc): ... this. Updated all users.
8715         (record_reg_release): Renamed to ...
8716         (record_full_reg_release): ... this. Updated all users.
8717         (record_mem_alloc): Renamed to ...
8718         (record_full_mem_alloc): ... this. Updated all users.
8719         (record_mem_release): Renamed to ...
8720         (record_full_mem_release): ... this. Updated all users.
8721         (record_end_alloc): Renamed to ...
8722         (record_full_end_alloc): ... this. Updated all users.
8723         (record_end_release): Renamed to ...
8724         (record_full_end_release): ... this. Updated all users.
8725         (record_entry_release): Renamed to ...
8726         (record_full_entry_release): ... this. Updated all users.
8727         (record_list_release): Renamed to ...
8728         (record_full_list_release): ... this. Updated all users.
8729         (record_list_release_following): Renamed to ...
8730         (record_full_list_release_following): ... this.
8731         Updated all users.
8732         (record_list_release_first): Renamed to ...
8733         (record_full_list_release_first): ... this. Updated all users.
8734         (record_arch_list_add): Renamed to ...
8735         (record_full_arch_list_add): ... this. Updated all users.
8736         (record_get_loc): Renamed to ...
8737         (record_full_get_loc): ... this. Updated all users.
8738         (record_check_insn_num): Renamed to ...
8739         (record_full_check_insn_num): ... this. Updated all users.
8740         (record_arch_list_cleanups): Renamed to ...
8741         (record_full_arch_list_cleanups): ... this. Updated all users.
8742         (record_message): Renamed to ...
8743         (record_full_message): ... this. Updated all users.
8744         (record_message_wrapper): Renamed to ...
8745         (record_full_message_wrapper): ... this. Updated all users.
8746         (record_message_wrapper_safe): Renamed to ...
8747         (record_full_message_wrapper_safe): ... this. Updated all users.
8748         (record_gdb_operation_disable): Renamed to ...
8749         (record_full_gdb_operation_disable): ... this. Updated all users.
8750         (record_hw_watchpoint): Renamed to ...
8751         (record_full_hw_watchpoint): ... this. Updated all users.
8752         (record_exec_insn): Renamed to ...
8753         (record_full_exec_insn): ... this. Updated all users.
8754         (record_restore): Renamed to ...
8755         (record_full_restore): ... this. Updated all users.
8756         (record_async_inferior_event_token): Renamed to ...
8757         (record_full_async_inferior_event_token): ... this.
8758         Updated all users.
8759         (record_async_inferior_event_handler): Renamed to ...
8760         (record_full_async_inferior_event_handler): ... this.
8761         Updated all users.
8762         (record_core_open_1): Renamed to ...
8763         (record_full_core_open_1): ... this. Updated all users.
8764         (record_open_1): Renamed to ...
8765         (record_full_open_1): ... this. Updated all users.
8766         (record_open): Renamed to ...
8767         (record_full_open): ... this. Updated all users.
8768         (record_close): Renamed to ...
8769         (record_full_close): ... this. Updated all users.
8770         (record_resume_step): Renamed to ...
8771         (record_full_resume_step): ... this. Updated all users.
8772         (record_resumed): Renamed to ...
8773         (record_full_resumed): ... this. Updated all users.
8774         (record_execution_dir): Renamed to ...
8775         (record_full_execution_dir): ... this. Updated all users.
8776         (record_resume): Renamed to ...
8777         (record_full_resume): ... this. Updated all users.
8778         (record_get_sig): Renamed to ...
8779         (record_full_get_sig): ... this. Updated all users.
8780         (record_sig_handler): Renamed to ...
8781         (record_full_sig_handler): ... this. Updated all users.
8782         (record_wait_cleanups): Renamed to ...
8783         (record_full_wait_cleanups): ... this. Updated all users.
8784         (record_wait_1): Renamed to ...
8785         (record_full_wait_1): ... this. Updated all users.
8786         (record_wait): Renamed to ...
8787         (record_full_wait): ... this. Updated all users.
8788         (record_stopped_by_watchpoint): Renamed to ...
8789         (record_full_stopped_by_watchpoint): ... this. Updated all users.
8790         (record_disconnect): Renamed to ...
8791         (record_full_disconnect): ... this. Updated all users.
8792         (record_detach): Renamed to ...
8793         (record_full_detach): ... this. Updated all users.
8794         (record_mourn_inferior): Renamed to ...
8795         (record_full_mourn_inferior): ... this. Updated all users.
8796         (record_kill): Renamed to ...
8797         (record_full_kill): ... this. Updated all users.
8798         (record_stopped_data_address): Renamed to ...
8799         (record_full_stopped_data_address): ... this. Updated all users.
8800         (record_registers_change): Renamed to ...
8801         (record_full_registers_change): ... this. Updated all users.
8802         (record_store_registers): Renamed to ...
8803         (record_full_store_registers): ... this. Updated all users.
8804         (record_xfer_partial): Renamed to ...
8805         (record_full_xfer_partial): ... this. Updated all users.
8806         (record_breakpoint): Renamed to ...
8807         (record_full_breakpoint): ... this. Updated all users.
8808         (record_breakpoint_p): Renamed to ...
8809         (record_full_breakpoint_p): ... this. Updated all users.
8810         (record_breakpoints): Renamed to ...
8811         (record_full_breakpoints): ... this. Updated all users.
8812         (record_sync_record_breakpoints): Renamed to ...
8813         (record_full_sync_record_breakpoints): ... this.
8814         Updated all users.
8815         (record_init_record_breakpoints): Renamed to ...
8816         (record_full_init_record_breakpoints): ... this.
8817         Updated all users.
8818         (record_insert_breakpoint): Renamed to ...
8819         (record_full_insert_breakpoint): ... this. Updated all users.
8820         (record_remove_breakpoint): Renamed to ...
8821         (record_full_remove_breakpoint): ... this. Updated all users.
8822         (record_can_execute_reverse): Renamed to ...
8823         (record_full_can_execute_reverse): ... this. Updated all users.
8824         (record_get_bookmark): Renamed to ...
8825         (record_full_get_bookmark): ... this. Updated all users.
8826         (record_goto_bookmark): Renamed to ...
8827         (record_full_goto_bookmark): ... this. Updated all users.
8828         (record_async): Renamed to ...
8829         (record_full_async): ... this. Updated all users.
8830         (record_can_async_p): Renamed to ...
8831         (record_full_can_async_p): ... this. Updated all users.
8832         (record_is_async_p): Renamed to ...
8833         (record_full_is_async_p): ... this. Updated all users.
8834         (record_execution_direction): Renamed to ...
8835         (record_full_execution_direction): ... this. Updated all users.
8836         (record_info): Renamed to ...
8837         (record_full_info): ... this. Updated all users.
8838         (record_delete): Renamed to ...
8839         (record_full_delete): ... this. Updated all users.
8840         (record_is_replaying): Renamed to ...
8841         (record_full_is_replaying): ... this. Updated all users.
8842         (record_goto_entry): Renamed to ...
8843         (record_full_goto_entry): ... this. Updated all users.
8844         (record_goto_begin): Renamed to ...
8845         (record_full_goto_begin): ... this. Updated all users.
8846         (record_goto_end): Renamed to ...
8847         (record_full_goto_end): ... this. Updated all users.
8848         (record_goto): Renamed to ...
8849         (record_full_goto): ... this. Updated all users.
8850         (init_record_ops): Renamed to ...
8851         (init_record_full_ops): ... this. Updated all users.
8852         (record_core_resume): Renamed to ...
8853         (record_full_core_resume): ... this. Updated all users.
8854         (record_core_kill): Renamed to ...
8855         (record_full_core_kill): ... this. Updated all users.
8856         (record_core_fetch_registers): Renamed to ...
8857         (record_full_core_fetch_registers): ... this. Updated all users.
8858         (record_core_prepare_to_store): Renamed to ...
8859         (record_full_core_prepare_to_store): ... this. Updated all users.
8860         (record_core_store_registers): Renamed to ...
8861         (record_full_core_store_registers): ... this. Updated all users.
8862         (record_core_xfer_partial): Renamed to ...
8863         (record_full_core_xfer_partial): ... this. Updated all users.
8864         (record_core_insert_breakpoint): Renamed to ...
8865         (record_full_core_insert_breakpoint): ... this. Updated all users.
8866         (record_core_remove_breakpoint): Renamed to ...
8867         (record_full_core_remove_breakpoint): ... this. Updated all users.
8868         (record_core_has_execution): Renamed to ...
8869         (record_full_core_has_execution): ... this. Updated all users.
8870         (init_record_core_ops): Renamed to ...
8871         (init_record_full_core_ops): ... this. Updated all users.
8872         (cmd_record_restore): Renamed to ...
8873         (cmd_record_full_restore): ... this. Updated all users.
8874         (record_save_cleanups): Renamed to ...
8875         (record_full_save_cleanups): ... this. Updated all users.
8876         (cmd_record_start): Renamed to ...
8877         (cmd_record_full_start): ... this. Updated all users.
8878         (set_record_insn_max_num): Renamed to ...
8879         (set_record_full_insn_max_num): ... this. Updated all users.
8880         (set_record_command): Renamed to ...
8881         (set_record_full_command): ... this. Updated all users.
8882         (show_record_command): Renamed to ...
8883         (show_record_full_command): ... this. Updated all users.
8884         (_initialize_record): Renamed to ...
8885         (_initialize_record_full): ... this. Updated all users.
8886
8887 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8888
8889         * record.h: Split into this and ...
8890         * record-full.h: ... this.
8891         * record.c: Split into this and ...
8892         * record-full.c: ... this.
8893         * target.h (target_ops): Add new fields to_info_record,
8894         to_save_record, to_delete_record, to_record_is_replaying,
8895         to_goto_record_begin, to_goto_record_end, to_goto_record.
8896         (target_info_record): New.
8897         (target_save_record): New.
8898         (target_supports_delete_record): New.
8899         (target_delete_record): New.
8900         (target_record_is_replaying): New.
8901         (target_goto_record_begin): New.
8902         (target_goto_record_end): New.
8903         (target_goto_record): New.
8904         * target.c (target_info_record): New.
8905         (target_save_record): New.
8906         (target_supports_delete_record): New.
8907         (target_delete_record): New.
8908         (target_record_is_replaying): New.
8909         (target_goto_record_begin): New.
8910         (target_goto_record_end): New.
8911         (target_goto_record): New.
8912         * record.h: Declare struct cmd_list_element.
8913         (record_cmdlist): New declaration.
8914         (set_record_cmdlist): New declaration.
8915         (show_record_cmdlist): New declaration.
8916         (info_record_cmdlist): New declaration.
8917         (cmd_record_goto): New declaration.
8918         * record.c: Remove unnecessary includes.
8919         Include inferior.h.
8920         (cmd_record_goto): Remove declaration.
8921         (record_cmdlist): Now extern. Initialize.
8922         (set_record_cmdlist): Now extern. Initialize.
8923         (show_record_cmdlist): Now extern. Initialize.
8924         (info_record_cmdlist): Now extern. Initialize.
8925         (find_record_target): New.
8926         (require_record_target): New.
8927         (cmd_record_start): Update.
8928         (cmd_record_delete): Remove target-specific code.
8929         Call target_delete_record.
8930         (cmd_record_stop): Unpush any record target.
8931         (set_record_insn_max_num): Move to record-full.c
8932         (set_record_command): Add comment.
8933         (show_record_command): Add comment.
8934         (info_record_command): Update comment.
8935         Remove target-specific code.
8936         Call the record target's to_info_record.
8937         (cmd_record_start): New.
8938         (cmd_record_goto): Now extern.
8939         Remove target-specific code.
8940         Call target_goto_begin,  target_goto_end, or target_goto.
8941         (_initialize_record): Move record target ops initialization to
8942         record-full.c.
8943         Change "record" command help text.
8944         Move "record restore", "record set", and "record show" commands to
8945         record-full.c.
8946         * Makefile.in (SFILES): Add record-full.c.
8947         (HFILES_NO_SRCDIR): Add record-full.h.
8948         (COMMON_OBS): Add record-full.o.
8949         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8950         * arm-tdep.c: Include record-full.h.
8951         * i386-linux-tdep.c: Include record-full.h instead of record.h.
8952         * i386-tdep.c: Include record-full.h.
8953         * infrun.c: Include record-full.h.
8954         * linux-record.c: Include record-full.h.
8955         * moxie-tdep.c: Include record-full.h.
8956         * record-full.c: Include record-full.h.
8957         Change module comment.
8958         (set_record_full_cmdlist): New.
8959         (show_record_full_cmdlist): New.
8960         (record_full_cmdlist): New.
8961         (record_goto_insn): New declaration.
8962         (record_save): New declaration.
8963         (record_check_insn_num): Change query string.
8964         (record_info): New.
8965         (record_delete): New.
8966         (record_is_replaying): New.
8967         (record_goto_entry): New.
8968         (record_goto_begin): New.
8969         (record_goto_end): New.
8970         (record_goto): New.
8971         (init_record_ops): Update.
8972         (init_record_core_ops): Update.
8973         (cmd_record_save): Rename to record_save. Remove target and arg checks.
8974         (cmd_record_start): New.
8975         (set_record_insn_max_num): Moved from record.c
8976         (set_record_full_command): New.
8977         (show_record_full_command): New.
8978         (_initialize_record_full): New.
8979
8980 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8981
8982         * target.h (add_deprecated_target_alias): New.
8983         * target.c (add_deprecated_target_alias): New.
8984
8985 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8986
8987         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8988         and signal.h.
8989         (linux_supports_btrace): Add kernel and
8990         cpuid check.
8991         (kernel_supports_btrace): New function.
8992         (cpu_supports_btrace): New function.
8993         (intel_supports_btrace): New function.
8994
8995 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8996
8997         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8998         * remote.c: Include btrace.h.
8999         (struct btrace_target_info): New struct.
9000         (remote_supports_btrace): New function.
9001         (send_Qbtrace): New function.
9002         (remote_enable_btrace): New function.
9003         (remote_disable_btrace): New function.
9004         (remote_teardown_btrace): New function.
9005         (remote_read_btrace): New function.
9006         (init_remote_ops): Add btrace ops.
9007         (enum <unnamed>): Add btrace packets.
9008         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9009         (_initialize_remote): Add packet configuration for branch tracing.
9010
9011 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9012
9013         * features/btrace.dtd: New file.
9014         * Makefile.in (XMLFILES): Add btrace.dtd.
9015         * btrace.h (parse_xml_btrace): New declaration.
9016         * btrace.c: Include xml-support.h.
9017         (parse_xml_btrace): New function.
9018         (parse_xml_btrace_block): New function.
9019         (block_attributes): New struct.
9020         (btrace_attributes): New struct.
9021         (btrace_children): New struct.
9022         (btrace_elements): New struct.
9023
9024 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9025
9026         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9027         (amd64_linux_enable_btrace): New.
9028         (amd64_linux_disable_btrace): New.
9029         (amd64_linux_teardown_btrace): New.
9030         (_initialize_amd64_linux_nat): Initialize btrace ops.
9031         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9032         (i386_linux_enable_btrace): New.
9033         (i386_linux_disable_btrace): New.
9034         (i386_linux_teardown_btrace): New.
9035         (_initialize_i386_linux_nat): Initialize btrace ops.
9036         * config/i386/linux.mh: Add linux-btrace.o.
9037         * config/i386/linux64.mh: Add linux-btrace.o.
9038
9039 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9040
9041         * common/linux_btrace.h: New file.
9042         * common/linux_btrace.c: New file.
9043         * Makefile.in (SFILES): Add btrace.c.
9044         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9045         (COMMON_OBS): Add btrace.o.
9046         (linux-btrace.o): New rule.
9047
9048 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
9049
9050         * target.h: Include btrace.h.
9051         (struct target_ops) <to_supports_btrace, to_enable_btrace,
9052         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9053         * target.c (target_supports_btrace): New function.
9054         (target_enable_btrace): New function.
9055         (target_disable_btrace): New function.
9056         (target_teardown_btrace): New function.
9057         (target_read_btrace): New function.
9058         * btrace.h: New file.
9059         * btrace.c: New file.
9060         * Makefile.in: Add btrace.c.
9061         * gdbthread.h: Include btrace.h.
9062         (struct thread_info): Add btrace field.
9063         * thread.c: Include btrace.h.
9064         (clear_thread_inferior_resources): Call target_teardown_btrace.
9065         * common/btrace-common.h: New file.
9066
9067 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9068
9069         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9070         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9071         kill_status to outer block.
9072
9073 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9074
9075         Fix entry-values if the callee called a noreturn function.
9076         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9077         get_frame_address_in_block.  Add new comment.
9078
9079 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9080
9081         Fix entry-values in C++ across CUs.
9082         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9083         lookup_minimal_symbol.  Add a comment.
9084         * dwarf2read.c
9085         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9086         DW_AT_linkage_name.
9087
9088 2013-03-08  Yao Qi  <yao@codesourcery.com>
9089
9090         * tracepoint.c (_initialize_tracepoint): Indent the code.
9091
9092 2013-03-08  Pedro Alves  <palves@redhat.com>
9093
9094         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
9095         (parse_find_args, find_command): Change type of pattern buffer
9096         locals to 'gdb_byte *'.
9097
9098 2013-03-08  Stan Shebs  <stan@codesourcery.com>
9099             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9100
9101         * NEWS: Mention set and show trace-buffer-size commands.
9102         Mention new packet.
9103         * target.h (struct target_ops): New method
9104         to_set_trace_buffer_size.
9105         (target_set_trace_buffer_size): New macro.
9106         * target.c (update_current_target): Set up new method.
9107         * tracepoint.c (trace_buffer_size): New global.
9108         (start_tracing): Send it to the target.
9109         (set_trace_buffer_size): New function.
9110         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9111         * remote.c (remote_set_trace_buffer_size): New function.
9112         (_initialize_remote): Use it.
9113         (QTBuffer:size) New remote command.
9114         (PACKET_QTBuffer_size): New enum.
9115         (remote_protocol_features): Add an entry for
9116         PACKET_QTBuffer_size.
9117
9118 2013-03-08  Tom Tromey  <tromey@redhat.com>
9119
9120         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9121         variable.
9122
9123 2013-03-07  Pedro Alves  <palves@redhat.com>
9124
9125         * target.c (target_read_stralloc, target_fileio_read_alloc):
9126         *Cast pointer to 'gdb_byte *' in target call.
9127
9128 2013-03-07  Pedro Alves  <palves@redhat.com>
9129
9130         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9131         call.
9132
9133 2013-03-07  Keith Seitz  <keiths@redhat.com>
9134
9135         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9136         (trace_pass_command): Likewise.
9137         * cli/cli-cmds.c: Include cli/cli-utils.h.
9138         (source_command): Use skip-spaces.
9139         (disassemble_command): Likewise.
9140         * findcmd.c: Include cli/cli-utils.h.
9141         (parse_find_args): Use skip_spaces.
9142         * go32-nat.c: Include cli/cli-utils.h.
9143         (go32_sldt): Use skip_spaces.
9144         (go32_sgdt): Likewise.
9145         (go32_sidt): Likewise.
9146         (go32_pde): Likewise.
9147         (go32_pte): Likewise.
9148         (go32_pte_for_address): Likewise.
9149         * infcmd.c: Include cli/cli-utils.h.
9150         (registers_info): Use skip_spaces.
9151         * linux-tdep.c (read_mapping): Use skip_spaces_const.
9152         (linux_info_proc): Likewise.
9153         * linux-thread-db.c: Include cli/cli-utils.h.
9154         (info_auto_load_libthread_db): Use skip_spaces_const.
9155         * m32r-rom.c: Include cli/cli-utils.h.
9156         (m32r_upload_command): Use skip_spaces.
9157         * maint.c: Include cli/cli-utils.h.
9158         (maintenance_translate_address): Use skip_spaces.
9159         * mi/mi-parse.c: Include cli/cli-utils.h.
9160         (mi_parse_argv): Use skip_spaces.
9161         (mi_parse): Likewise.
9162         * minsyms.c: Include cli/cli-utils.h.
9163         (msymbol_hash_iw): Use skip_spaces_const.
9164         * objc-lang.c: Include cli/cli-utils.h.
9165         (parse_selector): Use skip_spaces.
9166         (parse_method): Likewise.
9167         * python/python.c: Include cli/cli-utils.h.
9168         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9169         (python_command)[HAVE_PYTHON]: Likewise.
9170         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9171         * remote-m32r-sdi.c: Include cli/cli-utils.h.
9172         (m32r_load): Use skip_spaces.
9173         * serial.c: Include cli/cli-utils.h.
9174         (serial_open): Use skip_spaces_const.
9175         * stack.c: Include cli/cli-utils.h.
9176         (parse_frame_specification_1): Use skip_spaces_const.
9177         * symfile.c: Include cli/cli-utils.h.
9178         (set_ext_lang_command): Use skip_spaces.
9179         * symtab.c: Include cli/cli-utils.h.
9180         (rbreak_command): Use skip_spaces.
9181         * thread.c (thread_name_command): Use skip_spaces.
9182         * tracepoint.c (validate_actionline): Use skip_spaces.
9183         (encode_actions_1): Likewise.
9184         (trace_find_range_command): Likewise.
9185         (trace_find_outside_command): Likewise.
9186         (trace_dump_actions): Likewise.
9187
9188 2013-03-07  Pedro Alves  <palves@redhat.com>
9189
9190         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9191         * expprint.c (print_subexp_standard): Likewise.
9192         * utils.c (host_char_to_target): Likewise.
9193         * valprint.c (generic_emit_char, generic_printstr): Likewise.
9194         * varobj.c (value_get_print_value): Change type of local to char*.
9195         Cast it gdb_byte * in call to language printer.
9196
9197 2013-03-07  Pedro Alves  <palves@redhat.com>
9198
9199         * charset.c (struct wchar_iterator) <input>: Change type to 'const
9200         gdb_byte *'.
9201         (make_wchar_iterator): Remove cast to char*.
9202         (wchar_iterate): Change type of local.
9203
9204 2013-03-07  Pedro Alves  <palves@redhat.com>
9205
9206         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9207         for 'regcache->register_status'.
9208
9209 2013-03-07  Pedro Alves  <palves@redhat.com>
9210
9211         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9212         int.
9213
9214 2013-03-07  Pedro Alves  <palves@redhat.com>
9215
9216         * stap-probe.c (handle_stap_probe): Add cast to char*.
9217
9218 2013-03-07  Pedro Alves  <palves@redhat.com>
9219
9220         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9221         RECORD_MSGRCV>: Pass a signed variable to
9222         regcache_raw_read_signed, instead of an unsigned one.
9223
9224 2013-03-07  Pedro Alves  <palves@redhat.com>
9225
9226         * remote-notif.c (notif_debug): Change type to int.
9227         * remote-notif.h (notif_debug): Likewise.
9228
9229 2013-03-07  Pedro Alves  <palves@redhat.com>
9230
9231         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9232
9233 2013-03-07  Pedro Alves  <palves@redhat.com>
9234
9235         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9236         * remote.h (hex2bin, bin2hex): ... here.
9237         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9238
9239 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
9240
9241         * utils.c (initialize_utils): Improve doc strings of "set/show
9242         width", "set/show height", and "set/show pagination".
9243
9244 2013-03-06  Keith Seitz  <keiths@redhat.com>
9245
9246         * ax-gdb.c (gen_printf): Make FORMAT const.
9247         * ax-gdb.h (gen_printf): Likewise.
9248         * ax-general.c (ax_string): Make STR const.
9249         * ax.h (ax_string): Likewise.
9250
9251 2013-03-06  Doug Evans  <dje@google.com>
9252
9253         * elfread.c (elf_symfile_read): Move debugging printf to more
9254         logical location.
9255
9256 2013-03-06  Pedro Alves  <palves@redhat.com>
9257
9258         * python/py-utils.c (target_string_to_unicode): Delete function.
9259         * python/python-internal.h (target_string_to_unicode): Delete
9260         declaration.
9261
9262 2013-03-06  Pierre Muller  <muller@sourceware.org>
9263
9264         * linespec.c (get_current_search_block): ARI fix, use (void)
9265         for empty parameter list.
9266
9267 2013-03-05  Doug Evans  <dje@google.com>
9268
9269         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9270         of old ada_lookup_symbol_list.  In !full_search case, don't
9271         search superblocks.
9272         (ada_lookup_symbol_list): Delete arg full_search, all callers
9273         updated.  Call ada_lookup_symbol_list_worker.
9274         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9275         * ada-lang.h (ada_lookup_symbol_list): Update.
9276         * language.h (language_defn): Update comment for
9277         la_iterate_over_symbols.
9278         * linespec.c (iterate_over_file_blocks): New function.
9279         (iterate_over_all_matching_symtabs): Call it.
9280         (lookup_prefix_sym): Ditto.
9281         (get_current_search_block): New function.
9282         (get_search_block): Delete.
9283         (find_label_symbols): Call get_current_search_block.
9284         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9285         * symtab.c (iterate_over_symbols): Don't search superblocks.
9286
9287 2013-03-05  Yao Qi  <yao@codesourcery.com>
9288
9289         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9290         parameter VAR's type from "unsigned int" to "int".
9291         * command.h (var_zuinteger_unlimited): Update its comments.
9292         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9293
9294 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9295
9296         * NEWS: Mention new target x86_64-*-cygwin*.
9297
9298 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9299
9300         * configure.host: Add x86_64-*-cygwin* as host.
9301         * configure.tgt: Add x86_64-*-cygwin* as target.
9302         * config/i386/cygwin64.mh: New file.
9303
9304 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9305
9306         * linespec.c (decode_line_2): Fix duplicate request off by two message.
9307
9308 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9309
9310         * linespec.c (struct linespec_canonical_name): New.
9311         (struct linespec_state): Change canonical_names type to it.
9312         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
9313         xrealloc element size.  Initialize the different CANONICAL fields.
9314         (canonical_to_fullform): New.
9315         (filter_results): Use it.  Add variables canonical, fullform and
9316         cleanup.
9317         (struct decode_line_2_item, decode_line_2_compare_items): New.
9318         (decode_line_2): Remove variables iter and item_names, add variables
9319         items and items_count.  Modify the code for these new variables.
9320
9321 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
9322
9323         * coff-pe-read.c (read_pe_exported_syms): Don't return without
9324         calling do_cleanup.
9325
9326 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
9327
9328         * tracepoint.c (build_traceframe_info): Add code for byte order.
9329
9330 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
9331
9332         * v850-tdep.c: (v850e2_register_name): Revise system register
9333         names to match current V850E2M architecture specifications.
9334         Update register number enum comments too.
9335
9336 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9337             Pedro Alves  <palves@redhat.com>
9338
9339         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9340         to END_ADDR.
9341         (tilegx_skip_prologue): Limit prologue analysis to section end.
9342
9343 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9344
9345         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9346         use it.
9347
9348 2013-03-01  Pedro Alves  <palves@redhat.com>
9349
9350         Use gdb_byte for bytes from the program being debugged.
9351
9352         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9353         Change type of local 'buf' to gdb_byte.
9354         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9355         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9356         * cris-tdep.c (cris_sigcontext_addr)
9357         (cris_sigtramp_frame_unwind_cache): Likewise.
9358         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9359         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9360         Likewise.
9361         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9362         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9363         (hppa32_hpux_search_dummy_call_sequence)
9364         (hppa_hpux_supply_save_state): Likewise.
9365         * hppa-linux-tdep.c (insns_match_pattern)
9366         (hppa_linux_find_global_pointer): Likewise.
9367         * hppa-tdep.c (hppa_in_function_epilogue_p)
9368         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9369         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9370         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9371         (i386fbsd_collect_uthread): Likewise.
9372         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9373         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9374         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9375         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9376         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9377         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9378         (ia64_libunwind_frame_prev_register)
9379         (ia64_libunwind_sigtramp_frame_this_id)
9380         (ia64_find_global_pointer_from_dynamic_section)
9381         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9382         (ia64_unwind_pc): Likewise.
9383         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9384         * m68hc11-tdep.c (m68hc11_push_dummy_call)
9385         (m68hc11_extract_return_value): Likewise.
9386         * m68klinux-nat.c (fetch_register, store_register): Likewise.
9387         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9388         (mep_get_insn, mep_push_dummy_call): Likewise.
9389         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9390         (mips_linux_in_dynsym_stub): Likewise.
9391         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9392         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9393         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9394         to gdb_byte.
9395         * remote-mips.c (mips_set_register): Likewise.
9396         * remote-sim.c (gdbsim_fetch_register): Likewise.
9397         * score-tdep.c (score7_fetch_inst): Change type of parameter
9398         'memblock' and local 'buf' to gdb_byte.
9399         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9400         Change type of local 'buf' to gdb_byte.  Adjust.
9401         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9402         to gdb_byte**.
9403         (score7_analyze_prologue): Change type of 'memblock' and
9404         'memblock_ptr' locals to gdb_byte*.
9405         * sh64-tdep.c (sh64_extract_return_value)
9406         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9407         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9408         * solib-pa64.c (pa64_solib_create_inferior_hook)
9409         (pa64_open_symbol_file_object): Remove local 'buf'.
9410         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9411         (som_open_symbol_file_object): Likewise.
9412         * solib-spu.c (spu_current_sos): Likewise.
9413         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9414         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9415         (spu_store_registers): Likewise.
9416         * target.c (debug_print_register): Likewise.
9417         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9418         * xstormy16-tdep.c (xstormy16_store_return_value)
9419         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9420         (xstormy16_find_jmp_table_entry): Likewise.
9421
9422 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9423
9424         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9425         (tilegx_gdbarch_init): Install it.
9426
9427 2013-02-28  Tom Tromey  <tromey@redhat.com>
9428
9429         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9430         PyLong_Check.
9431
9432 2013-02-28  Doug Evans  <dje@google.com>
9433
9434         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9435         * python/python.c (gdbpy_find_pc_line): Ditto.
9436
9437 2013-02-28  Tom Tromey  <tromey@redhat.com>
9438
9439         * contrib/excheck.py: New file.
9440         * contrib/exsummary.py: New file.
9441         * contrib/gcc-with-excheck: New file.
9442
9443 2013-02-28  Tom Tromey  <tromey@redhat.com>
9444
9445         * python/python.c (gdbpy_print_stack): Call begin_line and
9446         fprintf_filtered inside TRY_CATCH.
9447
9448 2013-02-28  Tom Tromey  <tromey@redhat.com>
9449
9450         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9451         inside TRY_CATCH.
9452
9453 2013-02-28  Tom Tromey  <tromey@redhat.com>
9454
9455         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9456         frame_object_to_frame_info inside TRY_CATCH.
9457
9458 2013-02-28  Tom Tromey  <tromey@redhat.com>
9459
9460         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9461         TRY_CATCH.
9462
9463 2013-02-28  Tom Tromey  <tromey@redhat.com>
9464
9465         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9466
9467 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
9468
9469         * windows-nat.c: Throughout, fix format strings and casts of
9470         printf-like functions to avoid type related warnings on all
9471         platforms.
9472         (handle_output_debug_string): Fetch context information address
9473         from debug string using string_to_core_addr.
9474
9475 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9476
9477         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9478         * regformats/reg-tilegx32.dat: New.
9479
9480 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9481
9482         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9483
9484 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9485
9486         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9487
9488 2013-02-27  Yao Qi  <yao@codesourcery.com>
9489             Pedro Alves  <palves@redhat.com>
9490
9491         * tracepoint.c (tfile_trace_find): For tfind
9492         pc/tp/range/outside, look for the next trace frame instead of
9493         always starting from frame 0.
9494
9495 2013-02-26  Anthony Green  <green@moxielogic.com>
9496
9497         * configure.tgt: Add support for moxie-*-rtems* target.
9498
9499 2013-02-25  Pedro Alves  <palves@redhat.com>
9500
9501         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9502         warning text.
9503
9504 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9505
9506         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9507         if $fp is used as the virtual frame pointer.
9508
9509 2013-02-23  Alan Modra  <amodra@gmail.com>
9510
9511         * elfread.c (elf_symtab_read): Do not use udata.p here to find
9512         symbol size.
9513         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9514         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9515         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9516         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9517
9518 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9519
9520         Code cleanup.
9521         * elfread.c (build_id_bfd_get): Make the return type const.
9522         (build_id_verify): Make the check parameter const.
9523         (build_id_to_debug_filename): Make the build_id parameter and variable
9524         data const.
9525         (find_separate_debug_file_by_buildid): Make the variable build_id const.
9526
9527 2013-02-21  Alan Modra  <amodra@gmail.com>
9528
9529         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9530
9531 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
9532
9533         Add a new method 'disassemble' to gdb.Architecture class.
9534         * python/py-arch.c (archpy_disassmble): Implementation of the
9535         new method gdb.Architecture.disassemble.
9536         (arch_object_methods): Add entry for the new method.
9537
9538 2013-02-20  Jiong Wang  <jiwang@tilera.com>
9539
9540         * MAINTAINERS (Write After Approval): Add myself to the list.
9541
9542 2013-02-19  Pedro Alves  <palves@redhat.com>
9543
9544         Garbage collect 'struct monitor_ops'::load_routine.
9545
9546         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9547         * monitor.c (monitor_load): No longer call
9548         current_monitor->load_routine.
9549         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9550         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9551         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9552
9553 2013-02-19  Pedro Alves  <palves@redhat.com>
9554
9555         PR gdb/15161
9556
9557         Harmonize with generic_load.
9558
9559         * monitor.c: Include "readline/readline.h".
9560         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
9561         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
9562         long/strtol for the 'load_offset' local.  Error out if no argument
9563         is given or if too many arguments are given.  Tilde expand the
9564         passed in file name.
9565
9566 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9567
9568         PR gdb/15161
9569         * symfile.c (load_section_data): Change type of load_offset
9570         to CORE_ADDR.
9571         (generic_load): User strtoulst instead of strtoul for conversion
9572         of load_offset.
9573
9574 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9575
9576         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9577          for return address, "lr" register, saved on stack.
9578         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9579         after we invoke tilegx_analyze_prologue.
9580
9581 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9582
9583         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9584
9585 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9586
9587         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9588
9589 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9590
9591         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9592         (tilegx_write_pc): New function.
9593         (tilegx_cannot_reference_register): Return zero if REGNO
9594         is TILEGX_FAULTNUM_REGNUM.
9595         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9596         (tilegx_register_name): Add handling of "faultnum" register.
9597         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9598         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9599         handling of TILEGX_FAULTNUM_REGNUM.
9600         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9601
9602 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9603
9604         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9605         should be aligned to 64bit.
9606
9607 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9608
9609         * windows-nat.c (windows_xfer_memory): Fix debug-output
9610         for LLP64.
9611
9612 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
9613
9614         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9615         Don't check DSP register number if HAVE_DSP is not set.
9616
9617 2013-02-19  Alan Modra  <amodra@gmail.com>
9618
9619         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
9620         throughout file instead.
9621         (build_id_bfd_get): Update to use new elf_tdata build_id field.
9622         Don't xmalloc return value.
9623         (build_id_verify): Similarly.  Don't xfree.
9624         (build_id_to_debug_filename): Update.
9625         (find_separate_debug_file_by_buildid): Update, don't xfree.
9626
9627 2013-02-18  Tom Tromey  <tromey@redhat.com>
9628
9629         PR gdb/15102:
9630         * dwarf2read.c (read_subrange_type): Use result of
9631         'check_typedef'.
9632
9633 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9634
9635         * frame.c: Remove one extra white space after #include
9636         directive.
9637
9638 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9639
9640         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9641
9642 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9643
9644         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9645         and dir commands into an if block.
9646
9647 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
9648
9649         * python/py-breakpoint (struct pybp_code):  Use int instead of
9650         enum type_code.
9651
9652 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
9653             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9654
9655         * NEWS: Mention new field "trace-file".
9656         * tracepoint.c (trace_status_mi): Output "trace-file" field.
9657         (tfile_open): Record the trace file's filename in the trace
9658         status.
9659         (tfile_files_info): Mention the name of the trace file.
9660         Check the "filename" field explicitely.
9661         (trace_status_command): Explicitely check "filename" field.
9662         (trace_find_command): Ditto.
9663         (trace_find_pc_command): Ditto.
9664         (trace_find_tracepoint_command): Ditto.
9665         (trace_find_line_command): Ditto.
9666         (trace_find_range_command): Ditto.
9667         (trace_find_outside_command): Ditto.
9668         * tracepoint.h (struct trace_status) <from_file>: Rename it
9669         to "filename" and make it hold the trace file's filename
9670         instead of a boolean.
9671         * remote.c (remote_get_trace_status): Initialize "filename"
9672         field with NULL instead of 0.
9673
9674 2013-02-15  Yao Qi  <yao@codesourcery.com>
9675
9676         * remote.c: Fix a typo.
9677
9678 2013-02-14  Pierre Muller  <muller@sourceware.org>
9679
9680         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9681
9682 2013-02-14  Pedro Alves  <palves@redhat.com>
9683
9684         * utils.c (savestring): Don't #undef it.  Move function to
9685         common/common-utils.c.
9686         * common/common-utils.c: Include gdb_string.h.
9687         (savestring): Move here from utils.c.
9688         * common/common-utils.h (savestring): Declare.
9689
9690 2013-02-14  Pedro Alves  <palves@redhat.com>
9691
9692         * utils.c (savestring): Rename parameter 'size' to 'len'.
9693
9694 2013-02-14  Pedro Alves  <palves@redhat.com>
9695             Yufeng Zhang  <yufeng.zhang@arm.com>
9696
9697         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9698         (aarch64_inferior_data, struct aarch64_inferior_data):
9699         Delete.
9700         (struct aarch64_process_info): New.
9701         (aarch64_process_list): New global.
9702         (aarch64_find_process_pid, aarch64_add_process)
9703         (aarch64_process_info_get): New functions.
9704         (aarch64_inferior_data_get): Delete.
9705         (aarch64_process_info_get): New function.
9706         (aarch64_forget_process): New function.
9707         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
9708         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9709         aarch64_get_debug_reg_state.
9710         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9711         instead of linux_nat_iterate_watchpoint_lwps.
9712         (aarch64_linux_new_fork): New function.
9713         (aarch64_linux_child_post_startup_inferior): Use
9714         aarch64_forget_process instead of aarch64_init_debug_reg_state.
9715         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9716         (aarch64_linux_remove_hw_breakpoint)
9717         (aarch64_handle_aligned_watchpoint)
9718         (aarch64_handle_unaligned_watchpoint)
9719         (aarch64_linux_insert_watchpoint)
9720         (aarch64_linux_remove_watchpoint)
9721         (aarch64_linux_stopped_data_address): Adjust to pass the current
9722         process id to aarch64_debug_reg_state.
9723         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9724         linux_nat_new_fork hook, and aarch64_forget_process as
9725         linux_nat_forget_process hook; remove the call to
9726         register_inferior_data_with_cleanup.
9727
9728 2013-02-14  Pedro Alves  <palves@redhat.com>
9729
9730         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9731         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9732         lval_memory.
9733
9734 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
9735             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9736
9737         * tracepoint.h (validate_trace_state_variable_name): Declare.
9738         * tracepoint.c (validate_trace_state_variable_name): New.
9739         (trace_variable_command): Parse the trace state variable's name
9740         without using parse_expression.  Do several validations.
9741         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9742         trace state variable's name with parse_expression.  Validate it.
9743
9744 2013-02-14  Yao Qi  <yao@codesourcery.com>
9745
9746         * infcmd.c (breakpoint_proceeded): Remove it.
9747
9748 2013-02-14  Yao Qi  <yao@codesourcery.com>
9749
9750         * tracepoint.c (end_actions_pseudocommand): Make it static.
9751         (while_stepping_pseudocommand): Likewise.
9752         * tracepoint.h (end_actions_pseudocommand): Remove the
9753         declaration.
9754         (while_stepping_pseudocommand): Likewise.
9755
9756 2013-02-14  Yao Qi  <yao@codesourcery.com>
9757
9758         * cli/cli-decode.c (help_cmd): Remove the declaration of
9759         "cmdlist".
9760         (help_all): Likewise.
9761
9762 2013-02-13  Pedro Alves  <palves@redhat.com>
9763
9764         * amd64-linux-nat.c (update_debug_registers_callback):
9765         Update comment.
9766         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9767         iterate_over_lwps.
9768         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9769         i386_debug_reg_state.
9770         (amd64_linux_new_fork): New function.
9771         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9772         linux_nat_new_fork hook, and i386_forget_process as
9773         linux_nat_forget_process hook.
9774         * i386-linux-nat.c (update_debug_registers_callback):
9775         Update comment.
9776         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9777         iterate_over_lwps.
9778         (i386_linux_prepare_to_resume): Pass the lwp's pid to
9779         i386_debug_reg_state.
9780         (i386_linux_new_fork): New function.
9781         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9782         linux_nat_new_fork hook, and i386_forget_process as
9783         linux_nat_forget_process hook.
9784         * i386-nat.c (i386_init_dregs): Delete.
9785         (i386_inferior_data, struct i386_inferior_data):
9786         Delete.
9787         (struct i386_process_info): New.
9788         (i386_process_list): New global.
9789         (i386_find_process_pid, i386_add_process, i386_process_info_get):
9790         New functions.
9791         (i386_inferior_data_get): Delete.
9792         (i386_process_info_get): New function.
9793         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
9794         (i386_forget_process): New function.
9795         (i386_cleanup_dregs): Rewrite.
9796         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9797         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9798         (i386_stopped_data_address, i386_insert_hw_breakpoint)
9799         (i386_remove_hw_breakpoint): Adjust to pass the current process id
9800         to i386_debug_reg_state.
9801         (i386_use_watchpoints): Don't register inferior data.
9802         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9803         adjust comment.
9804         (i386_forget_process): Declare.
9805         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9806         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9807         New static globals.
9808         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9809         (add_initial_lwp): New, factored out from ...
9810         (add_lwp): ... this.  Don't check the number of lwps before
9811         calling linux_nat_new_thread.
9812         (linux_nat_iterate_watchpoint_lwps): Delete.
9813         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9814         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9815         forks and vforks.
9816         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9817         initial lwp.
9818         (linux_nat_kill, linux_nat_mourn_inferior): Call
9819         linux_nat_forget_process.
9820         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9821         (linux_nat_forget_process): New functions.
9822         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9823         type.
9824         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9825         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9826         types.
9827         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9828         (linux_nat_forget_process): New declarations.
9829
9830         * amd64fbsd-nat.c (super_mourn_inferior): New global.
9831         (amd64fbsd_mourn_inferior): New function.
9832         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9833         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9834
9835 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9836
9837         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9838         Adding _().
9839
9840 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9841
9842         * aarch64-linux-nat.c (debug_reg_change_callback)
9843         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9844         %s and phex().
9845
9846 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9847
9848         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9849         with LONGEST.
9850
9851 2013-02-13  Pedro Alves  <palves@redhat.com>
9852             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9853
9854         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9855
9856 2013-02-12  Tom Tromey  <tromey@redhat.com>
9857
9858         PR symtab/11464:
9859         * c-exp.y (lex_one_token): Initialize other fields of yylval on
9860         NAME return.
9861         (classify_inner_name): Remove 'first_name' argument, add
9862         'context'.  Remove unused variable.
9863         (yylex): Explicitly maintain the context type.  Exit loop earlier
9864         if NAME result is seen.
9865
9866 2013-02-12  Pedro Alves  <palves@redhat.com>
9867
9868         * amd64-darwin-tdep.c: Add (C) after Copyright.
9869         * cli/cli-cmds.h: Ditto.
9870         * cli/cli-decode.c: Ditto.
9871         * cli/cli-decode.h: Ditto.
9872         * cli/cli-dump.c: Ditto.
9873         * cli/cli-dump.h: Ditto.
9874         * cli/cli-interp.c: Ditto.
9875         * cli/cli-logging.c: Ditto.
9876         * cli/cli-script.c: Ditto.
9877         * cli/cli-script.h: Ditto.
9878         * cli/cli-setshow.c: Ditto.
9879         * cli/cli-setshow.h: Ditto.
9880         * cli/cli-utils.c: Ditto.
9881         * cli/cli-utils.h: Ditto.
9882         * config/alpha/nm-osf3.h: Ditto.
9883         * config/djgpp/djconfig.sh: Ditto.
9884         * config/i386/nm-fbsd.h: Ditto.
9885         * config/i386/nm-i386gnu.h: Ditto.
9886         * config/nm-linux.h: Ditto.
9887         * config/nm-nto.h: Ditto.
9888         * config/rs6000/nm-rs6000.h: Ditto.
9889         * config/sparc/nm-sol2.h: Ditto.
9890         * darwin-nat-info.c: Ditto.
9891         * dfp.c: Ditto.
9892         * dfp.h: Ditto.
9893         * gdb-demangle.h: Ditto.
9894         * i386-darwin-nat.c: Ditto.
9895         * i386-darwin-tdep.c: Ditto.
9896         * linux-fork.h: Ditto.
9897         * m32c-tdep.c: Ditto.
9898         * microblaze-linux-tdep.c: Ditto.
9899         * microblaze-rom.c: Ditto.
9900         * microblaze-tdep.c: Ditto.
9901         * microblaze-tdep.h: Ditto.
9902         * mips-linux-tdep.h: Ditto.
9903         * ppc-ravenscar-thread.c: Ditto.
9904         * ppc-ravenscar-thread.h: Ditto.
9905         * prologue-value.c: Ditto.
9906         * prologue-value.h: Ditto.
9907         * ravenscar-thread.c: Ditto.
9908         * ravenscar-thread.h: Ditto.
9909         * sparc-ravenscar-thread.c: Ditto.
9910         * sparc-ravenscar-thread.h: Ditto.
9911         * tilegx-linux-tdep.c: Ditto.
9912         * unwind_stop_reasons.def: Ditto.
9913         * windows-nat.h: Ditto.
9914         * xtensa-linux-tdep.c: Ditto.
9915         * xtensa-xtregs.c: Ditto.
9916         * regformats/regdat.sh: Ditto.
9917         * regformats/regdef.h: Ditto.
9918
9919 2013-02-12  Pedro Alves  <palves@redhat.com>
9920
9921         * break-catch-sig.c: Update copyright years.
9922
9923 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
9924
9925         Add support for a destructor for ui_out data and use it to
9926         provide a ui_out destructor.
9927         * ui-out.h: Declare the new ui_out destructor.
9928         (ui_out_impl): Add a field for data destructor in ui_out_impl.
9929         * ui-out.c (default_data_destroy): Add a default data destructor
9930         which does nothing.
9931         (default_ui_out_impl): Set the new data_destroy field to
9932         default_data_destroy
9933         (uo_data_destroy): Local function which invokes the data
9934         destructor if present.
9935         (clear_table): Local function which clears the table data of a
9936         ui_out object.
9937         (ui_out_destroy): Public function which frees a ui_out object.
9938         (ui_out_table_end): Use the new clear_table function.
9939         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9940         NULL.
9941         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9942         to NULL.
9943
9944 2013-02-11  Doug Evans  <dje@google.com>
9945
9946         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9947         (printf_decfloat): New function.  Broken out from ui_printf.
9948         Remove unnecessary code to shift the entire format string down.
9949         (printf_pointer): New function.
9950         (ui_printf): Code to print C strings, wide C strings, decfloats,
9951         and pointers moved to separate functions.
9952
9953 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
9954
9955         * valops.c (value_assign): Handling bitfield offset in
9956         `lval_internalvar_component' case.
9957
9958 2013-02-08  Doug Evans  <dje@google.com>
9959
9960         * common/format.c (parse_format_string): Fix whitespace.
9961
9962 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
9963
9964         * stack.c (return_command): Work around uninitialized variable
9965         warning.
9966
9967 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
9968
9969         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9970         number of the registers from 36 to 34.
9971
9972 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9973
9974         * NEWS: Mention new AArch64 native and target support.
9975
9976 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9977
9978         * MAINTAINERS (Write After Approval): Add myself.
9979
9980 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
9981             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9982             Nigel Stephens  <nigel.stephens@arm.com>
9983             Yufeng Zhang  <yufeng.zhang@arm.com>
9984
9985         * aarch64-linux-nat.c: New file.
9986         * config/aarch64/linux.mh: New file.
9987         * configure.host: Add AArch64.
9988         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9989
9990 2013-02-07  Doug Evans  <dje@google.com>
9991
9992         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9993         disassemble command.
9994
9995 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9996
9997         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9998         set_gdbarch_fetch_tls_load_module_address.
9999
10000 2013-02-06  David S. Miller  <davem@davemloft.net>
10001
10002         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10003         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10004         * value.c (struct_return_convention): New function.
10005         (using_struct_return): Implement in terms of struct_return_convention.
10006         * value.h (struct_return_convention): Declare.
10007         * stack.c (return_command): Allow successful overriding of the return
10008         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10009
10010 2013-02-06  Tom Tromey  <tromey@redhat.com>
10011
10012         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10013         outside of TRY_CATCH.
10014
10015 2013-02-06  Yao Qi  <yao@codesourcery.com>
10016
10017         * mi/mi-interp.c: Include "tracepoint.h".
10018         (mi_tsv_modified): Declare.
10019         (mi_tsv_created, mi_tsv_deleted): Update declaration.
10020         (mi_interpreter_init): Call observer_attach_tsv_modified.
10021         (mi_tsv_modified): New.
10022         (mi_tsv_created, mi_tsv_deleted): Update.
10023         * tracepoint.c (trace_variable_command): Call
10024         observer_notify_tsv_modified if the initial value of tsv is
10025         changed.
10026         (delete_trace_state_variable): Call
10027         observer_notify_tsv_deleted earlier.
10028         (trace_variable_command): Caller update.
10029         (create_tsv_from_upload): Likewise.
10030         * observer.sh: Declare "struct trace_state_variable".
10031
10032         * NEWS: Mention the new MI notification "=tsv-modified".
10033
10034 2013-02-05  Doug Evans  <dje@google.com>
10035
10036         * completer.c (location_completer): Fix typo in comment.
10037
10038 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10039
10040         * breakpoint.c (add_location_to_breakpoint): Insert the location with
10041         ADDRESS sorted.
10042
10043 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10044
10045         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10046         Refactor if statement to avoid trailing || operator.
10047
10048 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
10049
10050         * NEWS: Add PowerPC FreeBSD as a new native configuration.
10051
10052 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
10053
10054         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10055         * configure.host: Add powerpc*-*-freebsd* target.
10056         * configure.tgt: Add target info for powerpc*-*-freebsd*.
10057         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10058         * config/powerpc/fbsd.mh: New file.
10059
10060 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
10061             Denys Vlasenko  <dvlasenk@redhat.com>
10062             Pedro Alves  <palves@redhat.com>
10063
10064         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10065         (struct elf_internal_linux_prpsinfo): Forward declare.
10066         * gdbarch.h, gdbarch.c: Regenerate.
10067         * linux-tdep.c: Include `cli/cli-utils.h'.
10068         (linux_fill_prpsinfo): New function.
10069         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
10070         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10071         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10072         depending on gdbarch pointer bitness.
10073         * ppc-linux-tdep.c: Include elf-bfd.h.
10074         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10075         on 32-bit.
10076
10077 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10078             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10079             Nigel Stephens  <nigel.stephens@arm.com>
10080             Yufeng Zhang  <yufeng.zhang@arm.com>
10081
10082         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10083
10084 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10085             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10086             Nigel Stephens  <nigel.stephens@arm.com>
10087             Yufeng Zhang  <yufeng.zhang@arm.com>
10088
10089         * aarch64-newlib-tdep.c: New file.
10090         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10091         aarch64*-*-elf.
10092         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10093         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
10094         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
10095         * osabi.c (gdb_osabi_names): Add "Newlib".
10096
10097 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10098             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10099             Nigel Stephens  <nigel.stephens@arm.com>
10100             Yufeng Zhang  <yufeng.zhang@arm.com>
10101
10102         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10103         (ALLDEPFILES): Add aarch64-linux-tdep.c.
10104         * aarch64-linux-tdep.c: New file.
10105         * aarch64-linux-tdep.h: New file.
10106         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10107         * configure.tgt: Add aarch64-none-linux-gnu.
10108
10109 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
10110             Marcus Shawcroft  <marcus.shawcroft@arm.com>
10111             Nigel Stephens  <nigel.stephens@arm.com>
10112             Yufeng Zhang  <yufeng.zhang@arm.com>
10113
10114         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10115         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10116         (ALLDEPFILES): Add aarch64-tdep.c.
10117         * aarch64-tdep.c: New file.
10118         * aarch64-tdep.h: New file.
10119         * configure.tgt: Add AArch64.
10120         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10121         (aarch64-expedite): New definition.
10122         * features/aarch64-core.xml: New file.
10123         * features/aarch64-fpu.xml: New file.
10124         * features/aarch64-without-fpu.c: New file (generated).
10125         * features/aarch64-without-fpu.xml: New file.
10126         * features/aarch64.c: New file (generated).
10127         * features/aarch64.xml: New file.
10128         * regformats/aarch64-without-fpu.dat: New file (generated).
10129         * regformats/aarch64.dat: New file (generated).
10130
10131 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10132
10133         * contrib/expect-read1.c: New file.
10134         * contrib/expect-read1.sh: New file.
10135
10136 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10137
10138         * dwarf2read.c (file_file_name): New function with code from
10139         file_full_name.
10140         (file_full_name): Move most of the code to file_file_name.
10141         (macro_start_file): Rename variable full_name to file_name and use
10142         file_file_name for it.  Add comp_dir parameter to new_macro_table.
10143         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
10144         macro_source_file->filename access by macro_source_fullname call.
10145         * macroscope.c (_initialize_macroscope): Update the new_macro_table
10146         caller.
10147         * macrotab.c (struct macro_table): New field comp_dir.
10148         (macro_include): New variables link_fullname and source_fullname.
10149         Replace any macro_source_file->filename access by macro_source_fullname
10150         call.
10151         (macro_lookup_inclusion): Remove the partial filenames checking code.
10152         (check_for_redefinition): New variables source_fullname and
10153         found_key_fullname.  Replace any macro_source_file->filename access by
10154         macro_source_fullname call.
10155         (macro_undef): New variables source_fullname and key_fullname.  Replace
10156         any macro_source_file->filename access by macro_source_fullname call.
10157         (macro_lookup_definition): New variables retval and source_fullname.
10158         Replace any macro_source_file->filename access by macro_source_fullname
10159         call.
10160         (foreach_macro): New variable key_fullname.  Replace any
10161         macro_source_file->filename access by macro_source_fullname call.
10162         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
10163         macro_source_file->filename access by macro_source_fullname call.
10164         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
10165         (macro_source_fullname): New function.
10166         * macrotab.h (struct macro_source_file): Extent the filename field
10167         comment.
10168         (new_macro_table): New parameter comp_dir, add a comment for it.
10169         (macro_source_fullname): new declaration.
10170
10171 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10172
10173         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10174         this_real_name to outer block.  Use it also for
10175         compare_filenames_for_search.
10176         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
10177         with dw2_get_real_path for file_matcher, considering also
10178         BASENAMES_MAY_DIFFER.
10179         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10180
10181 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10182
10183         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10184         to the file_matcher parameter.  Pass 0 to it.
10185         (dwarf2_create_include_psymtab): Copy also DIRNAME.
10186         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10187         NULL psymtab_to_fullname result.
10188         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
10189         an expected filename instead.
10190         (expand_symtabs_matching_via_partial): Add basenames parameter to the
10191         file_matcher parameter.  Call also psymtab_to_fullname, after newly
10192         considering BASENAMES_MAY_DIFFER.
10193         * source.c (rewrite_source_path): Remove static.
10194         * source.h (rewrite_source_path): New declaration.
10195         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10196         the expand_symtabs_matching field.  Comment it.
10197         * symtab.c (file_matches): New function comment.  Add parameter
10198         basenames, implement it.
10199         (search_symbols_file_matches): Add basenames parameter.  Update the
10200         file_matches caller.
10201         (search_symbols): Match FILES also against symtab_to_fullname.
10202         Optimize it for BASENAMES_MAY_DIFFER.
10203
10204 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10205
10206         * source.c (print_source_lines_base): Print for TUI also "fullname".
10207         * tui/tui-data.c (init_content_element): Change tui_locator_element
10208         field to full_name.
10209         * tui/tui-data.h (struct tui_locator_element): Likewise.
10210         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10211         tui_update_locator_filename calls to tui_update_locator_fullname.
10212         Replace symtab->filename refererence by symtab_to_fullname call.
10213         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10214         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10215         field to full_name.  Replace symtab->filename refererence by
10216         symtab_to_fullname call.
10217         (tui_show_symtab_source): Rename parameter to fullname.  Change
10218         tui_locator_element field to full_name.
10219         * tui/tui-stack.c: Include source.h.
10220         (tui_set_locator_filename): Rename the declaration to ...
10221         (tui_set_locator_fullname): ... here.  Rename its parameter to
10222         fullname, updates its comment.
10223         (tui_set_locator_info): Rename its parameter to fullname.
10224         (tui_set_locator_filename): Rename the definition to ...
10225         (tui_set_locator_fullname): ... here.  Rename its parameter to
10226         fullname, updates its comment.  Change tui_locator_element field to
10227         full_name.
10228         (tui_set_locator_info): Rename its parameter to fullname.
10229         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10230         (tui_update_locator_filename): Rename to ...
10231         (tui_update_locator_fullname): ... here. Rename callee to
10232         tui_set_locator_fullname.
10233         (tui_show_frame_info): Replace symtab->filename refererence by
10234         symtab_to_fullname call.
10235         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10236         (tui_update_locator_fullname): ... here.
10237         * tui/tui-winsource.c (tui_display_main): Rename the callee to
10238         tui_update_locator_fullname.  Replace symtab->filename refererence by
10239         symtab_to_fullname call.
10240         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10241         Rename the callee to tui_update_locator_fullname.
10242         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10243
10244 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10245
10246         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10247         by symtab_to_filename_for_display calls.
10248         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10249         (clear_command): New variable sal_fullname, initialize it.  Replace
10250         compare_filenames_for_search by filename_cmp with sal_fullname.
10251         (say_where, update_static_tracepoint): Replace symtab->filename
10252         refererences by symtab_to_filename_for_display calls.
10253         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10254         Likewise.
10255         * dwarf2read.c: Include source.h.
10256         (fixup_go_packaging): Replace symtab->filename refererences by
10257         symtab_to_filename_for_display calls.
10258         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10259         Replace symtab->filename refererences by symtab_to_filename_for_display
10260         calls.
10261         (create_sals_line_offset, convert_linespec_to_sals): New variable
10262         fullname, initialize it, replace symtab->filename reference by the
10263         variable.
10264         * linux-fork.c: Include source.h.
10265         (info_checkpoints_command): Replace symtab->filename refererences by
10266         symtab_to_filename_for_display calls.
10267         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10268         by symtab_to_filename_for_display calls.
10269         * mdebugread.c: Include source.h.
10270         (psymtab_to_symtab_1): Replace symtab->filename refererences by
10271         symtab_to_filename_for_display calls.
10272         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10273         (mi_cmd_file_list_exec_source_files): Likewise.
10274         * printcmd.c: Include source.h.
10275         (build_address_symbolic): Replace symtab->filename refererences by
10276         symtab_to_filename_for_display calls.
10277         * psymtab.c (partial_map_symtabs_matching_filename)
10278         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10279         with psymtab_to_fullname.
10280         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10281         by symtab_to_filename_for_display calls.
10282         (stpy_get_filename): New variable filename, initialize it, use instead
10283         of symtab->filename refererences.
10284         (salpy_str): Make variable filename const char *.  Replace
10285         symtab->filename refererences by symtab_to_filename_for_display calls.
10286         * skip.c: Include source.h and filenames.h.
10287         (skip_file_command): Remove const from the symtab variable.  Replace
10288         symtab->filename refererences by symtab_to_fullname call.
10289         (function_name_is_marked_for_skip): New variables searched_for_fullname
10290         and fullname.  Use them to search also with symtab's fullname.
10291         * source.c (find_source_lines): Replace symtab->filename refererences
10292         by symtab_to_filename_for_display calls.
10293         (print_source_lines_base): New variable filename, use it instead of
10294         symtab->filename.  Replace symtab->filename refererences by
10295         symtab_to_filename_for_display calls.
10296         (line_info, forward_search_command): Replace symtab->filename
10297         refererences by symtab_to_filename_for_display calls.
10298         (reverse_search_command): Replace symtab->filename refererences by
10299         symtab_to_filename_for_display calls.  New variable filename for it.
10300         * stack.c (frame_info): Likewise.
10301         * symmisc.c: Include source.h.
10302         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10303         (maintenance_info_symtabs): Replace symtab->filename refererences by
10304         symtab_to_filename_for_display calls.
10305         * symtab.c (iterate_over_some_symtabs): Call
10306         compare_filenames_for_search also with symtab_to_fullname.
10307         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10308         symtab->filename refererences by symtab_to_filename_for_display calls.
10309         (find_line_symtab): Replace symtab->filename refererences by
10310         symtab_to_filename_for_display calls.
10311         (file_matches): Replace filename_cmp by compare_filenames_for_search.
10312         (print_symbol_info): Make the last parameter const char *.  New
10313         variable s_filename.  Use it in the function.
10314         (symtab_symbol_info): Make the last_filename variable const char *.
10315         Replace symtab->filename refererences by symtab_to_filename_for_display
10316         calls.
10317         (rbreak_command): New variable fullname.  Use it.  Replace
10318         symtab->filename refererence by symtab_to_filename_for_display call.
10319         * tracepoint.c (set_traceframe_context, trace_find_line_command)
10320         (print_one_static_tracepoint_marker): Replace symtab->filename
10321         refererences by symtab_to_filename_for_display calls.
10322         * tui/tui-source.c (tui_set_source_content): New variables filename and
10323         s_filename.  Replace symtab->filename refererences by this variable.
10324         Replace other symtab->filename refererences by
10325         symtab_to_filename_for_display calls.
10326
10327 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10328             Jan Kratochvil  <jan.kratochvil@redhat.com>
10329
10330         Add a new variable that controls a way in which filenames are
10331         displayed.
10332         * NEWS (set filename-display): New entry.
10333         * source.c (filename_display_basename, filename_display_relative)
10334         (filename_display_absolute, filename_display_kind_names)
10335         (filename_display_string, show_filename_display_string)
10336         (symtab_to_filename_for_display): New.
10337         (_initialize_source): Added initialization of 'filename-display'
10338         variable.
10339         * source.h (symtab_to_filename_for_display): Added declaration.
10340         * stack.c (print_frame): Added new variable and calling of a new
10341         function and condition with this variable. Changed third argument of
10342         calling of a function.
10343
10344 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10345
10346         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10347         Rename field reference filename to fullname.
10348         * tui/tui-data.h (struct tui_source_info): Rename field filename to
10349         fullname.  New comment for it.
10350         * tui/tui-source.c (tui_set_source_content): Rename field reference
10351         filename to fullname.  Initialize field by symtab_to_fullname now.
10352         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10353         reference filename to fullname.  Use symtab_to_fullname during
10354         comparison.
10355
10356 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10357
10358         Code cleanup.
10359         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10360         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
10361         filename to fullname.  Rename variable this_name to this_fullname.
10362         Lowercase FILENAME_CMP call.
10363         (dw2_find_symbol_file): New comment for the returned string.
10364         (dwarf2_gdb_index_functions): Rename the function to
10365         dw2_expand_symtabs_with_fullname.
10366         * psymtab.c (read_psymtabs_with_filename): Rename to ...
10367         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
10368         fullname.
10369         (psym_functions): Rename the function to read_psymtabs_with_fullname.
10370         * symfile.h (struct quick_symbol_functions): Rename field
10371         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10372         parameter filename to fullname.  Document returned string meaning for
10373         find_symbol_file.
10374         * symtab.c (find_line_symtab): Rename the called function to
10375         expand_symtabs_with_fullname.
10376
10377 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10378
10379         Code cleanup.
10380         * breakpoint.c (clear_command): Remove variable is_abs, unify the
10381         call of filename_cmp with compare_filenames_for_search.
10382         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10383         is_abs, unify the call of FILENAME_CMP with
10384         compare_filenames_for_search.  New gdb_asserts for real_path and name.
10385         Unify the call of compare_filenames_for_search with FILENAME_CMP.
10386         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10387         * symfile.h (struct quick_symbol_functions): Extend the comment for
10388         map_symtabs_matching_filename.
10389         * symtab.c (compare_filenames_for_search): Remove the function comment
10390         relative path requirement.  Handle absolute filenames, with a comment.
10391         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10392         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
10393         real_path and name.  Unify the call of compare_filenames_for_search
10394         with FILENAME_CMP.
10395         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10396
10397 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10398
10399         Code cleanup.
10400         * breakpoint.c (print_breakpoint_location): Replace bp_location field
10401         source_file references by symtab field references.  Remove variables
10402         sal and fullname.
10403         (momentary_breakpoint_from_master, add_location_to_breakpoint):
10404         (clear_command, say_where): Replace bp_location field source_file
10405         references by symtab field references.
10406         (bp_location_dtor): Remove the source_file reference.
10407         (update_static_tracepoint): Replace bp_location field source_file
10408         references by symtab field references.
10409         (breakpoint_free_objfile): New function.
10410         * breakpoint.h (struct bp_location): Extend the comment for line_number.
10411         Replace the field source_file by field symtab, extend its comment.
10412         (breakpoint_free_objfile): New declaration.
10413         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10414         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10415         field source_file references by symtab field references.
10416
10417 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10418
10419         Replace xfullpath calls by gdb_realpath calls.
10420         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10421         function comment.
10422         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10423         Remove it from the iterate_over_some_symtabs call.
10424         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10425         Remove it from the dw2_map_expand_apply calls, remove a block handling
10426         it.
10427         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10428         Remove it from the iterate_over_some_symtabs call.
10429         (partial_map_symtabs_matching_filename): Remove parameter full_path.
10430         Remove it from the partial_map_expand_apply calls, remove a block
10431         handling it.  Drop gdb_realpath call and cleanups from the real_path
10432         handling.
10433         * source.c (openp): Drop the comment part about xfullpath.  Replace
10434         xfullpath calls by gdb_realpath calls.
10435         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10436         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10437         from method map_symtabs_matching_filename and its comment.
10438         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10439         gdb_realpath call.
10440         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10441         remove it also from the function comment, remove a block handling it.
10442         Drop gdb_realpath call and cleanups from the real_path handling.
10443         (iterate_over_symtabs): Drop variable full_path and its use.
10444         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10445         * utils.c (xfullpath): Remove.
10446         * utils.h (xfullpath): Remove.
10447
10448 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
10449
10450         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10451         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10452         (ALLDEPFILES): Add ppc64-tdep.c.
10453         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10454         ppc64-tdep.o to gdb_target_obs.
10455         * ppc64-tdep.h: New file.
10456         * ppc64-tdep.c: New file.
10457         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10458         ppc-linux-tdep.c to here.
10459         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10460         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10461         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10462         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10463         from ppc-linux-tdep.c to here.
10464         (ppc64_convert_from_func_ptr_addr): Rename from
10465         ppc64_linux_convert_from_func_ptr_addr to
10466         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10467         here.
10468         * rs6000-tdep.c:
10469         (read_insn): Move from ppc-linux-tdep.c to here.
10470         (insns_match_pattern, insn_d_field, insn_ds_field): Move
10471         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10472         * ppc-linux-tdep.c: Include ppc64-tdep.h.
10473         Removed above functions.
10474         (ppc_linux_init_abi): Adjust.
10475
10476 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10477
10478         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10479
10480 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10481
10482         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10483
10484 2013-02-01  Pedro Alves  <palves@redhat.com>
10485
10486         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10487         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10488
10489 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10490
10491         * elfread.c (elf_symfile_read): Limit separate debug info additions to
10492         files with no separate debug info.
10493         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10494         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10495         only for files with no separate debug info.
10496
10497 2013-01-31  Tom Tromey  <tromey@redhat.com>
10498
10499         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10500         change type.
10501         (struct jit_program_space_data): Rename from jit_inferior_data.
10502         Update comments.
10503         (get_jit_program_space_data): Rename from get_jit_inferior_data.
10504         Change return type.  Attach data to program space.
10505         (jit_program_space_data_cleanup): Rename from
10506         jit_inferior_data_cleanup; change argument type.
10507         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10508         change type.
10509         (jit_register_code): Update.
10510         (jit_update_inferior_cache): Remove.
10511         (jit_breakpoint_deleted): Get jit data from the location's program
10512         space.
10513         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10514         'ps_data', change type.
10515         (jit_inferior_init, jit_breakpoint_re_set_internal)
10516         (jit_event_handler): Update.
10517         (free_objfile_data): Get data from objfile's program space.
10518         (_initialize_jit): Update.
10519
10520 2013-01-31  Tom Tromey  <tromey@redhat.com>
10521
10522         PR gdb/13987:
10523         * jit.c (struct jit_inferior_data) <cached_code_address,
10524         jit_breakpoint>: New fields.
10525         (jit_breakpoint_re_set_internal): Fix logging.  Only create
10526         breakpoint if cached address has changed.
10527         (jit_update_inferior_cache, jit_breakpoint_deleted): New
10528         functions.
10529         (_initialize_jit): Register breakpoint deleted observer.
10530
10531 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10532
10533         * infrun.c (handle_syscall_event): Remove unused gdbarch.
10534         (save_infcall_suspend_state): Ifdef out unused inf.
10535         (restore_infcall_suspend_state): Ifdef out unused inf.
10536         * jit.c (jit_register_code): Remove unused i, b, inf_data.
10537         (jit_frame_sniffer): Remove unused inf_data.
10538
10539 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10540
10541         * c-exp.y (classify_inner_name): Remove unused type.
10542         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10543         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10544         need_escape.
10545         (c_get_string): Remove unused kind.
10546         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10547
10548 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10549
10550         * charset.c (intermediate_encoding): Remove unused i.
10551         * completer.c (signal_completer): Remove unused i.
10552         * continuations.c (discard_my_continuations_1): Remove unused
10553         continuation_ptr.
10554         * corelow.c (core_close): Remove unuseD name.
10555         (get_core_siginfo): Remove unused pid.
10556         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10557         i, cps.
10558         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10559         (loclist_describe_location): Remove unused first.
10560         * event-top.c (command_line_handler): Remove unused got_eof.
10561         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10562         (resize_section_table): Remove unused old_value.
10563         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10564         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10565         * i386-tdep.c (i386_process_record): Remove unused rex.
10566         * infcmd.c (get_return_value): Remove unused uiout.
10567         * jv-lang.c (type_from_class): Remove unused is_array.
10568         * jv-valprint.c (java_val_print): Remove unused i.
10569         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10570         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10571         * m2-typeprint.c (m2_print_type): Remove unused code.
10572         * macroexp.c (get_character_constant): Remove unused body_start.
10573         (macro_stringify): Remove unused result.
10574         * objc-lang.c (find_methods): Remove unused gdbarch.
10575         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10576         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10577         * stack.c (print_frame_args): Remove unused summary.
10578         * thread.c (thread_apply_command): Remove unused p.
10579         * valarith.c (value_x_unop): Remove unused mangle_ptr.
10580         * valops.c (search_struct_method): Remove unused skip.
10581         * valprint.c (generic_val_print): Remove unused byte_order.
10582         * varobj.c (varobj_update): Remove unused changed.
10583         * cli/cli-cmds.c (complete_command): Remove unused next_item.
10584         (alias_command): Remove unused c.
10585         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10586         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10587         format.
10588         (mi_cmd_data_write_memory): Remove unused word_format.
10589         (mi_cmd_data_write_memory_bytes): Remove unused r.
10590         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10591         p_start, p_end.
10592         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10593         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10594         line_width.
10595
10596 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10597
10598         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10599         * symtab.c (iterate_over_symtabs): Remove unused s.
10600         (find_pc_sect_symtab): Remove unused pspAce.
10601         (find_pc_sect_line): Remove unused alt_symtab.
10602         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10603         (completion_list_add_name): Remove unused newsize.
10604
10605 2013-01-31  Tom Tromey  <tromey@redhat.com>
10606
10607         PR c++/14998:
10608         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10609         TYPE_CODE_FUNC.
10610
10611 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10612
10613         * target.c (target_read_string): Remove unused origlen.
10614
10615 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10616
10617         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10618         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10619         * ax-general.c (ax_print): Remove unused is_float.
10620         * blockframe.c (block_innermost_frame): Remove unused start, end.
10621         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10622
10623 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10624
10625         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10626         (svr4_read_so_list): Remove unused lmo.
10627         * solib-target.c (solib_target_relocate_section_addresses): Remove
10628         unused flags.
10629
10630 2013-01-30  Tom Tromey  <tromey@redhat.com>
10631
10632         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10633
10634 2013-01-30  Tom Tromey  <tromey@redhat.com>
10635
10636         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10637         * utils.c (gnu_debuglink_crc32): Remove.
10638         * utils.h (gnu_debuglink_crc32): Don't declare.
10639
10640 2013-01-30  Tom Tromey  <tromey@redhat.com>
10641
10642         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10643         (read_structure_type, read_enumeration_type): Remove cast.
10644
10645 2013-01-30  Tom Tromey  <tromey@redhat.com>
10646
10647         * dwarf2read.c (read_namespace_type): Remove cast.
10648         (read_typedef): Likewise.
10649
10650 2013-01-29  Tom Tromey  <tromey@redhat.com>
10651
10652         * dwarf2read.c (free_dwo_file): Remove assert.
10653
10654 2013-01-29  Tom Tromey  <tromey@redhat.com>
10655
10656         * value.c (deprecated_set_value_modifiable): Remove.
10657         * value.h (deprecated_set_value_modifiable): Remove.
10658
10659 2013-01-28  Doug Evans  <dje@google.com>
10660
10661         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10662         to addresses from dwo files.
10663
10664 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
10665
10666         * valops.c (find_overload_match): Remove unused argument 'lax'.
10667         * value.h: Remove unused argument 'lax' from the declaration of
10668         find_overload_match.
10669         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10670         to find_overload_match.
10671         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10672         argument to find_overload_match.
10673
10674 2013-01-25  Tom Tromey  <tromey@redhat.com>
10675
10676         * dwarf2read.c (processing_has_namespace_info): Remove.
10677         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10678         (process_die, read_func_scope, dwarf2_start_symtab)
10679         (new_symbol_full): Update.
10680
10681 2013-01-25  Tom Tromey  <tromey@redhat.com>
10682
10683         * cp-namespace.c (cp_set_block_scope): Remove.
10684         * cp-support.h (cp_set_block_scope): Remove.
10685         * dbxread.c: Include block.h.
10686         (cp_set_block_scope): New function.
10687         (process_one_symbol): Update.
10688         * dwarf2read.c (read_func_scope): Use block_set_scope.
10689
10690 2013-01-25  Pedro Alves  <palves@redhat.com>
10691
10692         * remote.c (add_current_inferior_and_thread): Tweak comment.
10693
10694 2013-01-25  Tom Tromey  <tromey@redhat.com>
10695
10696         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10697         (cp_add_using_directive): Add 'copy_names' argument.
10698         * cp-support.h (cp_add_using_directive): Update.
10699         (struct using_direct) <import_src, import_dest, alias,
10700         declaration>: Now const.
10701         * dwarf2read.c (read_import_statement): Use obconcat.
10702         Don't copy names passed to cp_add_using_directive.
10703
10704 2013-01-25  Tom Tromey  <tromey@redhat.com>
10705
10706         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10707
10708 2013-01-25  Pedro Alves  <palves@redhat.com>
10709
10710         * remote.c (stop_reply_extract_thread): New.
10711         (add_current_inferior_and_thread): New parameter 'wait_status'.
10712         Handle it.
10713         (remote_start_remote): Pass wait status to
10714         add_current_inferior_and_thread.
10715         (extended_remote_run): Update comment.
10716         (extended_remote_create_inferior_1): Pass wait status to
10717         add_current_inferior_and_thread.
10718
10719 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
10720             Ulrich Weigand  <uweigand@de.ibm.com>
10721
10722         * valarith.c (value_vector_widen): New function for replicating a
10723         scalar into a vector.
10724         (value_binop): Use value_vector_widen to widen scalar to vector
10725         rather than casting, this better matches gcc C behaviour.
10726         * valops.c (value_casst): Update logic for casting between vector
10727         types, and for casting from scalar to vector, try to match gcc C
10728         behaviour.
10729         * value.h (value_vector_widen): Declare.
10730         * opencl-lang.c (opencl_value_cast): New opencl specific casting
10731         function, handle special case for casting scalar to vector.
10732         (opencl_relop): Use opencl_value_cast.
10733         (evaluate_subexp_opencl): Use opencl_value_cast instead of
10734         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10735         in order to use opencl_value_cast.
10736
10737 2013-01-25  Yao Qi  <yao@codesourcery.com>
10738
10739         * event-loop.c: Include "queue.h".
10740         (gdb_event_p): New typedef.
10741         (DECLARE_QUEUE_P): Use.
10742         (DEFINE_QUEUE_P): Use.
10743         (async_queue_event): Remove.
10744         (gdb_event_xfree): New.
10745         (initialize_event_loop): New.
10746         (process_event): Use QUEUE macros.
10747         (event_queue): Remove.
10748         (gdb_wait_for_event): Caller update.
10749         (check_async_event_handlers): Likewise.
10750         (poll_timers): Likewise.
10751         * event-loop.h (initialize_event_loop): Declare.
10752         * event-loop.c (gdb_event_xfree): New.
10753         * top.c (gdb_init): Call initialize_event_loop.
10754
10755 2013-01-25  Yao Qi  <yao@codesourcery.com>
10756
10757         * event-loop.c (async_queue_event): Remove one parameter
10758         'position'.  Remove code handling 'position' == TAIL.
10759         (gdb_wait_for_event): Caller update.
10760         (check_async_event_handlers): Caller update.
10761         (poll_timers): Caller update.
10762         * event-loop.h (enum queue_position): Remove.
10763
10764 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
10765
10766         * MAINTAINERS: Update my email.
10767
10768 2013-01-25  Yao Qi  <yao@codesourcery.com>
10769
10770         * main.c (print_gdb_help): Remove "--epoch" from the help
10771         message.
10772
10773 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
10774
10775         * symtab.c (skip_prologue_using_sal): Consider a file
10776         change the same as an increased line number
10777
10778 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10779
10780         * MAINTAINERS (Write After Approval): Add myself to the list.
10781
10782 2013-01-24  Tom Tromey  <tromey@redhat.com>
10783
10784         * ada-lang.h (ada_decode_symbol): Make return type const.
10785         * ada-lang.c (ada_decode_symbol): Likewise.
10786
10787 2013-01-23  Doug Evans  <dje@google.com>
10788
10789         * linespec.c (find_linespec_symbols): Make static.
10790
10791 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10792
10793         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10794         type on float conversion for complex type.
10795
10796 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
10797
10798         Add a new class gdb.Architecture which exposes GDB's
10799         internal representation of architecture via GDB Python API.
10800         * Makefile.in: Add entries corresponding to the new file
10801         python/py-arch.c.
10802         * NEWS (Python Scripting): Add entries for the new class
10803         gdb.Architecture and the new method gdb.Frame.architecture.
10804         * python/py-arch.c: Implement gdb.Architecture class.
10805         * python/py-frame.c (frapy_arch): Implement the method
10806         gdb.Frame.architecture().
10807         (frame_object_methods): Add 'architecture' to the method table.
10808         * python/python-internal.h: Add declarations of new utility
10809         functions.
10810         * python/python.c (_initialize_python): Initialize
10811         gdb.Architecture class.
10812
10813 2013-01-23  Doug Evans  <dje@google.com>
10814
10815         Work around binutils/15021.
10816         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10817         type_unit_group out of union s.  All uses updated.
10818         (read_index_from_section): Watch for index version 8.
10819         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10820         an imported symtab.
10821         (write_psymtabs_to_index): Increment version number to 8.
10822
10823 2013-01-22  Pedro Alves  <palves@redhat.com>
10824
10825         * annotate.c (breakpoint_changed): Skip if breakpoint is not
10826         user-visible.
10827
10828 2013-01-22  Pedro Alves  <palves@redhat.com>
10829
10830         * annotate.c (annotate_breakpoints_changed): Rename to ...
10831         (annotate_breakpoints_invalid): ... this.  Make static.
10832         (breakpoint_changed): Adjust.
10833         (_initialize_annotate): Always install the observers.  Install a
10834         "breakpoint_created" observer.
10835         * annotate.h (annotate_breakpoints_changed): Delete declaration.
10836         * breakpoint.c (set_breakpoint_condition)
10837         (breakpoint_set_commands, do_map_commands_command)
10838         (init_raw_breakpoint, clear_command, set_ignore_count)
10839         (enable_breakpoint_disp): No longer call
10840         annotate_breakpoints_changed.
10841
10842 2013-01-22  Pedro Alves  <palves@redhat.com>
10843
10844         * annotate.c: Include "inferior.h".
10845         (frames_invalid_emitted)
10846         (breakpoints_invalid_emitted): New globals.
10847         (async_background_execution_p): New function.
10848         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10849         emitting the annotation if it has already been emitted.
10850         (annotate_display_prompt): New function.
10851         * annotate.h (annotate_display_prompt): New declaration.
10852         * event-top.c: Include annotate.h.
10853         (display_gdb_prompt): Call annotate_display_prompt.
10854
10855 2013-01-22  Pedro Alves  <palves@redhat.com>
10856
10857         * annotate.c (ignore_count_changed): Delete.
10858         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10859         (annotate_ignore_count_change): Delete.
10860         (annotate_stopped): Don't emit a delayed breakpoints-changed
10861         annotation.
10862         * annotate.h (annotate_ignore_count_change): Delete.
10863         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10864         annotate_ignore_count_change.
10865
10866 2013-01-22  Tom Tromey  <tromey@redhat.com>
10867
10868         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10869         require_rvalue for a register location.
10870
10871 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
10872
10873         * breakpoint.c (print_one_breakpoint_location): Add MI
10874         field 'thread-groups' when printing a breakpoint.
10875         (output_thread_groups): New function.
10876
10877 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
10878
10879         * python/lib/gdb/commands/explore.py
10880         (CompoundExplorer.explore_expr): Correct the name of a method
10881         being invoked.
10882         (ExploreTypeCommand.invoke): Add a missing 'return'.
10883
10884 2013-01-21  Tom Tromey  <tromey@redhat.com>
10885
10886         * gdb_obstack.h (obconcat): Move declaration here, from...
10887         * symfile.h (obconcat): ... here.
10888         * gdb_obstack.c: New file.
10889         (obconcat): Move from...
10890         * symfile.c (obconcat): ... here.
10891         * Makefile.in (SFILES): Add gdb_obstack.c.
10892         (COMMON_OBS): Add gdb_obstack.o.
10893
10894 2013-01-21  Tom Tromey  <tromey@redhat.com>
10895
10896         * symfile.h (obsavestring): Don't declare.
10897         * symfile.c (obsavestring): Remove.
10898         * ada-exp.y: Use obstack_copy0, not obsavestring.
10899         * ada-lang.c: Use obstack_copy0, not obsavestring.
10900         * coffread.c: Use obstack_copy0, not obsavestring.
10901         * cp-namespace.c: Use obstack_copy0, not obsavestring.
10902         * dbxread.c: Use obstack_copy0, not obsavestring.
10903         * dwarf2read.c: Use obstack_copy0, not obsavestring.
10904         * jit.c: Use obstack_copy0, not obsavestring.
10905         * mdebugread.c: Use obstack_copy0, not obsavestring.
10906         * psymtab.c: Use obstack_copy0, not obsavestring.
10907         * stabsread.c: Use obstack_copy0, not obsavestring.
10908         * xcoffread.c: Use obstack_copy0, not obsavestring.
10909
10910 2013-01-21  Tom Tromey  <tromey@redhat.com>
10911
10912         * dwarf2read.c (fixup_go_packaging): Save package name
10913         on objfile obstack.
10914         * gdbtypes.c (init_type): Don't copy name.
10915
10916 2013-01-21  Tom Tromey  <tromey@redhat.com>
10917
10918         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10919         const.
10920         (struct attribute) <u.str>: Now const.
10921         (struct fnfieldlist) <name>: Now const.
10922         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10923         (partial_die_parent_scope): Make return type const.
10924         (partial_die_full_name, add_partial_symbol): Update.
10925         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10926         'name' const.
10927         (find_file_and_directory): Make 'name' and 'comp_dir' const.
10928         (read_file_scope, read_func_scope, dwarf2_add_field)
10929         (dwarf2_add_member_fn, read_structure_type)
10930         (process_enumeration_scope, read_array_type, read_module_type)
10931         (read_base_type, read_subrange_type): Update.
10932         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10933         (new_symbol_full, guess_full_die_structure_name): Update.
10934         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
10935         (dwarf2_name): Return const type.
10936         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10937         const.
10938
10939 2013-01-21  Tom Tromey  <tromey@redhat.com>
10940
10941         * gdbtypes.c (init_type): Make 'name' const.
10942         * gdbtypes.h (init_type): Update.
10943
10944 2013-01-21  Tom Tromey  <tromey@redhat.com>
10945
10946         * buildsym.c (patch_subfile_names): Use set_last_source_file.
10947         (start_symtab): Make 'name' and 'dirname' const.  Use
10948         set_last_source_file.
10949         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10950         (last_source_file): Define.  Now static.
10951         (set_last_source_file, get_last_source_file): New functions.
10952         * buildsym.h (last_source_file): Don't declare.
10953         (start_symtab): Update.
10954         (set_last_source_file, get_last_source_file): Declare.
10955         * coffread.c (complete_symtab): Use set_last_source_file.
10956         (coff_end_symtab): Likewise.
10957         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10958         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10959         set_last_source_file.
10960         (process_one_symbol): Use get_last_source_file.
10961         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10962         (psymtab_to_symtab_1): Use get_last_source_file.
10963         * xcoffread.c (process_linenos): Use get_last_source_file.
10964         (complete_symtab): Use set_last_source_file.
10965         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10966         (scan_xcoff_symtab): Use set_last_source_file.
10967
10968 2013-01-21  Tom Tromey  <tromey@redhat.com>
10969
10970         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10971         (symbol_set_names): Remove casts.  Handle field const-ness.
10972
10973 2013-01-21  Tom Tromey  <tromey@redhat.com>
10974
10975         * dwarf2read.c (new_symbol_full): Remove cast.
10976         * symtab.c (symbol_set_demangled_name): Make 'name' const.
10977         * symtab.h (symbol_set_demangled_name): Update.
10978
10979 2013-01-21  Tom Tromey  <tromey@redhat.com>
10980
10981         * main.c (captured_main): Call bfd_init.
10982
10983 2013-01-21  Tom Tromey  <tromey@redhat.com>
10984
10985         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10986         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10987         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10988         * NEWS: Update.
10989
10990 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10991
10992         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10993
10994 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10995
10996         Fix gdb.fortran/common-block.exp crash in PIE mode.
10997         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10998         LOC_COMMON_BLOCK.
10999         * f-valprint.c (info_common_command_for_block): Expect
11000         LOC_COMMON_BLOCK in gdb_assert.
11001         * symtab.h (struct general_symbol_info): Update comment for the
11002         common_block member.
11003         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11004         (enum address_class): New member LOC_COMMON_BLOCK.
11005
11006 2013-01-18  David Blaikie  <dblaikie@gmail.com>
11007
11008         * MAINTAINERS (Write After Approval): Add "David Blaikie".
11009
11010 2013-01-18  Tom Tromey  <tromey@redhat.com>
11011
11012         PR c++/14999:
11013         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11014         Call require_rvalue.
11015
11016 2013-01-18  Yao Qi  <yao@codesourcery.com>
11017
11018         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11019         (dbx_read_symtab): New declaration.
11020         (dbx_psymtab_to_symtab): Delete.
11021         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11022         Rename parameter PST to SELF.  Exchanged two parameters.
11023         (start_psymtab): Caller update.
11024         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11025         (dwarf2_read_symtab): New declaration.
11026         (dwarf2_psymtab_to_symtab): Delete.
11027         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11028         Rename parameter PST to SELF.  Exchanged two parameters.
11029         (create_partial_symtab): Caller update.
11030         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11031         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11032         Rename parameter PST to SELF.  Exchanged two parameters.
11033         (parse_partial_symbols, new_psymtab): Caller update.
11034         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11035         two parameters.
11036         * psymtab.c (psymtab_to_symtab): Caller update.
11037         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11038         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11039         Rename parameter PST to SELF.  Exchanged two parameters.
11040         (xcoff_start_psymtab): Caller update.
11041
11042 2013-01-18  Yao Qi  <yao@codesourcery.com>
11043
11044         * infrun.c (proceed): Rename local variable 'oneproc' to
11045         'force_step'.
11046
11047 2013-01-17  Doug Evans  <dje@google.com>
11048
11049         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11050         (dw2_build_type_unit_groups): Delete.  All uses updated.
11051
11052         * symtab.h (struct symbol_search): Add comment.
11053
11054 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11055
11056         * symtab.c (compare_filenames_for_search): New comment for
11057         HAS_DRIVE_SPEC.
11058
11059 2013-01-17  Tom Tromey  <tromey@redhat.com>
11060
11061         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11062
11063 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11064
11065         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11066         initialize it by existing make_cleanup.  Call new do_cleanups.
11067
11068 2013-01-17  Tom Tromey  <tromey@redhat.com>
11069
11070         * cp-abi.c (cp_abi_completer): New function.
11071         (_initialize_cp_abi): Set completer for "set cp-abi".
11072
11073 2013-01-17  Tom Tromey  <tromey@redhat.com>
11074
11075         * mem-break.c: Remove obsolete comment.
11076         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11077
11078 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11079
11080         * jit.c (jit_reader_load_command): Interpret the jit reader name
11081         as an absolute path if it begins with a forward slash.
11082
11083 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
11084
11085         PR gdb/14550
11086
11087         * jit.c (finalize_symtab): Ensure that only the global block has a
11088         NULL superblock.
11089
11090 2013-01-17  Pedro Alves  <palves@redhat.com>
11091
11092         * acinclude.m4: Include ../config/plugins.m4,
11093         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
11094         * Makefile.in (aclocal_m4_deps): Update.
11095         * aclocal.m4: Renegerate.
11096
11097 2013-01-16  Doug Evans  <dje@google.com>
11098
11099         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
11100
11101 2013-01-16  Pedro Alves  <palves@redhat.com>
11102             Tom Tromey  <tromey@redhat.com>
11103
11104         PR cli/7221:
11105         * NEWS: Add "catch signal".
11106         * breakpoint.c (base_breakpoint_ops): No longer static.
11107         (bpstat_explains_signal): New function.
11108         (init_catchpoint): No longer static.
11109         (base_breakpoint_explains_signal): New function.
11110         (base_breakpoint_ops): Initialize new field.
11111         * breakpoint.h (enum bpstat_signal_value): New.
11112         (struct breakpoint_ops) <explains_signal>: New field.
11113         (bpstat_explains_signal): Remove macro, declare as function.
11114         (base_breakpoint_ops, init_catchpoint): Declare.
11115         * break-catch-sig.c: New file.
11116         * inferior.h (signal_catch_update): Declare.
11117         * infrun.c (signal_catch): New global.
11118         (handle_syscall_event): Update for change to
11119         bpstat_explains_signal.
11120         (handle_inferior_event): Likewise.  Always handle random signals
11121         via bpstats.
11122         (signal_cache_update): Check signal_catch.
11123         (signal_catch_update): New function.
11124         (_initialize_infrun): Initialize signal_catch.
11125         * Makefile.in (SFILES): Add break-catch-sig.c.
11126         (COMMON_OBS): Add break-catch-sig.o.
11127
11128 2013-01-16  Tom Tromey  <tromey@redhat.com>
11129
11130         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11131         (print_one_catch_solib, print_one_catch_syscall)
11132         (print_one_catch_exec, print_one_exception_catchpoint): Emit
11133         "catch-type".
11134
11135 2013-01-16  Yao Qi  <yao@codesourcery.com>
11136
11137         * printcmd.c (current_display_number): Make it static.
11138
11139 2013-01-16  Yao Qi  <yao@codesourcery.com>
11140
11141         * infcmd.c (step_once): Don't check '!single_inst' as it was
11142         checked before.
11143
11144 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11145
11146         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11147
11148 2013-01-14  Tom Tromey  <tromey@redhat.com>
11149
11150         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11151         set command.
11152         * command.h (add_setshow_string_noescape_cmd): Update.
11153         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11154         (complete_set_gnutarget): New function.
11155         (_initialize_core): Set the "set gnutarget" completer.
11156
11157 2013-01-14  Tom Tromey  <tromey@redhat.com>
11158
11159         PR symtab/14442:
11160         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11161         (c_type_print_modifier): Likewise.
11162         * dwarf2read.c (read_tag_restrict_type): New function.
11163         (read_type_die_1): Handle DW_TAG_restrict_type.
11164         * gdbtypes.c (make_restrict_type): New function.
11165         (recursive_dump_type): Handle TYPE_RESTRICT.
11166         * gdbtypes.h (enum type_flag_values): Renumber.
11167         (enum type_instance_flag_value): Add
11168         TYPE_INSTANCE_FLAG_RESTRICT.
11169         (TYPE_RESTRICT): New macro.
11170         (make_restrict_type): Declare.
11171
11172 2013-01-14  Tom Tromey  <tromey@redhat.com>
11173
11174         PR symtab/14931:
11175         * psymtab.c (struct psymtab_state): New.
11176         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11177         functions.
11178         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11179         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11180
11181 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
11182             Pedro Alves  <palves@redhat.com>
11183
11184         PR remote/14786
11185
11186         * remote.c (remote_threads_info): Make a copy of the reply from
11187         qfThreadInfo and use that instead of rs->buf.
11188
11189 2013-01-14  Yao Qi  <yao@codesourcery.com>
11190
11191         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11192         (dbx_psymtab_to_symtab): Likewise.
11193         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11194         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11195         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11196
11197 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11198
11199         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
11200         make_cleanup_restore_current_language.  Call set_language.  Move
11201         OLD_CHAIN and INNER_CHAIN cleanups.
11202         * utils.c (do_restore_current_language)
11203         (make_cleanup_restore_current_language): New functions.
11204         * utils.h (make_cleanup_restore_current_language): New declaration.
11205
11206 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11207
11208         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11209         non-existing files.
11210
11211         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11212         non-existing files if FILENAME is already absolute.
11213
11214 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11215
11216         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11217         fputs_filtered.  Append trailing newline.
11218
11219 2013-01-11  Yao Qi  <yao@codesourcery.com>
11220             Stan Shebs  <stan@codesourcery.com>
11221
11222         * psymtab.c (init_psymbol_list): Clarify the comment.
11223
11224 2013-01-11  Yao Qi  <yao@codesourcery.com>
11225
11226         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11227         (update_dprintf_command_list): Assert that 'printf_line' is
11228         non-null.  Remove condition check.
11229
11230 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11231
11232         Code cleanup.
11233         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11234         type const char *.
11235         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11236         const char *.
11237         * tui/tui-source.h (tui_source_is_displayed): Likewise.
11238
11239 2013-01-09  Anthony Green  <green@moxielogic.com>
11240
11241         * cp-abi.c (cplus_print_vtable): Don't return value from void
11242         function.
11243         * ada-lang.c (re_set_catch_assert): Ditto.
11244
11245 2013-01-09  Doug Evans  <dje@google.com>
11246
11247         * symfile.h (quick_symbol_functions): Delete member
11248         pre_expand_symtabs_matching.  All uses removed.
11249         * dwarf2read.c (dw2_lookup_symbol): Implement.
11250         (dw2_do_expand_symtabs_matching): Delete.
11251         (dw2_pre_expand_symtabs_matching): Delete.
11252         (struct dw2_symtab_iterator): New type.
11253         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11254         (dw2_expand_symtabs_for_function): Rewrite.
11255         (dwarf2_gdb_index_functions): Update.
11256         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11257         (psym_functions): Update.
11258
11259 2013-01-09  Tom Tromey  <tromey@redhat.com>
11260
11261         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11262         * configure: Rebuild.
11263         * configure.ac: Add somread.o to the build if BFD has SOM
11264         support.
11265         * somread.c: Include som/aout.h, not syms.h.
11266         (som_symtab_read): Use som_external_symbol_dictionary_record.
11267         Unpack records manually.
11268         (_initialize_somread): Declare.
11269
11270 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
11271
11272         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11273         Cast return_address to 64bits.
11274
11275 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
11276
11277         * printcmd.c: Remove define of function output_command.
11278         * tracepoint.c: Remove extern of function output_command.
11279         * valprint.h: (output_command): New extern.
11280
11281 2013-01-07  Tom Tromey  <tromey@redhat.com>
11282
11283         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11284         Remove.
11285         (objc_language_defn): Use c_printchar, c_printstr,
11286         c_emit_char.
11287
11288 2013-01-07  Tom Tromey  <tromey@redhat.com>
11289
11290         PR cli/7719:
11291         * NEWS: Update.
11292         * ada-valprint.c (printstr, print_field_values): Remove
11293         "inspect_it" code.
11294         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11295         code.
11296         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11297         code.
11298         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11299         * main.c (captured_main): Remove "epoch" argument.
11300         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11301         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11302         * p-valprint.c (pascal_object_print_value_fields): Remove
11303         "inspect_it" code.
11304         * printcmd.c (print_command_1): Remove 'inspect' argument.
11305         (print_command, call_command): Update.
11306         (inspect_command): Remove.
11307         (_initialize_printcmd): Make "inspect" an alias for "print".
11308         * top.c (epoch_interface): Remove.
11309         * top.h (epoch_interface): Remove.
11310         * valprint.c (user_print_options): Update.
11311         (print_converted_chars_to_obstack): Remove "inspect_it" code.
11312         * valprint.h (struct value_print_options) <inspect_it>: Remove
11313         field.
11314
11315 2013-01-04  Tom Tromey  <tromey@redhat.com>
11316
11317         * valprint.h (read_string): Add 'extern'.
11318
11319 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
11320
11321         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11322         used to decide whether to define darwin_read_dyld_info or not.
11323
11324 2013-01-03  Pierre Muller  <muller@sourceware.org>
11325
11326         * main.c (relocate_gdb_directory): Avoid calling stat function
11327         if DIR is empty.
11328
11329 2013-01-03  Yao Qi  <yao@codesourcery.com>
11330
11331         * psymtab.c (fixup_psymbol_section): Update declaration.
11332         (fixup_psymbol_section): Remove code returning value.
11333
11334 2013-01-03  Yao Qi  <yao@codesourcery.com>
11335
11336         * symtab.h: Remove some out of date comments.
11337          (enum exception_event_kind): Move it ...
11338         * breakpoint.c: ... here.
11339
11340 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
11341
11342         PR gdb/14405
11343         * darwin-nat.c (darwin_read_dyld_info): Only build if
11344         TASK_DYLD_INFO_COUNT is defined.
11345         (darwin_xfer_partial): Call darwin_read_dyld_info only if
11346         TASK_DYLD_INFO_COUNT is defined.
11347
11348 2013-01-02  Tom Tromey  <tromey@redhat.com>
11349
11350         * symfile.h (struct ecoff_debug_hack): Remove.
11351         * objfiles.c: Don't include mdebugread.h.
11352
11353 2013-01-02  Tom Tromey  <tromey@redhat.com>
11354
11355         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11356         * configure.ac: Check for Mach-O support in BFD.  Update
11357         CONFIG_OBS.
11358         * configure: Rebuild.
11359
11360 2013-01-02  Tom Tromey  <tromey@redhat.com>
11361
11362         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11363         * configure.ac: Use GDB_AC_CHECK_BFD.
11364         * configure: Rebuild.
11365
11366 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
11367
11368         * MAINTAINERS: Update my email.
11369
11370 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11371
11372         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11373
11374 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11375
11376         * rs6000-nat.c (bss_data_overlap): New function.
11377         (vmap_symtab): Use it to adjust the .bss section's offset.
11378
11379 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11380
11381         Update year range in copyright notice of all files.
11382
11383 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
11384
11385         * top.c (print_gdb_version): Update copyright year.
11386
11387 For older changes see ChangeLog-2012.
11388 \f
11389 Local Variables:
11390 mode: change-log
11391 left-margin: 8
11392 fill-column: 74
11393 version-control: never
11394 coding: utf-8
11395 End: